@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

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: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",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*/
/*nav*/
.toggle{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 20px;
	background: #00a5ff;
	cursor: pointer;
	z-index: 999;
}
.toggle span:nth-of-type(2),
.toggle span:nth-of-type(3),
.toggle span:nth-of-type(4){
	display: inline-block;
	transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	left: 0;
	right: 0;
	width: 32px;
	height: 5px;
	margin: auto;
	background-color: #fff;
}
.toggle span:nth-of-type(1) {
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 1rem;
	color: #FFF;
	text-align: center;
}
.toggle span:nth-of-type(2) {
	top: 23px;
}
.toggle span:nth-of-type(3) {
	top: 33px;
}
.toggle span:nth-of-type(4){
	top: 43px;
}
.toggle.active span:nth-of-type(2) {
	transform: translateY(9px) rotate(135deg);
}
.toggle.active span:nth-of-type(3) {
	opacity: 0;
}
.toggle.active span:nth-of-type(4) {
	top: 41px;
	transform: translateY(-9px) rotate(-135deg);
}
body.fixed{
	overflow: hidden;
}
body.fixed .nav_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 99;
}
.nav{
	display: none !important;
	width: 100%;
	max-width: 480px;
	background: #00a5ff;
}
.nav.on{
	position: fixed;
	top: 20px;
	left: 20px;
	display: block !important;
	width: 100%;
	padding: 92px 2px 0;
	-webkit-overflow-scrolling:touch;
	overflow-y: auto;
	z-index: 9;
}
.nav li a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 55px;
	padding-left: 14px;
	font-size: 2rem;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.ie11 .nav li a{
	padding-top: 7px;
}
.nav li:first-child a{
	border-top: 1px solid #00a5ff;
}
.nav li:last-child a{
	color: #333;
	background: linear-gradient(#ffff00, #b4ff17);
	border-bottom: 2px solid #00a5ff;
}
.nav li:last-child a:hover{
	background: linear-gradient(#ffff00, #b4ff17);
	opacity: 0.8;
}
.nav li a span{
	margin-left: 8px;
	font-size: 1.2rem;
}
.nav li a:hover{
	color: #00a5ff;
	background: #fff;
	opacity: 1;
}
.header-logo__outer{
	display: flex;
	align-items: flex-end;
	margin-left: 0;
	margin-right: auto;
}
.header-logo{
	/* -webkit-flex-grow: 2;
	        flex-grow: 2; */
	margin-right: auto;
	margin-left: 1vw;
	width: 270px;
	max-width: 19vw;
}
.header-logo-corporate{
	margin-right: 0;
	margin-left: 0;
	width: 290px;
	max-width: 19vw;
}
.header-logo a,
.header-logo-corporate a,
.header-logo img,
.header-logo-corporate img{
	display: block;
}
.hedaer_tel{
	margin: 7px 18px 0 0;
	max-width: 24vw;
}
.business_hours{
	width: 220px;
	height: 100px;
	padding: 0 20px;
	background: #ccedff;
}
.business_hours > div{
	width: 100%;
}
.business_hours p{
	font-size: 1.4rem;
	color: #00A5FF;
	letter-spacing: 0;
}
.business_hours .flex p{
	font-size: 1.2rem;
}
.business_hours p.fsl{
	font-size: 1.8rem;
	font-weight: bold;
}

/*title_area*/
.title_area{
	position: relative;
	width: 100%;
	height: 240px;
	margin-bottom: 78px;
	background: #ccedff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.title_area:after{
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	width: 80px;
	height: 40px;
	margin: auto;
	background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #ccedff 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #ccedff 50.5%) no-repeat top right/50% 100%;
}
.title_area h2{
	text-align: center;
}
.title_area p{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.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);
}
.ie11 .btn_contact a,
.ie11 .btn_contract a,
.ie11 .btn_more a{
	padding-top: 7px;
}
.btn_pagetop{
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 9999;
}
.btn_pagetop p{
	text-align: right;
}
.acmenu{
	width: 100%;
	padding: 18px 0;
	border-bottom: 2px solid #00a5ff;
}
.acmenu:first-child{
	border-top: 2px solid #00a5ff;
}
.acmenu dt{
	position: relative;
	display:block;
	width: 95%;
	max-width: 980px;
	margin: auto;
	font-size: 2rem;
	font-weight: bold;
	cursor:pointer;
}
.acmenu dt:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 18px;
	margin: auto;
	background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #00a5ff 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #00a5ff 50.5%) no-repeat top right/50% 100%;
}
.acmenu dt span{
	margin-right: 24px;
	color: #00A5FF;
}
.acmenu dt br{
	display: none;
}
.acmenu dd{
	display:none;
	width: 95%;
	max-width: 980px;
	margin: 24px auto 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
.acmenu dd a{
	color: #0064FF;
}
.acmenu dt.active:after{
	background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #00a5ff 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #00a5ff 50.5%) no-repeat top right/50% 100%;
}

.lower_title_area{
	height: 240px;
	background: url(../img/common/bg02.png);
}
.lower_title_area h2{
	text-align: center;
	line-height: 1;
}
.lower_title_area p{
	font-size: 2rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.breadcrumb{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 40px;
	margin-bottom: 80px;
	background: #ccedff;
}
.ie11 .breadcrumb{
	padding-top: 7px;
}
.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: #333;
}
.ie11 .title_mid{
	padding-top: 7px;
}
.title_mid h3{
	width: 95%;
	max-width: 980px;
	font-size: 2rem;
	color: #FFF;
	font-weight: bold;
}

/*footer*/
.footer .footer_top{
	padding: 60px 0;
	background: #CCEDFF;
}
.footer .footer_top .left{
	width: 36%;
}
.footer .footer_top .left p:first-child{
	margin-bottom: 8px;
}
.footer .footer_top .left p{
	font-size: 2rem;
	color: #00A5FF;
	line-height: 1;
	font-weight: bold;
}
.footer .footer_top .left p.fsl{
	font-size: 3.6rem;
}
.footer .footer_top .left + p{
	width: 60%;
	font-size: 1.4rem;
	line-height: 1.8;
}
.footer .footer_top .left .flex{
	margin-bottom: 8px;
}
.footer_nav{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 42px;
	background: #333;
}
.ie11 .footer_nav{
	padding-top: 7px;
}
.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;
}

