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

/* ----------------------------------------------------------------------------------------------------
  font
* --------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'BebasNeue';
	font-style: normal;
	src: url(../fonts/BebasNeueRegular.woff) format('woff'), url(../fonts/BebasNeueRegular.woff2) format('woff2'), url(../fonts/BebasNeueRegular.eot) format('eot'), url(../fonts/BebasNeueRegular.ttf) format('truetype'), url(../fonts/BebasNeueRegular.otf) format('opentype');
}

@font-face {
	font-family: 'DIN-Light';
	font-style: normal;
	src: url(../fonts/DIN-Light.woff) format('woff'), url(../fonts/DIN-Light.woff2) format('woff2'), url(../fonts/DIN-Light.eot) format('eot'), url(../fonts/DIN-Light.ttf) format('truetype'), url(../fonts/DIN-Light.otf) format('opentype');
}


/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:750px) {
	body {
		min-width: 0;
		overflow: scroll;
	}
}


/* ----------------------------------------------------------------------------------------------------
  common layout
* --------------------------------------------------------------------------------------------------*/
.headerIn,
.footerIn,
.contentIn {
	margin: 0 auto;
	position: relative;
}
.clearfix:after,
.headerIn:after,
.footerIn:after,
.contentIn:after {
	content: "";
	display: block;
	clear: both;
}

.cmnTel {
	text-align: center;
	color: #deac00;
	font-family: 'BebasNeue';
	font-size: 18px;
	letter-spacing: 0.1em;
}

@media screen and (max-width:750px) {
	.cmnNavi {
		text-align: center;
		font-size: 0;
	}
	.cmnNavi a {
		display: inline-block;
		vertical-align: top;
		color: rgba(255,255,255,0.50);
		font-size: 10px;
	}
	.cmnNavi a:nth-of-type(even) {
		margin-left: 2em;
	}
	.cmnNavi a:nth-of-type(n+3) {
		margin-top: 0.5em;
	}
}

/* fade animation
--------------------------------------------------*/
.fadeIn01 {
	transition-duration: 0.6s, 1s;
	transition-property: transform, opacity;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	transform: translate3d(0, -30px, 0);
	opacity: 0
}
.opened.fadeIn01 ,
.opened .fadeIn01 {
	transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	transform: translate3d(0, 0, 0);
	opacity: 1.0;
}

@media screen and (max-width:750px) {
	.pcFade{
		transition-duration: none !important;
		transform: translate3d(0, 0, 0) !important;
		opacity: 1.0;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header {
	width: 300px;
	height: 100%;
	background: #003557;
	position: fixed;
	top: 0;
	z-index: 1000;
	text-align: center;
	color: #fff;
}
.headerIn{
	position: static;
}
#hLogo {
	width: 160px;
	height: 95px;
	margin: 50px auto 40px;
	transition-delay: 0.8s;
}
.hBtnContact {
	width: 0;
	padding: 8px;
	margin: auto;
	overflow: hidden;
	background: #deac00;
	transition: 0.8s;
	transition-delay: 2.5s;
	transform: translate3d(0, 0, 0);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	font-size: 18px;
	line-height: 1.0;
	font-weight: 500;
	white-space: nowrap;
}
.opened .hBtnContact{
	width: 100%;
}
.hBtnContact:before {
	width: 36px;
	height: 25px;
	margin: auto;
	background: url(../img/common/cmn_contact_ico01.svg) no-repeat center;
	background-size: contain;
	transition: 0.3s;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
}
.hBtnContact:hover:before {
	opacity: 0;
}
.hBtnContact span {
	display: block;
	padding: 10px 0 27px;
	border: solid 1px #ffffff;
	transition: 0.6s;
	color: transparent;
}
.hBtnContact:hover {
	background-image: none;
}
.hBtnContact:hover span {
	color: #fff;
}

@media print, screen and (min-width:751px) {
	#header {
		width: 300px;
		height: 100%;
		background: #003557;
		transition: 0.8s;
		position: fixed;
		top: 0;
		left: -300px;
		z-index: 1000;
		text-align: center;
		color: #fff;
	}
	#header.opened{
		left: 0;
	}
}

@media print, screen and (max-width:1365px) and (min-width:751px) {
	#header {
		width: 200px;
	}
}

@media screen and (min-width:751px) and (max-height: 750px) {
	#hLogo {
		margin: 20px auto 25px;
	}
}

