/*============================
共通
============================*/
body,
html {
	background-color: #000;
	color: #FFF;
}

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	min-width: 1080px;
	padding: 0.40rem;
	display: flex;
	justify-content: space-between;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

@media screen and (max-width:599px) {
	header {
		min-width: 100%;
		padding: 0.20rem;
	}
}

/* ヘッダーが上に消える */
header.hide {
	transform: translateY(-1.50rem);
}

@media screen and (max-width:599px) {
	header.hide {
		transform: translateY(0);
	}
}

/* スクロールで表示された状態 */
header.scr {}

header .logo {
	width: 0.80rem;
}

@media screen and (max-width:599px) {
	header .logo {
		width: 0.40rem;
	}
}

header .logo a:hover {
	opacity: 0.7;
}

header .glo_navi {
	width: 100%;
	max-width: 9.60rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width:599px) {
	header .glo_navi {
		display: none;
		position: absolute;
		top: 0.76rem;
		left: 0;
		background-color: rgba(0, 0, 0, 0.85);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
}

header .glo_navi .list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 6.30rem;
}

@media screen and (max-width:599px) {
	header .glo_navi .list {
		display: block;
		box-sizing: border-box;
		padding: 0 0.20rem 0.20rem;
	}
}

@media screen and (max-width:599px) {
	header .glo_navi .list .link {
		padding: 0.15rem 0;
	}
}

header .glo_navi .list .link a {
	color: #FFF;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 0.16rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	position: relative;
}

header .glo_navi .list .link a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

header .glo_navi .list .link a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

header .glo_navi .list .link.active a {
	color: #00a0e2;
}

header .glo_navi .list .link.active a:after {
	transform-origin: left top;
	transform: scale(1, 1);
	background-color: #00a0e2;
}

/* リンク無効 */
header .glo_navi .list .link a.disable,
header .glo_navi .list .link a.disable:hover {
	opacity: 0.3;
}

header .glo_navi .list .link a.disable::after {
	content: none;
}


/* 右側のTEL */
header .header_tel {
	width: 2.65rem;
}

@media screen and (max-width:599px) {
	header .header_tel {
		width: 1.70rem;
		padding: 0;
		box-sizing: border-box;
		position: relative;
		right: 0.40rem;
	}
}

header .header_tel a {
	color: #FFF;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width:599px) {
	header .header_tel a {
		width: 100%;
		margin: auto;
		color: #FFF;
		text-decoration: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
}

header .header_tel a .icon {
	width: 0.33rem;
}

@media screen and (max-width:599px) {
header .header_tel a .icon {
	width: 0.20rem;
}
}

header .header_tel a .textbox {
	width: calc(100% - 0.50rem);
	border-left: 1px solid #FFF;
	padding: 0.05rem 0 0.05rem 0.15rem;
	box-sizing: border-box;
}

@media screen and (max-width:599px) {
header .header_tel a .textbox {
	width: calc(100% - 0.32rem);
	border-left: 1px solid #FFF;
	padding: 0 0 0 0.10rem;
	box-sizing: border-box;
}
}


header .header_tel a .textbox .text {
	font-size: 0.13rem;
	letter-spacing: 0.05em;
	font-weight: 700;
}

@media screen and (max-width:599px) {
header .header_tel a .textbox .text {
	font-size: 0.11rem;
}
}

header .header_tel a .textbox .tel_num {
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-top: 0.06rem;
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:599px) {
header .header_tel a .textbox .tel_num {
	font-size: 0.18rem;
	letter-spacing: 0;
}
}

/*============================
フッターコンテンツ
============================*/
#footer_contents_wrap {
	position: relative;
	padding: 0.80rem 0 1.00rem;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap {
		position: relative;
		padding: 0.80rem 0 0;
	}
}

#footer_contents_wrap::before {
	content: "";
	width: 100%;
	height: 50vw;
	background-image: url(../common/img/footer_contents_bg.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -2.50rem;
	left: 0;
	z-index: 0;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap::before {
		height: 100vw;
		background-size: 200%;
		top: -1.50rem;
	}
}

#footer_contents_wrap .sec_title {
	font-size: 0.40rem;
	letter-spacing: 0.05em;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	padding-bottom: 0.50rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .sec_title {
		font-size: 0.30rem;
		padding-bottom: 0.30rem;
	}
}

/* 2カラムバナー */
#footer_contents_wrap .bnr_wrap {
	padding-bottom: 0.50rem;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap {
		padding-bottom: 0;
	}
}

#footer_contents_wrap .bnr_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#footer_contents_wrap .bnr_wrap .list .detail {
	width: 100%;
	max-width: 5.70rem;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap .list .detail {
		margin-bottom: 0.30rem;
	}
}

