@charset "UTF-8";
/* CSS Document */

html{
	overflow-y:scroll;
}

body{
	font-family:'Hiragino Kaku Gothic ProN','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	background-image:url("../img/common/back.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-text-size-adjust : 100%;
}
img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

/* ************************************************************
コンテンツ
************************************************************ */
div#wrapper {position:relative}

@media screen and (max-width: 768px) {
	.mobile_hidden{overflow:hidden;width:100%;}
}


/* ************************************************************
クリアフィックス
************************************************************ */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear{clear:both;}


/* ************************************************************
リンクの基本装飾
************************************************************ */
a{
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	opacity: 0.6;
}

/* ************************************************************
レスポンシブ画像切り替え
************************************************************ */
.mb{display:none;}
@media screen and (max-width: 768px) {
	.mb{display:block;}
	.pc{display:none;}
}

/* ************************************************************
子ページ　メインビジュアル
************************************************************ */
#subvisual .subvisualpc{
	width: 100%;
	margin: 0 auto;
}
#subvisual .subvisualpc img{
	width: 100%;
}
#subvisual .subvisualmb{
	display: none;
}

@media screen and (max-width: 768px) {
	#subvisual .subvisualpc{display: none;}
	#subvisual .subvisualmb{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#subvisual .subvisualmb img{width: 100%;}
}

/* ************************************************************
ブロック5部分 コンタクト
************************************************************ */
#contact-btnArea{
	width: 100%;
	margin: 0 auto;
}
#contact-btnArea div{
	width: 700px;
	margin: 0 auto;
	padding: 200px 2% 100px;
}
#contact-btnArea .contactline_pc{
	width: 370px;
	margin: 0 auto;
	padding-bottom: 200px;
}
#contact-btnArea .contactline_mb{
	display: none;
}

@media screen and (max-width: 768px) {
	#contact-btnArea div{
		width: 90%;
		margin: 0 auto;
		padding: 18% 2% 7%;
	}
	#contact-btnArea .contactline_pc{display: none;}
	#contact-btnArea .contactline_mb{
		display: block;
		width: 70%;
		margin: 0 auto;
		padding-bottom: 18%;
	}
	@media screen and (max-width: 480px) {
		#contact-btnArea div{width: 100%;}
	}
}



/* ************************************************************
goupボタン
************************************************************ */
#goup{
	width: 70px;
	aspect-ratio: 1;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}

@media screen and (max-width: 768px) {
	#goup{
		width: 50px;
		right: 10px;
		bottom: 60px;
	}
	@media screen and (max-width: 480px) {
		#goup{width: 30px;}
	}
}


/* ************************************************************
ヘッダー
************************************************************ */
.headerlogo{
	display: block;
	max-width: 254px;
	width: 20%;
	position: fixed;
	inset: 0 auto auto 0;
	z-index: 100;
}
.line-pc{
	width: 120px;
	position: fixed;
	bottom: 10px;
	left: 0;
	z-index: 100;
}
.line-mb {
	display: none;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	max-width: 600px;
	width: 90%;
	padding: 1.3em 1em 1.1em;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	background-color: #06607b;
	color: #feefd4;
	border-radius: 20px 20px 0 0;
	z-index: 100;
}

@media screen and (max-width: 768px) {
	.headerlogo{width: 25%;}
	.line-pc{display: none;}
	.line-mb{display: block;}

	@media screen and (max-width: 480px) {
		.line-mb{font-size: 14px;}
	}	
}



/* ************************************************************
ドロワー
************************************************************ */
.burger{
	max-width: 100px;
	width: 14%;
	aspect-ratio: 8 / 7;
	background-color: #06607b;
	position: fixed;
	inset: 0 0 auto auto;
	cursor： pointer;
	transition: .3s;
	z-index: 999;
}
.burger:before{
	content: '';
	display: block;
	width: 80%;
	height: 80%;
	border: 2px solid #fff;
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	transform-origin: left;
}
.burger:hover{
	opacity: .6;
}
.burger > span{
	width: 30%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	transition: .3s;
}
.burger > span:nth-child(1){top: calc(35% - 1px);}
.burger > span:nth-child(2){top: calc(50% - 1px);}
.burger > span:nth-child(3){top: calc(65% - 1px);}
.burger.active > span:nth-child(1){width: 35%;transform: translate(-50%, -50%) rotate(45deg);inset: 50% auto auto 50%;}
.burger.active > span:nth-child(2){width: 0; opacity: 0;}
.burger.active > span:nth-child(3){width: 35%;transform: translate(-50%, -50%) rotate(-45deg);inset: 50% auto auto 50%;}

.menu{
	display: block;
	z-index: 5;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	width: 72%;
	max-width: 390px;
	height: 100vh;
	padding: 1em;
	position: fixed;
	top: 0;
	right: -100%;
	transition: .3s;
	background-color: #06607b;
	overflow: auto;
}
.menu.active{
	right: 0;
}
.menu ul li{
	width: 100%;
	border-top: 1px solid #fff;
	padding: 1em;
}
.menu ul li:first-child{
	border-top: none;
}
.menu ul li a{
	width: 100%;
	display: block;
	text-align: center;
	padding: 2em 0;
}
.menu ul li a:hover{
	opacity: 1;
	background-color: #00526A;
}


@media screen and (max-width: 768px) {
	.menu{font-size: 12px;}
}

/* ************************************************************
フッター
************************************************************ */
#footer > div{
	width:100%;
	margin: 0 auto;
	background-color: #06607b;
}
#footer .logo{
	width:160px;
	margin: 0 auto;
	padding: 5% 0 1%;
}
#footer .footeraccess{
	width:100%;
	margin: 0 auto;
	padding: 0 2% 2%;
	color: #FEEFD4;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
#footer ul{
	width:130px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
#footer li{
	width:18%;
}
#footer .copyright{
	width:100%;
	margin: 0 auto;
	padding: 5% 0 10px;
	color: #feefd4;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	#footer .logo{
		margin: 0 auto;
		padding: 10% 0 2%;
	}
	#footer .copyright{
		width:100%;
		margin: 0 auto;
		padding: 10% 0 60px;
		color: #feefd4;
		letter-spacing: 0.1em;
	}
}