@charset "UTF-8";
/****************************************
common
*****************************************/
/*bg_deco*/
.bg_deco01,.bg_deco02,.bg_deco03,.bg_deco04{
	position: absolute;
}
.bg_deco01{
	right: 0;
	top: 0;
}
@media screen and (max-width:768px){
	.bg_deco01{
		width: 120px;
	}
}
.bg_deco02{
	bottom: 0;
	left: 0;
}
@media screen and (max-width:768px){
	.bg_deco02{
		width: 140px;
	}
}
.bg_deco03{
	right: 0;
	top: 0;
}
@media screen and (max-width:768px){
	.bg_deco03{
		width: 300px;
	}
}
.bg_deco04{
	bottom: 0;
	left: 0;
}
@media screen and (max-width:768px){
	.bg_deco04{
		width: 300px;
	}
}
.inner_m{
	position: relative;
	z-index: 2;
}
/*font*/
.mont{
	font-family: "Montserrat", sans-serif;
}
/*sec*/
.sec{
	padding: 120px 0;
	position: relative;
}
@media screen and (max-width:768px){
	.sec{
		padding: 80px 0;
	}
}
.sec_title{
	color: #024793;
	font-size: 48px;
	font-weight: 900;
	position: relative;
	text-align: center;
	z-index: 2;
}
@media screen and (max-width:768px){
	.sec_title{
		font-size: 36px;
	}
}
/****************************************
html,body
*****************************************/
@media screen and (min-width:769px){
	html,body{
		min-width: 1280px;
	}
}
/****************************************
header
*****************************************/
.header{
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
@media screen and (max-width:768px){
	.header{
		padding: 10px;
		position: sticky;
		top: 0;
		z-index: 99;
	}
}
.header_logo img{
	display: block;
	height: 100px;
}
@media screen and (max-width:768px){
	.header_logo img{
		height: 50px;
	}
}
.header_right{
	display: flex;
	gap: 20px;
}
@media screen and (max-width:768px){
	.header_cal{
		display: none;
	}
}
.header_cal img{
	display: block;
	height: 118px;
}
@media screen and (max-width:768px){
	.header_btns{
		display: flex;
		gap: 10px;
	}
}
@media screen and (min-width:769px){
	.header_btns a{
		display: block;
	}
	.header_btns a:first-child{
		margin-bottom: 8px;
	}
}
.header_btns img{
	display: block;
	height: 57px;
}
@media screen and (max-width:768px){
	.header_btns img{
		height: 50px;
	}
}
/****************************************
footer
*****************************************/
.footer{
	padding: 160px 0;
}
@media screen and (max-width:768px){
	.footer{
		padding: 80px 0;
	}
}
.footer_wrap{
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
}
@media screen and (max-width:768px){
	.footer_wrap{
		flex-direction: column;
	}
}
/*left*/
.footer_left{
	align-items: center;
	display: flex;
}
@media screen and (min-width:769px){
	.footer_left{
		flex-basis: 406px;
	}
}
.footer_address{
	font-size: 14px;
	font-weight: 700;
}
.footer_maplink{
	border: 1px solid #024793;
	border-radius: 10px;
	color: #0F2D4E;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}
.footer_cal{
	margin-top: 20px;
}
.footer_btns{
	margin-top: 20px;
}
/*right*/
@media screen and (min-width:769px){
	.footer_right{
		flex-basis: 527px;
	}
}

.footer .copyright{
	font-size: 14px;
	margin-top: 40px;
	text-align: center;
}
/****************************************
fv
*****************************************/
.fv{
	background: url(../img/fv_bg.jpg) no-repeat center center / cover;
	position: relative;
}
@media screen and (max-width:768px){
	.fv{
		background: url(../img/fv_bg_sp.jpg) no-repeat center center / cover;
	}
}
@media screen and (min-width:769px){
	.fv_img{
		margin-left: auto;
		width: 50%;
	}
}
@media screen and (max-width:768px){
	.fv_img{
		margin-top: -20px;
		
	}
}
@media screen and (min-width:769px){
	.fv_cnt_wrap{
		align-items: center;
		display: flex;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.fv_cnt_wrap{
		padding: 20px 20px 0;
	}
}
@media screen and (min-width:769px){
	.fv_cnt_inner{
		margin-left: 10%;
		width: 45%;
	}
}

.fv_title{
	background: #024793;
	border-radius: 10px;
	color: #fff;
	font-size: 2.8vw;
	font-weight: 900;
	line-height: 1;
	padding: 15px 20px;
	text-align: center;
}
@media screen and (max-width:768px){
	.fv_title{
		font-size: 24px;
		line-height: 1.4;
	}
}
.fv_text1{
	font-size: 1.5vw;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width:768px){
	.fv_text1{
		font-size: 16px;
	}
}
.fv_text2{
	color: #1984e2;
	font-size: 1.625vw;
	font-weight: 900;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width:768px){
	.fv_text2{
		font-size: 17px;
		margin-top: 10px;
	}
}
.fv_tabs{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 40px;
}
@media screen and (max-width:768px){
	.fv_tabs{
		margin-top: 20px;
	}
}
.fv_tab{
	background: #fff;
	border-radius: 20px;
	border: 4px solid #B0D5E7;
	box-shadow: 0px 10px 10px 0px rgba(2, 71, 147, 0.1);
	color: #024793;
	font-size: 1.125vw;
	font-weight: 700;
	padding: 10px 0;
	position: relative;
	width: calc( (100% - 30px) / 3 );
	text-align: center;
}
@media screen and (max-width:768px){
	.fv_tab{
		font-size: 14px;
		width: calc( (100% - 10px) / 2 );
	}
}
.fv_tab::after{
	background: url(../img/fv_tab_icon.png) no-repeat center center / contain;
	content: '';
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-50%,-50%);
	width: 30px;
}
/****************************************
intro
*****************************************/
.sec_intro{
	background: url(../img/bg_dot_white.jpg);
}
/*お知らせ*/
.info{
	background: #edf9fb;
	border: 4px solid #B0D5E7;
	border-radius: 40px;
	position: relative;
	padding: 40px;
	z-index: 2;
}
@media screen and (max-width:768px){
	.info{
		padding: 20px;
	}
}
.info_title{
	text-align: center;
}
.info_title span{
	background: #024793;
	border-radius: 99em;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	padding: 10px;
	width: 290px;
}
@media screen and (max-width:768px){
	.info_title span{
		width: 100%;
	}
}
/*悩み*/
.nayami{
	background: #eee;
	border-radius: 40px;
	margin-top: 100px;
	padding: 60px 0;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:768px){
	.nayami{
		margin-top: 40px;
		padding: 40px 20px;
	}
}
.nayami_title{
	font-size: 36px;
	font-weight: 900;
	text-align: center;
}
@media screen and (max-width:768px){
	.nayami_title{
		font-size: 20px;
	}
}
.nayami_title strong{
	color: #1984e2;
	font-weight: 900;
}
.nayami_items{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
	justify-content: center;
	margin: 60px auto 0;
}
@media screen and (min-width:769px){
	.nayami_items{
		width: 75%;
	}
}
@media screen and (max-width:768px){
	.nayami_items{
		gap: 20px 18px;
		margin-top: 40px;
	}
}
.nayami_item{
	background: #fff;
	border-radius: 20px 20px 20px 0;
	box-shadow: 0px 10px 10px 0px rgba(2, 71, 147, 0.1);
	padding: 20px;
	position: relative;
	flex-basis: 211px;
	text-align: center;
}
@media screen and (max-width:768px){
	.nayami_item{
		flex-basis: 139px;
	}
}
.nayami_item::before{
	background: url(../img/nayami_icon.png) no-repeat center center / contain;
	display: block;
	content: '';
	height: 40px;
	left: 0;
	position: absolute;
	top: 10px;
	transform: translateX(-50%);
	width: 40px;
}
@media screen and (max-width:768px){
	.nayami_item::before{
		height: 30px;
		width: 30px;
	}
}
.nayami_item_img{
	height: 80px;
}
.nayami_item_text{
	font-weight: 700;
}
.nayami_item_text strong{
	color: #024793;
}
/****************************************
イチオシ
*****************************************/
.sec_recco{
	background: linear-gradient(to right,  #276ad3 0%,#4ea1ee 100%);
}
.sec_recco .sec_title{
	color: #fff;
}
.recco_items{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 60px;
}
@media screen and (max-width:768px){
	.recco_items{
		margin-top: 40px;
	}
}
.recco_item{
	background: #fff;
	border-radius: 40px;
	display: flex;
	gap: 40px;
	padding: 40px;
}
@media screen and (max-width:768px){
	.recco_item{
		flex-direction: column;
		gap: 20px;
		padding: 40px 20px;
	}
}
@media screen and (min-width:769px){
	.recco_item_img{
		flex-basis: 282px;
	}
}
.recco_item_img img{
	display: block;
}
@media screen and (min-width:769px){
	.recco_item_cnt{
		flex-basis: 557px;
	}
}
.recco_item_cnt_title{
	color: #024793;
	font-size: 24px;
}
@media screen and (max-width:768px){
	.recco_item_cnt_title{
		font-size: 18px;
	}
}
.recco_item_cnt_price{
	border: 1px solid #024793;
	border-radius: 99em;
	color: #024793;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 20px;
	margin-top: 20px;
}
@media screen and (max-width:768px){
	.recco_item_cnt_price{
		font-size: 14px;
		margin-top: 10px;
	}
}
.recco_item_cnt_text{
	margin-top: 40px;
}
@media screen and (max-width:768px){
	.recco_item_cnt_text{
		margin-top: 20px;
	}
}
.title_bonus{
	margin-top: 80px;
}
@media screen and (max-width:768px){
	.title_bonus{
		margin-top: 60px;
	}
}
.bonus_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
@media screen and (max-width:768px){
	.bonus_flex{
		flex-direction: column;
		gap: 10px;
		margin-top: 20px;
	}
}
.bonus_flex div{
	align-items: center;
	display: flex;
	justify-content: center;
}
.bonus_flex_box{
	background: #fff;
	border-radius: 40px;
	color: #1984e2;
	font-size: 30px;
	font-weight: 700;
	padding: 30px 0;
	text-align: center;
}
@media screen and (min-width:769px){
	.bonus_flex_box{
		flex-basis: 400px;
	}
}
@media screen and (max-width:768px){
	.bonus_flex_box{
		font-size: 24px;
		padding: 20px 0;
	}
}
.bonus_flex_text{
	color: #fff;
	font-size: 1.475vw;
	font-weight: 700;
}
@media screen and (min-width:769px){
	.bonus_flex_text{
		flex-basis: 200px;
	}
}
@media screen and (max-width:768px){
	.bonus_flex_text{
		font-size: 24px;
	}
}
.bonus_arrow{
	background: #ffffff;
  height: calc(tan(60deg) * 30px / 2);
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin: 40px auto 0;
}
@media screen and (max-width:768px){
	.bonus_arrow{
		margin-top: 20px;
	}
}
.bonus_box{
	background: #53c6f0;
	border-radius: 40px;
	color: #fff;
	font-weight: 900;
	margin: 40px auto 0;
	max-width: 640px;
	padding: 30px;
	text-align: center;
}
@media screen and (max-width:768px){
	.bonus_box{
		margin-top: 20px;
		padding: 20px 0;
	}
}
.bonus_box .t1{
	font-size: 30px;
}
@media screen and (max-width:768px){
	.bonus_box .t1{
		font-size: 24px;
	}
}
.bonus_box .t2{
	font-size: 42px;
}
@media screen and (max-width:768px){
	.bonus_box .t2{
		font-size: 30px;
	}
}
/****************************************
流れ
*****************************************/
.sec_flow{
	background: url(../img/bg_dot_blue.jpg);
}
.flow_items{
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-top: 60px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:768px){
	.flow_items{
		margin-top: 40px;
	}
}
.flow_item{
	display: flex;
	gap: 40px;
}
@media screen and (max-width:768px){
	.flow_item{
		flex-direction: column;
		gap: 20px;
	}
}
@media screen and (min-width:769px){
	.flow_item_img{
		flex-basis: 312px;
	}
}
.flow_item_img img{
	display: block;
}
.flow_item_cnt{
	position: relative;
}
@media screen and (min-width:769px){
	.flow_item_cnt{
		flex-basis: 608px;
	}
}
@media screen and (max-width:768px){
	.flow_item_cnt{
		padding: 0 20px;
	}
}
.flow_item_cnt_num{
	color: #cce8f5;
	font-size: 120px;
	font-weight: 700;
	position: absolute;
	top: 0;
	transform: translateY(-40%);
}
@media screen and (max-width:768px){
	.flow_item_cnt_num{
		font-size: 50px;
	}
}
.flow_item_cnt_title{
	color: #024793;
	font-size: 30px;
	padding-top: 20px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:768px){
	.flow_item_cnt_title{
		font-size: 24px;
		padding-top: 0;
	}
}
.flow_item_cnt_text{
	margin-top: 20px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:768px){
	.flow_item_cnt_text{
		margin-top: 10px;
	}
}
.flow_box{
	background: #fff;
	border: 4px solid #B0D5E7;
	border-radius: 20px;
	margin: 60px auto 0;
	max-width: 640px;
	padding: 10px;
	position: relative;
	text-align: center;
	z-index: 2;
}
.flow_box_title{
	color: #024793;
	font-size: 24px;
	font-weight: 700;
}
.flow_box_text{
	font-size: 14px;
	margin: 10px;
}
/****************************************
あいさつ
*****************************************/
.sec_msg{
	background: url(../img/bg_line.jpg);
}
.msg_subtitle{
	color: #024793;
	font-size: 24px;
	font-weight: 700;
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width:768px){
	.msg_subtitle{
		font-size: 18px;
	}
}
.msg_cnt_wrap{
	display: flex;
	gap: 50px;
	margin-top: 60px;
}
@media screen and (max-width:768px){
	.msg_cnt_wrap{
		flex-direction: column;
		margin-top: 40px;
	}
}
/*cnt*/
.msg_cnt{
	line-height: 1.7;
}
@media screen and (min-width:769px){
	.msg_cnt{
		flex-basis: 592px;
	}
}
.msg_cnt p + p{
	margin-top: 20px;
}
/*img*/
@media screen and (min-width:769px){
	.msg_img{
		flex-basis: 318px;
	}
}
.msg_img_caption{
	color: #024793;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
}
.msg_img_caption .position{
	font-size: 18px;
}
.msg_img_caption .name{
	font-size: 36px;
}