@charset "utf-8";

/*--------------cmn--------------*/

.w{
	width: 100%;
	max-width: 1500px;
  margin:0 auto;
	padding:0px 50px;
}

@media screen and (max-width: 760px){
  .w{
    padding:0 30px;
  }
}
@media screen and (max-width: 680px){
  .w{
    padding:0 15px;
  }
}
/*--------------header--------------*/
header{
  position: relative;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  align-items: center;
  padding:45px 120px 45px 50px;
}
header .logo{
  width:200px;
}
header .logo img{
  display:block;
  width:100%;
  margin:0 auto;
}
header h1{
  padding-left: 20px;
  width:auto;
  font-size: 14px;
  font-weight: 600;
}
header .menu_wrap{
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 100;
}
header .menu_btn{
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	position: relative;
}
header .menu_btn span{
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	height: 3px;
	background: #000;
	transition: 0.3s ease;
}
header .menu_btn span:nth-child(1){ top: 14px; }
header .menu_btn span:nth-child(2){ top: 23.5px; }
header .menu_btn span:nth-child(3){ top: 33px; }
header .menu_wrap.is-open .menu_btn span:nth-child(1){
	top: 23.5px;
	transform: rotate(45deg);
}
header .menu_wrap.is-open .menu_btn span:nth-child(2){
	opacity: 0;
}
header .menu_wrap.is-open .menu_btn span:nth-child(3){
	top: 23.5px;
	transform: rotate(-45deg);
}
header .menu{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 8px;
	min-width: 320px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
header .menu_wrap.is-open .menu{
	display: block;
}
header .menu li{
	border-bottom: 1px solid #e5e5e5;
}
header .menu li:last-child{
	border-bottom: none;
}
header .menu li a{
	display: block;
	padding: 14px 20px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}
header .menu li a:hover{
	background: #f5f5f5;
	color: #0b2c4e;
}
@media screen and (max-width: 760px){
	header{
		padding: 20px 70px 20px 15px;
	}
	header .menu_wrap{
		top: 16px;
		right: 12px;
	}
	header .menu{
		min-width: 260px;
		right: -4px;
	}
}
@media screen and (max-width: 500px){
	header{
	  flex-wrap: wrap;
	}
	header .logo{
	  width:100px;
		margin-bottom: 7px;
	}
	header h1{
	  padding-left: 0px;
	  width:100%;
	  font-size: 12px;
	}
}
/*--------------kv--------------*/
#kv{
	position: relative;
  width:100%;
  padding:50px 0 280px;
	overflow: hidden;
	z-index:1;
}
#kv .kv_h{
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 50px;
}
#kv .kv_h span{
  position: relative;
  padding-bottom: 25px;
}
#kv .kv_h span:after {
  position: absolute;
 content: '';
 left: 0;
 bottom: 0;
 width: 100%;
 height: 10px;
 background-image:repeating-linear-gradient(135deg, transparent, transparent 7px, rgba(230, 190, 5, 1) 7px, rgba(230, 190, 5, 1) 14px );
 border:none;
 top:unset;
}
#kv .title{
  width:100%;
  margin-bottom: 100px;
}
#kv .title img{
  display:block;
  width:100%;
  max-width:780px;
  margin:0 auto;
	pointer-events: none;
}
#kv .kv_i{
	position: relative;
  width:110%;
  margin-left: -5%;
}
#kv .kv_i_wrap{
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
#kv .kv_i img.cv{
  display:block;
  width:100%;
	pointer-events: none;
}
#kv .kv_i .kv_tip{
	position: absolute;
	z-index: 2;
	background: #fff;
	border-radius: 6px;
	color: #000;
	font-weight: 600;
	font-size: min(15 / 1000 * 100vw, 15px);
	line-height: 1.6;
	text-align: center;
	padding: min(12 / 1000 * 100vw, 12px) min(22 / 1000 * 100vw, 22px);
	white-space: nowrap;
	filter: drop-shadow(0 3px 6px rgba(0,0,0,0.35));
	-webkit-filter: drop-shadow(0 3px 6px rgba(0,0,0,0.35));
}
#kv .kv_i .kv_tip::after{
	content: '';
	position: absolute;
	border-style: solid;
}
#kv .kv_i .tip1{
	top: min(-32 / 1000 * 100vw, -32px);
	left: 12%;
}
#kv .kv_i .tip1::after{
	bottom: -10px;
	right: 18%;
	border-width: 10px 9px 0;
	border-color: #fff transparent transparent;
}
#kv .kv_i .tip2{
	bottom: min(-28 / 1000 * 100vw, -28px);
	right: 9%;
}
#kv .kv_i .tip2::after{
	top: -10px;
	right: 18%;
	border-width: 0 9px 10px;
	border-color: transparent transparent #fff;
}
#kv .kv_i .kvbtn{
	position: absolute;
	bottom: -3.66%;
	left: 20%;
	width: 29.375%;
	animation: kvbtnFloat 2.5s ease-in-out infinite;
}
#kv .kv_i .kvbtn a{
	display:block;
	transition: 0.3s ease-in-out;
}
#kv .kv_i .kvbtn a img{
	display: block;
	width: 100%;
	height: auto;
}
#kv .kv_i .kvbtn a:hover{
	filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;
}
@keyframes kvbtnFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-20px); }
}