#footer_contents_wrap .bnr_wrap .list .detail a {
	display: block;
	border: 1px solid #FFF;
	padding: 0.36rem;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	position: relative;
}

#footer_contents_wrap .bnr_wrap .list .detail a::after {
	content: "";
	width: 0.58rem;
	height: 0.15rem;
	background-image: url(../common/img/footer_bnr_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.30rem;
	bottom: 0.30rem;
	z-index: 1;
	transition: all 0.3s;
}

#footer_contents_wrap .bnr_wrap .list .detail a:hover::after {
	right: 0.20rem;
}

#footer_contents_wrap .bnr_wrap .list .detail a::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	transition: all 0.3s;
}

#footer_contents_wrap .bnr_wrap .list .detail a:hover::before {
	background-color: rgba(0, 0, 0, 0);
}

#footer_contents_wrap .bnr_wrap .list .detail a .en_title {
	font-family: 'Oswald', sans-serif;
	font-size: 0.24rem;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap .list .detail a .en_title {
		font-size: 0.16rem;
	}
}

#footer_contents_wrap .bnr_wrap .list .detail a .title {
	font-size: 0.35rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 0.15rem 0 0.20rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap .list .detail a .title {
		font-size: 0.24rem;
		line-height: 1.45;
		letter-spacing: 0;
		padding-bottom: 0.15rem;
	}
}

#footer_contents_wrap .bnr_wrap .list .detail a .text {
	font-size: 0.24rem;
	font-weight: 900;
	letter-spacing: 0.106em;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap .list .detail a .text {
		font-size: 0.16rem;
		letter-spacing: 0.05em;
	}
}

#footer_contents_wrap .bnr_wrap .list .detail a .text span {
	color: #00a0e2;
}

/* バナー背景 */
#footer_contents_wrap .bnr_wrap .list .detail.bnr01 {
	background-image: url(../common/img/footer_cont_bnr01_bg.jpg);
}

#footer_contents_wrap .bnr_wrap .list .detail.bnr02 {
	background-image: url(../common/img/footer_cont_bnr02_bg.jpg);
}

/* 求人情報 */
#footer_contents_wrap .bnr_wrap .list .detail.bnr03 {
	margin-top: 0.50rem;
	max-width: 100%;
	background-image: url(../nextvip/img/mv.jpg);
	background-position: center 54%;
}
@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap .list .detail.bnr03 {
		margin-top: 0;
	}
}

#footer_contents_wrap .bnr_wrap .list .detail.bnr03 .title span {
	font-size: 0.18rem;
	display: inline-block;
	margin-left: 0.10rem;
	position: relative;
	top: -0.08rem;
}
@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap .list .detail.bnr03 .title span {
		display: none;
	}
}

/* トップのみの写真帯 */
#footer_contents_wrap .footer_contents_ph {
	margin-bottom: 0.60rem;
	position: relative;
	z-index: 1;
	max-height: 4.00rem;
	overflow: hidden;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .footer_contents_ph {
		margin-bottom: 0;
	}
}

/* 3カラムバナー */
#footer_contents_wrap .bnr_wrap_col3 .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#footer_contents_wrap .bnr_wrap_col3 .list .detail {
	width: 30%;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap_col3 .list .detail {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}

#footer_contents_wrap .bnr_wrap_col3 .list .detail a {
	display: block;
	padding: 0.25rem 0;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	position: relative;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap_col3 .list .detail a {
		padding: 0.25rem 0 0.25rem 1.20rem;
		text-align: left;
	}
}

#footer_contents_wrap .bnr_wrap_col3 .list .detail a:hover {
	background-color: #222;
}

/* リンク無効 */
#footer_contents_wrap .bnr_wrap_col3 .list .detail a.disable,
#footer_contents_wrap .bnr_wrap_col3 .list .detail a.disable:hover {
	opacity: 0.3;
	background-color: #000;
}

#footer_contents_wrap .bnr_wrap_col3 .list .detail a .icon {
	width: 1.30rem;
	margin: auto;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap_col3 .list .detail a .icon {
		width: 0.70rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0.25rem;
	}
}

#footer_contents_wrap .bnr_wrap_col3 .list .detail a .title {
	font-size: 0.24rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 0.10rem 0 0.15rem;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap_col3 .list .detail a .title {
		font-size: 0.18rem;
		padding: 0 0 0.10rem;
	}
}

#footer_contents_wrap .bnr_wrap_col3 .list .detail a .text {
	font-family: 'Oswald', sans-serif;
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	color: #00a0e2;
	padding-bottom: 0.10rem;
}

@media screen and (max-width:599px) {
	#footer_contents_wrap .bnr_wrap_col3 .list .detail a .text {
		font-size: 0.13rem;
		padding-bottom: 0;
	}
}

