@charset "utf-8";
/* CSS Document */
.mv{
	position: relative;
	height: 700px;
	object-fit:cover;
	width:100%;
	object-fit:cover;
	background:url("../img/fv/fv_bg.webp") no-repeat;
	background-position: center;
	background-size: 100% auto;
	margin-top:84px;
}

.mv .in{
	width:100%;
	max-width: 1200px;
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mv .in .ft{

	width:27.41%;
	position: relative;
	margin-bottom: 4%;
}
.mv .in .ft span{
	display: block;
	position: absolute;
	top: 10%;
	left: 50%;
	width:100%;
	transform: translate(-50%, 0%);
 	color: #FFF;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.08em;
}
.mv .in h1{
	font-size:32px;
	font-weight: 700;
	line-height: 1.6;
	color: #FFF;
	letter-spacing: 0.1em;
	margin-bottom: 2%;
}
.mv .in h2{
	font-size:48px;
	font-weight: 700;
	line-height: 1.6;
	color: #FFF;
	letter-spacing: 0.1em;
}
.mv .in h2 strong{
	color: #ED6B00;
	background: #FFF;
	padding:0 1.4%;
	margin-right: 1%;
	 clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
	font-weight: 800;
}
.mv .in h2 span.icon{
	display: inline-block;
	width: 15px;
	margin-left: 1%;
	font-size: 0;
  line-height: 0;
}
.mv .in h2 span{
	font-size: 40px;
}
.mv .in .inbottom{
	width:100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.mv .in .inbottom .inleft{
	width:59.16%;
}
.mv .in .inbottom .inright{
	width:34.91%;
}
.mv .in .ex{
	color: #FFF;
	margin-top: 4%;
	font-weight: 500;
}
.mv .in ul{
	margin-top: 4%;
	list-style: none;
	display: flex;
	justify-content: space-around;
	
}
.mv .in ul li{
	width:29.57%;
}
.contactfv{
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	background: #FFF;
	border-radius: 16px;
}
.contactfv .sub1,.contactfv .sub2{
	width:100%;
	text-align: center;
	margin-bottom: 1%;
}

.contactfv .mailcontactbtn{
	width:88.5%;
	margin:0 auto 2%;
}
.contactfv a{
	font-weight: 700;
}
.mailcontactbtn a{
	display: flex;
	height: 100px;
	background: linear-gradient(to right,  #ed6b00 0%,#ffa63a 100%); 
	border-radius: 8px;
	width:100%;
	flex-direction: column;
	align-items: center;
	position: relative;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}
.mailcontactbtn a .line1{
	font-size: 28px;
	text-align: center;
	margin-bottom: 2%;
	color: #FFF;
	width: 100%;
}
 .mailcontactbtn a .line1 span{
	width:9.7%;
	display: inline-block;
	margin-right: 1%;
	letter-spacing: 0.08em;
	font-size: 0;
	line-height: 0;
	vertical-align: text-bottom;
}
.mailcontactbtn a .line2{
	width:100%;
	text-align: center;
	color: #FFF;
}
.mailcontactbtn2{
	width:88.5%;
	margin:0 auto 2%;
	  
}
.mailcontactbtn2 a {
  position: relative;
  display: block;
  height: 100px;
  
  background: #fff;        /* 内側の背景 */
  border-radius: 8px;
  color: #000;
  text-align: center;
  line-height: 60px;
  z-index: 1;
	width:100%;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25);

}
.mailcontactbtn a .btnlay,
.mailcontactbtn2 a .btnlay{
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
}
.mailcontactbtn2 a::before {
  content: "";
  position: absolute;
  inset: 0;                /* 上下左右0で完全に覆う */
  padding: 2px;            /* ← 枠線の太さ。今は2px */
  border-radius: inherit;  /* 親と同じ角丸を適用 */
  background: linear-gradient(to right, #ed6b00 0%, #ffa63a 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
.inbottom .mailcontactbtn2 a::before {
  background: linear-gradient(to right, #ef1532 0%, #ed6b00 100%);
}
.mv .contactfv .sub2{
	color:#ef1532
}


.mailcontactbtn2 a .line1{
	/* font-size:36px; */
	font-size:42px;
	font-weight: 900;
	/* margin-bottom: 2%; */
	margin-bottom:0;
	/* color: #ED6B00; */
	color: #ef1532;
	line-height:1.1;
	width: 100%;
}
.mailcontactbtn2 a .line1 span{
	/* width:9.7%; */
	width:.7em;
	height:.7em;
	display: inline-block;
	/* margin-right: 0.4%; */
	margin-right:.15em;
	margin-bottom:.1em;
	/* font-size: 0; */
	line-height: 0;
	vertical-align:middle;
}

.mailcontactbtn2 a .line2{
	width:100%;
	text-align: center;
}
.mailcontactbtn2 a .line2b{
	font-size:.9em;
	font-weight:600;
	width:100%;
	text-align: center;
	letter-spacing:.075em;
}
@media only screen and (max-width:1200px) {

	.mv {
		height: 54vw;
	}
	.mv .in{
		padding:0 10px;
		
	}
	.mv .in .ft span{
		font-size: 2vw;
	}
	.mv .in h1{
		font-size:2.6vw;
	}
	.mv .in h2{
		font-size:4vw;
	}
	.mv .in h2 span{
		font-size: 3.33vw;
	}

	.mailcontactbtn a,
	.mailcontactbtn2 a{
		height: 70px;
	}
	.mailcontactbtn a .line1{
	font-size: 2.3vw;
		margin-bottom: 0%;
	}
	
	.mailcontactbtn2 a .line1{
		font-size:3.2vw;
		margin-bottom: 0;
		line-height: 1;
	}
		

	
}
@media only screen and (max-width:767px) {
	.mv{
		position: relative;
		height: 293vw;
		object-fit:cover;
		width:100%;
		object-fit:cover;
		background:url("../img/fv/sp_fv_bg.webp") no-repeat;
		background-position: center;
		background-size: 100% auto;
		margin-top:22.4vw;
	}
	.mv .in{
		padding:0 0px;
		top:8.66vw;
		width:96.53vw;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.mv .in .ft{
		width:59.46vw;
		margin-left:0vw;
		margin-bottom: 1%;
	}
	.mv .in .ft span{
		font-size:4.66vw;
		top:9%;

	}
	.mv .in h1{
		font-size: 4.6vw;
		margin-left: 5%;
	}
	.mv .in h1 span{
		font-size: 3.7vw;
	}
	.mv .in h2{
		font-size:7.46vw;
		
		letter-spacing: 0.06em;
	}
	.mv .in h2 strong{
		font-size:10.26vw;
		padding:0 2.4%;
		display: inline-block;
		margin-left:2%;
		line-height: 1.4;
	}
	.mv .in h2 span.icon{
		width: 2.4vw;
	}
	.mv .in h2 span.smin{
		font-size: 5.6vw;
	}
	.mv .in h2 span.line2{
		margin-left: 3%;
		display: inline-block;
		font-size: 7.46vw;
	}
	.mv .in .ex{
		font-size: 3.7vw;
		padding:1% 0 14% 4%;
		font-weight: 500;
	}
	.mv .in .inbottom{
		display: block;
	}
	.mv .in .inbottom .inleft{
		width:100%;
	}
	.mv .in .inbottom .inright{
		width:92.53vw;
		margin:0 auto 0;
	}
	.mv .in .spbach{
		width:93vw;
		margin:0 auto 11.2vw;
	}
	.contactfv{
		padding:3.73vw 0;
		border-radius: 4.26vw;
	}
	.contactfv .sub1{
		font-size:3.73vw;
	}
	.mailcontactbtn1,.contactfv .mailcontactbtn2{
		width:85vw;
	}
	.mailcontactbtn a,
	.mailcontactbtn2 a{
		height: 26.6vw;
		border-radius: 2.13vw;
		box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
	}
	.mailcontactbtn{
		margin:0 auto 3.73vw;
	}
	.mailcontactbtn a .line1 {
		font-size: 6.4vw;
	  }
	.mailcontactbtn a .line2 {
		font-size: 4.2vw;
		letter-spacing: 0.02em;
	  }
	.mailcontactbtn2 a .line1{
		/* font-size:8.5vw; */
		font-size:9vw;
		/* letter-spacing: 0.08em; */
		letter-spacing: 0.04em;
		margin-bottom: 0;
		line-height: 1;
		padding:0;
	}
	.mailcontactbtn2 a .line1 span{
		width:6.6vw;
		height:6.6vw;
		/* padding-bottom: 2%; */
	}

	.mailcontactbtn2 a .line2{
		font-size:4.25vw;
	}
	.mailcontactbtn2 a .line2b{
		font-size:3.8vw
	}
	.mailcontactbtn2 a::before {
	  padding: 0.53vw; 
	}
}
section.onayamiarea{
	background:rgba(238, 244, 248, 1);
}
#onayami{
	font-size: 32px;
	width:100%;
	text-align: center;
	font-weight: 700;
	color: #152C58;
	letter-spacing: 0.08em;
	padding-top:80px;
}

.wavy {
  position: relative;
  display: inline-block;
}

.wavy::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
	

  /* offset: 25% に相当（フォントサイズに応じて調整される） */
  bottom: -0.25em;

  height: 6px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'><path d='M0 3 Q3 0 6 3 T12 3' stroke='%23003366' fill='transparent' stroke-width='1.8' stroke-linecap='round'/></svg>");
}

.onayamiimg{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
@media only screen and (max-width:767px) {
	#onayami{
		font-size: 7.46vw;

		padding-top:18.66vw;
	}

	.wavy2 {
	  position: relative;
	  display: inline-block;
		
	}
	.wavy::after {
		display: none;
	}
	.wavy2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;

  /* offset: 25% に相当（フォントサイズに応じて調整される） */
  bottom: -0.25em;

  height: 6px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6"><path d="M0 3 Q3 0 6 3 T12 3" stroke=2%23003366" fill="transparent" stroke-width="1.8" stroke-linecap="round"/></svg>');
	}
	
	.onayamiimg{
		width:92.5%;
		max-width:1200px;
		margin:0 auto;
	}

}
.section2 .in{
	width:96%;
	max-width:1000px;
	margin:1% auto 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
.section2 .in h2{
	font-size:40px;
	font-weight: 900;
	color: rgba(21, 44, 88, 1);
	line-height: 1.8;
	width:490px;
	letter-spacing: 0.08em;
}
.section2 .in h2 span.og{
	font-size: 56px;
	color: rgba(237, 107, 0, 1);
}
.section2 .in h2 span.og span {
    position: relative;
    display: inline-block;
}

.section2 .in h2 span.og span::before {
    content: "";
    position: absolute;
    top: -2px; /* 文字上の位置を調整 */
    left: 50%;
    transform: translateX(-50%) rotate(45deg); /* ひし形に回転 */
    width: 7px;   /* ひし形の幅 */
    height: 7px;  /* ひし形の高さ */
    background-color: #ed6b00; /* オレンジ色 */
}
.section2 .in div{
	width:510px;
	
}
@media only screen and (max-width:767px) {
	.section2 .in{
		display: block;
		margin:5% auto 0;
	}
	.section2 .in h2{
		width:100%;
		text-align: center;
		font-size: 7vw;
		line-height: 1.6;
	}
	.section2 .in h2 span.og{
		font-size: 11vw;
	}
	.section2 .in div{
		width: 75%;
		margin:2%  auto 0;
		font-size: 10vw;
	}
	.section2 .in h2 span.og span::before {
	    top: 0px; /* 文字上の位置を調整 */
	}
}
section.ogarea1{
	background: #ED6B00;
	padding:64px 0;
}
section.ogarea1 .in{
	max-width: 1200px;
	width:96%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin:0 auto;
	color: #FFF;
}
section.ogarea1 .in .left{
	width:65.3%;
}
section.ogarea1 .in .left h2{
	font-size: 24px;
	letter-spacing: 0.08em;
	width:100%;
	text-align: center;
	margin-bottom: 2%;	
}
section.ogarea1 .in .left h2 span{
	  /* text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness:8%;
  text-decoration-skip-ink: auto;
	text-decoration-color:#fff; */
	font-size: 1.33em;
	color:#fff;
}
section.ogarea1 .in .left h2 span.wavy::after {
	bottom: -0.2em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'><path d='M0 3 Q3 0 6 3 T12 3' stroke='%23ffffff' fill='transparent' stroke-width='1.8' stroke-linecap='round'/></svg>");
}
@media only screen and (max-width:767px) {

	section.ogarea1 .in .left h2 span.wavy::after {
		display:inline-block;
	}

}
section.ogarea1 .in .left p{
	font-size: 20px;
	width:100%;
	text-align: center;
	margin-bottom: 4%;
	font-weight: 500;
}
section.ogarea1 .in .left .col2{
	width:100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
section.ogarea1 .in .left .col2 .linel,
section.ogarea1 .in .left .col2 .liner{
	width:48.46%;
	
}

section.ogarea1 .in .left .col2 .liner{
	text-shadow: 0,2,4,rgba(0,0,0,0.25);
	
}
section.ogarea1 .mailcontactbtn,
section.ogarea1 .mailcontactbtn2{
	width:100%;
}
section.ogarea1 .mailcontactbtn a{
	background: #FFF ;
	height: 116px;
}
section.ogarea1 .mailcontactbtn a .line1{
	color:rgba(237, 107, 0, 1) !important;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 1%;
}
section.ogarea1 .mailcontactbtn a .line2{
	color:rgba(237, 107, 0, 1) !important;
	font-weight: 500;
	line-height: 1;
}
section.ogarea1 .mailcontactbtn2 a{
	border:solid 2px #FFF;
	color:#FFF;
	height: 116px;
	background: none;
	text-shadow: 0,2,4,rgba(0,0,0,0.25);
}

section.ogarea1 .mailcontactbtn2 a::before {
  display: none !important;
	background: none;
	
}

section.ogarea1 .mailcontactbtn2 a .line1{
	color: #FFF;
	/* margin-bottom: 1%; */
	font-size: 40px;
	letter-spacing: 0.02em;
	line-height: 1;
	text-shadow: 0,2,4,rgba(0,0,0,0.25);
}
section.ogarea1 .mailcontactbtn2 a .line2{
	color: #FFF;
	font-weight: 500;
	text-shadow: 0,2,4,rgba(0,0,0,0.25);
}
/* section.ogarea1 .mailcontactbtn2 a .line1 span {
	vertical-align: bottom;
} */
section.ogarea1 .in .right{
	width:30.25%;
	position: relative;
	color: #FFF;
}
section.ogarea1 .in .right .leftimg{
	position: absolute;
	left:0;
	top:8%;
	width:25.61%;
}
section.ogarea1 .in .right .rightimg{
	position: absolute;
	right:0;
	top:8%;
	width:25.61%;
}

section.ogarea1 .in .right .star{
	width:21.84%;
	margin:0 auto;
}

section.ogarea1 .in .right .line1{
	font-size:20px;
	font-weight: 700;
	width:71.62%;
	margin:8% auto 0;
	line-height: 1;
}
section.ogarea1 .in .right .line2{
	font-size:64px;
	font-weight: 900;
	width:71.62%;
	margin:0 auto 2%;
	line-height: 1;
}
section.ogarea1 .in .right .line2 span{
	font-size:20px;
}
section.ogarea1 .in .right .line2 span span{
	font-size:24px;
	display: inline-block;
	margin-left:1%;
	margin-right:1%;
}
section.ogarea1 .in .right hr{
	width:79%;
	height: 1;
	background: #FFF;
	border:none;
	margin:0 auto;
}
section.ogarea1 .in .right .line3{
	font-weight: 700;
	width:100%;
	margin:2% auto 2%;
	text-align: center;
}
@media only screen and (max-width:1210px) {
	section.ogarea1 .mailcontactbtn2 a .line1{
		font-size:3.5vw;
	}
	section.ogarea1 .mailcontactbtn a .line1{
		font-size:2vw;
	}
	
	section.ogarea1 .in .right .line1{
		font-size:1.6vw;
	}
	section.ogarea1 .in .right .line2{
		font-size:5vw;
	}
	section.ogarea1 .in .right .line2 span{
		font-size:1.5vw;
	}
	section.ogarea1 .in .right .line2 span span{
		font-size:2.6vw
	}
	
	
}
@media only screen and (max-width:767px) {
	section.ogarea1 {
	  padding: 8.23vw 0;
	}
	section.ogarea1 .in{
		width:100%;
		display: block;

	}
	section.ogarea1 .in .right {
    	width: 92.40%;
		margin:2% auto 0;
		height: 80vw;
	}
	section.ogarea1 .in .left{
		width:100%;
	}
	section.ogarea1 .mailcontactbtn a,
	section.ogarea1 .mailcontactbtn2 a{
	  height: 28.8vw;
	}
	section.ogarea1 .in .right .leftimg,section.ogarea1 .in .right .rightimg{
		top:6%;
	}
	section.ogarea1 .in .right .leftimg img,section.ogarea1 .in .right .rightimg img{
		width: 100%;
		height: auto;
	}
	section.ogarea1 .mailcontactbtn a .line1 {
		font-size: 5.6vw;
		margin-bottom: 1;
		letter-spacing: 0.08em;
	}
	section.ogarea1 .mailcontactbtn a .line2 {
		font-size: 3.73vw;
	}
	section.ogarea1 .mailcontactbtn2 a .line1 {
    	font-size: 9.33vw;
		text-shadow: 0,4,8,rgba(0,0,0,0.25);
	}
	section.ogarea1 .mailcontactbtn2 a .line2 {
    	font-size: 3.73vw;
		text-shadow: 0,4,8,rgba(0,0,0,0.25);
	}
	section.ogarea1 .mailcontactbtn2 a .line1 span {
		width:6.6vw;
		height:6.6vw;
		/* width:10.66vw;
		margin-right: 2%; */
	}
	/* section.ogarea1 .mailcontactbtn2 a .line1{
		margin-bottom: 1;
	} */
		
	.mailcontactbtn2 a .line1 span {
		width:6.6vw;
		height:6.6vw;
		/* width: 5.5vw; */
		/* padding-bottom: 2%; */
	}
	section.ogarea1 .in .left h2{
		font-size: 5.6vw;
		margin-bottom: 4%;
	}
	section.ogarea1 .in .left p {
		font-size:4.66vw;
		margin-bottom: 10%;
	}

	section.ogarea1 .in .right .line1 {
    	font-size: 5.12vw;
	}
	section.ogarea1 .in .right .line2 {
    	font-size: 16.4vw;
		white-space: nowrap;
	}
	section.ogarea1 .in .right .line2 span span {
    	font-size: 7.6vw;
	}
	section.ogarea1 .in .right .line2 span {
		font-size: 6.15vw;
	}
	section.ogarea1 .in .right .line3{
		font-size: 3.73vw;
	}
	section.ogarea1 .in .left .col2 .linel, section.ogarea1 .in .left .col2 .liner {
	  width: 100%;
	}
	section.ogarea1 .mailcontactbtn a .line1 span{
		width:8.53vw;
		vertical-align: bottom;
	}
	

	section.ogarea1 .mailcontactbtn,
	section.ogarea1 .mailcontactbtn2{
		width:92%;
		margin: 0 auto 0%;
	}
	section.ogarea1 .mailcontactbtn{
		margin:0 auto 5.88vw;
	}
}


section.block3{
	background: url("../img/top/block3back.svg") no-repeat;
	background-size: cover;
	padding:80px 0;
	margin-bottom: -1px;
}
section.block3 .in{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	color: #FFF;
}



section.block3 .in h2{
	font-size: 32px;
	width:100%;
	text-align: center;
	margin-bottom: 24px;
	font-weight: bold;
}
h2.underline::after{
	content: "";
	width:56px;
	display: block;
	height: 2px;
	background: #ED6B00;
	margin:0 auto;
}

section.block3 .in .ex{
	margin-bottom: 80px;
	font-weight: 500;
	width: 100%;
	text-align: center;
}

section.block3 .whitearea{
	width:92.5%;
	padding:24px 48px;
	background: #FFF;
	border-radius: 16px;
	margin:0 auto 80px;
}
section.block3 .whitearea dl{
	width:100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding: 24px 0;
	border-bottom: 1px solid #EEF4F8;
}
section.block3 .whitearea dl dt{
	width:9%;
	display: flex;
	justify-content: center;
	align-items: center;
}
section.block3 .whitearea dl dt span{
	width:100%;
	border: solid 1px #152C58;
	border-radius: 4px;
	color:#152C58;
	text-align: center;
	display: block;
}
section.block3 .whitearea dl dd{
	width:89.4%;
	color:#030023;
}
section.block3 .whitearea p{
	margin:24px 0;
	color:#030023;
}
@media only screen and (max-width:767px) {
	section.block3{

		padding:8.23vw 0;
	}

	section.block3 .in h2{
		font-size: 5.6vw;

		margin-bottom: 4vw;

	}
	section.block3 .in .ex {
	  font-size: 3.2vw;
		width:92.5%;
		margin:0 auto 6.4vw;
	}
	section.block3 .whitearea {
	  width: 92.5%;
	  padding: 2vw 4vw;
	  background: #FFF;
	  border-radius: 1.8vw;
	  margin-bottom: 6.4vw;
		margin:0 auto 6.4vw;
		
	}
	section.block3 .whitearea dl{
	  display: block;
		margin: 2vw 0vw;
	}
	section.block3 .whitearea dl dt{
	  display: block;
		width:40%;
		font-size: 3.2vw;
		margin-bottom: 1%;
	}
	section.block3 .whitearea dl dd{
	  display: block;
		width:100%;	
		font-size: 3.2vw;
	}
	section.block3 .whitearea p{
		margin:3vw 0;
		font-size: 3.2vw;
	}
	
	

}



section.block3 .slidearea.slick-dotted.slick-slider{
	width:100%;
	max-width:1110px;
	margin:0 auto 143px;
}







section.block3 .slidearea .line{
	width:27%;
	padding:0 48px;
}
@media only screen and (max-width:767px) {
	section.block3 .slidearea .line{
		width:27%;
		padding:0 16px;

	}

	
}
/* 全スライドに border */

section.block3 .slidearea .slick-slide {
  border-right: 1px solid #fff;
}

/* slick-current（左端）から2つ後ろが右端になる */
.slidearea .slick-current + .slick-slide + .slick-slide {
  border-right: none;
}
.slidearea .slick-prev,.slidearea .slick-next {
  width: 45px !important;
  height: 45px !important;
 }
.slick-prev::before, .slick-next::before {
	display: none;
}
.slick-arrow{
	width:45px !important;
	height:45px !important;
	background: #FFF !important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.slick-arrow img{
	width:24px;
	height: auto;
	display: block;
	margin:0 auto;
}
/* dotsを丸くカスタマイズするCSS */
.slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: none;
	border:solid 2px #FFF;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    background: coral;
	background: #fff;
}

.slick-dots li button {
    display: none;
}
.slick-dots li button::before{
	width:15px;
	height: 15px;
}
.slick-dots li.slick-active button::before {
	opacity: 0 !important;	
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 0 !important;
}
.slick-dots {
	bottom: -48px !important;
}

.slidearea h3{
	margin:24px 0;
	font-size: 20px;
	font-weight: 700;
	width:100%;
	text-align: center;
}
.slidearea .text{
	font-weight: 500;
}
@media only screen and (max-width:767px) {
	.slidearea .line {
	  width: 40%;
	  padding: 0 2vw;
	}
	.slidearea.slick-dotted.slick-slider {
	  width: 84.5%;
	  margin: 0 auto 14vw;
	}
	.slidearea .slick-prev,.slidearea .slick-next {
	  width: 10vw !important;
	  height: 10vw !important;
	 }
	.slick-arrow{
		width:10vw !important;
		height:10vw !important;
	}
	.slick-next{
		top: 30% !important;
		right: 1vw !important;
		z-index: 999;
	}
	.slick-prev{
		top: 30% !important;
		left: 1vw !important;
		z-index: 999;
	}

	.slick-arrow img{
		width:4vw;
	}
	.slidearea h3 {
	  margin: 2vw 0;
	  font-size: 3.2vw;
	}
	.slidearea .text {
	  font-size: 2.8vw;
	}
	.slidearea .slick-dots {
	  bottom: -12.2vw !important;
	}

}
section.block3 h4{
	width:100%;
	text-align: center;
	letter-spacing: 0.08em;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 48px;
}
section.block3 .table{
	width:100%;
	overflow-x:auto;
	margin-left: auto;
	margin-right: auto;
}
section.block3 .table table{
	width:1200px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-radius: 8px;
	  border-collapse: separate;
  border-spacing: 0;
	overflow: hidden;
}
section.block3 .table table th{
	border-right:1px solid #FFF;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #152C58;
	height:  48px;
	vertical-align: middle;
}
section.block3 .table table tr th:nth-child(1){
	width:20.5%;
	border-top-left-radius: 8px; 
}
section.block3 .table table tr th:nth-child(2){
	width:26.5%;
}
section.block3 .table table tr th:nth-child(3){
	width:20.5%;

}
section.block3 .table table tr th:nth-child(4){
	width:10.8%;

}
section.block3 .table table tr th:nth-child(5){
	width:10.8%;

}
section.block3 .table table tr th:nth-child(6){
	border-top-right-radius: 8px; 
}
section.block3 .table table tr td{
	color:#030023;
	text-align: center;
	height: 42px;
	vertical-align: middle;
	border-bottom:1px solid #030023;
	border-right:1px solid #030023;
	background: #FFF;
	font-weight: 500;
}
section.block3 .table table tr td:last-child{
	border-right:1px solid #FFF;
}
section.block3 .table table tr.lasttr td{
	border-bottom:1px solid #FFF;
}
section.block3 .table table tr td.line1{
	background: #ED6B00;
	color: #FFF;
	font-weight: 700;
}
@media only screen and (max-width:1200px) {
	section.block3 .table{
		width:92.5%;
	}
	section.block3 .table table{
		width: 100%;
	}
	
}
@media only screen and (max-width:1160px) {
	section.block3 .slick-prev{
		left: 10px;
	}
	section.block3 .slick-next{
		right: 10px;
	}
	
}
@media only screen and (max-width:767px) {
	section.block3 .table{
		width:92.5%;
		margin:0 auto;
	}
	
	section.block3 .table table{
		width:1200px;
	}
	
	section.block3 h4 {

	  font-size: 5.6vw;
	  margin-bottom: 3vw;
	}
	section.block3 .table table th{
		font-size: 3.2vw;
		height:  5.2vw;
	}
	section.block3 .table table tr td{
		font-size:2.8vw;
		height: 4.6vw;
		
	}
}
.block4{
	background: url("../img/top/block4bg.webp") no-repeat;
	background-size: cover;
	position: relative;
}
.block4::before{
	content: "";
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(65,108,164,0.7);
	
}
.block4 h2{

	font-size: 32px;
	width:100%;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 80px;
	font-weight: bold;
	color: #FFF;
	z-index: 1;
  position: relative;
}
@media only screen and (max-width:1543px) {
	.block4 h2{
		padding-top:8.23vw;
		margin-bottom:0px;

	}

	
	
}

.block4 .slidearea2{
	width:92.7%;
	max-width:92.7%;
	margin:0 auto;
	overflow-y: visible !important;
}



@media only screen and (max-width:1543px) {
	.block4 .slidearea2{
		width:100%;
		max-width:100%;
	}
	
}
.block4 .slidearea2 .line .no{
	background: #152C58;
	display: flex;
	justify-content: center;
	align-items: center;
	width:72px;
	height: 72px;
	color: #FFF;
	position: absolute;
	top:-36px;
	left:50%;
	transform: translate(-50%, -0%);
	font-size: 36px;
	border-radius: 50%;
}
.block4 .slidearea2 .line h3{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #152C58;
	padding-bottom: 24px;
	padding-top: 60px;
}
.block4 .slidearea2 .line h3 span{
	display: inline-block;
	width:32px;
	margin-right: 2%;
	line-height: 1;
	vertical-align: sub;
}
.block4 .slidearea2 .line .area1{
	border:solid 2px rgba(21, 44, 88, 0.8);
	
}

.block4 .slidearea2 .line .area2{
	border:solid 2px rgba(21, 44, 88, 1);
	
}
.block4 .slidearea2 .line .area1,
.block4 .slidearea2 .line .area2{
	border-radius: 8px;
	padding:16px;
}
.block4 .slidearea2 .line .area1 h4,.block4 .slidearea2 .line .area2 h4{
	font-size: 20px;
	vertical-align: middle;
	margin-bottom: 16px;
}

.block4 .slidearea2 .line .area1 h4{
	color: #152C58;
	opacity: 0.8;
	display: flex;
  justify-content: flex-start;
  align-items: center;
}
.block4 .slidearea2 .line .area1 h4 span,.block4 .slidearea2 .line .area2 h4 span{
	width:20px;
	height: 20px;
	display: inline-block;
	margin-right: 2%;
	line-height: 1;
}
.block4 .slidearea2 .line .area1  ul{
	width:100%;
	list-style: circle;
	color: rgba(3,0,35,0.8);
}
.block4 .slidearea2 .line .area1 ul li span{
	font-weight:700;
}
.block4 .slidearea2 .line .area2 h4{
	color:rgba(237,107,0,1);
	width:100%;
}
.block4 .slidearea2 .line .area2 p{
	width:100%;
}
.block4 .slidearea2 .line .area1 h4 span,.block4 .slidearea2 .line .area2 h4 span{
	width:20px;
	height: 20px;
	display: inline-block;
	margin-right: 2%;
	line-height: 1;
}
.block4 .slidearea2 .line .area1 ul{
	width:100%;
	list-style: circle;
	color: rgba(3,0,35,0.8);
	list-style: none;
	padding-left: 0;
}

.block4 .slidearea2 .line .area1 ul li {
  position: relative;
  padding-left: 1.2em; /* マーカーと文字の距離 */
}

.block4 .slidearea2 .line .area1 ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.block4 .slidearea2 .line .area1 ul li span{
	font-weight:700;
}
.block4 .slidearea2 .line .area2 .text{
	font-weight: 500;
	color: rgba(3,0,35,1);
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.block4 .slidearea2 .line .area2 .text div.line1{
	width:55%;
}
.block4 .slidearea2 .line .area2 .text div.line2{
	width:38.8%;
}

.block4 .slidearea2 .line .area2 .text span{
	font-weight: 700;
	font-size:20px;
	border-bottom: 4px solid rgba(255, 234, 0, 0.7);
}
.block4 .slidearea2 .line .down{
	width:32px;
	margin:16px auto;
	box-shadow: 0,2,4,rgba(0,0,0,0.25);
}
.block4 .slick-dotted.slick-slider{
	margin-bottom: 0px !important;
	padding-bottom: 142px !important;
	border-right: none !important;
}
.block4 .slick-list{
	/*border-right: none !important;*/
}
.block4 .slidearea2 .line {

	  /* padding: 1% 0px 0; */
		padding: 1.25% 0 .5% !important;
	border:none !important;
}

.block4 .slidearea2 .line .in{

	/* transition: transform .3s; */
	transition: all .3s;
	background: #EEF4F8;
	border-radius: 16px;
	position: relative;
	padding:0 16px;
	border-radius: 16px;
	margin:0 46px;
	padding-bottom:24px;
}

.block4 .slick-dots {
  bottom: 10% !important;
}
.block4 .slick-dots li button::before{
	display: none;
}
/* 全部小さく */
.block4 .slidearea2 .line {
    transform: scale(0.8);
    /* transition: transform .1s; */
		transition: all .1s;
}

/* 中央だけ大きく */
.block4 .slidearea2 .line.is-center {
    transform: scale(1.1);
}
.block4 .slick-prev {
  left: 30% !important;
  top: 45% !important;
}
.block4 .slick-next{
  right: 30% !important;
  top: 45% !important;
}
@media only screen and (max-width:1543px) {
	.block4 .slidearea2 .line {
		padding: 2% 0px 0;

	}
	
	
}
@media only screen and (max-width:1250px) {
	.block4 .slidearea2 .line {
		padding: 2% 0px 1%;

	}
	.block4 .slidearea2 .line .area1 h4, .block4 .slidearea2 .line .area2 h4{
		margin-bottom: 2%;
	}
	.block4 .slidearea2 .line .in {
		margin:0 12px;	
	}
	.block4 .slidearea2 .line h3{
		font-size: 20px;
	}
	.block4 .slidearea2 .line .area2 .text span{
		font-size: 16px;
	}
}
@media only screen and (max-width:767px) {
	/* 全部小さく */
	.block4 .slidearea2 .line {
		transform: scale(1);
		transition: transform .0s;
	}
	.block4 .slidearea2 .line .in{
		padding:2vw;
		margin:0 2vw;
		padding-bottom: 4vw;
	}

	/* 中央だけ大きく */
	.block4 .slidearea2 .line.is-center {
		transform: scale(1);
	}
	.block4 .slidearea2 .line {
		padding: 10vw 0px 0;
	}
	.block4 .slick-next {
	  right: 1vw !important;
	  top: 48% !important;
		z-index: 999;
	}
	.block4 .slick-prev{
	  left: 1vw !important;
	  top: 48% !important;
		z-index: 999;
	}
	.block4 .slick-arrow {
		width: 12vw !important;
		height: 12vw !important;
	}
	.block4 .slidearea2 .line .area1 h4, .block4 .slidearea2 .line .area2 h4 {
	  font-size: 4.2vw;
	  margin-bottom: 2vw;
	}
	.block4 .slidearea2 .line .area1 ul li {
	  font-size: 3.2vw;
	}
	.block4 .slidearea2 .line .area2 p {
	  font-size: 3.2vw;
	}
}
section.block5 h2{
	font-size: 32px;
	width:100%;
	text-align: center;

	font-weight: bold;
	color: #152C58;
	margin-bottom:84px;
}


section.block5 .in{
	width:92.5%;
	max-width: 1200px;
	margin:80px auto;
}
section.block5 .in dl{
	width:100%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section.block5 .in dl dt{
	width:7.4%;
	font-weight: 700;
	font-size: 72px;

	line-height: 1;
}
section.block5 .in dl dd{
	border:solid 2px #3F5E9F;
	padding:12px 18px 12px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 88.55%;
	border-radius: 8px;
}
section.block5 .in dl dd .icon{
	width:5.4%;
	border:solid 1px #4F6CB0;
	aspect-ratio: 1 / 1;    /* 幅＝高さ を保証 */
	border-radius: 50%;
	box-sizing: border-box; /* 境界込みでサイズ計算 */
	display: flex;
	justify-content: center;
	align-items: center;
}
section.block5 .in dl dd .icon img{
	width:57.14%;
}
section.block5 .in dl dd .text{
	width:91.8%;
}
section.block5 .in dl dd .text h3{
	font-size:20px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 2px;
}
section.block5 .in dl dd .text p{
	text-align: left;
	font-weight: 500;
}
section.block5 .in .dash{
	width:89px;
	margin:8px 0;
}
section.block5 .in dl.line1 dt{
	color:#4F6CB0;
}
section.block5 .in dl.line2 dt{
	color:#3F5E9F;
}
section.block5 .in dl.line3 dt{
	color:#314F8D;
}
section.block5 .in dl.line4 dt{
	color:#253F7A;
}
section.block5 .in dl.line5 dt{
	color:#1A2F67;
}
section.block5 .in dl.line6 dt{
	color:#152C58;
}
@media only screen and (max-width:767px) {
	section.block5 .in dl dt {
		width: 20%;
		font-size: 10vw;
	}
	section.block5 .in dl dd{
		border:solid 2px #3F5E9F;
		padding:2vw 3vw;

		width: 78.55%;
		border-radius: 3vw;
	}
	section.block5 .in .dash {
	  width: 20%;
		margin: 1vw 0;
	}
	section.block5 .in dl dd .icon{
		width:15%;
	}
	section.block5 .in dl dd .text {
	  width: 80%;
	}
	section.block5 .in dl dd .text h3{
		font-size:4.2vw;
	}
	section.block5 .in dl dd .text p{
		font-size:3.2vw;
	}
}

section.block6{
	background: url("../img/top/reason/bg.webp") no-repeat;
	background-size: cover;
}

section.block6 h2{
	font-size: 32px;
	width:100%;
	text-align: center;

	font-weight: bold;

	margin-bottom:84px;
	color: #FFF;
}


section.block6 .in{
	width:92.5%;
	max-width: 1200px;
	margin:0px auto;
	padding:80px 0;
}
section.block6 .in .line{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	margin-bottom: 48px;
}
section.block6 .in .line.line3{
	margin-bottom: 0px;
}
section.block6 .in .line.sec{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
section.block6 .in .line .lline{
	width:42%;
	margin-right: 4%;
}
section.block6 .in .line .rline{
	width:36.4%;
}
section.block6 .in .line.sec .lline{
	
	margin-right: 0%;
}
section.block6 .in .line.sec .rline{
	
	margin-right: 4%;
}
section.block6 .in .line .rline h3{
	position: relative;
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
}

section.block6 .in .line .rline h3 span:nth-child(1){
	position: relative;
	width:190px;
	margin-right: 20px;
	display: inline-block;
}
section.block6 .in .line .rline h3 span span{
	position:absolute;
	top: 12px;
	left: 5%;
	line-height: 1;
}
section.block6 .in .line .rline p{
	font-weight: 500;
	color: #FFF;
}
@media only screen and (max-width:1024px) {
	section.block6 .in .line .lline{
		width:42%;
		margin-right: 4%;
	}
	section.block6 .in .line .rline{
		width:54%;
	}
}
@media only screen and (max-width:767px) {
	section.block6{
		background: url("../img/top/reason/sp_bg.webp") no-repeat;
		background-size: cover;
	}
	section.block6 h2{
		font-size: 5.6vw;
		margin-bottom:4vw;
	}
	section.block6 .in{

		padding:8.23vw 0;
	}
	section.block6 .in .line{
		display:block;
		margin-bottom: 8vw;
	}
	section.block6 .in .line.sec{
		display:block;
		margin-bottom:10vw;
	}
	section.block6 .in .line .lline{
		width: 80%;
		margin-right: 0%;
	}
	section.block6 .in .line .rline{
		
		width:100%;
		margin:0 auto;
	}
	section.block6 .in .line.sec .lline{
		
		width: 80%;
		margin:0 auto;
	}
	section.block6 .in .line.sec .rline{
		margin-right: 0%;
	}
	section.block6 .in .line .rline h3{
		font-size: 4.2vw;
		margin: 4vw 0;
	}

	section.block6 .in .line .rline h3 span:nth-child(1){
		width:35%;
		margin-right: 3vw;
	}
	section.block6 .in .line .rline h3 span span{
		top: 1.4vw;
   		left: 1.4vw;
	}
	section.block6 .in .line .rline p{
		font-size: 3.2vw;
	}
}
section.block7 h2{
	font-size: 32px;
	width:100%;
	text-align: center;
	color: #152C58;
	font-weight: bold;
	color: #152C58;
	margin-bottom:84px;

}


section.block7 .in{
	width:92.5%;
	max-width: 1200px;
	margin:0px auto;
	padding:80px 0;
}
	section.block7 .in .line{
		border:solid 2px #152C58;
		border-radius: 8px;
		padding:8px;
		margin-bottom: 16px;
	}
	section.block7 .in .line table{
		width:100%;
	}
	section.block7 .in td span{
		display: inline-block;
		width:24px;
		height: 24px;
		position: absolute;
		right: 0;
		top:50%;
		transform: translate(-0%, -50%);
	}
	section.block7 .in td{
		position: relative;
		padding:8px 16px 8px 0;
	}
	section.block7 .in td span{
		cursor: pointer;
	}
	section.block7 .in th{
		font-family: 'Helvetica','Avenir','Helvetica Neue','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
		position: relative;
		padding:8px 24px 8px 16px;
		font-weight: 700;
		width:20px;
	}
	section.block7 .in table tr:nth-child(1) th{
		color: #152C58;
	}
	section.block7 .in table tr:nth-child(2){
		display: none;
	}
	section.block7 .in table tr:nth-child(2) th{
		color: #ED6B00;
	}
	.qline{
		cursor: pointer;
	}
@media only screen and (max-width:767px) {
	section.block7{
	}
	section.block7 h2{
		font-size: 5.6vw;
		margin-bottom:4vw;
	}
	section.block7 .in{

		padding:8.23vw 0;
	}
	section.block7 .in td span{
		width:5vw;
		height: 5;
	}
	section.block7 .in td{
		font-size: 3.2vw;
	}
	section.block7 .in th{
		font-size: 3.2vw;
	}

}
section.block8{
	background: url("../img/top/contact/bg.webp") no-repeat;
	background-size: cover;
	position: relative;
}
.block8::before{
	content: "";
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(65,108,164,0.7);
	
}
section.block8 h2{
	font-size: 32px;
	width:100%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	margin-bottom:84px;

}


section.block8 .in{
	width:92.5%;
	max-width: 1041px;
	margin:0px auto;
	padding:80px 0;
	position: relative;
}


section.block8 .contactarea{
	padding:46px;
	background: #FFF;
	border-radius: 16px;
	width:100%;
}
section.block8 .contactarea .inarea{
	width:100%;
	max-width: 709px;
	margin: 0 auto;
}
@media only screen and (max-width:767px) {
	section.block8 .contactarea{
		padding:2vw 1vw;
	}
	section.block8 h2{
		font-size: 5.6vw;
		margin-bottom:4vw;

	}
	
}


