@charset "utf-8";
/*------------------------------------------------------------
	中村追加
------------------------------------------------------------*/
@keyframes text_anime {
  0% {
	clip-path: inset(100% 0 0 0);
	opacity: 0;
  }
  100% {
	clip-path: inset(0 0 0 0);
	opacity: 1;
  }
}
.text_anime.scrollin {
	animation: text_anime .8s ease forwards;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.en {
	font-family: "Oswald", sans-serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 112rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.5rem;
		max-width: inherit;
	}
}

.positionBox {
	position: relative;
}
.fixBar .bgBox {
	margin-bottom: 1rem;
	color: #fff;
	background-color: #2E2E2E;
	text-align: center;
}
.fixBar .bgBox .innerBox {
	width: 100%;
}
.fixBar .naviUl li a {
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.13em;
}
.fixBar .naviUl li {
	margin-bottom: 0.8rem;
}
.fixBar .naviUl li:last-child {
	margin-bottom: 0;
}
.fixBar .title {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 3.5rem;
	letter-spacing: 0.1em;
}
.fixBar .btmLink a {
	padding: 1.5rem 0;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	display: block;
	text-align: center;
	background-color: #3E549E;
	letter-spacing: 0.15em;
}
@media all and (min-width: 897px) {
	.fixBar .naviUl li a:hover {
		opacity: 0.7;
	}
	.fixBar .btmLink a:hover {
		opacity: 0.7;
	}
	.fixBar {
		width: 40rem;
		position: fixed;
		bottom: 0;
		left: 0;
		max-height: 100vh;
		overflow-y: auto;
		z-index: 50;
	}
	.fixBar.noFix {
		position: absolute;
	}
	.fixBar .bgBox {
		padding: 12rem 0;
		height: calc(100vh - 7rem);
		display: flex;
		flex-direction: column-reverse;
	}
}
@media all and (max-width: 896px) {
	.fixBar {
		margin-bottom: 5rem;
	}
	.fixBar .title {
		margin-bottom: 1.8rem;
		font-size: 2.2rem;
	}
	.fixBar .bgBox {
		margin-bottom: 0.5rem;
		padding: 1.8rem 1.5rem 2.3rem;
	}
	.fixBar .btmLink a {
		padding: 0.9rem 0 1rem;
		font-size: 1.4rem;
	}
	.fixBar .naviUl li a {
		display: block;
	}
}


/* mainVisual */
.mainVisual {
	margin: 0 0 10.5rem;
	position: relative;
}
.mainVisual .image {
	height: 64rem;
	overflow: hidden;
}
.mainVisual .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .title {
	padding-right: 16rem;
	width: calc(100% - 40rem);
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.mainVisual .title img {
	height: 22.1rem;
	width: auto;
}
@media all and (max-width: 896px) {
	.mainVisual .image {
		height: 32rem;
	}
	.mainVisual {
		margin-bottom: 0;
	}
	.mainVisual .title {
		padding-right: 0;
		width: 100%;
		right: 0;
		bottom: 0;
		text-align: center;
	}
	.mainVisual .title img {
		height: 8rem;
	}
}



/* headLine01 */
.headLine01 {
	margin-bottom: 5.5rem;
	font-size: 4.8rem;
	letter-spacing: 0.05em;
}
.headLine01 .en {
	color: #3E549E;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 2.5rem;
}
.headLine01 .num {
	margin-right: 1.8rem;
	font-size: 8rem;
	line-height: 1;
	font-weight: 400;
}
.headLine01.style {
	margin-bottom: 4.9rem;
	font-weight: 500;
	font-size: 3.4rem;
	letter-spacing: 0.082em;
}
.headLine01.style .en {
	margin-bottom: 1.1rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.5rem;
		font-size: 2.6rem;
	}
	.headLine01 .en {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}
	.headLine01.style {
		font-size: 2.2rem;
		margin-bottom: 2.9rem;
	}
	.headLine01 .num {
		margin-right: 1rem;
		font-size: 4.5rem;
	}
}

