@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap');
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.8rem;
	color: #fff;
	background: #051626;
	font-weight: 500;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	opacity:0.6;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
@media (min-width: 751px) and (max-width: 1200px) {
	.pc{
		display:none;
	}
	.tab{
		display:block;
	}
	.sp{
		display:none;
	}
	.in,.in_in{
	  width: 90%;
	  margin: 0 auto;
	}
	.in_in{
		max-width: 800px;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
	}
	body.news {
		font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 90%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

.main_bg{
	background: url(../images/fv_bg.webp);
	background-size: cover;
	background-position: center;
}
.cor_y{
	color: #f3ce34;
}
.ita{
	font-style: italic;
}

#main{
	position: relative;	
}
#main:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 94%;
	background: url(../images/fv_bg.webp);
	background-size: cover;
	background-position: center;
}
@media (min-width: 751px) and (max-width: 1200px) {}
@media screen and (max-width: 750px) {
	#main .in{
		width: 100%;
	}
}

.cta{
	padding: 30px 0 90px;
}
.cta h2{
	text-align: center;
	margin-bottom: 30px;
}
.cta h2 img{
	width: 300px;
}
.cta .dl_btn_w{
	justify-content: center;
	margin-bottom: 30px;
}
.cta .dl_btn_w a{
	display: block;
	margin: 0 10px;
}
.cta .dl_btn_w a img{
	width: 200px;
}
.cta .oth_btn_w{
	justify-content: center;
}
.cta .oth_btn_i{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 5px;
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta .oth_btn_i h3{
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.0rem;
	line-height: 1.5;
}
.arr_btn {
	border-radius: 100px;
	border: 1px solid #fff;
    text-align: center;
    position: relative;
	padding: 10px 50px;
	display: block;
}
.arr_btn:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: flex;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translate(0, -50%);
}
@media (min-width: 751px) and (max-width: 1200px) {}
@media screen and (max-width: 750px) {

	.cta .oth_btn_i{
		width: 100%;
	}
}

.point{
	margin-bottom: 100px;
}
.point .point_w{
	justify-content: space-between;
}
.point .point_i{
	width: 32%;
	position: relative;
	border: 3px solid #f3ce34;
	padding:50px 20px 20px;
	box-sizing: border-box;
}
.point .point_i .num{
	position: absolute;
	left: 50%;
	top:-18px;
	width: 180px;
	transform: translate(-50%,0);
}
.point .point_i .icon{
	text-align: center;
	margin-bottom: 20px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.point .point_i h3{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 10px;
}
.point .point_i .txt span{
	font-size: 1.2rem;
	line-height: 1.5;
	display: block;
	margin-top: 10px;
}
@media (min-width: 751px) and (max-width: 1200px) {}
@media screen and (max-width: 750px) {
	.point .point_i{
		width: 100%;
		margin-bottom: 40px;
	}
}

#new{
	padding-bottom: 60px;
}
#new .new_head{
	position: relative;
	background: url(../images/new_function_bg_pc.webp);
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	margin-bottom: 60px;
}
#new .new_head:after{
	content: "";
	display: block;
	width: 100%;
	height: 250px;
	background: linear-gradient(rgba(4,21,37,0),rgba(4,21,37,1));
	position: absolute;
	bottom: 0;
}
#new .new_head .baloon{
	position: absolute;
	left: 50%;
	top: -70px;
	width: 250px;
	transform: translate(-50%,0);
}
#new .new_head h2{
	text-align: center;
	margin-bottom: 40px;
}
#new .new_head h2 img{
	width: 650px;
}
#new .new_head .imgarea{
	text-align: center;
}
.new_f_w{}
.new_f_w .new_f_i{}
.new_f_w .new_f_i .num{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.new_f_w .new_f_i .num img{
	width: 200px;
	position: relative;
	z-index: 2;
}
.new_f_w .new_f_i .num:before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #f3ce34;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.new_f_w .new_f_i > .flex{
	align-items: center;
}
.new_f_w .new_f_i:nth-of-type(2n) > .flex{
	flex-direction:row-reverse
}
.new_f_w .new_f_i .txtarea{
	width: 60%;
}
.new_f_w .new_f_i .txtarea h3{
	font-size: 3.4rem;
	text-align: center;
	margin-bottom: 20px;
}
.new_f_w .new_f_i .imgarea {
	width: 35%;
	margin-left: 5%;
	text-align: center;
}
.new_f_w .new_f_i:nth-of-type(2n) .imgarea {
	margin-right: 5%;
	margin-left: 0%;
}
@media (min-width: 751px) and (max-width: 1200px) {}
@media screen and (max-width: 750px) {
	.new_f_w .new_f_i{
		margin-bottom: 40px;
	}
	.new_f_w .new_f_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.new_f_w .new_f_i .txtarea{
		width: 100%;
	}
	.new_f_w .new_f_i .txtarea h3{
		font-size: 2.2rem;
	}
	.new_f_w .new_f_i .imgarea {
		width: 80%;
		margin-left: 0;
		text-align: center;
		margin: auto;
		margin-top: 30px;
	}
	.new_f_w .new_f_i:nth-of-type(2n) .imgarea {
		margin-right: auto;
		margin-left: auto;
	}
}

