@charset "UTF-8";
/*fv*/
#fv{
	/*height: 80vh;*/
	/*max-height: 580px;*/
	background: url(../img/bg_fv.png) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
#fv .wrap{
	position: relative;
	align-items: center;
	max-width: 1600px;
	width: 90%;
	height: 100%;
	padding: 35px 0;
}
#fv .fv-content{
	width: 55%;
	z-index: 1;
}
#fv .fv-content .fv-main{
	font-size: 2.4vw;
	font-weight: 900;
	letter-spacing: -1px;
	text-shadow:1.5px 1.5px 0 #FFF, -1.5px -1.5px 0 #FFF,
		-1.5px 1.5px 0 #FFF, 1.5px -1.5px 0 #FFF,
		0px 1.5px 0 #FFF,  0-1.5px 0 #FFF,
		-1.5px 0 0 #FFF, 1.5px 0 0 #FFF;
}
#fv .fv-content .fv-main img{
	width: 9.5em;
	margin-right: 0.5em;
	vertical-align: middle;
}
#fv .fv-content .fv-main .flex{
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
	line-height: 3;
}
#fv .fv-content .fv-main .green_box{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 1.5em;
	padding: 0 0.2em;
	color: #fff;
	background: #17A63C;
	text-shadow: none;
}
#fv .fv-content .fv-main .green_box.large{
	font-size: 3vw;
	margin-right: 0.2em;
}
#fv .fv-content .fv-txt{
	margin-bottom: 30px;
}
#fv .fv-content .fv-txt p{
	font-size: 1.6vw;
	color: #FF5800;
	font-weight: 600;
	text-shadow:1.5px 1.5px 0 #FFF, -1.5px -1.5px 0 #FFF,
		-1.5px 1.5px 0 #FFF, 1.5px -1.5px 0 #FFF,
		0px 1.5px 0 #FFF,  0-1.5px 0 #FFF,
		-1.5px 0 0 #FFF, 1.5px 0 0 #FFF;
}
#fv .fv-content ul{
	display: flex;
	width: 95%;
}
#fv .fv-content ul li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 32%;
	max-width: 280px;
	padding: 2% 1%;
	font-size: 1vw;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
#fv .fv-content ul li p{
	font-size: 1.2vw;
	text-align: center;
	font-weight: 600;
	font-feature-settings: 'palt';
}
#fv .fv-content ul li + li{
	margin-left: 2%;
}
#fv .fv-content ul li span{
	color: #17A63C;
}
#fv .fv-content ul li span span{
	font-size: 1.4vw;
}
#fv .fv-image{
    width: 50%;
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 0;
}
#fv .fv-image img{
	width: auto;
}
#fv .fv-image img.fv-icon {
    width: 22%;
    position: absolute;
    top: -103px;
    right: 8%;
}
/*/03/用追加CSS*/
.header-top-wrap.pc .wrap {
    display: flex;
    align-items: center;
	max-width: 1600px;
    width: 90%;
}
.header-top-wrap.pc img {
    width: 8%;
    margin-right: 12px;
}
#fv .fv-content .fv-main {
    margin-bottom: 15px;
}
#fv .fv-content .fv-main .flex {
    line-height: 2;
}
#fv .fv-content .fv-main .fv-sub {
    margin-top: 35px;
    display: inline-block;
    line-height: 1.4em;
	font-feature-settings: 'palt';
    letter-spacing: 2.2px;
	font-size: 2.8vw;
}
@media screen and (min-width: 1800px){
	#fv{
		max-height: 680px;
	}
	#fv .fv-content{
		width: 62%;
	}
	#fv .fv-content .fv-main{
		font-size: 4.2rem;
	}
	#fv .fv-content .fv-main .fv-sub {
		font-size: 5rem;
	}
	#fv .fv-content .fv-main .green_box.large{
		font-size: 6rem;
	}
	#fv .fv-content .fv-txt p{
		font-size: 3.2rem;
	}
	#fv .fv-content ul li p{
		font-size: 2.2rem;
	}
	#fv .fv-content ul li span span{
		font-size: 2.8rem;
	}
	#fv .fv-image{
		width: 50%;
	}
	#fv .demo-pc {
		margin: 15px auto;
	}
}

@media screen and (max-width: 1199px){
	#fv .wrap{
		padding: 5% 0 2%;
	}
	#fv .fv-content .fv-main{
		margin-bottom: 0;
	}
	#fv .fv-content .fv-main .flex{
		margin-top: 0;
	}
	#fv .fv-content .fv-main .green_box.large{
		font-size: 2.6rem;
	}
	#fv .fv-content .fv-txt{
		margin-bottom: 5%;
	}
	#fv .fv-content .fv-txt p{
		font-size: 1.6rem;
	}
	#fv .fv-content ul {
		width: 98%;
	}
	#fv .fv-content ul li{
		font-size: 1rem;
	}
	#fv .fv-content ul li span span{
		font-size: 1.2rem;
	}
	#fv .fv-image img.fv-icon {
		top: -26%;
	}
	#fv .fv-content .fv-main .fv-sub {
		font-size: 2.5vw;
		margin-top: 0px;
	}
	#fv .demo-pc {
		margin: 0;
	}
}

@media screen and (max-width: 767px){
	#fv{
		/*max-height: 530px;*/
		background: url(../img/bg_fv_sp.png) no-repeat center top;
		background-size: cover;
	}
	#fv .wrap{
		flex-direction: column;
		justify-content: space-between;
		width: 95%;
		max-height: none;
	}
	#fv .fv-content{
		position: relative;
		top: auto;
		left: auto;
		transform: translate( 0, 0);		
		width: 100%;
		margin: 0 auto;
	}
	#fv .fv-content .fv-main{
		font-size: 1.6rem;
		text-align: center;
	}
	#fv .fv-content .fv-main span.flex{
		margin: 0.5em 0;
	}
	#fv .fv-content .fv-main .flex{
		justify-content: center;
	}
	#fv .fv-content .fv-main img{
		width: 9em;
	}
	#fv .fv-content .fv-main .green_box{
		font-size: 3rem;
	}
	#fv .fv-content .fv-main .green_box.large{
		margin-top: 0.1em;
		font-size: 4rem;
	}
	#fv .fv-content .fv-txt{
		margin-bottom: 3%;
	}
	#fv .fv-content .fv-txt p{
		font-size: 1.4rem;
		text-align: center;
		letter-spacing: 0;
	}
	#fv .fv-content ul{
		width: 100%;
	}
	#fv .fv-content ul li p,
	#fv .fv-content ul li span span p{
		font-size: 1rem;
		letter-spacing: 0;
	}
	#fv .fv-content ul li:last-child p{
		letter-spacing: 0;
	}
	#fv .fv-image{
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		margin-top: 2%;
		margin-left: 0;
		background: none;
	}
	#fv .fv-image img{
		width: 100%;
		height: auto;
	}
	.fv-image.sp {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#fv .fv-image.sp img {
		width: 27%;
	}
	#fv .fv-image.sp img.demo-pc {
		width: 63%;
	}
}

