@charset "utf-8";

/* common setting
------------------------------------*/
html {
	line-height: 1.4;
	font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	color: #333;
}

body {
	font-size: 10px;
	font-size: 1.0rem;
	-webkit-text-size-adjust: 100%;
}

body.modeNav {
	overflow: hidden !important;
	height: 100vh;
}

img {
	width: 100%;
	line-height: 0;
}

a {
}

a:hover,
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

a:link,
a:visited {
	text-decoration: none;
	color: #104090;
}

.onlySP {
	display: none;
}




/* main box setting
------------------------------------*/
#wrapper {
	min-width: 1300px;
}

.inner {
	margin: 0 auto;
	width: 1300px;
}

h1 {
	position: relative;
	box-sizing: border-box;
	background: #eef7fd url("../../img/common/bg_main-common.png") center top / 1300px 150px no-repeat;
	padding: 54px 0 0;
	width: 100%;
	min-width: 1300px;
	height: 150px;
	text-align: center;
	font-size: 30px;
	color: #162b4f;
}

h1::after {
	content: 'CORPORATE RELEASE';
	position: absolute;
	top: 90px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #3690ec;
}

h2 {
	position: relative;
	margin: 0 auto;
	padding: 0 0 30px;
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #162b4f;
}

h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	background: url("../../img/common/line_under-title.png") 0 0 / 100% 100% no-repeat;
	margin: 0 0 0 -37px;
	width: 75px;
	height: 3px;
}

main {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 100px 0 0;
	width: 100%;
	overflow: hidden;
}

ul#breadCrumbs {
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 0 45px;
	width: 1300px;
}

ul#breadCrumbs li {
	position: relative;
	padding: 0 30px 0 0;
	line-height: 1.2;
}

ul#breadCrumbs li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #3690ec;
	border-right: 2px solid #3690ec;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -3px 0 0 0;
}

ul#breadCrumbs li:last-child::after {
	display: none;
}

ul#breadCrumbs li a:link,
ul#breadCrumbs li a:visited {
	text-decoration: underline;
}

ul#btnPageTop {
  position: fixed;
	right: 50px;
	bottom: 170px;
	z-index: 100;
}

ul#btnPageTop li a {
	position: relative;
	display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  border: 4px solid #3690ec;
  width: 100px;
  height: 100px;
  padding-top: 10px;
	line-height: 1.2;
	text-align: center;
  font-weight: bold;
	font-size: 16px;
	color: #3690ec;
}

ul#btnPageTop li a::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-top: 3px solid #3690ec;
    border-right: 3px solid #3690ec;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 0 0 -5px;
}

ul#btnPager {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 45px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

ul#btnPager li.currentItem {
	box-sizing: border-box;
	border-radius: 4px;
	background: #3690ec;
	margin: 0 5px;
	width: 45px;
	height: 45px;
	color: #fff;
}

ul#btnPager li a {
	box-sizing: border-box;
	display: block;
	border-radius: 4px;
	border: 1px solid #3690ec;
	margin: 0 5px;
	width: 45px;
	height: 45px;
	color: #3690ec;
}

ul#btnPager li#btnPrev a,
ul#btnPager li#btnNext a {
	position: relative;
	display: block;
	border-radius: 0;
	border: none;
	border-top: 3px solid #3690ec;
	border-right: 3px solid #3690ec;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: 15px 15px 0;
	width: 15px;
	height: 15px;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
}

ul#btnPager li#btnNext a {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* header setting
------------------------------------*/
/* header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	box-sizing: border-box;
	border-bottom: 4px solid #162b4f;
	background: #fff;
	width: 100%;
	height: 100px;
}

header .inner {
	display: flex;
  justify-content: space-between;
	width: 1200px;
}

header p a {
	display: block;
	background: url("../../img/common/logo_gaia-rehabilitation.png") 0 0 / 100% 100% no-repeat;
	margin: 19px 0 0 19px;
	width: 190px;
	height: 60px;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
}
 */



