@charset "utf-8";

/* =============================== */
/* 採用情報 */
/* =============================== */

/* メインビジュアル */
/* -------------------------------------------------- */
#rcrMvWrap {
	padding-left: 80px;
}

#rcrMv {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 100px);
	margin-bottom: 150px;
	background: url(../../img/recruit/head_pc.jpg) no-repeat top center/cover;
}

#rcrMv video {
	position: absolute;
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
}

#mvTextWrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}

#rcrMvHead {
	padding-bottom: 20px;
	z-index: 10;
	font-size: 6.5vw;
	line-height: 1;
	color: #ffffff;
	opacity: 0.9;
	position: relative;
	overflow: hidden;
	font-weight: 700;
}

#rcrMvHead .future {
	color: #1e8cfd;
}

#rcrMvHead .exclamation {
	margin-left: -0.2em;
}

#rcrMvBody {
}

#rcrMvTxt1 {
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: 0.200em;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
	overflow: hidden;
}

	@media screen and (min-width: 1024px) and (max-width: 1200px) {
		#rcrMvTxt1 {
			font-size: 2.8rem;
		}
	}

#rcrMvTxt2 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #fff;
	overflow: hidden;
}

#rcrMvTxt2 span.frame {
	display: inline-block;
	border: solid 2px #fff;
	padding: 10px 30px;
}

/* scroll */
.scroll {
	position: absolute;
	bottom: 50px;
	left: 50%;
}
.scroll span {
	position: absolute;
	font-family: 'Asap', sans-serif;
	font-size: 2.0rem;
	color: #fff;
	top: 7px;
	left: 15px;
	z-index: 9;
}
.scrollInner {
	position: absolute;
	width: 2px;
	height: 100px;
	left: calc( 90% - 2px);
	background: #004098;
	z-index: 5;
	overflow: hidden;
}
.scrollInner p {
	position: absolute;
	width: 2px;
	height: 100px;
	top: -160px;
	background: #fff;
	z-index: 9;
	animation-name: mv-slide;
	animation-duration: 3s;
	animation-timing-function: liner;
	animation-delay: 1s;
	animation-iteration-count: infinite;
}
@keyframes mv-slide {
	0% {
		top: -100px;
	}
	80% {
		top: 100px;
	}
	100% {
		top: 100px;
	}
}


/* イントロ */
/* -------------------------------------------------- */

#rcrIntro {
	width: 100%;
	max-width: 1530px;
	margin: 0 auto;
	padding: 80px 15px 0;
	background: url(../../img/recruit/bg1_pc.png) no-repeat center top / contain ;
	text-align: center;
	margin-bottom: 240px;
}

#rcrIntroHead {
	margin-bottom: 70px;
}

#rcrIntroHead1 {
	font-size: 4.5rem;
	font-weight: 350;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #222;
	margin-bottom: 0.5em;
}

#rcrIntroHead2 {
	font-size: 6.0rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.100em;
	color: #222;
}

#rcrIntroBody {
	position: relative;
}

#rcrIntroBodyTxt {
	width: 51.867%;
	max-width: 778px;
	float: left;
	margin-bottom: 50px;
	text-align: left;
}

#rcrIntroBodyTxt p {
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: 0.050em;
	color: #222;
	margin-bottom: 1em;
}

#rcrIntroBodyPh1 {
	width: 42%;
	max-width: 950px;
	padding-left: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

#rcrIntroBodyPh2 {
	width: 63%;
	max-width: 1000px;
	float: left;
}

#rcrIntroBodyPh1 img,
#rcrIntroBodyPh2 img {
	width: 100%;
	height: auto;
}


/* 共通見出し */
/* -------------------------------------------------- */

.rcrSubtit {
	font-family: 'Overpass', sans-serif;
	font-size: 9.0rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.010em;
	color: #000;
	text-align: center;
	margin-bottom: 50px;
}

.rcrSubtit span.rcrSubtitEn {
	padding: 40px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.rcrSubtit span.rcrSubtitEn:before {
	display: inline-block;
	content: "";
	width: 42px;
	height: 2px;
	background-color: #c6c6c6;
	position: absolute;
	top: 15px;
	left: 130px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ie .rcrSubtit span.rcrSubtitEn:before {
	top: -20px;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.rcrSubtit span.rcrSubtitEn:after {
	display: inline-block;
	content: "";
	width: 42px;
	height: 2px;
	background-color: #004098;
	position: absolute;
	bottom: 15px;
	left: -5px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ie .rcrSubtit span.rcrSubtitEn:after {
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.rcrSubtit span {
	line-height: 1;
}

.rcrSubtit span.rcrSubtitJp {
	margin: -5px 0 0 3px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.050em;
	white-space: nowrap;
}

.ie .rcrSubtit span.rcrSubtitJp {
	bottom: -5px;
}


/* 採用担当者からのメッセージ */
/* -------------------------------------------------- */

#rcrMessaBody {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto 230px;
	padding: 0 15px;
}

#rcrMessaBodyPh {
	width: 651px;
	float: left;
	margin-top: 80px;
}

#rcrMessaBodyPh img {
	width: 100%;
	height: auto;
}

#rcrMessaBodyCont {
	width: calc(100% - 651px);
	max-width: 550px;
	float: right;
	color: #fff;
}

#rcrMessaBodyContHead {
	background-color: #0d64c7;
	padding: 30px;
}

