@charset "utf-8";
/* CSS Document */
.page_header { background-image: url(../img/recruit/main.jpg); }
.page_header .page_header_title h1::before {
	content: 'RECRUIT';
}
@media screen and (max-width: 760px) {
	.page_header { background-image: url(../img/recruit/main_sp.jpg); }
}


.main_visual_container {
	height: calc((100vw * 0.4473958333333333) - 90px);
	min-height: 650px;
	max-height: 850px;
	background-image: url(../img/recruit/top/main_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.main_visual {
	color: #ffffff;
	padding-top: 170px;
	text-shadow: 0 0 10px #1d1d1d;
}
@media screen and (max-width: 1450px) {
	.main_visual_container {
		background-position: top left 70%;
	}
}
@media screen and (max-width: 900px) {
	.main_visual_container {
		min-height: 600px;
	}
	.main_visual {
		padding-top: 120px;
	}
}
@media screen and (max-width: 767px) {
	.main_visual_container {
		height: auto;
		max-height: initial;
		background-image: none;
	}
	.main_visual {
		background-image: url(../img/recruit/top/main_bg_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		padding-top: calc(10% + 90px);
		padding-bottom: 10%;
	}
	.main_visual > * {
		position: relative;
		z-index: 10;
	}
	.main_visual::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(14, 14, 14, .9);
	}
	.main_visual::after {
		content: '';
		position: absolute;
		top: 0;
		left: 16%;
		width: 10%;
		height: 100%;
		background-color: rgba(231, 0, 0, .7);
		transform: skewX(-18deg);
	}
}



h1 {
	font-size: 56px;
	margin-bottom: 40px;
	line-height: 1.2;
}
.main_visual p {
	font-size: 14px;
	line-height: 2;
}
.main_visual_container a {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #ffffff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: inline-flex;
	align-items: center;
}
.main_visual_container a::after {
	content: '';
	width: 10px;
	height: 29px;
	display: block;
	margin-top: 10px;
	background-image: url(../img/recruit/icon_05.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 8.2vw;
	}
	.main_visual p {
		font-size: 2.7vw;
	}
	.main_visual_container a {
		display: none;
	}
}
@media screen and (max-width: 425px) {
	h1 {
		font-size: 8.8vw;
	}
	.main_visual p {
		font-size: 2.6vw;
	}
}



#slider {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	z-index: -1;
	overflow: hidden;
	background-color: #000000;
}
#slider .vegas-slide,
#slider .vegas-slide div {
	height: 100%;
}
.vegas-slide-inner {
	background-position: right center !important;
	background-size: auto 100% !important;
}
@media screen and (min-width: 2500px) {
	#slider {
		width: 61%;
	}
	.vegas-slide-inner {
		background-size: cover !important;
	}
}
@media screen and (max-width: 1450px) {
	#slider {right: -4vw;}
}
@media screen and (max-width: 1350px) {
	#slider {right: -7vw;}
}
@media screen and (max-width: 1250px) {
	#slider {right: -14vw;}
}
@media screen and (max-width: 767px) {
	#slider {
		position: relative;
		padding-top: 50%;
		right: 0;
		height: 0 !important;
	}
	.vegas-slide-inner {
		background-position: center center !important;
		background-size: cover !important;
	}
}
@media screen and (max-width: 600px) {
	#slider {
		padding-top: 60%;
	}
}


