img.sp {width:100%;}
h1 {
	text-align: center;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	margin-bottom:70px;
	}
.content {
	max-width:1112px;
	margin:0 auto;
	padding:50px;

	font-family: 'Noto Sans JP', sans-serif;
}


@media screen and (max-width: 768px) {
	/* .content {width:calc(100% - 20px);padding:20px;} */
	.content {width:calc(100% - 20px);padding:0;}

}




.content{
	position: relative;
}


.h2_ttl{
	text-align: center;
	margin-bottom: 50px;
}

.h2_ttl .h2_ttl_inner .txt{
	font-size: 30px;
	font-weight: bold;
	color: #002083;
	margin-left: 30px;
}

h3.sub_ttl{
	margin: 0 calc(50% - 50vw);	
	/* background: linear-gradient(90deg, #002083 0%, #002083 50%, #D0E2F6 50%, #D0E2F6 100%); */
	margin-bottom: 80px;
  }
  
h3.sub_ttl img{
	vertical-align:top;
}


@media screen and (max-width: 768px) {

	.h2_ttl{
		margin-left: 10%;
		margin-right: 10%;
	}

	h3.sub_ttl {
		margin-bottom: 20px;
	}

	.h2_ttl .h2_ttl_inner .txt{
		font-size: 20px;
		margin-left: 0;
	}

}

/** sec_box_01 ***********************************************************************************************/

.sec_box_01{
	padding-bottom: 50px;
}

.sec_box_01 p{
	line-height: 1.8;
	font-size: 18px;
}

.sec_line{
	border-bottom: 1px solid #002083;
}

@media screen and (max-width: 768px) {

.sec_box_01 p {
	font-size: 14px;
  }

  .sec_box_01{
	padding-bottom: 20px;
}


}


/** sec_box_02 ***********************************************************************************************/


.sec_box_02{
	padding-bottom: 130px;

}


.sec_box_02 .sec_box_02_inner{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	align-items: center;
}

.sec_box_02 .img_01{
	margin-right: 10%;
}

.sec_box_02 .head_line_sub{
	font-size: 20px;
	margin-bottom: 15px;
}

.sec_box_02 .head_line_h4{
	font-size: 35px;
	font-weight: bold;
	color: #002083;
}

@media screen and (max-width: 768px) {

	

	.sec_box_02 .sec_box_02_inner{
		padding-top: 20px;
		padding-bottom: 20px;
		gap: 4%;
	}
	.sec_box_02 .head_line_sub {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.sec_box_02 .head_line_h4 {
		font-size: 17px;
	}

	.sec_box_02_inner .head_box{
		width: 80%;
	}

	.sec_box_02_inner .img_01 {
		width: 20%;
		margin-right: 0;
		margin-left: auto;
		text-align: right;
	}

	

	.sec_box_02_inner h4.head_line_h4 {
		margin-bottom: 0;
	}

	.sec_box_02 {
		padding-bottom: 20px;
	}

}


/** sec_box_03 ***********************************************************************************************/


.sec_box_03{
	padding-top: 80px;
	padding-bottom: 100px;

}

.sec_box_03 .head_line_h4{
	font-size: 35px;
	font-weight: bold;
	color: #002083;
	margin-bottom: 40px;
}

.sec_box_03 .img_03{
	margin-bottom: 40px;
}

.sec_box_03 .step{
	display: flex;
	gap: 4%;
	align-items: flex-start;
	margin-bottom: 40px;
}

.step .step_box{
	background-color: #DFE4EB;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 2%;
}


.step_box_w_01{
	width: 30%;
}

.step_box_w_02{
	width: 38%;
}

.step_box_w_03{
	width: 25%;
}


.step .step_box .step_ttl{
	text-align: center;
	color: #253F8D;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.step .step_box a{
	text-decoration: underline;
	text-underline-offset: 5px;
	color: #252627;
	position: relative;
	
}

.step .step_box a:hover{
	text-decoration: none;
}

.step .step_box a::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -4px;
	transform: rotate(45deg);
  }

.step .step_box li{
	margin-bottom: 5px;
	font-size: 14px;
}

.all_step{
	background-color: #CFE2F5;
	position: relative;

	/* display: flex;
  justify-content: center;
  align-items: center; */
  padding-top: 2%;
  padding-bottom: 2%;
  width: 95%;
}