#kv .bg{
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:-1;
	will-change: transform;
}
#kv .bg1{
	background-image: url(../images/bg1.jpg);
	top:20%;
	left:-15%;
	width: min(772 / 1400 * 100vw, 772px);
	height: min(314 / 1400 * 100vw, 314px);
}
#kv .bg2{
	background-image: url(../images/bg2.jpg);
	top:30%;
	right:-5%;
	width: min(422 / 1400 * 100vw, 422px);
	height: min(317 / 1400 * 100vw, 317px);
}
#kv .bg3{
	background-image: url(../images/bg3.jpg);
	bottom:-15%;
	left:-2%;
	width: min(470 / 1400 * 100vw, 470px);
	height: min(456 / 1400 * 100vw, 456px);
}

@media screen and (max-width: 980px){
	#kv{
	  padding:10px 0 280px;
	}
	#kv .kv_h{
	  font-size: 22px;
	}
	#kv .title img{
	  max-width:680px;
	}
	#kv .kv_i .tip1{
		top: -50px;
		left: 7%;
	}
	#kv .kv_i .tip2{
		bottom: -36px;
		right: 7%;
	}
}
@media screen and (max-width: 760px){
	#kv{
	  padding:30px 0 180px;
	}
	#kv .kv_h{
	  font-size: 20px;
	}
	#kv .title img{
	  max-width:580px;
	}
	#kv .kv_i .kvbtn{
		bottom: -7.66%;
		left: 14%;
		width: 32.375%;
	}
	#kv .bg1{
		top:27%;
	}
	#kv .bg3{
		bottom:-10%;
	}
	#kv .kv_i .kv_tip{
		white-space: normal;
		max-width: 46%;
		font-size: 11px;
		padding: 8px 10px;
		border-radius: 4px;
	}
	#kv .kv_i .tip1{
		top: -41px;
		left: 7%;
	}
	#kv .kv_i .tip1::after{
		bottom: -8px;
		border-width: 8px 7px 0;
	}
	#kv .kv_i .tip2{
		bottom: -32px;
		right: 7%;
	}
	#kv .kv_i .tip2::after{
		top: -8px;
		border-width: 0 7px 8px;
	}
}
@media screen and (max-width: 500px){
	#kv{
	  padding:30px 0 100px;
	}
	#kv .kv_h{
	  font-size: 12px;
		margin-bottom: 30px;
	}
	#kv .kv_h span:after {
	 height: 8px;
	 background-image:repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(230, 190, 5, 1) 6px, rgba(230, 190, 5, 1) 12px );
	}
	#kv .title img{
	  max-width:320px;
	}
	#kv .kv_i .tip1{
		top: -61px;
		left: 7%;
	}
	#kv .kv_i .tip2{
		bottom: -35px;
		right: 7%;
	}
	#kv .kv_i .kvbtn{
		bottom: -24.66%;
		left: 7%;
		width: 41.375%;
	}
	@keyframes kvbtnFloat {
		0%, 100% { transform: translateY(0); }
		50% { transform: translateY(-10px); }
	}
}
/*--------------s1--------------*/
#s1{
	position: relative;
	z-index: 2;
	width:100%;
	background: #0b2c4e;
	color: #fff;
	padding: 0;
}
#s1 .w{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	min-height: min(380 / 1000 * 100vw, 380px);
	padding-top: 50px;
	padding-bottom: 40px;
}
#s1 .s1_txt{
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 20px 0;
}
#s1 .s1_txt h2{
	font-weight: 700;
	line-height: 2.0;
	margin-bottom: 28px;
	font-size: clamp(26px, calc(30 / 1400 * 100vw), 30px);
}
#s1 .s1_txt p{
	font-size: clamp(18px, calc(20 / 1400 * 100vw), 20px);
	line-height: 2.2;
	font-weight: 500;
}
#s1 .s1_i{
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(560 / 1000 * 100vw, 560px);
	pointer-events: none;
}
#s1 .s1_i img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1150px){
	#s1 .s1_txt .br{
		display:none;
	}
}
@media screen and (max-width: 980px){
	#s1 .s1_txt h2{
		font-weight: 700;
		line-height: 2.0;
		margin-bottom: 28px;
		font-size: clamp(22px, calc(24 / 860 * 100vw), 24px);
	}
	#s1 .s1_txt p{
		font-size: clamp(14px, calc(16 / 860 * 100vw), 16px);
		line-height: 2.2;
		font-weight: 500;
	}
	#s1 .s1_i{
		position: absolute;
		right: 0;
		bottom: 0;
		width: min(400 / 860 * 100vw, 480px);
		pointer-events: none;
	}
	#s1 .s1_txt{
		width: 55%;
	}
}
@media screen and (max-width: 760px){
	#s1 .w{
		display: block;
		min-height: 0;
		padding-top: 30px;
		padding-bottom: 0;
	}
	#s1 .s1_txt{
		width: 100%;
		padding: 20px 0;
	}
	#s1 .s1_txt .s1_lead{
		font-size: 18px;
	}
	#s1 .s1_txt .s1_main{
		font-size: 24px;
	}
	#s1 .s1_txt h2{
		margin-bottom: 28px;
		font-size: clamp(24px, calc(28 / 680 * 100vw), 28px);
	}
	#s1 .s1_txt p{
		font-size: clamp(16px, calc(18 / 680 * 100vw), 18px);
		line-height: 2.2;
	}
	#s1 .s1_txt p br{
		display: none;
	}
	#s1 .s1_i{
		position: relative;
		right: auto;
		bottom: auto;
		width: 70%;
		max-width: 360px;
		margin: -50px auto 0;
	}
}
@media screen and (max-width: 480px){
	#s1 .s1_txt h2{
		margin-bottom: 25px;
		font-size: clamp(18px, calc(20 / 320 * 100vw), 20px);
	}
	#s1 .s1_txt p{
		font-size: clamp(14px, calc(16 / 680 * 100vw), 16px);
		line-height: 1.8;
	}
}