/*=================================
求人ボタン
=================================*/
#recruit_btn {
	width: 100%;
	max-width: 5.00rem;
	margin: 0 auto -0.70rem;
	position: relative;
	z-index: 2;
}

#recruit_btn a {
	display: block;
	background-color: #FFF;
	line-height: 0;
	padding: 0.45rem 0;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 0.36rem;
	letter-spacing: 0.05em;
	color: #00a0e2;
	text-decoration: none;
	box-shadow: 0 3px 0 rgba(255, 255, 255, 0.3);
	position: relative;
}

#recruit_btn a::after {
	content: "";
	width: 0.58rem;
	height: 0.15rem;
	background-image: url(../common/img/footer_bnr_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.30rem;
	top: 45%;
	transform: translateY(-50%);
	z-index: 1;
	transition: all 0.3s;
	opacity: 0;
}

#recruit_btn a:hover::after {
	right: 0.20rem;
	opacity: 1;
}

#recruit_btn a span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.14rem;
	font-weight: 700;
	color: #111;
	position: relative;
	display: inline-block;
	padding-left: 0.10rem;
	top: -0.10rem;
}


/*=================================
フッター
=================================*/
footer {
	background-color: #00a0e2;
	padding: 1.70rem 0 1.00rem;
	position: relative;
}

@media screen and (max-width:599px) {
	footer {
		padding: 1.10rem 0 0;
	}
}

footer::before {
	content: "";
	width: 100%;
	height: 0.70rem;
	background-image: url(../common/img/footer_stripe_black.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:599px) {
	footer::before {
		content: none;
	}
}

footer .in .sitemap_wrap {
	width: 100%;
	max-width: 7.00rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .in .sitemap_wrap .logo_wrap {
	width: 3.20rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (max-width:599px) {
	footer .in .sitemap_wrap .logo_wrap {
		margin: 0 auto 0.30rem;
	}
}

footer .in .sitemap_wrap .logo_wrap .logo {
	width: 0.85rem;
}

footer .in .sitemap_wrap .logo_wrap .textbox {
	width: calc(100% - 1.00rem);
	border-left: 1px solid #FFF;
	box-sizing: border-box;
	padding-left: 0.15rem;
}

footer .in .sitemap_wrap .logo_wrap .textbox .text {
	font-size: 0.13rem;
	padding: 0.05rem 0;
}

footer .in .sitemap_wrap .logo_wrap .textbox .tel_num {
	font-size: 0.28rem;
	padding: 0.05rem 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

footer .in .sitemap_wrap .logo_wrap .textbox .tel_num a {
	color: #FFF;
	text-decoration: none;
}

footer .in .sitemap_wrap .logo_wrap .copyright {
	padding-top: 0.25rem;
	font-size: 0.12rem;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
}

/* サイトマップ */
footer .in .sitemap_wrap .sitemap {
	width: 3.00rem;
}

@media screen and (max-width:599px) {
	footer .in .sitemap_wrap .sitemap {
		width: 3.00rem;
		margin: 0 auto 0.30rem;
	}
}

footer .in .sitemap_wrap .sitemap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .in .sitemap_wrap .sitemap .list .link {
	width: 50%;
	padding: 0.10rem 0;
}

footer .in .sitemap_wrap .sitemap .list .link a {
	font-size: 0.16rem;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
	color: #FFF;
	text-decoration: none;
}

footer .in .sitemap_wrap .sitemap .list .link.disable a {
	pointer-events: none;
	opacity: 0.5;
}

footer .in .sitemap_wrap .sitemap .list .link a::before {
	content: "";
	display: inline-block;
	width: 0.08rem;
	height: 2px;
	background-color: #000;
	position: relative;
	top: -0.04rem;
	left: 0;
	margin-right: 0.10rem;
	transition: all 0.3s;
}

footer .in .sitemap_wrap .sitemap .list .link a:hover::before {
	left: 0.03rem;
}

@media screen and (max-width:599px) {
	footer .in .sitemap_wrap .copyright {
		font-size: 0.12rem;
		font-family: 'Roboto', sans-serif;
		letter-spacing: 0.05em;
		text-align: center;
		margin: auto;
		padding-bottom:0.30rem;
	}
}

/* 写真 */
footer .ph_wrap {
	width: 6.20rem;
	height: 100%;
	background-image: url(../common/img/footer_ph.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width:599px) {
	footer .ph_wrap {
		width: 100%;
		height: 1.50rem;
		position: relative;
		right: auto;
		bottom: auto;
	}
}

footer .ph_wrap::before {
	content: "";
	width: 1.00rem;
	height: 100%;
	background-image: url(../common/img/footer_stripe_blue.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

@media screen and (max-width:599px) {
	footer .ph_wrap::before {
		content: none;
	}
}
