@charset "utf-8";


:root {
	--headerHeight: 0;
}


.gradationTxt1 {
    display: inline-block;
    color: #208e9f;
    background: linear-gradient(135deg, rgba(137, 189, 31, 1) 0%, rgba(97, 171, 80, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradationTxt2 {
    display: inline-block;
    color: #208e9f;
    background: linear-gradient(135deg, rgba(137, 189, 31, 1) 0%, rgba(97, 171, 80, 1) 21.84%, rgba(56, 153, 130, 1) 47.66%, rgba(25, 139, 167, 1) 70.24%, rgba(7, 131, 190, 1) 88.45%, rgba(0, 128, 198, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/*  l-intro
--------------------------------------------------*/
.l-intro {
	position: relative;
	padding-block: 150px;
}
.l-intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 253, 254, 1) 38.99%, rgba(238, 247, 252, 1) 79.31%, rgba(229, 242, 250, 1) 100%);
	z-index: -1;
}
.intro-explain{
	/*width: calc(670 / 1200 * 100%);*/
	font-size: max(18px,min(2.583333333333333vw, 31px));
	line-height: 1.8125;
	letter-spacing: .15em;
	text-align: center;
	margin-top: calc(20 / 1200 * 100%);
}
.intro-explain em{
	font-size: 1.1875em;
	line-height: 1;
	letter-spacing: .15em;
}
.intro-explain i{
	font-size: 1.5em;
	line-height: 1;
	vertical-align: -0.03em;
	letter-spacing: .05em;
}
.intro-explain span{
	font-size: 0.875em;
}
.intro-explain small{
	font-size: 0.375em;
	line-height: 1;
	letter-spacing: .1em;
}
.pagenav{
	position: relative;
	margin-top: 70px;
}
.pagenav__list{
	max-width: 1100px;
	width: 100%;
	margin-inline: auto;
	gap: 40px;
}
.pagenav__list__item{
	width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px){
	.l-intro {
		padding-block: 55px 60px;
	}
	.intro-explain{
		font-size: 20px;
		line-height: 1.6;
		margin-top: 15px;
		width: 100%;
	}
	.intro-explain small{
		font-size: 10px;
	}
	.pagenav{
		margin-top: 40px;
	}
	.pagenav__list{
		width: calc(300 / 340 * 100%);
		gap: 15px;
	}
	.pagenav__list__item{
		width: 100%;
	}
}





/*  merit
--------------------------------------------------*/
.merit{
	position: relative;
	width: min(100%,1500px);
	margin: 0 auto;
	padding-block: 50px 116px;
}
.merit__inner{
	position: relative;
	width: 100%;
	padding-right: 150px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.merit__nav{
	position: sticky;
	left: 0;
	/*top: calc(40px + var(--headerHeight));*/
	top: 40px;
	width: 150px;
    width: fit-content;
	text-align: center;
	word-break: keep-all;
	padding-top: 160px;
}
.merit__nav__ttl{
	font-size: 18px;
	line-height: 1;
	letter-spacing: .05em;
	color: #80d1f4;
	margin-bottom: 30px;
}
.merit__nav__list{
	width: 100%;
}
.merit__nav__list__item + .merit__nav__list__item{
	margin-top: 28px;
}
.merit__nav__list__item a{
	font-size: 30px;
	line-height: 1;
	letter-spacing: -0.01em;
	color: #b2b2b2;
	font-weight: 300;
	transition: color .3s;
	will-change: color;
}
.merit__nav__list__item.active a{
	color: #0081cc;
}
.merit__sec__wrap{
	max-width: 1200px;
	width: calc(100% - 150px);
}
.merit__sec{
	position: relative;
	width: 100%;
	padding-top: 150px;
}
.merit__sec__box{
	position: relative;
	width: 100%;
}
.merit__sec__box__photo{
	width: calc(570 / 1200 * 100%);
    margin-top: 30px;
}
.merit__sec__box__photo__item {
	width: 100%;
}
.merit__sec__box__photo__item .p-caption {
	font-size: 11px;
}
.merit__sec__box__txt{
	width: calc(550 / 1200 * 100%);
	padding-top: 0;
	text-align: right;
}
.merit__sec__box__txt__head{
	position: relative;
	margin-bottom: 20px;
}
.merit__sec__box__txt__head::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: calc(100% - 310px);
	height: 1px;
	background: #8fc31f;
}
.merit__sec__box__txt__head__txt{
	position: relative;
	font-size: 42px;
	line-height: 1;
	letter-spacing: .05em;
	font-weight: 300;
	margin-top: 3px;
	z-index: 1;
}
.merit__sec__box__txt__head__num{
	position: relative;
	font-size: 100px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 300;
	margin-left: .15em;
}
.merit__sec__box__txt__ttl{
	font-size: 32px;
	line-height: 1.75;
	letter-spacing: .1em;
	text-align: left;
	margin-bottom: 16px;
}
.merit__sec__box__txt__desc{
	font-size: 16px;
	line-height: 2.125;
	text-align: justify;
	letter-spacing: .1em;
}
.merit1 .merit__sec__box__photo__item:nth-of-type(1) {
	width: calc(280 / 570 * 100%);
	z-index: 1;
}
.merit1 .merit__sec__box__photo__item:nth-of-type(2) {
	width: calc(400 / 570 * 100%);
	margin-top: calc(-60 / 570 * 100%);
	margin-left: auto;
}
.merit2 .merit__sec__box__photo__item {
	width: 50%;
}
@media screen and (max-width: 768px){
	.merit{
		width: 100%;
		padding-block: 0 60px;
	}
	.merit__inner{
		width: calc(320 / 380 * 100%);
		padding-right: 0;
	}
	.merit__sec__wrap{
		width: 100%;
	}
	.merit__sec{
		padding-top: 60px;
	}
	.merit__sec__box{
	}
	.merit__sec__box__photo{
		width: 100%;
		margin-top: 0;
	}
	.merit__sec__box__photo__item .p-caption {
		font-size: 10px;
	}
	.merit__sec__box__txt{
		width: 100%;
		padding-top: 30px;
	}
	.merit__sec__box__txt__head{
		margin-bottom: 5px;
	}
	.merit__sec__box__txt__head::before{
		width: calc(100% - 200px);
	}
	.merit__sec__box__txt__head__txt{
		font-size: 25px;
	}
	.merit__sec__box__txt__head__num{
		font-size: 60px;
	}
	.merit__sec__box__txt__ttl{
		font-size: 20px;
		line-height: 2;
		margin-bottom: 25px;
	}
	.merit__sec__box__txt__desc{
		font-size: 14px;
		line-height: 2;
	}
}