/* comContact */
.comContact {
	padding: 9.2rem 0 6rem;
	margin-top: 15.1rem;
	position: relative;
	color: #fff;
	background-color: #2E2E2E;
}
.comContact .secTitle {
	margin-bottom: 1.7rem;
	text-align: center;
	font-weight: 500;
}
.comContact .secTitle img {
	width: 53.1rem;
}
.comContact .secTitle .jp {
	display: block;
	font-size: 2.8rem;
	margin-top: 2rem;
	letter-spacing: 0.1em;
}
.comContact .centerTxt {
	margin-bottom: 3rem;
	text-align: center;
}
.comContact .content {
	max-width: inherit;
}
@media all and (max-width: 896px) {
	.comContact {
		margin-top: 7.1rem;
	}
	.comContact .secTitle img {
		width: 23rem;
	}
	.comContact .secTitle .jp {
		margin-top: 1rem;
		font-size: 2rem;
	}
	.comContact .centerTxt {
		margin-bottom: 4rem;
	}
}

/* comLinkUl */
.comLinkUl {
	display: flex;
	flex-wrap: wrap;
	gap: 1.3rem;
	justify-content: center;
}
.comLinkUl li {
	width: 46rem;
}
.comLinkUl a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 12rem;
	border: 1px solid #3E549E;
	font-size: 2.4rem;
  	letter-spacing: 0.1em;
}
.comLinkUl .inner {
	width: 100%;
	display: block;
	text-align: center;
}
.comLinkUl .txt {
	padding-left: 5rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.comLinkUl .txt img {
	width: 4rem;
	position: absolute;
	top: -0.2rem;
	left: -1rem;
}
.comLinkUl .sml {
	margin-top: 1.1rem;
	display: block;
	font-size: 1.8rem;
}
.comLinkUl .item01 a {
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
.comLinkUl .item01 .sml {
	margin-top: 0.6rem;
	letter-spacing: 0.1em;
}
.comLinkUl .item01 .txt img {
	top: 0.6rem;
}
@media all and (min-width: 897px) {
	.comLinkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLinkUl {
		display: block;
	}
	.comLinkUl a {
		font-size: 2rem;
	}
	.comLinkUl li {
		width: auto;
		margin-bottom: 1rem;
	}
	.comLinkUl li:last-child {
		margin-bottom: 0;
	}
	.comLinkUl .sml {
		font-size: 1.2rem;
	}
	.comLinkUl .item01 a {
		font-size: 2.8rem;
		letter-spacing: 0.08em;
	}
	.comLinkUl .txt img {
		width: 3.6rem;
	}
	.comLinkUl .txt {
		padding-left: 4rem;
	}
	.comLinkUl .item01 .txt img {
		top: 0.4rem;
	}
	.comLinkUl .txt img {
		width: 3.6rem;
		top: -0.3rem;
		left: -1rem;
	}
}



/* comBtn */
.comBtn a {
	width: 32.2rem;
	height: 6.2rem;
	color: #2E2E2E;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
	outline: none;
	overflow: visible;
	padding: 1rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	user-select: none;
	font-size: 1.8rem;
	border: 0.2rem solid #2e2e2e;
	background-color: #fff;
}
.comBtn a::before {
	content: " ";
	width: 4.9rem;
	height: 0.2rem;
	background: #2e2e2e;
	top: 50%;
	left: 4.4rem;
	position: absolute;
	transform: translateY(-50%);
	transform-origin: center;
	transition: background 0.3s linear, width 0.3s linear;
}
.comBtn a .text {
	padding-left: 7.8rem;
	display: block;
	text-align: left;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-top: 0.1rem;
}
.comBtn a .top-key {
	height: 0.2rem;
	width: 4rem;
	top: -0.2rem;
	left: 2rem;
	position: absolute;
	background: #fff;
	transition: width 0.5s ease-out, left 0.3s ease-out;
}
.comBtn a .bottom-key-1 {
	height: 0.2rem;
	width: 4.5rem;
	right: 5.2rem;
	bottom: -0.2rem;
	position: absolute;
	background: #fff;
	transition: width 0.5s ease-out, right 0.3s ease-out;
}
.comBtn a .bottom-key-2 {
	height: 0.2rem;
	width: 1.3rem;
	right: 1.6rem;
	bottom: -0.2rem;
	position: absolute;
	background: #fff;
	transition: width 0.5s ease-out, right 0.3s ease-out;
}
@media all and (min-width: 897px) {
	/* .comBtn big */
	.comBtn.big a {
		padding: 1.25em 1em;
		width: 44.2rem;
		height: 6.2rem;
	}
	.comBtn.big a:before {
		left: 3rem;
	}
	.comBtn.big a .top-key {
		height: 0.2rem;
		width: 5.4rem;
		left: 2.8rem;
	}
	.comBtn.big a .bottom-key-1 {
		width: 6.1rem;
		right: 7.2rem;
	}
	.comBtn.big a .bottom-key-2 {
		width: 1.7rem;
		right: 2.3rem;
	}
	#container .comBtn a:hover {
		color: white;
		background: #2e2e2e;
		opacity: 1 !important;
	}
	#container .comBtn a:hover::before {
		width: 3rem;
		background: white;
	}
	#container .comBtn a:hover .text {
		color: white;
		padding-left: 6rem;
	}
	#container .comBtn a:hover .top-key {
		left: -0.2rem;
		width: 0;
	}
	#container .comBtn a:hover .bottom-key-1,
	#container .comBtn a:hover .bottom-key-2 {
		right: 0;
		width: 0;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		margin: 0 auto;
		max-width: 36rem;
		width: 90%;
		font-size: 1.6rem;
	}
	.comBtn a .text {
		padding-left: 4.3rem;
		letter-spacing: 0;
	}
	.comBtn a::before {
		width: 3rem;
		left: 2rem;
	}
}





