@charset "utf-8";

/* ============================================================
   加工技術者 専用スタイル
============================================================ */
/* ─────────────────────────
   SP：ページナビ制御
───────────────────────── */
@media screen and (max-width: 768px) {
	.rec-nav-sub[data-recsub="machinist"] {
		display: block;
	}
}

/* ─────────────────────────
   下層：最下部導線
───────────────────────── */
.rec-au-foot-item.machinist, .rec-au-foot-item.environment {
	display: none;
}

/* ─────────────────────────
   リード文
───────────────────────── */
.intro-area .icon-ttl-box {
	display: flex;
	gap: 10px;
	margin: 0 0 20px;
}

.intro-area .icon-ttl {
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	background: var(--main);
	width: fit-content;
	padding: 0 10px;
}

.intro-area .contents-catch {
	margin: 0 0 20px;
}

.intro-area .outline-area {
	margin: 40px 0 0;
}

.intro-area .lead-outline-list li {
	min-width: inherit;
	width: calc((100% - 120px) / 5);
}

@media screen and (max-width: 768px) {
	.intro-area .icon-ttl-box {
		gap: 5px;
		margin: 0 0 15px;
	}

	.intro-area .icon-ttl {
		font-size: 1.5rem;
		padding: 0 10px;
	}

	.intro-area .contents-catch {
		margin: 0 0 10px;
	}

	.intro-area .outline-area {
		margin: 30px 0 0;
	}

	.intro-area .lead-outline-list li {
		width: calc((100% - 15px) / 2);
	}
}

/* ─────────────────────────
   3. 仕事内容
───────────────────────── */
.rec-mach-job-area {
	margin: 100px 0 0;
	padding: 80px 0 60px;
	background: var(--rec-bg);
}

.rec-mach-item {
	display: flex;
	align-items: center;
	margin: 0 0 40px;
	background: #fff;
	position: relative;
}

.rec-mach-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.rec-mach-item.job01::before {
	background-image: url(../img/recruit-machinist-job-img02.jpg);
}

.rec-mach-item.job02::before {
	background-image: url(../img/recruit-machinist-job-img03.jpg);
}

.rec-mach-item.job03::before {
	background-image: url(../img/recruit-machinist-job-img04.jpg);
}

.rec-mach-item.job04::before {
	background-image: url(../img/recruit-machinist-job-img05.jpg);
}

.rec-mach-item.job05::before {
	background-image: url(../img/cmn-service-flow-coating.jpg);
}

.rec-mach-item.job06::before {
	background-image: url(../img/recruit-machinist-job-img07.jpg);
}

.rec-mach-body {
	padding: 40px 50px 40px 530px;
}

.rec-mach-ttlbox {
	display: flex;
	gap: 15px;
	align-items: baseline;
	padding: 0 0 10px;
}

.rec-mach-num {
	font: italic 700 1.8rem/1 var(--en);
	color: var(--main);
	letter-spacing: .1em;
	display: block;
	z-index: 1;
	width: fit-content;
}

.rec-mach-num .num {
	font-size: 2.7rem;
	letter-spacing: -.02em;
}

.rec-mach-ttl {
	flex: 1;
	font-size: 3.3rem;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.5;
}

.rec-mach-body .contents-ttl {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .04em;
	line-height: 1.6;
	margin: 25px 0 15px;
}

.rec-mach-body .txt {
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.rec-mach-job-area {
		margin: 50px 0 0;
		padding: 50px 20px 30px;
	}

	.rec-mach-item {
		display: block;
		margin: 0 0 20px;
	}

	.rec-mach-item::before {
		width: 100%;
		height: 200px;
	}

	.rec-mach-body {
		padding: 230px 20px 30px 20px;
	}

	.rec-mach-ttlbox {
		display: block;
		padding: 0 0 10px;
	}

	.rec-mach-num {
		font-size: 1.6rem;
		padding: 0 0 2px;
	}

	.rec-mach-num .num {
		font-size: 2rem;
	}

	.rec-mach-ttl {
		font-size: 2.4rem;
	}

	.rec-mach-body .contents-ttl {
		font-size: 2rem;
		margin: 20px 0 15px;
	}

	.rec-mach-body .txt {}
}

