@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	background-color:#fff;
	color:#4C4C4C;
	font-size: 16px;
	line-height: 1.6;	
	letter-spacing: 1px;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	/*list-style:none;*/
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}

.fixedcontainer{
	max-width:1180px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}

.header .fixedcontainer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.header_links{
	display: flex;
	align-items: center;
}
.tel_txt{
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	font-weight: 500;
}
.header_btn{
	margin-left: 15px;
}
.header_tel_btn{
	display: flex;
	padding: 10px 22px;
	border-radius: 10px;
	background: linear-gradient(90deg, #14B6AA 0%, #15A2D7 100%);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.5s ease;
}
.header_tel_btn:hover{
	opacity: 1;
	background: #15A2D7;
	transition: all 0.5s ease;
}
.header_tel_btn img{
	margin-right: 12px;
}
.header_contact_btn{
	padding: 10px 28px;
	background-color: #fff;
	color: #00A1E9;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #00A1E9;
	border-radius: 10px;
	transition: all 0.5s ease;
}
.header_contact_btn:hover{
	opacity: 1;
	transition: all 0.5s ease;
	background-color: #00A1E9;
	color: #fff;
}
.fv{
	background: url(../../../img/lp/fv-back.png) no-repeat center center;
	background-size: cover;
}
.fv .fixedcontainer{
	position: relative;
}
.fv_img{
	position: absolute;
	bottom: 0;
	right: -20px;
	z-index: 1;
}
.fv_in{
	position: relative;
	z-index: 2;
	padding: 100px 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.fv_content{
	width: 705px;
	text-align: center;
}
.fv_ttl1{
	font-size: 76px;
	line-height: 1.3;
  text-shadow: 0px 0px 3px #fff;
}
.fv_ttl1 span{
	color: #2296CB;
}
.fv_ttl2{
	font-size: 36px;
	font-weight: 500;
	text-shadow: 0px 0px 2px #fff;
}
.fv_ttl3{
	font-size: 24px;
	font-weight: 500;
	text-shadow: 0px 0px 2px #fff;
}
.fv_box{
	margin-top: 64px;
	background-color: #fff;
	padding: 25px 90px;
}
.fv_box_subttl{
	font-size: 16px;
}
.fv_box_ttl{
	margin: 10px 0;
	font-size: 32px;
	color: #00A1E9;
	line-height: 1.2;
}
.line_btn{
	display: flex;
	align-items: flex-end;
	padding: 12px 20px;
	background-color: #06C755;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.line_btn img:last-child{
	transition: all 0.5s ease;
}
.line_btn:hover img:last-child{
	transform: translateX(5px);
	transition: all 0.5s ease;
}
.line_btn span{
	margin: 0 10px;
}
.reason{
	background-color: #EFF9FD;
	padding: 65px 0;
}
.reason_sec_ttl{
	font-size: 48px;
	font-weight: 500;
	color: #2296CB;
	text-align: center;
	margin-bottom: 40px;
}
.reason_sec_ttl img{
	margin-right: 10px;
	vertical-align: middle;
}
.reason_list{
	max-width: 1014px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.reason_one{
	width: 318px;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px 15px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
}
.reason_ttl{
	font-size: 48px;
	color: #00A1E9;
	line-height: 1.3;
	text-align: center;
}
.reason_img{
	height: 81px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 12px 0 30px;
}
.reason_txt{
	font-size: 20px;
	font-weight: 500;
}
.cta{
	padding-top: 65px;
	background: url(../../../img/lp/cta-back.png) no-repeat center center;
	background-size: cover;
}
.cta_in{
	display: flex;
	justify-content: space-between;
}
.cta_content{
	width: 644px;
	text-align: center;
	margin-right: 40px;
}
.cta_content h2{
	font-size: 36px;
	font-weight: 500;
	color: #044968;
	text-shadow: 0px 0px 2px #fff;
	margin-bottom: 40px;
}
.cta_btns{
	width: 433px;
	padding-top: 30px;
}
.cta_tel_btn{
	display: block;
}
cta_tel_btn:hover{
	opacity: 0.5;
}
.cta_contact_btn{
	display: block;
	margin-top: 20px;
	font-size: 32px;
	font-weight: 500;
	color: #00A1E9;
	padding: 25px 70px;
	text-align: center;
	border: 2px solid #00A1E9;
	background-color: #fff;
	border-radius: 20px;
	transition: all 0.5s ease;
}
.cta_contact_btn:hover{
	background: #00A1E9;
	color: #fff;
	transition: all 0.5s ease;
}
.type{
	position: relative;
	padding: 65px 0;
}
.type:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 335px;
	height: 246px;
	background: url(../../../img/lp/bg-top.png) no-repeat top left;
	background-size: contain;
}
.type:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 335px;
	height: 246px;
	background: url(../../../img/lp/bg-bottom.png) no-repeat bottom right;
	background-size: contain;
}
.type .fixedcontainer{
	position: relative;
	z-index: 1;
}
.type_sec_ttl{
	text-align: center;
	font-size: 48px;
	color: #2296CB;
	line-height: 1.2;
	margin-bottom: 40px;
}
.type_list{
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.type_one{
	width: 448px;
	padding-top: 60px;
	text-align: center;
}
.type_one_in{
	background-color: #EFF9FD;
	padding: 48px 30px 60px 30px;
	position: relative;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.type_a{
	position: absolute;
	left: 50%;
	width: 254px;
	font-size: 48px;
	color: #fff;
	text-align: center;
	margin-left: -127px;
	background-color: #159BD5;
	border: 3px solid #EFEFEF;
	border-radius: 10px;
	top: -60px;
}
.type_b{
	background-color: #2375CB;
}
.type_ttl{
	font-size: 45px;
	font-weight: 500;
	color: #044968;
	margin-bottom: 20px;
}
.type_txt{
	margin-top: 40px;
	text-align: center;
	font-size: 24px;
	padding: 0 20px;
}
.type_sec_subttl{
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin-top: 80px;
}
.step{
	background-color: #EFEFEF;
	padding: 65px 0;
}
.step .fixedcontainer{
	max-width: 1280px;
}
.step_sec_ttl{
	text-align: center;
	font-size: 48px;
	color: #2296CB;
	margin-bottom: 45px;
}
.step_sec_ttl span{
	padding: 10px 50px 15px;
	border-radius: 5px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.step_sec_ttl span:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -26px;
	margin-left: -38px;
	width: 0; 
  height: 0; 
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 26px solid #fff;
}
.step_one{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	padding: 30px;
	margin-bottom: 60px;
}
.step_one:last-child{
	margin-bottom: 0;
}
.step_img{
	width: 46%;
}
.step_content{
	width: 52%;
}
.step_num{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	line-height: 1.2;
	background-color: #2296CB;
	margin-bottom: 16px;
}
.step_content_in{
	padding: 0 20px;
}
.step_ttl{
	font-size: 42px;
	font-weight: bold;
	color: #044968;
	margin-bottom: 20px;
}
.step_txt{
	font-size: 32px;
}
.step_one:nth-child(2n){
	flex-direction: row-reverse;
}
.item{
	background-color: #EFF9FD;
	padding: 65px 0;
}
.item_sec_subttl{
	font-size: 28px;
	text-align: center;
	font-weight: normal;
}
.item_sec_subttl_thanks{
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
.item_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1042px;
	margin: 0 auto;
}
.item_one{
	width: 314px;
	margin: 45px 15px 0 15px;
}
.item_img{
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	position: relative;
}
.item_img span{
	position: absolute;
	font-size: 20px;
	bottom: 10px;
	width: 100%;
	left: 0;
	text-align: center;
}
.item_one:last-child .item_img{
	padding-bottom: 30px;
}
.item_ttl{
	text-align: center;
	margin-top: 10px;
}
.item_ttl span{
	display: inline-block;
	padding: 5px 35px;
	color: #fff;
	background-color: #044968;
	text-align: center;
	border: 2px solid #EFEFEF;
	font-size: 24px;
}
.item_subttl{
	font-size: 32px;
	font-weight: 500;
	color: #2296CB;
	text-align: center;
	margin-top: 50px;
}
.faq_header{
	padding: 65px 0;
	background: url(../../../img/lp/faq-back.png) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.faq_ttl{
	font-size: 54px;
	font-weight: 500;
	color: #044968;
	position: relative;
	margin-bottom: 12px;
}
.faq_ttl:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color: #4c4c4c;
	left: 50%;
	margin-left: -25px;
}
.faq_subttl{
	font-size: 18px;
}
.faq_in{
	background-color: #F1F6F9;
	padding: 65px 0;
	font-size: 26px;
}
.faq_in .fixedcontainer{
	max-width: 1156px;
	margin: 0 auto;
}
.ques{
	padding: 15px 0;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.ques span{
	padding: 10px 30px;
}
.ques span:first-child{
	color: #00A1E9;
	font-weight: bold;
}
.ques span:last-child{
	flex-grow: 1;
	border-left: 1px solid #D2DBDE;
}
.ans{
	padding: 15px 30px 15px 130px;
}
.form{
	padding: 130px 0 75px;
}
.form_ttl{
	font-size: 44px;
	text-align: center;
	color: #044968;
	font-weight: 500;
	margin-bottom: 80px;
}
.form .fixedcontainer{
	max-width: 870px;
	margin: 0 auto;
}
.form_tbl table{
	width: 100%;
	font-size: 13px;
}
.form_tbl th{
	width: 314px;
	padding: 23px 0;
	font-weight: normal;
	text-align: left;
}
.form_tbl th span{
	color: #FF0000;
	margin-right: 20px;
}
.form_tbl td{
	width: 556px;
	padding: 23px 0;
}
.form_tbl td input, .form_tbl td select{
	width: 100%;
	padding: 10px;
	background-color: #EFEFEF;
	border: none;
	outline: none;
}
.privacy{
	margin-top: 24px;
	border: 2px solid #D9D9D9;
	padding: 20px 10px 10px;
}
.privacy_in{
	height: 180px;
	overflow-y: auto;
}
.privacy h2{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 40px;
}
.privacy h3{
	font-size: 12px;
	font-weight: bold;
}
.privacy p{
	font-size: 12px;
}
.agree{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 0;
}
.agree input{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 8px;
}
.verify h3{
	font-size: 14px;
	margin-bottom: 10px;
}
.verify p{
	font-size: 12px;
	margin-bottom: 10px;
}
.verify p a{
	color: #2375CB;
	text-decoration: underline;
}
.submit_btn_wrap{
	text-align: center;
	margin: 50px 0 30px;
}
.submit_btn{
	padding: 10px 40px;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(90deg, #14B6AA 0%, #15A2D7 100%);
	font-size: 20px;
	font-weight: bold;
	border: none;
	outline: none;
}
.submit_btn:hover{
	opacity: 0.8;
}
.login_box{
	margin-top: 65px;
	background-color: #fff;
	padding: 30px 90px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.login_box h2{
	font-size: 44px;
	font-weight: 500;
	color: #044968;
	margin-bottom: 50px;
	text-align: center;
}
.login_tbl{
	width: 100%;
	font-size: 13px;
}
.login_tbl th{
	text-align: left;
	font-weight: normal;
	padding: 14px 0;
}
.login_tbl td{
	width: 460px;
	padding: 14px 0;
}
.login_tbl td input{
	width: 100%;
	padding: 10px;
	background-color: #EFEFEF;
	border: none;
	outline: none;
}
.footer{
	padding: 50px 0 100px;
	background: url(../../../img/lp/footer-back.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	margin-bottom: 139px;
}
.footer_txt{
	font-size: 20px;
	margin-top: 45px;
}
.fixed_bottom{
	width: 100%;
	opacity: 0;
	position: fixed;
	padding: 20px 0;
	left: 0;
	bottom: -100px;
	z-index: 5;
	background: url(../../../img/lp/back.png) no-repeat center center;
	background-size: cover;
	transition: all 0.5s ease;
}
.fixed_bottom.show{
	opacity: 1;
	bottom: 0;
	transition: all 0.5s ease;
}
.fixed_bottom>.fixedcontainer{
	max-width: 1014px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fixed_bottom>.fixedcontainer>div:first-child{
	display: flex;
	align-items: center;
}
.fixed_bottom>.fixedcontainer>div:first-child>a{
	display: block;
	margin-right: 30px;
}

.thanks{
	background-color: #EFF9FD;
	padding: 146px 0;
}

.thanks_sec_ttl{
	text-align: center;
	font-size: 48px;
	color: #2296CB;
	line-height: 1.2;
	margin-bottom: 40px;
}

.thanks_sec_ttl span {
	padding: 0 20px;
}

.footer-thanks {
	margin-bottom: 0;
}