@charset "UTF-8";

/* ---------------------------------------------------

	Layout - Second Page
	STAFF
	/recruit/staff/

-------------------------- */

/* ---------------------------------------------------

	Index

-------------------------- */
.stf-index { margin: 0 auto; }
.stf-idx-item {
	display: flex;
	justify-content: center;
	}
.stf-idx-item:last-child { margin-bottom: 0; }
.stf-idx-item .fig,
.stf-idx-item .con { width: 100%; }
.stf-idx-item .fig {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	}
.stf-idx-item .con { position: relative; }
.stf-idx-item .con .ttl {
	display: inline-block;
	font-weight: 500;
	}
.stf-idx-item .con .data {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	}
.stf-idx-item .con .linkarea { text-align: right; }
.stf-idx-item .con .linkarea a {
	background-color: rgba(0, 166, 118, 1);
	color: rgba(255, 255, 255, 1);
	overflow: hidden;
	position: relative;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-radius: 100px;
	}
.stf-idx-item .con .linkarea a:after {
	background-color: rgba(255, 255, 255, 1);
	background-image: url(/recruit/src/img/common/icon/arrow-right-green.svg);
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: relative;
	border-radius: 100px;
	}
@media (min-width: 751px) {
.stf-index { max-width: 1000px; }
.stf-idx-item { margin-bottom: 80px; }
.stf-idx-item:nth-child(even) { flex-direction: row-reverse; }
.stf-idx-item .fig {
	max-width: 53%;
	min-height: 500px;
	min-width: 53%;
	}
.stf-idx-item .con {
	padding: 60px 4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	}
.stf-idx-item .con .ttl { font-size: min(2.25vw, 35px); }
.stf-idx-item .con .data { margin-top: 20px; }
.stf-idx-item .con .data span { font-size: 16px; }
.stf-idx-item .con .linkarea { margin-top: 30px; }
.stf-idx-item .con .linkarea a {
	font-size: 16px;
	max-width: 270px;
	padding: 10px 20px 10px 20px;
	transition: all .3s;
	}
.stf-idx-item .con .linkarea a:after {
	background-size: 10px;
	height: 20px;
	margin-left: 20px;
	min-width: 20px;
	max-width: 20px;
	transition: all .3s;
	}
/* Hover */
.stf-idx-item .con .linkarea a:hover {
	padding-right: 5px;
	transform: scale(1.05);
	}
}
@media (max-width: 750px) {
.stf-idx-item {
	margin-bottom: 60px;
	flex-wrap: wrap;
	}
.stf-idx-item .fig {
	min-height: 400px;
	min-width: 100%;
	}
.stf-idx-item:nth-child(odd) .fig { margin-left: -40px; }
.stf-idx-item:nth-child(even) .fig { margin-right: -40px; }
.stf-idx-item .con {
	margin-top: -25px;
	padding: 0 20px;
	}
.stf-idx-item .con .ttl {
	background-color: rgba(255, 255, 255, 1);
	font-size: min(6vw, 40px);
	margin-left: -20px;
	padding: 10px 20px 0;
	border-radius: 4px 4px 0 0;
	}
.stf-idx-item .con .data { margin-top: 20px; }
.stf-idx-item .con .data span { font-size: 16px; }
.stf-idx-item .con .linkarea { margin-top: 20px; }
.stf-idx-item .con .linkarea a {
	font-size: 16px;
	max-width: 250px;
	padding: 15px 20px 15px 30px;
	}
.stf-idx-item .con .linkarea a:after {
	background-size: 10px;
	height: 20px;
	margin-left: 20px;
	min-width: 20px;
	max-width: 20px;
	}
}
/* ----------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}

/* ---------------------------------------------------

	Detail

-------------------------- */
/* Base */
body.staff_detail .secwrap {
	max-width: unset;
	padding-top: 0;
	box-sizing: border-box;
	}
.stfdtl-wrap {
	margin: 0 auto;
	max-width: 1160px;
	}
@media (max-width: 750px) {
.itv-bnrarea {
	padding-left: 0;
	padding-right: 0;
	}
}
/* ----------------------- */
/* Intro */
.stfdtl-intro {
	position: relative;
	box-sizing: border-box;
	}