/* ─────────────────────────
   4. 求める人物像（アイコングリッド）
───────────────────────── */
.rec-mach-ideal-area {
	padding: 90px 0;
}

.rec-mach-ideal-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.rec-mach-ideal-item {
	border: 1px solid var(--sub);
	display: flex;
	align-items: center;
	gap: 0 20px;
	padding: 22px 20px;
}

.rec-mach-ideal-icon {
	width: 68px;
	height: 68px;
	flex-shrink: 0;
}

.rec-mach-ideal-icon img {
	object-fit: contain !important;
}

.rec-mach-ideal-txt {
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: .04em;
	font-weight: 600;
	flex: 1;
}

@media screen and (max-width: 768px) {
	.rec-mach-ideal-area {
		padding: 50px 20px;
	}

	.rec-mach-ideal-list {
		grid-template-columns: 1fr;
		gap: 12px;
		margin: 30px 0 0;
	}

	.rec-mach-ideal-icon {
		width: 54px;
		height: 54px;
	}

	.rec-mach-ideal-txt {
		font-size: 1.7rem;
	}
}

/* ─────────────────────────
   5. 1日のスケジュール
───────────────────────── */
.rec-ivd-schedule-area {
	background: var(--rec-bg);
	padding: 80px 0 100px;
}

.rec-ivd-schedule-intro {
	margin: 0 0 25px;
}

.rec-ivd-schedule-grid {
	display: flex;
	padding: 40px 60px;
	gap: 50px;
	margin: 0 0 0;
	background: #fff;
}

.rec-ivd-schedule-grid .block {
	width: calc((100% - 50px) / 2);
}

.rec-ivd-schedule-grid .rec-au-history-events {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 0;
	position: relative;
}

.rec-ivd-schedule-grid .rec-au-history-events::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 30px;
	bottom: 30px;
	width: 1px;
	background: var(--main);
	transform: translateX(-50%);
}

.rec-ivd-schedule-grid .rec-au-history-event {
	display: flex;
	flex-wrap: wrap;
	/*align-items: baseline;*/
	padding: 5px 0;
}

.rec-ivd-schedule-grid .rec-au-history-event .in {
	width: calc(100% - 90px);
}

.rec-ivd-schedule-grid .rec-au-history-event .year {
	color: var(--main);
	letter-spacing: 0;
	flex-shrink: 0;
	width: 90px;
	position: relative;
	padding: 0 0 0 20px;
	font-size: 1.6rem;
	font-weight: 800;
	list-style: 1;
	font-style: italic;
}

.rec-ivd-schedule-grid .rec-au-history-event .year::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 13px;
	width: 7px;
	height: 7px;
	background: var(--main);
	border-radius: 50%;
}

.rec-ivd-schedule-grid .rec-au-history-event .body {
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: .04em;
	font-weight: 600;
}

.rec-ivd-schedule-grid .chk-list {
	background: #F4F8FA;
	padding: 10px 20px 15px 20px;
	margin: 10px 0 0;
}

.rec-ivd-schedule-grid .block.r .chk-list {
	margin: 0;
}

.rec-ivd-schedule-grid .chk-list li {
	line-height: 1.6;
	padding: 0 0 0 25px;
	margin: 5px 0 0;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
}