/*side_menu*/
.side_menu{
	display: none;
	position: fixed;
	right: 5px;
	top: 50%;
	transform: translate( 0, -50%);
	z-index: 999;
}
.side_menu li{
	margin-bottom: 14px;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
}
.side_menu li a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 35px;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.2;
	background: #fff;
	border-radius: 7px;
}
.side_menu li a:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 11px 10px 0 10px;
	border-color: #ffffff transparent transparent transparent;
}
.side_menu li.btn{
	margin-bottom: 6px;
}
.side_menu li.btn a{
	height: 40px;
	color: #fff;
	border-radius: 7px;
}
.side_menu li.btn a:after{
	display: none;
}
.side_menu li.btn_dl a{
	background: linear-gradient(#46d984 0%, #42bae6 100%);
}
.side_menu li.btn_mail a{
	background: linear-gradient(#efa926 0%, #ff5800 100%);
}
.btn_top{
	display: none;
}
.btn_top a{
	position: fixed;
	bottom: 5%;
	right: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	font-size: 2rem;
	color: #17A63C;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
	border-radius: 50%;
	z-index: 999;
	cursor: pointer;
}
.btn_top a:before{
	content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    vertical-align: middle;
    border-bottom: 2px solid #17A63C;
    border-right: 2px solid #17A63C;
    -webkit-transform: rotate( -135deg );
    transform: rotate( -135deg );
    z-index: 9;
}

@media screen and (max-width: 1199px){
	.side_menu li a{
		width: 110px;
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px){
	.side_menu{
		display: none;
	}
	.btn_top a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 60px;
		color: transparent;
		text-indent: -9999em;
		background: rgba(57, 57, 57, 0.9);
		filter: none;
		border-radius: 0;
		overflow: hidden;
	}
	.btn_top a:before{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 1.2em auto 0;
	    border-bottom: 2px solid #fff;
	    border-right: 2px solid #fff;
	}
}

.cta.first{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 20vh;
	background: #17a63c;	
}
.cta .flex{
	justify-content: center;
}
.cta .flex > div{
	max-width: 480px;
	width: 35vw;
	margin: 0 30px;
}
.cta .first_txt{
	position: relative;
	display: table;
	margin: 0 auto 12px;
	font-size: 1.8rem;
	color: #fff;
}
.cta .first_txt:before{
	content: "";
	position: absolute;
	bottom: 0.1em;
	left: -1.5em;
	display: inline-block;
	width: 2px;
	height: 1.2em;
	background: #fff;
	transform: rotate(-30deg);
}
.cta .first_txt:after{
	content: "";
	position: absolute;
	bottom: 0.1em;
	right: -1.5em;
	display: inline-block;
	width: 2px;
	height: 1.2em;
	background: #fff;
	transform: rotate(30deg);
}
.cta{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 460px;
	background: url(../img/bg07.png) no-repeat center top;
	background-size: cover;	
}
.cta .wrap{
	padding: 40px 5%;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.cta h2{
	margin-bottom: 1em;
	font-size: 3.5rem;
	color: #17A63C;
	font-weight: bold;
	text-align: center;
}
.cta p{
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	text-align: center;
}
.cta .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 480px;
	width: 100%;
	height: 80px;
	font-size: 2.5rem;
	color: #fff;
	font-weight: 600;
	border-radius: 40px;
	text-decoration: none;
}
.cta .btn_dl a{
	background: linear-gradient(0.25turn,#46d984 0%, #42bae6 100%);
	box-shadow: 0px 5px 0px #0e8186;
}
.cta .btn_mail a{
	background: linear-gradient(0.25turn,#e59c15 0%, #ff4500 100%);
	box-shadow: 0px 5px 0px #c14809;
}
.cta .btn a img{
	width: auto;
	height: 1.2em;
	margin-right: 1em;
}

@media screen and (max-width: 1199px){
	.cta .flex > div{
		width: 40vw;
		margin: 0 2.5%;
	}
	.cta .first_txt,
	.cta p{
		font-size: 1.4rem;
	}
	.cta .btn a{
		height: 3em;
		font-size: 1.4rem;
	}
	.cta{
		height: auto;
		padding: 10% 0;
	}
	.cta.first{
		padding: 5% 0;
	}
	.cta .wrap{
		padding: 5%;
	}
	.cta h2{
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767px){
	.cta.first{
		padding: 0; 
		height: 15vh;
	}
	.cta.first .flex{
		display: flex;
		justify-content: space-between;
		width: 90%;
		margin: auto;
	}
	.cta.first .flex > div{
		width: 48%;
		margin: 0;
	}
	.cta.first .btn a{
		height: 3.5em;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	.cta.first .btn a img{
		display: none;
	}
	.cta .first_txt, .cta p{
		margin: 0 auto 0.5em;
		font-size: 1.2rem;
	}
	.cta{
		background: url(../img/bg07_sp.png) no-repeat center top;
		background-size: 100% auto
	}
	.cta .wrap{
		padding: 5% 2%;
	}
	.cta .flex{
		display: block;
	}
	.cta .flex > div{
		width: 100%;
		margin: 5% 0 0;
	}
	.cta p{
		margin: 0;
		font-size: 1.5rem;
	}
	.cta .btn a{
		height: 3em;
		font-size: 2rem;
	}
	.cta .btn_dl a{
		background: linear-gradient(0.25turn,#46d984 0%, #42bae6 100%);
		box-shadow: 0px 2px 0px #0e8186;
	}
	.cta .btn_mail a{
		background: linear-gradient(0.25turn,#e59c15 0%, #ff4500 100%);
		box-shadow: 0px 2px 0px #c14809;
	}
}

/*sec01*/
#sec01{
	padding: 96px 0;
	background: url(../img/bg01.png) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
#sec01 h2{
	margin-bottom: 36px;
	font-size: 4.6rem;
	font-weight: 600;
	text-align: center;
}
#sec01 h2 span{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 1.4em;
	padding: 0 0.2em 0.2em;
	margin: 0 0.1em;
	font-size: 6rem;
	color: #fff;
	background: #4F41BA;
}
#sec01 .box{
	position: relative;
	max-width: 950px;
	width: 90%;
	padding: 30px 80px;
	margin: 0 auto 50px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
#sec01 .box:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -416px;
	bottom: 0;
	width: 356px;
	height: 486px;
	margin: auto;
	background: url(../img/img02.png) no-repeat center center;
}
#sec01 .box:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -428px;
	bottom: 0;
	width: 356px;
	height: 486px;
	margin: auto;
	background: url(../img/img03.png) no-repeat center center;
}
#sec01 .box h3{
	position: relative;
	display: table;
	margin: 0 auto 36px;
	font-size: 3rem;
	color: #4F41BA;
	font-weight: bold;
	border-bottom: 3px solid #4F41BA;
}
#sec01 .box li{
	font-size: 3.3rem;
	font-weight: bold;
}
#sec01 .box li span{
	color: #B51F1F;
}
#sec01 .box li + li{
	margin-top: 0.2em;
}
#sec01 .box li:before{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 62px;
	height: 62px;
	margin-right: 0.5em;
	font-size: 2.5rem;
	color: #4F41BA;
	font-family: 'Poppins', sans-serif;
	background: #F5F5F5;
	border-radius: 50%;
}
#sec01 .box li:nth-child(1):before{
	content: "01";
}
#sec01 .box li:nth-child(2):before{
	content: "02";
}
#sec01 .box li:nth-child(3):before{
	content: "03";
}
#sec01 .box li:nth-child(4):before{
	content: "04";
}
#sec01 .box li:nth-child(5):before{
	content: "05";
}
#sec01 p{
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}

@media screen and (max-width: 1199px){
	#sec01{
		padding: 10% 0;
	}
	#sec01 h2{
		margin-bottom: 3%;
		font-size: 2.3rem;
	}
	#sec01 h2 span{
		font-size: 2.8rem;
	}
	#sec01 .box{
		padding: 5% 10%;
		margin: 0 auto 5%;
	}
	#sec01 .box:before{
		top: 120%;
		left: -70px;
		width: 143.85px;
		height: 221.28px;
		background: url(../img/img02_sp.png) no-repeat center center;
		background-size: cover;
	}
	#sec01 .box:after{
		top: 100%;
		right: -70px;
		width: 129.28px;
		height: 180px;
		background: url(../img/img03_sp.png) no-repeat center center;
		background-size: cover;
	}
	#sec01 .box h3{
		margin: 0 auto 3%;
		font-size: 1.8rem;
		border-bottom: 1.5px solid #4F41BA;
	}
	#sec01 .box li{
		font-size: 1.6rem;
	}
	#sec01 .box li:before{
		width: 2.5em;
		height: 2.5em;
		font-size: 1.6rem;
	}
	#sec01 p{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px){
	#sec01 h2{
		margin-bottom: 5%;
		font-size: 2rem;
		line-height: 2;
	}
	#sec01 h2 span{
		font-size: 3rem;
	}
	#sec01 .box{
		width: 100%;
		padding: 5%;
		border-radius: 5px;
	}
	#sec01 .box:before{
		top: 140%;
		left: -9%;
		width: 72px;
		height: 110px;
	}
	#sec01 .box:after{
		top: 120%;
		right: -3%;
		width: 65px;
		height: 90px;
	}
	#sec01 .box h3{
		margin-bottom: 2em;
		font-size: 2rem;
	}
	#sec01 .box li{
		position: relative;
		margin-bottom: 1.5em;
		padding-left: 3.5em;
		line-height: 1.6;
	}
	#sec01 .box li:before{
		position: absolute;
		top: -0.4em;
		left: 0;
	}
	#sec01 .box li + li{
		margin-top: 0;
	}
}

/*sec02*/
#sec02{
	position: relative;
	padding: 80px 0;
	background: url(../img/bg02.png) no-repeat center top;
	background-size: cover;
}
#sec02:before{
	content: "";
	display: block;
	position: absolute;
	top: -32.5px;
	left: 0;
	right: 0;
	width: 5px;
	height: 65px;
	margin: auto;
	background: url(../img/dotted02.svg) no-repeat center center;
	background-size: cover;
}
#sec02 .wrap{
	max-width: 90%;
}
#sec02 .box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 916px;
	height: 550px;
	padding-bottom: 40px;
	margin: 0 auto 25px;
	background: url(../img/bg03.png) no-repeat center center;
	background-size: 100%;
}
#sec02 .box p{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
#sec02 .box p.large{
	margin-bottom: 0.5em;
	font-size: 4.6rem;
	color: #4F41BA;
	line-height: 1.8;
}
#sec02 .wrap > p{
	display: table;
	padding: 0.2em 0.3em 0.3em;
	margin: 0 auto 0.2em;
	font-size: 4.6rem;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: #000;
}
#sec02 .wrap > p.sp{
	display: none;
}

@media screen and (max-width: 1199px){
	#sec02{
		padding: 10% 0;
	}
	#sec02:before{
		top: -37.5px;
		width: 5px;
		height: 65px;
	}
	#sec02 .box{
		display: table;
		height: auto;
		padding: 5% 15% 10%;
		margin: 0 auto 2.5%;
		background-size: 100% 100%;
	}
	#sec02 .box p.large{
		font-size: 3rem;
	}
	#sec02 .box p{
		font-size: 1.4rem;
	}
	#sec02 .wrap > p{
		font-size: 2rem;
	}
}