/* navigation setting
------------------------------------*/
/* header nav ul#gNavi {
	display: flex;
}

header nav ul#gNavi > li {
	position: relative;
	border-left: 1px solid #d9e1ef;
	width: 151px;
	height: 96px;
	text-align: center;
	line-height: 1.1;
	font-weight: bold;
	font-size: 20px;
}

header nav ul#gNavi > li:not(.btnRecruit) a {
	box-sizing: border-box;
	display: block;
	padding: 45px 0 0;
	width: 151px;
	height: 96px;
}

header nav ul#gNavi > li:nth-child(2) > a,
header nav ul#gNavi > li:nth-child(4) > a,
header nav ul#gNavi > li:nth-child(5) > a,
header nav ul#gNavi > li:nth-child(7) > a {padding: 55px 0 0;}

header nav ul#gNavi > li:not(.btnRecruit)::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 50%;
	display: block;
	background: url("../../img/common/ico_heart-blue.png") 0 0 / 100% 100% no-repeat;
	margin: 0 0 0 -11px;
	width: 22px;
	height: 20px;
}

header nav ul#gNavi > li:nth-child(3)::before {
	top: 10px;
	background: url("../../img/common/ico_plot-blue.png") 0 0 / 100% 100% no-repeat;
	margin: 0 0 0 -9px;
	width: 18px;
	height: 24px;
}

header nav ul#gNavi > li:nth-child(4)::before {
	top: 19px;
	background: url("../../img/common/ico_recruit-blue.png") 0 0 / 100% 100% no-repeat;
	width: 21px;
	height: 21px;
}

header nav ul#gNavi > li:nth-child(5)::before {
	top: 19px;
	background: url("../../img/common/ico_company-blue.png") 0 0 / 100% 100% no-repeat;
	margin: 0 0 0 -14px;
	width: 28px;
	height: 22px;
}

header nav ul#gNavi > li:nth-child(7)::before {
	top: 22px;
	background: url("../../img/common/ico_mail2.png") 0 0 / 100% 100% no-repeat;
	height: 16px;
}

header nav ul#gNavi > li.btnRecruit a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 20px);
  padding: 1.5rem 2rem;
  box-shadow: 0 5px 0 #c75a89;
  box-sizing: border-box;
  border-radius: 6px;
  background: #f96faa;
  color: #fff;
  font-size: 18px;
}
header nav ul#gNavi > li.btnRecruit a:hover {
  transform: translate(-50%,calc(-50% + 5px));
  box-shadow: none;
  background: #c75a89;
  opacity: 1;
}

header nav ul#gNavi > li.btnRecruit a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin: -5px 0 0;
}

header nav ul#gNavi > li.btnRecruit a em {
  display: inline-block;
  margin-top: 3px;
  color: #ff0;
  font-weight: bold;
  font-size: 18px;
}

header nav ul#gNavi li em {
	font-weight: normal;
	font-size: 16px;
} */