.rec-ivd-schedule-grid .chk-list li::after {
	content: "\f14a";
	font: 900 1.6rem/1 var(--webicon);
	color: #7FD5E7;
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.rec-ivd-schedule-area {
		padding: 50px 20px;
	}

	.rec-ivd-schedule-intro {
		margin: 0 0 15px;
	}

	.rec-ivd-schedule-grid {
		display: block;
		padding: 20px 20px 20px 10px;
		position: relative;
	}

	.rec-ivd-schedule-grid::before {
		content: "";
		position: absolute;
		left: 15px;
		top: 50px;
		bottom: 50px;
		width: 1px;
		background: var(--main);
		transform: translateX(-50%);
	}

	.rec-ivd-schedule-grid .block {
		width: 100%;
	}

	.rec-ivd-schedule-grid .rec-au-history-events {
		gap: 0;
	}

	.rec-ivd-schedule-grid .rec-au-history-events::before {
		display: none;
	}

	.rec-ivd-schedule-grid .rec-au-history-event .in {
		width: calc(100% - 70px);
	}

	.rec-ivd-schedule-grid .rec-au-history-event .year {
		width: 70px;
		padding: 0 0 0 15px;
		font-size: 1.4rem;
	}

	.rec-ivd-schedule-grid .rec-au-history-event .year::before {
		left: 2px;
		top: 12px;
	}

	.rec-ivd-schedule-grid .rec-au-history-event .body {
		font-size: 1.7rem;
		line-height: 1.6;
	}

	.rec-ivd-schedule-grid .chk-list {
		padding: 10px 15px 15px 15px;
		margin: 10px 0 5px;
	}

	.rec-ivd-schedule-grid .block.r .chk-list {
		margin: 0;
	}

	.rec-ivd-schedule-grid .chk-list li {
		padding: 0 0 0 20px;
		margin: 5px 0 0;
		font-size: 1.5rem;
	}

	.rec-ivd-schedule-grid .chk-list li::after {
		top: 5px;
	}
}

/* ─────────────────────────
   4. ポイント
───────────────────────── */
.rec-voice-area {
	padding: 80px 0 70px;
}

.rec-voice-area .section-ttl-area .contents-catch {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 0 40px;
}

.rec-voice-item {
	border: 1px solid var(--sub);
	padding: 40px;
	display: flex;
	align-items: center;
	gap: 40px;
	margin: 0 0 30px;
}

.rec-voice-icon {
	width: 110px;
	text-align: center;
}

.rec-voice-icon img {
	width: 100% !important;
	height: 100px !important;
	object-fit: contain !important;
}

.rec-voice-icon span {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--sub);
	margin: 10px 0 0;
}

.rec-voice-body {
	flex: 1;
}

.rec-voice-ttl {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .04em;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px var(--main) solid;
}

.rec-voicet-txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .04em;
}

@media screen and (max-width: 768px) {
	.rec-voice-area {
		padding: 50px 20px;
	}

	.rec-voice-area .section-ttl-area .contents-catch {
		font-size: 2rem;
		margin: 10px 0 0;
	}

	.rec-voice-item {
		padding: 20px;
		display: block;
		margin: 20px 0 0;
	}

	.rec-voice-icon {
		display: flex;
		align-items: center;
		gap: 0 10px;
		width: 100%;
		text-align: left;
	}

	.rec-voice-icon img {
		width: 50px !important;
		height: 50px !important;
		margin: 0;
	}

	.rec-voice-icon span {
		width: calc(100% - 70px);
		font-size: 1.6rem;
		margin: 0;
	}

	.rec-voice-body {
		width: 100%;
	}

	.rec-voice-ttl {
		font-size: 2rem;
		margin: 10px 0 15px;
		padding: 0 0 10px;
	}

	.rec-voice-txt {}
}

/* ─────────────────────────
   7. 身につくスキル
───────────────────────── */
.rec-mach-skill-area {
	padding: 80px 0 80px;
	background: var(--rec-bg);
}

.rec-mach-skill-area .section-ttl-area .contents-catch {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 0 40px;
}

.rec-mach-skill-item {
	border: 1px solid var(--sub);
	padding: 30px;
	display: flex;
	gap: 20px 30px;
	align-items: center;
	background: #fff;
	margin: 0 0 20px;
}

.rec-mach-skill-icon {
	width: 100px;
	height: 70px;
}

.rec-mach-skill-icon img {
	object-fit: contain !important;
}

.rec-mach-skill-body {
	flex: 1;
}

.rec-mach-skill-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 35px;
}

.rec-mach-skill-list li {
	position: relative;
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: 600;
	padding: 0 0 0 18px;
}

.rec-mach-skill-body li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	background: var(--main);
	border-radius: 50%;
}

