@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
	background:#FFFFFF;
	color:#222222;
	font-family: 'Noto Sans JP',  "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px;
	line-height:1.4;
}
html .goti,
html .goti form *{
	font-family:  'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form *{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
	width: 100%;
	font-size: 100%;
	text-align: center;
}
.ovfl_wrap{
	overflow:hidden;
}
.sitewrap {
	width: 1200px;
	min-width:1200px;
	overflow:hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ovfl_wrap .sitewrap{
	overflow:visible;
}
@media screen and (max-width:1200px) {
	.sitewrap {
		width: 100%;
		min-width:0;
		padding:0 12px;
	}
}
@media screen and (max-width:767px) {
	html {
		color:#000000;
		font-size:14px;
	}
	.sitewrap {
		padding:0 15px;
	}
}


/* header
-------------------------------------------------------------------*/
header {
	background:#fff;
}
.menu_top {
   	position:relative;
}
.menu_top #site_ttl {
	float:center;
	padding:15px;
	white-space:nowrap;
}
.menu_top #site_ttl a{
	display:inline-block;
	vertical-align:middle;
}
.menu_top #site_ttl a img{
	height:30px;
}
@media screen and (max-width:767px) {
	body {
		padding-top: 40px;
	}
	header .menu_top {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 700;
		background: none;
		padding: 0;
		box-sizing: border-box;
   	 	background:rgba(255,255,255,0.8);
	}
	header .menu_top #site_ttl{
		padding: 5px 5px;
	}
	header .menu_top #site_ttl img{
		max-height:40px;
		width:auto;
	}
}

/* contents
-------------------------------------------------------------------*/