/* header Recruit Children Nav */
/* header nav ul#gNavi li dl {
	position: fixed;
	top: 96px;
	left: 0;
	display: none;
	background: #104090;
	width: 100vw;
	min-width: 1200px;
}

header nav ul#gNavi li dl.modeNav {
	display: block;
}

header nav ul#gNavi li dl dt {
	display: none;
}

header nav ul#gNavi li dl dd ul {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header nav ul#gNavi li dl dd ul li a {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 58px 20px 0;
	width: auto;
	height: 100px;
	line-height: 1.2;
	font-size: 16px;
}

header nav ul#gNavi li dl dd ul li:nth-child(4) a,
header nav ul#gNavi li dl dd ul li:nth-child(10) a {
	padding: 50px 20px 0;
}

header nav ul#gNavi li dl dd ul li a:link,
header nav ul#gNavi li dl dd ul li a:visited {
	color: #fff;
}

header nav ul#gNavi li dl dd ul li a.comingSoon {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	color: #fff;
}

header nav ul#gNavi li dl dd ul li a::before {
	content: '';
	position: absolute;
	top: 25px;
	left: 50%;
	display: block;
	background: url("../../img/common/ico_recruit-white.png") 0 0 / 100% 100% no-repeat;
	width: 21px;
	height: 21px;
	margin: 0 0 0 -10px;
}

header nav ul#gNavi li dl dd ul li:nth-child(2) a::before {background: url("../../img/common/ico_recruit-sub01.png") 0 0 / 100% 100% no-repeat; width: 18px; height: 22px; margin: 0 0 0 -9px;}
header nav ul#gNavi li dl dd ul li:nth-child(3) a::before {top: 22px; background: url("../../img/common/ico_recruit-sub02.png") 0 0 / 100% 100% no-repeat; width: 25px; height: 24px; margin: 0 0 0 -12px;}
header nav ul#gNavi li dl dd ul li:nth-child(4) a::before {top: 18px; background: url("../../img/common/ico_recruit-sub03.png") 0 0 / 100% 100% no-repeat; height: 20px;}
header nav ul#gNavi li dl dd ul li:nth-child(5) a::before {background: url("../../img/common/ico_recruit-sub04.png") 0 0 / 100% 100% no-repeat;}
header nav ul#gNavi li dl dd ul li:nth-child(6) a::before {top: 27px; background: url("../../img/common/ico_recruit-sub05.png") 0 0 / 100% 100% no-repeat; width: 25px; height: 19px; margin: 0 0 0 -12px;}
header nav ul#gNavi li dl dd ul li:nth-child(7) a::before {background: url("../../img/common/ico_recruit-sub06.png") 0 0 / 100% 100% no-repeat;}
header nav ul#gNavi li dl dd ul li:nth-child(8) a::before {top: 27px; background: url("../../img/common/ico_recruit-sub07.png") 0 0 / 100% 100% no-repeat; width: 40px; height: 20px; margin: 0 0 0 -20px;}
header nav ul#gNavi li dl dd ul li:nth-child(9) a::before {top: 25px; background: url("../../img/common/ico_recruit-sub08.png") 0 0 / 100% 100% no-repeat; width: 22px; margin: 0 0 0 -11px;}
header nav ul#gNavi li dl dd ul li:nth-child(10) a::before {top: 22px; background: url("../../img/common/ico_mail2.png") 0 0 / 100% 100% no-repeat; height: 16px;}
 */



/* Footer setting
------------------------------------*/
/* footer {
	margin: -1px 0 0;
	border-top: 4px solid #162b4f;
	height: 195px;
	text-align: center;
	font-size: 14px;
}

footer nav ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin: 0 auto;
	padding: 53px 0 70px;
	width: 1250px;
}

footer nav ul li {
	position: relative;
	border-left: 1px solid #ccc;
	padding: 0 22px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 18px;
}

footer nav ul li:first-child {
	border-left: none;
	padding: 0 22px 0 0;
}

footer nav ul li:last-child {
  flex: 100%;
	border-left: none;
	margin: 15px 0 0;
	padding: 0;
	height: 20px;
	line-height: 1;
	font-size: 20px;
}

footer nav ul li:last-child a {
	box-sizing: border-box;
	display: block;
	border-radius: 25px;
	background: #3690ec;
	padding: 0 0 0 20px;
	width: 310px;
	height: 50px;
  margin: 0 auto;
	line-height: 50px;
}

footer nav ul li:last-child a:link,
footer nav ul li:last-child a:visited {
	color: #fff;
}

footer nav ul li:last-child a::before {
	content: "";
	position: absolute;
	top: 17px;
	display: block;
	background: url("../../img/common/ico_mail.png") 0 0 / 100% 100% no-repeat;
	width: 22px;
	height: 16px;
}

 */


/* footer Recruit */
#footerRecruit {
	box-sizing: border-box;
	position: relative;
	background: url("../../img/top/bg_top-recruit.png") center top / cover no-repeat;
	padding: 70px 0 ;
	/* height: 570px; */
}

