@charset "utf-8";
/* entry.css */



#entry strong {
	color: var(--color-blue);
	font-weight: 500;
}





/*==================================================================
	リード
==================================================================*/
.entry_lead {
	margin-bottom: 90px;
}
.entry_lead_text {
	margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
	.entry_lead { margin-bottom: 60px; }
	.entry_lead h3 {line-height: 1.6; letter-spacing: 1px;}
	.entry_lead h3 em {line-height: 1; letter-spacing: 4px;}
}


/*==================================================================
	ご応募から採用までの流れ
==================================================================*/
.entry_flow {
	margin-bottom: 90px;
}
.entry_flow_list {
	gap: 5px;
	counter-reset: none;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.entry_flow_list li {
	flex: 1;
	position: relative;
	text-align: center;
	padding: 30px 20px 30px;
	background: #f9f7f5;
}
.entry_flow_list li:last-child::after {
	display: none;
}
.entry_flow_list li span {
	display: block;
	font-family: "Cormorant Infant", serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 3px;
	color: var(--color-gold);
	margin-bottom: 5px;
}
.entry_flow_list li h4 {
	font-family: "Shippori Mincho B1", serif;
	font-size: 22px;
	color: #222;
	margin: 0 0 10px;
	line-height: 1.6;
}
.entry_flow_list li p {
	font-size: 15px;
	color: #666;
	line-height: 1.7;
}
@media screen and (max-width: 640px) {
	.entry_flow { margin-bottom: 60px; }
	.entry_flow_list { flex-direction: column; gap: 4px; }
	.entry_flow_list li { padding: 24px 20px; }
	.entry_flow_list li::after { display: none; }
	.entry_flow_list li h4 { font-size: 19px;}
}



/*==================================================================
	応募フォーム
==================================================================*/
.entry_form {
	margin-bottom: 110px;
}
.haveto {
	display: inline-block;
	background: #c0392b;
	color: #fff;
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 3px;
	margin-left: 8px;
	vertical-align: middle;
	line-height: 1.6;
}




/* フォーム本体 */
.cf7-table__table {
	width: 100%;
	border-collapse: collapse;
	max-width: 1080px;
	margin: 0 auto;
}
.cf7-table__table tr {
	display: grid;
	grid-template-columns: 220px 1fr;
	border-bottom: 1px solid #e0dbd3;
	align-items: center;
}
.cf7-table__table tr:first-child {
	border-top: 1px solid #e0dbd3;
}
.cf7-table__table th {
	padding: 22px 0;
	font-family: "Shippori Mincho B1", serif;
	font-size: 16px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	font-weight: 400;
}
.cf7-table__table td {
	padding: 14px 0 14px 20px;
}


/* 入力要素共通 */
.cf7-table__table input[type="text"],
.cf7-table__table input[type="tel"],
.cf7-table__table input[type="email"],
.cf7-table__table input[type="number"],
.cf7-table__table select,
.cf7-table__table textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #c8c0b8;
	border-radius: 4px;
	font-size: 16px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
	appearance: none;
}
.cf7-table__table input:focus,
.cf7-table__table select:focus,
.cf7-table__table textarea:focus {
	outline: none;
	border-color: var(--color-gold);
}
.cf7-table__table textarea {
	height: 120px;
	resize: vertical;
}


/* 同意チェックボックス */
.check_wrapper {
	padding: 20px 0;
	border-top: 1px solid #e0dbd3;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
}
.wpcf7-list-item input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color: var(--color-gold);
	cursor: pointer;
}

.wpcf7-list-item-label a {
	color: var(--color-blue);
	text-decoration: underline;
}


/* 送信ボタン */
.btn_wrapper {
	margin-top: 50px;
	text-align: center;
}
.wpcf7-spinner {
	margin: 0;
}
.btn_wrapper p {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.btn_wrapper input[type="submit"] {
	display: inline-block;
	margin-top: 30px;
	padding: 18px 80px;
	background: var(--color-gold);
	color: #fff;
	font-family: "Shippori Mincho B1", serif;
	font-size: 18px;
	letter-spacing: 2px;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	transition: opacity 0.3s ease;
}
.btn_wrapper input[type="submit"]:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	.cf7-table__table tr {
		grid-template-columns: 1fr;
	}
	.cf7-table__table th { padding: 16px 0 4px; }
	.cf7-table__table td { padding: 0 0 14px 0; }
	.btn_wrapper input[type="submit"] {
		width: 100%;
		padding: 18px 0;
	}
}


/*==================================================================
	応募後の流れ
==================================================================*/
.entry_after {
	margin-bottom: 90px;
}
.entry_after_catch {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-size: 18px;
	color: var(--color-gold);
	margin-bottom: 30px;
}
.entry_after_list {
	max-width: 800px;
	margin: 0 auto;
}
.entry_after_list li {
	position: relative;
	padding: 16px 0 16px 24px;
	border-bottom: 1px solid #e0dbd3;
	line-height: 1.8;
}
.entry_after_list li:first-child {
	border-top: 1px solid #e0dbd3;
}
.entry_after_list li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 26px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--color-gold-light);
}
@media screen and (max-width: 640px) {
	.entry_after { margin-bottom: 60px; }
}


/*==================================================================
	クロージング
==================================================================*/
.entry_closing {
	text-align: center;
	padding: 60px;
	background: #f9f7f5;
}
.entry_closing p {
	line-height: 1.9;
	margin-bottom: 1em;
}
.entry_closing_contact {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e0dbd3;
}
.entry_closing_contact > p {
	font-size: 15px;
	color: #666;
	margin-bottom: 8px;
}
.entry_closing_tel {
	display: block;
	font-family: "Cormorant Infant", serif;
	font-size: 48px;
	font-weight: 300;
	color: var(--color-blue);
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 12px;
}
.entry_closing_note {
	font-size: 14px;
	color: #666;
}
.entry_closing_note a {
	color: var(--color-blue);
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	.entry_closing {
		padding: 30px 20px;
	}
	.entry_closing_tel { font-size: 36px; }
	.entry_closing h3 {line-height: 1.6; letter-spacing: 1px;}
	.entry_closing h3 em {line-height: 1; letter-spacing: 4px;}
}





