body {
	background-color: #D82B26;
	transition: background-color 0.3s linear;
}

main {
	font-family: 'Noto Sans JP', sans-serif;
}

.recruit_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 9999;
}

.recruit_header_box {
	max-width: 1150px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.recruit_header_logo {
	width: 257px;
	height: 36px;
	display: block;
	background-image: url(../img/recruit/recruit_header_logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .3s;
}

.recruit_header_logo img {
	width: 100%;
}

.recruit_header_right {
	display: flex;
	height: 100%;
	align-items: center;
}

.recruit_header_right_item {
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	color: #FFFFFF;
}

.recruit_header_right_entry {
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 44px;
	color: #FFFFFF;
	border: 1px #fff solid;
	width: 162px;
	text-align: center;
	background-image: url(../img/recruit/recruit_header_right_entry.png);
	background-position: 24px 18px;
	background-repeat: no-repeat;
	background-size: 14px 10px;
	margin-left: 48px;
	padding-left: 20px;
	transition: .3s;
}

.recruit_header_right_entry:hover {
	opacity: 1;
	color: #333;
	border: 1px #fff solid;
	background-image: url(../img/recruit/recruit_header_right_entry_black.png);
	background-color: #fff;
}

.recruit_header_black .recruit_header_logo {
	background-image: url(../img/recruit/recruit_header_black.png);
}

.recruit_header_black .recruit_header_right_item {
	color: #333;
}

.recruit_header_black .recruit_header_right_entry {
	color: #333;
	border: 1px #333 solid;
	background-image: url(../img/recruit/recruit_header_right_entry_black.png);
}

.recruit_header_black .recruit_header_right_entry:hover {
	border: 1px #fff solid;
}

@media screen and (max-width: 767px) {
	.recruit_header {
		height: 60px;
	}
	.recruit_header_box {
		padding: 0 20px;
	}
	.recruit_header_logo {
		width: 150px;
		height: 25px;
	}
	.recruit_header_right_item {
		font-size: 12px;
	}
	.recruit_header_right_entry {
		font-size: 12px;
		line-height: 25px;
		width: 100px;
		background-position: 10px 10px;
		padding-left: 19px;
		background-size: 10px 7px;
		margin-left: 10px;
	}
}

/* ------------------------------------------
  recruit_top
------------------------------------------ */

.recruit_top {
	width: 100%;
}

.recruit_top video {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.recruit_top {
		width: 100%;
		padding-top: 40px;
	}
}

/* ------------------------------------------
  recruit_text
------------------------------------------ */

.recruit_text {
	padding-top: 100px;
}

.recruit_text_main {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 1.526315789473684;
	text-align: center;
	letter-spacing: 0.09em;
	color: #FFFFFF;
}

.recruit_text_main span {
	font-size: 1.2em;
	font-weight: 700;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

@media screen and (max-width: 767px) {
	.recruit_text {
		padding-top: 100px;
		padding: 40px 20px 0px;
	}
	.recruit_text_main {
		font-size: 14px;
	}
	.recruit_text_main span {
		font-size: 1.2em;
	}
}

/* ------------------------------------------
  recruit_instagram
------------------------------------------ */

.recruit_instagram {
	margin-top: 200px;
}

.recruit_instagram_main {
	max-width: 1150px;
	margin: 0 auto;
}

.recruit_instagram_main_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recruit_instagram_main_title {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-style: normal;
	font-weight: 600;
	font-size: 39px;
	line-height: 1;
	letter-spacing: 0.07em;
	color: #FFFFFF;
}

.recruit_instagram_main_title_sub {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 7px;
	color: #FFFFFF;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.recruit_instagram_main_right {
	display: flex;
	align-items: center;
}

.recruit_instagram_main_right_account {
	display: block;
	width: 221px;
}

.recruit_instagram_main_right_follow {
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	background: #FFFFFF;
	border-radius: 100px;
	width: 152px;
	line-height: 38px;
	text-align: center;
	margin-left: 36px;
}

.insta_inner {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.insta_item {
	width: calc(25% - 5px);
	margin-left: 6px;
}

.insta_item:nth-child(4n + 1) {
	margin-left: 0;
}

.insta_item:nth-child(n + 5) {
	margin-top: 10px;
}

.recruit_instagram_main_btn {
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	background: #FFFFFF;
	border-radius: 100px;
	width: 284px;
	line-height: 62px;
	background-image: url(../img/recruit/recruit_instagram_main_btn.png);
	background-position: center right 25px;
	background-repeat: no-repeat;
	background-size: 14px;
	text-align: center;
	margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
	.recruit_instagram {
		margin-top: 60px;
		padding: 0 20px;
	}
	.recruit_instagram_main_top {
		display: block;
	}
	.recruit_instagram_main_title {
		font-size: 24px;
		text-align: center;
	}
	.recruit_instagram_main_title_sub {
		text-align: center;
	}
	.recruit_instagram_main_right {
		justify-content: center;
		margin-top: 20px;
	}
	.recruit_instagram_main_right_account {
		display: block;
		width: 150px;
	}
	.recruit_instagram_main_right_follow {
		font-size: 13px;
		color: #333333;
		background: #FFFFFF;
		border-radius: 100px;
		width: 130px;
		line-height: 30px;
		margin-left: 28px;
	}
	.insta_inner {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.insta_item {
		width: calc(50% - 5px);
		margin-left: 10px;
	}
	.insta_item:nth-child(4n + 1) {
		margin-left: 0;
	}
	.insta_item:nth-child(n + 5) {
		margin-top: 0;
	}
	.insta_item:nth-child(2n + 1) {
		margin-left: 0;
	}
	.insta_item:nth-child(n + 3) {
		margin-top: 10px;
	}
	.recruit_instagram_main_btn {
		font-size: 14px;
		width: 250px;
		line-height: 50px;
		background-position: center right 20px;
		background-size: 14px;
		text-align: center;
		margin: 20px auto 0;
	}
}

/* ------------------------------------------
  recruit_entry
------------------------------------------ */

.recruit_entry {
	margin-top: 200px;
}

.recruit_entry_main {
	max-width: 1150px;
	margin: 0 auto;
}

.recruit_entry_main_title {
	width: 238px;
	margin: 0 auto;
}

.recruit_entry_main_title_main {
	font-style: normal;
	font-weight: 800;
	font-size: 61px;
	line-height: 1;
	letter-spacing: 0.07em;
	color: #333;
	text-align: center;
	font-family: "din-2014", sans-serif;
}

.recruit_entry_main_title_sub {
	border-top: 3px #CC151D solid;
	padding-top: 15px;
	margin-top: 20px;
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
	color: #333;
	text-align: center;
	font-family: "din-2014", sans-serif;
}

.recruit_entry_main_link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
}

.recruit_entry_main_link_text {
	padding-right: 37px;
}

.recruit_entry_main_link_text_top {
	font-family: "din-2014", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #808080;
	text-align: right;
	padding-right: 10px;
}

.recruit_entry_main_link_text_bottom {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 158%;
	letter-spacing: 0.02em;
	color: #333;
	margin-top: 10px;
}

.recruit_entry_main_link_main {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 417px;
	height: 77px;
	background: #CC151D;
	border-radius: 10px;
	transition: .3s;
}

.recruit_entry_main_link_main span {
	display: block;
	padding-right: 50px;
	background-image: url(../img/recruit/recruit_entry_main_link_main_arrow.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 33px;
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
	line-height: 1.5;
	color: #FFFFFF;
	transition: .3s;
}

.recruit_entry_main_link_main:hover {
	opacity: 1;
}

.recruit_entry_main_link_main:hover span {
	background-position: center right;
}

@media screen and (max-width: 767px) {
	.recruit_entry {
		margin-top: 60px;
	}
	.recruit_entry_main {
		padding: 0 20px;
	}
	.recruit_entry_main_title {
		width: 200px;
	}
	.recruit_entry_main_title_main {
		font-size: 30px;
	}
	.recruit_entry_main_title_sub {
		border-top: 3px #CC151D solid;
		padding-top: 10px;
		margin-top: 15px;
		font-size: 20px;
	}
	.recruit_entry_main_link {
		display: block;
		margin-top: 40px;
	}
	.recruit_entry_main_link_text {
		padding-right: 0;
	}
	.recruit_entry_main_link_text_top {
		font-size: 15px;
		text-align: center;
		padding-right: 0;
	}
	.recruit_entry_main_link_text_bottom {
		font-size: 16px;
		margin-top: 5px;
		text-align: center;
	}
	.recruit_entry_main_link_main {
		width: 300px;
		height: 50px;
		border-radius: 10px;
		margin: 20px auto 0;
	}
	.recruit_entry_main_link_main span {
		padding-right: 30px;
		background-size: 25px;
		font-size: 20px;
	}
}

/* ------------------------------------------
  recruit_entry_content
------------------------------------------ */

.recruit_entry_content {
	max-width: 1150px;
	margin: 200px auto 0;
	display: flex;
	justify-content: center;
	position: relative;
}

/* 左カラム */

.recruit_entry_content_left {
	width: 441px;
	position: relative;
	padding-top: 20px;
	padding-right: 181px;
	position: sticky;
	top: 100px;
	height: fit-content;
}

.recruit_entry_content_left_entry {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #c00;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-family: "din-2014", sans-serif;
}

.recruit_entry_content_left_title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.18em;
	color: #333333;
}

.recruit_entry_content_left_list {
	list-style: none;
	padding: 0;
	margin: 40px 0 40px 0;
}

.recruit_entry_content_left_list li {
	margin: 12px 0;
}

.recruit_entry_content_left_btn, .recruit_entry_content_left_list a {
	display: block;
	border: 2px solid #c00;
	border-radius: 25px;
	padding: 10px 0;
	font-weight: bold;
	text-decoration: none;
	color: #c00;
	transition: all 0.3s ease;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #CC151D;
	text-align: center;
}

.recruit_entry_content_left_list a:hover {
	opacity: 1;
}

.recruit_entry_content_left_btn.active, .recruit_entry_content_left_list a:hover {
	background: #c00;
	color: #fff;
}

.recruit_entry_content_left_arrow {
	color: #c00;
	margin-top: 10px;
	cursor: pointer;
	width: 67px;
	display: block;
}

.recruit_entry_content_left_vertical {
	position: absolute;
	left: -40px;
	top: 200px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: "din-2014", sans-serif;
}

.recruit_entry_content_left_vertical::before {
	position: absolute;
	width: 2px;
	height: 150px;
	background-color: #CC151D;
	top: 120px;
	left: 12px;
	content: "";
}

/* 右カラム */

.recruit_entry_content_right {
	flex: 1;
	padding-top: 20px;
}

.recruit_entry_content_right_item+.recruit_entry_content_right_item {
	margin-top: 100px;
}

.recruit_entry_content_right_header {
	margin-bottom: 20px;
}

.recruit_entry_content_right_en {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #c00;
	margin-bottom: 5px;
}

.recruit_entry_content_right_title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.18em;
	color: #333333;
}

.recruit_entry_content_right_detail_wrap {
	margin-top: 50px;
}

.recruit_entry_content_right_detail {
	display: flex;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
}

.recruit_entry_content_right_detail dt {
	font-size: 14px;
	color: #333;
	width: 200px;
}

.recruit_entry_content_right_detail dd {
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
	.recruit_entry_content {
		margin: 60px auto 0;
		display: block;
		padding: 0 20px;
	}
	.recruit_entry_content_left {
		width: 100%;
		position: relative;
		padding-top: 0;
		padding-right: 0;
		position: static;
		height: auto;
	}
	.recruit_entry_content_left_entry {
		font-size: 14px;
	}
	.recruit_entry_content_left_title {
		font-size: 20px;
	}
	.recruit_entry_content_left_list {
		margin: 20px 0 20px 0;
	}
	.recruit_entry_content_left_list li {
		margin: 10px 0;
	}
	.recruit_entry_content_left_btn, .recruit_entry_content_left_list a {
		display: block;
		border: 2px solid #c00;
		border-radius: 25px;
		padding: 5px 0;
		font-size: 16px;
	}
	.recruit_entry_content_left_list a:hover {
		opacity: 1;
	}
	.recruit_entry_content_left_btn.active, .recruit_entry_content_left_list a:hover {
		background: #c00;
		color: #fff;
	}
	.recruit_entry_content_left_arrow {
		width: 40px;
		margin: 0 auto;
	}
	.recruit_entry_content_left_vertical {
		display: none;
	}
	/* 右カラム */
	.recruit_entry_content_right {
		flex: 1;
		padding-top: 20px;
	}
	.recruit_entry_content_right_item+.recruit_entry_content_right_item {
		margin-top: 60px;
	}
	.recruit_entry_content_right_header {
		margin-bottom: 20px;
	}
	.recruit_entry_content_right_en {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.recruit_entry_content_right_title {
		font-size: 20px;
	}
	.recruit_entry_content_right_detail_wrap {
		margin-top: 20px;
	}
	.recruit_entry_content_right_detail {
		display: block;
		margin: 0 0 15px 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #999999;
	}
	.recruit_entry_content_right_detail dt {
		font-size: 14px;
		color: #333;
		width: 100%;
		font-weight: 700;
	}
	.recruit_entry_content_right_detail dd {
		font-size: 14px;
		width: 100%;
	}
}

/* ------------------------------------------
  recruit_form
------------------------------------------ */

.recruit_form {
	padding: 200px 0 100px;
}

.recruit_form.form_sub {
	background-color: rgb(234, 234, 234);
}

.recruit_form .recruit_entry_main_title_main {
	color: #333;
}

.recruit_form .recruit_entry_main_title_sub {
	color: #333;
}

.recruit_form_main {
	max-width: 835px;
	margin: 0 auto;
}

.recruit_form_main_title {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	color: #000000;
	text-align: center;
	margin-top: 20px;
}

.recruit_form_main_form {
	margin-top: 70px;
}

/* ===== ステップ部分 ===== */

.form_step {
	margin-bottom: 40px;
}

.form_step_lists {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}

.form_step_lists li {
	width: 243px;
	text-align: center;
	background: #fff;
	padding: 10px 15px;
	font-size: 16px;
	color: #000;
	position: relative;
	z-index: 0;
}

.form_step_lists li.item01 {
	z-index: 2;
}

.form_step_lists li.item02 {
	z-index: 1;
}

.form_step_lists li::before {
	width: 67px;
	height: 4px;
	background-color: #fff;
	content: "";
	position: absolute;
	left: -67px;
	top: 50%;
	z-index: -1;
}

.form_step_lists li:first-child::before {
	display: none;
}

.form_step_lists li span {
	font-size: 12px;
	display: block;
}

.form_step_lists li:last-child {
	border-right: none;
}

.form_step_lists li.active {
	background: #c00;
	color: #fff;
	font-weight: bold;
}

/* ===== フォーム全体 ===== */

.contact_form {
	max-width: 800px;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
}

.contact_form dl {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	margin: 0;
}

.contact_form dt {
	width: 25%;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 22px;
}

.contact_form dd {
	width: 75%;
	margin: 0;
}

.required {
	color: #c00;
	font-size: 12px;
	margin-left: 5px;
}

/* ===== 入力欄 ===== */

.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form input[type="file"], .contact_form textarea, .contact_form select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 14px;
	box-sizing: border-box;
}

.contact_form textarea {
	height: 150px;
	resize: vertical;
}

/* 姓名を横並び */

.contact_form .form_name {
	display: flex;
	gap: 30px;
}

/* ===== プライバシー部分 ===== */

.privacy {
	margin: 20px 0;
	font-size: 13px;
	line-height: 1.6;
}

.privacy a {
	color: #c00;
	text-decoration: underline;
}

/* ===== 送信ボタン ===== */

.submit_btn {
	text-align: center;
	margin-top: 30px;
}

.submit_btn input[type="submit"] {
	background: #c00;
	color: #fff;
	font-size: 16px;
	padding: 15px 80px 15px 30px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	transition: 0.3s;
	background-image: url(../img/recruit/submit_btn_arrow.png);
	background-position: center right 30px;
	background-repeat: no-repeat;
	background-size: 21px 9px;
	transition: .3s;
}

.submit_btn input[type="submit"]:hover {
	opacity: 0.8;
	background-position: center right 23px;
}

.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form input[type="file"], .contact_form textarea, .contact_form select {
	background-color: #fff;
	border: none;
	height: 66px;
	padding: 20px 10px;
}

.contact_form textarea {
	height: 228px;
}

.contact_form input[name="acceptance"]+.wpcf7-list-item-label {
	position: relative;
	z-index: 0;
	display: table;
	padding-left: 33px;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
}

.contact_form input[name="acceptance"]+.wpcf7-list-item-label::before {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px #333 solid;
	content: "";
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 2px;
}

.contact_form input[name="acceptance"]:checked+.wpcf7-list-item-label::after {
	content: "";
	opacity: 1;
	display: block;
	position: absolute;
	top: 5px;
	left: 8px;
	width: 7px;
	height: 12px;
	border-bottom: 3px solid #c00;
	border-right: 3px solid #c00;
	box-sizing: border-box;
	transform: rotate(40deg);
}

.address_yubin {
	display: flex;
	align-items: center;
}

.address_yubin input[name="your-zip"] {
	width: 176px;
}

.contact_form span[data-name="your-inquiry"] {
	position: relative;
	z-index: 0;
}

.contact_form span[data-name="your-inquiry"]::before {
	background-image: url(../img/recruit/inquiry_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: 23px;
	top: 7px;
	width: 21px;
	height: 12px;
	pointer-events: none;
}

.address_yubin_text {
	font-size: 16px;
	margin-right: 10px;
}

.address_yubin_attention {
	font-size: 14px;
	margin-left: 20px;
}

.address_item {
	margin-top: 15px;
}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	color: #ff0000;
	font-size: 12px;
}

.wpcf7-response-output {
	color: #ff0000;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.recruit_form_main_form_thanks {
	margin-top: 70px;
}

.recruit_form_main_form_thanks_title {
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
	line-height: 1.3;
	text-align: center;
	color: #333333;
}

.recruit_form_main_form_thanks_desc {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #333333;
	margin-top: 40px;
}

/* recruit_preload */

.recruit_preload {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #000;
	/* 白だと上下左右が見えてしまうことがあるので黒がおすすめ */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: opacity 1s ease;
	overflow: hidden;
	/* 動画がはみ出ても隠す */
}

.recruit_preload.hidden {
	opacity: 0;
	pointer-events: none;
}

.recruit_preload_video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	/* これで必ず画面を覆い尽くす */
}

.contact_form.contact_form_confirm dt {
	padding: 20px;
}

.contact_form.contact_form_confirm dd {
	padding: 20px;
	background-color: #fff;
}

.contact_form.contact_form_confirm .privacy {
	margin: 0;
}

input[type="submit"]+.wpcf7-spinner {
	display: none;
}

body .codedropz-upload-inner h3 {
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.recruit_form {
		padding: 60px 20px 40px;
	}
	.recruit_form_main_title {
		font-size: 12px;
		margin-top: 10px;
	}
	.recruit_form_main_form {
		margin-top: 40px;
	}
	/* ===== ステップ部分 ===== */
	.form_step {
		margin-bottom: 20px;
	}
	.form_step_lists {
		display: flex;
		justify-content: space-between;
		list-style: none;
		padding: 0;
		margin: 0 auto;
		max-width: 335px;
	}
	.form_step_lists li {
		width: 104px;
		padding: 5px 5px;
		font-size: 13px;
		line-height: 1.2;
	}
	.form_step_lists li.item01 {
		z-index: 2;
	}
	.form_step_lists li.item02 {
		z-index: 1;
	}
	.form_step_lists li::before {
		width: 67px;
		height: 4px;
		background-color: #fff;
		content: "";
		position: absolute;
		left: -67px;
		top: 50%;
		z-index: -1;
	}
	.form_step_lists li:first-child::before {
		display: none;
	}
	.form_step_lists li span {
		font-size: 11px;
		display: block;
		margin-bottom: 4px;
	}
	.form_step_lists li:last-child {
		border-right: none;
	}
	.form_step_lists li.active {
		background: #c00;
		color: #fff;
		font-weight: bold;
	}
	/* ===== フォーム全体 ===== */
	.contact_form {
		max-width: 800px;
		margin: 0 auto;
		font-size: 14px;
		color: #333;
	}
	.contact_form dl {
		display: block;
		padding: 10px 0;
	}
	.contact_form dt {
		width: 100%;
		padding-right: 10px;
		padding-top: 10px;
	}
	.contact_form dd {
		width: 100%;
		margin: 10px 0 0;
	}
	.required {
		color: #c00;
		font-size: 12px;
		margin-left: 0px;
	}
	/* ===== 入力欄 ===== */
	.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form input[type="file"], .contact_form textarea, .contact_form select {
		width: 100%;
		max-width: 100%;
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 2px;
		font-size: 14px;
		box-sizing: border-box;
	}
	.contact_form textarea {
		height: 150px;
		resize: vertical;
	}
	/* 姓名を横並び */
	.contact_form .form_name {
		display: flex;
		gap: 10px;
	}
	/* ===== プライバシー部分 ===== */
	.privacy {
		margin: 20px 0;
		font-size: 13px;
		line-height: 1.6;
	}
	.privacy a {
		color: #c00;
		text-decoration: underline;
	}
	/* ===== 送信ボタン ===== */
	.submit_btn {
		text-align: center;
		margin-top: 20px;
	}
	.submit_btn input[type="submit"] {
		background: #c00;
		color: #fff;
		font-size: 16px;
		padding: 15px 30px;
		border: none;
		border-radius: 2px;
		cursor: pointer;
		transition: 0.3s;
	}
	.submit_btn input[type="submit"]:hover {
		opacity: 0.8;
	}
	.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form input[type="file"], .contact_form textarea, .contact_form select {
		background-color: #fff;
		border: none;
		height: 66px;
		padding: 20px 10px;
	}
	.contact_form textarea {
		height: 228px;
	}
	.contact_form input[name="acceptance"]+.wpcf7-list-item-label {
		position: relative;
		z-index: 0;
		display: table;
		padding-left: 33px;
		font-size: 16px;
		margin-top: 10px;
		cursor: pointer;
	}
	.contact_form input[name="acceptance"]+.wpcf7-list-item-label::before {
		width: 20px;
		height: 20px;
		background-color: #fff;
		border: 1px #333 solid;
		content: "";
		border-radius: 4px;
		position: absolute;
		left: 0;
		top: 2px;
	}
	.contact_form input[name="acceptance"]:checked+.wpcf7-list-item-label::after {
		content: "";
		opacity: 1;
		display: block;
		position: absolute;
		top: 5px;
		left: 8px;
		width: 7px;
		height: 12px;
		border-bottom: 3px solid #c00;
		border-right: 3px solid #c00;
		box-sizing: border-box;
		transform: rotate(40deg);
	}
	.address_yubin {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.address_yubin input[name="your-zip"] {
		width: 176px;
	}
	.contact_form span[data-name="your-inquiry"] {
		position: relative;
		z-index: 0;
	}
	.contact_form span[data-name="your-inquiry"]::before {
		background-image: url(../img/recruit/inquiry_arrow.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		position: absolute;
		right: 23px;
		top: 7px;
		width: 21px;
		height: 12px;
		pointer-events: none;
	}
	.address_yubin_text {
		font-size: 16px;
		margin-right: 10px;
	}
	.address_yubin_attention {
		font-size: 12px;
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
	}
	.address_item {
		margin-top: 15px;
	}
	.screen-reader-response {
		display: none;
	}
	.wpcf7-not-valid-tip {
		color: #ff0000;
		font-size: 12px;
	}
	.wpcf7-response-output {
		color: #ff0000;
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	}
	.recruit_form_main_form_thanks {
		margin-top: 40px;
	}
	.recruit_form_main_form_thanks_title {
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 1.3;
		text-align: center;
		color: #333333;
	}
	.recruit_form_main_form_thanks_desc {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
		color: #333333;
		margin-top: 20px;
	}
	/* recruit_preload */
	.recruit_preload {
		position: fixed;
		inset: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		/* 背景を黒などに */
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 9999;
		transition: opacity 1s ease;
	}
	.recruit_preload.hidden {
		opacity: 0;
		pointer-events: none;
	}
	.contact_form.contact_form_confirm dt {
		padding: 20px;
	}
	.contact_form.contact_form_confirm dd {
		padding: 20px;
		background-color: #fff;
	}
	.contact_form.contact_form_confirm .privacy {
		margin: 0;
	}
	input[type="submit"]+.wpcf7-spinner {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.recruit_preload_video {
		width: 100%;
		object-fit: contain;
	}
}