@media screen and (max-width: 767px){
	#sec02{
		background: url(../img/bg02_sp.png) no-repeat center top;
		background-size: 100% auto;
	}
	#sec02:before{
		top: -18.75px;
		width: 2.5px;
		height: 37.5px;
	}
	#sec02 .wrap{
		max-width: 100%;
		width: 100%;
	}
	#sec02 .box{
		padding: 18% 15%;
		margin: 0 auto 5%;
		background: url(../img/bg03_sp.png) no-repeat center center;
		background-size: 120% auto;
	}
	#sec02 .box p.large{
		font-size: 2rem;
	}
	#sec02 .wrap .sp{
		padding: 0;
		background: none
	}
	#sec02 .wrap .sp span{
			display: table;
			padding: 0.2em 0.3em 0.3em;
			margin: 0 auto 0.2em;
			background: #000;
	}
	#sec02 .wrap > p.sp{
		display: block;
	}
}

/*sec03*/
#sec03{
	padding: 100px 0;
	background: #E2F3F4;
}
#sec03 .wrap{
	max-width: 90%;
}
#sec03 h2{
	margin-bottom: 60px;
	font-size: 4.6rem;
	font-weight: bold;
	text-align: center;
}
#sec03 h2 span{
	position: relative;
	font-size: 6rem;
	color: #035BD3;
}
#sec03 h2 span:before{
	content: "";
	display: block;
	position: absolute;
	top: -0.1em;
	left: 0;
	right: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	background: #035BD3;
	border-radius: 50%;
}
#sec03 .box{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1454px;
	height: 455px;
	margin: auto;
}
#sec03 .box .in{
	position: relative;
	padding: 60px 30px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
#sec03 .box .in h3{
	position: relative;
	padding-left: 100px;
	margin-bottom: 38px;
	font-size: 3.3rem;
	font-weight: bold;
}
#sec03 .box .in h3 span{
	position: absolute;
	top: 0;
	left: -38px;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 118px;
	height: 78px;
	margin: auto;
	font-size: 4rem;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	background: url(../img/bg_num.png) no-repeat left top;
	background-size: cover;
}
#sec03 .box .in li{
	margin-left: 1em;
	font-size: 1.8rem;
	line-height: 1.8;
	text-indent: -1em;
}
#sec03 .box01{
	background: url(../img/img04.jpg) no-repeat right top;
}
#sec03 .box02{
	margin: 50px auto 80px;
	background: url(../img/img05.jpg) no-repeat left top;
}
#sec03 .box01 .in{
	margin-right: 50%;
}
#sec03 .box02 .in{
	margin-left: 50%;
}
#sec03 p{
	font-size: 3.3rem;
	font-weight: bold;
	text-align: center;
}
#sec03 p .large{
	font-size: 4.5rem;
}
#sec03 p .large.blue.underline{
	font-size: 4rem;
	color: #035BD3;
	border-bottom: 4px solid #035BD3;
}
#sec03 p .blue_box{
	display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.4em;
  padding: 0 0.2em 0.2em;
  margin: 0 0.1em;
  font-size: 6rem;
  color: #fff;
  background: #035BD3;
}
#sec03 p .blue_box + .blue_box{
	margin-left: 0.5em;
}
#sec03 p.last{
	margin-top: 1em;
	font-size: 4.6rem;
}
#sec03 p.last .large.blue{
	font-size: 6rem;
	color: #035BD3;
}

@media screen and (max-width: 1199px){
	#sec03{
		padding: 10% 0;
	}
	#sec03 h2{
		margin-bottom: 5%;
		font-size: 2.3rem;
	}
	#sec03 h2 span{
		font-size: 3rem;
	}
	#sec03 h2 span:before{
		width: 5px;
		height: 5px;
	}
	#sec03 .box{
		flex-direction: column;
		height: auto;
	}
	#sec03 .box01{
		background: url(../img/img04.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	#sec03 .box .in{
		width: 90%;
		padding: 5% 3%;
	}
	#sec03 .box01 .in{
		margin-top: 50%;
		margin-right: 0;
	}
	#sec03 .box .in h3{
		padding-left: 3em;
		margin-bottom: 3%;
		font-size: 2.2rem;
	}
	#sec03 .box .in h3 span{
		left: -3.6%;
		width: 3em;
		height: 2em;
		font-size: 2.6rem;
	}
	#sec03 .box .in li{
		font-size: 1.4rem;
	}
	#sec03 .box02{
		margin: 5% auto 8%;
		background: url(../img/img05.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	#sec03 .box02 .in{
		margin-left: 0;
		margin-top: 50%;
	}
	#sec03 p{
		font-size: 1.8rem;
	}
	#sec03 p .large{
		font-size: 2.4rem;
	}
	#sec03 p .large.blue.underline{
		font-size: 2.2rem;
		border-bottom: 2px solid #035BD3;
	}
	#sec03 p.last{
		font-size: 2.3rem;
	}
	#sec03 p .blue_box{
		font-size: 3rem;
	}
	#sec03 p.last .large.blue{
		font-size: 3rem;
	}
}

@media screen and (max-width: 767px){
	#sec03 h2{
		margin-bottom: 1em;
		font-size: 2rem;
		line-height: 1.8;
	}
	#sec03 .box .in h3{
		padding-top: 0.5em;
		padding-left: 4em;
		margin-bottom: 1em;
		font-size: 1.6rem;
	}
	#sec03 .box .in h3 span{
		bottom: auto;
		font-size: 2rem;
	}
	#sec03 .box .in li{
		font-size: 1.2rem;
	}
	#sec03 p .blue_box{
		margin-bottom: 0.3em;
	}
	#sec03 p .blue_box + .blue_box{
		margin-left: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 400px){
	#sec03 p{
		font-size: 1.6rem;
	}
	#sec03 p .large.blue.underline{
		font-size: 2rem;
	}
	#sec03 p .blue_box{
		font-size: 2.8rem;
	}
}

/*sec04*/
#sec04{
	padding: 100px 0;
	background: url(../img/bg04.png), url(../img/bg05.png);
	background-repeat: no-repeat;
	background-position: center 122px,  center 90%;
	background-size: 100% auto;
}
#sec04 .wrap{
	max-width: 90%;
}
#sec04 .arrow{
	margin-bottom: 38px;
	text-align: center;
}
#sec04 p{
	font-size: 3.3rem;
	font-weight: bold;
	text-align: center;
}
#sec04 p span{
	color: #EF9226;
}
#sec04 p span.large.underline{
	font-size: 4rem;
	border-bottom: 4px solid #EF9226;
}
#sec04 p.last{
	margin: 0.5em 0 2em;
	font-size: 4.6rem;
}
#sec04 p.last02{
	margin: 1em 0 2em;
	font-size: 4rem;
}
#sec04 p.last02 .large.blue.underline{
	font-size: 5.3rem;
}
#sec04 p.last02 + p span{
	margin-bottom: 0.2em;
	background: #E26416;
}
#sec04 p span.orange_box{
	display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.4em;
  padding: 0 0.2em 0.2em;
  margin: 0 0.1em;
  font-size: 6rem;
  color: #fff;
  background: #E26416;
}
#sec04 p.fukidashi{
	position: relative;
	display: table;
	margin: 0 auto 1em;
	font-size: 4.6rem;
}
#sec04 p.fukidashi:before{
	content: "";
	position: absolute;
	bottom: 0.1em;
	left: -1.5em;
	display: inline-block;
	width: 3px;
	height: 1.5em;
	background: #000;
	transform: rotate(-20deg);
}
#sec04 p.fukidashi:after{
	content: "";
	position: absolute;
	bottom: 0.1em;
	right: -1.5em;
	display: inline-block;
	width: 3px;
	height: 1.5em;
	background: #000;
	transform: rotate(20deg);
}
#sec04 .box{
	max-width: 1300px;
	width: 90%;
	padding: 65px 50px;
	margin: auto;
	border-radius: 10px;
}
#sec04 .box h2{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 75px;
	margin-left: 50px;
	font-size: 3.3rem;
	font-weight: bold;
	border-radius: 5px;
}
#sec04 .before{
	margin-bottom: 35px;
	background: #F6F6F6;
}
#sec04 .before h2{
	margin-bottom: 30px;
	color: #525252;
	background: #DEDEDE;
}
#sec04 .before h2 + p{
	margin: 0 50px;
}
#sec04 .after{
	margin-bottom: 65px;
	background: #FEF6ED;
}
#sec04 .after h2{
	color: #F48506;
	background: #FDE0C0;
}
#sec04 .after .flex{
	align-items: center;
}
#sec04 .after h2{
	margin-right: 0.5em;
}
#sec04 .after h2 + p{
	font-size: 1.6rem;
	font-weight: normal;
}
#sec04 .after .flex + p{
	margin: 0 50px;
}
#sec04 .box .fukidashi{
	max-width: 1200px;
	width: 100%;
	margin: 60px auto 0;
	filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
	border-radius: 10px;
}
#sec04 .box .fukidashi .flex{
	position: relative;
	padding: 37px 5% 2%;
	background: #fff;
	border-radius: 10px;
}
#sec04 .box .fukidashi .flex:after{
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 0 36.5px 45px 36.5px;
	border-color: transparent transparent #ffffff transparent;
}
#sec04 .box .fukidashi .flex > p{
	position: absolute;
	bottom: 0;
	left: 5%;
}
#sec04 .box .fukidashi .flex > div{
	margin-left: 32%;
}
#sec04 .box .fukidashi .flex h3{
	display: table;
	padding: 0.2em 0.6em;
	margin-bottom: 0.5em;
	font-size: 2.5rem;
	color: #fff;
	font-weight: bold;
	background: #E21616;
	border-radius: 3px;
}
#sec04 .box .fukidashi .flex li{
	margin-left: 1em;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0;
	text-indent: -1em;
}
#sec04 p span.large{
	font-size: 6rem;
}

