@charset "utf-8";
.contents_wrap, .contact_wrap {
	padding: 0 0 100px;
}
.footer_wrap {
	padding: 0;
}
.entry_intro_txt {
  margin: 30px 0 0;
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
	.entry_intro_txt br {
		display: none;
	}
}
@media only screen and (min-width: 1280px) {
	.contents_wrap, .contact_wrap  {
		padding: 0 0 200px;
	}
  .entry_intro_txt {
    margin: 60px 0 0;
  }
}

/* フォーム */
.form_wrap {
	margin: 40px 0 0;
	padding: 30px 20px;
	background: #fff;
}
.recruit_form {
	display: flex;
	flex-direction: column;
}
.form_inner {
	margin: 20px 0 0;
}
.form_area {
	margin: 30px 0 0;
}

@media only screen and (min-width: 768px) {
	.form_wrap {
		padding: 40px;
	}
	.form_inner {
		margin: 50px 0 0;
	}
}
@media only screen and (min-width: 1024px) {
	.form_wrap {
		margin: 79px 0 0;
		padding: 80px 80px 100px;
	}
	.recruit_form {
		flex-direction: row;
		gap: 146px;
	}
	.form_inner {
		width: 64.75%;
		margin: 0;
	}
	.form_area {
		margin: 77px 0 0;
	}
}
@media only screen and (min-width: 1280px) {

}
/* パーツ */
.recruit_form .wpcf7-list-item input + span:before {
	background: #fff;
}
/* -----------------
フォーム上メニュー
------------------ */
.form_pan .contact_current {
	border: 2px solid #50B6BB;
	color: #50B6BB;
}
.form_pan {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
.form_pan > div {
  border: 2px solid #BFBFBF;
  font-size: 12px;
  text-align: center;
  padding: 0;
  line-height: 1.3;
  padding: 4px 0 2px;
	border-radius: 30px;
	width: 93px;
	height: 28px;
	color: #BFBFBF;
}
.form_pan > div > .form_step {
	margin: 0 3px 0 0;
  font-size: 10px;
  line-height: 1.2;
}
.form_pan_arw {
	display: flex;
	align-items: center;
	width: 6px;
	height: 10px;
}
.form_pan_arw svg {
	fill: #BFBFBF;
}
@media only screen and (min-width: 768px) {
	.form_pan {
    margin: auto;
		gap: 10px;
	}
	.form_pan > div {
		width: 115px;
		height: 40px;
    padding: 9px 0 10px;
    font-size: clamp(12px, 1.4vw, 18px);
  }
	.form_pan > div > .form_step {
		font-size: clamp(10px, 1.4vw, 18px);
		margin: 0 10px 0 0;
	}
}
@media only screen and (min-width: 1024px) {
	.form_pan {
    width: unset;
    margin: 0;
	}
	.form_pan > div {
    padding: 16px 0 14px;
  }
	.form_pan > div {
    font-size: clamp(12px, 1.4vw, 18px);
		width: 172px;
		height: 60px;
  }
	.form_pan_arw {
		width: 8px;
		height: 13px;
	}
}
@media only screen and (min-width: 1280px) {
	.form_pan > div {
    font-size: 18px;
  }
	.form_pan > div > .form_step {
		font-size: 18px;
	}
}

/* --------------
フォーム
--------------- */
.form_list_wrap {
	display: flex;
	gap: 10px;
}
.input_wrap:nth-child(n+2) .form_list_wrap {
	padding: 15px 0;
}
.input_inner_wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.input_inner_wrap .birthday {
	display: inline-flex;
	gap: 10px;
	width: 50%;
	color: #BFBFBF;
}
.input_inner_wrap .birthday span:first-child {
	display: inline-block;
	width: 80%;
}
.birthday_unit {
	padding: 10px 0 0;
}
.form_list {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
.must {
	display: flex;
	align-items: center;
	width: 37px;
	height: 16px;
	padding: 2px 8px 3px;
	font-size: 10px;
	color: #fff;
	background: #FB9701;
	border-radius: 5px;
}
.optional {
	display: flex;
	align-items: center;
	width: 37px;
	height: 16px;
	padding: 2px 8px 3px;
	font-size: 10px;
	color: #fff;
	background: #50B6BB;
	border-radius: 5px;
}
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
    color: #C4C4C4 !important;
}
.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
    color: #C4C4C4 !important;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #C4C4C4 !important;
}
input[type="text"].input01 {
	width: 100%;
	height: 40px;
	padding: 8px 20px;
	border: none;
	border-radius: 5px;
	background: #F5F5F3;
	font-size: 16px;
}
input[type="text"].input02 {
	width: 100%;
	height: 40px;
	padding: 8px 20px;
	border: none;
	border-radius: 5px;
	background: #F5F5F3;
	font-size: 16px;
}
input[type="email"].input01 {
	width: 100%;
	height: 40px;
	padding: 8px 20px;
	border: none;
	border-radius: 5px;
	background: #F5F5F3;
	font-size: 16px;
}
input[type="text"].wpcf7-not-valid {
	border: solid 2px #e44e4e;
}
input[type="email"].wpcf7-not-valid {
	border: solid 2px #e44e4e;
}
.textarea01 {
	width: 100%;
	height: 200px;
	padding: 18px 20px;
	border: none;
	border-radius: 5px;
	background: #F5F5F3;
	font-size: 16px;
}
.wpcf7-textarea.wpcf7-not-valid {
	border: solid 2px #e44e4e;
}
.input_wrap + .input_wrap {
	margin: 30px 0 ;
}
.input_wrap p {
	display: flex;
	flex-direction: column;
	gap: 0 10px;
}
.input_wrap > p > span:nth-child(2) {
	flex: 1;
}
.zip_wrap input[type="text"].input01 {
	padding: 8px 20px 8px 45px;
	background: #fff url(../images/common/zip_icon.svg) 22px center/13px 13px no-repeat;
}
.wpcf7-not-valid-tip {
	color: #e44e4e;
}
.wpcf7-validation-errors, .wpcf7-acceptance-missing, .wpcf7 form .wpcf7-response-output {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #e44e4e;
	border: none;
}
.wpcf7-spinner {
	display: block;
	margin: 20px auto 0;
}
@media only screen and (min-width: 768px) {
	.form_list_wrap {
		width: 180px;
	}
	.form_list {
		font-size: clamp(10px, 1.95vw, 20px);
	}
	.input_wrap:first-child {
		padding: 0 0 30px;
	}
	.input_wrap p {
		flex-direction: row;
	}
	input[type="text"].input01 {
		height: 60px;
		padding: 16px 36px;
		font-size: clamp(16px, 1.95vw, 20px);
	}
	input[type="text"].input02 {
		height: 60px;
		padding: 16px 36px;
		font-size: clamp(16px, 1.95vw, 20px);
	}
	input[type="email"].input01 {
		height: 60px;
		padding: 16px 36px;
		font-size: clamp(16px, 1.95vw, 20px);
	}
	.input_inner_wrap {
		flex-direction: row;
		gap: 20px;
	}
	.input_inner_wrap .birthday {
		display: inline-flex;
		gap: 12px;
		width: calc(33.333% - 35px * 2 / 3);
	}
	.birthday_unit {
		padding: 15px 0 0;
	}
	.must {
		width: 48px;
		height: 23px;
		padding: 5px 9px;
    justify-content: center;
		font-size: clamp(10px, 1.36vw, 14px);
	}
	.optional {
		width: 48px;
		height: 23px;
		padding: 5px 9px;
    justify-content: center;
		font-size: clamp(10px, 1.36vw, 14px);
	}
	.textarea01 {
		font-size: clamp(16px, 1.95vw, 20px);
	}
	.wpcf7-validation-errors, .wpcf7-acceptance-missing, .wpcf7 form .wpcf7-response-output {
		font-size: clamp(16px, 1.95vw, 20px);
	}
}
@media only screen and (min-width: 1024px) {
	.form_list_wrap {
		width: 260px;
		gap: 15px;
	}
	.form_list {
		font-size: 20px;
	}
	.input_inner_wrap {
		gap: 35px;
	}
	input[type="text"].input01 {
		font-size: 20px;
	}
	input[type="text"].input02 {
		font-size: 20px;
	}
	input[type="email"].input01 {
		font-size: 20px;
	}
	.must {
		font-size: 14px;
	}
	.optional {
		font-size: 14px;
	}
	.textarea01 {
		padding: 16px 36px;
		font-size: 20px;
	}
	.zip_wrap input[type="text"].input01 {
		padding: 16px 40px 16px 70px;
		background: #fff url(../images/common/zip_icon.svg) 42px center/15px 15px no-repeat;
	}
	.wpcf7-validation-errors, .wpcf7-acceptance-missing, .wpcf7 form .wpcf7-response-output {
		font-size: 20px;
	}
}
/* ラジオボックス */
.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 20px;
}
.input_wrap .wpcf7-list-item {
	margin: 0;
}
.wpcf7-list-item label {
  position: relative;
  display: inline-block;
  padding: 2px 25px;
  border-radius: 30px;
  background: #F5F5F3;
  font-size: 13px;
  cursor: pointer;
	transition: all 0.5s ease-out;
	border-width: 1px;
  border-color: #F5F5F3;
	border-style: solid;
	text-align: center;
}
.wpcf7-list-item label.active {
	background-color: #e44e4e;
	color: #222;
  border-color: #e44e4e;
}
.wpcf7-not-valid .wpcf7-list-item label.active {
	background-color: #fff;
	color: #222;
  border-color: #fff;
}
.wpcf7-radio.wpcf7-not-valid label {
	border-width: 2px;
  border-color: #e44e4e;
}
.wpcf7-list-item input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.wpcf7-list-item-text {
  position: relative;
}
.wpcf7-list-item input + span:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
	background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  box-sizing: border-box;
	transition: all 0.5s ease-out;
}
.wpcf7-list-item input + span:after {
  position: absolute;
  top: 50%;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #BFBFBF;
  left: 11px;
  transform: scale(0, 0);
}
.wpcf7-list-item input:checked + span:before {
	background-color: #50B6BB;
  border: none;
}