.all_step::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-left: 40px solid #CFE2F5;
  border-top: 57px solid transparent;
  border-bottom: 57px solid transparent;
}


.all_step .step_ttl{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.all_step ul{
	justify-content: center;
	display: flex;
	gap: 5%;
}


.all_step a{
	text-decoration: underline;
	text-underline-offset: 5px;
	color: #252627;
	position: relative;
	
}

.all_step a:hover{
	text-decoration: none;
}

.all_step a::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -2px;
	transform: rotate(45deg);
  }

  @media screen and (max-width: 1140px) {

	.step .step_box li,
	.step .step_box li a{
		font-size: 12px;
	}

  }

  @media screen and (max-width: 1000px) {

	.sec_box_03 .step {
		flex-wrap: wrap;
	}

	.step_box_w_01,
	.step_box_w_02,
	.step_box_w_03 {
		width: 48%;
	}

	.all_step::after {
		border-top: 54px solid transparent;
		border-bottom: 54px solid transparent;
	}

  }

  @media screen and (max-width: 900px) {
	.all_step {
		height: 108px;
		}
	}


  @media screen and (max-width: 768px) {


	.sec_box_03{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sec_box_03 .head_line_h4 {
		font-size: 17px;
	}

	.sec_box_03 .step {
		display: block;
	}

	.step_box_w_01 {
		width: 100%;
		margin-bottom: 4%;
	}

	.step .step_box .step_ttl {
		font-size: 17px;
	}
	.step .step_box {
		padding: 5%;
	}

	.step_box_w_02 {
		margin-bottom: 4%;
		width: 100%;
	}

	.step_box_w_03 {
		width: 100%;
	}

	.step .step_box li {
		font-size: 12px;
		margin-bottom: 10px;
	}




	.all_step ul {
		display: block;
	}

	.all_step {
		padding: 4%;
	}

	.all_step .step_ttl {
		font-size: 14px;
	}

	.all_step li a,
	.all_step li{
		font-size: 13px;
	}

	.all_step li{
		margin-bottom: 10px;
	}


	.all_step::after {
		border-top: 70px solid transparent;
		border-bottom: 70px solid transparent;
	}

	.all_step {
		height: 140px;
		width: 90%;
	}

  }





/** sec_box_04 ***********************************************************************************************/


.sec_box_04{
	padding-bottom: 80px;

}


.sec_box_04 .sec_box_04_header{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	align-items: center;
}



.sec_box_04 .head_line_sub{
	font-size: 20px;
	margin-bottom: 15px;
}

.sec_box_04 .head_line_h4{
	font-size: 35px;
	font-weight: bold;
	color: #002083;
}



.result_list{
	display: flex;
	gap: 4%;
}

.result_list .result_box{
	width: 33%;
	background-color: #DFE4EB;
}

.result_box .result_head{
	background-color: #6A7EA1;
	padding: 4% 3% 4% 3%;
}

.result_box .result_head .img{
	text-align: center;
	margin-bottom: 5px;
}

.result_box .result_head .ttl{
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 15px;
}

.result_box .result_head ul{
	display: flex;
	gap: 4%;
	justify-content: center;
	align-items: center;
}

.result_box .result_head li{
	width: 33%;
	font-size: 12px;
	text-align: center;
	background-color: #C8CFDC;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	color: #002083;
	font-weight: bold;
	padding: 1% 2%;
}

.result_box .result_txt{
	background-color: #DFE4EB;
	padding: 8%;
}

.result_box .result_txt .txt{
	font-size: 15px;
	line-height: 1.8;
}

.slider_01 .slick-slide,
.slider_02 .slick-slide,
.slider_03 .slick-slide{
    margin-right: 2vw!important;
    margin-left: 2vw!important;
}


@media screen and (max-width: 768px) {

	.sec_box_04 {
		padding-bottom: 30px;
	}

	.sec_box_04 .sec_box_04_header{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sec_box_04 .sec_box_04_header .head_box{
		width: 80%;
	}

	.sec_box_04 .head_line_sub {
		font-size: 14px;
	}

	.sec_box_04 .head_line_h4 {
		font-size: 17px;
		margin-bottom: 0;
	}

	.sec_box_04 .sec_box_04_header .img_01 {
		text-align: right;
		width: 20%;
	}

	.result_box .result_head .result_head_sp{
		display: flex;
		align-items: center;
		gap: 4%;
		padding-bottom: 4%;
	}

	.result_box .result_head .result_head_sp .img{
		width: 30%;
	}

	

	.result_box .result_head .ttl {
		font-size: 13px;
		margin-bottom: 0;
	}

	.result_box .result_head ul {
		display: block;
	}

	.result_box .result_head li{
		margin-bottom: 10px;
		width: 100%;
	}

	.result_box .result_txt .txt {
		font-size: 13px;
	}
	

}


/** sec_box_05 ***********************************************************************************************/


.sec_box_05{
	padding-bottom: 80px;

}

.sec_box_05 .sec_box_05_header{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	align-items: center;
}



.sec_box_05 .head_line_sub{
	font-size: 20px;
	margin-bottom: 15px;
}

.sec_box_05 .head_line_h4{
	font-size: 35px;
	font-weight: bold;
	color: #002083;
}


@media screen and (max-width: 768px) {

	.sec_box_05 {
		padding-bottom: 30px;
	}

	.sec_box_05 .sec_box_05_header{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sec_box_05 .sec_box_05_header .head_box{
		width: 80%;
	}

	.sec_box_05 .head_line_sub {
		font-size: 14px;
	}

	.sec_box_05 .head_line_h4 {
		font-size: 17px;
		margin-bottom: 0;
	}

	.sec_box_05 .sec_box_05_header .img_01 {
		text-align: right;
		width: 20%;
	}


}


/** sec_box_06 ***********************************************************************************************/


.sec_box_06{
	padding-bottom: 80px;

}

.sec_box_06 .sec_box_06_header{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	align-items: center;
}



.sec_box_06 .head_line_sub{
	font-size: 20px;
	margin-bottom: 15px;
}

.sec_box_06 .head_line_h4{
	font-size: 35px;
	font-weight: bold;
	color: #002083;
}

@media screen and (max-width: 768px) {

	.sec_box_06 {
		padding-bottom: 30px;
	}

	.sec_box_06 .sec_box_06_header{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sec_box_06 .sec_box_06_header .head_box{
		width: 80%;
	}

	.sec_box_06 .head_line_sub {
		font-size: 14px;
	}

	.sec_box_06 .head_line_h4 {
		font-size: 17px;
		margin-bottom: 0;
	}

	.sec_box_06 .sec_box_06_header .img_01 {
		text-align: right;
		width: 20%;
	}


}



/** sec_box_07 ***********************************************************************************************/

.sec_box_07{
	padding-bottom: 80px;
}

.sec_box_07 p{
	line-height: 1.8;
	font-size: 18px;
}

.sec_box_07 {
	font-size: 22px;
	margin-bottom: 10px;
}

h4.head_line_h4{
    font-size: 35px;
    font-weight: bold;
    color: #002083;
    margin-bottom: 40px;
}


.sec_box_07_txt {
	margin: 40px auto 0;
	text-align: center;
	display: block;

}
.sec_box_07_txt .text {
	text-align: left;
	display: inline-block;
	font-size: 35px;
}
	

.sec_box_07_txt .text span.yellow_line{
	display: inline;
	background-position: left -100% center;
	padding-bottom: 0.6em;
	background-size: 200% 0.6em;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(243, 243, 8) 40%);
}

.red_line{
	color: #C60000;
	font-size: 40px;
}

@media screen and (max-width: 768px) {

	.sec_box_07 p {
		font-size: 14px;
	}

	.sec_box_07 {
		padding-bottom: 20px;
	}

	.sec_box_07 {
		margin-bottom: 20px;
	}

	.sec_box_07 h4.head_line_h4 {
		font-size: 17px;
		margin-bottom: 20px;
	}


	.sec_box_07_txt .text {
		font-size: 17px;
	}

	.red_line {
		font-size: 19px;
	}

}


/** sec_box_08 ***********************************************************************************************/

.sec_box_08{
	padding-bottom: 80px;
}

.sec_box_08 p{
	line-height: 1.8;
	font-size: 18px;
}

.sec_box_08 {
	font-size: 22px;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {

	.sec_box_08 p {
		font-size: 14px;
	}

	.sec_box_08 {
		padding-bottom: 30px;
		margin-bottom: 0;
	}

}

/** sec_box_09 ***********************************************************************************************/

.sec_box_09 .sec_box_09_header{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	align-items: center;
}



.sec_box_09 .head_line_sub{
	font-size: 20px;
	margin-bottom: 15px;
}

.sec_box_09 .head_line_h4{
	font-size: 35px;
	font-weight: bold;
	color: #002083;
}

@media screen and (max-width: 768px) {

	.sec_box_09 .sec_box_09_header {
		padding-top: 30px;
		padding-bottom: 50px;
	}


	.sec_box_09 {
		padding-bottom: 30px;
	}

	.sec_box_09 .sec_box_09_header{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sec_box_09 .sec_box_09_header .head_box{
		width: 80%;
	}

	.sec_box_09 .head_line_sub {
		font-size: 14px;
	}

	.sec_box_09 .head_line_h4 {
		font-size: 17px;
		margin-bottom: 0;
	}

	.sec_box_09 .sec_box_09_header .img_01 {
		text-align: right;
		width: 20%;
	}




}

/** sec_box_10 ***********************************************************************************************/

.sec_box_10 .system{
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}

.system_box{
	width: 30%;
	background-color: #DFE4EB;
	margin-bottom: 80px;
	position: relative;
}

.system_box .ttl_box{
	background-color: #6A7EA1;
	text-align: center;
}

.system_box .ttl_box .ttl{
	color: white;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
	padding-bottom: 15px;
}

.system_box .ttl_box .num img{
	margin-top: -30px;
}


.system_box .txt {
	background-color: #DFE4EB;
	padding: 8%;
}

.system_box .txt li{
	font-size: 15px;
    line-height: 1.8;

	padding-left:1em;
	position:relative;
}

.system_box .txt li::before{
	content:"●";
	position:absolute;
	left:0;
	top:0;
	color: #6A7EA1;

}


.system_box.step_arrow::after{
	content: "▶";
	color: #6A7EA1;
	top: 50%;
	right: -12%;
	position: absolute;
	font-size: 20px;

}


@media screen and (max-width: 768px) {

	.sec_box_10 .system{
		display: block;
	}

	.system_box {
		width: 100%;
	}

	.system_box .ttl_box {
		display: flex;
		gap: 2%;
		padding: 4%;
		padding-bottom: 1%;
	}

	.system_box .ttl_box .ttl {
		font-size: 16px;
		padding-bottom: 0;
	}


	.system_box .ttl_box .num img{
		width: 60px;
		height: auto;
	}


	.system_box .txt {
		padding: 4%;
	}

	.system_box .txt li {
		font-size: 14px;
		margin-bottom: 5px;
	}


	.system_box.step_arrow::after {
		content: none;
		right: 0;
	}

	.system_box.sp_step_arrow::after{
		content: "▼";
		color: #6A7EA1;
		position: absolute;
		top: 110%;
		left: 50%;
		font-size: 20px;
	
	}
	

}



/** sec_box_11 ***********************************************************************************************/

.sec_box_11{
	padding-top: 60px;
}

.sec_box_11 .head_box {
	text-align: center;
	position: relative;
}

.sec_box_11 .head_box .head_line_h4{
	border-bottom: 1px solid #3F3F3F;
	display: inline-block;
	width: 300px;
	padding-bottom: 15px;
}

.sec_box_11 .head_box .img_04{
	position: absolute;
	top: -80%;
	right: 0;
}

.sec_box_11 ul{
	margin-top: 80px;
	display: flex;
	gap: 4%;
}

@media screen and (max-width: 768px) {

	.sec_box_11 .head_box .img_04{
		right: 0%;
		width: 50%;
		top: -50%;
	}

	.sec_box_11 .head_box .img_04 img{
		width: 50%;
		height: auto;
	}

	.sec_box_11 .head_box .head_line_h4 {
		font-size: 17px;
		width: 80%;
	}

	.sec_box_11 ul {
		margin-top: 0;
		display: block;
	}
	
	.sec_box_11 li{
		width: 100%;
		margin-bottom: 15px;
	}

}