/*--------------hadding--------------*/
.hadding{
	text-align: center;
	font-size: clamp(32px, calc(36 / 1200 * 100vw), 36px);
	line-height: 1.8;
	letter-spacing: 0;
	color:#0b2c4e;
	margin-bottom: 100px;
	font-family: "ヒラギノ角ゴ W7";
}
.hadding span{
	display:block;
	color:#000;
	font-size: clamp(24px, calc(28 / 1200 * 100vw), 28px);
	font-family: "ヒラギノ角ゴ W3";
}
.hadding.v2{
	margin-bottom: 50px;
}
@media screen and (max-width: 860px){
	.hadding{
		font-size: clamp(28px, calc(32 / 760 * 100vw), 32px);
		margin-bottom: 100px;
	}
	.hadding span{
		font-size: clamp(20px, calc(24 / 760 * 100vw), 24px);
	}
}
@media screen and (max-width: 500px){
	.hadding{
		font-size: clamp(20px, calc(22 / 320 * 100vw), 22px);
		margin-bottom: 80px;
	}
	.hadding span{
		font-size: clamp(16px, calc(18 / 320 * 100vw), 18px);
	}
}
/*--------------s2--------------*/
#s2{
	position: relative;
	padding: 120px 0;
	background: #fff;
}
#s2 .inner{
	position: relative;
	display: grid;
  grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 35px;
	grid-row-gap: 50px;
	z-index:3;
}
#s2 .inner article{
	position: relative;
	border-radius: 15px;
	border: 5px solid #e5e6e6;
	padding:50px 0 35px;
	background: #fff;
}
#s2 .inner article .i{
	position: absolute;
	width:100%;
	top:-34px;
}
#s2 .inner article .i img{
	display:block;
	width:100%;
	max-width:52px;
	margin:0 auto;
}
#s2 .inner article .h{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 2.0;
	margin-bottom: 10px;
}
#s2 .inner article .h span{
	padding: 0px 6px;
	padding-bottom: 6px;
	background-image: linear-gradient(#ffdf07, #ffdf07);
	background-repeat: no-repeat;
	background-size: 100% 12px;
	background-position: left bottom;
}
#s2 .inner article h3{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
#s2 .inner article img{
	display:block;
	width:100%;
	max-width:860px;
	margin:0 auto 15px;
}
#s2 .inner article .txt{
	font-size: 16px;
	padding:0 10px;
}
#s2 .cv1 {
  transform: skew(0deg, 8.5deg);
  position: relative;
  margin-bottom: -300px;
  bottom: -120px;
  height: 420px;
  z-index: 1;
  background-color: #ebebe8;
}
#s2 .cv2 {
  transform: skew(0deg, -8.5deg);
  position: relative;
  margin-bottom: -300px;
  bottom: 0px;
  height: 420px;
  z-index: 2;
  background-color: #50c8ff;
}