.stfdtl-intro .fig {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.stfdtl-intro .ttlarea {
	position: relative;
	width: 100%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	}
.stfdtl-intro .ttlarea.aic { align-items: center; }
.stfdtl-intro .ttlarea.aifs { align-items: flex-start; }
.stfdtl-intro .ttlarea.aife { align-items: flex-end; }
.stfdtl-intro .ttlarea .ttl {
	font-weight: 500;
	position: relative;
	}
.stfdtl-intro .ttlarea .data {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	}
@media (min-width: 751px) {
.stfdtl-intro {
	margin-left: -100px;
	min-height: 600px;
	max-height: 600px;
	padding: 0 100px;
	display: flex;
	align-items: center;
	}
.stfdtl-intro .fig {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	}
.stfdtl-intro .ttlarea {
	margin: 0 auto;
	max-width: 1000px;
	}
.stfdtl-intro .ttlarea .ttl { font-size: min(2.25vw, 40px); }
.stfdtl-intro .ttlarea .data { margin-top: 30px; }
.stfdtl-intro .ttlarea .data span { font-size: 16px; }
}
@media (max-width: 750px) {
.stfdtl-intro {
	padding: 30px 0;
	}
.stfdtl-intro .fig {
	margin-left: -20px;
	max-height: 250px;
	min-height: 250px;
	position: relative;
	}
.stfdtl-intro .ttlarea { margin-top: -30px; }
.stfdtl-intro .ttlarea .ttl {
	background-color: rgba(255, 255, 255, 1);
	font-size: min(7vw, 35px);
	padding: 10px 20px;
	}
.stfdtl-intro .ttlarea .data { margin-top: 20px; }
.stfdtl-intro .ttlarea .data span { font-size: 16px; }
}
/* ----------------------- */
/* Profile */
.profile {
	background-color: rgba(248, 248, 248, 1);
	margin: 0 auto;
	box-sizing: border-box;
	}
.profile .ttl {
	color: rgba(0, 166, 118, 1);
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	}
.profile .list dl {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	}
.profile .list dl:last-child { margin-bottom: 0; }
.profile .list dl dt { color: rgba(0, 166, 118, 1); }
@media (min-width: 751px) {
.profile {
	margin-top: 70px;
	max-width: 1160px;
	padding: 60px 80px;
	}
.profile .ttl { font-size: 30px; }
.profile .list { margin-top: 15px; }
.profile .list dl {
	font-size: 18px;
	margin-bottom: 10px;
	}
.profile .list dl dt { min-width: 150px; }
}
@media (max-width: 750px) {
.profile {
	margin-top: 20px;
	padding: 20px 30px;
	border-radius: 4px;
	}
.profile .ttl { font-size: 20px; }
.profile .list { margin-top: 15px; }
.profile .list dl {
	font-size: 16px;
	margin-bottom: 10px;
	}
.profile .list dl dt { min-width: 100px; }
}
/* ----------------------- */
/* Interview */
@media (min-width: 751px) {
.itv-wrap {
	margin-top: 70px;
	padding: 0 100px;
	}
}
@media (max-width: 750px) {
.itv-wrap { margin-top: 40px; }
}
/* ----------------------- */
/* Item */
.itv-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	}
.itv-item:last-child { margin-bottom: 0; }
.itv-item .ttl-main {
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	}
.itv-item .ttl-main:before {
	background-color: rgba(0, 166, 118, 1);
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	}
.itv-item .inner:last-child { margin-bottom: 0; }
.itv-item .ttl-sub {
	color: rgba(0, 166, 118, 1);
	font-weight: 500;
	}