@media screen and (max-width: 1199px){
	#sec04{
		padding: 10% 0;
		background-position: center 5%, center 90%;
	}
	#sec04 .arrow{
		width: 50px;
		margin: 0 auto 3%
	}
	#sec04 p{
		font-size: 1.8rem;
	}
	#sec04 p span.large.underline{
		font-size: 2rem;
		border-bottom: 2px solid #EF9226;
	}
	#sec04 p.last{
		font-size: 2.3rem;
	}
	#sec04 p span.orange_box{
		font-size: 3rem;
	}
	#sec04 p.fukidashi{
		font-size: 2.3rem;
	}
	#sec04 .box{
		padding: 5%;
	}
	#sec04 .before{
		margin-bottom: 3%;
	}
	#sec04 .box h2{
		width: 10em;
		height: auto;
		padding: 0.5em;
		margin-left: 0;
		font-size: 1.8rem;
	}
	#sec04 .before h2{
		margin-bottom: 3%;
	}
	#sec04 .before h2 + p,
	#sec04 .after .flex + p{
		margin: 0;
	}
	#sec04 .after{
		margin-bottom: 5%;
	}
	#sec04 .after h2 + p{
		font-size: 1.2rem;
	}
	#sec04 .box .fukidashi{
		margin: 10% auto 0;
	}
	#sec04 .box .fukidashi .flex{
		padding: 3% 5% 2%;
	}
	#sec04 .box .fukidashi .flex:after{
		top: -30px;
		border-width: 0 22px 30px 22px;
	}
	#sec04 .box .fukidashi .flex > p{
		display: none;
	}
	#sec04 .box .fukidashi .flex > div{
		width: 100%;
		margin-left: 0;
	}
	#sec04 .box .fukidashi .flex h3{
		width: 100%;
		font-size: 1.8rem;
		text-align: center;
	}
	#sec04 .box .fukidashi .flex li{
		font-size: 1.4rem;
	}
	#sec04 p.last02{
		font-size: 2rem;
	}
	#sec04 p.last02 .large.blue.underline{
		font-size: 2.6rem;
	}
	#sec04 p span.large{
		font-size: 3rem;
	}
}

@media screen and (max-width: 767px){
	#sec04{
		background: url(../img/bg04_sp.png), url(../img/bg05_sp.png);
		background-repeat: no-repeat;
		background-position: center 4%, center 88%;
		background-size: 300% auto;
	}
	#sec04 .arrow{
		width: 35px;
	}
	#sec04 .arrow + p{
		font-size: 1.8rem;
	}
	#sec04 .arrow + p + p{
		font-size: 1.8rem;
	}
	#sec04 p span.large.underline{
		font-size: 2.4rem;
	}
	#sec04 p.last{
		margin: 2em 0;
		font-size: 2rem;
	}
	#sec04 p.last span{
		margin-bottom: 0.3em;
	}
	#sec04 p.fukidashi{
		font-size: 2rem;
	}
	#sec04 p.fukidashi:before,
	#sec04 p.fukidashi:after{
		height: 2.5em;
	}
	#sec04 .box{
		width: 100%;
		border-radius: 5px;
	}
	#sec04 .before{
		margin-bottom: 5%
	}
	#sec04 .box h2{
		margin: 0 auto 5%;
		font-size: 1.6rem;
	}
	#sec04 .after .flex{
		display: block;
		margin-bottom: 5%;
	}
	#sec04 .after h2{
		margin-bottom: 0.5em
	}
	#sec04 .box .fukidashi{
		margin: 15% auto 0;
	}
	#sec04 .box .fukidashi .flex{
		padding: 5%;
	}
	#sec04 .box .fukidashi .flex:after{
		top: -18px;
		border-width: 0 13px 18px 13px;
	}
	#sec04 .box .fukidashi .flex h3{
		font-size: 1.2rem;
	}
	#sec04 .box .fukidashi .flex li{
		font-size: 1.1rem;
	}
	#sec04 p{
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#sec04 p.last02{
		margin: 0 0 2em
	}
	#sec04 p.sp span.orange_box{
		margin-bottom: 0.2em;
	}
}

@media screen and (max-width: 400px){
	#sec04 .box .fukidashi .flex h3{
		font-size: 1.1rem;
	}
}

/*sec05*/
#sec05{
	position: relative;
	padding: 80px 0 75px;
	background: #FFFFE6;
}
#sec05:after{
	content: "";
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 100px 49vw 0 49vw;
	border-color: #FFFFE6 transparent transparent transparent;
}
#sec05 h2{
	margin-bottom: 1em;
	font-size: 4.6rem;
	font-weight: bold;
	text-align: center;
}
#sec05 h2 span{
	font-size: 6rem;
	color: #FF5800;
}
#sec05 ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec05 ol li{
	width: 48%;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
#sec05 ol li p.number{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 62px;
	height: 62px;
	margin: 26px auto 20px;
	font-size: 2.5rem;
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	background: #EFA926;
	border-radius: 50%;
}
#sec05 ol li p.number + p{
	font-size: 2.7rem;
	font-weight: bold;
	text-align: center;
}
#sec05 ol li p.number + p span{
	color: #FF5800;
}

@media screen and (max-width: 1199px){
	#sec05{
		padding: 10% 0;
	}
	#sec05:after{
		bottom: -50px;
		border-width: 50px 50vw 0 50vw;
	}
	#sec05 h2{
		font-size: 2.3rem;
	}
	#sec05 h2 span{
		font-size: 3rem;
	}
	#sec05 ol li{
		padding-bottom: 3%;
		margin-bottom: 4%;
	}
	#sec05 ol li p.number{
		width: 2.5em;
		height: 2.5em;
		margin: 1em auto;
		font-size: 1.4rem;
	}
	#sec05 ol li p.number + p{
		font-size: 1.4rem;
	}
}

/*sec05_after*/
#sec05_after{
	padding: 168px 0 80px;
}
#sec05_after p{
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
#sec05_after p img{
	max-width: 727px;
	width: 80%;
	margin: 35px auto 0;
}
#sec05_after .demo {
    justify-content: center;
    margin: 30px auto 0;
}
img.logo-img {
    width: 50%;
}
img.demo-img {
    width: 45%;
}
@media screen and (max-width: 1199px){
	#sec05_after{
		padding: 20% 0 10%;
	}
	#sec05_after p{
		font-size: 2rem;
	}
	#sec05_after p img{
		width: 60%;
		margin: 3% auto 0;
	}
}

@media screen and (max-width: 767px){
	#sec05 h2{
		font-size: 2rem;
	}
	#sec05 ol{
		display: block;
	}
	#sec05 ol li{
		width: 100%;
		padding-bottom: 10%;
		margin-bottom: 10%;
	}
	#sec05 ol li p.number,
	#sec05 ol li p.number + p,
	#sec05_after p{
		font-size: 1.8rem;
	}
	#sec05_after p img{
		width: 90%;
	}
	#sec05_after .demo {
		flex-direction: column;
	}
	img.logo-img {
		width: 70%;
		margin: 0 auto 28px;
	}
	img.demo-img {
		width: 70%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 400px){
	#sec05_after p{
		font-size: 1.7rem;
	}
}

/*sec06*/
#sec06{
	padding: 80px 0 90px;
	background: url(../img/bg08.png) no-repeat center top;
	background-size: cover;
}
#sec06 h2{
	margin-bottom: 35px;
	font-size: 4rem;
	color: #17A63C;
	font-weight: bold;
	text-align: center;
}
#sec06 h2 + p{
	position: relative;
	display: table;
	margin: 0 auto 35px;
	font-size: 2.5rem;
}
#sec06 h2 + p:before{
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: -1.5em;
	display: inline-block;
	width: 2px;
	height: 1.5em;
	background: #000;
	transform: rotate(-25deg);
}
#sec06 h2 + p:after{
	content: "";
	position: absolute;
	bottom: -0.1em;
	right: -1.5em;
	display: inline-block;
	width: 2px;
	height: 1.5em;
	background: #000;
	transform: rotate(25deg);
}
#sec06 .box{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
#sec06 .box + .box{
	margin-top: 45px;
}
#sec06 .box h3{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 90px;
	font-size: 3.3rem;
	color: #fff;
	font-weight: bold;
	background: #17A63C;
}
#sec06 .box h3 span{
	border-bottom: 3px solid #FFF500;
}
#sec06 .box .flex{
	justify-content: space-between;
	padding: 35px 45px;
}
#sec06 .box .flex .in{
	width: 48%;
}
#sec06 .box .flex .in .com_name{
	margin-bottom: 0.5em;
	font-size: 2.5rem;
	font-weight: bold;
}
#sec06 .box .flex .in p{
	font-size: 1.5rem;
}
#sec06 .box .flex .in p br{
	display: none;
}
#sec06 .box .flex .in p span{
	color: #E21616;
}
#sec06 .box .flex .in h4{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 146px;
	height: 35px;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.8rem;
	color: #727272;
	font-weight: bold;
	background: #D6D6D6;
	border-radius: 18px;
}
#sec06 .box .flex .in ul + h4{
	color: #fff;
	background: #17A63C;
}
#sec06 .box .flex .in li{
	margin-left: 1em;
	font-size: 1.5rem;
	color: #727272;
	line-height: 1.6;
	text-indent: -1em;
}
#sec06 .box .flex .in .after li{
	font-size: 1.7rem;
	color: #000;
}
#sec06 .box .flex .in + p{
	width: 48%;
}