@media screen and (max-width: 860px){
	#s2 .inner{
	  grid-template-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 50px;
	}
}
@media screen and (max-width: 680px){
	#s2{
		padding: 80px 0;
	}
}
@media screen and (max-width: 500px){
	#s2 .inner article{
		padding:40px 0 25px;
		background: #fff;
	}
	#s2 .inner article .h{
		font-size: 20px;
	}
	#s2 .inner article h3{
		font-size: 20px;
	}
	#s2 .cv1 {
	  margin-bottom: -300px;
	  bottom: -40px;
	  height: 340px;
	}
	#s2 .cv2 {
	  margin-bottom: -300px;
	  bottom: 0px;
	  height: 340px;
	}
}
/*--------------s3--------------*/
#s3{
	position: relative;
	padding: 0px 0 120px;
	background: #50c8ff;
	z-index:3;
}
#s3 .hadding span{
	color:#fff;
}

#s3 .slider{
	position: relative;
}
#s3 .slider_view{
	position: relative;
}
#s3 .slider article{
	position: relative;
	background: #fff;
	padding:85px 40px 60px;
	display: none;
}
#s3 .slider article.is-active{
	display: block;
}
#s3 .slider article::after{
	position: absolute;
	content:"";
  display: inline-block;
	top:0;
	left:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 152px 152px 0px 0px;
  border-color: #50c8ff transparent transparent transparent;
	z-index:0;
}
#s3 .slider .bach{
	position: absolute;
	z-index:1;
	top:0;
	left:0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width: 72px;
  height: 82px;
	color:#fff;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
}
#s3 .slider .bach span{
	display:block;
	font-size: 30px;
}
#s3 .slider dl{
	position: relative;
	z-index:2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	justify-content: space-between;
}
#s3 .slider dl dt{
	width:42%;
}
#s3 .slider dl dd{
	width:53%;
}
#s3 .slider h3{
	color:#fff;
	font-size: clamp(24px, calc(28 / 1200 * 100vw), 28px);
	margin-top: -120px;
	margin-bottom: 60px;
}
#s3 .slider h3 span{
	display:block;
}
#s3 .slider h3 span i{
	background: #0b2c4e;
	padding:8px;
}
#s3 .slider h4{
	font-size: clamp(20px, calc(22 / 1200 * 100vw), 22px);
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ W7";
}
#s3 .slider h4 span{
	padding: 0px 4px;
	padding-bottom: 6px;
	background-image: linear-gradient(#ffdf07, #ffdf07);
	background-repeat: no-repeat;
	background-size: 100% 12px;
	background-position: left bottom;
}
#s3 .slider .desc{
	font-size: clamp(18px, calc(20 / 1200 * 100vw), 20px);
	margin-bottom: 30px;
}
#s3 .slider .desc.last{
	margin-bottom: 0px;
}
#s3 .slider_ctrl{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 28px 10px 0;
}
#s3 .slider_arrows{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 18px;
}
#s3 .slider_arrows button{
	position: relative;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
#s3 .slider_arrows button::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
#s3 .slider_prev::before{
	transform: translate(-30%, -50%) rotate(-135deg);
}
#s3 .slider_next::before{
	transform: translate(-70%, -50%) rotate(45deg);
}
#s3 .slider_points{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 3px;
	width: min(420 / 1000 * 100vw, 420px);
}
#s3 .slider_points .point{
	position: relative;
	flex: 1;
	height: 2px;
	padding: 0;
	border: none;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
}
#s3 .slider_points .point .fill{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #0b2c4e;
}
#s3 .slider_points .point.is-done .fill{
	width: 100%;
	transition: none;
}

@media screen and (max-width: 860px){
	#s3 .slider article{
		padding:45px 40px 45px;
	}
	#s3 .slider .bach{
		top:-40px;
	}
	#s3 .slider dl{
		flex-wrap: wrap;
	}
	#s3 .slider dl dt{
		width:100%;
	}
	#s3 .slider dl dd{
		width:100%;
	}
	#s3 .slider h3{
		font-size: clamp(22px, calc(24 / 760 * 100vw), 24px);
		margin-top: -25px;
		margin-bottom: 40px;
	}
	#s3 .slider h4{
		font-size: clamp(18px, calc(20 / 760 * 100vw), 20px);
	}
	#s3 .slider .desc{
		font-size: clamp(16px, calc(18 / 760 * 100vw), 18px);
	}
}
@media screen and (max-width: 760px){
	#s3 .slider_ctrl{
		padding-top: 20px;
	}
	#s3 .slider_points{
		width: 55%;
		gap: 3px;
	}
	#s3 .slider_arrows{
		gap: 10px;
	}
}
@media screen and (max-width: 680px){
	#s3{
		padding: 0px 0 80px;
	}
}
@media screen and (max-width: 500px){
	#s3 .slider article{
		padding:40px 15px 40px;
	}
	#s3 .slider h3{
		font-size: clamp(18px, calc(20 / 320 * 100vw), 20px);
		margin-top: -25px;
		margin-bottom: 30px;
		line-height: 2.2;
	}
	#s3 .slider h4{
		font-size: clamp(16px, calc(18 / 320 * 100vw), 18px);
	}
	#s3 .slider .desc{
		font-size: clamp(14px, calc(16 / 320 * 100vw), 16px);
	}
}