#value{
	padding: 60px 0;
}
#value .ttl_w{
	text-align: center;
	margin-bottom: 40px;
}
#value .ttl_w .baloon img{
	width: 450px;
}
#value .ttl_w h2 img {
	width: 600px;
}
#value .value_w{
	justify-content:space-between
}
#value .value_i{
	width: 48%;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.25);
	box-sizing: border-box;
	padding: 30px 30px 240px;
	position: relative;
}
#value .value_i h3{
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 20px;
}
#value .value_i .txt{
	margin-bottom: 20px;
}
#value .value_i .imgarea{
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translate(-50%,0);
}
@media (min-width: 751px) and (max-width: 1200px) {}
@media screen and (max-width: 750px) {
	#value .value_i{
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	#value .value_i .imgarea{
		position: static;
		transform: translate(0);
		text-align: center;
	}
	#value .value_i:nth-of-type(1) .imgarea img{
		width: 200px;
	}
		#value .value_i h3 {
			font-size: 2.4rem;
		}
}


#flow{
	background-size: cover;
	padding: 70px 0 80px;
}
#flow .sec_ttl_w{
	text-align: center;
	margin-bottom: 60px;
}
#flow .sec_ttl_w img{
	width: 570px;
}
.flow_w{
	justify-content: space-between;
}
.flow_i{
	width: 30%;
}
.flow_i .ico {
    display: flex;
    width: 100px;
    margin: 0 auto 30px;
	align-items: center;
	justify-content: center;
}
.flow_i .txtarea .num{
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.flow_i .txtarea h3{
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.flow_i .txtarea .description{
	letter-spacing: 2px;
}
.flow_i .txtarea .description span {
	display: block;
	font-size: 1.2rem;
	margin-top: 5px;
}
.flow_i .txtarea a.flow_btn{
	width: 100%;
	display: block;
	border: 1px solid #fff;
	border-radius: 100px;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
	letter-spacing: 2px;
	margin-top: 20px;
	position: relative;
}
.flow_i .txtarea a.flow_btn:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translate(0px, -50%);
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
}
.flow_i .cta a{
	margin: 0 10px;
	display: inline-block;
}
@media (min-width: 751px) and (max-width: 1200px) {
	.flow_i{
		width: 100%;
		display: flex;
		margin-bottom: 50px;
		position: relative;
		z-index: 2;
	}
	.flow_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.flow_i .ico{
		flex-shrink: 0;
		width: 80px;
		margin-right: 30px;
		margin-left: 0;
	}
	.flow_i .txtarea{
		width: 100%;
	}
	.flow_i .txtarea .num{
		text-align: left;
		margin-bottom: 0px;
		font-size: 1.6rem;
	}
	.flow_i .txtarea h3 {
		text-align: left;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.flow_i .cta{
		padding-bottom: 0;
		padding-top: 20px;
	}
	.flow_i .cta_w{
		justify-content: flex-start;
	}
	.flow_i .cta a{
		letter-spacing: 1px;
		margin-left: 0;
	}
	.flow_i .txtarea a.flow_btn{
		letter-spacing: 0;
		line-height: 1.5;
		width: 55%;
	}
}
@media screen and (max-width: 750px) {
	.flow_i{
		width: 100%;
		display: flex;
		margin-bottom: 50px;
		position: relative;
		z-index: 2;
	}
	.flow_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.flow_i .ico{
		flex-shrink: 0;
		width: 80px;
		margin-right: 30px;
		margin-left: 0;
	}
	.flow_i .txtarea .num{
		text-align: left;
		margin-bottom: 0px;
		font-size: 1.6rem;
	}
	.flow_i .txtarea h3 {
		text-align: left;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.flow_i .cta{
		padding-bottom: 0;
		padding-top: 20px;
	}
	.flow_i .cta a{
		letter-spacing: 1px;
	}
	.flow_i .txtarea a.flow_btn{
		letter-spacing: 0;
		line-height: 1.5;
	}
	
}

#faq{
	padding: 80px 0;
}
#faq .sec_ttl_w{
	margin-bottom: 60px;
}
#faq .sec_ttl{
	text-align: center;
	font-size: 3.6rem;
}
.faq_i{
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
	transition: 0.5s;
	background: #fff;
}
.faq_i.open{
	border-radius: 30px;
}
.faq_i .ico{
	background: #013b66;
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
}
.faq_i h3{
	color: #013b66;
	margin-top: 5px;
	letter-spacing: 2px;
	font-weight: 500;
}
.faq_i p{
	margin-top: 5px;
	color: #444;
	letter-spacing: 2px;
}
.faq_i .q{
	position: relative;
	cursor: pointer;
}
.faq_i .q:after{
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top:50%;
	right: 10px;
	transform:rotate(45deg) translate(-10px,-50%);
	color: #333;
	transition: 0.5s;
}
.faq_i.open .q:after{
	top:50%;
	right: 0px;
	transform:rotate(0) translate(0,-50%);
}
.faq_i .a{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
}
.faq_i .a a{
	color: #1a4168;
}
@media screen and (max-width: 750px) {
	#faq {
    padding: 50px 0 50px;
    position: relative;
	}
	.faq_i{
		border-radius: 30px;
		padding: 7.5% 5%;
	}
	.faq_i .q .flex{
		padding-right: 30px;
		align-items: center;
	}
	.faq_i h3 {
    margin-top: 0;
		line-height: 1.25;
	}

	.faq_i .ico {
    width: 30px;
    height: 30px;
    margin-right: 20px;
	}
}

