@charset "utf-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_brand a {
	background-color: rgba(0, 0, 0, .1);
}

sup {
	font-size: 10px;
	vertical-align: top;
}
@media only screen and (max-width:992px) {
	.tabView{
		display: none !important;
	}
}

html {
	scroll-behavior: smooth;
}

[id] {
scroll-margin-top: 3em; 
}

.row-reverse {
	flex-direction: row-reverse;
}

.contents_bg {
	background-color: #F2E4DD;
}

/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
.commonKeyvisual {
	position: relative;
	height: 560px;
}
.commonKeyvisual .imagearea.imagearea_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: no-repeat center center / cover; */
	background: no-repeat center bottom / 100% auto;
	z-index: 1;
}
.commonKeyvisual .imagearea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center / cover;
	z-index: 1;
}
.commonKeyvisual .imagearea:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 60%;
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.8) 100%);
	z-index: 1;
}
.commonKeyvisual .imagearea.dark:after {
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 100%);
}
.commonKeyvisual .imagearea .imgCap {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	text-align: right;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000,0 0 40px #000;
	z-index: 3;
}
.commonKeyvisual .textArea {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50px;
	color: #fff;
	z-index: 5;
}
.commonKeyvisual .textArea .wide {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 15px;
}
.commonKeyvisual .textArea .title {
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 1.3;
}
.commonKeyvisual .textArea .lead {
	font-size: 24px;
	line-height: 1.5;
}
.commonKeyvisual .textArea .lead small {
	font-size: 0.6em;
}
.commonKeyvisual .textArea .lead sup {
	font-size: 0.6em;
	vertical-align: top;
}
.commonKeyvisual .textArea .info_link {
	margin-top: 20px;
}
.commonKeyvisual .textArea .info_link a:hover {
	transition: .4s;
	opacity: .8;

}
.commonKeyvisual .textArea .inBtn {
	margin-top: 30px;
}
.commonKeyvisual .textArea .inBtn a {
	display: block;
	max-width: 200px;
	padding: 15px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #003c7a;
	text-decoration: none;
}
@media only screen and (max-width:768px) {
	.commonKeyvisual {
			height: auto;
	}
	.commonKeyvisual .imagearea {
			position: relative;
			padding-bottom: 60%;
	}
	.commonKeyvisual .imagearea.imagearea_top {
			position: relative;
			padding-bottom: 60%;
	}
	.commonKeyvisual .imagearea:after {
			display: none;
	}
	.commonKeyvisual .textArea {
			position: static;
			color: #000;
			background-color: #fff;
	}
	.commonKeyvisual .textArea .wide {
			padding: 30px 20px;
	}
	.commonKeyvisual .textArea .title {
			font-size: 30px;
	}
	.commonKeyvisual .textArea .lead {
			font-size: 20px;
	}
	.commonKeyvisual .textArea .inBtn {
			margin-top: 20px;
	}
}
.commonKeyvisual .imagearea {
	background-image: url(../images/kv.jpg);
}
@media only screen and (max-width:768px) {
	.commonKeyvisual .textArea {
		color: #fff;
		background-color: transparent;
	}
}

/* commonSpModalImage */
.commonSection .commonSpModalImage + .commonSpModalImage {
	margin-top: 40px;
}
.commonSection .commonBigTitle01.min {
	font-size: 24px;
}
@media only screen and (max-width:768px) {
	.commonSection .commonBigTitle01.min {
		font-size: 18px;
	}
	.commonKeyvisual .imagearea {
		position: relative;
		padding-bottom: 60%;
	}
	.commonKeyvisual .textArea .wide {
		padding: 20px 20px 17%;
		padding: 0;
		padding-left: 20px;
	}
}

.ac {
	text-align: center;
}