/*--------------s4--------------*/
#s4{
	position: relative;
	padding: 120px 0 0px;
	background: #fff;
}
#s4 .inner_nav{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	padding-top: 14px;
}
#s4 .inner_nav .nav_box{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	border: 1px solid #0b2c4e;
	border-radius: 12px;
	color: #000;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	transition: 0.3s ease;
	padding-bottom: 20px;
	height: 100%;
}
#s4 .inner_nav .nav_box:hover{
	color: #000;
	box-shadow: 0 6px 16px rgba(0,0,0,0.12);
	transform: translateY(-4px);
}
#s4 .inner_nav .nav_box .badge{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background: #fff;
	border: 1px solid #0b2c4e;
	padding: 4px 12px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	border-radius: 3px;
	white-space: nowrap;
}
#s4 .inner_nav .nav_box .ttl{
	background: #0b2c4e;
	color: #fff;
	text-align: center;
	font-size: clamp(16px, calc(20 / 1200 * 100vw), 20px);
	font-weight: 700;
	line-height: 1.4;
	padding: 28px 8px 18px;
	border-radius: 10px 10px 0 0;
}
#s4 .inner_nav .nav_box .img{
	padding: 0px 0px 0;
}
#s4 .inner_nav .nav_box .img img{
	display: block;
	width: 100%;
	height: auto;
}
#s4 .inner_nav .nav_box ul{
	padding: 16px 18px 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
#s4 .inner_nav .nav_box ul li{
	position: relative;
	padding-left: 1em;
	font-size: clamp(13px, calc(14 / 1200 * 100vw), 14px);
	line-height: 2.0;
}
#s4 .inner_nav .nav_box ul li::before{
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}
#s4 .inner_nav .nav_box .more{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding-top: 8px;
	margin-top: auto;
	color:#0b2c4e;
}
#s4 .inner_nav .nav_box .more::after{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	border-right: 2px solid #0b2c4e;
	border-bottom: 2px solid #0b2c4e;
	transform: translateY(-3px) rotate(45deg);
	vertical-align: middle;
}
@media screen and (max-width: 1100px){
	#s4 .inner_nav{
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 24px;
	}
}
@media screen and (max-width: 680px){
	#s4{
		padding: 80px 0 0;
	}
	#s4 .inner_nav{
		grid-template-columns: 1fr;
		max-width: 400px;
		margin: 0 auto;
	}
}

/*--------------s4 item--------------*/
#s4 .item{
	padding-top: 180px;
}
#s4 .item_head_top{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}
#s4 .item_labels{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#s4 .item_labels .label{
	display: inline-block;
	padding: 4px 22px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	border: 1px solid #0b2c4e;
	background: #fff;
	color: #0b2c4e;
}
#s4 .item_labels .label.type{
	background: #0b2c4e;
	color: #fff;
	border-color: #0b2c4e;
}
#s4 .item_meta{
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	background: #edeff0;
	padding: 4px 22px;
}
#s4 .item_head_main{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-bottom: 60px;
}
#s4 .item_head_main h3{
	font-size: clamp(22px, calc(28 / 1200 * 100vw), 28px);
	font-family: "ヒラギノ角ゴ W7";
	line-height: 1.4;
	color: #000;
}
#s4 .item_head_main .price{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}
#s4 .item_head_main .price em{
	font-style: normal;
	font-size: clamp(28px, calc(36 / 1200 * 100vw), 36px);
	font-weight: 700;
	color: #e6006b;
	margin: 0 4px;
	letter-spacing: 0rem;
}
#s4 .item_h{
	position: relative;
	font-size: clamp(20px, calc(22 / 1200 * 100vw), 22px);
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #e2e2e2;
	font-family: "ヒラギノ角ゴ W7";
}
#s4 .item_h::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 50px;
	height: 2px;
	background: #0b2c4e;
}
#s4 .item_cols{
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	grid-column-gap: 75px;
	grid-row-gap: 40px;
	margin-bottom: 70px;
}
#s4 .item_img{
	width: 100%;
}
#s4 .item_img img{
	display: block;
	width: 100%;
	height: auto;
}
#s4 .material_box{
	padding: 0;
	border: none;
}
#s4 .material_block{
	position: relative;
	border: 1px solid #d0d5da;
	padding: 28px 20px 20px;
	margin-bottom: 50px;
}
#s4 .material_block:last-of-type{
	margin-bottom: 0px;
}
#s4 .material_block::before{
	position: absolute;
	content:"";
	top:0;
	left:-1px;
	width:1px;
	height:20px;
	background: #fff;
	z-index: 2;
}
#s4 .material_block + .material_block{
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid #d0d5da;
}
#s4 .material_block h5{
	position: absolute;
	top: 0;
	left: 0px;
	right: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 8px;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	background: #fff;
}
#s4 .material_block h5 i{
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	background: #fff;
	padding:5px 0;
}
#s4 .material_block h5 i::before,
#s4 .material_block h5 i::after{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 2px;
}
#s4 .material_block h5 i::before{
	top: 0;
	right: 0;
	background: #0b2c4e;
}
#s4 .material_block h5 i::after{
	bottom: 0;
	left: 0;
	background: #4a7ab5;
}
#s4 .material_block h5 span{
	background: #fff;
	padding: 0 8px 0 2px;
	white-space: nowrap;
}
#s4 .material_block h5::after{
	content: '';
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 1px;
	background: #d0d5da;
	min-width: 20px;
}
#s4 .material_row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}
#s4 .material_row ul{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-bottom: 0;
}
#s4 .material_swatch{
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
}
#s4 .material_swatch img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#s4 .material_block > ul{
	margin-bottom: 0;
}
#s4 .material_block ul li{
	position: relative;
	padding-left: 1.3em;
	font-size: 16px;
	line-height: 2.2;
}
#s4 .material_block ul li::before{
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}
#s4 .color_ttl{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}
#s4 .item_order{
	margin-bottom: 40px;
}
#s4 .order_inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 70px;
	grid-row-gap: 24px;
	align-items: center;
}
#s4 .order_txt p{
	font-size: 15px;
	line-height: 1.9;
	font-weight: 500;
}
#s4 .order_txt p + p{
	margin-top: 1em;
}
#s4 .item_note{
	border: 1px solid #d0d5da;
	background: #f7f8f9;
	padding: 22px 28px;
}
#s4 .item_note p{
	font-size: 16px;
	line-height: 1.8;
	font-weight: 500;
}