@media screen and (max-width: 768px) {
	.rec-mach-skill-area {
		padding: 50px 20px 30px;
	}

	.rec-mach-skill-area .section-ttl-area .contents-catch {
		font-size: 2rem;
		margin: 10px 0 0;
	}

	.rec-mach-skill-item {
		padding: 20px;
		display: block;
		margin: 0 0 20px;
	}

	.rec-mach-skill-icon {
		height: 60px;
		text-align: center;
		margin: 0 auto;
	}

	.rec-mach-skill-body {
		flex-direction: column;
		gap: 10px;
	}

	.rec-mach-skill-body {}

	.rec-mach-skill-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px 0;
		margin: 12px 0 0;
	}

	.rec-mach-skill-list li {
		font-size: 1.7rem;
	}

	.rec-mach-skill-body li::before {
		top: 12px;
		width: 6px;
		height: 6px;
	}
}

/* ─────────────────────────
   8. キャリアプラン
───────────────────────── */
.rec-mach-career-area {
	padding: 80px 0 100px;
}

.rec-mach-career-list {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	position: relative;
	margin: -70px 0 0;
}

.rec-mach-career-item {
	flex: 1;
	text-align: center;
	position: relative;
}

.rec-mach-career-step {
	font: italic 700 2rem/1 var(--en);
	color: var(--main);
	letter-spacing: .04em;
	margin: 0 0 15px;
}

.rec-mach-career-box {
	padding: 20px;
}

/*色*/
.step01 .rec-mach-career-box {
	background: #A0DFED;
}

.step02 .rec-mach-career-box {
	background: #8AD8E9;
}

.step03 .rec-mach-career-box {
	background: #75D1E5;
}

.step04 .rec-mach-career-box {
	background: #5FCAE1;
}

.step05 .rec-mach-career-box {
	background: var(--rec);
}

.rec-mach-career-ttl {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.4;
	margin: 0 0 20px;
	color: #fff;
}

.rec-mach-career-body {
	background: #fff;
	padding: 20px 15px;
}

/*高さ*/
.step01 .rec-mach-career-body {
	min-height: 210px;
}

.step02 .rec-mach-career-body {
	min-height: 240px;
}

.step03 .rec-mach-career-body {
	min-height: 270px;
}

.step04 .rec-mach-career-body {
	min-height: 300px;
}

.step05 .rec-mach-career-body {
	min-height: 330px;
}

.rec-mach-career-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
}

.rec-mach-career-icon img {
	object-fit: contain !important;
}

.rec-mach-career-txt {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: .04em;
	text-align: left;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.rec-mach-career-area {
		padding: 50px 20px;
	}

	.rec-mach-career-list {
		flex-direction: column;
		margin: 0 0 0;
	}

	.rec-mach-career-item {}

	.rec-mach-career-step {
		font-size: 1.8rem;
		margin: 0 0 10px;
	}

	.rec-mach-career-box {
		padding: 10px;
	}

	.rec-mach-career-ttl {
		font-size: 2.2rem;
		margin: 0 0 10px;
	}

	.rec-mach-career-body {
		padding: 20px 15px;
		min-height: unset !important;
	}

	.rec-mach-career-icon {
		margin: 0 auto 10px;
	}

	.rec-mach-career-txt {
		font-size: 1.5rem;
	}
}

/* ─────────────────────────
   採用の流れ
───────────────────────── */
.rec-mach-flow-area {
	padding: 80px 0 100px;
	background: var(--rec-bg);
}

.rec-mach-flow-item {
	border: 1px solid var(--sub);
	padding: 30px;
	display: flex;
	gap: 20px;
	align-items: center;
	background: #fff;
	margin: 0 0 20px;
}

.rec-mach-flow-step {
	font: italic 700 2.3rem/1 var(--en);
	color: var(--main);
	letter-spacing: .04em;
}

.rec-mach-flow-img {
	width: 230px;
	height: 120px;
}

.rec-mach-flow-img img {}

.rec-mach-flow-body {
	flex: 1;
	position: relative;
	padding: 0 0 0 10px;
}

.rec-mach-flow-ttl {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .04em;
	line-height: 1.5;
	margin: 0 0 10px;
}

.rec-mach-flow-txt {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: .04em;
}

/*エントリー*/
.rec-mach-flow-area .rec-entry-area {
	margin: 0;
	width: auto;
	height: auto;
	background: none;
	position: absolute;
	right: 0;
	top: 40px;
}

