@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
.font01{font-family: 'M PLUS Rounded 1c', sans-serif !important;}

html,body{
	height: 100%;
}
html{
	font-size: 62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd,table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	color: #333;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
}

a{
	text-decoration: none;
	color: #000;
}
a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section,a,span,img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	width: 100%;
	word-break: break-all;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,p{
	text-align: justify;
	text-justify: distribute;
	line-height: 1.5;
}
p img{
	vertical-align: bottom;
}
img{
	max-width: 100%;
}

.aligncenter{
    display: block;
    margin: 0 auto;
}

.alignright{
	float: right;
}

.alignleft{
	float: left;
}

.wrap{
	width: 95%;
	max-width: 980px;
	margin: auto;
}
.flex{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.flexwrap_wrap{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.aligncontent_spacebetween{
	-webkit-align-content: space-between;
	        align-content: space-between;
}
.justifycontent_center{
	justify-content: center;
}
.justifycontent_flexend{
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
.justifycontent_center{
	-webkit-justify-content: center;
	        justify-content: center;
}
.justifycontent_spacebetween{
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.justifycontent_spacearound{
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}
.alignitems_center{
	-webkit-align-items: center;
	        align-items: center;
}
.alignitems_flexend{
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}
.alignitems_flexstart{
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}
.txt{
	font-size: 1.6rem;
}

.sp{
	display: none;
}
.mb60{
	margin-bottom: 60px;
}

/*header*/

h1{ margin-left: 4%;}
.hedaer_img{
	-webkit-flex-grow: 2;
	        flex-grow: 2;
    padding-left: 20px;
    box-sizing: border-box;
}
.hedaer_tel{
	margin: 1px 18px 0 0;
}
.business_hours{
    width: 32%;
	max-width: 200px;
	height: 100px;
	padding: 0 20px;
	background: #00a5ff;
}
.business_hours > div{
	width: 100%;
}
.business_hours p{
	font-size: 1.4rem;
	color: #FFF;
	letter-spacing: 0;
}
.business_hours .flex p{
	font-size: 1.2rem;
    font-weight: 600;
}
.business_hours p.fsl{
	font-size: 1.8rem;
	font-weight: 600;
}

/*title_area*/
.title_area{
	position: relative;
	width: 100%;
	height: 200px;
	margin-bottom: 78px;
	background: #00a5ff;
}
.title_area div:after{
	content: "";
	position: absolute;
    margin: 0 auto;
	left: 0;
	right: 0;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #FFF;
    border-right: 4px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.title_area h2{
	text-align: center;
    font-size: 4.2rem;
    font-weight: 900;
    color: #FFF;
}
.title_area p{
    color: #FFF;
	font-size: 2.3rem;
	font-weight: 900;
	text-align: center;
}

.cta_box{
    position: relative;
    width: 92%;
    max-width: 652px;
    margin: 0 auto;
}
.cta_box img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.cta_box .btn{
    position: absolute;
    right: 9%;
    bottom: 13%;
    z-index: 5;
    width: 62%;
    max-width: 400px;
}
.cta_box .btn a{
    display: block;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 600;
    padding: 20px 5px;
    border-radius: 12px;
    background: -moz-linear-gradient(top, #ffff01, #b2ff17);
    background: -webkit-linear-gradient(top, #ffff01, #b2ff17);
    background: linear-gradient(to bottom, #ffff01, #b2ff17);
    box-sizing: border-box;
    box-shadow: 1px 3px 3px 0px rgba(0,0,0,.3);
    
}


.blue_box{
	padding: 30px;
	border: 8px solid #00A5FF;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background: #FFF;
}
.blue_box p{
	font-size: 1.6rem;
	line-height: 1.8;
}
.blue_box p.blue_font{
	margin-bottom: 8px;
	font-size: 3rem;
	color: #00A5FF;
	font-weight: bold;
}
.btn_contact a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 170px;
	height: 32px;
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(#ffff00, #b4ff17);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.5);
	        box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.5);
}
.btn_contract a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 170px;
	height: 32px;
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(#ffff00, #b4ff17);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.5);
	        box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.5);
}
.btn_more a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 28em;
	height: 60px;
	padding: 0 35px;
	margin: 20px auto 0;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(#ffff00, #b4ff17);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.5);
	        box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.5);
}

.btn_pagetop{
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 99;
}
.btn_pagetop p{
	text-align: right;
}


.lower_title_area{
	height: 240px;
	background:#00a5ff;
}
.lower_title_area div:after{
	content: "";
	position: absolute;
    margin: 0 auto;
	left: 0;
	right: 0;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #FFF;
    border-right: 4px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lower_title_area h2{
	text-align: center;
	color: #FFF;
    font-weight: 900;
    font-size: 4.2rem;
}
.lower_title_area p{
	font-size: 2.3rem;
	color: #FFF;
	font-weight: 900;
	text-align: center;
}

.breadcrumb{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 40px;
	margin-bottom: 80px;
	background: #ccedff;
}

.breadcrumb ul{
	width: 95%;
	max-width: 980px;
	margin: auto;
}
.breadcrumb ul li{
	font-size: 1.6rem;
	color: #333;
}
.breadcrumb ul li + li{
	position: relative;
}
.breadcrumb ul li + li:before{
	content: ">";
	margin: 0 4px;
}
.breadcrumb ul li a{
	font-size: 1.6rem;
	color: #0064FF;
}

.title_mid{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	height: 60px;
	margin-bottom: 20px;
	background: #FFF;
}

.title_mid h3{
	width: 95%;
	max-width: 980px;
	font-size: 2rem;
	color: #FFF;
	font-weight: bold;
}

/*footer*/
.footer .footer_top{
	padding: 60px 0;
	background: #00a5ff;
}
.footer .footer_top .left{
	width: 31%;
}
.footer .footer_top .left p:first-child{
	margin-bottom: 8px;
}
.footer .footer_top .left p{
	font-size: 2rem;
	color: #FFF;
	line-height: 1;
	font-weight: bold;
}
.footer .footer_top .left p.fsl{
	font-size: 3.6rem;
}
.footer .footer_top .left + p{
	width: 65%;
	font-size: 1.4rem;
	line-height: 1.8;
    color: #FFF;
}
.footer .footer_top .left .flex{
	margin-bottom: 8px;
}
.footer .footer_top .left .flex p:not(.fsl){ margin-bottom: 3px;}
.footer_nav{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: #333;
    padding: 15px 0 18px 0;
    box-sizing: border-box;
}

.footer_nav ul{
	width: 100%;
}
.footer_nav li a{
	position: relative;
	display: block;
	padding-left: 0.8em;
	margin-left: 0.8em;
	font-size: 1.6rem;
	color: #FFF;
}
.footer_nav li a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0.6em;
	height: 1em;
	margin: auto;
	background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #00a5ff 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #00a5ff 50.5%) no-repeat bottom right/100% 50%;
}
.footer_bottom{
	padding: 28px 0 20px;
}
.footer_bottom p{
	text-align: center;
}
.footer_logo{
	margin-bottom: 38px;
}
.copy{
	font-size: 1.2rem;
}


/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.cf{
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf{
	height: 1%;
}
.cf{
	display: block;
}
/* End Hack */

@media screen and (max-width: 760px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	body{
		min-width: inherit;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	p{
		font-size: 1.2rem;
	}
	.wrap{
		width: 92%;
	}
	.mb60{
		margin-bottom: 5%;
	}

	/*header*/
    .header .flex{
        padding: 10px 0;
        box-sizing: border-box;
    }


	h1{
		width: 53%;
		max-width: 270px;
		margin-right: 0;
		-webkit-flex-grow: inherit;
		        flex-grow: inherit;
	}
	h1 a{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		        justify-content: center;
		height: 100%;
	}
	h1 a img{
		max-height: 100%;
		vertical-align: middle;
	}
    .hedaer_img{
        width: 20%;
        max-width: 216px;
        padding-right: 4%;
        box-sizing: border-box;
    }
    .hedaer_img img{
        display: block;
        width: 100%;
        height: auto;
        max-width: 216px;
    }


	.hedaer_tel{
		display: none;
	}
	.business_hours{
		display: none;
	}


	/*title_area*/
	.title_area{
        height: 120px;;
		margin-bottom: 5%;
		border-top: none;
	}
	.title_area:after{
		bottom: -14px;
		width: 28px;
		height: 14px;
	}
	.title_area h2{
		font-size: 2.2rem;
        margin-top: -14px;
	}
	.title_area p{
		font-size: 1.8rem;
	}
.title_area div:after {
        width: 14px;
        height: 14px;
    }

	.blue_box{
		padding: 3%;
		border: 4px solid #00A5FF;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
	}
	.blue_box p{
		font-size: 1.4rem;
	}
	.blue_box p img{
		width: 100%;
	}
	.blue_box p.blue_font{
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	.btn_contact a,
	.btn_contract a{
		height: 50px;
		margin: 3% auto 0;
		font-size: 1.4rem;
	}
	.btn_contact a{
		width: 70%;
	}
	.btn_contract a{
		width: 70%;
	}
	.btn_more a{
		width: 25em;
		height: 50px;
		padding: 0 3%;
		margin: 3% auto 0;
		font-size: 1.4rem;
		max-width: 100%;
	}
	.btn_bottom{
		position: fixed;
		bottom: 0;
		left: 0;
        z-index: 30;
	}
	.btn_bottom .btn_pagetop{
		bottom: 13%;
		right: 2.5%;
		width: 50px;
	}
	.android .btn_bottom .btn_pagetop{
		bottom: 14%;
	}

    .cta{ display: none;}

	.lower_title_area{
		height: 120px;
	}
    .lower_title_area h2{
        width: 100%;
		font-size: 2.2rem;
        margin-top: -14px;
    }
	.lower_title_area p{
		font-size: 1.8rem;
	}
    .lower_title_area div:after {
        width: 14px;
        height: 14px;
    }
    .breadcrumb ul li a,
    .breadcrumb ul li{ font-size: 1.2rem;}

	.title_mid{
		width: 95%;
		height: 30px;
		margin: 0 auto 3%;
	}
	.title_mid h3{
		font-size: 1.4rem;
	}

	/*footer*/
	.footer .footer_top{
		padding: 5% 0;
	}
	.footer .footer_top > .flex{
		display: block;
	}
	.footer .footer_top .left{
		width: 100%;
	}
	.footer .footer_top .left > .flex{
		width: 70%;
		min-width: 240px;
		margin: auto;
	}
	.footer .footer_top .left p:first-child{
		margin-bottom: 3%;
		text-align: center;
	}
	.footer .footer_top .left p{
		font-size: 1.6rem;
	}
	.footer .footer_top .left > .flex p{
		margin-bottom: 0;
		text-align: left;
	}
	.footer .footer_top .left p.fsl{
		font-size: 2.9rem;
	}
	.footer .footer_top .left + p{
		width: 100%;
		font-size: 1.2rem;
	}
	.footer .footer_top .left .flex{
		margin-bottom: 3%;
	}
	.footer_nav{
        padding: 3.5% 0;
	}
	.footer_nav li a{
		font-size: 1.2rem;
		line-height: 1.1;
	}
	.footer_nav li:first-child a{
		margin-left: 0;
	}
	.footer_bottom{
		padding: 5% 0 40%;
	}
	.footer_logo{
		width: 80%;
		margin: 0 auto 3%;
	}
	.copy{
		font-size: 1rem;
	}
}
@media screen and (max-width: 380px){
}
@media screen and (max-width: 320px){
}