@charset "utf-8";

/* ==================================================
	基本設定
================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

#boshu .main-center,
.boshu-main {
	width: 100%;
	color: #222;
}

.boshu-inner {
	width: min(920px, calc(100% - 40px));
	margin: 0 auto;
}


/* ==================================================
	ページ上部
================================================== */

.boshu-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 330px;
	padding: 70px 20px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
		url("../image/index/production.jpg") center / cover no-repeat;
	border-bottom: 1px solid #d8d8d8;
}

.boshu-hero-inner {
	position: relative;
	z-index: 1;
	width: min(900px, 100%);
	text-align: center;
}

.boshu-hero-en {
	margin: 0 0 12px;
	color: #555;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.boshu-hero h1 {
	margin: 0 0 22px;
	color: #111;
	font-size: clamp(3rem, 4.5vw, 4.4rem);
	font-weight: 700;
	line-height: 1.35;
}

.boshu-hero-lead {
	margin: 0;
	color: #333;
	font-size: clamp(1.5rem, 2vw, 1.8rem);
	font-weight: 400;
	line-height: 1.9;
}


/* ==================================================
	共通セクション
================================================== */

.boshu-section {
	padding: 72px 0;
	background: #fff;
}

.boshu-section-gray {
	background: #f6f6f6;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.boshu-section h2 {
	margin: 0 0 34px;
	padding: 0 0 13px;
	color: #111;
	font-size: clamp(2.3rem, 3vw, 3rem);
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px solid #cfcfcf;
}

.boshu-section h2::before {
	display: inline-block;
	width: 4px;
	height: 1.1em;
	margin-right: 12px;
	vertical-align: -0.12em;
	content: "";
	background: #555555;
}

.boshu-section p {
	margin: 0 0 18px;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.95;
}

.boshu-section p:last-child {
	margin-bottom: 0;
}

.boshu-section-lead {
	text-align: left;
}


/* ==================================================
	冒頭注意書き
================================================== */

.boshu-notice {
	margin-top: 32px;
	padding: 20px 24px;
	background: #f5f5f5;
	border: 1px solid #d8d8d8;
	border-left: 4px solid #555555;
}

.boshu-notice p {
	margin: 0;
	font-weight: 700;
}

.boshu-notice h3 {
	margin: 0 0 10px;
	color: #111;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
}


/* ==================================================
	仕事内容
================================================== */

.boshu-card-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.boshu-card-list li {
	position: relative;
	min-height: 62px;
	padding: 18px 18px 18px 42px;
	color: #222;
	font-size: 1.5rem;
	line-height: 1.7;
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.boshu-card-list li::before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	content: "";
	background: #555555;
	transform: translateY(-50%);
}


/* ==================================================
	募集要項
================================================== */

.boshu-table-wrap {
	width: 100%;
	overflow-x: auto;
}

.boshu-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background: #fff;
}

.boshu-table th,
.boshu-table td {
	padding: 15px 18px;
	color: #222;
	font-size: 1.45rem;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
}

.boshu-table th {
	width: 190px;
	font-weight: 700;
	background: #efefef;
}

.boshu-table-note {
	margin-top: 22px !important;
	color: #555 !important;
	font-size: 1.35rem !important;
}


/* ==================================================
	応募後の流れ
================================================== */