/******  ev用 共通フローティングボタン  ******/
.ev_about_button span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
	background: red;
	color: white;
	font-weight:700;
	letter-spacing: .2px;
}
div.btn_pagetop.pc .ev_about_button {
	text-align:right;
	margin-top:1.5rem;
	margin-left: auto;
	width: 96px;
	height: 130px;
}
div.btn_pagetop.pc .ev_about_button span {
	font-size:14px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	        writing-mode: vertical-rl;
	border-radius: 16px 0 0 16px;
	box-shadow: 0px 0px 8px #979797;
}

div.btn_bottom.sp .ev_about_button {
	position: absolute;
	top: -128px;
	right: 2.5%;
	width: 50px;
	height: 50px;
}
div.btn_bottom.sp .ev_about_button span {
	text-align: center;
	font-size: 10px;
	border-radius: 4px;
}

/* ------------------------------
    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: 95%;
	}
	.mb60{
		margin-bottom: 5%;
	}

	/*header*/
	/*nav*/
	.toggle{
		width: 50px;
		height: 50px;
		margin: 0 2% 0 0;
		height: 61px;
	}
	.toggle span:nth-of-type(2),
	.toggle span:nth-of-type(3),
	.toggle span:nth-of-type(4){
		width: 22px;
		height: 4px;
	}
	.toggle span:nth-of-type(1) {
		top: 7px;
		top: 13px;
	}
	.toggle span:nth-of-type(2) {
		top: 18px;
		top: 24px;
	}
	.toggle span:nth-of-type(3) {
		top: 27px;
		top: 33px;
	}
	.toggle span:nth-of-type(4){
		top: 35px;
		top: 41px;
	}
	.toggle.active span:nth-of-type(4) {
		top: 36px;
		top: 42px;
	}
	.nav{
		max-width: 100%;
	}
	.nav.on{
		top: 0;
		left: 0;
		padding: 21% 2% 2%;
	}
	.nav li a{
		height: 50px;
		padding-left: 2%;
		font-size: 1.6rem;
	}
	.nav li:nth-child(8) a{
		border-bottom: none;
	}
	.nav li:last-child a{
		border-bottom: 1px solid #00a5ff;
	}
	.header-logo__outer{
		display: block;
		width: 48%;
		margin-left: 2vw;
	}
	.header-logo{
		width: 100%;
		max-width: 100%;
		height: 30px;
		margin-right: 0;
		margin-top: 5px;
	}
	.header-logo-corporate{
		width: 100%;
		max-width: 100%;
		height: 26px;
		margin-right: 0;
		margin-left: 0;

	}
	.header-logo-corporate a,
	.header-logo a{
		width: 100%;
		height: 100%;
	}
	.header-logo-corporate a img,
	.header-logo a img{
		max-width: 100%;
		max-height: 100%;
	}

	.hedaer_tel{
		display: none;
	}
	.business_hours{
		width: 36%;
		min-width: 130px;
		height: 50px;
		padding: 1%;
		height: 61px;
	}
	.business_hours > div{
		width: 100%;
	}
	.business_hours p{
		font-size: 0.8rem;
		text-align: center;
	}
	.business_hours .flex p{
		font-size: 0.8rem;
	}
	.business_hours p.fsl{
		font-size: 1.2rem;
	}

	/*title_area*/
	.title_area{
		height: 68px;
		margin-bottom: 5%;
		border-top: none;
	}
	.title_area:after{
		bottom: -14px;
		width: 28px;
		height: 14px;
	}
	.title_area h2{
		width: 50%;
		margin: auto;
	}
	.title_area p{
		font-size: 1rem;
	}

	.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: 3%;
		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: 9990;
	}
	.btn_bottom .btn_pagetop{
		position: absolute;
		top: -64px;
		right: 2.5%;
		width: 50px;
	}
	.android .btn_bottom .btn_pagetop{
		bottom: 14%;
	}
	.acmenu{
		padding: 2%;
		border-bottom: 1px solid #00a5ff;
	}
	.acmenu:first-child{
		border-top: 1px solid #00a5ff;
	}
	.acmenu dt{
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.acmenu dt:after{
		width: 16px;
		height: 14px;
	}
	.acmenu dt span{
		margin-right: 24px;
		color: #00A5FF;
	}
	.acmenu dt br{
		display: block;
	}
	.acmenu dd{
		width: 100%;
		font-size: 1.4rem;
	}
	.acmenu dt.active{
		margin-bottom: 2%;
	}

	.lower_title_area{
		height: 75px;
	}
	.lower_title_area p{
		font-size: 1rem;
	}

	.breadcrumb{
		height: auto;
		padding: 7px 0;
		margin-bottom: 5%;
	}
	.breadcrumb ul li{
		font-size: 1.2rem;
	}
	.breadcrumb ul li a{
		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.6rem;
	}
	.footer .footer_top .left + p{
		width: 100%;
		font-size: 1.2rem;
	}
	.footer .footer_top .left .flex{
		margin-bottom: 3%;
	}
	.footer_nav{
		height: 50px;
	}
	.footer_nav li a{
		font-size: 1.2rem;
		line-height: 1.1;
	}
	.footer_nav li:first-child a{
		margin-left: 0;
	}
	.footer_bottom{
		padding: 3% 0 40%;
	}
	.footer_logo{
		width: 80%;
		margin: 0 auto 3%;
	}
	.copy{
		font-size: 1rem;
	}
}
@media screen and (min-width: 760px){
	.sp{
		display: none!important;
	}
}
@media screen and (max-width: 380px){
}
@media screen and (max-width: 320px){
}