/* supportList */
.supportList {
	max-width: 1352px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.supportList li {
	width: 48.8888%;
}
.supportList li:not(:nth-of-type(2n)) {
	margin-right: 2.2223%;
}
.supportList li .supporTtl,
.supportList li .supporTtl + figure {
	margin-bottom: 30px;
}
.supportList li:not(:nth-of-type(2n)) {
	margin-right: 2.2223%;
}
.supportList li:last-of-type {
	padding-top: 60px;
}
.commonSection {
    margin-top: 164px;
    margin-bottom: 164px;
}
main .cont1{
    padding-top: 164px;
    padding-bottom: 124px;
}
main .cont2{
    padding-top: 156px;
    margin-bottom: 57px;
}
main .cont3{
    padding-top: 0px;
    margin-bottom: 72px;
}
main .cont4 {
    padding-top: 0px;
    margin-bottom: 163px;
}
@media only screen and (max-width:768px) {
	.supportList {
		display: block;
	}
	.supportList li {
		width: 100%;
	}
	.supportList li:not(:nth-of-type(2n)) {
		margin-right: 0;
	}
	.supportList li:nth-of-type(n + 2) {
		margin-top: 40px;
	}
	.supportList li:last-of-type {
		padding-top: 0;
	}
}

.le{
	font-family: le-monde-livre-std,serif;
	font-weight: 300;
	font-style: normal;
}
.mi{
	font-family: source-han-serif-japanese,serif;
	font-weight: 400;
	font-style: normal;
}
.kv_logo{
	position: absolute;
	top: 50%;
	left: 50%; 
	transform: translateY(-50%) translateX(-50%); 
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
	max-width: 446px;
}
.commonKeyvisual .textArea {
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
}
.commonKeyvisual .textArea .title {
    margin-bottom: 0px;
    font-size: 50px;
				letter-spacing: 0.06em;
    line-height: 1.5;
}
.commonKeyvisual .imagearea:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 33%;
    background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.3) 100%);
    z-index: 1;
}
.commonKeyvisual .textArea .lead {
	font-size: 15px;
	line-height: 1.5;
}

.commonKeyvisual .textArea .inBtn a {
	font-size: 14px;
	padding: 15.5px 0;
    display: block;
	letter-spacing: 0.7px;
    max-width: 200px;
    color: #fff;
    text-align: center;
    background-color: #082375;
    text-decoration: none;
	transition: .3s;
}
.commonKeyvisual .textArea .inBtn a:hover {
opacity: .7;
}
.bg_w{
	background: #ffff;
}
@media only screen and (max-width:992px) {
	.kv_logo {
		max-width: 250px;
		/* top: 46%; */
	}
}
@media only screen and (max-width:768px) {
	.commonKeyvisual .imagearea:after {
		display: none;
	}
	.commonKeyvisual .textArea .title {
		font-size: 24px;
		margin-bottom: 7px;
		
	}
	.commonKeyvisual .textArea .lead {
		font-size: 14px;
	}
}

/* top_area
======================================= */
.top_area {
	position: relative;
	overflow: hidden;
	padding-top: 130px;
	padding-bottom: 80px;
}
.top_area::before {
	content: '';
	position: absolute;
	width: 38%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
}
.top_wrap {
	display: flex;
	position: relative;
	justify-content: space-between;
}
.top_title {
	width: 38%;
}
.top_title h2 {
	font-size: 40px;
	color: #312928;
	letter-spacing: 0.06em;
}
.top_body {
	width: 58%;
}
.top_lead_sub {
	font-size: 18px;
	letter-spacing: 0.06em;
	color: #312928;
}
.top_lead {
	margin-top: 12px;
	font-size: 32px;
	letter-spacing: 0.06em;
	color: #312928;
}
.top_text {
	margin-top: 56px;
}

@media only screen and (max-width:768px) {
	.top_area {
		padding-top: 60px;
		padding-bottom: 130px;
	}
	.top_area::before {
		width: 76%;
		height: 38%;
		height: 33vh;
		top: auto;
		bottom: 0;
		left: 0;
	}
	.top_wrap {
		flex-direction: column;
		row-gap: 60px;
	}
	.top_title {
		width: 100%;
	}
	.top_body {
		width: 100%;
	}
	.top_lead_sub {
		font-size: 14px;
	}
	.top_lead {
		margin-top: 12px;
		font-size: 24px;
		letter-spacing: 0.06em;
		color: #312928;
	}
	.top_text {
		margin-top: 40px;
	}
}