@media screen and (max-width:750px) {
	#header {
		width: 100%;
		height: auto;
		background: none;
	}
	.headerIn {
		height: 55px;
		background: #003557;
		position: relative;
		z-index: 1000;
	}
	.btnMenu {
		width: 23px;
		height: 16px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		cursor: pointer;
	}
	.btnMenu span {
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 0;
	}
	.btnMenu span:nth-child(1) {
		top: 0;
	}
	.btnMenu span:nth-child(2) {
		top: 7px;
	}
	.btnMenu span:nth-child(3) {
		bottom: 0;
	}
	#hLogo {
		width: 90px;
		height: 14px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 0;
	}
	.hBtnContact {
		width: 55px !important;
		height: 55px;
		top: 0;
		bottom: auto;
		left: auto;
		right: 0;
		transition: none;
		transform: translate3d(0, 0, 0);
		opacity: 1.0;
	}
	.hBtnContact:before {
		width: 23px;
	}
	.hBtnContact:hover:before {
		opacity: 1.0;
	}
	.hBtnContact span {
		display: none;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  gNavi01
* --------------------------------------------------------------------------------------------------*/
#hNaviArea {
	transition-duration: 0.75s;
	transition-property: height;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

@media screen and (max-width:750px) {
	#hNaviArea {
		width: 100%;
		height: 55px;
		padding-top: 55px;
		background: rgba(0,32,58,0.80);
		overflow-y: scroll;
		position: fixed;
		top: 0;
		left: 0;
	}
	#hNaviArea.opened {
		height: 100%;
	}
}

/* gNavi01
--------------------------------------------------*/
#gNavi01 li:first-child {
	transition-delay: 1.1s;
}
#gNavi01 li:nth-child(2) {
	transition-delay: 1.2s;
}
#gNavi01 li:nth-child(3) {
	transition-delay: 1.3s;
}
#gNavi01 li:nth-child(4) {
	transition-delay: 1.4s;
}
#gNavi01 li:nth-child(5) {
	transition-delay: 1.5s;
}
#gNavi01 li:nth-child(6) {
	transition-delay: 1.6s;
}
#gNavi01 li:nth-child(7) {
	transition-delay: 1.7s;
}
#gNavi01 li:nth-child(8) {
	transition-delay: 1.8s;
}
#gNavi01 li + li {
	margin-top: 20px;
}
#gNavi01 a {
	display: block;
	position: relative;
}
#gNavi01 .en {
	display: inline-block;
	transition: 0.3s;
	backface-visibility: hidden;
	font-family: 'BebasNeue';
	font-size: 18px;
	letter-spacing: 0.1em;
}
#gNavi01 li > .en {
	opacity: 0.2;
}
#gNavi01 .ja {
	display: inline-block;
	width: 100%;
	opacity: 0;
	transition: 0.6s;
	backface-visibility: hidden;
	position: absolute;
	top: 3px;
	left: 0;
	color: #deac00;
	font-size: 15px;
	font-weight: 500;
}
#gNavi01 a:hover .en {
	opacity: 0;
}
#gNavi01 a:hover .ja {
	opacity: 1.0;
}
#gNavi01 .ja {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
}
#gNavi01 a.current .en,
#gNavi01 a:hover .en {
	opacity: 0;
}
#gNavi01 a.current .ja,
#gNavi01 a:hover .ja {
	opacity: 1.0;
}

@media screen and (min-width:751px) and (max-height: 855px) {
	#gNavi01 li + li {
		margin-top: 12px;
	}
}

@media screen and (max-width:750px) {
	#gNavi01 {
		margin-top: 45px;
		position: relative
	}
	#gNavi01 li + li {
		margin-top: 17px;
	}
	#gNavi01 li:first-child {
		transition-delay: 0s;
	}
	#gNavi01 li:nth-child(2) {
		transition-delay: 0.1s;
	}
	#gNavi01 li:nth-child(3) {
		transition-delay: 0.2s;
	}
	#gNavi01 li:nth-child(4) {
		transition-delay: 0.3s;
	}
	#gNavi01 li:nth-child(5) {
		transition-delay: 0.4s;
	}
	#gNavi01 li:nth-child(6) {
		transition-delay: 0.5s;
	}
	#gNavi01 li:nth-child(7) {
		transition-delay: 0.6s;
	}
	#gNavi01 li:nth-child(8) {
		transition-delay: 0.7s;
	}
	#gNavi01 .ja {
		top: 1px;
	}
}

/* hSnsList
--------------------------------------------------*/
.hSnsList {
	width: 100%;
	position: absolute;
	bottom: 265px;
	transition-delay: 1.9s;
	font-size: 0;
}
.hSnsList li {
	display: inline-block;
	margin: 0 5px;
}
.hSnsList img {
	width: 27px;
	transition: 0.6s;
	opacity: 0.5;
}
.hSnsList a:hover img {
	opacity: 1.0;
}

@media screen and (min-width:751px) and (max-height: 855px) {
	.hSnsList {
		bottom: 235px;
	}
}

@media screen and (max-width:750px) {
	.hSnsList {
		position: static;
		margin: 30px 0 20px;
	}
	.opened .hSnsList {
		transition-delay: 0.8s;
	}
}