/*--------------color_list（共通）--------------*/
.color_list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 0 !important;
}
.color_list li{
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.18);
	cursor: default;
	list-style: none;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
}
#s4 .material_block .color_list li::before,
.color_list li::before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 2px);
	width: 0;
	height: 0;
	padding: 0;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: #0b2c4e;
	background: none;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease;
	z-index: 10;
}
.color_list li::after{
	content: attr(data-name);
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	transform: translateX(-50%);
	white-space: nowrap;
	background: #0b2c4e;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	padding: 5px 10px;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.2s ease;
	z-index: 10;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.color_list li:hover::after,
.color_list li:hover::before,
#s4 .material_block .color_list li:hover::before{
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 860px){
	#s4 .item_cols,
	#s4 .order_inner{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 760px){
	#s4 .item{
		padding-top: 100px;
	}
}
@media screen and (max-width: 680px){
	#s4 .item{
		margin-top: 60px;
		padding-top: 40px;
	}
	#s4 .item_head_main{
		display: block;
	}
	#s4 .item_head_main .price{
		margin-top: 10px;
	}
	#s4 .material_block{
		padding: 24px 14px 16px;
	}
	#s4 .material_swatch{
		width: 72px;
		height: 72px;
	}
}
@media screen and (max-width: 500px){
	#s4 .item_labels .label{
		padding: 4px 18px;
		font-size: 14px;
	}
}

.item_link_box{
	padding:80px 0 60px;
	background: linear-gradient(180deg, #fff 0%, #fff 38%, #0b2c4e 38%, #0b2c4e 100%);
}

.item_link_box .w{
	position: relative;
	z-index:3;
}
.item_link_box ul{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 35px;
	grid-row-gap: 40px;
}
.item_link_box ul a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	height:123px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 2px solid #0b2c4e;
	background: #fca50f;
	font-family: "ヒラギノ角ゴ W7";
	font-weight: 600;
	font-size: clamp(18px, calc(20 / 1200 * 100vw), 20px);
	color:#000;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: 0.3s ease-in-out;
}
.item_link_box ul a:hover{
	background: #feb83e;
}
.item_link_box .link_note{
	padding-top: 50px;
	text-align: center;
	font-size: clamp(18px, calc(20 / 1200 * 100vw), 20px);
	color:#fff;
	font-weight: 600;
}

@media screen and (max-width: 760px){
	.item_link_box ul{
	  grid-template-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 40px;
	}
}
@media screen and (max-width: 500px){
	.item_link_box .link_note{
		text-align: left;
		font-size: 16px;
	}
}

