@charset "UTF-8";
/* recruit.css */

#lower_mv {
	height: 45vw;
	justify-content: flex-end;
}
#lower_mv:before {
	background-image: url(../../img/recruit/mv_pc.jpg);
}
#lower_mv h1 {
	width: 55%;
	transform: translateY(5%);
}


@media screen and (max-width:768px) {
	#lower_mv {
		height: 84vw;
		max-height: 550px;
		min-height: 315px;
	}
	#lower_mv:before {
		background-image: url(../../img/recruit/mv_sp.jpg);
	}
	#lower_mv h1 {
		width: 82%;
		max-width: 540px;
		transform: translateY(2%);
	}
}


/* ===== first ===== */
.sec_border {
	border-bottom: 4px solid #2c2c2c;
}
#sec_first .wrap {
	position: relative;
}
#sec_first .wrap:before {
	content: "";
	width:  80px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../../img/common/icon_car.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
}
#sec_first h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-bottom: 2em;
}
#sec_first p {
	font-feature-settings: "palt";
	line-height: 2.5;
	text-align: center;
}


/* ===== message ===== */
/* 本文 */
#sec_greeting .cont_wrap {
	width: 100%;
	margin: auto;
}
#sec_greeting h3 {
	font-size: 20px;
	font-weight: bold;
	font-feature-settings: "palt";
	margin-bottom: 1.5em;
}
#sec_greeting dl {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: flex-end;
}
#sec_greeting dd {
	font-size: 14px;
	line-height: 1;
	margin-right: 2em;
}
#sec_greeting dt {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}
/* レイアウト組み換え */
.greeting_flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.greeting_flex .img_wrap {
	width: 30%;
	min-width: 180px;
	margin-top: 1%;
	margin-right: min(5vw,50px);
	border-radius: 10px;
	overflow: hidden;
}
.greeting_flex .cont_wrap {
	width: 70%;
}


/* ===== str ===== */
.str_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.str_flex .card_wrap {
	width: 52%;
}
.str_flex .img_wrap {
	width: 38%;
}
/* 文章 */
.str_flex .str_card + .str_card {
	margin-top: 50px;
}
.str_card h3 {
	font-size: 24px;
	font-size: clamp(18px,2.4vw,24px);
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 1em;
}
.str_card h3:before {
	content: "";
	min-width:  1.5em;
	min-height: 1.5em;
	display: block;
	margin-right: .5em;
	background-image: url(../../img/common/num01.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(.15em);
}
.str02 h3:before { background-image:url(../../img/common/num02.svg); }
.str03 h3:before { background-image:url(../../img/common/num03.svg); }
.str04 h3:before { background-image:url(../../img/common/num04.svg); }

.str_card h3 span {
	display: inline-block;
	padding-bottom: .15em;
	border-bottom: 1.5px solid #000;
}
.str_card p {
	font-feature-settings: "palt";
}
/* 画像 */
.str_flex .img_wrap img {
	border-radius: 10px;
}
.str_flex .img_wrap img  + img {
	margin-top: 50px;
}

.str_flex .img_wrap img:nth-of-type(odd) {
	/* transform: translateX(-10%);	 */
}
.str_flex .img_wrap img:nth-of-type(even) {
	/* transform: translateX(5%); */
}


/* ===== 募集要項 ===== */
#sec_bosyuu h3 {
	font-size: 20px;
	font-weight: bold;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1em;
	color: #fff;
}
#sec_bosyuu h3:before {
	content: "";
	min-width:  1.5em;
	min-height: 1.5em;
	display: block;
	background-image: url(../../img/recruit/icon_jinzai.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: .75em;
}
#sec_bosyuu h3.nagare_head:before {
	background-image: url(../../img/recruit/icon_nagare.svg);
}

/* --- 求める人材像 --- */
.jinzai_ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.jinzai_ul li {
	width: calc(100%/4 - 1.5%);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 15px;
	color: #ff5d00;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.5);
}
/* 改行 個別設定 */
.jinzai_ul br.add_blk {
	display: none !important;
}