.bg_skew {
	position: relative;
}
.bg_skew::before {
	content: '';
	background-color: #f3f3ef;
	width: 100%;
	height: 645px;
	display: block;
	transform: skewY(-11deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
@media screen and (min-width: 2000px) {
	.bg_skew::before {
		transform: skewY(-7deg);
	}
}
@media screen and (min-width: 3000px) {
	.bg_skew::before {
		transform: skewY(-5deg);
	}
}
@media screen and (max-width: 767px) {
	.bg_skew::before {
		display: none;
	}
}



/* -------------------------------- */
/* Message */
/* -------------------------------- */
.msg {
	padding: 170px 0;
}
.msg::before {
	background-image: url(../img/recruit/top/img_01.png?20230309);
	background-size: cover;
	background-position: center top;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.msg h2 .jp {
	margin-top: 0;
}
.msg p {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (max-width: 1100px) {
	.msg {
		padding: 10% 0;
	}
	.msg p {
		font-size: 3vw;
	}
}
@media screen and (max-width: 767px) {
	.msg {
		display: flex;
		flex-direction: column-reverse;
	}
	.msg::before {
		position: static;
		width: 100%;
		height: 0;
		padding-top: calc(100% * 0.9791883454734651);
		border-left: none;
	}
	.msg p {
		font-size: 4vw;
		margin-bottom: 5%;
	}
}
@media screen and (max-width: 425px) {
	.msg p {
		font-size: 5.6vw;
	}
}


/* -------------------------------- */
/* Important */
/* -------------------------------- */
.imp > .dfc {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (max-width: 1050px) {
	.imp h2 {
		display: block;
	}
	h2.dfc .jp {
		margin-left: 0;
	}
}
@media screen and (max-width: 950px) {
	.imp .tl {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.imp h2 {
		margin-bottom: 5%;
	}
	.imp img {
		display: block;
	}
	.imp > .dfc {
		display: block;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.imp .fz-s .jp {
		margin-top: 20px;
	}
	.imp p {
		font-size: 2.8vw;
	}
}
@media screen and (max-width: 425px) {
	.imp p {
		font-size: 3.8vw;
	}
}



/* -------------------------------- */
/* Talent */
/* -------------------------------- */
.talent {
	padding-top: 90px;
	padding-bottom: 90px;
}
.talent ul {
	list-style: none;
	font-size: 22px;
	font-weight: bold;
}
.talent li {
	text-align: center;
	line-height: 1.4;
}
.talent li:not(:last-of-type) {
	border-right: 1px solid #d8d8c9;
}
.talent li::before {
	content: '';
	width: 200px;
	height: 200px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	border: 2px solid #1d1d1d;
	box-sizing: border-box;
	margin: 0 35px 20px;
}
@media screen and (max-width: 1100px) {
	.talent ul {
		flex-wrap: wrap;
	}
	.talent li {
		width: 50%;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.talent li:nth-last-of-type(n+3) {
		border-bottom: 1px solid #d8d8c9;
	}
	.talent li:not(:nth-of-type(odd)) {
		border-right: none;
	}
	.talent li::before {
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 767px) {
	.talent {
		padding-top: 10%;
		padding-bottom: 10%;
		background-color: #F3F3EF;
	}
	.talent h2 {
		margin-bottom: 5%;
	}
	.talent li {
		font-size: 4.3vw;
	}
}
@media screen and (max-width: 499px) {
	.talent li::before {
		width: calc(100% - 40px);
		height: 0;
		padding-top: calc(100% - 40px);
		background-size: 60%;
	}
}
@media screen and (max-width: 424px) {
	.talent li {
		width: 100%;
		font-size: 6vw;
	}
	.talent li::before {
		width: 200px;
		padding-top: 200px;
		background-size: auto auto;
	}
	.talent li:nth-of-type(odd) {
		border-right: none;
	}
	.talent li:not(:last-of-type) {
		border-bottom: 1px solid #d8d8c9;
	}
}


.talent li:nth-of-type(1)::before { background-image: url(../img/recruit/icon_01.svg); }
.talent li:nth-of-type(2)::before { background-image: url(../img/recruit/icon_02.svg); }
.talent li:nth-of-type(3)::before { background-image: url(../img/recruit/icon_03.svg); }
.talent li:nth-of-type(4)::before { background-image: url(../img/recruit/icon_04.svg); }


/* -------------------------------- */
/* Interview */
/* -------------------------------- */
.interview {
	padding: 140px 0;
}
.interview::before {
	background-image: url(https://maroonwolf5.sakura.ne.jp/corporate/wp-content/themes/fukuyama/assets/img/recruit/top/img_03.png);
	background-size: cover;
	background-position: left top;
}
.interview p {
	margin-bottom: 40px;
}
@media screen and (max-width: 1700px) {
	.interview::before {
		background-size: contain;
		background-position: left center;
	}
}
@media screen and (max-width: 1100px) {
	.interview {
		padding: 10% 0;
	}
	.interview::before {
		background-size: contain;
		background-position: left center;
	}
	.interview p {
		width: 50%;
		padding-right: 20px;
	}
}
@media screen and (max-width: 850px) {
	.interview .tl {
		display: none;
	}
	.interview::before {
		width: 47%;
	}
}
@media screen and (max-width: 767px) {
	.interview {
		display: flex;
		flex-direction: column-reverse;
	}
	.interview p {
		width: 100%;
		padding-right: 0;
		margin-bottom: 5%;
	}
	.interview::before {
		display: block;
		width: 100%;
		height: 0;
		padding-top: calc(100% * 0.7395833333333333);
		position: static;
		margin-top: 10%;
	}
	.interview p {
		font-size: 2.8vw;
	}
}
@media screen and (max-width: 425px) {
	.interview p {
		font-size: 3.8vw;
	}
}

/* -------------------------------- */
/* CrossTalk */
/* -------------------------------- */
.crosstalk {
	padding: 140px 0 300px;
}
.crosstalk::before {
	background-image: url(../img/recruit/top/img_04.png);
	background-position: right;
}
.crosstalk .mw {
	padding-left: 690px;
}
.crosstalk p {
	margin-bottom: 45px;
}
@media screen and (max-width: 1300px) {
	.crosstalk::before {
		background-position: center bottom 39%;
	}
}
@media screen and (max-width: 1200px) {
	.crosstalk::before {
		background-size: contain;
		background-position: bottom 39% left;
	}
}
@media screen and (max-width: 1100px) {
	.crosstalk .mw {
		padding-left: 20px;
		margin-left: auto;
		width: 50%;
		margin-right: 0;
	}
}
@media screen and (max-width: 850px) {
	.crosstalk h2 {
		font-size: 11.8vw;
	}
}

@media screen and (max-width: 767px) {
	.crosstalk {
		display: flex;
		flex-direction: column-reverse;
		padding: 10% 0 0;
	}
	.crosstalk .mw {
		width: 100%;
		margin-left: 0;
	}
	.crosstalk h2 {
		font-size: 18vw;
	}
	.crosstalk::before {
		position: static;
		width: calc(100% - 40px);
		height: 0;
		padding-top: 100%;
		display: block;
		margin: 0 auto;
	}
	.crosstalk p {
		font-size: 2.8vw;
		margin-bottom: 5%;
	}
}
@media screen and (max-width: 425px) {
	.crosstalk h2 {
		font-size: 23vw;
	}
	.crosstalk p {
		font-size: 4vw;
	}
}



/* -------------------------------- */
/* About */
/* -------------------------------- */
.about {
	background-color: #f3f3ef;
	padding-bottom: 100px;
	position: relative;
}
.about::before {
	content: '';
	width: 100%;
	height: 40%;
	position: absolute;
	top: -15%;
	left: 0;
	background-color: #f3f3ef;
	transform: skewY(11deg);
}
@media screen and (min-width: 2000px) {
	.about::before {
		transform: skewY(7deg);
	}
}
@media screen and (min-width: 3000px) {
	.about::before {
		transform: skewY(5deg);
	}
}
@media screen and (max-width: 767px) {
	.about::before {
		top: -10%;
	}
}
@media screen and (max-width: 425px) {
	.about::before {
		top: -5%;
	}
}


.about .mw {
	position: relative;
}



.interview h2,
.crosstalk h2 {
	padding-bottom: 30px;
}