@charset "utf-8";

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

/* メインビジュアル */
/* -------------------------------------------------- */

html, body, #rcrMvWrap {
	height: 100%;
}

#topMv {
	padding-top: 50px;
}

#rcrMvWrap {
	padding-top: 50px;
}

#rcrMv {
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
	background: url(../../img/recruit/head_sp.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}

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

#rcrMvHead {
	font-size: 7rem;
	line-height: 1;
	letter-spacing: -0.025em;
	color: #ffffff;
	margin-bottom: 15px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	text-indent: 0.3em;
	overflow: hidden;
	font-weight: 700;
}

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

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

#rcrMvTxt1 {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

#rcrMvTxt2 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

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

/* scroll */
.scroll {
	position: absolute;
	bottom: 25px;
	left: 50%;
}
.scroll span {
	position: absolute;
	font-family: 'Asap', sans-serif;
	font-size: 1.0rem;
	color: #fff;
	top: 5px;
	left: 5px;
	z-index: 9;
}
.scrollInner {
	position: absolute;
	width: 1px;
	height: 50px;
	left: calc( 90% - 2px);
	background: #004098;
	z-index: 5;
	overflow: hidden;
}
.scrollInner p {
	position: absolute;
	width: 1px;
	height: 50px;
	top: -80px;
	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;
	}
}


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

#main {
	padding-top: 0;
}

#rcrIntro {
	width: 100%;
	margin: 0 auto 80px;
	text-align: center;
	padding-top: 50px;
}

#rcrIntroHead {
	width: calc(100% - 15px*2);
	margin: 0 auto 20px;
	background: url(../../img/recruit/bg1_sp.png) no-repeat center top / contain ;
	padding-top: 20px;
}

#rcrIntroHead1 {
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 0.050em;
	color: #222;
	margin-bottom: 0.5em;
}

#rcrIntroHead2 {
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.050em;
	color: #222;
}

#rcrIntroBodyTxt {
	padding: 0 15px;
	text-align: left;
}

#rcrIntroBodyTxt p {
	font-size: 1.4rem;
	line-height: 1.357;
	letter-spacing: 0.075em;
	color: #222;
	margin-bottom: 1em;
}

#rcrIntroBodyPh1 {
	width: 100%;
	padding-left: 15px;
	margin-bottom: 15px;
}

#rcrIntroBodyPh2 {
	width: 100%;
	padding-right: 15px;
}


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

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

.rcrSubtit span.rcrSubtitEn {
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: 30px;
}

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

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

.rcrSubtit span.rcrSubtitJp {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.050em;
	white-space: nowrap;
	margin: 0 0 0 2px;
	text-align: left;
}


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

#rcrMessaBody {
	width: 100%;
	margin: 0 auto 75px;
}

#rcrMessaBodyPh {
	width: 88.7%;
	float: left;
}

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

#rcrMessaBodyCont {
	width: 88.7%;
	float: right;
	color: #fff;
	margin-top: -100px;
}

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

#rcrMessaBodyContHeadTxt1 {
	font-size: 1.4rem;
	line-height: 1.31;
	letter-spacing: 0.010em;
	margin-bottom: 10px;
}

#rcrMessaBodyContHeadTxt2 {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.31;
	letter-spacing: 0.025em;
	margin-bottom: 10px;
}

#rcrMessaBodyContHeadTxt3 {
	font-size: 1.2rem;
	line-height: 1.31;
	letter-spacing: 0.100em;
}


#rcrMessaBodyContBody {
	background-color: #004098;
	padding: 20px;
	font-size: 1.4rem;
	line-height: 1.25;
	letter-spacing: 0.075em;
}


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

#rcrInfo {
	white-space: 100%;
	padding: 0 15px;
	margin: 0 auto 75px;
}

#rcrInfoFig {
	width: 100%;
	margin: 0 auto;
}


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

#rcrInteBody ul li {
	width: 100%;
	margin-bottom: 75px;
}

.rcrIntePh {
	width: 71.40625%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}

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

.rcrInteCont {
	width: 100%;
	margin: -15px auto 0;
	position: relative;
	padding: 40px 30px 30px;
}

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

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

#rcrInteBody ul li:nth-child(even) .rcrInteCont:after {
	right: 0;
	left: inherit;
}

.rcrInteContInner {
	width: 250px;
	margin: 0 auto;
}

.rcrInteMseg {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.286;
	letter-spacing: 0.100em;
	color: #fff;
	margin-bottom: 1em;
}

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

.rcrInteName {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
	text-align: center;
}


/* 先輩へインタビュー：モーダル */
/* -------------------------------------------------- */

.mfp-content {
	background-color: #fff;
	width: 100%;
	padding: 0 15px;
	height: 70vh;
	border-top: solid 25px #fff;
	border-bottom: solid 25px #fff;
}

.rcrModal {
	padding: 0 25px 0;
}

/* モーダル閉じるボタン */
.rcrModalClose {
	position: fixed;
	z-index: 1046;
	top: calc(50% - 70vh/2 - 29.5px - 10px);
	right: 15px;
	width: 28.5px;
	height: 29.5px;
	cursor: pointer;
}

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

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

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

.rcrModalName {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #222;
	margin: 0.5em;
}

.rcrModalRole {
	font-size: 1.0rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #222;
	display: inline-block;
	background-color: #fff;
	padding: 0.5em 1em;
}

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

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

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

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

.rcrModalQTxt {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.075em;
	display: block;
}

.rcrModalA {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #172f7c;
	display: block;
	margin-bottom: 5px;
}

.rcrModalATxt {
	font-size: 1.4rem;
	line-height: 1.364;
	letter-spacing: 0.075em;
	display: block;
}

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


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

#rcrWelf {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto 55px;
}

#rcrWelfList ul {
	letter-spacing: -.4em;
	margin-left: -20px;
	margin-right: -20px;
	margin: 0 auto;
	text-align: center;
}

#rcrWelfList ul li {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 2% 20px;
	width: 21%;
	text-align: center;
}

.rcrWelfIc {
	width: 140px;
	margin: 0 auto 10px;
}

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

@media only screen and (max-width: 767px) {
	#rcrWelf {
		width: 100%;
		max-width: 254px;
		padding: 0 15px;
		margin: 0 auto 55px;
	}
}


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

#rcrJobd {
	margin-bottom: 60px;
}

.rcrJobdData {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto 15px;
}

.rcrJobdDataHead {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #222;
	padding: 14px;
	background: #eee url(../../img/recruit/btn_open.png) right 15px center no-repeat;
	-webkit-background-size: 17.5px auto;
	background-size: 17.5px auto;
	cursor: pointer;
}

.rcrJobdDataBody {
	display: none;
	padding: 0 14px 14px;
}

.rcrJobdDataBody table {
	display: block;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.150em;
	color: #222;
	margin-bottom: 15px;
}

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

.rcrJobdDataBody table tr th {
	display: block;
	padding: 14px 0 3.5px;
	font-weight: bold;
	text-align: left;

}

.rcrJobdDataBody table tr td {
	display: block;
	padding: 3.5px 0 14px;
}

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

.rcrJobdBtn a {
	font-size: 1.4rem;
	padding: 15px 0;
}

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

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


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

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

/* アニメーション調整 */

#rcrMvHead .slideTxt {
	transition-delay: 1.8s;
}

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

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

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

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

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

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

.rcrSubtit span.rcrSubtitEn.active::before {
	top: 20px;
	left: 80px;
	opacity: 1;
}

.rcrSubtit span.rcrSubtitEn.active::after {
	opacity: 1;
	bottom: 20px;
	left: 25px;
}

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

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