#footerRecruit h3 {
	position: relative;
	padding: 0 0 70px;
	text-align: center;
	font-size: 36px;
	color: #162b4f;
}

#footerRecruit h3::after {
	content: 'RECRUIT';
	position: absolute;
	top: 50px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #3690ec;
}

#footerRecruit ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 1210px;
}

#footerRecruit ul li {
	position: relative;
	margin: 0 15px 24px;
  width: 260px;
}

#footerRecruit ul li:first-child {
  width: 100%;
}

#footerRecruit ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #3690ec;
	border-right: 3px solid #3690ec;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -5px 0 0;
}

#footerRecruit ul li:first-child::after {
	right: 41.65%;
}

/* #footerRecruit ul li:nth-child(11)::after */
#footerRecruit ul li:last-child::after {
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -5px 0 0 270px;
}
/*
#footerRecruit ul li:nth-child(11)::after {
	margin: -5px 0 0 155px;
}

#footerRecruit ul li:nth-child(11)::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 25px;
	display: block;
	background: url("../../img/top/ico_fb.png") 0 0 / 100% 100% no-repeat;
	width: 15px;
	height: 30px;
}
*/
#footerRecruit ul li a {
	display: block;
	box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(24, 44, 78, 0.1);
	margin: 0 auto;
	padding: 0 20px 0 0;
  width: 260px;
  height: 48px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

#footerRecruit ul li a:link,
#footerRecruit ul li a:visited {
	color: #3690ec;
}


#footerRecruit ul li.comingSoon::after {
	display: none;
}

#footerRecruit ul li.comingSoon a {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	color: #ccc;
}

/* #footerRecruit ul li:nth-child(11) */
#footerRecruit ul li:last-child {
  border-radius: 0;
  box-shadow: none;
	margin: 10px auto;
  width: 100%;
	height: 90px;
}
/*
#footerRecruit ul li:nth-child(11) {
	margin: 15px auto 0;
  width: 370px;
	height: 63px;
}
#footerRecruit ul li:nth-child(11) a
*/
#footerRecruit ul li:last-child a {
  border-radius: 45px;
  box-shadow: 0px 4px 3px 0px rgba(24, 44, 78, 0.2);
	background: #3690ec;
  width: 620px;
	height: 90px;
	line-height: 90px;
	font-size: 30px;
	color: #fff;
}
/*
#footerRecruit ul li:nth-child(11) a {
  border-radius: 32px;
  box-shadow: 0px 4px 3px 0px rgba(24, 44, 78, 0.2);
	background: #38569f;
	padding: 0;
  width: 370px;
	height: 63px;
	line-height: 63px;
	font-size: 20px;
}
*/
#footerRecruit ul li span {
	display: block;
	padding: 16px 0 8px;
	font-weight: normal;
	font-size: 20px;
}





/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
/* @media screen and (max-width: 1300px) {
	header nav ul#gNavi li dl dd ul li a {
		padding: 58px 15px 0;
		font-size: 15px;
	}
}
 */