.itv-item .txt p { text-align: justify; }
.itv-item .txt p:last-child { margin-bottom: 0; }
@media (min-width: 751px) {
.itv-item { margin-bottom: 60px; }
.itv-item .ttl-main {
	font-size: 22px;
	margin-top: 5px;
	min-width: 300px;
	position: sticky;
	top: 110px;
	}
.itv-item .ttl-main:before {
	height: 20px;
	margin-right: 10px;
	max-width: 20px;
	min-width: 20px;
	}
.itv-item .inner { margin-bottom: 60px; }
.itv-item .ttl-sub { font-size: 30px; }
.itv-item .txt { margin-top: 30px; }
.itv-item .txt p {
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 30px;
	}
}
@media (max-width: 750px) {
.itv-item { margin-bottom: 40px; }
.itv-item .ttl-main {
	font-size: 20px;
	position: sticky;
	top: 110px;
    text-align: justify;
    writing-mode: vertical-rl;
    display: inline-flex;
	}
.itv-item .ttl-main:before {
	height: 20px;
	margin-bottom: 10px;
	max-width: 20px;
	min-width: 20px;
	}
.itv-item .comm {
	margin-top: 25px;
	padding-left: 20px;
	}
.itv-item .inner { margin-bottom: 60px; }
.itv-item .ttl-sub { font-size: 25px; }
.itv-item .txt { margin-top: 20px; }
.itv-item .txt p {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 20px;
	}
}
/* ----------------------- */
/* Gallery */
.itv-gallery {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	}
.itv-gallery figure {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	}
@media (min-width: 751px) {
.itv-gallery {
	margin-left: -200px;
	margin-right: -200px;
	margin-top: 70px;
	}
.itv-gallery figure { padding: 20px; }
.itv-gallery figure:first-child { padding-left: 0; }
}
@media (max-width: 750px) {
.itv-gallery {
	margin-top: 40px;
	padding: 0 10px;
	flex-wrap: wrap;
	}
.itv-gallery figure {
	max-height: 200px;
	max-width: 80%;
	margin-bottom: 10px;
	}
.itv-gallery figure:last-child { margin-bottom: 0; }
.itv-gallery figure:nth-child(odd) {
	margin-right: 20%;
	border-radius: 4px 0 0 0;
	}
.itv-gallery figure:nth-child(even) {
	margin-left: 20%;
	border-radius: 0 0 4px 0;
	}
}
/* ----------------------- */
/* Schedule */
.schedule {
	background-color: rgba(248, 248, 248, 1);
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	}
.schedule .ttl {
	display: flex;
	flex-direction: column;
	}
.schedule .ttl span.en {
	color: rgba(0, 166, 118, 1);
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	}
.schedule .ttl span.jp { font-weight: 500; }
.schedule .list {
	position: relative;
	width: 100%;
	}
.schedule .list:before {
	background-color: rgba(0, 166, 118, 1);
	content: '';
	position: absolute;
	width: 1px;
	}
.schedule .list dl {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	}
.schedule .list dl:last-child { margin-bottom: 0; }
.schedule .list dl dt {
	color: rgba(0, 166, 118, 1);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	}
.schedule .list dl dt:before {
	background-color: rgba(0, 166, 118, 1);
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	}
.schedule .list dl dd {}
@media (min-width: 751px) {
.schedule {
	margin-bottom: 70px;
	margin-top: 70px;
	max-width: 1160px;
	padding: 60px 80px;
	}
.schedule .ttl { min-width: 250px; }
.schedule .ttl span.en { font-size: 30px; }
.schedule .ttl span.jp { font-size: 18px; }
.schedule .list { margin-top: 45px; }
.schedule .list:before {
	bottom: 15px;
	left: 7px;
	top: 15px;
	}
.schedule .list dl {
	font-size: 18px;
	margin-bottom: 20px;
	}
.schedule .list dl dt { min-width: 125px; }
.schedule .list dl dt:before {
	height: 15px;
	margin-right: 10px;
	max-width: 15px;
	min-width: 15px;
	}
}
@media (max-width: 750px) {
.schedule {
	margin-bottom: 40px;
	margin-top: 40px;
	max-width: 1160px;
	padding: 30px;
	flex-wrap: wrap;
	}
.schedule .ttl span.en { font-size: 25px; }
.schedule .ttl span.jp { font-size: 16px; }
.schedule .list { margin-top: 30px; }
.schedule .list:before {
	bottom: 15px;
	left: 7px;
	top: 15px;
	}
.schedule .list dl {
	
	margin-bottom: 20px;
	}
.schedule .list dl dt {
	font-size: 18px;
	min-width: 100px;
	}
.schedule .list dl dt:before {
	height: 15px;
	margin-right: 10px;
	max-width: 15px;
	min-width: 15px;
	}
.schedule .list dl dd { font-size: 16px; }
}
/* ----------------------- */
/* Outro */
.itv-outro {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	}
@media (min-width: 751px) {
.itv-outro {
	margin-bottom: 100px;
	margin-left: -100px;
	margin-right: -100px;
	margin-top: 70px;
	min-height: 600px;
	}
}
@media (max-width: 750px) {
.itv-outro {
	margin-bottom: 60px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 40px;
	min-height: 300px;
	}
}
/* ----------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}

/* ---------------------------------------------------

	＊＊＊＊＊

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}