@media screen and (max-width: 1199px){
	#sec06{
		padding: 10% 0;
	}
	#sec06 .sp{
		display: block;
	}
	#sec06 .pc{
		display: none;
	}
	#sec06 h2{
		margin-bottom: 3%;
		font-size: 2.4rem;
	}
	#sec06 h2 + p{
		margin: 0 auto 3%;
		font-size: 1.4rem;
	}
	#sec06 .box h3{
		display: block;
		height: auto;
		padding: 0.8em 5% 1em;
		font-size: 2rem;
		text-align: center;
	}
	#sec06 .box h3 span{
		border-bottom: 1.5px solid #FFF500;
	}
	#sec06 .box .flex{
		padding: 3% 4%;
	}
	#sec06 .box .flex .in{
		width: 100%;
	}
	#sec06 .box .flex .in .com_name{
		font-size: 2rem;
	}
	#sec06 .box .flex .in p{
		font-size: 1.4rem;
	}
	#sec06 .box .flex .in .sp img{
		width: 100%;
	}
	#sec06 .box .flex .in .sp + p{
		margin-top: 1em
	}
	#sec06 .box .flex .in h4{
		width: 10em;
		height: auto;
		padding: 0.5em 1em;
		font-size: 1.4rem;
	}
	#sec06 .box .flex .in li{
		font-size: 1.4rem;
	}
	#sec06 .box .flex .in .after li{
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px){
	#sec06{
		background: #F6F6F6;
	}
	#sec06 h2{
		margin-bottom: 1em;
		font-size: 2rem;
	}
	#sec06 h2 + p{
		margin: 0 auto 1.5em;
		text-align: center;
	}
	#sec06 h2 + p:before,
	#sec06 h2 + p:after{
		height: 2.5em;
	}
	#sec06 .box{
		border-radius: 5px;
	}
	#sec06 .box h3{
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#sec06 .box .flex{
		padding: 5%;
	}
	#sec06 .box .flex .in .com_name{
		margin-bottom: 1em;
		font-size: 1.5rem;
	}
	#sec06 .box .flex .in p{
		font-size: 1.2rem;
	}
	#sec06 .box .flex .in h4{
		padding: 0.2em 1em;
	}
	#sec06 .box .flex .in li,
	#sec06 .box .flex .in .after li{
		font-size: 1.2rem;
	}
	#sec06 .box + .box{
		margin-top: 5%;
	}
}

/*sec07*/
#sec07{
	padding: 80px 0;
}
#sec07 .wrap{
	max-width: 90%;
}
#sec07 h2{
	position: relative;
	display: table;
	margin: 0 auto 52px;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
#sec07 h2 span{
	color: #17A63C;
}
#sec07 h2:before{
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: -1.5em;
	display: inline-block;
	width: 3px;
	height: 1.5em;
	background: #000;
	transform: rotate(-20deg);
}
#sec07 h2:after{
	content: "";
	position: absolute;
	bottom: -0.1em;
	right: -1.5em;
	display: inline-block;
	width: 3px;
	height: 1.5em;
	background: #000;
	transform: rotate(20deg);
}
#sec07 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1300px;
	margin: 0 auto 50px;
}
#sec07 ul li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 310px;
	width: calc(92% / 4);
	padding: 35px 5px;
	margin: 0 1% 2%;
	border-radius: 5px;
}
#sec07 ul li.orange{
	background: #FFF0D5;
}
#sec07 ul li.green{
	background: #E5F5EA;
}
#sec07 ul li p:last-child{
	margin-top: 0.5em;
	font-size: 2.1rem;
}
#sec07 ul li.orange p{
	color: #FD9438;
}
#sec07 ul li.green p{
	color: #17A63C;
}
#sec07 div + p{
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 1199px){
	#sec07{
		padding: 10% 0;
	}
	#sec07 h2{
		margin: 0 auto 5%;
		font-size: 2rem;
	}
	#sec07 h2:before,
	#sec07 h2:after{
		width: 1.5px;
	}
	#sec07 ul{
		margin: 0 auto 5%;
	}
	#sec07 ul li{
		width: calc(92% / 4);
		padding: 5% 2%;
		margin: 0 1% 2%;
	}
	#sec07 ul li p:last-child{
		margin-top: 1em;
		font-size: 1.4rem;
		text-align: center
	}
	#sec07 div + p{
		font-size: 2rem;
	}
}

@media screen and (max-width: 767px){
	#sec07 h2{
		text-align: center
	}
	#sec07 h2:before, #sec07 h2:after{
		height: 2.5em;
	}
	#sec07 ul li{
		width: calc(98% / 2);
		margin: 0 2% 2% 0;
	}
	#sec07 ul li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	#sec07 ul li p{
		text-align: center;
	}
	#sec07 ul li p:last-child{
		font-size: 1.2rem;
	}
	#sec07 ul li img{
		width: 50%;
		margin: auto;
	}
}

/*sec08*/
#sec08{
	padding: 70px 0;
	background: url(../img/bg09.png) no-repeat center top #ECF8EF;
	background-size: 100% auto;
}
#sec08 .wrap{
	max-width: 1500px;
}
#sec08 h2{
	margin-bottom: 0.5em;
	font-size: 4.5rem;
	font-weight: bold;
	text-align: center;
}
#sec08 h2 span{
	color: #17A63C;
}
#sec08 h2 + p{
	margin-bottom: 1.5em;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
#sec08 h2 + p span{
	color: #17A63C;
}
#sec08 .flex{
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 60px;
}
#sec08 .flex p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
	height: 4em;
	font-size: 4.7rem;
	font-weight: bold;
	background: #fff;
	border: 3px solid #17A63C;
	border-radius: 5px;
}
#sec08 .flex img{
	position: absolute;
	left: 50%;
	transform: translate( -50%, 0);
}
#sec08 ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 54px;
}
#sec08 ul li{
	width: calc(95% / 5);
	margin-right: 1%;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
#sec08 ul li:nth-child(5n){
	margin-right: 0;
}
#sec08 ul li p.top{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3em;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	background: #17A63C;
}
#sec08 ul li .under{
	padding: 1.5em;
	font-size: 1.5rem;
}
#sec08 ul li .option{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 20px;
	margin-bottom: 1em;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	background: #EFA926;
	border-radius: 3px;
}
#sec08 p.comment{
	font-size: 4.5rem;
	font-weight: bold;
	text-align: center;
}
.showmore_list{
	display: none;
}

@media screen and (max-width: 1199px){
	#sec08{
		padding: 10% 0;
	}
	#sec08 h2{
		font-size: 2.2rem;
	}
	#sec08 h2 + p{
		font-size: 1.4rem;
	}
	#sec08 .flex{
		margin: 0 auto 5%;
	}
	#sec08 .flex p{
		font-size: 2.4rem;
	}
	#sec08 .flex img{
		width: 40px;
		height: 40px;
	}
	#sec08 ul{
		margin-bottom: 5%;
	}
	#sec08 ul li{
		width: calc(98% / 2);
		margin-right: 2%;
		margin-bottom: 3%;
	}
	#sec08 ul li p.top{
		font-size: 1.6rem;
	}
	#sec08 ul li .under{
		font-size: 1.4rem;
	}
	#sec08 ul li:nth-child(5n){
		margin-right: 2%;
	}
	#sec08 ul li:nth-child(2n){
		margin-right: 0;
	}
	#sec08 ul li .option{
		font-size: 1rem;
	}
	#sec08 p.comment{
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 767px){
	#sec08 h2{
		font-size: 2rem;
	}
	#sec08 .wrap{
		max-width: 100%;
		width: 100%;
	}
	#sec08 .flex{
		position: relative;
		display: block;
		margin: 0 auto 10%;
	}
	#sec08 .flex p{
		width: 80%;
		height: auto;
		padding: 0.8em 1em;
		margin: 0 auto 3%;
		font-size: 2.2rem;
		text-align: center
	}
	#sec08 .flex img{
		top: 33%;
		width: 30px;
		height: 30px;
	}
	#sec08 ul.slider{
		width: 90%;
		margin: 0 auto;
	}
	#sec08 ul.slider li{
		width: calc(98% / 2);
		margin: 0 1% 5% 0;
		background: none;
		box-shadow: none;
	}
	#sec08 ul.slider li:nth-child(2n){
		margin: 0 0 5% 1%;
	}
	#sec08 ul.slider li:last-child{
		margin: 0 0 0 1%;
	}
	#sec08 ul.slider li:nth-last-child(2){
		margin: 0 1% 0 0;
	}
	#sec08 ul.slider li .in{
		height: 100%;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
		overflow: hidden;
	}
	#sec08 ul.slider li:nth-child(5n){
		margin: 0 1% 5% 0;
	}
	#sec08 ul li p.top{
		height: 4em;
		font-size: 1.2rem;
		text-align: center
	}
	#sec08 ul li .under{
		font-size: 1.2rem;
	}
	.slick-track {
	  display: flex;
	}
	.slick-slide {
	  height: auto !important;
	}
	#sec08 ul .slick-dots{
		flex-wrap: wrap;
		justify-content: center;
	}
	#sec08 ul .slick-dots li{
		width: 8px;
		height: 8px
	}
	.slick-dots{
		bottom: auto;
		top: 110%;
	}
	.slick-dots li button,
	.slick-dots li button:before{
		width: 8px;
		height: 8px
	}
	#sec08 ul .slick-dots li{
		margin: 0 5px 5px !important;
		box-shadow: none;
	}
	.slick-dots li button:before{
		background: #D3D3D3
	}
	.slick-dots li.slick-active button:before, .slick-dots li:hover button:before{
		background: #17A63C
	}
	#sec08 p.comment{
		margin-top: 2em;
		font-size: 2rem;
	}
	#sec08 .close_area + p.comment{
		margin-top: 1em
	}
	.slick-prev, .slick-next{
		top: auto;
		bottom: -50px;
		left: auto;
		right: 50px;
		transform: unset;
		display: flex;
		justify-content: center;
		align-content: center;
		width: 40px;
		height: 40px;
		border: 1.5px solid #17A63C;
		border-radius: 50%;
	}
	.slick-prev{
		left: auto;
		right: 50px;
		background: url(../img/slider_arrow_left.svg) no-repeat center center #fff;
		background-size: 40% auto;
	}
	.slick-next{
		right: 5px;
		background: url(../img/slider_arrow_right.svg) no-repeat center center #fff;
		background-size: 40% auto;
	}
	.slick-prev:hover, .slick-prev:focus{
		background: url(../img/slider_arrow_left.svg) no-repeat center center #fff;
		background-size: 40% auto;
	}
	.slick-next:hover, .slick-next:focus{
		background: url(../img/slider_arrow_right.svg) no-repeat center center #fff;
		background-size: 40% auto;
	}
	.slider {
	    overflow: hidden;
	    transition: all .3s ease-in;
	}
	.list_toggle a.open_link{
		position: relative;
		display: block;
		width: 100%;
	}
	.list_toggle a.open_link:before{
		position: absolute;
		bottom: -1em;
		left: 0;
	    content: "▼ 詳しく見る";
	    display: block;
	    width: 100%;
	    font-size: 1.4rem;
	    text-align: center;
	    z-index: 99;
	}
	.list_toggle a.open_link:after{
		position: absolute;
		bottom: 0;
		left: 0;
	    content: "";
	    display: block;
	    width: 100%;
	    height: 10em;
	    background: linear-gradient(rgba(236,248,239,0) 1%,rgba(236,248,239,1));
	}
}