/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
	body.modeNav {
		overflow: hidden !important;
		position: fixed;/* only iOS */
		height: 100%;
	}
	
	body.modeNav {
		height: auto;
	}
	
	.onlyPC {
		display: none;
	}

	.onlySP {
		display: block;
	}

	a:hover,
	a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
	}




	/* main box setting
	------------------------------------*/
	#wrapper {
		min-width: 100%;
	}

	.inner {
		width: auto;
	}

	h1 {
		background: #eef7fd url("../../img/common/bg_main-common.png") center top / 1300px 150px no-repeat;
		padding: 0;
		width: 100%;
		min-width: 100%;
		height: 20vw;
		line-height: 16vw;
		font-size: 5.2vw;
	}

	h1::after {
		top: 6vw;
		font-size: 2.666667vw;
	}

	h2 {
		padding: 0 0 6vw;
		font-size: 5.2vw;
	}

	h2::after {
		margin: 0 0 0 -10vw;
		width: 20vw;
		height: 0.8vw;
	}

	main {
		padding: 14.666667vw 0 0;
		width: 100%;
	}
	
	ul#breadCrumbs {
		box-sizing: border-box;
		padding: 3vw 0 5vw 3vw;
		width: 100%;
	}

	ul#breadCrumbs li {
		padding: 0 5vw 1.5vw 0;
	}

	ul#breadCrumbs li::after {
		right: 1.8vw;
		width: 1vw;
		height: 1vw;
		border-top: 0.4vw solid #3690ec;
		border-right: 0.4vw solid #3690ec;
		margin: -1.75vw 0 0 0;
	}

	ul#btnPageTop {
		right: 3vw;
		bottom: 15vw;
	}

	ul#btnPager {
		padding: 0 0 10vw;
		line-height: 10vw;
		font-size: 3.2vw;
	}

	ul#btnPager li.currentItem {
		border-radius: 0.8vw;
		margin: 0 1.3333333vw;
		width: 10vw;
		height: 10vw;
	}

	ul#btnPager li a {
		border-radius: 0.8vw;
		border: 1px solid #3690ec;
		margin: 0 1.3333333vw;
		width: 10vw;
		height: 10vw;
	}

	ul#btnPager li#btnPrev a,
	ul#btnPager li#btnNext a {
		border-top: 0.6666667vw solid #3690ec;
		border-right: 0.6666667vw solid #3690ec;
		margin: 4vw 2.8vw 0;
		width: 2.8vw;
		height: 2.8vw;
	}
	
	
	

	/* header setting
	------------------------------------*/
	/* header {
		border-bottom: none;
		height: 14.666667vw;
	}

	header .inner {
		box-sizing: border-box;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
		width: 100vw;
	}

	header p a {
		margin: 3.333333vw 0 0 2.8vw;
		min-width: 25.333334vw;
		width: 25.333334vw;
		height: 8vw;
	}
	 */



	/* navigation setting
	------------------------------------*/
	/* header nav ul#spBtn {
		display: flex;
	}

	header nav ul#spBtn li a {
		box-sizing: border-box;
		display: block;
		background: #3690ec;
		width: 14.666667vw;
		height: 14.666667vw;
	}

	header nav ul#spBtn li#btnContact a,
  header nav ul#spBtn li.btnRecruit a {
		position: relative;
		padding: 6.5vw 0 0;
		line-height: 1.2;
		text-align: center;
		font-weight: bold;
		font-size: 2.4vw;
		color: #fff;
	}
  header nav ul#spBtn li.btnRecruit a { background: #f96faa;}
	
	header nav ul#spBtn li#btnContact a i,
  header nav ul#spBtn li.btnRecruit a i {
		letter-spacing: -0.085em;
	}
	
	header nav ul#spBtn li#btnContact a::before,
  header nav ul#spBtn li.btnRecruit a::before {
		content: "";
		position: absolute;
		top: 2.933333vw;
		left: 5.4666667vw;
		display: block;
		background: url("../../img/common/ico_mail.png") 0 0 / 100% 100% no-repeat;
		width: 3.733333vw;
		height: 2.666667vw;
	}
	header nav ul#spBtn li.btnRecruit a::before {
		background: url("../../img/common/ico_recruit-white.png") 0 0 / 100% 100% no-repeat;
    top: 2.2vw;
		width: 3.733333vw;
		height: 3.733333vw;
	}

	header nav ul#spBtn li#btnMenu {
		position: relative;
		z-index: 100;
		background: #182c4e;
		width: 14.666667vw;
		height: 14.666667vw;
		cursor: pointer;
	}
	
	header nav ul#spBtn li#btnMenu i {
		display: block;
		position: absolute;
		left: 4vw;
		width: 6.6666667vw;
		height: 1.0666667vw;
		background: #fff;
		transition: all .3s;
	}

	header nav ul#spBtn li#btnMenu i:nth-child(1) {top: 4.2666667vw;}
	header nav ul#spBtn li#btnMenu i:nth-child(2) {top: 6.9333333vw;}
	header nav ul#spBtn li#btnMenu i:nth-child(3) {top: 9.4666667vw;}

	body.modeNav header nav ul#spBtn li#btnMenu i:nth-child(1) {transform: translateY(2.666667vw) rotate(45deg);}
	body.modeNav header nav ul#spBtn li#btnMenu i:nth-child(2) {transform: scale(0, 1);}
	body.modeNav header nav ul#spBtn li#btnMenu i:nth-child(3) {transform: translateY(-2.666667vw) rotate(-45deg);}

	header nav ul#gNavi {
		display: none;
	}

	body.modeNav header nav ul#gNavi {
		box-sizing: border-box;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1;
		display: block;
	  background: rgba(22, 43, 79, 0.95);
		padding: 14.666667vw 0 5vw;
		width: 100vw;
		height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
		overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	}
	
	header nav ul#gNavi > li {
		box-sizing: border-box;
		border-left: none;
		border-top: 0.4vw solid #63728a;
		margin: 0 auto;
		width: 94.666667vw;
		height: 19.733333vw;
		line-height: 19.733333vw;
		font-size: 4.8vw;
	}

	header nav ul#gNavi > li:not(.btnRecruit) a {
		padding: 0;
		width: 94.666667vw;
		height: 19.733333vw;
	}

	header nav ul#gNavi > li a i.onlySP {
		display: inline;
	}

	header nav ul#gNavi > li:nth-child(2) > a,
	header nav ul#gNavi > li:nth-child(4) > a,
	header nav ul#gNavi > li:nth-child(5) > a {padding: 0;}

	header nav ul#gNavi > li:nth-child(7),
  header nav ul#gNavi > li:nth-child(8){
		background: none;
		padding: 9.6vw 0;
		width: 94.666667vw;
	}
  header nav ul#gNavi > li:nth-child(8){ border-top: none;}

	header nav ul#gNavi > li:nth-child(7) > a,
  header nav ul#gNavi > li:nth-child(8) > a {
		box-sizing: border-box;
		border-radius: 5.3333333vw;
		background: #3690ec;
		margin: 0 auto;
		padding: 0 0 0 4vw;
		width: 60vw;
		height: 10.666667vw;
		line-height: 10.666667vw;
		font-size: 3.733333vw;
	}
  header nav ul#gNavi > li:nth-child(8) > a { background: #f96faa;}

	header nav ul#gNavi li a:link,
	header nav ul#gNavi li a:visited {
		color: #fff;
	}

	header nav ul#gNavi > li:not(.btnRecruit)::before {
		top: 50%;
		left: 24.8vw;
		background: url("../../img/common/ico_heart-white.png") 0 0 / 100% 100% no-repeat;
		margin: -2.666667vw 0 0;
		width: 5.8666667vw;
		height: 5.3333333vw;
	}

	header nav ul#gNavi > li:nth-child(1)::before,
	header nav ul#gNavi > li:nth-child(6)::before {display: none;}

	header nav ul#gNavi > li:nth-child(3)::before {
		top: 50%;
		left: 18.933333vw;
		background: url("../../img/common/ico_plot-white.png") 0 0 / 100% 100% no-repeat;
		margin: -3.2vw 0 0;
		width: 4.8vw;
		height: 6.5333333vw;
	}

	header nav ul#gNavi > li:nth-child(4)::before {
		top: 7.3333333vw;
		left: 30vw;
		background: url("../../img/common/ico_recruit-white.png") 0 0 / 100% 100% no-repeat;
		margin: 0;
		width: 5.6vw;
		height: 5.6vw;
	}

	header nav ul#gNavi > li:nth-child(5)::before {
		top: 50%;
		left: 29vw;
		background: url("../../img/common/ico_company-white.png") 0 0 / 100% 100% no-repeat;
		margin: -2.6vw 0 0;
		width: 6.5333333vw;
		height: 5.2vw;
	}

	header nav ul#gNavi > li:nth-child(7)::before {
		top: 50%;
		left: 22vw;
		margin: 3.5vw 0 0;
		width: 4.8vw;
		height: 3.466667vw;
    background: url("../../img/common/ico_mail.png") 0 0 / 100% 100% no-repeat;
	}

	header nav ul#gNavi > li:nth-child(9) {
		border: none;
		margin: 3.5vw auto 0;
		font-size: 3.2vw;
	}

	header nav ul#gNavi > li:nth-child(9) a {
		display: inline;
		text-decoration: underline;
	}

	header nav ul#gNavi > li:nth-child(9)::before {
		display: none;
	}

	header nav ul#gNavi li em {
		font-weight: normal;
		font-size: 16px;
	} */

	/* header Recruit Children Nav */
	/* header nav ul#gNavi > li:nth-child(4) a.onlyPC ,
	header nav ul#gNavi > li:nth-child(4) dl dd {
		display: none;
	}

	header nav ul#gNavi > li:nth-child(4) {
		height: auto;
	}

	header nav ul#gNavi li dl {
		position: relative;
		top: auto;
		display: block;
		background: none;
		width: auto;
		min-width: auto;
	}

	header nav ul#gNavi li dl dt {
		display: block;
	}

	header nav ul#gNavi li:nth-child(4) dl dt {
		position: relative;
		color: #fff;
	}

	header nav ul#gNavi li:nth-child(4) dl dt::after {
			content: '';
			position: absolute;
			top: 7.5vw;
			right: 4.5vw;
			width: 2.666667vw;
			height: 2.666667vw;
			border-top: 0.5333333vw solid #fff;
			border-right: 0.5333333vw solid #fff;
			-ms-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			-ms-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
	}

	header nav ul#gNavi li:nth-child(4) dl dt.active::after {
			top: 9.125vw;
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	}

	header nav ul#gNavi li:nth-child(4) dl dd ul {
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		flex-flow: wrap;
		margin: 0 auto;
		padding: 0 0 7.333333vw;
		width: 92vw;
	}

	header nav ul#gNavi li:nth-child(4) dl dd ul li {
		border-radius: 1.3333333vw;
		border: none;
		border: 0.4vw solid #fff;
		margin: 0 0 1.3333333vw;
		width: 44.633333vw;
		height: 13.3333333vw;
	}

	header nav ul#gNavi li:nth-child(4) dl dd ul li a {
		padding: 0;
		width: 44.533333vw;
		height: 12.5333333vw;
		line-height: 12.5333333vw;
		font-size: 3.4666666vw;
	}

	header nav ul#gNavi li:nth-child(4) dl dd ul li:nth-child(4) a,
	header nav ul#gNavi li:nth-child(4) dl dd ul li:nth-child(10) a {
		padding: 2.2vw 0 0;
		line-height: 1.3;
	}

	header nav ul#gNavi li dl dd ul li a::before {
		display: none;
	} */


	/* Footer setting
	------------------------------------*/
	/* footer {
		border-top: 1.3333333vw solid #162b4f;
		padding: 0 0 8.8vw;
		height: auto;
		font-size: 3.733333vw;
	}

	footer nav ul {
		display: block;
		margin: 0 auto;
		padding: 0 0 13.3333333vw;
		width: 94.666667vw;
	}

	footer nav ul li {
		position: relative;
		border-left: none;
		border-bottom: 0.4vw solid #ccc;
		padding: 0 5.3333333vw;
		height: 15.333333vw;
		text-align: left;
		line-height: 15.333333vw;
		font-size: 3.733333vw;
	}

	footer nav ul li:first-child {
		border-left: none;
		padding: 0 5.3333333vw;
	}

	footer nav ul li:last-child {
		margin: 7.3333333vw auto 0;
		border-bottom: none;
		padding: 0;
		width: 60vw;
		height: 10.666667vw;
		line-height: 1;
		font-size: 3.733333vw;
	}

	footer nav ul li:last-child a {
		border-radius: 5.3333333vw;
		padding: 0 0 0 4vw;
		width: 60vw;
		height: 10.666667vw;
		line-height: 10.666667vw;
		text-align: center;
	}

	footer nav ul li:last-child a::before {
		top: 3.5vw;
		left: 5.5vw;
		width: 4.8vw;
		height: 3.466667vw;
	}
	
		/* footer Recruit */
	#footerRecruit {
		background: url("../../img/top/bg_top-recruit-sp.png") center top / cover no-repeat;
		padding: 7.3333333vw 0 ;
		/* height: 112.7777777vw; */
	}

	#footerRecruit h3 {
		padding: 0 0 12vw;
		font-size: 5.2vw;
	}

	#footerRecruit h3::after {
		top: 8.2666667vw;
		font-size: 2.666667vw;
	}

	#footerRecruit ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;		
		width: 96vw;
	}

	#footerRecruit ul li {
		position: relative;
		margin: 0 1.166667vw 3.333333vw;
		width: 45.5vw;
	}

	#footerRecruit ul li::after {
		right: 2.4vw;
		width: 1.3333333vw;
		height: 1.3333333vw;
		border-top: 0.4vw solid #3690ec;
		border-right: 0.4vw solid #3690ec;
		margin: -1.0vw 0 0;
	}

	#footerRecruit ul li:first-child::after {
		right: 28.5%;
	} */
	
  /* 	#footerRecruit ul li:nth-child(11)::after */
	#footerRecruit ul li:last-child::after {
		width: 1.8666667vw;
		height: 1.8666667vw;
		border-top: 0.4vw solid #fff;
		border-right: 0.4vw solid #fff;
		margin: -1.2vw 0 0 40vw;
	}
