@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body{
	font-family:'Noto Sans JP';
	color: #333;
}
/* ============================== /
 * 
 * mv
 * 
 * ============================= */
.mv{
	background: url(../img/mv_bg.jpg)no-repeat center;
	background-size: cover;
	position: relative;
	overflow: hidden;
    padding: 40px 0;
}
.mv .mv_inner{
	max-width: calc(1180px + 30px);
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-flow: row-reverse;
	position: relative;
}
.mv .mv_inner .comment{
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.mv .mv_inner .comment span{
	position: relative;
}
.mv .mv_inner .comment span::before{
	content: '';
	display: block;
	background: url(../img/mv_comment01.png)no-repeat left top;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translate(-100%,-50%);
	width: 17px;
	height: 34px;
}
.mv .mv_inner .comment span::after{
	content: '';
	display: block;
	background: url(../img/mv_comment02.png)no-repeat left top;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translate(100%,-50%);
	width: 17px;
	height: 34px;
}
.mv .mv_inner .main{
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}
.mv .mv_inner .main span{
	font-size: 60px;
	color: #fff005;
	display: block;
}
.mv .mv_inner .sub{
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    color: #fff;
    font-size: 18px;
}
.mv .mv_inner .badge{
	margin: 40px auto;
}
.mv .mv_inner .badge ol{
	display: flex;
	justify-content: space-between;
}
.mv .mv_inner .badge ol li{
	margin: 0 20px;
}
.mv .mv_inner .circle{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
@media screen and (max-width:1200px){
	.mv .mv_inner .comment{
		font-size: 25px;
	}
	.mv .mv_inner .main{
		font-size: 35px;
	}
	.mv .mv_inner .main span{
		font-size: 40px;
	}
	.mv .mv_inner .badge ol li {
		margin: 0 10px;
	}
}
@media screen and (max-width:768px){
	.mv .mv_inner .image{
		width:45%;
	}
	.mv .mv_inner .text{
		width: 55%;
	}
	.mv .mv_inner .comment {
        font-size: 18px;
    }
	.mv .mv_inner .comment span::before,
	.mv .mv_inner .comment span::after{
		background-size: 100%;
		width: 12px;
    	height: 24px;
	}
	.mv .mv_inner .main {
        font-size: 25px;
    }
	.mv .mv_inner .main span {
        font-size: 28px;
    }
	.mv .mv_inner .sub{
		font-size: 14px;
	}
	.mv .mv_inner .circle{
		bottom: 40px;
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width:658px){
	.mv .mv_inner{
		flex-flow: column;
	}
	.mv .mv_inner .image {
        width: 100%;
		margin-bottom: 20px;
		text-align: center;
		position: relative;
    }
	.mv .mv_inner .image img {
		width: 60%;
	}
	.mv .mv_inner .text {
        width: 100%;
    }
	.mv .mv_inner .circle{
		right: 0;
	}
}
@media screen and (max-width:568px){
	.mv .mv_inner .image img {
        width: 90%;
    }
	.mv .mv_inner .sub{
		margin: 20px auto;
	}
	.mv .mv_inner .badge{
		margin: 20px auto;
	}
	.mv .mv_inner .comment span::before,
	.mv .mv_inner .comment span::after {
        background-size: 100%;
        width: 10px;
        height: 20px;
    }
	.mv .mv_inner .circle{
		bottom: 0;
		width: 80px;
		height: 80px;
	}
}
/* ============================== /
 * 
 * cta
 * 
 * ============================= */
.cta{
	padding: 60px 0;
}
.cta .comment{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.cta .comment span{
	position: relative;
}
.cta .comment span::before{
	content: '';
	display: block;
	background: url(../img/cta_comment01.png)no-repeat left top;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translate(-100%,-50%);
	width: 17px;
	height: 34px;
}
.cta .comment span::after{
	content: '';
	display: block;
	background: url(../img/cta_comment02.png)no-repeat left top;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translate(100%,-50%);
	width: 17px;
	height: 34px;
}
.cta .btn{
	
}
.cta .btn a{
	background: #db6e00;
    color: #fff;
    border-radius: 10px;
    font-size: 35px;
    font-weight: 600;
    display: block;
    padding: 14px;
    width: 460px;
    text-align: center;
    margin: 20px auto;
    line-height: 1.5;
}
@media screen and (max-width:568px){
	.cta {
    	padding: 40px 0;
	}
	.cta .comment{
		font-size: 20px;
	}
	.cta .comment span::before,
	.cta .comment span::after {
        background-size: 100%;
        width: 10px;
        height: 20px;
    }
	.cta .btn a{
		font-size: 25px;
	    max-width: calc(100% - 30px);
	}
}
/* ============================== /
 * 
 * 共通
 * 
 * ============================= */
.lp_ttl h2{
	font-weight: bold;
	margin: 40px auto;
	text-align: center;
	color: #00a3df;
	font-size: 35px;
	line-height: 1.5;
}
@media screen and (max-width:1200px){
	.lp_ttl h2{
		font-size: 30px;
	}
}
@media screen and (max-width:768px){
	.lp_ttl h2 {
        font-size: 25px;
    }
}
/* ============================== /
 * 
 * sec1
 * 
 * ============================= */
.sec1{
	position: relative;
	overflow: hidden;
	background: #f4faff;
	padding: 20px 0 60px;
}
.sec1 .sec1_flex{
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
}
.sec1 .sec1_flex .list{
	width: 43%;
}
.sec1 .sec1_flex .list ol{
	
}
.sec1 .sec1_flex .list ol li{
	position: relative;
    padding: 10px;
    padding-left: 60px;
    border-radius: 500px;
    background: #fff;
    margin: 20px auto;
	font-weight: 600;
}
.sec1 .sec1_flex .list ol li::before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/sec1_check.png)no-repeat left top;
}
.sec1 .arrow{
	margin: 40px auto;
	text-align: center;
}
.white_box{
	background: #fff;
    padding: 40px;
	border: 2px solid #00a9d9;
	position: relative;
	margin: 80px auto;
}
.white_box::before{
	content: '';
    display: block;
    width: 60%;
    height: 2px;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
.white_box h3{
    text-align: center;
    color: #00a9d9;
    font-weight: bold;
    font-size: 30px;
    margin-top: -75px;
    position: relative;
    margin-bottom: 20px;
}
@media screen and (max-width:1200px){
	.sec1 .sec1_flex .image{
		width: 45%;
	}
	.sec1 .sec1_flex .list {
		width: 53%;
	}
	.white_box{
		padding: 40px 20px;
	}
}
@media screen and (max-width:768px){
	.sec1 .sec1_flex{
		display: block;
	}
	.sec1 .sec1_flex .image {
        width: 100%;
        text-align: center;
    }
	.sec1 .sec1_flex .image img {
		width: 60%;
	}
	.white_box h3 {
        font-size: 20px;
        margin-top: -60px;
        margin-bottom: 10px;
    }
	.white_box::before{
		width: 90%;
	}
	.sec1 .sec1_flex .list {
        width: 100%;
    }
}
@media screen and (max-width:568px){
	.sec1{
		padding: 20px 0 40px;
	}
	.sec1 .sec1_flex .list ol li{
		padding: 10px;
		padding-left: 40px;
	}
	.sec1 .sec1_flex .list ol li::before{
		width: 30px;
    	height: 30px;
		background-size: 100%;
	}
	.white_box{
		margin: 40px auto;
	}
	.white_box h3{
		line-height: 1.5;
	}
}
/* ============================== /
 * 
 * sec2
 * 
 * ============================= */
.sec2 {
    padding: 20px 0 60px;
}
.sec2 .sec2_list{
	margin: 40px auto;
}
.sec2 .sec2_list ol{
	display: flex;
	justify-content: space-between;
}
.sec2 .sec2_list ol li{
	width: 380px;
	padding: 15px;
	background: #f4f7ff;
}
.sec2 .sec2_list ol li h3{
	text-align: center;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 auto;
    color: #0074ab;
    font-weight: bold;
}
.sec2 .sec2_list ol li .image{
	margin: 20px auto;
	border-radius: 10px;
	overflow: hidden;
}
.sec2 .sec2_list ol li p{
	margin-bottom: 10px;
}
@media screen and (max-width:1200px){
	.sec2 .sec2_list ol li{
		width: 32%;
	}
	.sec2 .sec2_list ol li h3{
		font-size: 18px;
	}
}
@media screen and (max-width:768px){
	.sec2 .sec2_list ol{
		display: block;
	}
	.sec2 .sec2_list ol li{
		width: 100%;
		margin: 40px auto;
	}
	.sec2 .sec2_list ol li .image{
		text-align: center;
	}
}
@media screen and (max-width:568px){
	.sec2{
		padding: 20px 0 40px;
	}
}
/* ============================== /
 * 
 * sec3
 * 
 * ============================= */
.sec3{
	background: #f4faff;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}
.sec3 .lp_ttl .comment{
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #00a3df;
}
.sec3 .lp_ttl .comment::before{
	content: '';
	display: block;
	background: url(../img/sec3_comment.png)no-repeat center;
	width: 240px;
	height: 21px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
.sec3 .sec3_list ol{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sec3 .sec3_list ol li{
	width: 32%;
	margin: 40px 0;
	margin-right: 2%;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #96d4ff;
	padding: 20px;
	position: relative;
}
.sec3 .sec3_list ol li:nth-child(3){
	margin-right: 0;
}
.sec3 .sec3_list ol li .num{
	width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #96d4ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #96d4ff;
    font-size: 50px;
    line-height: 1;
    padding-bottom: 8px;
}
.sec3 .sec3_list ol li h3{
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.sec3 .sec3_list ol li .image{
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 110px;
}
.sec3 .sec3_list ol li p{
	font-weight: 400;
}
@media screen and (max-width:1200px){
	.sec3 .sec3_list ol li .num{
		width: 60px;
    	height: 60px;
		font-size: 40px;
	}
	.sec3 .sec3_list ol li h3{
		font-size: 18px;
		height: 52px;
	}
	.sec3 .sec3_list ol li p{
		letter-spacing: 0;
	}
}
@media screen and (max-width:768px){
	.sec3 .sec3_list ol{
		display: block;
	}
	.sec3 .sec3_list ol li{
		width: 100%;
	}
}
@media screen and (max-width:568px){
	.sec3{
		padding: 20px 0 40px;
	}
	.sec3 .sec3_list ol li h3{
		height: auto;
		margin-top: 20px;
	}
	.sec4 .sec4_list ol li .profile .image{
		width: 60px;
	}
}
/* ============================== /
 * 
 * sec4
 * 
 * ============================= */
.sec4{
	background: #f4faff;
	position: relative;
	padding: 20px 0 60px;
}
.sec4 .sec4_list{
	
}
.sec4 .sec4_list ol{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec4 .sec4_list ol li{
	width: 49%;
	background: #fff;
	padding: 20px;
	margin: 20px 0;
	margin-right: 2%;
	font-weight: 400;
}
.sec4 .sec4_list ol li:nth-child(2n){
	margin-right: 0;
}
.sec4 .sec4_list ol li p{
	letter-spacing: 0;
	height: 128px;
}
.sec4 .sec4_list ol li .profile{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #f4faff;
	padding: 20px 0;
	margin-top: 20px;
}
.sec4 .sec4_list ol li .profile .image{
	margin-right: 10px;
}
@media screen and (max-width:1200px){
	.sec4 .sec4_list ol li p{
		height: 150px;
	}
}
@media screen and (max-width:768px){
	.sec4 .sec4_list ol li p {
        height: 130px;
    }
	.sec4 .sec4_list ol li .profile{
		padding-bottom: 0;
	}
}
@media screen and (max-width:658px){
	.sec4 .sec4_list ol{
		display: block;
	}
	.sec4 .sec4_list ol li{
		width: 100%;
		margin: 40px auto;
	}
	.sec4 .sec4_list ol li p{
		height: auto;
	}
}
/* ============================== /
 * 
 * sec5
 * 
 * ============================= */
.sec5 .sec5_list{
	margin: 40px auto;
}
.sec5 .sec5_list ol{
	display: flex;
	justify-content: space-between;
}
.sec5 .sec5_list ol li{
	width: 30%;
	margin-right: 1%;
	border:1px solid #96d4ff;
	background: #fff;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	padding: 20px;
}
.sec5 .sec5_list ol li .step{
	position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    background: #96d4ff;
    padding: 8px;
    line-height: 1;
    width: 120px;
    text-align: center;
	border-radius: 0 0 10px 0;
}
.sec5 .sec5_list ol li .step span{
	font-size: 25px;
}
.sec5 .sec5_list ol li .image{
	margin: 20px auto;
    margin-top: 40px;
    text-align: center;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec5 .sec5_list ol li h3{
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.5;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.sec5 .sec5_list ol li p{
    font-weight: 600;
	letter-spacing: 0;
    font-size: 14px;
}
.sec5 .sec5_list ol li.arrow{
	width: 3%;
	border: none;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.sec5 .sec5_list ol li:last-child{
	margin-right: 0;
}
@media screen and (max-width:1200px){
	.sec5 .sec5_list ol li h3{
		font-size: 18px;
		height: 54px;
    	margin-bottom: 10px;
	}
}
@media screen and (max-width:768px){
	.sec5 .sec5_list ol li{
		padding: 10px;
	}
	.sec5 .sec5_list ol li p{
		font-weight: 400;
	}
}
@media screen and (max-width:658px){
	.sec5 .sec5_list ol{
		display: block;
	}
	.sec5 .sec5_list ol li{
		width: 100%;
	}
	.sec5 .sec5_list ol li.arrow{
		width: 30px;
		transform: rotate(90deg) translateY(20%);
		left: 50%;
	}
}
/* ============================== /
 * 
 * sec6
 * 
 * ============================= */
.sec6{
	background: #f4faff;
	padding: 20px 0 60px;
}
.sec6 .faq{
	margin: 40px auto;
}
.sec6 .faq .faq_inner{
	margin: 20px auto;
}
.sec6 .faq .faq_inner .title{
	background: #6aa9e2;
	padding: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	position: relative;
}
.sec6 .faq .faq_inner .title::before{
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: ease all .4s;
}
.sec6 .faq .faq_inner .title::after{
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	right: 29px;
	top: 50%;
	transform: translateY(-50%);
	transition: ease all .4s;
	opacity: 1;
}
.sec6 .faq .faq_inner .title.active::after{
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
}
.sec6 .faq .faq_inner .title span{
	position: relative;
	display: block;
	padding: 0 20px;
	padding-left: 40px;
	line-height: 1.5;
}
.sec6 .faq .faq_inner .title span::before{
    content: 'Q';
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    font-size: 30px;
    line-height: 1;
}
.sec6 .faq .faq_inner .ansew{
	background: #fff;
	position: relative;
	padding: 20px;
	display: none;
}
.sec6 .faq .faq_inner .ansew p{
	padding-left: 40px;
	position: relative;
	font-weight: 600;
}
.sec6 .faq .faq_inner .ansew p::before{
    content: 'A';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: 1;
	color: #4a90d0;
}
@media screen and (max-width:658px){
	.sec6 .faq .faq_inner .title{
		font-size: 18px;
	}
}