main{
	display: block;
}
.visual_wrap{
	background:#86d6f3;
	background-image:url(../img/bg_dotted.png);
	padding:60px 0;
}
.visual_wrap .mv_box{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	margin-bottom:40px;
}
.visual_wrap .mv_box img{
	max-width:100%;
}
.visual_wrap .mv_box .left{
	width:562px;
}
.visual_wrap .mv_box .right{
	width: 638px;
	z-index:0;
}
.visual_wrap .mv_box .right p{
	font-size:2.25rem;
	font-weight:bold;
	color:#04133d;
	margin-top:80px;
}
.visual_wrap .mv_box .right img{
	position:absolute;
	z-index:1;
	left:calc(50% - 60px);
	top:180px;
	width: 55%;
}
.visual_wrap .link_btns{
	max-width:1100px;
	margin:auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.visual_wrap .link_btns a{
	display:flex;
	justify-content:center;
	align-items:center;
	width: 19.5%;
	min-width:150px;
	min-height:74px;
	text-align:center;
	border:2px solid #fff;
	border-radius:10px;
	background:#fdd23e;
	font-size:1rem;
	font-weight:bold;
	color:#222222;
	transition:transform .4s;
}
.visual_wrap .link_btns a:hover{
	text-decoration:none;
	transform:translateY(5px);
}
.visual_wrap .link_btns a:nth-of-type(even){
	background:#faa746;
}
.visual_wrap .link_btns a span{
	position:relative;
}
.visual_wrap .link_btns a span::before{
	position:absolutea;
	display:inline-block;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 7.5px 0 7.5px;
	border-color: #222222 transparent transparent transparent;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}
.section_box{
	padding:60px 0;
}
.section_box .box_tit{
	position:relative;
	z-index:1;
	width:480px;
	background:#fff;
	border:3px solid #04133d;
	border-radius:30px 30px 0 0;
	padding:30px 20px 10px 50px;
	font-size:2.875rem;
	font-weight:bold;
	color:#04133d;
	line-height:1;
}
.section_box .box_tit::after{
	position:absolute;
	display:inline-block;
	content:"";
	width:100%;
	height:3px;
	background:#fff;
	bottom:-3px;
	left:0;
	z-index:1;
}
.section_box .box_tit span{
	position:relative;
	padding-left:60px;
}
.section_box .box_tit span::before{
	position:absolute;
	display:inline-block;
	content:"";
	width:41px;
	height:65px;
	background:url(../img/icon_phone.png);
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}
.section_box .box{
	position:relative;
	z-index:0;
	background:#fff;
	border:3px solid #04133d;
	border-radius:0 30px 30px 30px;
	margin-top:-3px;
	padding:80px 50px;
}
.section_box.box01,
.section_box.box03,
.section_box.box04{
	background:#daeff5;
}
.section_box.box01 .box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
}
.section_box.box01 .box .item{
	width: 49%;
	overflow:hidden;
	margin-bottom:15px;
	border:1px solid #b4b4b4;
	border-radius:15px;
}
.section_box.box01 .box .item dt{
	background:#80d2f0;
	padding:15px 20px;
	font-size:1.625rem;
	font-weight:bold;
	color:#04133d;
}
.section_box.box01 .box .item dd{
	padding:10px 20px 30px;
}
.section_box.box01 .box .item dd p{
	font-size:1.125rem;
	line-height:1.6;
	letter-spacing:0.05em;
}
.section_box.box01 .box .item dd img{
	display:block;
	margin:20px auto 0;
	max-width:100%;
}
.section_box.box01 .box .item dd .btn{
	display:flex;
	justify-content:center;
	align-items:center;
	width: 211px;
	min-height:74px;
	text-align:center;
	border:2px solid #fff;
	border-radius:10px;
	background:#faa746;
	font-size:1rem;
	font-weight:bold;
	color:#222222;
	transition:transform .4s;
	margin:40px auto 0;
}
.section_box.box01 .box .item dd .btn:hover{
	text-decoration:none;
	transform:translateY(5px);
}
.section_box.box01 .box .item dd .btn span{
	position:relative;
}
.section_box.box01 .box .item dd .btn span::before{
	position:absolutea;
	display:inline-block;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 7.5px 0 7.5px;
	border-color: #222222 transparent transparent transparent;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}
.section_box.box02,
.section_box.box05{
	background-image:url(../img/bg_dotted.png);
}
.section_box.box02 .box{
	padding-top:40px;
}
.section_box.box02 .box .lead,
.section_box.box04 .box .lead{
	font-size:1.375rem;
	font-weight:500;
}
.section_box.box02 .box .detail p b{
	color:#fc8d0b;
}
.section_box.box02 .box .lead b{
	color:#ff0000;
	text-decoration:underline;
	text-underline-offset: 10px;
}
.section_box.box02 .box .sub_tit,
.section_box.box04 .box .sub_tit,
.section_box.box05 .box .sub_tit{
	background:#80d2f0;
	text-align:center;
	margin-top:30px;
	font-size:1.625rem;
	font-weight:bold;
	color:#04133d;
	padding:10px 20px;
	border-radius:50px;
}
.section_box.box02 .box .detail{
	padding-top:20px;
	display:flex;
	justify-content:space-between;
}
.section_box.box02 .box .item{
	margin-bottom:80px;
	width:48%;
}
.section_box.box02 .box .item01{
	position:relative;
}
.section_box.box02 .box .item01::before{
	position:absolute;
	display:inline-block;
	content:"";
	width:1px;
	height:100%;
	background:#cdcdcd;
	top:0;
	right:-4%;
}
.section_box.box02 .box .detail p{
	font-size:1.25rem;
	letter-spacing:0.05em;
	margin-bottom:0.5rem;
}
.section_box.box02 .box .detail img{
	max-width:100%;
}

.section_box.box02 .box .detail .flex_box{
	display:flex;
	justify-content:center;
	align-items:flex-start;
	margin-top:30px;
}
.section_box.box02 .box .detail .flex_box img{
	margin:0 1%;
	width: 245px;
}
.section_box.box02 .box .detail.detail01{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.section_box.box02 .box .detail.detail01 .left{
	width:calc(100% - 270px);
}
.section_box.box02 .box .detail.detail01 p + p{
	margin-top:2.5em;
}
.section_box.box02 .box .detail.detail01 .left img{
	display:block;
	margin-left:auto;
	margin-top:40px;
	margin-right:40px;
}

.section_box.box03 .box{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
.section_box.box03 .box .item{
	text-align:center;
	margin-bottom:80px;
	width:48%;
}
.section_box.box03 .box .item01{
	position:relative;
}
.section_box.box03 .box .item01::before{
	position:absolute;
	display:inline-block;
	content:"";
	width:1px;
	height:100%;
	background:#cdcdcd;
	top:0;
	right:-4%;
}
.section_box.box03 .box .item .txt_indent{
	text-align:left;
	margin-bottom:55px;
}

.section_box.box03 .box .item p{
	font-size:1.25rem;
	line-height:1.6;
	letter-spacing:0.05em;
}
.section_box.box03 .box .item03{
	width:100%;
}
.section_box.box03 .box .item03 img{
	margin:auto;
	max-width: 100%;
}
.section_box.box04 .box ul,
.section_box.box05 .box ul{
	margin-top:20px;
}
.section_box.box04 .box ul li,
.section_box.box05 .box ul li{
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size:1.125rem;
	font-weight:500;
	line-height:1.6;
}
.section_box.box04 .box ul li span,
.section_box.box05 .box ul li span{
	position:relative;
	padding-left:1.5em;
}
.section_box.box04 .box ul li span::before,
.section_box.box05 .box ul li span::before{
	position:absolute;
	display:inline-block;
	content:"";
	width:12px;
	height:12px;
	background:#2e70c3;
	border-radius:50%;
	top:0.45em;
	left:0;
}
.sec04_p{
	font-size: 1.25rem;
    line-height: 1.6;
	margin-bottom: 95px;
}
.section_box.box04 .box .detail{
	margin-top:20px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.section_box.box04 .box .item{
	margin-bottom:60px;
	width:48%;
}
.section_box.box04 .box p b {
    color: #fc8d0b;
}
.section_box.box04 .box .item01{
	position:relative;
}
.section_box.box04 .box .item01::before{
	position:absolute;
	display:inline-block;
	content:"";
	width:1px;
	height:123%;
	background:#cdcdcd;
	top:0;
	right:-4%;
}
.section_box.box04 .box .item02::before{
	position:absolute;
	display:inline-block;
	content:"";
	width:1px;
	height:123%;
	background:#cdcdcd;
	top:0;
	right:-4%;
}
.section_box.box04 .box .detail .item p{
	font-size:1.25rem;
	line-height:1.6;
	margin-bottom:30px;
}
.section_box.box04 .box .detail .item .img_box{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.section_box.box04 .box .detail .item .img_box img{
	max-width:100%;
	width: 49%;
}
.section_box.box05 .box .sub_tit{
	margin-top:0;
}
.section_box.box05 .box ul{
	margin-bottom:80px;
}
.section_box.box05 .box ul li{
	margin-bottom:0.5em;
}
.regulations {
	background:#86d6f3;
	color:#fff;
	padding:60px 0 40px;
}
.regulations .regulations_tit{
	text-align:center;
	font-size:2.5rem;
	font-weight:bold;
	margin-bottom:30px;
}
.regulations p{
	text-align:center;
	font-size:1.125rem;
	margin-bottom:10px;
}
.regulations .box_link{
	display:flex;
	max-width:1000px;
	margin:auto;
}
.regulations .box_link .common_btn{
	width:33%;
}
.contact {
	background:#bedffe;
	padding:20px 0;
}
.contact .sitewrap{
	text-align:center;
	color:#0b196a;
}
.contact img{
	max-width:100%;
}
.contact span.icon {
    vertical-align: top;
    display: inline-block;
    width: 60px;
    margin-right: 20px
}
.contact .isText {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.contact .isText strong {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 20px;
    display: block;
}
.contact span.eb {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: .1em;
    display: block;
}
.contact span.tel {
    font-size: 45px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: .1em;
    display: block;
}
.contact span.tel::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 38px;
    background: url(../img/freecall.svg) no-repeat center top;
    background-size: 100% auto;
    margin-right: 12px;
}
.contact .time {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    display: block;
}
.contact .time span:first-child {
    margin-right: 1em;
}
@media screen and (max-width:767px) {
	.visual_wrap{
		padding:30px 0;
		background-size:15px;
	}
	.visual_wrap .mv_box{
		display:block;
		margin-bottom:20px;
		padding-bottom:40%;
	}
	.visual_wrap .mv_box .left,
	.visual_wrap .mv_box .right{
		width: 100%;
	}
	.visual_wrap .mv_box .right p{
		position:absolute;
		font-size:1.375rem;
		margin-top:0;
		top:10px;
		left:0;
		right:0;
		text-align:center;
	}
	.visual_wrap .mv_box .right img{
		left:0;
		right:0;
		top:auto;
		bottom:0;
		width: 100%;
	}
	.visual_wrap .link_btns{
		max-width:100%;
		justify-content:space-around;
	}
	.visual_wrap .link_btns a{
		width: 48%;
		min-width:0;
		min-height:40px;
		border-radius:6px;
		margin-bottom:5px;
		font-size:0.875rem;
	}
	.visual_wrap .link_btns a:nth-of-type(even){
		background:#fdd23e;
	}
	.visual_wrap .link_btns a:nth-of-type(3n - 2){
		background:#faa746;
	}
	.visual_wrap .link_btns a span::before{
		border-width: 9px 5.5px 0 5.5px;
	}
	.section_box{
		padding:30px 0;
	}
	.section_box .box_tit{
		width:260px;
		border-width:2px;
		border-radius:15px 15px 0 0;
		padding:10px 10px 5px;
		font-size:2rem;
	}
	.section_box .box_tit::after{
		height:2px;
		bottom:-2px;
	}
	.section_box .box_tit span{
		padding-left: 30px;
	}
	.section_box .box_tit span::before{
		width:22px;
		height:34px;
		background-size:cover;
	}
	.section_box .box{
		border-width:2px;
		border-radius:0 15px 15px 15px;
		margin-top:-2px;
		padding:30px 10px;
	}
	.section_box.box01 .box .item{
		width: 100%;
		border-radius:10px;
	}
	.section_box.box01 .box .item dt{
		padding:10px 15px;
		font-size:1.5rem;
	}
	.section_box.box01 .box .item dd{
		padding:10px 10px 15px;
	}
	.section_box.box01 .box .item dd p{
		font-size:1rem;
		line-height:1.4;
	}
	.section_box.box01 .box .item dd img{
		margin:10px auto 0;
	}
	.section_box.box01 .box .item dd .btn{
		width: 160px;
		min-width:0;
		min-height:50px;
		border-radius:6px;
		margin-bottom:5px;
		font-size:0.875rem;
		margin-top:10px;
	}
	.section_box.box01 .box .item dd .btn span::before{
		border-width: 9px 5.5px 0 5.5px;
	}
	.section_box.box02,
	.section_box.box05{
		background-size:15px;
	}
	.section_box.box02 .box{
		padding-top:20px;
	}
	.section_box.box02 .box .lead,
	.section_box.box04 .box .lead{
		font-size:1.125rem;
	}
	.section_box.box02 .box .sub_tit,
	.section_box.box04 .box .sub_tit,
	.section_box.box05 .box .sub_tit{
		margin-top:20px;
		font-size:1.375rem;
		font-weight:bold;
		padding:5px 20px;
	}
	.section_box.box02 .box .detail{
		margin-top:10px;
		display: block;
	}
	.section_box.box02 .box .item{
		width:100%;
		margin-bottom: 30px;
	}
	.section_box.box02 .box .item01::before{
		left:0;
		right:0;
		top:auto;
		bottom: -15px;
		margin:auto;
		width:100%;
		height:1px;
	}
	.section_box.box02 .box .detail p{
		font-size:1rem;
	}
	.section_box.box02 .box .lead b{
		text-underline-offset: 5px;
	}
	.section_box.box02 .box .detail .flex_box{
		flex-wrap:wrap;
		margin-top:10px;
	}
	.section_box.box02 .box .detail .flex_box img{
		width: 48%;
		margin-bottom:10px;
	}
	.section_box.box02 .box .detail.detail01 .left{
		width:60%;
	}
	.section_box.box02 .box .detail.detail01 p + p{
		margin-top:1em;
	}
	.section_box.box02 .box .detail.detail01 .left img{
		margin-top:10px;
		margin-right:auto;
		margin-left:0;
		width:120px;
	}
	.section_box.box02 .box .detail.detail01 .right{
		width:38%;
	}
	.section_box.box03 .box .item{
		margin-bottom:10px;
		width:100%;
	}
	.section_box.box03 .box .item p{
		font-size: 1rem;
		line-height:1.4;
		width:100%;
	}
	.section_box.box03 .box .item .txt_indent {
        margin-bottom: 25px;
    }
	.section_box.box03 .box .item img{
		width:38%;
	}
	.section_box.box03 .box .item03{
		margin-top:20px;
	}
	.section_box.box04 .box ul,
	.section_box.box05 .box ul{
		margin-top:10px;
	}
	.section_box.box04 .box ul li,
	.section_box.box05 .box ul li{
		text-indent: -1em;
		padding-left: 1em;
		font-size:1rem;
		line-height:1.4;
	}
	.section_box.box04 .box ul li span,
	.section_box.box05 .box ul li span{
		padding-left:1em;
	}
	.section_box.box04 .box ul li span::before,
	.section_box.box05 .box ul li span::before{
		width:8px;
		height:8px;
	}
	.section_box.box04 .box .detail{
		flex-wrap:wrap;
		margin-top: 0;
	}
	.section_box.box04 .box .item{
		width:100%;
		margin-bottom: 30px;
	}
	.section_box.box04 .box .item01::before{
		left:0;
		right:0;
		top:auto;
		bottom: -30px;
		margin:auto;
		width:100%;
		height:1px;
	}
	.section_box.box04 .box .item02::before{
		/*left:0;
		right:0;
		top:auto;
		bottom: 510px;
		margin:auto;
		width:95%;
		height:1px;*/
		display:none;
	}
	.sec04_p{
		margin-bottom: 10px;
    }
	.section_box.box04 .box .detail .item{
		width:100%;
		margin-top: 20px;
	}
	.section_box.box04 .box .detail .item p{
		font-size: 1.125rem;
		margin-bottom:10px;
	}
	.section_box.box05 .box .sub_tit{
		margin-top:0;
	}
	.section_box.box05 .box ul{
		margin-bottom:30px;
	}
	.section_box.box05 .box ul li{
		margin-bottom:0.5em;
	}
	.regulations {
		padding:30px 0 20px;
	}
	.regulations .regulations_tit{
		font-size:2rem;
		margin-bottom:10px;
	}
	.regulations p{
		text-align:left;
		font-size:1rem;
	}
	.regulations .box_link{
		display:block;
	}
	.regulations .box_link .common_btn{
		width:100%;
	}
	.contact span.icon {
        display: block;
        margin: 0 auto 15px;
		width:25%;
	}
	.contact .isText {
	    display: block;
    text-align: center;
	}
	.contact .isText strong {
	    font-size: 18px;
	    margin-bottom: 5px;
	}
	.contact span.eb {
	    font-size: 18px;
	    letter-spacing: .2em;
	}
	.contact span.tel {
	    font-size: 30px;
	}
	.contact span.tel::before {
	    width: 33px;
	    height: 26px;
	    margin-right: 8px;
	}
	.contact .time {
	    font-size: 15px;
	    line-height: 1.6em;
	}
	.contact .time span{
		display:block;
	}
	.contact .time span:first-child {
	    margin-right: 0;
	}
}


/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5%;
	width: 70px;
	z-index: 500;
}
footer {
    border-top: 1px #ccc solid;
    background: #fff;
    padding: 30px 0 20px
}
footer .footerInner {
    text-align: center;
    margin: 0 auto;
    max-width: 1150px;
    min-width: 1000px;
    padding: 0 20px
}
footer .footerInner .logo {
    width: 160px;
    margin: 0 auto 20px
}
footer .footerInner .logo img{
	max-width:100%;
}
footer .footerInner p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 1em;
    color: #000
}
footer .footerInner small {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.6em;
    color: #000
}
@media screen and (max-width:767px) {
	#pageTop {
	    width: 49px;
		right:10px;
		bottom:10px;
	}
	footer {
        padding: 20px 0 15px
    }
	footer .footerInner {
        max-width: auto;
        min-width: auto;
        padding: 0 15px
    }
	footer .logo {
        width: 140px;
        margin: 0 auto 15px
    }
	footer .footerInner p {
        font-size: 13px
    }
	footer .footerInner small {
        margin-top: 0;
        font-size: 10px
    }
}