/*
	#footerRecruit ul li:nth-child(11)::after {
		width: 1.8666667vw;
		height: 1.8666667vw;
		border-top: 0.4vw solid #fff;
		border-right: 0.4vw solid #fff;
		margin: -1.2vw 0 0 33vw;
	}

	#footerRecruit ul li:nth-child(11)::before {
		top: 3vw;
		left: 12vw;
		width: 4vw;
		height: 8vw;
}
*/
	#footerRecruit ul li a {
		border-radius: 0.6666667vw;
		box-shadow: 0 0 1.6vw 0 rgba(24, 44, 78, 0.1);
		padding: 0 2.666667vw 0 0;
		width: 45.5vw;
		height: 10vw;
		line-height: 10vw;
		font-size: 3.733333vw;
	}
  
	/* #footerRecruit ul li:nth-child(11) */
	#footerRecruit ul li:last-child {
		margin: 0 auto 2.666667vw;
		width: 92vw;
		height: 14.666667vw;
	}
	
  /*#footerRecruit ul li:nth-child(11) a */
	#footerRecruit ul li:last-child a {
		display: block;
		box-sizing: border-box;
		box-shadow: 0 0.5333333vw 0.4vw 0 rgba(24, 44, 78, 0.2);
		border-radius: 7.3333333vw;
		padding: 0 2.666667vw 0 0;
		width: 92vw;
		height: 14.666667vw;
		line-height: 14.666667vw;
		text-align: center;
		font-size: 4.4vw;
	}
	/*
	#footerRecruit ul li:nth-child(11) a {
		border-radius: 7.3333333vw;
		box-shadow: 0px 4px 3px 0px rgba(24, 44, 78, 0.2);
		padding: 0;
		width: 80vw;
		height: 14.666667vw;
		line-height: 14.666667vw;
		font-size: 4.2vw;
	}
*/
	#footerRecruit ul li span {
		padding: 3.2vw 0 1.6vw;
		font-size: 3.2vw;
	}

}



/* ------------------------------------------------------------------------
	Animation Key Frame Settings 
------------------------------------------------------------------------ */
@keyframes anime {
	0% {opacity: 0;}
	30% {opacity: 1;}
	100% {opacity: 1; transform: scale(1.2);}
}

@keyframes anime2 {
	0% {opacity: 1;}
	30% {opacity: 1;}
	100% {opacity: 1; transform: scale(1.2);}
}