.wpcf7-list-item input:checked + span:after {
  /* animation: radio-select 0.1s linear; */
  transform: scale(1, 1) translateY(-50%);
}
.wpcf7-list-item-label {
	display: inline-block;
	padding: 5px 2px;
	font-weight: 400;
}
@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 768px) {
  .wpcf7-list-item label {
		width: 240px;
    padding: 4px 20px;
		font-size: clamp(18px, 1.95vw, 20px);
  }
  .wpcf7-list-item input + span:before {
    left: 13px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  .wpcf7-list-item input + span:after {
    width: 10px;
    height: 10px;
    left: 18px;
    top: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .wpcf7-list-item label {
		width: 300px;
    padding: 9px 40px;
    font-size: 20px;
  }
  .wpcf7-list-item input + span:before {
    left: 21px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  .wpcf7-list-item input + span:after {
    width: 15px;
    height: 15px;
    left: 29px;
    top: 50%;
  }
}
/* ボタン */
/* 送信 */
.submit_btn {
	display: inline-block;
	width: 210px;
	padding: 11px 20px 11px 21px;
	background: #50B6BB url(../images/entry/submit_arrow_off.svg) right 19px center/14px 14px no-repeat;
	transition: all 0.3s ease-out;
	border: solid 2px #50B6BB;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}
input[type="submit"].submit_btn {
	border-radius: 30px;
}
.submit_btn_wrap .wpcf7-spinner, .form_btn_wrap .wpcf7-spinner {
	display: inline-block;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #50B6BB;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 1s linear infinite;
	background: none !important;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@media only screen and (min-width: 768px) {
	.submit_btn {
		width: 200px;
		cursor: pointer;
	}
	.submit_btn:hover {
		background: #E6E4E4 url(../images/entry/submit_arrow_on.svg) right 19px center/14px 14px no-repeat;
	}
}
@media only screen and (min-width: 1024px) {
	.submit_btn {
		width: 300px;
		height: 60px;
		padding: 16px 20px 20px 36px;
		background: #50B6BB url(../images/entry/submit_arrow_off.svg) right 19px center/20px 20px no-repeat;
		font-size: 18px;
	}
	.submit_btn:hover {
		background: #fff url(../images/entry/submit_arrow_on.svg) right 19px center/20px 20px no-repeat;
		color: #50B6BB;
	}
}
/* 確認画面ボタン */
.form_btn_wrap {
	position: relative;
	text-align: center;
}
.form_btn_wrap p {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.back_btn {
	margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
	.back_btn {
		position: absolute;
		top: 0;
		left: 0;
	}
}
/* 戻る */
.back_btn {
	width: 150px;
	padding: 11px 20px 11px 40px;
	background: #222 url(../images/entry/bock_arrow_off.svg) left 13px center/11px 11px no-repeat;
	transition: all 0.3s ease-out;
	border: none;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
}
input[type="button"].back_btn {
	border-radius: 30px;
}
@media only screen and (min-width: 768px) {
	.back_btn {
		width: 130px;
		cursor: pointer;
	}
	.back_btn:hover {
		background: #E6E4E4 url(../images/entry/bock_arrow_on.svg) left 20px center/18px 18px no-repeat;
		color: #222;
	}
}
@media only screen and (min-width: 1024px) {
	.back_btn {
		width: 170px;
		background: #222 url(../images/entry/bock_arrow_off.svg) left 20px center/18px 18px no-repeat;
		font-size: 18px;
	}
	.back_btn:hover {
		background: #E6E4E4 url(../images/entry/bock_arrow_on.svg) left 20px center/18px 18px no-repeat;
	}
}
/* プライバシーポリシー */
.agree_box_wrap {
	margin: 12px 0 0;
}
.privacy_note {
	margin: 15px 0 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
}
.privacy_list_wrap {
	border-radius: 30px;
	border: solid 1px #222;
	overflow-x: hidden;
}
.privacy_list_inner {
	width: calc(100% + 17px);
	height: 200px;
	padding: 25px 20px;
	padding-right: calc(20px + 17px);
	overflow-y: scroll;
}
.privacy_ttl {
	font-size: 18px;
}
.privacy_list {
	margin: 24px 0 0;
}
.privacy_subheadline {
	font-size: 13px;
}
.privacy_list_item {
	position: relative;
	font-size: 13px;
}
.privacy_list_item span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
}
.privacy_list_item p {
	padding: 0 0 0 20px;
	line-height: 2;
	word-break: break-all;
}
.agree_box {
	margin: 15px 0 0;
}
.agree_box .wpcf7-list-item {
	margin: 0;
}
.agree_box .wpcf7-list-item label {
	background: transparent;
	border-color: transparent;
}
.agree_box .wpcf7-list-item label.active {
	background-color: #e44e4e;
	color: #222;
  border-color: #e44e4e;
}
.wpcf7-checkbox.wpcf7-not-valid label {
	border-width: 2px;
  border-color: #e44e4e;
}
.submit_btn_wrap {
	text-align: center;
}
.submit_btn_wrap p {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
}
@media only screen and (min-width: 768px) {
	.privacy_ttl {
		font-size: clamp(18px, 2.34vw, 24px);
	}
	.privacy_note {
		font-size: clamp(13px, 1.95vw, 20px);
	}
	.privacy_subheadline {
		font-size: clamp(13px, 1.56vw, 16px);
	}
	.privacy_list_item {
		font-size: clamp(13px, 1.56vw, 16px);
	}
	.privacy_list_item span {
		font-size: clamp(13px, 1.56vw, 16px);
	}
	.submit_btn_wrap {
		text-align: right;
	}
}
@media only screen and (min-width: 1024px) {
	.privacy_list_inner {
		padding: 35px 38px;
		padding-right: calc(38px + 17px);
	}
	.privacy_ttl {
		font-size: 24px;
	}
	.privacy_note {
		margin: 22px 0 5px;
		font-size: 20px;
	}
	.privacy_subheadline {
		font-size: 16px;
	}
	.privacy_list_item {
		font-size: 16px;
	}
	.privacy_list_item span {
		font-size: 16px;
	}
	.privacy_list_item p {
		padding: 0 0 0 35px;
	}
}
/* 確認画面 */
.contact_conf_wrap .sec_ttl_wrap {
	display: block;
}
.contact_conf_wrap .sec_ttl {
	font-size: 30px;
}
.sec_ttl_info {
	margin: 30px 0 0;
	font-size: 13px;
}
.sec_ttl_info br {
	display: block;
}
.contact_conf_wrap .form_inner {
	margin: 34px 0 0;
}
.recruit_conf_wrap {
	background: #FFF6C8;
	border-radius: 0 100px 0 0;
	padding: 90px 0 100px;
}
.contact_conf_wrap .input_area {
	padding: 40px 0;
}
.contact_conf_wrap .input_wrap p + p {
	margin: 10px 0 0;
}
.contact_conf_wrap .input_wrap p {
border-bottom: solid #222 1PX;
}
@media only screen and (min-width: 1024px) {
	.contact_conf_wrap .input_area {
		padding: 60px 0 0;
	}
}
/* フォーム */
span.input01_confirm {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 40px;
	padding: 8px 20px;
	border: none;
	border-radius: 30px;
	background: #fff;
	font-size: 18px;
	line-height: 1.2;
}
.contact_conf_wrap .form_list_wrap {
	padding: 8px 20px;
}
span.confirm_type02 {
	display: inline-flex;
	width: auto;
}
@media only screen and (min-width: 768px) {
	span.input01_confirm {
		font-size: clamp(18px, 1.95vw, 20px);
	}
	.sec_ttl_info {
		font-size: clamp(13px, 1.4vw, 18px);
	}
	.contact_conf_wrap .sec_ttl {
		font-size: clamp(30px, 3.51vw, 45px);
	}
	.recruit_conf_wrap {
		border-radius: 0 200px 0 0;
	}
}
@media only screen and (min-width: 1024px) {
	.contact_conf_wrap .sec_ttl_wrap {
		width: calc(100% - 64.75%);
	}
	.sec_ttl_info {
		margin: 104px 0 0;
	}
	.contact_conf_wrap .form_inner {
		margin: 0;
	}
	.recruit_conf_wrap {
		padding: 200px 0;
	}
	.contact_conf_wrap .form_list_wrap {
		padding: 16px 40px;
	}
	span.input01_confirm {
		padding: 16px 40px;
		font-size: 20px;
	}
}
@media only screen and (min-width: 1280px) {
	.contact_conf_wrap .sec_ttl {
		font-size: 45px;
	}
	.sec_ttl_info {
		font-size: 18px;
	}
}

/* 完了画面 */
.contact_thank_wrap {
	margin: 50px 0 0;
}
.contact_thank_ttl {
	font-size: 24px;
	line-height: 1.5;
}
.contact_thank_txt {
	font-weight: 500;
	line-height: 1.8;
	padding: 0 0 30px;
	border-bottom: 1px solid #222;
}
.contact_thank_txt p {
	margin: 30px 0 0;
}
.top_btn {
  display: inline-block;
  background-color: #222222;
  padding: 11px 50px 11px 49px;
  color: #FFFFFF;
  border-radius: 50px;
}
.top_btn_wrap{
  margin: 40px 0 0;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.contact_thank_ttl {
		font-size: clamp(24px, 2.5vw, 32px);
	}
	.contact_thank_ttl br {
		display: none;
	}
	.top_btn {
    padding: 15px 70px;
  }
  .top_btn_wrap{
		margin: 60px 0 0;
	}
}
@media only screen and (min-width: 1024px) {
	.contact_thank_wrap {
		margin: 100px 0 0;
	}
	.contact_thank_txt {
		padding: 0 0 50px;
	}
	.contact_thank_txt p:first-child {
		margin: 38px 0 0;
	}
}
@media only screen and (min-width: 1280px) {
	.contact_thank_ttl {
		font-size: 32px;
	}
}

@media only screen and (min-width: 768px) {
	.spbr {
		display: none;
	}
}