/* slide_contents
======================================= */
.slide_area {
	padding-top: 70px;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
}
.slider-item {
	padding-right: 20px;
}
.slider-top .slick-list {
	padding: 0 20% 0 0!important;
}

@media only screen and (max-width:768px) {
	.slide_area {
		padding-top: 64px;
	}
	.slider-item {
		padding-right: 20px;
	}
	.slider-top .slick-list {
		padding: 0 12% 0 0!important;
	}
}

/* プログレスバー */
.dots-class_top button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}
.dots-class_top {
	width: 430px;
	width: 30%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.dots-class_top li {
	width: 100%;
	height: 6px;
	background-color: #ccc;
	cursor: pointer;
	position: relative;
}
.dots-class_top li.slick-active::before {
	content: "";
	display: inline-block;
	background-color: #000066;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dots-class_top li.slick-active::before {
	background-color: #000066;
}

@keyframes progressbar-anime {
	from {
					width: 0%;
	}
	to {
					width: 100%;
	}
}

@media only screen and (max-width:768px) {
	.dots-class_top {
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.dots-class_top li {
		height: 4px;
	}
}

/* アロー */
.slider-arrow {
	position: absolute;
	top: -80px;
	z-index: 999;
	background-size: cover;
	cursor: pointer;
	font-size: 0;
	height: 64px;
	width: 64px;
	border: 1px solid #312928;
	border-radius: 50%;
	transition: all .3s;
	opacity: 1; 
}
.slider-arrow:hover {
		opacity: .3; 
}
.slider-arrow.prev {
		background-image: url("../images/arrow-slider-prev.svg");
		background-position: center;
		background-size: 12px;
		background-repeat: no-repeat;
		left: 0; 
}
.slider-arrow.next {
		background-image: url("../images/arrow-slider-next.svg");
		background-position: center;
		background-size: 12px;
		background-repeat: no-repeat;
		left: 70px; 
}

@media only screen and (max-width: 768px) {
	.slider-arrow {
			bottom: -90px;
			top: auto;
		} 
		.slider-arrow.prev {
			left: 0;
		}
		.slider-arrow.next {
			left: 70px; 
		}
}



/* contents
======================================= */
.contents {
	margin-top: 240px;
}
.main_contents {
	padding-top: 160px;
	padding-bottom: 140px;
	overflow: hidden;
	background-color: transparent;
}
.bgWhite {
	background-color: #fff;
}
.t_m{
	font-size: 20px;
	letter-spacing: 0.06em;
	padding: 4px 20px;
	display: inline-block;
	color: #fff;
	background-color: #312928;
	margin-bottom: 40px;
}
.t_b{
	font-size: 48px;
	letter-spacing: 0.06em;
	line-height: 1.6;
	color: #1B1B21;
	margin-bottom: 40px;
}
.cont_text{
	width: 50%;
}
.commonText {
 font-size: 16px;
 line-height: 2;
	letter-spacing: 0.06px;
}
.commonCap {
	margin-top: 17px;
 font-size: 11px;
 line-height: 1.9;
	letter-spacing: normal;
}
.cont_pic{
	margin-top: 80px;
	margin-bottom: 50px;
}

@media only screen and (max-width:768px) {
	.contents {
		margin-top: 100px;
	}
	.main_contents {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.t_m{
		font-size: 18px;
		letter-spacing: 0.06em;
		padding: 4px 20px;
		margin-bottom: 28px;
	}
	.t_b{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.cont_text{
		width: 100%;
	}
	.commonText {
		font-size: 14px;
	}
	.cont_pic{
		margin-top: 40px;
		margin-bottom: 50px;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
}

/* panel_area
==================================== */
.panel_area {
	margin-top: 74px;
	margin-top: clamp(3.2rem, -2.355rem + 6.774vw, 7.4rem);
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.panel_item {
	position: relative;
	overflow: hidden;
	transition: all .5s ease-out;
}
.panel_item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(49, 41, 40, .5);
	z-index: 1;
}
.panel_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	font-size: clamp(3.2rem, 2.142rem + 1.29vw, 4rem);
	letter-spacing: 0.06em;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.panel_title span {
	display: block;
	font-size: 15px;
	font-size: clamp(1.3rem, 1.035rem + 0.323vw, 1.5rem);
}
.panel_item:hover {
	filter: brightness(0.7);
}
.panel_item figure img {
	transition: all .5s ease-out;
}
.panel_item:hover figure img {
	transform: scale(1.05);
}

@media only screen and (max-width:768px) {
	.panel_area {
		margin-top: 32px;
		grid-template-columns: repeat(1,1fr);
	}
	.panel_title {
		font-size: 32px;
	}
	.panel_title span {
		font-size: 14px;
	}
}


/* 
===================================== */
.contents_item + .contents_item {
	margin-top: 20px;
}
.contents_inner {
	padding: 80px 80px;
}
.contents_title {
	position: relative;
	font-size: 40px;
	letter-spacing: 0.06em;
	color: #312928;
	line-height: 1.2;
}
.contents_title span {
	font-size: 16px;
	margin-top: 10px;
	display: block;
}
.contents_title::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../images/dot.png) no-repeat center center / contain;
	top: 5px;
	left: -100px;
}
.contents_lead {
	font-size: 24px;
	letter-spacing: 0.06em;
	color: #312928;
	line-height: 1.8;
}
.contents_flex {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	column-gap: 50px;
}
.contents_body {
	width: 48%;
}
.contents_text {
	margin-top: 30px;
	font-family: "Noto Serif JP", "EB Garamond", "Yu Mincho", YuMincho, "Hiragino Mincho ProN",  serif;
}
.contents_img_right {
	width: 53vw;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
}
.contents_img_left {
	width: 53vw;
	margin-right: auto;
	margin-left: calc(50% - 50vw);
}
.contents_img_wrap {
	display: flex;
}
.contents_img_cap {
	font-size: 12px;
	margin-top: 4px;
	letter-spacing: 0.03em;
}
.contents_btn {
	position: relative;
	margin-top: 40px;
	background-color: #312928;
	display: block;
	width: 100%;
	max-width: 326px;
	text-decoration: none;
	padding: 24px 0;
	transition: opacity .4s ease-in-out;
}
.contents_btn span {
	color: #fff;
	font-size: 16px;
	margin-left: 32px;
	letter-spacing: 0.06em;
}
.contents_btn::after {
	content: '';
	position: absolute;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 32px;
	transform: translateY(-50%);
}
.contents_btn:hover {
	opacity: .8;
}

@media only screen and (max-width:768px) {
	.contents_item + .contents_item {
		margin-top: 20px;
	}
	.contents_inner {
		padding: 60px 20px;
	}
	.contents_title {
		font-size: 32px;
	}
	.contents_title span {
		font-size: 14px;
		margin-top: 6px;
	}
	.contents_title::before {
		width: 32px;
		height: 32px;
		top: 3px;
		left: -36px;
	}
	.contents_lead {
		font-size: 20px;
	}
	.contents_flex {
		margin-top: 34px;
		flex-direction: column;
	}
	.contents_body {
		display: contents;
	}
	.contents_text {
		margin-top: 10px;
	}
	.contents_img_right,
	.contents_img_left {
		width: 114%;
		margin-top: 15px;
	}
	.contents_img_wrap {
		flex-direction: column;
	}
	.contents_img_cap {
		font-family: sans-serif;
		font-size: 12px;
		margin-top: 4px;
		letter-spacing: 0.03em;
	}
	.contents_btn {
		order: 1;
		margin-top: 40px;
		max-width: 326px;
		padding: 24px 0;
	}
	.contents_btn span {
		font-size: 14px;
		margin-left: 32px;
	}
	.contents_btn::after {
		content: '';
		position: absolute;
		background-image: url(../images/arrow.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 12px;
		height: 12px;
		top: 50%;
		right: 32px;
		transform: translateY(-50%);
	}
}