@charset "utf-8";

/* CSSリセット
  ############################################################################################# */

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form {
	font-size: inherit;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}
th, td {
	text-align: left;
	vertical-align: top;
}
li {
	list-style: none;
}
img {
	vertical-align: top;
}

/* 共通設定
  ############################################################################################# */

body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	line-height: 32.5px;
	-webkit-text-size-adjust: 100%;
}
.serif {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media all and (-ms-high-contrast:none) {
	/*body {
		font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	}
	.serif {
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}*/
}

a {
	color: #000;
	text-decoration: none;
}
a[href^="tel:"] {
	pointer-events: none;
}
img {
	max-width: 100%;
}
img[src$="_sp.jpg"],
img[src$="_sp.png"] {
	display: none;
}

#wrap {
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.hov {
	transition: opacity .3s;
}
.hov:hover {
	opacity: .8;
}
.indent {
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}
.sp {
	display: none;
}
.text-shadow {
	text-shadow: 0 0 1px #fff,  0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff;
}
.white {
	color: #fff;
}
.white.text-shadow {
	text-shadow: 0 0 1px #000,  0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000;
}
.wrap {
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (max-width:640px) {
	body {
		font-size: 14px;
		line-height: 2;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	img[src$="_sp.jpg"],
	img[src$="_sp.png"] {
		display: inline-block;
	}
	img[src$="_sp.jpg"] + img,
	img[src$="_sp.png"] + img {
		display: none;
	}
	
	.pc {
		display: none;
	}
	br.sp {
		display: inline;
	}
	.wrap {
		width: auto;
		margin-right: auto;
		margin-left: auto;
		padding-left: calc(100vw * 30 / 640);
		padding-right:  calc(100vw * 30 / 640);
	}
}

/* header
  ############################################################################################# */

#header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
}
#header .wrap {
	padding-top: 24px;
	position: relative;
}
#header .siteTitle {
	width: 189px;
}

@media only screen and (max-width:640px) {
	#header {
		height: 60px;
	}
	#header .wrap {
		padding: 10px;
	}
	#header .siteTitle {
		width: auto;
		position: relative;
		z-index: +1;
	}
	#header .siteTitle img {
		width: auto;
		height: 40px;
	}
}

/* bt-gNav
   ========================================================================== */

#bt-gNav,
label[for="bt-gNav"] {
	display: none;
}
@media only screen and (max-width:640px) {
	#bt-gNav {
		display: inline-block;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	label[for="bt-gNav"] {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: +1;
		transition: transform .2s;
	}
	label[for="bt-gNav"]::before,
	label[for="bt-gNav"]::after,
	label[for="bt-gNav"] span {
		display: block;
		width: 30px;
		height: 4px;
		position: absolute;
		top: 50%;
		left: 50%;
		background: #000;
		transition: .2s;
	}
	label[for="bt-gNav"]::before,
	label[for="bt-gNav"]::after {
		content: '';
		transition-property: transform;
	}
	label[for="bt-gNav"]::before {
		transform: translate(-50%, -12px);
	}
	label[for="bt-gNav"]::after {
		transform: translate(-50%, 8px);
	}
	#bt-gNav:checked ~ #header label[for="bt-gNav"] {
		transform: rotate(180deg);
	}
	#bt-gNav:checked ~ #header label[for="bt-gNav"]::before {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	#bt-gNav:checked ~ #header label[for="bt-gNav"]::after {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	label[for="bt-gNav"] span {
		transform: translate(-50%, -50%);
		transition-property: opacity;
	}
	#bt-gNav:checked ~ #header label[for="bt-gNav"] span {
		opacity: 0;
	}
}

/* gNav
   ========================================================================== */

#gNav {
	position: absolute;
	top: 24px;
	right: 10px;
	font-size: 14px;
	line-height: 1;
}
#gNav ul {
	display: flex;
}
#gNav li:nth-child(2) {
	margin: 0 0 0 65px;
}
#gNav li:nth-child(3) {
	margin: 0 0 0 55px;
}
#gNav li:nth-child(4) {
	margin: 0 0 0 45px;
}
#gNav li:nth-child(5) {
	margin: 0 0 0 35px;
}