.item_sample{
	margin-top: 50px;
	background: #e1e7ea;
	padding:40px;
}
.item_sample .dr{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding:0 30px;
}
.item_sample .dr .i img{
	display:block;
	width:100%;
	max-width:275px;
}
.item_sample .dr .t{
	padding: 15px 0 15px 40px;
}
.item_sample .dr .t span{
	font-size: clamp(16px, calc(20 / 1200 * 100vw), 20px);
	background: #0b2c4e;
	padding:12px;
	color:#fff;
}
.item_sample .dr .h{
	font-size: clamp(18px, calc(22 / 1200 * 100vw), 22px);
	padding:20px 0;
}
.item_sample .dr .btn_sample a{
	display:block;
	font-size: clamp(18px, calc(22 / 1200 * 100vw), 22px);
	width:100%;
	max-width:440px;
	border-radius: 5px;
	background: #06c3ec;
	color:#fff;
	padding:22px 10px;
	text-align: center;
	font-weight: bold;
	transition: 0.3s ease-in-out;
}
.item_sample .dr .btn_sample a:hover{
	background: #04a7ca;
}
@media screen and (max-width: 860px){
	.item_sample .dr{
		flex-wrap: wrap;
		padding:0 30px;
	}
	.item_sample .dr .i{
		width:100%;
	}
	.item_sample .dr .i img{
		max-width:275px;
		margin:0 auto;
	}
	.item_sample .dr .t{
		width:100%;
		padding: 10px 0 30px;
	}
}
@media screen and (max-width: 490px){
	.item_sample{
		padding:15px;
	}
	.item_sample .dr{
		padding:0 15px;
	}
	.item_sample .dr .i img{
		max-width:175px;
	}
	.item_sample .dr .t span{
		font-size: clamp(12px, calc(14 / 320 * 100vw), 14px);
		padding:8px;
	}
	.item_sample .dr .h{
		font-size: clamp(14px, calc(16 / 320 * 100vw), 16px);
	}
	.item_sample .dr .btn_sample a{
		font-size: clamp(14px, calc(16 / 320 * 100vw), 16px);
		padding:22px 10px;
	}
}
/*--------------s5--------------*/
#s5{
	position: relative;
	padding: 120px 0;
	background: #fff;
	overflow: hidden;
}
#s5::before{
	content: '';
	position: absolute;
	inset: 0;
	background: #e2eaec;
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% max(0px, calc(100% - 450px)));
	z-index: 0;
	pointer-events: none;
}
#s5 > *{
	position: relative;
	z-index: 1;
}
#s5 .voice_box{
	margin-bottom: 120px;
}
#s5 .voice{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	border-radius: 12px;
	border:1px solid #cfcfcf;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	overflow: hidden;
}
#s5 .voice .user{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:40%;
	flex-direction: column;
	justify-content: center;
	background: #ebf0f1;
	padding:25px 60px;
}
#s5 .voice .coment{
	width:60%;
	background: #fff;
	padding:70px 60px 70px 70px;
}

#s5 .voice .user .d span{
	display:inline-block;
	background: #0b2c4e;
	font-size: clamp(16px, calc(18 / 1200 * 100vw), 18px);
	padding:2px 10px;
	color:#fff;
}
#s5 .voice .user .c{
	font-size: clamp(22px, calc(24 / 1200 * 100vw), 24px);
	font-weight: bold;
	padding: 15px 0 50px;
}
#s5 .voice .user dl{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	align-items: center;
	margin-bottom: 40px;
}
#s5 .voice .user dl:last-of-type{
	margin-bottom: 0px;
}
#s5 .voice .user dl dt{
	width:30px;
}
#s5 .voice .user dl dd{
	width:calc(100% - 30px);
	padding-left: 20px;
}
#s5 .voice .user dl dd span.us1{
	font-size: 14px;
	display:block;
}
#s5 .voice .user dl dd span.us2{
	font-size: 20px;
	display:block;
	color:#0b2c4e;
	font-weight: bold;
}

#s5 .voice .coment dl{
	margin-bottom: 40px;
}
#s5 .voice .coment dl:last-of-type{
	margin-bottom: 0px;
}
#s5 .voice .coment dl dt{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	align-items: center;
	margin-bottom: 15px;
}
#s5 .voice .coment dl dt svg{
	fill:#06c3ec;
	width:23px;
}
#s5 .voice .coment dl dt span{
	font-size: clamp(18px, calc(20 / 1200 * 100vw), 20px);
	font-weight: bold;
	padding-left: 15px;
}
#s5 .voice .coment dl dd{
	position:relative;
	line-height: 2.0;
	padding: 5px 0px 5px 38px;
	font-size: clamp(16px, calc(16 / 1200 * 100vw), 16px);
}
#s5 .voice .coment dl dd::before{
	position: absolute;
	content:"";
	top:0;
	left:11px;
	width:2px;
	height:100%;
	background: #cfdbe6;
}
#s5 .p1{
	text-align: center;
	font-size: 18px;
	margin-bottom: 100px;
	line-height: 2.2;
}
#s5 .partner_box1{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid #a2b1b5;
}
#s5 .partner_box1 article{
	background: #fff;
	border-radius: 8px;
	padding:30px 25px 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