.boshu-flow {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boshu-flow li {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	padding: 22px 8px;
	border-bottom: 1px solid #ccc;
}

.boshu-flow-number {
	flex-shrink: 0;
	width: 52px;
	color: #555555;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2;
}

.boshu-flow h3 {
	margin: 0 0 6px;
	color: #111;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.6;
}

.boshu-flow p {
	margin: 0;
}


/* ==================================================
	応募ボタン
================================================== */

.boshu-entry-section {
	padding: 52px 0 56px;
	color: #222;
	text-align: center;
	background: #f2f2f2;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

.boshu-entry-section h2 {
	margin-bottom: 24px;
	text-align: center;
}

.boshu-entry-section h2::before {
	display: none;
}

.boshu-entry-section > .boshu-inner > p:first-of-type {
	max-width: 760px;
	margin: 0 auto;
}

.boshu-entry-contact {
	margin: 18px 0 0 !important;
	font-size: 1.4rem !important;
	line-height: 1.7 !important;
}

.boshu-footer-gap {
	display: block;
	width: 100%;
	height: 72px;
	background-color: #fff;
}

.boshu-entry-button {
	position: relative;
	display: inline-block;
	min-width: 300px;
	margin-top: 28px;
	padding: 1.5rem 6rem;
	overflow: hidden;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align: middle;
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
}

.boshu-entry-button > span {
	position: relative;
	z-index: 2;
	color: #fff;
}

.boshu-entry-button:link,
.boshu-entry-button:visited,
.boshu-entry-button:hover,
.boshu-entry-button:active {
	color: #fff;
	text-decoration: none;
}

.boshu-entry-button::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	content: "";
	background-color: #eb6100;
	border-radius: 50%;
	transform: translateX(-80%) translateY(-25px);
	transition: all 0.5s ease-in-out;
}

.boshu-entry-button:hover::before {
	width: 400px;
	height: 400px;
	transform: translateX(-1%) translateY(-175px);
}


/* ==================================================
	タブレット
================================================== */

@media screen and (max-width: 768px) {

	.boshu-inner {
		width: calc(100% - 30px);
	}

	.boshu-hero {
		min-height: 300px;
		padding: 58px 15px;
	}

	.boshu-section {
		padding: 55px 0;
	}

	.boshu-section h2 {
		margin-bottom: 26px;
		font-size: 2.2rem;
	}

	.boshu-section p {
		font-size: 1.4rem;
		line-height: 1.9;
	}

	.boshu-card-list {
		grid-template-columns: 1fr;
	}

	.boshu-card-list li {
		min-height: 0;
		font-size: 1.4rem;
	}

	.boshu-table th,
	.boshu-table td {
		padding: 13px 14px;
		font-size: 1.35rem;
	}

	.boshu-table th {
		width: 145px;
	}

	.boshu-flow li {
		gap: 16px;
		padding: 19px 4px;
	}

	.pc-only {
		display: none;
	}
}


/* ==================================================
	スマートフォン
================================================== */

@media screen and (max-width: 560px) {

	.boshu-hero {
		min-height: 265px;
	}

	.boshu-hero-en {
		font-size: 1.1rem;
	}

	.boshu-hero h1 {
		margin-bottom: 18px;
		font-size: 2.7rem;
	}

	.boshu-hero-lead {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.boshu-section {
		padding: 45px 0;
	}

	.boshu-section h2 {
		margin-bottom: 22px;
		padding-bottom: 10px;
		font-size: 1.9rem;
	}

	.boshu-section h2::before {
		width: 3px;
		margin-right: 9px;
	}

	.boshu-notice {
		padding: 17px;
	}

	.boshu-table,
	.boshu-table tbody,
	.boshu-table tr,
	.boshu-table th,
	.boshu-table td {
		display: block;
		width: 100%;
	}

	.boshu-table tr {
		margin-bottom: 12px;
		border: 1px solid #ccc;
	}

	.boshu-table th,
	.boshu-table td {
		border: 0;
	}

	.boshu-table th {
		padding: 10px 12px;
		border-bottom: 1px solid #ddd;
	}

	.boshu-table td {
		padding: 12px;
	}

	.boshu-flow-number {
		width: 42px;
		font-size: 1.9rem;
	}

	.boshu-flow h3 {
		font-size: 1.55rem;
	}

	.boshu-entry-button {
		width: 100%;
		min-width: 0;
		padding: 15px 18px;
	}
	
	.boshu-entry-section {
		padding: 42px 0 46px;
	}

	.boshu-entry-section h2 {
		margin-bottom: 20px;
	}

	.boshu-entry-button {
		margin-top: 24px;
	}

	.boshu-entry-contact {
		margin-top: 16px !important;
		font-size: 1.25rem !important;
	}

	.boshu-footer-gap {
		height: 48px;
	}
}