@media screen and (max-width: 400px){
	#sec08 h2 + p{
		font-size: 1.3rem;
	}
}

/*sec09*/
#sec09{
	padding: 80px 0;
	background: url(../img/bg07.png) no-repeat center top;
	background-size: cover;
}
#sec09 .wrap{
	position: relative;
}
#sec09 .fukidashi{
	position: relative;
	width: 70%;
	padding: 40px 2% 50px;
	background: #fff;
	border-radius: 15px;
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
}
#sec09 .fukidashi_in:after{
	content: "";
	position: absolute;
	top: 20px;
	right: -40px;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 20px 0 20px 50px;
	border-color: transparent transparent transparent #ffffff;
	transform: rotate(-5deg);
}
#sec09 .fukidashi_in p{
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
#sec09 .fukidashi_in p.first_txt{
	position: relative;
	display: table;
	margin: 1.3em auto 0.5em;
	font-size: 2.5rem;
	color: #FF5800;
}
#sec09 .fukidashi_in p.first_txt:before{
	content: "";
	position: absolute;
	bottom: 0.1em;
	left: -1.5em;
	display: inline-block;
	width: 3px;
	height: 1.2em;
	background: #FF5800;
	transform: rotate(-25deg);
}
#sec09 .fukidashi_in p.first_txt:after{
	content: "";
	position: absolute;
	bottom: 0.1em;
	right: -1.5em;
	display: inline-block;
	width: 3px;
	height: 1.2em;
	background: #FF5800;
	transform: rotate(25deg);
}
#sec09 .fukidashi + p{
	position: absolute;
	bottom: -80px;
	right: -27px;
}
#sec09 .btn_mail a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.5em;
	margin: auto;
	font-size: 3.5rem;
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	background: linear-gradient(0.25turn,#e59c15 0%, #ff4500 100%);
	box-shadow: 0px 5px 0px #c14809;
}

@media screen and (max-width: 1199px){
	#sec09{
		padding: 10% 0;
	}
	#sec09 .fukidashi_in p{
		font-size: 1.4rem;
	}
	#sec09 .fukidashi_in p.first_txt{
		margin: 1em auto;
		font-size: 1.4rem;
	}
	#sec09 .btn_mail a{
			font-size: 1.8rem;
	}
	#sec09 .fukidashi + p{
		bottom: -17%;
		width: 32%;
	}
}

@media screen and (max-width: 767px){
	#sec09{
		background: url(../img/bg0702_sp.png) no-repeat center top;
		background-size: 100% auto;
	}
	#sec09 .pc{
		display: none;
	}
	#sec09 .fukidashi{
		width: 100%;
		padding: 5%;
		border-radius: 8px;
	}
	#sec09 .fukidashi_in:before{
		content: "";
		position: absolute;
		top: -10%;
		right: 3%;
		width: 50%;
		height: 100%;
		background: url(../img/img16_sp.png) no-repeat right top;
		background-size: 100% auto;
		z-index: -1
	}
	#sec09 .fukidashi_in:after{
		display: none;
	}
	#sec09 .fukidashi_in p{
		font-size: 1.4rem;
		text-align: left;
	}
	#sec09 .fukidashi_in p.text_shadow{
		text-shadow:1.5px 1.5px 0 #FFF, -1.5px -1.5px 0 #FFF,
              -1.5px 1.5px 0 #FFF, 1.5px -1.5px 0 #FFF,
              0px 1.5px 0 #FFF,  0-1.5px 0 #FFF,
              -1.5px 0 0 #FFF, 1.5px 0 0 #FFF;
	}
	#sec09 .fukidashi_in p.first_txt{
		margin: 0.5em 0;
		font-size: 1.4rem;
	}
	#sec09 .fukidashi_in p.first_txt:before,
	#sec09 .fukidashi_in p.first_txt:after{
		display: none;
	}
	#sec09 .fukidashi_in p.btn_mail{
		width: 100%;
	}
	#sec09 .btn_mail a{
			font-size: 1.8rem;
	}
}

/*sec10*/
#sec10{
	padding: 70px 0;
}
#sec10 h2{
	margin-bottom: 50px;
	font-size: 4.3rem;
	color: #17A63C;
	font-weight: bold;
	text-align: center;
}
#sec10 .box{
	padding: 50px;
	margin-bottom: 60px;
	border: 5px solid #D3D3D3;
	border-radius: 10px;
}
#sec10 .box .in{
	padding-bottom: 15px;
	margin-bottom: 33px;
	border-bottom: 1px solid #D3D3D3;
}
#sec10 .box .in:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#sec10 .box .in h3{
	margin-bottom: 35px;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
#sec10 .box .in ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#sec10 .box .in ul li{
	margin-bottom: 30px;
}
#sec10 .box .in:last-child ul li{
	margin-bottom: 0;
}
#sec10 .box + p,
#sec10 .box + p + p{
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}
#sec10 .box + p + p{
	margin-bottom: 1em;
}
#sec10 p.first_txt{
	position: relative;
	display: table;
	margin: 1.3em auto 0.5em;
	font-size: 2.5rem;
	color: #FF5800;
}
#sec10 p.first_txt:before{
	content: "";
	position: absolute;
	bottom: 0.1em;
	left: -1.5em;
	display: inline-block;
	width: 3px;
	height: 1.2em;
	background: #FF5800;
	transform: rotate(-25deg);
}
#sec10 p.first_txt:after{
	content: "";
	position: absolute;
	bottom: 0.1em;
	right: -1.5em;
	display: inline-block;
	width: 3px;
	height: 1.2em;
	background: #FF5800;
	transform: rotate(25deg);
}
#sec10 .btn_mail a{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 763px;
	width: 90%;
	height: 2.5em;
	margin: auto;
	font-size: 3.5rem;
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	background: linear-gradient(0.25turn,#e59c15 0%, #ff4500 100%);
	box-shadow: 0px 5px 0px #c14809;
}

@media screen and (max-width: 1199px){
	#sec10{
		padding: 10% 0;
	}
	#sec10 h2{
		margin-bottom: 5%;
		font-size: 2.6rem;
	}
	#sec10 .box{
		padding: 5%;
		margin-bottom: 5%;
		border: 2.5px solid #D3D3D3;
	}
	#sec10 .box .in{
		padding-bottom: 2%;
		margin-bottom: 3%;
	}
	#sec10 .box .in h3{
		margin-bottom: 3%;
		font-size: 1.8rem;
	}
	#sec10 .box .in ul li{
		width: 25%;
		margin-bottom: 3%
	}
	#sec10 .box + p, #sec10 .box + p + p{
		font-size: 1.8rem;
	}
	#sec10 p.first_txt{
		font-size: 1.8rem;
	}
	#sec10 .btn_mail a{
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767px){
	#sec10 h2{
		margin-bottom: 1em;
		font-size: 2rem;
	}
	#sec10 .box{
		border: 1px solid #D3D3D3;
		border-radius: 5px;
	}
	#sec10 .box .in{
		padding-bottom: 8%;
		margin-bottom: 8%;
	}
	#sec10 .box .in h3{
		margin-bottom: 1em;
		font-size: 1.5rem;
	}
	#sec10 .box .in ul li{
		width: 45%;
		margin-bottom: 3%;
		text-align: center;
	}
	#sec10 .box .in ul li.w100{
		width: 100%;
	}
	#sec10 .box .in ul li.w70{
		width: 70%;
		margin: auto;
	}
	#sec10 .box .in ul li.w30{
		width: 30%;
		margin: 0 5%;
	}
	#sec10 .box .in ul li.w20{
		width: 20%;
		margin-left: 5%;
	}
	#sec10 .box + p, #sec10 .box + p + p{
		font-size: 1.5rem;
	}
	#sec10 p.first_txt:before,
	#sec10 p.first_txt:after{
		width: 1px;
	}
	#sec10 p.first_txt:before{
		left: -1em;
	}
	#sec10 p.first_txt:after{
		right: -1em;
	}
	#sec10 .btn_mail a{
		font-size: 2rem;
	}
}