/* headLine02 */
.headLine02 {
	margin-bottom: 3.8rem;
	padding-bottom: 3.8rem;
	font-size: 3.4rem;
	font-weight: 500;
	position: relative;
	line-height: 1.73;
	letter-spacing: 0.09em;
}
.headLine02 .en {
	margin-bottom: 7.4rem;
	line-height: 1;
}
.headLine02::after {
	width: 6rem;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #2E2E2E;
	content: "";
}
.headLine02 .sml {
	margin-bottom: 4rem;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif !important;
}
.headLine02 img {
	margin: -0.8rem 2rem 0 0;
	width: 4rem;
	display: inline-block;
	vertical-align: middle;
}
.headLine02 .en .txt {
	margin-left: 2.7rem;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif !important;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3.8rem;
		padding-bottom: 3.1rem;
		font-size: 2.4rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.headLine02 .sml {
		font-size: 1.6rem;
		  margin-bottom: 2rem;
	}
	.headLine02::after {
		width: 4rem;
	}
	.headLine02 img {
		margin: -0.4rem 1.2rem 0 0;
		width: 3rem;
	}
	.headLine02 .en .txt {
		margin: 1rem 0 0 0;
		font-size: 1.8rem;
		display: block;
	}
	.headLine02 .en {
		margin-bottom: 2rem;
	}
}


/* comBanner */
.comBanner {
	margin-top: 6rem;
}
.comBanner .ttl {
	margin-bottom: 1.4rem;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.6;
}
.comBanner a {
	display: block;
}
.comBanner img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.comBanner a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBanner .ttl {
		font-size: 2rem;
	}
}


/* headLine03 */
.headLine03 {
	margin-bottom: 4.8rem;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.headLine03 img {
	width: 4rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.5rem 2rem 0 0.4rem;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 4rem;
		font-size: 2.5rem;
		text-align: center;
	}
	.headLine03 img {
		width: 3.4rem;
		display: block;
		margin: 0 auto;
	}
}


/* comListDl */
.comListDl dt {
	margin-bottom: 2.9rem;
	padding: 0 0 0.9rem 14.2rem;
	font-size: 3.4rem;
	font-weight: 500;
	border-bottom: 1px solid #3E549E;
	position: relative;
	letter-spacing: 0.08em;
}
.comListDl .en {
	color: #3E549E;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	left: 0.4rem;
	bottom: 1.7rem;
	letter-spacing: 0.12em;
}
.comListDl .en .big {
	letter-spacing: 0.1em;
	margin-left: 0.9rem;
	transform: translateY(0.3rem);
	font-size: 4rem;
	font-weight: 400;
	display: inline-block;
}
.comListDl dd {
	margin-bottom: 10.9rem;
	padding-left: 14.3rem;
}
.comListDl dd:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.comListDl dd {
		padding-left: 0;
		margin-bottom: 4.9rem;
	}
	.comListDl dt {
		margin-bottom: 1.9rem;
		padding-left: 0;
		font-size: 2.3rem;
		letter-spacing: 0;
	}
	.comListDl .en {
		font-size: 1.3rem;
		margin-bottom: 0.5rem;
		display: block;
		position: static;
		top: auto;
		left: auto;
	}
	.comListDl .en .big {
		font-size: 2.7rem;
	}
}