/* --- 募集要項table --- */
.bosyuu_table .pc_blk { display:inline-block !important; }

.table_wrap,
.bosyuu_table {
	width: 100%;
}
.bosyuu_table {
	border-collapse: separate; /* collapseから変更 */
	border-spacing: 0;
	border: 1px solid #fff;
	border-radius: 20px;
}
.bosyuu_table tr:last-of-type th,
.bosyuu_table tr:last-of-type td {
	border-bottom: none;
}
.bosyuu_table th,
.bosyuu_table td {
	font-size: clamp(14px,1.6vw,16px);
	padding: 1.5em;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.bosyuu_table th {
	min-width: 10em;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(255,255,255,.1);
	border-right: 1px solid #fff;
}
.bosyuu_table td {
	width: 100%;
	line-height: 1.5;
}
.bosyuu_table td strong {
	font-size: 20px;
	font-size: clamp(18px,2vw,20px);
}

/* --- 採用までの流れ --- */
.nagare_ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.nagare_ul li {
	width: calc(100%/4 - max(15px,2%));
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 25px 20px 30px;
	border-radius: 10px;
	background-color: #fff;
}
.nagare_ul li:after {
	content: "";
	width:  max(10px,7%);
	height: 15px;
	display: block;
	position: absolute;
	right: -10%;
	background-image: url(../../img/recruit/nagare_sankaku.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: .6;
}

.nagare_ul h4 {
	font-size: 20px;
	font-size: clamp(18px,1.8vw,20px);
	display: flex;
	font-weight: bold;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	color: #ff5d00;
	margin-bottom: .5em;
}
.nagare_ul h4:before {
	content: "";
	min-width:  2.5em;
	min-height: 2.5em;
	display: block;
	margin-left: -.25em;
	margin-right: .5em;
	background-image: url(../../img/recruit/step01.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.nagare02 h4:before { background-image:url(../../img/recruit/step02.svg); }
.nagare03 h4:before { background-image:url(../../img/recruit/step03.svg); }
.nagare04 h4:before { content:none; }

.nagare_ul p  {
	min-height: 4em;
	line-height: 1.5;
	letter-spacing: 0;
}
li.nagare04 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff200;
}
li.nagare04:after {
	content: none;
}


/* ===== IMG Swiper ===== */
#img_swiper .swiper-slide {
	transform: scale(1.01);
}


/* ===== ENTRY ボタン ===== */
.btn_entry {
	text-align: center;
}
.btn_entry a {
	width: 80%;
	max-width: 710px;
	height: 150px;
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 40px 60px;
	border-radius: 10px;
	background-image: linear-gradient(90deg, rgba(236, 108, 0, 1), rgba(255, 242, 0, 1));
}
.btn_entry a:after {
	content: "";
	width:  22px;
	height: 20px;
	display: block;
	background-image:  url(../../img/recruit/entry_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.btn_entry a span {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	color: #fff;
}
.btn_entry a span img {
	max-width: 220px;
	margin-bottom: 10px;
}


@media screen and (max-width:949px) {
	/* --- 求める人材像 --- */
	.jinzai_ul li {
		line-height: 1.5;
	}
	.jinzai_ul br.add_blk {
		display: inline-block !important;
	}

	/* --- 採用までの流れ --- */
	.nagare_ul li {
		padding-top: min(15px,2.5vw,25px);
	}
	.nagare_ul h4 {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.nagare_ul h4:before {
		margin-right: 0;
		margin-bottom: .5em;
	}
}


@media screen and (max-width:768px) {
	/* ===== first ===== */
	#sec_first h2 {
		font-size: 18px;
		font-feature-settings: "palt";
	}
	/* ===== message ===== */
	#sec_greeting .cont_wrap {
		padding-left:  0;
		padding-right: 0;
	}
	#sec_greeting h3 {
		font-size: 18px;
	}
	.h2_img {
		margin-bottom: 40px;
	}
	#sec_greeting dd {
		margin-right: 1.5em;
	}
	/* レイアウト組み換え */
	.greeting_flex {
		flex-wrap: wrap;
	}
	.greeting_flex .cont_wrap {
		width: 100%;
	}
	.sp_greeting_flex {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-end;
		justify-content: space-between;
	}
	.sp_greeting_flex .img_wrap {
		width: 53%;
		overflow: hidden;
		border-radius: 10px;
	}
	#sec_greeting dl {
		width: fit-content;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#sec_greeting dd {
		margin-right: 0;
		margin-bottom: .5em;
	}



	/* ===== str ===== */
	.str_flex {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	/* 画像 */
	.str_flex .img_wrap {
		width: 100%;
		margin-bottom: 30px;
	}
	.str_flex .img_wrap img {
		transform: inherit !important;
	}
	/* カード 本文 */
	.str_flex .card_wrap {
		width: 100%;
	}
	.str_flex .str_card + .str_card {
		margin-top: 30px;
	}
	.str_card h3 {
		align-items: center;
		justify-content: center;
		flex-direction:  column;
	}
	.str_card h3:before {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.str_card h3 span {
		border-bottom:  none;
		margin-bottom:  0;
		padding-bottom: 0;
	}
	.str_card p {
		font-size: 16px;
		line-height: 1.8;
	}

	/* ===== 募集要項 ===== */
	#sec_bosyuu h3 {
		font-size: 18px;
		justify-content: center;
	}
	.jinzai_ul {
		flex-wrap: wrap;
	}
	.jinzai_ul li {
		width: 100%;
	}
	.jinzai_ul li + li {
		margin-top: 10px;
	}
	.jinzai_ul br.add_blk {
		display: none !important;
	}

	/* ----- table ----- */
	.bosyuu_table .pc_blk { display:none !important; }
	.bosyuu_table .sp_blk { display:inline-block !important; }

	.bosyuu_table {
		border-radius: 10px;
	}
	.bosyuu_table tr:first-of-type th {
		border-radius: 10px 10px 0 0;
	}
	.bosyuu_table th {
		font-size: 16px;
		min-width: inherit;
		border-right: none;
	}
	.bosyuu_table td {
		font-size: 16px;
		text-align: justify;
		word-break: break-all;
	}
	.bosyuu_table strong {
		width: fit-content;
		font-size: 20px;
		display: block;
		margin-left:  auto;
		margin-right: auto;
	}
	.bosyuu_table span {
		width: fit-content;
		display: block;
		margin-left:  auto;
		margin-right: auto;
	}

	/* ----- 採用までの流れ ----- */
	.nagare_ul {
		flex-wrap: wrap;
	}
	.nagare_ul li {
		width: 100%;
		flex-direction: column;
		padding: 20px;
	}
	.nagare_ul li:after {
		width: 100%;
		height: 25px;
		right:  0;
		bottom: -32px;
		background-image: url(../../img/recruit/nagare_sankaku_sp.svg);
	}
	.nagare_ul li + li {
		margin-top: 40px;
	}
	.nagare_ul h4 {
		width: 100%;
		font-size: 20px;
		justify-content: center;
		flex-wrap: nowrap;
		flex-direction: row;
		margin-left:  auto;
		margin-right: auto;
	}
	.nagare_ul h4:before {
		margin-right: 15px;
		margin-bottom: 0;
	}
	.nagare_ul h4 span {
		min-width: 5.5em;
	}
	.nagare_ul p {
		min-height: inherit;
		line-height: 2;
		text-align: center;
		margin-bottom: 15px;
	}

	/* 内定 */
	.nagare04 {
		min-height: 145px;
	}
	.nagare04 h4 {
		margin-bottom: 0;
	}

	/* ===== ENTRY ボタン ===== */
	.btn_entry a {
		width: 100%;
		max-width: 600px;
		padding: 25px;
		display: inline-block;
	}
	.btn_entry a {
		height: auto;
	}
	.btn_entry a span {
		width: 70%;
		max-width: 270px;
		margin-left:  auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.btn_entry a span img {
		width: 100%;
		max-width: inherit;
	}
	.btn_entry a:after {
		margin-left:  auto;
		margin-right: auto;
	}
}