@charset "utf-8";
@font-face {
  font-family: "hanatochoucho";
  src:
    url("../font/花とちょうちょ 2.woff") format("woff"),
    url("../font/花とちょうちょ 2.woff2") format("woff2");
}
:root {--main-color: #2F5DB3;}
:root {--sub-color: ;}
:root {--text-color: ;}

:root {--title-font: ;}
:root {--text-font: ;}
/*=============================================*/
main{
	padding: 0;
    filter: none;
    transition: 0;
}
section{
	width: 100%;
    padding: 60px 0;
	position: relative;
	overflow: hidden;
}
.inner{
	width: 94%;
	max-width: 1260px;
	margin: 0 auto;
    position: relative;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.5;
	letter-spacing: 0.05em;
}
p{
	font-size: 15px;
	line-height: 1.5;
    letter-spacing: 0.05em;
}
.btnline .ctabtn{
	font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1365px) {
	
}
@media screen and (max-width: 768px) {
	.inner{
		max-width: 520px;
	}
}
/*==================================================================================================*/
/*-*/
.fv{
	padding: 130px 0;
	background: linear-gradient(125deg, #FFF 0%, #f2f4f8 20%, #c9e5ff 100%);
}
.fv::before{
	display: block;
	content: "";
	width: 100vh;
	height: 100%;
	background: center / cover no-repeat url("../img/fv-bg.svg");
	position: absolute;
	top: 0;
	right: 0;
}
.fv .inner h1{
	width: 98%;
	max-width: 704px;
	margin-bottom: 54px;
}
.fv .inner h2{
	width: 100%;
	max-width: 517px;
	margin-bottom: 140px;
}
.fv .inner h3{
	width: 100%;
	max-width: 487px;
	margin-bottom: 20px;
}
.fv .inner p{
	width: 100%;
	max-width: 486px;
}
.fv .inner h2 + img{
	width: 94%;
	max-width: 625px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: -10px;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.fv{
		padding: 9.517vw 0;
	}
	.fv .inner{
		max-width: 92.24vw;
	}
	.fv .inner h1{
		max-width: 51.537vw;
		margin-bottom: 3.953vw;
	}
	.fv .inner h2{
		max-width: 37.848vw;
		margin-bottom: 10.249vw;
	}
	.fv .inner h3{
		max-width: 35.652vw;
		margin-bottom: 1.464vw;
	}
	.fv .inner p{
		max-width: 35.578vw;
	}
	.fv .inner h2 + img{
		max-width: 45.754vw;
		right: -0.732vw;
	}
}
@media screen and (max-width: 768px) {
	.fv{
		padding: 50px 0 40px;
	}
	.fv .inner h1{
		margin: 0 auto 25px;
	}
	.fv .inner h2{
		max-width: 290px;
		margin: 0 auto 24px;
	}
	.fv .inner h2 + img{
		margin-bottom: 24px;
		position: relative;
		top: auto;
		right: auto;
		left: 50%;
    	transform: translateX(-50%);
	}
	.fv .inner h3{
		max-width: 336px;
	    margin: 0 auto 5px;
	}
	.fv .inner p{
		max-width: 336px;
		margin: 0 auto;
	}
}
/*==================================================================================================*/
/*-*/
.wrap01{
	padding: 90px 0 130px;
}
.wrap01 .inner{
	max-width: 1045px;
}
.wrap01 h2{
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
}
.wrap01 h2 b{
	font-size: 60px;
	font-weight: 700;
	color: #146AD3;
}
.wrap01 ul li{
	align-items: flex-end;
	width: 100%;
	position: relative;
}
.wrap01 ul li:not(:last-child){
	margin-bottom: 130px;
}
.wrap01 ul li:nth-child(2){
	flex-direction: row-reverse;
}
.wrap01 ul li img{
	width: 86%;
	max-width: 420px;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}
.wrap01 ul li img:nth-child(2){
	margin: 0 0 0 auto;
}
.wrap01 ul li div{
	width: 100%;
	max-width: 600px;
	padding: 0 40px;
}
.wrap01 ul li:nth-child(2) div{
	padding: 0 60px;
}
.wrap01 ul li div h3{
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 30px;
}
.wrap01 ul li div h3 span{
	display: block;
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	color: #146AD3;
}
.wrap01 ul li div p{
	font-size: 18px;
	margin-bottom: 20px;
}
.wrap01 ul li::before{
	display: block;
	content: "";
	width: 120px;
	height: 188px;
	background: center / contain no-repeat url("../img/freedom-no01.svg");
	position: absolute;
	top: 0;
	right: 10px;
}
.wrap01 ul li:nth-child(2)::before{
	background: center / contain no-repeat url("../img/freedom-no02.svg");
	right: auto;
	left: 460px;
}
.wrap01 ul li:nth-child(3)::before{
	background: center / contain no-repeat url("../img/freedom-no03.svg");
	right: 30px;
}
.wrap01 ul li::after{
	display: block;
	content: "";
	width: 690px;
	height: 270px;
	background: #FAFAFA;
	position: absolute;
	right: 0;
	bottom: -51px;
	z-index: -1;
}
.wrap01 ul li:nth-child(2)::after{
	right: auto;
	left: 0;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.wrap01{
		padding: 6.589vw 0 9.517vw;
	}
	.wrap01 .inner{
		max-width: 76.501vw;
	}
	.wrap01 h2{
		font-size: 2.782vw;
		margin-bottom: 2.928vw;
	}
	.wrap01 h2 b{
		font-size: 4.392vw;
	}
	.wrap01 ul li:not(:last-child){
		margin-bottom: 9.517vw;
	}
	.wrap01 ul li img{
		max-width: 30.747vw;
	}
	.wrap01 ul li div{
		max-width: 43.924vw;
		padding: 0 2.928vw;
	}
	.wrap01 ul li:nth-child(2) div{
		padding: 0 4.392vw;
	}
	.wrap01 ul li div h3{
		font-size: 2.343vw;
		margin-bottom: 2.196vw;
	}
	.wrap01 ul li div h3 span{
		font-size: 1.025vw;
	}
	.wrap01 ul li div p{
		font-size: 1.318vw;
		margin-bottom: 1.464vw;
	}
	.wrap01 ul li::before{
		width: 8.785vw;
		height: 13.763vw;
		right: 0.732vw;
	}
	.wrap01 ul li:nth-child(2)::before{
		left: 33.675vw;
	}
	.wrap01 ul li:nth-child(3)::before{
		right: 2.196vw;
	}
	.wrap01 ul li::after{
		width: 50.512vw;
		height: 19.766vw;
		bottom: -3.734vw;
	}
}
@media screen and (max-width: 768px) {
	.wrap01{
		padding: 40px 0 10px;
	}
	.wrap01 .inner{
		width: 90%;
	}
	.wrap01 h2{
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	.wrap01 h2 b{
		font-size: 35px;
	}
	/**/
	.wrap01 ul li{
		width: 100%;
		justify-content: center;
		margin-bottom: 64px;
		overflow-x: clip;
	}
	.wrap01 ul li:not(:last-child) {
		margin-bottom: 65px;
	}
	.wrap01 ul li img{
		max-width: 380px;
		aspect-ratio: 1.6 / 1;
		margin: 0 auto 15px;
	}
	.wrap01 ul li div{
		padding: 0 40px;
	}
	.wrap01 ul li:nth-child(2) div{
		padding: 0 60px;
	}
	.wrap01 ul li div h3{
		font-size: 24px;
		text-align: center;
		margin-bottom: 10px;
	}
	.wrap01 ul li div h3 span{
		font-size: 13px;
	}
	.wrap01 ul li div p{
		font-size: 15px;
		text-align: center;
		margin: 0;
	}
	.wrap01 ul li::before{
		width: 50px;
		height: 150px;
		top: auto;
		bottom: -35px;
		right: 0;
	}
	.wrap01 ul li:nth-child(2)::before{
		width: 100px;
		right: -15px;
		left: auto;
	}
	.wrap01 ul li:nth-child(3)::before{
		width: 95px;
		right: -15px;
	}
	.wrap01 ul li::after{
		width: 100%;
		bottom: -35px;
	}
}
/*==================================================================================================*/
/*-*/
.block{
	width: 94%;
	max-width: 1280px;
	padding: 70px 0 80px;
	border-radius: 60px;
	background-image: linear-gradient(#146AD3, #358BF3);
	margin: 0 auto;
}
.block::before{
	display: block;
	content: "";
	width: 100%;
	aspect-ratio: 1.65 / 1;
	background: center / contain no-repeat url("../img/wrap02-bg.svg");
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.block h2{
	width: fit-content;
	font-size: 34px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
}
.block h2 b{
	font-size: 42px;
}
.block h2::before,
.block h2::after{
	display: block;
	content: "";
	width: 25px;
	height: 60px;
	background: center / contain no-repeat url("../img/block-title-deco01.svg");
	position: absolute;
	top: 50%;
    left: -50px;
    transform: translateY(-50%);
}
.block h2::after{
	background: center / contain no-repeat url("../img/block-title-deco02.svg");
	left: auto;
	right: -50px;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.block{
		max-width: 93.704vw;
		padding: 5.124vw 0 5.857vw;
		border-radius: 4.392vw;
	}
	.block h2{
		font-size: 2.489vw;
		margin-bottom: 3.66vw;
	}
	.block h2 b{
		font-size: 3.075vw;
	}
	.block h2::before,
	.block h2::after{
		width: 1.83vw;
		height: 4.392vw;
		left: -3.66vw;
	}
	.block h2::after{
		left: auto;
		right: -3.66vw;
	}
}
@media screen and (max-width: 768px) {
	.block{
		padding: 36px 0;
		border-radius: 20px;
	}
	.block h2{
		font-size: 18px;
		text-align: center;
		color: #FFF;
		margin-bottom: 73px;
	}
	.block h2 b{
		font-size: 22px;
	}
	.block h2::before{
		height: 50px;
		left: -30px;
	}
	.block h2::after{
		height: 50px;
		right: -30px;
	}

}
.wrap02{
	z-index: 1;
}
.wrap02 .inner{
	width: 100%;
	justify-content: center;
}
.wrap02 .inner ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.wrap02 .inner ul li{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 420px;
	height: 420px;
	border: solid 4px #196FD7;
	border-radius: 50%;
	background: #FFF;
	position: relative;
}
.wrap02 .inner ul li:nth-child(1){
	right: -50px;
}
.wrap02 .inner ul li:nth-child(2){
	z-index: 1;
}
.wrap02 .inner ul li:nth-child(3){
	left: -50px;
}
.wrap02 .inner ul li h3{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.wrap02 .inner ul li img{
	width: 170px;
	height: 120px;
	object-fit: contain;
	margin-bottom: 20px;
}
.wrap02 .inner ul li p{
	width: 267px;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}
.wrap02 .cta{
	justify-content: center;
}
.wrap02 .cta li{
	width: 100%;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.wrap02 .inner ul{
		margin-bottom: 4.392vw;
	}
	.wrap02 .inner ul li{
		width: 30.747vw;
		height: 30.747vw;
	}
	.wrap02 .inner ul li:nth-child(1){
		right: -3.66vw;
	}
	.wrap02 .inner ul li:nth-child(3){
		left: -3.66vw;
	}
	.wrap02 .inner ul li h3{
		font-size: 1.757vw;
		margin-bottom: 1.464vw;
	}
	.wrap02 .inner ul li img{
		width: 12.445vw;
		height: 8.785vw;
		margin-bottom: 1.464vw;
	}
	.wrap02 .inner ul li p{
		width: 19.546vw;
		font-size: 1.025vw;
	}
}
@media screen and (max-width: 768px) {
	.wrap02::before {
		top: 35%;
	}
	.wrap02::after {
		display: block;
		content: "";
		width: 100%;
		aspect-ratio: 1.65 / 1;
		background: center / contain no-repeat url(../img/wrap02-bg.svg);
		position: absolute;
		top: 60%;
		left: 0%;
		transform: translateY(-50%);
		z-index: -1;
	}
	.wrap02 h2{
		margin: 0;
	}
	.wrap02 .inner ul{
		min-width: 100%;
		margin: -30px 0 -5px;
	}
	.wrap02 .inner ul li{
		width: 320px;
		height: 320px;
	}
	.wrap02 .inner ul li:nth-child(1){
		padding-bottom: 25px;
		bottom: -50px;
		right: 0;
	}
	.wrap02 .inner ul li:nth-child(3){
		padding-top: 25px;
		top: -50px;
		left: 0;
	}
	.wrap02 .inner ul li h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.wrap02 .inner ul li img{
		width: 120px;
		height: 85px;
		margin-bottom: 10px;
	}
	.wrap02 .inner ul li p{
		width: 216px;
		font-size: 13px;
		line-height: 1.6;
	}
}
/*==================================================================================================*/
/*flow*/
.wrap03{
	background: #EEF5FB;
    padding: 130px 0 275px;
	overflow: visible;
}
.wrap03::before{
	display: block;
	content: "";
	width: 100%;
	height: 130px;
	background: #EEF5FB;
	position: absolute;
	top: -130px;
}
.wrap03 .inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1145px;
}
.wrap03 h2{
    width: 280px;
	font-size: 38px;
	font-weight: semibold;
	line-height: 1.2;
}
.wrap03 h2 b{
	font-size: 60px;
	color: #146AD3;
}
.wrap03 ul{
	width: calc( 100% - 350px );
}
.flow li{
    margin: 0 0 44px;
    position: relative;
    z-index: 14;
}
.flow li:nth-child(2){
    z-index: 13;
}
.flow li:nth-child(3){
    z-index: 12;
}
.flow li:nth-child(4){
    z-index: 11;
}
.flow li:nth-child(5){
    z-index: 10;
}
/**/
.flow li .step{
    width: 100px;
    height: 0;
    position: absolute;
    top: -25px;
    left: 0;
    transition: 2s;
    overflow: hidden;
    z-index: -10px;
}
.flow li .step.run{
    height: calc( 100% + 64px );
}
.flow li .step::after{
    display: block;
    content: "";
    border-top: 20px solid #EEF5FB;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -10;
}
.flow li .step p{
    height: calc( 100% - 3px);
    min-height: 250px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: var(--main-font);
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #FFF;
    position: relative;
    padding: 40px 56px 0 0;
}
.flow li:nth-child(1) .step p{
    padding: 30px 56px 0 0;
}
.flow li .step p::before{
    display: block;
    content: "";
    width: 100%;
    height: calc( 100% - 20px );
    background: #8AACEA;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.flow li .step p::after{
    display: block;
    content: "";
    border-top: 20px solid #8AACEA;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0.5px;
}
.flow li .step p span{
    display: inline-block;
    content: "01";
    font-size: 24px;
    margin: 6px 0 0 0;
}
.flow li:nth-child(1) .step{
    border-radius: 5px 5px 0 0;
}
.flow li:nth-child(5) .step{
    border-radius: 0 0 5px 5px;
}
.flow li:nth-child(5) .step.run{
    height: calc( 100% + 45px );
}
.flow li:nth-child(5) .step p,
.flow li:nth-child(5) .step p::before{
    height: 100%;
}
.flow li:nth-child(2) .step p::before{
    background: #628CD8;
}
.flow li:nth-child(3) .step p::before{
    background: #4579D9;
}
.flow li:nth-child(4) .step p::before{
    background: #2761CA;
}
.flow li:nth-child(5) .step p::before{
    background: #2552A5;
}

.flow li:nth-child(2) .step p::after{
    border-top: 20px solid #628CD8;
}
.flow li:nth-child(3) .step p::after{
    border-top: 20px solid #4579D9;
}
.flow li:nth-child(4) .step p::after{
    border-top: 20px solid #2761CA;
}
.flow li:nth-child(5) .step p::after{
    display: none;
}
/*box中身*/
.flow li .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc( 100% - 80px);
    max-width: 860px;
    padding: 25px 20px;
    border-radius: 4px;
    background: #FFF;
    margin: 0 0 0 auto;
    position: relative;
}
.flow li .box img{
    width: 215px;
}
.flow li .box div{
    width: calc( 100% - 245px );
}
.flow h3{
    font-size: 26px;
    font-weight: bold;
    color: #146AD3;
    margin: 0 0 10px;
}
.flow p{
    font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.wrap03{
		padding: 9.517vw 0 20.132vw;
	}
	.wrap03::before{
		height: 9.517vw;
		top: -9.517vw;
	}
	.wrap03 .inner{
		max-width: 83.821vw;
	}
	.wrap03 h2{
		width: 20.498vw;
		font-size: 2.782vw;
	}
	.wrap03 h2 b{
		font-size: 4.392vw;
	}
	.wrap03 ul{
		width: calc( 100% - 25.622vw );
	}
	.flow li{
		margin: 0 0 3.221vw;
	}
	/**/
	.flow li .step{
		width: 7.321vw;
		top: -1.83vw;
		z-index: -0.732vw;
	}
	.flow li .step.run{
		height: calc( 100% + 4.685vw );
	}
	.flow li .step::after{
		border-top: 1.464vw solid #EEF5FB;
		border-right: 3.66vw solid transparent;
		border-left: 3.66vw solid transparent;
	}
	.flow li .step p{
		height: calc( 100% - 0.22vw);
		min-height: 18.302vw;
		font-size: 1.098vw;
		padding: 2.928vw 4.1vw 0 0;
	}
	.flow li:nth-child(1) .step p{
		padding: 2.196vw 4.1vw 0 0;
	}
	.flow li .step p::before{
		height: calc( 100% - 1.464vw );
	}
	.flow li .step p::after{
		border-top: 1.464vw solid #8AACEA;
		border-right: 3.66vw solid transparent;
		border-left: 3.66vw solid transparent;
	}
	.flow li .step p span{
		font-size: 1.757vw;
		margin: 0.439vw 0 0 0;
	}
	.flow li:nth-child(1) .step{
		border-radius: 0.366vw 0.366vw 0 0;
	}
	.flow li:nth-child(5) .step{
		border-radius: 0 0 0.366vw 0.366vw;
	}
	.flow li:nth-child(5) .step.run{
		height: calc( 100% + 3.294vw );
	}
	.flow li:nth-child(2) .step p::after{
		border-top: 1.464vw solid #628CD8;
	}
	.flow li:nth-child(3) .step p::after{
		border-top: 1.464vw solid #4579D9;
	}
	.flow li:nth-child(4) .step p::after{
		border-top: 1.464vw solid #2761CA;
	}
	/*box中身*/
	.flow li .box{
		width: calc( 100% - 5.857vw);
		max-width: 62.958vw;
		padding: 1.83vw 1.464vw;
		border-radius: 0.293vw;
	}
	.flow li .box img{
		width: 15.739vw;
	}
	.flow li .box div{
		width: calc( 100% - 17.936vw );
	}
	.flow h3{
		font-size: 1.903vw;
		margin: 0 0 0.732vw;
	}
	.flow p{
		font-size: 1.171vw;
	}
}
@media screen and (max-width: 768px) {
    .flow{
        padding: 50px 0;
    }
	.flow .inner{
		width: 90%;
        max-width: 640px;
    }
    .flow h2{
		width: 100%;
		font-size: 18px;
		text-align: center;
        margin: 0 auto 40px;
    }
	.flow h2 b{
		font-size: 35px;
	}
	.flow h2 br{
		display: none;
	}
    .flow ul{
        width: 100%;
		max-width: 337px;
        margin: 0 auto 40px;
    }
	.flow li{
		margin: 0 0 44px;
	}
	.flow li .step{
		width: 70px;
	}
	.flow li .step p{
		text-align: left;
		padding: 40px 34px 0 0;
	}
	.flow li:nth-child(1) .step p{
		padding: 20px 34px 0 0;
	}
	.flow li .step::after{
		border-top: 20px solid #EEF5FB;
		border-right: 35px solid transparent;
		border-left: 35px solid transparent;
	}
	.flow li .step p::after {
		border-top: 20px solid #8AACEA;
		border-right: 35px solid transparent;
		border-left: 35px solid transparent;
	}
		
    .flow li .box{
		width: 285px;
        flex-wrap: wrap;
        padding: 15px 20px;
        border-radius: 5px;
        overflow: hidden;
    }
    .flow li .box img{
        width: 100%;
		margin: 0 auto 10px;
    }
    .flow li .box div{
        width: 100%;
    }
    .flow h3{
        font-size: 20px;
        text-align: center;
        margin: 0 0 10px;
    }
	.flow p{
		font-size: 15px;
        text-align: center;
    }
}
/*==================================================================================================*/
/*-*/
.wrap04{
	width: 90%;
	margin-top: -180px;
	margin-bottom: 60px;
}
.wrap04 .inner{
	width: 90%;
	max-width: 890px;
}
.wrap04 h2{
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 25px;
	margin-bottom: 40px;
}
.wrap04 h2 b:nth-child(4){
	font-size: 60px;
}
.wrap04 ul{
	margin-bottom: 50px;
}
.wrap04 ul li{
	align-content: center;
	justify-content: center;
	width: 250px;
	height: 210px;
	border-radius: 8px;
	background: #FFF;
	margin-bottom: 37px;
	position: relative;
}
.wrap04 ul li span{
	display: block;
	font-family: "Montserrat";
	font-size: 18px;
	color: #146AD3;
	position: absolute;
	top: 10px;
	left: 20px;
}
.wrap04 ul li img{
	width: 90px;
	height: 65px;
	object-fit: contain;
	margin-top: 30px;
	margin-bottom: 15px;
}
.wrap04 ul li p{
	font-size: 18px;
	text-align: center;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.wrap04{
		margin-top: -13.177vw;
		margin-bottom: 4.392vw;
	}
	.wrap04 .inner{
		max-width: 65.154vw;
	}
	.wrap04 h2{
		font-size: 2.782vw;
		padding-bottom: 1.83vw;
		margin-bottom: 2.928vw;
	}
	.wrap04 h2 b:nth-child(4){
		font-size: 4.392vw;
	}
	.wrap04 ul{
		margin-bottom: 3.66vw;
	}
	.wrap04 ul li{
		width: 18.302vw;
		height: 15.373vw;
		border-radius: 0.586vw;
		margin-bottom: 2.709vw;
	}
	.wrap04 ul li span{
		font-size: 1.318vw;
		top: 0.732vw;
		left: 1.464vw;
	}
	.wrap04 ul li img{
		width: 6.589vw;
		height: 4.758vw;
		margin-top: 2.196vw;
		margin-bottom: 1.098vw;
	}
	.wrap04 ul li p{
		font-size: 1.318vw;
	}
}
@media screen and (max-width: 768px) {
	.wrap04{
		padding: 30px 0 20px;
		margin-top: -60px;
		margin-bottom: 40px;
	}
	.wrap04::before {
		top: 35%;
	}
	.wrap04::after {
		display: block;
		content: "";
		width: 100%;
		aspect-ratio: 1.65 / 1;
		background: center / contain no-repeat url(../img/wrap02-bg.svg);
		position: absolute;
		top: 60%;
		left: 0%;
		transform: translateY(-50%);
		z-index: -1;
	}
	.wrap04 .inner{
		max-width: 520px;
	}
	.wrap04 h2{
		font-size: 18px;
		padding: 0;
		margin: 0 auto 20px;
	}
	.wrap04 h2 b{
		font-size: 20px;
	}
	.wrap04 h2 b:nth-child(4){
		font-size: 32px;
		position: relative;
		top: 5px;
	}
	.wrap04 ul{
		max-width: 360px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.wrap04 ul li{
		width: 100%;
		height: 90px;
		align-items: center;
		margin-bottom: 12px;
	}
	.wrap04 ul li span {
		font-size: 12px;
		top: 5px;
	}
	.wrap04 ul li img{
		width: 60px;
        height: 40px;
        margin-right: 20px;
        margin-top: 25px;
        margin-bottom: 15px;
	}
	.wrap04 ul li p{
		width: 180px;
		font-size: 15px;
		text-align: left;
	}
}
.privilege{
	border-radius: 20px;
	background: #005AC8;
	position: relative;
}
.privilege h3{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 277px;
	height: 48px;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	background: #FF4107;
	position: absolute;
	top: 50px;
	left: 0;
}
.privilege h3::before,
.privilege h3::after{
	display: block;
	content: "";
	position: absolute;
	right: -15px;
	
}
.privilege h3::before{
	border-bottom: 24px solid transparent;
	border-left: 15px solid #FF4107;
	top: 0;
}
.privilege h3::after{
	border-right: 15px solid transparent;
	border-bottom: 24px solid #FF4107;
	bottom: 0;
}
.privilege .inner{
	max-width: 786px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 50px 0;
}
.privilege .inner p{
	width: 277px;
	font-size: 18px;
	line-height: 1.8;
	color: #FFF;
}
.privilege .inner div{
	width: 460px;
	display: flex;
	justify-content: space-between;
}
.privilege .inner div img{
	width: 48%;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.privilege{
		border-radius: 1.464vw;
	}
	.privilege h3{
		width: 20.278vw;
		height: 3.514vw;
		font-size: 1.464vw;
		top: 3.66vw;
	}
	.privilege h3::before,
	.privilege h3::after{
		right: -1.098vw;

	}
	.privilege .inner{
		max-width: 57.54vw;
		padding: 3.66vw 0;
	}
	.privilege .inner p{
		width: 20.278vw;
		font-size: 1.318vw;
	}
	.privilege .inner div{
		width: 33.675vw;
	}
}
@media screen and (max-width: 768px) {
	.privilege h3{
		width: 200px;
		height: 35px;
		font-size: 18px;
		position: relative;
		top: 22px;
	}
	.privilege .inner{
		width: 85%;
		flex-direction: column-reverse;
		padding: 40px 0 20px;
	}
	.privilege .inner div{
		width: 100%;
		margin-bottom: 15px;
	}
	.privilege .inner p{
		width: 100%;
		font-size: 15px;
	}
}
/*==================================================================================================*/
/*-*/
.wrap05{
	background: #EEF5FB;
    padding: 37px 0 45px;
}
.wrap05 h2{
	font-size: 38px;
	text-align: center;
	margin-bottom: 15px;
}
.wrap05 h2 b{
	font-weight: 600;
	color: #146AD3;
}
.wrap05 p{
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 28px;
}
.wrap05 .cta{
	justify-content: center;
}
.wrap05 .cta li{
	width: 100%;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.wrap05{
		padding: 2.709vw 0 3.294vw;
	}
	.wrap05 h2{
		font-size: 2.782vw;
		margin-bottom: 1.098vw;
	}
	.wrap05 p{
		font-size: 1.318vw;
		margin-bottom: 2.05vw;
	}
}
@media screen and (max-width: 768px) {
	.wrap05 h2{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.wrap05 p{
		font-size: 15px;
		margin-bottom: 20px;
	}
}
/*==================================================================================================*/
/*-*/
.wrap06{
	padding: 87px 0 100px;
}
.wrap06 .inner{
	max-width: 1145px;
}
.wrap06 h2{
	font-size: 38px;
	text-align: center;
	margin-bottom: 27px;
}
.wrap06 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.wrap06 ul li{
	width: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wrap06 ul li .name{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.wrap06 ul li .name img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.wrap06 ul li .name div{
	width: calc( 100% - 100px );
}
.wrap06 ul li .name div h4{
	font-family: "hanatochoucho";
	font-size: 24px;
	letter-spacing: 0;
	color: #146AD3;
	margin-bottom: 6px;
}
.wrap06 ul li .name div p{
	font-size: 14px;
	letter-spacing: 0;
}
.wrap06 ul li .name + p{
	flex-grow: 1;
	font-size: 16px;
	line-height: 1.7;
	background: #F5F9FB;
	padding: 20px;
	border-radius: 10px;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.wrap06{
		padding: 6.369vw 0 7.321vw;
	}
	.wrap06 .inner{
		max-width: 83.821vw;
	}
	.wrap06 h2{
		font-size: 2.782vw;
		margin-bottom: 1.977vw;
	}
	.wrap06 ul li{
		width: 25.622vw;
	}
	.wrap06 ul li .name{
		margin-bottom: 1.464vw;
	}
	.wrap06 ul li .name img{
		width: 5.857vw;
		height: 5.857vw;
	}
	.wrap06 ul li .name div{
		width: calc( 100% - 7.321vw );
	}
	.wrap06 ul li .name div h4{
		font-size: 1.757vw;
		margin-bottom: 0.439vw;
	}
	.wrap06 ul li .name div p{
		font-size: 1.025vw;
	}
	.wrap06 ul li .name + p{
		font-size: 1.171vw;
		padding: 1.464vw;
		border-radius: 0.732vw;
	}
}
@media screen and (max-width: 768px) {
	.wrap06{
		padding: 34px 0 20px;
	}
	.wrap06 .inner{
		max-width: 520px;
	}
	.wrap06 h2{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.wrap06 ul{
		justify-content: center;
	}
	.wrap06 ul li{
		margin-bottom: 20px;
	}
	.wrap06 ul li .name{
		margin-bottom: 10px;
	}
	.wrap06 ul li .name img{
		width: 70px;
		height: 70px;
	}
	.wrap06 ul li .name div{
		width: calc( 100% - 80px );
	}
	.wrap06 ul li .name div p{
		font-size: 13px;
	}
	.wrap06 ul li .name + p{
		font-size: 15px;
		padding: 10px 25px;
	}
}
/*==================================================================================================*/
/*-*/
.wrap07{
	background: #FAFAFA;
    padding: 56px 0 84px;
}
.wrap07 .inner{
	width: 90%;
	max-width: 1125px;
}
.wrap07 h2{
	font-size: 38px;
	text-align: center;
	margin-bottom: 44px;
}
.priceBox{
	width: 530px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 2px 4px 25px 3px rgba(0,0,0,0.10);
	overflow: hidden;
}
.priceBox h3{
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 95px;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	background: #146AD3;
}
.priceBox:nth-child(3) h3{
	background: #2552A5;
}
.priceBox h3 span{
	width: 100%;
	display: block;
	font-size: 20px;
	margin-top: 10px;
}
.priceBox div{
	padding: 30px 50px;
}
.priceBox div p{
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 20px;
}
.priceBox div dl{
	justify-content: center;
	padding: 16px 40px;
	background: #EEF5FB;
	margin-bottom: 28px;
}
.priceBox:nth-child(3) div dl{
	margin-bottom: 36px;
}
.priceBox:nth-child(2) div dl dt{
	align-content: center;
	justify-content: center;
	width: 65px;
	height: 24px;
	font-size: 14px;
	color: #146AD3;
	border-radius: 3px;
	border: solid 1px #146AD3;
	margin-right: 20px;
}
/**/
.priceBox:nth-child(3) div dl dt{
	width: fit-content;
	font-size: 22px;
	color: #146AD3;
}
/**/
.priceBox div dl dd{
	width: 260px;
	font-family: "Montserrat";
	font-size: 40px;
	font-weight: 600;
	line-height: 1.6;
	text-align: right;
}
.priceBox div dl dd span{
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: semibold;
	padding-left: 10px;
}
.priceBox div img{
	width: 145px;
	border-radius: 3px;
}
.priceBox div ul{
	width: calc( 100% - 180px );
}
.priceBox div ul li{
	display: flex;
	align-items: center;
	font-size: 15px;
}
.priceBox div ul li::before{
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #146AD3;
	margin-right: 8px;
}
.wrap07 .cta{
	justify-content: center;
	margin-top: 70px;
}
.wrap07 .cta li{
	width: 100%;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.wrap07{
		padding: 4.1vw 0 6.149vw;
	}
	.wrap07 .inner{
		max-width: 82.357vw;
	}
	.wrap07 h2{
		font-size: 2.782vw;
		margin-bottom: 3.221vw;
	}
	.priceBox{
		width: 38.799vw;
		border-radius: 0.732vw;
	}
	.priceBox h3{
		height: 6.955vw;
		font-size: 2.196vw;
	}
	.priceBox h3 span{
		font-size: 1.464vw;
		margin-top: 0.732vw;
	}
	.priceBox div{
		padding: 2.196vw 3.66vw;
	}
	.priceBox div p{
		font-size: 1.171vw;
		margin-bottom: 1.464vw;
	}
	.priceBox div dl{
		padding: 1.171vw 2.928vw;
		margin-bottom: 2.05vw;
	}
	.priceBox:nth-child(3) div dl{
		margin-bottom: 2.635vw;
	}
	.priceBox div dl dt{
		width: 4.758vw;
		height: 1.757vw;
		font-size: 1.025vw;
		border-radius: 0.22vw;
		margin-right: 1.464vw;
	}
	/**/
	.priceBox:nth-child(3) div dl dt{
		font-size: 1.611vw;
	}
	/**/
	.priceBox div dl dd{
		width: 19.034vw;
		font-size: 2.928vw;
	}
	.priceBox div dl dd span{
		font-size: 1.171vw;
		padding-left: 0.732vw;
	}
	.priceBox div img{
		width: 10.615vw;
	}
	.priceBox div ul{
		width: calc( 100% - 13.177vw );
	}
	.priceBox div ul li{
		font-size: 1.098vw;
	}
	.priceBox div ul li::before{
		width: 0.293vw;
		height: 0.293vw;
		margin-right: 0.586vw;
	}
	.wrap07 .cta{
		margin-top: 5.124vw;
	}
}
@media screen and (max-width: 768px) {
	.wrap07{
		padding: 34px 0 40px;
	}
	.wrap07 h2{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.wrap07 .inner{
		justify-content: center;
		max-width: 420px;
	}
	.priceBox:nth-child(2){
		margin-bottom: 30px;
	}
	.priceBox{
		width: 100%;
	}
	.priceBox h3{
		height: 70px;
		font-size: 20px;
	}
	.priceBox h3 span{
		font-size: 16px;
		margin-top: 6px;
	}
	.priceBox div{
		position: relative;
		padding: 15px 20px;
		padding-bottom: 160px;
	}
	.priceBox div p{
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 12px;
	}
	.priceBox div dl{
		padding: 10px 10px;
		margin-bottom: 15px;
	}
	.priceBox:nth-child(3) div dl {
    	margin-bottom: 15px;
	}
	.priceBox div dl dt{
		width: 62px;
		height: 21px;
		font-size: 13px;
		margin-right: 10px;
	}
	/**/
	.priceBox:nth-child(3) div dl dt{
		font-size: 16px;
	}
	/**/
	.priceBox:nth-child(2) div dl dt{
		margin-right: 8px;
	}
	.priceBox div dl dd{
		width: 200px;
		font-size: 30px;
	}
	.priceBox div dl dd span{
		font-size: 14px;
	}
	.priceBox div ul{
		width: 240px;
		margin: 0 auto;
	}
	.priceBox div ul li{
		font-size: 14px;
		margin-bottom: 2px;
	}
	.priceBox div img{
		width: 90%;
		max-width: 100%;
		height: 130px;
		position: absolute;
		left: 50%;
    	transform: translateX(-50%);
		bottom: 20px;
	}
	.wrap07 .cta{
		margin-top: 50px;
	}
}
/*==================================================================================================*/
/*-*/
.wrap08{
	padding: 80px 0 127px;
	margin-top: 70px;
}
.wrap08::before{
	display: none;
}
.wrap08 .inner{
	max-width: 1046px;
}
.wrap08 h3{
	font-size: 36px;
	line-height: 2.2;
	text-align: center;
	color: #FFF;
	margin-bottom: 60px;
}
.wrap08 img{
	width: 100%;
	margin-bottom: 30px;
}
.wrap08 p{
	max-width: 850px;
	font-size: 28px;
	line-height: 2;
	color: #FFF;
	margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.wrap08{
		padding: 5.857vw 0 9.297vw;
		margin-top: 5.124vw;
	}
	.wrap08 .inner{
		max-width: 76.574vw;
	}
	.wrap08 h3{
		font-size: 2.635vw;
		margin-bottom: 4.392vw;
	}
	.wrap08 img{
		margin-bottom: 2.196vw;
	}
	.wrap08 p{
		max-width: 62.225vw;
		font-size: 2.05vw;
	}
}
@media screen and (max-width: 768px) {
	.wrap08{
		padding: 20px 0 40px;
		margin-top: 40px;
	}
	.wrap08 .inner{
		width: 90%;
		max-width: 420px;
	}
	.wrap08 h3{
		font-size: 22px;
		text-align: left;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.wrap08 img{
		margin-bottom: 20px;
	}
	.wrap08 p{
		font-size: 16px;
		line-height: 1.6;
	}
}
/*==================================================================================================*/
/*-*/
.wrap09{
	padding: 70px 0 168px;
}
.wrap09 h3{
	font-size: 38px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	margin-bottom: 80px;
}
.wrap09 h3 b{
	font-size: 45px;
	letter-spacing: 0.08em;
	color: #146AD3;
	padding: 0 8px;
}
.wrap09 img{
	display: block;
	max-width: 708px;
	margin: 0 auto;
	margin-bottom: 130px;
}
@media (min-width: 769px) and (max-width: 1365px) {
	.wrap09{
		padding: 5.124vw 0 12.299vw;
	}
	.wrap09 h3{
		font-size: 2.782vw;
		margin-bottom: 5.857vw;
	}
	.wrap09 h3 b{
		font-size: 3.294vw;
		padding: 0 0.586vw;
	}
	.wrap09 img{
		max-width: 51.83vw;
		margin-bottom: 9.517vw;
	}
}
@media screen and (max-width: 768px) {
	.wrap09{
		padding: 40px 0 60px;
	}
	.wrap09 h3{
		font-size: 21px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.wrap09 h3 b{
		font-size: 24px;
	}
	.wrap09 img{
		display: block;
		max-width: 708px;
		margin: 0 auto 60px;
	}
	.wrap09 .cta{
		flex-direction: column;
	}
	.wrap09 .cta li{
		margin: 0 0 30px;
	}
}
/*==================================================================================================*/
/*-*/
footer{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: #000000;
	position: absolute;
}
footer a{
	display: block;
	width: 55px;
	height: 73px;
	position: absolute;
	right: 40px;
	right: 40px;
	top: -100px;
}
footer small{
	display: block;
	font-size: 10px;
	color: #FFF;
}
.page footer a{
	width: 104px;
	height: 36px;
	top: -130px;
	right: auto;
	left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 769px) and (max-width: 1365px) {
	footer{
		height: 3.66vw;
	}
	footer a{
		width: 4.026vw;
		height: 5.344vw;
		right: 2.928vw;
		top: -7.321vw;
	}
	footer small{
		font-size: 0.732vw;
	}
}
@media screen and (max-width: 768px) {
	footer{
		height: 30px;
	}
	footer a{
		width: 40px;
		height: 52px;
		right: 25px;
		top: -70px;
	}
}
/*==================================================================================================*/
/*==================================================================================================*/
/*下層ページのファーストビュー*/
.page{
	position: relative;
}
.page::before{
	display: block;
	content: "";
	width: 100%;
	height: 100vh;
	background: linear-gradient(125deg, #FFF 0%, #f2f4f8 20%, #c9e5ff 100%);
	position: fixed;
	top: 0;
}
.page header{
	display: flex;
	align-items: center;
	width: 100%;
	height: 140px;
	padding: 0 44px;
}
.page header h1{
	width: fit-content;
}
.page header a{
	display: block;
	width: fit-content;
}
.page header a img{
	display: block;
	width: 297px;
}
.page main{
	min-height: calc( 100vh - 40px );
	position: relative;
}
.page main::before{
	display: block;
	content: "";
	width: 100vh;
	height: 100%;
	max-height: 768px;
	background: center / cover no-repeat url("../img/fv-bg.svg");
	position: absolute;
	top: 0;
	right: 0;
}
/**/
.pageFv{
	padding: 200px 0 70px;
	position: relative;
}
.pageFv h1{
	font-size: 38px;
	color: #383838;
	position: relative;
	z-index: 1;
}
.pageFv h1 span{
	display: block;
	font-family: var(--point-font);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.18em;
	color: var(--main-color);
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.page header{
		height: 70px;
		padding: 0 15px;
	}
	.page header a img{
		width: 240px;
	}
	header h1 a{
		left: 0;
	}
	.pageFv .inner{
		max-width: 90%;
	}
	.pageFv{
		padding: 120px 0 40px;
	}
	.pageFv h1{
		font-size: 26px;
		text-align: center;
	}
	.pageFv h1 span{
		font-size: 13px;
		 margin-top: 2px;
	}
}
/*==================================================================================================*/
/*privacy-プライバシーポリシー*/
#privacy{
	padding: 0 0 100px;
}
#privacy .in_privacy, #privacy .inner{
	max-width: 900px;
}
#privacy ul li h3{
	font-size: 18px;
	padding: 16px 30px;
	background: #F7F7F7;
	border-radius: 8px;
}
#privacy ul li h3::first-letter{
	color: var(--main-color);
	margin: 0 2px 0 0;
}
#privacy ul li h3 + div{
	padding: 20px 30px 40px;
}
#privacy ul li h4{
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 0 0 3px;
}
#privacy ul li h4::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 20px;
    background: var(--main-color);
    margin: 0 10px 0 0;
}
#privacy ul li h4 + p{
	margin: 0 0 15px;
}
#privacy ul li p{
	font-size: 16px;
	line-height: 1.68;
}
#privacy ul li p a{
	text-decoration: underline;
	color: #1696D5;
}
#privacy ul li:last-child p:last-child{
	margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
	#privacy ul li h3 {
		font-size: 18px;
		padding: 15px 20px;
	}
	#privacy ul li h3 + div {
		padding: 10px 20px;
	}
	#privacy ul li h4{
		font-size: 16px;
	}
	#privacy ul li p {
		font-size: 15px;
	}
	#privacy ul li:last-child p:last-child {
		margin: 40px 0 0;
	}
}
/*==================================================================================================*/
/*==================================================================================================*/
/*==================================================================================================*/
/*download-資料請求*/
.formAll{
	padding: 0 0 190px;
}
.formFv .inner{
	max-width: 940px;
}
.formFv h1{
	width: fit-content;
}
.formFv p{
	width: fit-content;
	color: #000;
}
.formFv p span{
	font-size: 14px;
	color: red;
}
.form{
	border-radius: 15px;
}
.form dl dt p{
	font-size: 13px;
	font-weight: 500;
}
.form dl + p{
	margin: 40px auto 30px;
}
.form dl + p a{
	color: #146AD3;
}
@media screen and (max-width: 768px) {
	.formFv .inner{
		justify-content: center;
	}
	.formFv h1{
		margin: 0 0 20px;
	}
	.formFv p{
		font-size: 14px;
	}
	.formFv p span{
		font-size: 13px;
	}
}