.rec-mach-flow-area .rec-entry-btn {}

.rec-mach-flow-area .rec-entry-btn a {
	width: 200px;
	height: 60px;
}

.rec-mach-flow-area .rec-entry-btn span {
	font-size: 1.8rem;
}

.rec-mach-flow-area .rec-entry-btn span::before {
	width: 28px;
}

@media screen and (max-width: 768px) {
	.rec-mach-flow-area {
		padding: 50px 20px 30px;
	}

	.rec-mach-flow-item {
		display: block;
		margin: 0 0 20px;
		padding: 20px;
		position: relative;
	}

	.rec-mach-flow-step {
		font-size: 1.4rem;
		background: var(--main);
		color: #fff;
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.rec-mach-flow-img {
		width: 100%;
		height: 140px;
	}

	.rec-mach-flow-body {
		padding: 20px 0 10px;
	}

	.rec-mach-flow-ttl {
		font-size: 2rem;
		margin: 0 0 10px
	}

	.rec-mach-flow-txt {
		line-height: 1.8;
	}

	/*エントリー*/
	.rec-mach-flow-area .rec-entry-area {
		margin: 20px auto 0;
		padding: 0;
		width: 100%;
		height: auto;
		background: none;
		position: unset;
	}

	.rec-mach-flow-area .rec-entry-btn {}

	.rec-mach-flow-area .rec-entry-btn a {
		width: 100%;
		height: auto;
		padding: 20px 10px;
	}

	.rec-mach-flow-area .rec-entry-btn span {}

	.rec-mach-flow-area .rec-entry-btn span::before {}
}

/* ─────────────────────────
   よくある質問（cmn-faq.css との連携ラッパー）
───────────────────────── */
.rec-mach-faq-area {
	padding: 80px 0 100px;
}

.rec-mach-faq-area .section-ttl-area {
	margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
	.rec-mach-faq-area {
		padding: 50px 20px;
	}

	.rec-mach-faq-area .section-ttl-area {
		margin: 0 0 10px;
	}
}

/* ─────────────────────────
   11. 募集要項
───────────────────────── */
.rec-mach-req-area {
	padding: 80px 0 100px;
	background: var(--rec-bg);
}

.rec-mach-req-wrap {
	background: #fff;
	padding: 40px 60px 50px;
}

.rec-mach-req-table {
	width: 100%;
	border-collapse: collapse;
}

.rec-mach-req-table tr {
	border-bottom: 1px solid #D5DCE0;
}

.rec-mach-req-table tr:last-child {
	border-bottom: none;
}

.rec-mach-req-table th, .rec-mach-req-table td {
	padding: 25px;
	text-align: left;
	line-height: 1.7;
	vertical-align: text-top;
}

.rec-mach-req-table th {
	font-size: 1.7rem;
	font-weight: bold;
	width: 240px;
}

.rec-mach-req-table td {
	font-size: 1.6rem;
}

.rec-mach-req-table .list {}

.rec-mach-req-table .list li {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.7;
	margin: 8px 0 0;
	padding: 0 0 0 18px;
}

.rec-mach-req-table .list li:first-child {
	margin: 0;
}

.rec-mach-req-table .list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 4px;
	background: #A9DFEA;
	border-radius: 50%;
}

/*col用*/
.rec-mach-req-table .list.col {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.rec-mach-req-table .list.col li {
	width: calc((100% - 60px) / 3);
	margin: 0;
}

.rec-mach-req-table .list.col li:first-child {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.rec-mach-req-area {
		padding: 50px 20px;
	}

	.rec-mach-req-wrap {
		background: #fff;
		padding: 10px 20px;
	}

	.rec-mach-req-table th, .rec-mach-req-table td {
		display: block;
		width: 100%;
	}

	.rec-mach-req-table th {
		padding: 20px 0 0 0;
	}

	.rec-mach-req-table td {
		padding: 8px 0 20px 15px;
	}

	.rec-mach-req-table .list li {
		margin: 5px 0 0;
	}

	/*col用*/
	.rec-mach-req-table .list.col {
		flex-direction: column;
		gap: 5px 0;
	}

	.rec-mach-req-table .list.col li {
		width: 100%;
	}
}