#gNav a {
	display: block;
	margin: 9px 0 0;
	border-bottom: 1px solid transparent;
	padding: 10px 0;
	transition: .3s;
}
#gNav a:hover,
#gNav a.active {
	border-bottom-color: #4c4c4c;
}
#gNav a.active {
	pointer-events: none;
}
#gNav a.recruit {
	box-sizing: border-box;
	width: 180px;
	margin: 0;
	margin-left: 25px;
	border: 1px solid #d76c31;
	padding: 18px 0 18px 25px;
	background: #d76c31 url("../imgs/ico-recruit.png") 40px 50% / 16px no-repeat;
	color: #fff;
	text-align: center;
	margin-left: 30px;
}
@media only screen and (max-width:640px) {
	#gNav {
		width: 100%;
		top: 0;
		right: 0;
		background: #fff;
		transform: translateY(-100%);
		transition: .5s;
	}
	#bt-gNav:checked ~ #header #gNav {
		top: 100%;
		transform: translateY(0);
	}
	#gNav ul {
		display: block;
	}
	#gNav li:nth-child(2),
	#gNav li:nth-child(3),
	#gNav li:nth-child(4) {
		margin: 0;
	}
	#gNav a {
		display: block;
		margin: 0;
		border-bottom: none;
		padding: 18px 0;
		transition: .3s;
		text-align: center;
	}
	#gNav a.recruit {
		width: auto;
		border: none;
		padding: 18px 0;
		background-position: calc(50% - 3em) 50%;
	}
}

/* main
  ############################################################################################# */

#main {
	padding: 100px 0 0;
}
#main article {
	background: url("../imgs/bg-01.jpg") 50% 0 / 1440px auto repeat-y;
}
.pageTitle {
	position: relative;
	max-width: 1440px;
	height: 240px;
	margin: 0 auto;
	background: 50% 0 / auto 100% no-repeat;
}
.pageTitle .title {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.title01 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
}
.title02 {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
}
.title03 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
}
.title03::after {
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	margin: 25px 0 0;
	background: #000;
}
@media only screen and (max-width:640px) {
	#main {
		padding: 60px 0 0;
	}
	.title01 {
		font-size: 24px;
	}
	.title02 {
		font-size: 18px;
		line-height: 1.5;
	}
	.title03 {
		font-size: 18px;
		line-height: 1;
	}
	.title03::after {
		width: 20px;
		margin: 10px 0 0;
	}
}

/* 
   ========================================================================== */

@media only screen and (max-width:640px) {
}


/* footer
  ############################################################################################# */

#footer {
	border-top: 1px solid #d2d2d2;
	padding: 75px 0 20px;
}
#footer .wrap {
	display: flex;
	width: 1100px;
	align-items: flex-end;
	/* justify-content: space-between; */
}
#footer .col {
	/* width: 550px; */
	width: 350px;
}
#footer .logo {
	/* width: 322px; */
	width: 322px;
}
#footer .data {
	margin: 25px 0 0;
	font-size: 13px;
	line-height: 21px;
}
#footer .fNav ul {
	display: flex;
	font-size: 12px;
	line-height: 1;
	justify-content: flex-end;
}
#footer .fNav li + li {
	margin: 0 15px 0 15px;
	/* margin: 0 0 0 45px; */
}
#footer .fNav a {
	display: block;
	border-bottom: 1px solid transparent;
	padding: 12px 0;
	transition: .3s;
}
#footer .fNav a:hover,
#footer .fNav a.active {
	border-bottom-color: #808080;
}
#footer a.active {
	pointer-events: none;
}
#footer .copyright {
	margin: 20px 0 0;
	font-size: 10px;
	line-height: 1;
	text-align: right;
}
@media only screen and (max-width:640px) {
	#footer {
		padding: 50px 0 20px;
	}
	#footer .wrap {
		display: block;
		width: auto;
	}
	#footer .col {
		width: auto;
	}
	#footer .logo {
		width: auto;
		max-width: 200px;
	}
	#footer .data {
		margin: 25px 0 0;
		font-size: 13px;
		line-height: 21px;
	}
	#footer .fNav {
		display: none;
	}
	#footer .copyright {
		text-align: center;
	}
}
