
.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--noto: "Noto Sans JP", sans-serif;
	--color_main: #2e2e2e;
	--shadow: drop-shadow(.2em .2em 2em rgba(222,227,229,.7));
	--width: 1200px;
}
@media screen and (max-width: 1380px) {
	:root {
		--width: 92%;
	}
}

.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
}
.lp_wrap img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
  font-family: "LINE Seed JP", sans-serif;
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.7;
}


/*共通*/
.content_wrap{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.fv{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.lead .content_wrap{
	padding: 6rem 0 10rem;
}
.lead_text{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 60px;
}
.lead_text span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #008e91;
}
.navigation{
	width: 60%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	margin: 0 auto;
}
.navigation li{
	width: calc(100% / 4 - 30px);
	background-color: #FFF;
}
.navigation li a img {
	background-color: #FFF;
	border-radius: 30px;
  display: block;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.2));
	transition: all 0.3s ease;
}

.navigation li:hover a img {
	background-color: #FFF;
	border-radius: 30px;
  display: block;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
}

#sec01 .sec_box{
}
.sec_box{
	position: relative;
}
.sec_lead{
	position: absolute;
	top: 30px;
	left: 60px;
	aspect-ratio: 143 / 306;
	max-width: 143px;
	width: 100%;
}
.sec_ttl{
	background-image: url(../img/sec_ttl_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0;
}
.sec_subttl{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin-bottom: 60px;
}
.sec_subttl span{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.sec_box .sec_info{
	padding: 60px;
}
#sec01 .sec_box .sec_info{
	background-color: #0068b7;
}
#sec02 .sec_box .sec_info{
	background-color: #008e91;
}
#sec03 .sec_box .sec_info{
	background-color: #6bc8f2;
}
#sec04 .sec_box .sec_info{
	background-color: #172244;
}

.sec_info_flex{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 80px;
}
.sec_info_flex.mb60{
	margin-bottom: 60px;
}
.sec_info_flex .sec_left,
.sec_info_flex .sec_right{
	width: calc(100% / 2 - 40px);
}
.sec_chartbox,
.sec_textbox{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;

}
#sec01 .sec_textbox:first-child{
	margin-bottom: 60px;
}
.sec_flex_title{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin: 0 auto 20px;
	padding: 10px 0;
}

#sec01 .sec_flex_title{
	background: linear-gradient(to right, #002c76, #014099, #002c76);
}
#sec02 .sec_flex_title{
	background: linear-gradient(to right, #04b090, #88c99f, #04b090);
}
#sec03 .sec_flex_title{
	background: linear-gradient(to right, #0070bd, #00a0e9, #0070bd);
}
#sec04 .sec_flex_title{
	background: linear-gradient(to right, #054180, #2873b5, #054180);
}


.sec_chartbox .sec_flex_title{
	margin-bottom: 0px;
}
.sec_flex_text{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.sec_flex_text span{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.sec_product{
	position: relative;
	padding: 60px;
}
#sec01 .sec_product{
	background-color: #a9becd;
}
#sec02 .sec_product{
	background-color: #b2cecf;
}
#sec03 .sec_product{
	background-color: #c5d8e0;
}
#sec04 .sec_product{
	background-color: #c2c4cb;
}
.sec_product::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#sec01 .sec_product::before{
	background-image: url(../img/sec01_p_text.png);
}
#sec02 .sec_product::before{
	background-image: url(../img/sec02_p_text.png);
}
#sec03 .sec_product::before{
	background-image: url(../img/sec03_p_text.png);
}
#sec04 .sec_product::before{
	background-image: url(../img/sec04_p_text.png);
}

.sec_label{
	position: relative;
	max-width: 300px;
	width: 100%;
	margin: 0 auto 30px;
	z-index: 2;
}
.product_list{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 80px;
	z-index: 2;
}

.product_list li{
	width: calc(100%  / 2 - 40px);
}
.product_img{
	margin-bottom: 15px;
}
.product_name{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.product_btn{
	max-width: 360px;
	width: 100%;
	aspect-ratio: 360 / 62;
	font-size: 20px;
	font-weight: 500;
	background: #000;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
	color: #fff;
	gap: 10px;
	transition: all 0.3s ease;
}
.product_btn:visited, .product_btn:focus, .product_btn:link {
	color: #FFF;
}
.product_btn:hover{
	color: #FFF;
	opacity: 0.8;
}
.product_btn::before {
	content: '';
	width: 8px;
	aspect-ratio: 1 / 1;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

@media screen and (max-width:768px){
	.navigation li{
		width: calc(100% / 2 - 15px);
	}

	.sec_lead{
		left: 0;
	}
	.sec_info_flex .sec_left,
	.sec_info_flex .sec_right{
		width: 100%;
	}
	.sec_box .sec_info{
		padding: 60px 20px;
	}



	.product_list li{
		width: 100%;
	}

}

@media screen and (max-width:520px){
	.navigation{
		width: 80%;
	}
	.sec_ttl{
		font-size: 30px;
		padding: 30px 0;
	}
	.sec_lead{
		max-width: 73px;
	}
	.sec_subttl{
		font-size: 28px;
	}
	.sec_flex_title{
		font-size: 24px;
	}
	.sec_flex_text{
		font-size: 16px;
	}



	.product_name{
		font-size: 24px;
	}
	.product_btn{
		font-size: 18px;
	}
}


.lead_text,
.sec_subttl,
.sec_lead,
.navigation li,
.product_list li,
.sec_info_flex li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.lead_text.is-show,
.sec_subttl.is-show,
.sec_lead.is-show,
.navigation li.is-show,
.product_list li.is-show,
.sec_info_flex li.is-show {
  opacity: 1;
  transform: translateY(0);
}

.sec_product::before {
  content: "";
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.sec_product.is-show::before {
  opacity: 1;
  transform: translateY(0);
}