#s5 .partner_box1 article dl{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	align-items: center;
	margin-bottom: 25px;
}
#s5 .partner_box1 article dl dt{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:73px;
	height:73px;
	justify-content: center;
	align-items: center;
	background: #e2eaec;
	border-radius: 5px;
}
#s5 .partner_box1 article dl dt svg{
	width:44px;
	fill:#0b2c4e;
}
#s5 .partner_box1 article dl dd{
	padding-left:22px;
	font-size: 22px;
	font-weight: bold;
}
#s5 h3{
	text-align: center;
	margin-bottom: 80px;
	font-size: 26px;
	font-weight: bold;
	color:#0b2c4e;
}
#s5 .partner_box2{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 50px;
}
#s5 .partner_box2 article{
	background: #fff;
	border-radius: 8px;
	padding:30px 25px 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
#s5 .partner_box2 .f1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#s5 .partner_box2 .f1 span{
	display:block;
	font-size: 20px;
}
#s5 .partner_box2 .f2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#s5 .partner_box2 .f2 span{
	background:#0b2c4e;
	padding:3px 8px;
	color:#fff;
}
@media screen and (max-width: 1180px){
	#s5 .partner_box1,
	#s5 .partner_box2{
		grid-column-gap: 25px;
	}
}
@media screen and (max-width: 980px){
	#s5 .voice{
		flex-wrap: wrap;
	}
	#s5 .voice .user{
		width:100%;
		padding:50px 60px;
	}
	#s5 .voice .coment{
		width:100%;
		padding:50px 60px;
	}
	#s5 .voice .user .c{
		padding: 15px 0 30px;
	}
	#s5 .p1{
		text-align: left;
		line-height: 2.0;
		margin-bottom: 60px;
	}
	#s5 .p1 br{
		display:none;
	}
}
@media screen and (max-width: 860px){
	#s5::before{
		clip-path: polygon(0 0, 0 100%, 100% 100%, 100% max(0px, calc(100% - 1350px)));
	}
	#s5 .voice_box{
		margin-bottom: 100px;
	}
	#s5 .partner_box1{
	  grid-template-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 50px;
		padding-bottom: 80px;
		margin-bottom: 80px;
	}
	#s5 .partner_box2{
	  grid-template-columns: 1fr;
	}
	#s5 h3{
		margin-bottom: 50px;
		font-size: 26px;
	}
}
@media screen and (max-width: 680px){
	#s5{
		padding: 80px 0;
	}
}
@media screen and (max-width: 500px){
	#s5 .voice_box{
		margin-bottom: 80px;
	}
	#s5 .p1{
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px){
	#s5::before{
		clip-path: polygon(0 0, 0 100%, 100% 100%, 100% max(0px, calc(100% - 1850px)));
	}
	#s5 .voice .user{
		padding:30px 25px;
	}
	#s5 .voice .coment{
		padding:30px 25px;
	}
	#s5 .voice .user .d span{
		font-size: 14px;
	}
	#s5 .voice .user .c{
		padding: 10px 0 20px;
	}
	#s5 .voice .user dl{
		margin-bottom: 20px;
	}
	#s5 .voice .user dl:last-of-type{
		margin-bottom: 0px;
	}
	#s5 .voice .user dl dt{
		width:25px;
	}
	#s5 .voice .user dl dd{
		width:calc(100% - 25px);
		padding-left: 15px;
	}
	#s5 h3{
		font-size: 22px;
	}
}
/*--------------footer--------------*/
footer{
	background: #0b2c4e;
	padding: 50px 0;
	text-align: 14px;
	text-align: center;
	color:#fff;
}

#cta{
	position: fixed;
	bottom:0;
	right:0;
	width:100%;
	z-index:8;
}
#cta .cta_btn{
	width:100%;
	max-width:600px;
	margin-left: auto;
	transform: translateX(110%);
	transition: transform 0.6s ease;
	pointer-events: none;
}
#cta.is-show .cta_btn{
	transform: translateX(0);
	pointer-events: auto;
}
#cta .cta_btn a{
	position: relative;
	display:block;
	background: #fff300;
	color:#000;
	font-weight: bold;
	padding: 15px 15px 15px 130px;
	transition: 0.3s ease-in-out;
}
#cta .cta_btn a:hover{
	background: #ffd200;
}
#cta .cta_btn a .i{
	position: absolute;
	width:120px;
	left:-15px;
	bottom:0;
}
#cta .cta_btn a .cta_p1{
	font-size: 20px;
}
#cta .cta_btn a .cta_p2{
	font-size: 24px;
}
@media screen and (max-width: 480px){
	footer{
		margin-bottom: 70px;
	}
	#cta .cta_btn a{
		padding: 15px 15px 15px 90px;
	}
	#cta .cta_btn a .i{
		width:80px;
		left:-15px;
		bottom:0;
	}
	#cta .cta_btn a .cta_p1{
		font-size: 14px;
	}
	#cta .cta_btn a .cta_p2{
		font-size: 18px;
	}
}
/*--------------footer--------------*/