/* hTel
--------------------------------------------------*/
.hTel{
	width: 100%;
	position: absolute;
	bottom: 205px;
	transition-delay: 2s;
}

@media screen and (min-width:751px) and (max-height: 855px) {
	.hTel {
		bottom: 190px;
	}
}

@media screen and (min-width:751px) and (max-height: 745px) {
	.hSnsList,
	.hTel{
		display: none;
	}
}

@media screen and (max-width:750px) {
	.opened .hTel {
		position: static;
		transition-delay: 0.9s;
	}
}

/* hBtnRecruit
--------------------------------------------------*/
.hBtnRecruit{
	width: 100%;
	position: absolute;
	bottom: 85px;
	transition-delay: 2.1s;
}
.hBtnRecruit a{
	display: block;
	max-width: 180px;
	padding: 13px 0 12px;
	border: solid 1px #fff;
	margin: auto;
	position: relative;
	transition: 0.3s;
	text-align: center;
	line-height: 1.0;
}
.hBtnRecruit a.current,
.hBtnRecruit a:hover{
	border-color: #deac00;
	color: #deac00;
}
.hBtnRecruit .en {
	display: inline-block;
	transition: 0.3s;
	backface-visibility: hidden;
	font-family: 'BebasNeue';
	font-size: 18px;
	letter-spacing: 0.1em;
}
.hBtnRecruit li > .en {
	opacity: 0.2;
}
.hBtnRecruit .ja {
	display: inline-block;
	width: 100%;
	margin-top: 1px;
	opacity: 0;
	transition: 0.6s;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	color: #deac00;
	font-size: 15px;
	font-weight: 500;
}
.hBtnRecruit a:hover .en {
	opacity: 0;
}
.hBtnRecruit a:hover .ja {
	opacity: 1.0;
}
.hBtnRecruit .ja {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
}
.hBtnRecruit a.current .en,
.hBtnRecruit a:hover .en {
	opacity: 0;
}
.hBtnRecruit a.current .ja,
.hBtnRecruit a:hover .ja {
	opacity: 1.0;
}

@media screen and (max-width:750px) {
	.hBtnRecruit {
		margin: 20px 0 5px;
		position: static;
		transition-delay: 1s;
	}
	.hBtnRecruit a{
		padding: 9px 0 3px;
		border-color: #deac00;
		color: #deac00;
	}
	.hBtnRecruit .ja {
			margin-top: 0;
	}
}

/* gNavi02
--------------------------------------------------*/
@media screen and (max-width:750px) {
	#gNavi02 {
		padding: 20px 0 30px;
	}
	.opened #gNavi02 {
		transition-delay: 1.1s;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  content
* --------------------------------------------------------------------------------------------------*/
#content {
	padding: 65px 0 90px;
	position: relative;
	line-height: 2.0;
}
.contentIn {
	padding: 0 10% 0 12%;
}
.pcLeftMargin {
	margin-left: 300px;
}

@media print, screen and (max-width:1365px) and (min-width:751px) {
	.pcLeftMargin {
		margin-left: 200px;
	}
}

@media screen and (max-width:750px) {
	#content {
		padding: 0;
		margin-top: 55px;
	}
	.pcLeftMargin {
		margin-left: 0;
	}
	.contentIn {
		padding: 0 8%;
	}
}


/* コンテンツのスクロール カスタマイズ
--------------------------------------------------*/
@media print, screen and (min-width:751px) {
	.scrollWrap{
		height: 100vh;
		overflow: hidden;
	}
	.scrollWrap .mCSB_scrollTools .mCSB_draggerContainer{
		background: #fff;
	}
	.scrollWrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		width: auto;
		border-radius: 0;
		background: #deac00 !important;
	}
	.scrollWrap .mCSB_scrollTools .mCSB_draggerRail {
		background-color: transparent!important;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	padding: 4px 30px 2px;
	background: #003557;
	position: absolute;
	bottom: 0;
	left: 0;
	color: rgba(255,255,255,0.50);
}
#fNavi a:not(:last-of-type) {
	margin-right: 2em;
}
#fCopy {
	margin-top: 3px;
	font-size: 10px;
}

@media screen and (max-width:750px) {
	#footer {
		padding: 30px 0 7px;
		margin-top: 50px;
		position: static;
		text-align: center;
		font-size: 10px;
	}
	#fLogo img {
		width: 160px;
	}
	.fTel {
		margin: 24px 0 10px;
	}
	#fNavi {
		margin-bottom: 15px;
		float: none;
	}
	#fNavi a:nth-of-type(1n+0) {
		margin-right: 0;
		margin-left: 0; /* 20.02.07 Footer調整 */
	}
	#fCopy {
		float: none;
	}
}