.modal-content {
    margin: 0;
    position: fixed;
    display: none;
    z-index: 2;
	width: 650px;
	box-sizing: border-box;
	z-index: 9999999;
	height: 70vh;
	overflow: hidden;
	color: #444;
}
.modal_w{
	background: #fff;
	padding: 30px 60px;
	height: 90%;
	overflow: auto;
}
.modal_w .modal_ttl{
	font-size: 2.2rem;
	letter-spacing: 2px;
	color: #1a4168;
	font-weight: 600;
	margin: auto;
	margin-bottom: 30px;
	display: table;
	border-bottom: 2px solid #1a4168;;
}
.modal_w .dl_flow_h{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1a4168;
}
.modal_w .dl_flow_h p{
	margin-bottom: 10px;
	line-height: 1.5;
}
.dl_flow_i{
	margin-bottom: 40px;
}
.dl_flow_i .sub_ttl_w{
	margin-bottom: 20px;
}
.dl_flow_i .sub_ttl_w .num{
	background: #1a4168;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	flex-shrink: 0;
}
.dl_flow_i .sub_ttl_w .sub_ttl{
	font-size: 1.8rem;
	color: #1a4168;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
}
.dl_flow_i a{
	width: 200px;
	margin: auto;
	display: block;
}
.dl_flow_i .imgarea{
	text-align: center;
}
.dl_flow_i .imgarea img{
	width: 280px;
}
.close_w{
	margin-bottom: 10px;
	text-align: right;
}
#modal-close{
	width: 20px;
}
#modal-overlay {
    z-index: 999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background:rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 750px) {
	.modal-content {
		width: 90%;
	}
	.modal_w{
		background: #fff;
		border-radius: 10px;
		padding: 30px 20px;
	}
	.dl_flow_i .sub_ttl_w .sub_ttl{
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.dl_flow_i .imgarea img{
		width: 180px;
	}
	.modal_w .modal_ttl{
		font-size: 1.9rem;
		margin-bottom: 15px;
		padding-bottom: 15px;
		line-height: 1.5;
	}
}

.sp_foot{
	display: none;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	bottom:0;
	z-index: 999;
	background: #fff;
}
.sp_foot .sp_foot_ttl{
	font-size: 1.8rem;
}
.sp_foot .sp_foot_ttl{
	color: #1a4168;
	text-align: center;
	letter-spacing: 2px;
}
.sp_foot .cta{
	padding: 0;
}
.sp_foot .cta .cta_w{
	margin-bottom: 0;
	justify-content: center;
}
.sp_foot .cta .cta_w a{
	display: inline-block;
	width: 40%;
	margin:0 5px;
}
footer{
	padding: 20px 0;
	text-align: center;
}
footer .f_link{
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
footer .f_link a{
	display: inline-block;
	margin: 0 10px;
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	footer{
		padding-bottom: 120px;
	}
}

.android_w{
	margin: 50px 0;
	color: #444;
	font-weight: 300;
}
.android_w .in{
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
}
.android_w h1{
	font-size: 2.2rem;
    letter-spacing: 2px;
    color: #1a4168;
    font-weight: 600;
    margin: auto;
    margin-bottom: 30px;
	padding-bottom: 15px;
    display: table;
    border-bottom: 2px solid #1a4168;
}
.android_w .contents{
	border-bottom: 2px solid #1a4168;
	padding-bottom: 30px;
}
.android_w p{
	margin-bottom: 10px;
}
.android_w h2{
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	color: #1a4168;
	text-align: center;
}
.android_w ul{
	justify-content: space-between;
}
.android_w ul li{
	font-weight: 500;
	margin-bottom: 15px;
	width: 18%;
	text-align: center;
	font-size: 1.4rem;
}
.android_w ul li span{
	background: #1a4168;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin:0 auto 10px;
}
.android_w ul li .txtarea{
	min-height: 140px;
	margin-bottom: 20px;
}
.android_w ul li .imgarea img{
	border: 1px solid #ececec;
}
.dl_w{
	text-align: center;
}
.dl_w img{
	width: 200px;
}
@media screen and (max-width: 750px) {
	.android_w .in{
		padding: 7.5%;
	}
	.android_w h1 {
		font-size: 2.0rem;
		line-height: 1.5;
		letter-spacing: 0px;
		margin-bottom: 20px;
	}
	.android_w h2{
		text-align: center;
	}
	.android_w ul li{
		width: 100%;
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.android_w ul li .txtarea{
		min-height: auto;
		margin-bottom: 20px;
	}
}