/*sec11*/
#sec11{
	padding: 70px 0;
	background: #F6F6F6;
}
#sec11 h2{
	margin-bottom: 30px;
	font-size: 4.6rem;
	font-weight: bold;
	text-align: center;
}
#sec11 h2 span{
	font-size: 6rem;
	color: #17A63C;
}
#sec11 h2 + p{
	margin-bottom: 60px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
#sec11 .flex{
	justify-content: space-between;
	width: 68%;
    margin: 0 auto;
}
#sec11 .in,
#sec11 .bottom_in{
	width: 49.5%;
	background: #fff;
	overflow: hidden;
}
#sec11 .in{
	border-radius: 10px 10px 0 0;
}
#sec11 .in h3{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	font-size: 2.6rem;
	color: #fff;
	font-weight: bold;
}
#sec11 .in.plan01 h3{
	background: #36C1D9;
}
#sec11 .in.plan02 h3{
	background: #EFA926;
}
#sec11 .in.plan03 h3{
	background: #4686D1;
}
#sec11 .in > div{
	padding: 40px 2%;
}
#sec11 .in p{
	margin-bottom: 1em;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#sec11 .in dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 85%;
	margin: auto;
}
#sec11 .in.plan03 dl{
	width: 90%;
	margin: auto;
}
#sec11 .in dl + dl,
#sec11 .in.plan03 dl + dl{
	margin-top: 16px;
}
#sec11 .in dl dt{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 112px;
	height: 32px;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	border-radius: 16px;
}
#sec11 .in.plan01 dl dt{
	background: #36C1D9;
}
#sec11 .in.plan02 dl dt{
	background: #EFA926;
}
#sec11 .in.plan03 dl dt{
	background: #4686D1;
}
#sec11 .in dl dd{
	font-size: 4rem;
	font-weight: bold;
}
#sec11 .in dl dd span{
	font-size: 3rem;
}
#sec11 .in.plan01 dl dd{
	color: #36C1D9;
}
#sec11 .in.plan02 dl dd{
	color: #EFA926;
}
#sec11 .in.plan03 dl dd{
	color: #4686D1;
}
#sec11 .bottom_in{
	padding: 45px 2% 36px;
	border-radius: 0 0 10px 10px;
}
#sec11 .bottom_in p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
#sec11 .bottom_in p.sp{
	display: none;
}
#sec11 .bottom_in p + p{
	margin-top: 8px;
}
#sec11 .bottom_in p.last{
	font-size: 1.8rem;
}
#sec11 .bottom_in span.small{
	font-size: 1.5rem;
    display: contents;
}
#sec11 .bottom_in.plan01 p{
	color: #36C1D9;
	background: #D6F3F8;
}
#sec11 .bottom_in.plan02 p{
	color: #EFA928;
	background: #FCEED4;
}
#sec11 .bottom_in.plan03 p{
	color: #4686D1;
	background: #DAE7F6;
}
#sec11 .bottom_in.plan03 p.line-2 {
    line-height: 1.2;
}
#sec11 .middle{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 68%;
	height: 60px;
	font-size: 2.6rem;
	color: #fff;
	font-weight: bold;
	background: #989898;
	margin: 0 auto;
}
#sec11 .red{
	margin-top: 30px;
	font-size: 1.8rem;
	color: #DE0000;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 1199px){
	#sec11{
		padding: 10% 0;
	}
	#sec11 h2{
		margin-bottom: 3%;
		font-size: 2.3rem;
	}
	#sec11 h2 span{
		font-size: 3rem;
	}
	#sec11 h2 + p{
		margin-bottom: 5%;
		font-size: 1.4rem;
	}
	#sec11 .in h3{
		font-size: 1.4rem;
	}
	#sec11 .in > div{
		padding: 6% 2%;
	}
	#sec11 .in p{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
	}
	#sec11 .in dl{
		display: block;
		width: 100%;
	}
	#sec11 .in dl dt{
		width: 8em;
		height: 2em;
		margin: auto;
		font-size: 1.4rem;
	}
	#sec11 .in dl dd{
		margin-top: 0.5em;
		font-size: 2rem;
		text-align: center
	}
	#sec11 .in dl dd span{
		font-size: 1.4rem;
	}
	#sec11 .in dl + dl,
	#sec11 .in.plan03 dl + dl{
		margin-top: 5%;
	}
	#sec11 .middle{
		height: 3em;
		font-size: 1.4rem;
	}
	#sec11 .bottom_in{
		padding: 5% 2%;
	}
	#sec11 .bottom_in p{
		height: 4em;
		font-size: 1.4rem;
	}
	#sec11 .bottom_in p.last{
		font-size: 1.2rem;
	}
	#sec11 .red{
		font-size: 1.2rem;
	}
	#sec11 .bottom_in.plan03 p.line-2 {
		line-height: 1;
	}
	#sec11 .bottom_in span.small {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px){
	#sec11 h2{
		font-size: 2rem;
	}
	#sec11 .in, #sec11 .bottom_in{
		width: 49.5%;
	}
	#sec11 .in h3{
		height: 60px;
		font-size: 1.2rem;
		text-align: center;
		letter-spacing: 0;
	}
	#sec11 .in p{
		font-size: 1.2rem;
	}
	#sec11 .in dl dt{
		width: 7em;
		font-size: 1.2rem;
	}
	#sec11 .in dl dd{
		letter-spacing: 0;
	}
	#sec11 .in dl dd span{
		font-size: 1.2rem;
	}
	#sec11 .in.plan03 dl{
		width: 100%;
	}
	#sec11 .in dl + dl, #sec11 .in.plan03 dl + dl{
		margin: 10% 0;
	}
	#sec11 .middle{
		font-size: 1.2rem;
	}
	#sec11 .bottom_in p{
		font-size: 1.2rem;
		text-align: center
	}
	#sec11 .bottom_in p.last{
		display: block;
		height: auto;
		padding: 0.5em 0;
	}
	#sec11 .bottom_in p.last span{
		font-size: 1rem;
	}
	#sec11 .bottom_in span.small {
		font-size: 1rem;
	}
	#sec11 .flex {
		width: 100%;
	}
	#sec11 .middle {
		width: 100%;
	}
}

@media screen and (max-width: 400px){
	#sec11 h2 + p{
		font-size: 1.3rem;
	}
}

/*sec12*/
#sec12{
	padding: 80px 0;
}
#sec12 h2{
	margin-bottom: 1em;
	font-size: 4.6rem;
	font-weight: bold;
	text-align: center;
}
#sec12 h2 span{
	font-size: 6rem;
	color: #17A63C;
	border-bottom: 4px solid #17A63C;
}
#sec12 .box{
	position: relative;
	padding: 40px 60px;
	background: #ECF3F8;
	border-radius: 10px;
}
#sec12 .box .in{
	width: 85%;
}
#sec12 .box .in h3{
	margin-bottom: 0.5em;
	font-size: 3.5rem;
	color: #176AA6;
	font-weight: bold;
}
#sec12 .box .in li{
	padding-left: 1.5em;
	font-size: 3rem;
	font-weight: bold;
	line-height: 2;
	background: url(../img/icon_sec12.svg) no-repeat left 0.6em;
	background-size: 1em;
}
#sec12 .box > p{
	position: absolute;
	bottom: 0;
	right: 30px;
}

@media screen and (max-width: 1199px){
	#sec12{
		padding: 10% 0;
	}
	#sec12 h2{
		font-size: 2.3rem;
	}
	#sec12 h2 span{
		font-size: 3rem;
		border-bottom: 2px solid #17A63C;
	}
	#sec12 .box{
		padding: 5%;
	}
	#sec12 .box .in h3{
		font-size: 1.8rem;
	}
	#sec12 .box .in li{
		font-size: 1.4rem;
	}
	#sec12 .box > p{
		width: 16%;
	}
}

@media screen and (max-width: 767px){
	#sec12 h2{
		margin-bottom: 2em;
		font-size: 2rem;
	}
	#sec12 .box{
		display: block;
		padding: 5% 5% 0;
		border-radius: 5px;
	}
	#sec12 .box .in{
		width: 100%;
	}
	#sec12 .box .in h3{
		margin-bottom: 1em;
		font-size: 1.6rem;
		text-align: center;
	}
	#sec12 .box .in li{
		font-size: 1.6rem;
		line-height: 1.8;
	}
	#sec12 .box > p{
		position: relative;
		bottom: auto;
		right: auto;
		width: 50%;
		margin: 2% auto 0;
	}
}

