@charset "UTF-8";

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

	Layout - Second Page
	Recruit
	/recruit/

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

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

	Common

--------------------------- */
/* None */
.floatingwire { display: none; }
/* ------------------------ */
/* ***** */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}

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

	Top

--------------------------- */
/* Intro */
.rec-entrance {
	position: relative;
	text-align: center;
	}
.rec-entrance .inner {
	margin: 0 auto;
	position: relative;
	}
.rec-entrance .con {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.rec-entrance .ttl {
	position: relative;
	z-index: 1;
	}
.rec-entrance .copy {
	font-family: 'Zen Antique Soft', serif;
	font-weight: 500;
	}
.rec-entrance .copy .mainttl {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-weight: 500;
	}
.rec-entrance .copy .catch.en { color: rgb(39 151 209); }
.rec-entrance .copy .catch.jp {
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
.rec-entrance .fig {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	}
.rec-entrance .fig .item {
	position: absolute;
	box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.16);
	}
@media (min-width: 751px) {
.rec-intro { padding-top: 180px; }
.rec-entrance .ttl {
	max-width: 47.2%;
	padding: 40px;
	}
.rec-entrance .copy {
	text-align: left;
	padding: 40px;
	}
.rec-entrance .copy .mainttl {
	font-size: 16px;
	letter-spacing: 5px;
	}
.rec-entrance .copy .catch.en { font-size: 20px; }
.rec-entrance .copy .catch.jp {
	font-size: 40px;
	line-height: 1.5;
	margin-top: 20px;
	align-items: flex-start;
	}
.rec-entrance .fig .item {
	max-width: 11.0%;
	box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
	border-radius: 10px 30px;
	}
.rec-entrance .fig .item.f1 { right: 10%; top: -5%; }
.rec-entrance .fig .item.f2 { bottom: 0; right: 28%; }
.rec-entrance .fig .item.f3 { right: 28%; top: 0; }
.rec-entrance .fig .item.f4 { bottom: -5%; right: 10%; }
}
@media (max-width: 750px) {
.rec-intro { padding-top: 90px; }
.rec-entrance .con {
	padding: 80px 40px 40px;
	flex-wrap: wrap;
	}
.rec-entrance .copy { margin-top: 30px; }
.rec-entrance .copy .mainttl {
	font-size: 16px;
	letter-spacing: 5px;
	}
.rec-entrance .copy .catch.en {
	font-size: 20px;
	line-height: 1;
	}
.rec-entrance .copy .catch.jp {
	font-size: min(8vw, 30px);
	line-height: 1.5;
	margin-top: 20px;
	align-items: center;
	}
.rec-entrance .copy .catch.jp span:nth-child(2) { margin-left: 20px; }
.rec-entrance .fig .item {
	max-width: 25%;
	box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
	border-radius: 4px 15px;
	}
.rec-entrance .fig .item.f1 { right: 5%; top: 10%; }
.rec-entrance .fig .item.f2 { bottom: -8%; left: 5%; }
.rec-entrance .fig .item.f3 { left: 5%; top: 2%; }
.rec-entrance .fig .item.f4 { bottom: -12%; right: 5%; }
}
/* ------------------------ */
/* outline */
.hom-outline {
	background-image: url(/src/img/recruit/top/aboutus-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	}
.hom-outline:before,
.hom-outline:after {
	background-position: center;
	background-repeat: repeat-x;
	background-size: cover;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	}
.hom-outline:before {
	background-image: url(/src/img/recruit/top/wave-upper-white.svg);
	background-position: center bottom;
	top: 0;
	}
.hom-outline:after {
	background-image: url(/src/img/recruit/top/wave-bottom-white.svg);
	background-position: center top;
	bottom: 0;
	}
.hom-otl-block {
	position: relative;
	z-index: 1;
	}
.hom-otl-block:last-child { margin-bottom: 0; }
.hom-otl-block .ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}
.hom-otl-block .ttl span.en {
	color: rgb(255 255 255);
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	}
.hom-otl-block .ttl span.jp { font-family: 'Zen Kaku Gothic Antique', sans-serif; }
.hom-otl-block .body { margin: 0 auto; }
.hom-otl-block .body .txt p:last-child { margin-bottom: 0; }
@media (min-width: 751px) {
.hom-outline { padding: 200px 60px 250px; }
.hom-outline:before,
.hom-outline:after { height: 20vh; }
.hom-otl-block { margin-bottom: 100px; }
.hom-otl-block .ttl span.en { font-size: min(15vw, 200px); }
.hom-otl-block .ttl span.jp { font-size: min(3vw, 35px); }
.hom-otl-block .body {
	margin-top: 60px;
	max-width: 1030px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	}
.hom-otl-block .body .txt { padding: 0 25px; }
.hom-otl-block .body .txt p {
	font-size: 22px;
	line-height: 2;
	margin-bottom: 40px;
	}
.hom-otl-block .body .fig { padding: 0 25px; }
}
@media (max-width: 750px) {
.hom-outline { padding: 100px 30px; }
.hom-outline:before,
.hom-outline:after { height: 5vh; }
.hom-otl-block { margin-bottom: 50px; }
.hom-otl-block .ttl span.en { font-size: min(18vw, 200px); }
.hom-otl-block .ttl span.jp { font-size: min(5vw, 35px); }
.hom-otl-block .body { margin-top: 20px; }
.hom-otl-block .body .txt p {
	font-size: 16px;
	line-height: 1.85;
	margin-bottom: 20px;
	}
.hom-otl-block .body .fig { margin-top: 25px; }
}
/* ------------------------ */
/* outline - message */
.hom-otl-block.message .ttl span.jp {
	font-family: 'Zen Antique Soft', serif;
	font-weight: 500;
	}
@media (min-width: 751px) {
.hom-otl-block.message .ttl span.jp { font-size: min(5vw, 65px); }
.hom-otl-block.message .body .txt { text-align: center; }
}
@media (max-width: 750px) {
.hom-otl-block.message .ttl span.jp { font-size: min(9vw, 65px); }
}
/* ------------------------ */
/* outline - aboutus */
@media (min-width: 751px) {
.hom-otl-block.aboutus .body .fig { max-width: 38.7%; }
}
@media (max-width: 750px) {
}
/* ------------------------ */
/* interview */
.hom-interview {
	background-image: url(/src/img/common/logo/brainpartners-symbol-white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 auto;
	}
.hom-interview .ttl {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	}
.hom-interview .ttl span.en {
	background: transparent linear-gradient(110deg, #52C9A8 0%, #3158E0 100%) 0% 0% no-repeat padding-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	}
@media (min-width: 751px) {
.hom-interview {
	background-size: 30%;
	max-width: 1030px;
	padding: 100px 60px;
	}
.hom-interview .ttl span.en { font-size: min(15vw, 200px); }
.hom-interview .ttl span.jp { font-size: min(3vw, 35px); }
.hom-interview .stf-fig {
	margin-top: 50px;
	padding: 0 30px;
	}
.hom-interview .com-btnarea { margin-top: 30px; }
.hom-interview .com-btnarea a { transition: all .3s; }
.hom-interview .com-btnarea a:hover { transform: scale(1.1); }
}
@media (max-width: 750px) {
.hom-interview {
	background-size: 100%;
	padding: 30px 0;
	}
.hom-interview .ttl { padding: 0 20px; }
.hom-interview .ttl span.en { font-size: min(18vw, 200px); }
.hom-interview .ttl span.jp { font-size: min(5vw, 35px); }
.hom-interview .stf-fig {
	margin-top: 20px;
	padding: 0 20px;
	}
.hom-interview .com-btnarea { margin-top: 10px; }
}

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

	Interview

--------------------------- */
/* Index */
.itv-list {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	}
.itv-list .item {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.itv-list .item:last-child { margin-bottom: 0; }
.itv-list .item .thumb { position: relative; }
.itv-list .item .thumb:before {
	background: transparent linear-gradient(92deg, rgba(82, 201, 168, 1) 0%, rgba(34, 145, 214, 1) 100%) 0% 0% no-repeat padding-box;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	}
.itv-list .item .thumb img {
	position: relative;
	z-index: 1;
	}
.itv-list .item .con .credit {
	display: flex;
	align-items: baseline;
	}
.itv-list .item .con .credit span { font-weight: 700; }
.itv-list .item .con .credit span:last-child { margin-right:0; }
.itv-list .item .con .credit span.name { color: rgba(75 192 194); }
.itv-list .item .con .ttl {
	background: transparent linear-gradient(92deg, rgba(82, 201, 168, 1) 0%, rgba(34, 145, 214, 1) 100%) 0% 0% no-repeat padding-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
.itv-list .item .con .com-btnarea { padding: 0; }
.itv-list .item .con .com-btnarea a,
.itv-list .item .con .com-btnarea a:after { position: relative; }
.itv-list .item .con .com-btnarea a:after {
	background-color: rgb(255 255 255);
	background-image: url(/src/img/common/icon/arrow-right-green.svg);
	border-radius: 100px;
	}
@media (min-width: 751px) {
.itv-list { padding: 150px 0; }
.itv-list .item { margin-bottom: 100px; }
.itv-list .item:nth-child(even) { flex-flow: row-reverse; }
.itv-list .item .thumb { max-width: 350px; }
.itv-list .item .thumb:before {
	height: 90%;
	width: 90%;
	border-radius: 10px 50px 10px 50px;
	}
.itv-list .item .con { padding: 0 50px; }
.itv-list .item .con .credit span {
	font-size: min(2vw, 20px);
	margin-right: 20px;
	}
.itv-list .item .con .ttl {
	font-size: min(4vw, 40px);
	line-height: 1.5;
	margin-top: 20px;
	}
.itv-list .item .con .com-btnarea {
	margin-top: 30px;
	justify-content: flex-start;
	}
.itv-list .item .con .com-btnarea a { padding: 0 10px 0 30px; }
.itv-list .item .con .com-btnarea a:hover { transform: scale(1.1); }
.itv-list .item .con .com-btnarea a:after {
	background-size: 20px;
	margin-left: 30px;
	min-width: 30px;
	height: 30px;
	}
.itv-list .item .con .com-btnarea a:hover:after { transform: rotate(360deg); }
}
@media (max-width: 750px) {
.itv-list { padding: 50px 0; }
.itv-list .item {
	margin-bottom: 50px;
	flex-wrap: wrap;
	}
.itv-list .item .thumb { margin-right: 15vw; }
.itv-list .item .thumb:before {
	height: 90%;
	width: 90%;
	border-radius: 0 150px 10px 150px;
	}
.itv-list .item .thumb img { border-radius: 0 0 50px 0; }
.itv-list .item .con { margin-top: 15px; }
.itv-list .item .con .credit { justify-content: center; }
.itv-list .item .con .credit span {
	font-size: min(4vw, 20px);
	margin-right: 15px;
	}
.itv-list .item .con .ttl {
	font-size: min(6vw, 40px);
	line-height: 1.5;
	margin-top: 15px;
	}
.itv-list .item .con .com-btnarea { margin-top: 20px; }
.itv-list .item .con .com-btnarea a { padding: 0 10px 0 30px; }
.itv-list .item .con .com-btnarea a:after {
	background-size: 20px;
	margin-left: 30px;
	min-width: 30px;
	height: 30px;
	}
}
/* ------------------------ */
/* Detail */
#recruit_interview_detail .intro.parent .int-ttl {
	flex-direction: unset;
	align-items: baseline;
	}
@media (min-width: 751px) {
#recruit_interview_detail .intro.parent .int-inner { padding-top: 50px; }
#recruit_interview_detail .intro.parent .int-ttl span.en {
	font-size: 60px;
	margin-right: 20px;
	}
#recruit_interview_detail .intro.parent .int-ttl span.jp { font-size: 20px; }
}
@media (max-width: 750px) {
#recruit_interview_detail .intro.parent .int-inner { padding-top: 20px; }
#recruit_interview_detail .intro.parent .int-ttl span.en {
	font-size: 35px;
	margin-right: 15px;
	}
#recruit_interview_detail .intro.parent .int-ttl span.jp { font-size: 16px; }
}
/* ------------------------ */
/* Detail - Intro */
.itv-intro {
	display: flex;
	align-items: center;
	justify-content: center;
	}
.itv-intro .con .date { font-weight: 700; }
.itv-intro .con .credit {
	display: flex;
	justify-content: center;
	}
.itv-intro .con .credit span.name { line-height: 1; }
.itv-intro .con .job {
	background-color: rgb(255 255 255);
	box-shadow: 0px 3px 6px rgb(0 0 0 / .3);
	border-radius: 8px;
	}
.itv-intro .con .job dl { box-sizing: border-box; }
.itv-intro .con .job dl dt { color: rgb(39 151 209); }
.itv-intro .fig { position: relative; }
.itv-intro .fig:before {
	background: transparent linear-gradient(92deg, rgba(82, 201, 168, 1) 0%, rgba(34, 145, 214, 1) 100%) 0% 0% no-repeat padding-box;
	content: '';
	left: 0;
	position: absolute;
	}
.itv-intro .fig img {
	position: relative;
	z-index: 1;
	}
@media (min-width: 751px) {
.itv-intro { padding: 60px; }
.itv-intro .con { margin-right: 100px; }
.itv-intro .con .ttl {
	font-size: min(4vw, 45px);
	line-height: 1.5;
	}
.itv-intro .con .date {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	}
.itv-intro .con .credit {
	margin-right: 30px;
	flex-direction: column;
	align-items: flex-start;
	}
.itv-intro .con .credit span { font-size: 18px; }
.itv-intro .con .credit span.name { font-size: 45px; }
.itv-intro .con .job dl {
	max-width: 430px;
	padding: 15px 25px;
	}
.itv-intro .con .job dl dt { font-size: 20px; }
.itv-intro .con .job dl dd { font-size: 18px; }
.itv-intro .fig { max-width: 350px; }
.itv-intro .fig:before {
	bottom: 15%;
	top: 15%;
	width: 90%;
	border-radius: 10px 50px 10px 50px;
	}
}
@media (max-width: 750px) {
.itv-intro {
	padding: 0 30px 30px;
	flex-direction: column-reverse;
	}
.itv-intro .con { margin-top: 20px; }
.itv-intro .con .ttl {
	background: transparent linear-gradient(110deg, #52C9A8 0%, #3158E0 100%) 0% 0% no-repeat padding-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: min(6vw, 45px);
	line-height: 1.5;
	}
.itv-intro .con .date { margin-top: 30px; }
.itv-intro .con .credit {
	margin-right: 20px;
	align-items: baseline;
	}
.itv-intro .con .credit span {
	font-size: 18px;
	margin: 0 5px;
	}
.itv-intro .con .credit span.name { font-size: 35px; }
.itv-intro .con .job { margin-top: 15px; }
.itv-intro .con .job dl { padding: 15px 25px; }
.itv-intro .con .job dl dt { font-size: 18px; }
.itv-intro .con .job dl dd { font-size: 16px; }
.itv-intro .fig { max-width: 350px; }
.itv-intro .fig:before {
	bottom: 15%;
	top: 15%;
	width: 90%;
	border-radius: 20px 150px;
	}
}
/* ------------------------ */
/* Detail - Con */
.itv-detail { margin: 0 auto; }
.itv-detail .anchors { position: sticky; }
.itv-detail .anchors .row { display: flex; }
.itv-detail .anchors .row a {
	counter-increment: num;
	position: relative;
	word-break: keep-all;
	}
.itv-detail .anchors .row a:before {
	content: "0"counter(num);
	margin-right: 10px;
	}
.itv-detail .anchors .row a.anchor-btn.current { color: rgb(39 151 209); }
.itv-detail .body .card { counter-increment: num; }
.itv-detail .body .card:last-child { margin-bottom: 0; }
.itv-detail .body .ttlarea .ttl.main { color: rgb(39 151 209); }
.itv-detail .body .ttlarea .ttl.main:before {
	content: "0"counter(num);
	margin-right: 10px;
	}
.itv-detail .body .con .block .ttl.sub { color: rgb(39 151 209); }
.itv-detail .body .con .block .txt p.fig { text-align: center; }
@media (min-width: 751px) {
.itv-detail {
	max-width: 1250px;
	padding: 0 30px 150px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	}
.itv-detail .anchors {
	min-width: 250px;
	padding: 0 30px;
	top: 150px;
	}
.itv-detail .anchors .row { flex-direction: column; }
.itv-detail .anchors .row a {
	font-size: 16px;
	padding: 5px 0;
	}
.itv-detail .anchors .row a:after {
	height: 0;
	width: 0;
	transition: all .3s;
	}
.itv-detail .anchors .row a.anchor-btn.current { padding-left: 40px; }
.itv-detail .anchors .row a.anchor-btn.current:after {
	background-color: rgb(39 151 209);
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 25px;
	transform: translateY(-50%);
	}
.itv-detail .body { padding: 0 30px; }
.itv-detail .body .card { margin-bottom: 100px; }
.itv-detail .body .ttlarea { line-height: 1.5; }
.itv-detail .body .ttlarea .ttl.main { font-size: 25px; }
.itv-detail .body .ttlarea .catch { font-size: 25px; }
.itv-detail .body .con { margin-top: 20px; }
.itv-detail .body .con .block .ttl.sub {
	font-size: 40px;
	line-height: 1.5;
	}
.itv-detail .body .con .block .txt p {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 1px;
	margin-top: 40px;
	}
.itv-detail .body .con .block .txt p.fig img { border-radius: 8px; }
}
@media (max-width: 750px) {
.itv-detail { padding-bottom: 50px; }
.itv-detail .anchors {
	background-color: rgb(255 255 255 / .5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	overflow-x: auto;
	padding: 10px 20px;
	top: 90px;
	box-sizing: border-box;
	box-shadow: 0px 3px 6px rgb(0 0 0 / .3);
	}
.itv-detail .anchors .row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	}
.itv-detail .anchors .row a {
	border-right: 1px solid rgb(0 0 0 / .5);
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	}
.itv-detail .anchors .row a:last-child { border-right: none; }
.itv-detail .anchors .row a:after {
	background-image: url(/src/img/common/icon/arrow-right-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	background-color: rgb(39 151 209);
	content: '';
	height: 20px;
	margin-left: 10px;
	max-width: 20px;
	min-width: 20px;
	position: relative;
	transform: rotate(90deg);
	border-radius: 100px;
	}
.itv-detail .body { margin-top: 20px; }
.itv-detail .body .card { padding: 25px; }
.itv-detail .body .ttlarea .ttl.main { font-size: 16px; }
.itv-detail .body .ttlarea .catch { font-size: 18px; }
.itv-detail .body .con { margin-top: 20px; }
.itv-detail .body .con .block .ttl.sub {
	font-size: 25px;
	line-height: 1.5;
	}
.itv-detail .body .con .block .txt p {
	font-size: 16px;
	line-height: 1.75;
	margin-top: 25px;
	}
.itv-detail .body .con .block .txt p.fig img { border-radius: 8px; }
}

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

	Requirements

--------------------------- */
/* Tag Area */
.rec-tagarea {
	background-color: rgb(0 0 0 / .1);
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	}
.rec-tagarea span {
	background-color: rgb(255 255 255);
	border: 1px solid rgb(0 0 0 / .3);
	font-size: min(4vw,15px);
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	}
@media (min-width: 751px) {
.rec-tagarea { padding: 10px; }
.rec-tagarea span {
	margin: 2.5px;
	padding: 4px 8px;
	}
}
@media (max-width: 750px) {
.rec-tagarea { padding: 10px; }
.rec-tagarea span {
	margin: 1.5px;
	padding: 4px;
	}
}
/* Category */
.req-cat {
	display: flex;
	flex-wrap: wrap;
	}
.req-cat span {
	background-color: rgb(39 151 209);
	color: rgb(255 255 255);
	font-size: min(4vw, 18px);
	line-height: 1;
	padding: 5px 10px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 100px;
	}
/* ------------------------ */
/* Outline */
.req-outline .txt p { line-height: 1.5; }
.req-outline .txt p:last-child { margin-bottom: 0; }
@media (min-width: 751px) {
.req-outline .txt p {
	font-size: 30px;
	margin-bottom: 20px;
	}
}
@media (max-width: 750px) {
.req-outline .txt p {
	font-size: 20px;
	margin-bottom: 20px;
	}
}
/* ------------------------ */
/* Sort */
.req-sort {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	}
.req-sort .ttl {
	color: rgb(39 151 209);
	font-size: min(5vw,18px);
	font-weight: 700;
	}
.req-sort .list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	}
.req-sort .list a {
	background-color: rgb(255 255 255);
	border: 1px solid rgb(0 0 0 / .5);
	font-size: min(3.5vw,18px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	}
.req-sort .list a.active {
	background-color: rgb(39 151 209);
	border-color: rgb(39 151 209);
	color: rgb(255 255 255);
	}
@media (min-width: 751px) {
.req-sort { margin-top: 40px; }
.req-sort .ttl { min-width: 200px; }
.req-sort .list a {
	margin: 5px;
	padding: 10px 15px;
	}
}
@media (max-width: 750px) {
.req-sort {
	margin-top: 40px;
	flex-wrap: wrap;
	}
.req-sort .ttl { min-width: 200px; }
.req-sort .list { margin-top: 10px; }
.req-sort .list a {
	margin: 5px;
	padding: 10px 15px;
	}
}
/* ------------------------ */
/* List */
.req-list .item {
	background-color: rgb(255 255 255);
	box-shadow: 0 0 15px rgb(0 0 0 / .2);
	position: relative;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	}
.req-list .item:last-child { margin-bottom: 0; }
.req-list .item .link {
	position: relative;
	display: flex;
	align-items: flex-start;
	}
.req-list .item .link:after {
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	}
.req-list .item .fig { box-sizing: border-box; }
.req-list .item .fig figure img { border-radius: 10px; }
.req-list .item .con .ttl {
	color: rgb(39 151 209);
	font-size: min(8vw, 25px);
	font-weight: 700;
	line-height: 1.5;
	text-align: justify;
	}
.req-list .item .con .detail dl {
	border-top: 1px solid rgb(0 0 0 / .3);
	font-size: min(4vw,15px);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	}
.req-list .item .con .detail dl dt:after { content: '：'; }
.req-list .item .con .detail dl dd {}
@media (min-width: 751px) {
.req-list { margin-top: 60px; }
.req-list .item {
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 20px;
	transition: all .3s;
	}
.req-list .item .link { padding-right: 60px; }
.req-list .item .link:after {
	background-image: url(/src/img/common/icon/arrow-right-blue.svg);
	background-color: rgb(39 151 209 / .15);
	background-size: 20px;
	min-height: 100%;
	min-width: 50px;
	position: absolute;
	right: 0;
	border-radius: 8px;
	}
.req-list .item:hover { transform: scale(1.05); }
.req-list .item .fig { max-width: 35%; }
.req-list .item .fig,
.req-list .item .con { padding: 15px; }
.req-list .item .con .ttl { margin-top: 10px; }
.req-list .item .con .detail { margin-top: 10px; }
.req-list .item .con .detail dl { padding: 5px 0; }
}
@media (max-width: 750px) {
.req-list { margin-top: 30px; }
.req-list .item {
	margin-bottom: 30px;
	padding: 25px;
	border-radius: 10px;
	}
.req-list .item .link { flex-wrap: wrap; }
.req-list .item .link:after {
	background-image: url(/src/img/common/icon/arrow-right-white.svg);
	background-color: rgb(39 151 209);
	background-size: 20px;
	margin-top: 10px;
	min-height: 35px;
	min-width: 100%;
	border-radius: 8px;
	}
.req-list .item .con { margin-top: 15px; }
.req-list .item .con .ttl { margin-top: 10px; }
.req-list .item .con .detail { margin-top: 10px; }
.req-list .item .con .detail dl { padding: 5px 0; }
}
/* ------------------------ */
/* Detail - Intro */
#recruit_requirements_detail .intro.child { padding-bottom: 0; }
@media (min-width: 751px) {
#recruit_requirements_detail .intro.child { padding-top: 180px; }
#recruit_requirements_detail .mainblock { padding-top: 60px; }
}
@media (max-width: 750px) {
#recruit_requirements_detail .intro.child { padding-top: 130px; }
}
/* ------------------------ */
/* Detail - Outline */
.req-detail .outline .ttl {
	color: rgb(39 151 209);
	font-size: min(5.5vw, 45px);
	font-weight: 700;
	line-height: 1.5;
	}
.req-detail .outline .fig {
	display: flex;
	gap: 15px;
	}
.req-detail .outline .fig figure {
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-radius: 5px;
	}
.req-detail .outline .fig img { width: 100%; }
.req-detail .outline .fig.col12 { flex-wrap: wrap; }
@media (min-width: 751px) {
.req-detail .outline .ttl { padding: 15px 0; }
.req-detail .outline .fig { padding: 15px 0; }
.req-detail .outline .fig.col12 figure {
	height: 320px;
	max-width: calc((100% - 20px) / 2);
	}
.req-detail .outline .fig.col12 figure.col1 {
	height: unset;
	max-width: 100%;
	}
}
@media (max-width: 750px) {
.req-detail .outline .ttl { padding: 10px 0; }
.req-detail .outline .fig {
	margin-left: -20px;
	margin-right: -20px;
	padding: 15px 0;
	}
}
/* ------------------------ */
/* Detail - Con */
.req-detail .con dl {
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	}
.req-detail .con dl:first-child { border-top: 1px solid rgba(0, 0, 0, .5); }
.req-detail .con dl dt {
	color: rgb(39 151 209);
	font-size: min(8vw,20px);
	font-weight: 700;
	line-height: 1;
	position: sticky;
	}
.req-detail .con dl dd {
	font-size: min(4vw,16px);
	line-height: 1.5;
	}
.req-detail .con dl dd p:last-child { margin-bottom: 0; }
.req-detail .con dl dd a {
	color: rgb(39 151 209);
	text-decoration: underline;
	}
.req-detail .con dl dd li:last-child { margin-bottom: 0; }
.req-detail .con dl dd .mark li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	}
.req-detail .con dl dd .mark li:before {
	color: rgb(39 151 209);
	content: '●';
	margin-right: 5px;
	}
.req-detail .con dl dd .att li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	}
.req-detail .con dl dd .att li:before {
	content: '※';
	margin-right: 2.5px;
	}
.req-detail .con dl dd .list.step {
	margin-bottom: 20px;
	padding-left: 0;
	}
.req-detail .con dl dd .step li {
	counter-increment: num;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	}
.req-detail .con dl dd .step li:before {
	color: rgb(39 151 209);
	content: "STEP." counter(num)"";
	font-weight: 700;
	margin-right: 10px;
	}
.req-detail .con dl dd .list.disc { list-style-type: disc; }
.req-detail .con dl dd .list.disc:last-child { margin-bottom: 0; }
.req-detail .con dl dd .secblock:last-child { margin-bottom: 0; }
.req-detail .con dl dd .secblock .ttl {
	color: rgb(39 151 209);
	font-weight: 700;
	}
.req-detail .con dl dd .secblock .con { border-left: 2px solid rgb(39 151 209); }
.req-detail .con dl dd .secblock .con p:last-child { margin-bottom: 0; }
@media (min-width: 751px) {
.req-detail .con dl { padding: 30px 0; }
.req-detail .con dl dt {
	min-width: 230px;
	top: 140px;
	}
.req-detail .con dl dd p { margin-bottom: 20px; }
.req-detail .con dl dd ul { margin-bottom: 20px; }
.req-detail .con dl dd li { margin-bottom: 10px; }
.req-detail .con dl dd .list { padding-left: 25px; }
.req-detail .con dl dd .secblock { margin-bottom: 25px; }
.req-detail .con dl dd .secblock .ttl { font-size: 20px; }
.req-detail .con dl dd .secblock .con {
	margin-top: 10px;
	padding-left: 20px;
	}
}
@media (max-width: 750px) {
.req-detail .con dl { padding: 30px 0; }
.req-detail .con dl.aic { align-items: center; }
.req-detail .con dl dt {
	background-color: rgba(247, 247, 247, 1);
	padding-left: 10px;
	top: 110px;
	writing-mode: vertical-rl;
	}
.req-detail .con dl dd { padding-left: 25px; }
.req-detail .con dl dd p { margin-bottom: 15px; }
.req-detail .con dl dd ul { margin-bottom: 15px; }
.req-detail .con dl dd li { margin-bottom: 10px; }
.req-detail .con dl dd .list { padding-left: 20px; }
.req-detail .con dl dd .secblock { margin-bottom: 20px; }
.req-detail .con dl dd .secblock .ttl { font-size: 16px; }
.req-detail .con dl dd .secblock .con {
	margin-top: 10px;
	padding-left: 15px;
	}
}
/* ------------------------ */
/* Link Area */
.req-linkarea { text-align: center; }
.req-linkarea a {
    background: transparent linear-gradient(110deg, #52C9A8 0%, #3158E0 100%) 0% 0% no-repeat padding-box;
	color: rgba(255, 255, 255, 1);
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 100px;
	}
@media (min-width: 751px) {
.req-linkarea { margin-top: 40px; }
.req-linkarea a {
	font-size: 20px;
	line-height: 20px;
	height: 80px;
	margin: 10px;
	max-width: 400px;
	transition: all .3s;
	}
.req-linkarea a:hover { transform: scale(1.1); }
}
@media (max-width: 750px) {
.req-linkarea { margin-top: 30px; }
.req-linkarea a {
	font-size: 18px;
	line-height: 18px;
	height: 60px;
	margin-bottom: 20px;
	max-width: 300px;
	}
.req-linkarea a:last-child { margin-bottom: 0; }
}
/* ------------------------ */