#rcrMessaBodyContHeadTxt1 {
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.279;
	letter-spacing: -0.022em;
	margin-bottom: 20px;
}

#rcrMessaBodyContHeadTxt2 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.279;
	letter-spacing: 0.050em;
	margin-bottom: 20px;
}

#rcrMessaBodyContHeadTxt3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.279;
	letter-spacing: 0.100em;
	text-align: right;
}

#rcrMessaBodyContHeadTxt3 .small{
	font-size: 1.8rem;
}


#rcrMessaBodyContBody {
	background-color: #004098;
	padding: 30px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}


/* 数字で見る佐伯印刷 */
/* -------------------------------------------------- */

#rcrInfo {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 240px;
}

#rcrInfoFig {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#rcrInfoFig img {
	width: 100%;
	height: auto;
}


/* 先輩へインタビュー */
/* -------------------------------------------------- */

#rcrInte {
	width: 100%;
	margin-bottom: 225px;
}

#rcrInteBody {
	position: relative;
	margin-top: 180px;
}

#rcrInteBody:after {
	display: block;
	content: "";
	width: calc(100% - 16.667vw);
	height: 28.646vw;
	background-color: #004098;
	position: absolute;
	top: -100px;
	left: 0;
	z-index: -1;
}

#rcrInteBody ul {
	letter-spacing: -.4em;
	margin-left: -30px;
	margin-right: -30px;
	width: 100%;
	max-width: 1530px;
	padding: 0 15px;
	margin: 0 auto;
}

#rcrInteBody ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	width: calc(33.33% - 30px*2);
}

#rcrInteBody a img {
	transition: all 0.3s ease-in-out 0s;
}

#rcrInteBody a:hover img {
	opacity: 0.8;
}

.rcrIntePh {
	margin-bottom: 45px;
	position: relative;
	background: #FFF;
}

/*
.rcrIntePh:after {
	display: inline-block;
	content: "";
	width: 2px;
	height: 60px;
	background-color: #117ff0;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 2px/2);
}
*/

.rcrInteCont {
	position: relative;
}

.rcrInteCont:before {
	display: inline-block;
	content: "";
	width: 2px;
	height: 60px;
	background-color: #004098;
	position: absolute;
	top: -75px;
	left: calc(50% - 2px/2);
}

.rcrIntePh img {
	width: 100%;
	height: auto;
}

.rcrInteMseg {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.075em;
	color: #222;
	margin-bottom: 1em;
}

.rcrInteRole {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #222;
	text-align: center;
	margin-bottom: 1em;
}

.rcrInteName {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #222;
	text-align: center;
}

/* 先輩へインタビュー：モーダル */
/* -------------------------------------------------- */
.mfp-content {
	background-color: #fff;
	width: 100%;
	max-width: 1200px;
	height: 80vh;
}

.rcrModal {
	padding: 80px 100px;
}

/* モーダル閉じるボタン */
.rcrModalClose {
	position: fixed;
	z-index: 1046;
	top: calc(50% - 75vh/2 - 68px - 30px);
	right: calc(50% - 1220px/2);
	width: 66px;
	height: 68px;
	cursor: pointer;
}
	@media only screen and (max-width: 1220px) {
		.rcrModalClose {
			right: 10px;
		}
	}

.mfp-close-btn-in .mfp-close {
	display: none;
}

/*
.mfp-close {
	font-size: 0;
	opacity: 1;
}

.mfp-close-btn-in .mfp-close {
	display: none;
	position: fixed;
	z-index: 1046;
	top: calc(50% - 75vh/2 - 68px - 30px);
	right: calc(50% - 1220px/2);
	width: 66px;
	height: 68px;
	background: url(../../img/recruit/modal_close.png);
	background-size: 66px auto;
}
	@media only screen and (max-width: 1220px) {
		.mfp-close-btn-in .mfp-close {
			right: 10px;
		}
	}
*/

.rcrModalPh {
	width: 100%;
	height: 470px;
}

.rcrModalPh img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/* モーダル内のタイポグラフィ */
.rcrModalHead {
	display: table;
	width: 100%;
	height: 120px;
	background-color: #e8f3ff;
	margin-bottom: 40px;
}