/* headLine04 */
.headLine04 {
	margin-bottom: 3.8rem;
	padding-bottom: 3.2rem;
	font-weight: 500;
	font-size: 3.4rem;
	letter-spacing: 0.09em;
	border-bottom: 1px solid #3E549E;
}
.headLine04 .sml {
	margin-bottom: 0.1rem;
	display: block;
	color: #3E549E;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.09em;
}
.headLine04 .num {
	margin-bottom: 2.2rem;
	padding-left: 6rem;
	font-size: 4rem;
	font-weight: 400;
	display: block;
	position: relative;
	letter-spacing: 0.1em;
}
.headLine04 .num::before {
	width: 4rem;
	height: 1rem;
	position: absolute;
	top: 2.5rem;
	left: 0;
	background-color: #3E549E;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine04 {
		font-size: 2.4rem;
	}
	.headLine04 .sml {
		font-size: 1.8rem;
	}
	.headLine04 .num {
		margin-bottom: 1.2rem;
		padding-left: 4rem;
		font-size: 2.6rem;
	}
	.headLine04 .num::before {
		width: 3rem;
		height: 0.5rem;
		top: 1.8rem;
	}
}



/* headerBox */
.headerBox {
	padding-right: 2rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.headerBox .hBox {
	padding: 0 10rem 0 3.7rem;
	display: flex;
	justify-content: space-between;
}
.headerBox .logo {
	margin-top: 2.4rem;
	width: 14.6rem;
}
.headerBox .rightBox {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.headerBox .hBtn a {
	width: 10rem;
	height: 8rem;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FB6900;
	text-align: center;
}
.headerBox .hBtn .inner {
	display: block;
	width: 100%;
}
.headerBox .hBtn img {
	width: 2rem;
	display: block;
	margin: 0 auto 0.8rem;
}
.headerBox .hBtn .inner span {
	display: block;
}
@media all and (min-width: 897px) {
	.headerBox .hBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.headerBox .hBox {
		padding: 0 8rem 0 2rem;
	}
	.headerBox .hBtn a {
		width: 8rem;
	}
	.headerBox .logo {
		margin-top: 1.6rem;
		width: 12rem;
	}
	.headerBox .hBtn a {
		padding-top: 0.4rem;
		font-size: 1.4rem;
		letter-spacing: 0.12em;
	}
	.headerBox {
		padding-right: 0;
	}
}


/* headLine05 */
.headLine05 {
	margin-bottom: 7.5rem;
	font-size: 3rem;
	font-weight: 500;
}
.headLine05.center {
	text-align: center;
}
.headLine05 .en {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-weight: 400;
	font-size: 12rem;
	letter-spacing: 0.02em;
	white-space:nowrap;
}
.headLine05 .en img {
	width: 15rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.6rem -7.5rem 0 0;
}
.headLine05.center .en img {
	margin-left: 2.3rem;
}
.headLine05 .jp {
	display: block;
	letter-spacing: 0.1em;
	margin-top: 1.7rem;
}
.headLine05 .bg::before {
	width: 84rem;
	height: 9.8rem;
	position: absolute;
	top: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #2E2E2E;
	opacity: 0.1;
	z-index: -1;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine05 {
		font-size: 1.6rem;
	}
	.headLine05 .en {
		font-size: 5.35rem;
	}
	.headLine05 .jp {
		margin-top: 1rem;
	}
	.headLine05 .bg::before {
		width: 37.5rem;
		top: 0.7rem;
		height: 4.4rem;
	}
	.headLine05 .en img {
		width: 6.7rem;
		margin: -0.2rem -3.4rem 0 0;
	}
	.headLine05.center .en img {
		margin-left: 1.1rem;
	}

}


/* headLine06 */
.headLine06 {
	margin-bottom: 3.8rem;
	font-size: 4.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.headLine06 img {
	margin-right: 2.2rem;
	width: 5rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 2rem;
		font-size: 2.8rem;
	}
	.headLine06 img {
		margin-right: 1.2rem;
		width: 3rem;
	}
}


/* comEntryBox */
.comEntryBox {
	padding: 5.3rem 0 9.4rem;
	background: #D9D9D9;
}
.comEntryBox .title {
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 8rem;
	letter-spacing: 0.02em;
	margin-bottom: 0.4rem;
}
.comEntryBox .btn a {
	margin: 0 auto;
	padding: 2rem 9rem;
	width: 96rem;
	height: 23rem;
	font-size: 3.4rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 13rem;
	overflow: hidden;
	background: url("../img/recruit/btn_img.jpg") no-repeat left top / cover;
	letter-spacing: 0.07em;
}
.comEntryBox .btn img {
	width: 4.1rem;
	margin-right: 2rem;
}
.comEntryBox .btn .inner {
	width: 100%;
	display: block;
}
@media all and (min-width: 897px) {
	.comEntryBox .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comEntryBox .title {
		font-size: 4rem;
	}
	.comEntryBox .btn a {
		width: 100%;
		height: 10rem;
		max-width: 50rem;
		padding: 2rem 2rem;
		font-size: 2rem;
	}
	.comEntryBox .btn img {
		width: 2.6rem;
		margin-right: 1rem;
	}
	.comEntryBox {
		padding: 2.3rem 2rem 5.4rem;
	}
}


/* footerBox */
.footerBox {

}
.footerBox .fBox {
	margin: 0 auto;
	max-width: 164rem;
	display: flex;
	justify-content: space-between;
}
.footerBox .fLogo {
	margin-top: -0.8rem;
	width: 54rem;
}
.footerBox .rightBox {
	width: 81.8rem;
}
.footerBox .fBtm {
	color: #fff;
	display: flex;
	justify-content: center;
	background-color: #2E2E2E;
	gap: 0 10.3rem;
	letter-spacing: 0.1em;
	padding: 0.4rem 0 0.4rem;
}
.footerBox .fBtm a {
	color: #fff;
}
.footerBox .bgBox {
	padding: 13.6rem 0 12.8rem;
	background: url("../img/recruit/bg05.jpg") no-repeat left top / 7.9rem 100%;
}
.footerBox .fTxt {
	margin-bottom: 3.3rem;
	line-height: 1.5;
}
.footerBox .comBtn a {
	max-width: 42rem;
}
.footerBox address {
	font-size: 1.4rem;
	font-weight: 500;
}
.footerBox .link {
	margin-top: -0.2rem;
	font-size: 1.6rem;
	font-weight: 500;
}
@media all and (min-width: 897px) {
	.footerBox a:hover {
		opacity: 0.7;
	}
	.footerBox .fLogo a:hover {
		opacity: 1;
	}
}
.footerBox address {
	font-size: 1.6rem;
}
.footerBox .link {
	font-size: 1.8rem;
}

@media all and (max-width: 896px) {
	.footerBox .bgBox {
		padding: 1rem 2rem 6.8rem 4rem;
		background-size: 2.9rem 100%;
	}
	.footerBox .fBox {
		display: block;
	}
	.footerBox .fLogo {
		margin: 0 0 5rem;
		text-align: center;
		width: auto;
	}
	.footerBox .fLogo img {
		width: 78%;
		max-width: 31rem;
	}
	.footerBox .rightBox {
		width: auto;
	}
	.footerBox .fBtm {
		gap: 0 4.3rem;
	}
	.footerBox address {
		font-size: 1.2rem;
	}
	.footerBox .link {
		margin-top: 0;
		font-size: 1.2rem;
	}
	.footerBox .comBtn a {
		max-width: 50rem;
	}
	.footerBox .comTel a {
		margin: 0 auto;
	}
}

/* comNavi */
.comNavi {
	margin-bottom: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	letter-spacing: 0.11em;
	gap: 1.5rem 2rem;
}
.comNavi li {
	position: relative;
}
.comNavi li:after {
	color: #FB6900;
	position: absolute;
	top: 0;
	right: -2rem;
	content: "／"; 
}
.comNavi li:last-child:after {
	display: none;
}
@media all and (min-width: 897px) {
	.comNavi a:hover {
		opacity: 0.7;
	}
}

/* comTel */
.comTel {
	margin-top: 2rem;
}
.comTel a {
	height: 12rem;
	width: 42rem;
	display: block;
	text-align: center;
	font-weight: 500;
	border: 1px solid #FB6900;
	padding: 1.7rem 0;
	letter-spacing: 0.1em;
}
.comTel .sml {
	margin-top: 0.5rem;
	font-size: 1.8rem;
	display: block;
}
.comTel .num {
	font-size: 3.4rem;
	letter-spacing: 0.09em;
}
.comTel .num img {
	width: 4.1rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.9rem 2rem 0 -0.8rem;
}
@media all and (max-width: 896px) {
	.comTel a {
		height: auto;
		width: 100%;
		max-width: 50rem;
		letter-spacing: 0;
	}
	.comTel .sml {
		font-size: 1.2rem;
	}
	.comTel .num {
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	.comTel .num img {
		width: 2.8rem;
		margin: -0.6rem 0.6rem 0 -0.8rem;
	}
}

/* comBtn02 */
.comBtn02 a {
	height: 10rem;
	width: 42rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	border: 1px solid #FB6900;
	padding-top: 0.6rem;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
.comBtn02 .inner {
	width: 100%;
	text-align: center;
}
.comBtn02 img {
	margin: -0.6rem 2.3rem 0 0;
	width: 4.1rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 a {
		padding-top: 0;
		height: 7rem;
		width: 100%;
		max-width: 50rem;
		font-size: 1.7rem;
		letter-spacing: 0;
	}
	.comBtn02 img {
		margin: -0.3rem 1.3rem 0 0;
		width: 2.2rem;
	}
}

/* menuBtn */
.menuBtn {
	width: 10rem;
  	height: 8rem;
	color: #fff;
	background-color: #2E2E2E;
	cursor: pointer;
	transition: 0.3s;
	position: fixed;
	top: 0;
	right: 2rem;
	z-index: 999;
  	border-right: none;
}
.menuBtn .menu {
	margin: -1.2rem 0 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2.6rem;
	width: 6rem;
	z-index: 100;
	transform: translate(-50%, -50%);
}
.menuBtn .menu span {
	background: #fff;
	border: none;
	height: 0.3rem;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 5rem;
	cursor: pointer;
	transition: 0.3s;
}
.menuBtn .menu span:nth-of-type(2) {
	top: 0.5rem;
	opacity: 0;
}
.menuBtn .menu span:nth-of-type(3) {
	top: 1rem;
}
.menuBtn.active .menu .top {
	transform: translateY(0.41rem) translateX(-0.1rem) rotate(20deg) !important;
	z-index: 10 !important;;
}
.menuBtn.active .menu .middle {
	opacity: 0;
}
 .menuBtn.active .menu .bottom {
	transform: translateY(-0.5rem) translateX(-0.06rem) rotate(-20deg) !important;
}
.menuBtn .menu .txt {
	margin-top: 0;
	font-size: 1.8rem;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	transform: translateX(-50%);
}
.menuBtn .menu .txt small {
	display: block;
}
@media all and (min-width: 897px) {
	.menuBtn:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.menuBtn {
		right: 0;
		width: 8rem;
	}
	.menuBtn .menu .txt {
		font-size: 1.4rem;
	}
	.menuBtn .menu {
		margin: -0.7rem 0 0 0;
		height: 2.4rem;
		width: 3.2rem;
	}
}


/* menuBox02 */
.menuBox02 {
	width: 68rem;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	overflow-y: auto;
	background: url("../img/recruit/bg06.jpg") no-repeat left top,url("../img/common/bg01.jpg") repeat left top;
	background-size: 3rem 100%,5rem auto;
	z-index: 99;
	display: none;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
}
.menuBox02.active {
	display: block;
	transform: translateX(0);
}
.menuBox02 .innerBox {
	padding: 11.8rem 4rem 11.8rem 12.1rem;
}
.menuBox02 .comNavi {
	margin-bottom: 8rem;
	display: block;
	gap: 0;
	font-weight: 500;
}
.menuBox02 .comNavi li {
	margin-bottom: 3.4rem;
	padding-left: 2rem;
}
.menuBox02 .comNavi li::after {
	left: 0;
	right: auto;
}
.menuBox02 .comNavi li:last-child {
	margin-bottom: 0;
}
.menuBox02 .comNavi .first {
	font-weight: 700;
	padding-left: 0;
}
.menuBox02 .comNavi .first::after {
	display: none;
}
.menuBox02 .comNavi .innerUl {
	margin-top: 3.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.menuBox02 .comNavi .innerUl li {
	margin: 0;
}
.menuBox02 .comNavi .innerUl li::after {
	content: "-";
	font-weight: 300;
	left: 0.6rem;
	margin-top: -0.2rem;
}
.menuBox02 .btn {
	margin-left: 1.8rem;
}
.menuBox02 .comLink {
	margin: 3rem 8.4rem 0 0;
}
@media all and (max-width: 896px) {
	.menuBox02 {
		width: 100%;
		background-size: 2rem 100%,5rem auto;
	}
	.menuBox02 .innerBox {
		padding: 11.8rem 5rem 10rem 5rem;
	}
	.menuBox02 .comNavi {
		margin-bottom: 6rem;
	}
	.menuBox02 .comLink {
		margin: 3rem 0 0 0;
	}
	.menuBox02 .btn a {
		max-width: inherit;
	}
	.menuBox02 .comTel a {
		max-width: inherit;
	}
}


/* pageBanner */
.pageBanner {
	padding: 3.9rem 0;
	background: #3E549E;
}
.pageBanner ul {
	display: flex;
	gap: 4rem;
	justify-content: center;
}
.pageBanner ul a {
	padding: 0.9rem 0.1rem;
	color: #3E549E;
	width: 45.4rem;
	height: 18.2rem;
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
	border: 1px solid #fff;
	background-color: #fff;
	text-align: center;
}
.pageBanner ul .ttl {
	margin-bottom: 1.4rem;
	letter-spacing: 0.13em;
}
.pageBanner ul .ttl img {
	display: inline-block;
	width: 4rem;
	vertical-align: middle;
	margin: -0.7rem 0 0 0.7rem;
}
.pageBanner ul .image img {
	width: 100%;
}
.pageBanner ul .item02 a {
	color: #fff;
	background-color: #3E549E;
}
@media all and (min-width: 897px) {
	.pageBanner ul a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pageBanner ul {
		display: block;
	}
	.pageBanner {
		padding: 4rem 2rem;
	}
	.pageBanner ul a {
		width: auto;
		height: auto;
		font-size: 2rem;
	}
	.pageBanner ul li {
		margin-bottom: 2rem;
	}
	.pageBanner ul li:last-child {
		margin-bottom: 0;
	}
	.pageBanner ul .ttl img {
		width: 3.2rem;
	}
	.pageBanner ul .image img {
		max-width: 36rem;
	}
}


/* comNavi02 */
.comNavi02 {
	margin: -5.1rem 0 0 18.1rem;
	display: flex;
	gap: 7rem;
}
.comNavi02 .item01 {
	width: 20rem;
}
.comNavi02 .item02 {
	width: 26rem;
}
.comNavi02 .link {
	margin: 0 0 1.8rem !important;
	padding-bottom: 2rem;
	color: #3E549E;
	font-size: 2.2rem !important;
	font-weight: 700 !important;
	border-bottom: 1px solid #2E2E2E;
	display: block;
	letter-spacing: 0.1em;
}
.comNavi02 .innerUl {
	letter-spacing: 0.1em;
}
.comNavi02 .innerUl > li {
	margin-bottom: 2rem;
}
.comNavi02 .innerUl > li:last-child {
	margin-bottom: 0;
}
.comNavi02 .innerUl ul {
	margin-top: 1rem;
}
.comNavi02 .innerUl ul li {
	margin-bottom: 1rem;
}
.comNavi02 .innerUl ul li:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	.comNavi02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comNavi02 {
		margin: 0;
		display: block;
	}
	.comNavi02 .item01 {
		margin-bottom: 5.4rem;
		width: auto;
	}
	.comNavi02 .item02 {
		width: auto;
	}
	.comNavi02 .link {
		padding-bottom: 1.5rem !important;
		font-size: 1.8rem !important;
	}
	.comNavi02 .innerUl {
		font-size: 1.6rem;
	}
	.comNavi02 .innerUl > li {
		margin-bottom: 1.7rem;
	}
	.comNavi02 .innerUl ul {
		margin-top: 1.8rem;
	}
	.comNavi02 .innerUl ul li {
		margin-bottom: 1.8rem;
	}
}


/* comLink */
.comLink {
	text-align: right;
}
.comLink a {
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #000;
	padding: 0 5.7rem 0.4rem 0;
	position: relative;
	letter-spacing: 0.1em;
}
.comLink a::after {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/common/icon12.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLink a {
		padding: 0 3.7rem 0.4rem 0;
		font-size: 1.5rem;
	}
	.comLink a::after {
		width: 2.5rem;
		height: 2.5rem;
	}
}