/*sec13*/
#sec13{
	position: relative;
	padding: 80px 0;
	background: url(../img/bg10.png) no-repeat center top;
	background-size: cover;
}
#sec13:before{
	content: "";
	display: block;
	position: absolute;
	top: -32.5px;
	left: 0;
	right: 0;
	width: 5px;
	height: 65px;
	margin: auto;
	background: url(../img/dotted.svg) no-repeat center center;
	background-size: cover;
}
#sec13 .wrap{
	max-width: 90%;
}
#sec13 h2{
	margin-bottom: 1em;
	font-size: 4.6rem;
	font-weight: bold;
	text-align: center;
}
#sec13 h2 span{
	font-size: 6rem;
	color: #17A63C;
	border-bottom: 4px solid #17A63C;
}
#sec13 ul{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto 80px;

}
#sec13 ul li{
	width: 32.5%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
#sec13 ul li img{
	width: 100%;
}
#sec13 ul li p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 6em;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
#sec13 .message{
	position: relative;
	max-width: 1200px;
	margin: auto;
}
#sec13 .message h3{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
#sec13 .message h3 img{
	margin-right: 0.5em;
}
#sec13 .message .in{
	width: 55%;
	order: 1;
}
#sec13 .message .flex{
	justify-content: space-between;
}
#sec13 .message .in h4{
	position: relative;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	font-size: 2.6rem;
	font-weight: bold;
  border-bottom: 3px solid #fff;
}
#sec13 .message .in h4:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -3px;
  width: 60px;
  height: inherit;
  border-bottom: 3px solid #17A63C;
}
#sec13 .message .in p{
	font-size: 1.5rem;
	line-height: 1.7;
}
#sec13 .message .in p.mb2em{
	margin-bottom: 2em;
}
#sec13 .message .photo{
	order: 2;
}
#sec13 .message .photo p.cap{
	position: absolute;
	right: 0;
	font-size: 1.5rem;
}
@media screen and (min-width: 1400px){
	#sec13 .message .photo p.cap{
		right: -90px;
	}
}

@media screen and (max-width: 1199px){
	#sec13{
		padding: 10% 0;
	}
	#sec13:before{
		top: -37.5px;
		width: 5px;
		height: 65px;
	}
	#sec13 h2{
		font-size: 2.3rem;
	}
	#sec13 h2 span{
		font-size: 3rem;
		border-bottom: 2px solid #17A63C;
	}
	#sec13 ul{
		margin: 0 auto 5%;
	}
	#sec13 ul li p{
		font-size: 1.4rem;
	}
	#sec13 .message h3{
		margin-bottom: 5%;
		font-size: 2rem;
	}
	#sec13 .message h3 img{
		width: 10em;
	}
	#sec13 .message .in{
		width: 65%;
	}
	#sec13 .message .in h4{
		font-size: 1.4rem;
		border-bottom: 1.5px solid #fff;
	}
	#sec13 .message .in h4:before{
		bottom: -1.5px;
		border-bottom: 1.5px solid #17A63C
	}
	#sec13 .message .in p{
		font-size: 1.2rem;
	}
	#sec13 .message .photo{
		width: 30%;
	}
	#sec13 .message .photo p.cap{
		margin-top: 1em;
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px){
	#sec13:before{
		top: -18.75px;
		width: 2.5px;
		height: 37.5px;
	}
	#sec13 h2{
		font-size: 2rem;
	}
	#sec13 ul{
		display: block;
		margin: 0 auto 10%;
	}
	#sec13 ul li{
		width: 100%;
		margin-bottom: 8%;
		border-radius: 5px;
		box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
	}
	#sec13 ul li p{
		font-size: 1.8rem;
	}
	#sec13 .message h3{
		display: block;
	}
	#sec13 .message h3 img{
		width: 95%;
		margin: 0 auto 2%;
	}
	#sec13 .message .flex{
		display: block;
	}
	#sec13 .message .photo{
		width: 95%;
		margin: 0 auto 10%;
	}
	#sec13 .message .photo p.cap{
		position: relative;
		right: auto;
		font-size: 1.2rem;
		text-align: center
	}
	#sec13 .message .in{
		width: 100%;
	}
	#sec13 .message .in h4{
		padding: 0 5% 0.5em;
		font-size: 1.5rem;
		border-bottom: 2px solid #fff;
	}
	#sec13 .message .in h4:before{
		left: 0;
		bottom: -2px;
		border-bottom: 2px solid #17A63C;
	}
	#sec13 .message .in p{
		margin: 0 5%;
	}
}

/*sec14*/
#sec14{
	padding: 70px 0;
	background: #F3FBF5;
}
#sec14 .wrap{
	max-width: 90%;
}
#sec14 h2{
	margin-bottom: 70px;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
#sec14 ol{
	display: flex;
	justify-content: center;
}
#sec14 ol li{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 250px;
	padding: 68px 26px 34px;
	margin: 0 6px;
	background: #fff;
	border: 2.5px solid #17A63C;
	border-radius: 5px;
}
#sec14 ol li .num{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 62px;
	height: 62px;
	margin: auto;
	font-size: 2.5rem;
	color: #17A63C;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	border: 2.5px solid #17A63C;
	border-radius: 50%;
}
#sec14 ol li .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	margin-bottom: 13px;
}
#sec14 ol li .icon img{
	width: auto;
	height: 100%;
}
#sec14 ol li h3{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
	margin-bottom: 18px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
#sec14 ol li p{
	font-size: 1.5rem;
}

@media screen and (max-width: 1199px){
	#sec14{
		padding: 10% 0;
	}
	#sec14 h2{
		margin-bottom: 5%;
		font-size: 2.4rem;
	}
	#sec14 ol{
		flex-wrap: wrap;
	}
	#sec14 ol li{
		max-width: none;
		width: calc(96% / 3);
		padding: 5% 2%;
		margin: 0 2% 5% 0;
	}
	#sec14 ol li:nth-child(3n){
		margin: 0 0 5% 0;
	}
	#sec14 ol li:nth-child(4){
		margin: 0 2% 0 0;
	}
	#sec14 ol li:nth-child(5){
		margin: 0;
	}
	#sec14 ol li .num{
		width: 3em;
		height: 3em;
		font-size: 1.4rem;
		border: 1.5px solid #17A63C;
	}
	#sec14 ol li .icon{
		height: 8vw;
		margin-bottom: 3%;
	}
	#sec14 ol li h3{
		margin-bottom: 3%;
		font-size: 1.8rem;
	}
	#sec14 ol li p{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px){
	#sec14 h2{
		margin-bottom: 2em;
		font-size: 2rem;
	}
	#sec14 ol{
		display: block;
	}
	#sec14 ol li{
		width: 100%;
		padding: 10% 5% 5%;
		margin: 0 0 10%;
	}
	#sec14 ol li:nth-child(3n),
	#sec14 ol li:nth-child(4){
		margin: 0 0 10%;
	}
	#sec14 ol li .num{
		width: 2.5em;
		height: 2.5em;
		font-size: 1.6rem;
	}
	#sec14 ol li .icon{
		height: 16vw;
		margin-bottom: 5%;
	}
	#sec14 ol li h3{
		font-size: 1.4rem;
	}
	#sec14 ol li h3 br{
		display: none;
	}
	#sec14 ol li p{
		font-size: 1.2rem;
	}
}

/*sec15*/
#sec15{
	padding: 70px 0 20px;
}
#sec15 h2{
	margin-bottom: 50px;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
#sec15 dt{
	padding: 0.5em 35px;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.7;
	background: #17A63C;
	border-radius: 5px;
}
#sec15 dt:before{
	content: "Q.";
	margin-right: 0.5em;
	font-size: 2.6rem;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
#sec15 dd{
	padding: 1em 35px 2.5em;
	margin-left: 2.2em;
	font-size: 1.8rem;
	line-height: 1.7;
	text-indent: -2em;
}
#sec15 dd:before{
	content: "A.";
	margin-right: 0.5em;
	font-size: 2.6rem;
	color: #17A63C;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 1199px){
	#sec15{
		padding: 10% 0;
	}
	#sec15 h2{
		margin-bottom: 5%;
		font-size: 2.4rem;
	}
	#sec15 dt{
		font-size: 1.6rem;
	}
	#sec15 dt:before,
	#sec15 dd:before{
		font-size: 1.8rem;
	}
	#sec15 dd{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px){
	#sec15 h2{
		font-size: 2rem;
	}
	#sec15 dt{
		padding: 0.5em 2em 0.5em 40px;
		font-size: 1.4rem;
		text-indent: -2.8rem;
	}
	#sec15 dt br{
		display: none;
	}
	#sec15 dd{
		padding: 0.5em 2em 0.5em 40px;
		margin-left: 0;
		font-size: 1.2rem;
		text-indent: -2.8rem;
	}
}

/*sec16*/
#sec16{
	padding: 70px 0 80px;
	background: #F3FBF5;
}
#sec16 h2{
	margin-bottom: 30px;
	font-size: 4rem;
	color: #17A63C;
	font-weight: bold;
	text-align: center;
}
#sec16 h2 + p{
	margin-bottom: 45px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
#sec16 .form_area{
	padding: 60px 74px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1199px){
	#sec16{
		padding: 10% 0;
	}
	#sec16 h2{
		margin-bottom: 3%;
		font-size: 2.4rem;
	}
	#sec16 h2 + p{
		margin-bottom: 5%;
		font-size: 1.4rem;
	}
	#sec16 .form_area{
		padding: 5%;
		border-radius: 5px;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	}
}

@media screen and (max-width: 767px){
	#sec16 h2{
		font-size: 2rem;
	}
}