.rcrModalHeadInner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 45px;
}

.rcrModalName {
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #222;
	display: inline-block;
	margin-right: 25px;
	vertical-align: middle;
}

.rcrModalRole {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #222;
	display: inline-block;
	background-color: #fff;
	padding: 0.8rem 2.0rem;
	vertical-align: middle;
}

.rcrModalCont dl dt {
	margin-bottom: 30px;
}

.rcrModalCont dl dd {
	padding-bottom: 40px;
	border-bottom: solid 1px #bfbfbf;
	margin-bottom: 40px;
}

.rcrModalCont dl dd:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.rcrModalQ {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #1e8cfd;
	display: block;
	margin-bottom: 15px;
}

.rcrModalQTxt {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.150em;
	display: block;
}

.rcrModalA {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #172f7c;
	display: block;
}

.rcrModalATxt {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.150em;
	display: block;
	margin-bottom: 15px;
}

/* モーダル内のスクロールバー */
.jspVerticalBar {
	width: 8px;
	right: 0;
}
.jspTrack {
	background-color: #cdcdcd;
}
.jspDrag {
	background: #000;
}


/* 福利厚生 */
/* -------------------------------------------------- */

#rcrWelf {
	width: 100%;
	max-width: 1178px;
	padding: 0 15px;
	margin: 0 auto 180px;
}

#rcrWelfList ul {
	letter-spacing: -.4em;
	margin-left: -64px;
	margin-right: -64px;
}

#rcrWelfList ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 64px 35px;
	width: 191px;
	text-align: center;
}

.rcrWelfIc {
	width: 190px;
	margin: 0 auto 20px;
}

.rcrWelfName {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #222;
	text-align: center;
}

@media only screen and (max-width: 1300px) {
	#rcrWelfList ul {
		margin-left: -30px;
		margin-right: -30px;
		text-align: center;
	}
	
	#rcrWelfList ul li {
		margin: 0 30px 35px;
	}
}


/* 募集要項 */
/* -------------------------------------------------- */

#rcrJobd {
	margin-bottom: 100px;
}

.rcrJobdData {
	width: 100%;
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto 10px;
}

.rcrJobdDataHead {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #222;
	padding: 25px;
	background: #eee url(../../img/recruit/btn_open.png) right 30px center no-repeat;
	background-size: 35px auto;
	cursor: pointer;

}

.rcrJobdDataBody {
	display: none;
	padding: 25px 25px 30px;
}

.rcrJobdDataBody table {
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0.150em;
	color: #222;
	margin-bottom: 30px;
}

.rcrJobdDataBody table tr {
	border-bottom: solid 2px #dbdbdb;
}

.rcrJobdDataBody table tr th {
	width: 225px;
	padding: 28px 0;
	font-weight: 500;
	text-align: left;
}

.rcrJobdDataBody table tr td {
	padding: 28px 0;
}

.rcrJobdBtn {
	width: 397px;
	margin: 0 auto;
}

.rcrJobdBtn a {
	font-size: 1.8rem;
	padding: 19px 0;
}

/* 開いたときのスタイル */
.rcrJobdDataInner.open .rcrJobdDataHead {
	color: #fff;
	background: #1e8cfd url(../../img/recruit/btn_close.png) right 30px center no-repeat;
}

.rcrJobdDataInner.open .rcrJobdDataBody {
	border: solid 1px #1e8cfd;
	border-top: none;
}

/* アニメーション調整 */
#rcrMvHead .slideTxt {
	transition-delay: 2s;
}

#rcrMvTxt1 .slideTxt {
	transition-delay: 2.4s;
}

#rcrMvTxt2 .slideTxt {
	transition-delay: 2.9s;
}

#rcrIntroBodyPh2.inner {
	transition-delay: 0.5s;
}

.rcrSubtitJp.slideTxt {
	transition-delay: 0.2s;
}

.rcrSubtit span.rcrSubtitEn::before {
	top: -5px;
	left: 150px;
	opacity: 0;
	transition: all 0.3s ease-in-out 1.3s;
}

.rcrSubtit span.rcrSubtitEn::after {
	bottom: 35px;
	left: 15px;
	opacity: 0;
	transition: all 0.3s ease-in-out 1.5s;
}

.rcrSubtit span.rcrSubtitEn.active::before {
	top: 15px;
	left: 130px;
	opacity: 1;
}

.rcrSubtit span.rcrSubtitEn.active::after {
	opacity: 1;
	bottom: 15px;
	left: -5px;
}

#rcrInteBody.commonInview::after {
	width: 0;
	transition: all 0.3s ease-in-out 0s;
}

#rcrInteBody.commonInview.active::after {
	width: calc(100% - 16.667vw);
}