@charset "utf-8";
/* CSS Document スマートフォン版 全共通css*/
@media screen and (max-width: 768px) {
	/*SP非表示*/
	.sp {
		display: block !important;
	}
	/*/PC非表示*/
	.pc {
		display: none !important;
	}
	/* リセット */
	html {
		scroll-padding-top: 0; /* ヘッダー固定アンカー調整 */
	}
	body {
		-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
		width: 100vw;
		min-width: auto;
	font-size: 1.25rem;
	}
	.photo_right {
		float: right;
		margin-left: 15px;
	}
	.photo_left {
		float: left;
		margin-right: 15px;
	}
	/* 画像リンク */ /*スマホ動作なし*/
	a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	* img {
		max-width: 100%;
		height: auto;
	}
	/* 基本レイアウト */
	#wrapper {
		width: 100vw;
	}
	#contents {
		width: 100vw;
		margin: 0;
	}
header {
	display: none;
}
	/* 以上基本レイアウト */
/*ヘッダー*/
/*/ヘッダー*/

	/*グローバルナビ*/
#menubtn {
	position: fixed;
	right: 5px;
	top:5px;
	width: 40px;
	height: 40px;
	border: solid 2px #e6e6e6;
	background-color: #fff;
	cursor:pointer;
	z-index: 1000;
}
#menubtn span {
	position:absolute;
	left:calc(50% - 13px);
	width: 26px;
	height: 4px;
	background-color: #006ab7;
	display: inline-block;
	transition: all .4s;
}
#menubtn span:nth-of-type(1) {
	top:calc(50% - 10px);
}
#menubtn span:nth-of-type(2) {
	top:calc(50% + 8px);
}
#menubtn span:nth-of-type(3) {
	top:calc(50% - 1px);
}
#menubtn.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);
	transform: translateY(9px) rotate(-315deg);
}
#menubtn.active span:nth-of-type(2) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}
#menubtn.active span:nth-of-type(3) {
	display: none;
}
#menubtn.active {
	background-color: transparent;
}
#menubtn.active span {
	background-color: #fff;
}

	#gnav {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		padding: 30px 0 20px 0;
		background-color: #006ab7;
		z-index: 999;
		overflow: auto;
	}
	#gnav .inside {
		padding: 0 25px;
	}
#gnav .tit {
	text-align: center;
}
#gnav .tit img {
	width: 100%;
	height: auto;
}
#gnav ul {
	width: 80%;
	height: auto;
	margin: 0 auto 20px auto;
	background-color: #FFF;
	border-radius: 5px;
	font-weight: 700;
}
#gnav ul li {
	list-style: none;
	height: 33px;
	margin: 0 20px;
	border-bottom: solid 1px #4d4d4d;
}
#gnav ul li:last-child {
	border-bottom: none;
}
#gnav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 33px;
	padding: 0 10px;
	text-decoration: none;
	font-size: 1.25rem;
}
#gnav ul li a::after {
	position: absolute;
	right: 10px;
	top: 11px;
	content: "";
	width: 7px;
	height: 11px;
	background-image: url("../images/btn_arrow02.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#gnav .tit {
	height: auto;
	padding: 5px 0;
	font-size: 1.75rem;
	text-align: center;
	color: #fff;
}
#gnav .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	background-color: #fff;
}
#gnav .logo img {
	width: auto;
	height: 22.5px;
}
	/*/グローバルナビ*/
	/* pagetop */
#gototop {
	right: 10px;
	bottom: 10px;
}
#gototop a {
	width: 40px;
	height: 40px;
	font-size: 2.0rem;
}
#gototop a:hover {
	opacity: 1;
}
/*フッター*/
.contact_area {
	padding: 25px 0;
}
.contact_area .inside {
	width: 100%;
	padding: 0 10px;
	text-align: center;
	margin-left: 0;
}

body > footer .info {
	display: block;
	width: 100vw;
	padding: 25px 10px;
	text-align: center;
}
body > footer .info .logo {
  margin-right: 0;
}
body > footer .info .logo img {
  width: 170px;
}
body > footer .info .txt {
  font-size: 1.25rem;
}
body > footer .copy {
  padding: 10px 0;
  color: #fff;
  font-size: 1.1rem;
}
body > footer .copy p {
	width: auto;
	margin: 0 0;
	text-align: center;
}
/*/フッター*/

	.sp_btn_area {
		position: fixed;
		right: 10px;
		bottom: 60px;
		display: block;
	}
	.sp_btn {
		display: flex;
		justify-content: center;
		align-items: center;
	width: 60px;
		height: 60px;
		margin-bottom: 5px;
		border-radius: 100%;
		color: #fff;
		font-size: 1.25rem;
		line-height: 1.4;
		text-align: center;
		text-decoration: none;
	}
	.sp_btn.apply {
		background-color: #eb5c01;
	}
	.sp_btn.contact {
		background-color: #00853c;
	}
		.sp_btn:after {
		display: flex;
		justify-content: center;
		align-items: center;
	width: 60px;
		height: 60px;
		margin-bottom: 5px;
		border-radius: 100%;
		color: #fff;
		font-size: 1.25rem;
		line-height: 1.4;
		text-align: center;
		text-decoration: none;
	}

}