@charset "utf-8";
body {
  background: #E5E5E5;
}
table th, table td {
	white-space: wrap;
}
.entry_inner {
	padding: 80px 0 120px;
}
.entry_intro {
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 2;
}
.form_warp {
  margin: 40px 0 0;
  background: #fff;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .entry_intro {
    font-size: clamp(16px, 1.87vw, 24px);
  }
}
@media only screen and (min-width: 1280px) {
  .entry_inner {
    padding: 160px 0 248px;
  }
  .entry_intro {
    margin: 64px 0 0;
    font-size: 24px;
  }
  .form_warp {
    margin: 60px 0 0;
    border-radius: 20px;
  }
}
/* フォーム */
.form {
  padding: 30px 18px 50px;
}
.must, .any {
  display: inline-block;
  width: 41px;
  height: 19px;
	margin: 0 10px 0 0;
  padding: 3px 0 0;
  background: #F35465;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
	color: #fff;
}
.any {
  background: #8CB808;
}
.form_box {
	width: 100%;
}
.form_box th {
	display: block;
	width: 100%;
	padding: 25px 0 0;
	font-size: 14px;
	font-weight: 700;
	vertical-align: top;
	letter-spacing: .05em;
}
.form_box tr:first-child th {
	padding: 0;
}
.form_box td {
	display: block;
	padding: 10px 0 0 0;
	font-size: 12px;
}
.input_wrap {
  display: flex;
  gap: 0 20px;
}
.input_box {
  width: calc(50% - 20px / 2);
}
input.input01 {
	width: 100%;
  height: 40px;
	border: none;
	background: #EEECE9;
	line-height: 1.5em;
	padding-left: 10px;
}
input.input02 {
	width: 30%;
  height: 40px;
	border: none;
	background: #EEECE9;
	line-height: 1.5em;
	padding-left: 10px;
}
input.input03 {
	width: 80%;
  height: 40px;
	border: none;
	background: #EEECE9;
	margin: 5px 0 0 0;
	line-height: 1.5em;
	padding-left: 10px;
}
input.input04 {
	width: 100%;
  height: 40px;
	border: none;
	background: #EEECE9;
	margin: 5px 0 0 0;
	line-height: 1.5em;
	padding-left: 10px;
}
input.input05 {
	width: 100%;
  height: 40px;
	border: none;
	background: #EEECE9;
	margin: 5px 0 0 0;
	line-height: 1.5em;
	padding-left: 10px;
}
input.input01:focus, input.input01:focus-visible, input.input02:focus, input.input02:focus-visible, input.input03:focus, input.input03:focus-visible, input.input04:focus, input.input04:focus-visible, input.input05:focus, input.input05:focus-visible {
  outline: none;
  border: none;
}
.select01 {
	width: 100%;
  height: 40px;
	border: none;
	background: #EEECE9;
	padding: 7px 20px;
  color: #462D26;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select_wrap {
  position: relative;
}
.select_wrap::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background: url(../images/select_arw.svg) center/12px 6px no-repeat;
  pointer-events: none;
}
.select01:focus {
  outline: none;
  border: none;
}
.placeholder_txt {
  display: block;
  padding: 5px 0 0 20px;
}
.form-list li {
	margin: 20px 0 0 0;
}
.form-list li:first-child {
	margin:0;
}
.ac_wrap + .ac_wrap {
	margin: 10px 0 0;
}
.ac_wrap .ac_year {
	padding: 0 15px 0 10px;
}
.ac_wrap .ac_month {
	padding: 0 0 0 10px;
}
.ac_wrap .ac_content {
	padding: 0 10px 0 0;
}
.unit_01 {
	padding: 0 0 0 10px;
}
.form_box td textarea {
	width: 100%;
	height: 120px;
	padding: 1px 2px 1px 10px;
	border: none;
	background: #EEECE9;
}
.form_box td textarea:focus, .form_box td textarea:focus-visible {
	outline: none;
	border: none;
}
.form_list_wrap {
	display: flex;
	gap: 0 9px;
}
.form_list_wrap span {
	margin: 5px 0 0;
}
#consent,#confirm {
	margin: 0 10px 0 0;
}
.agree_txt {
	line-height: 2;
}
.agree_txt a {
	text-underline-offset: 0.3ex;
	text-decoration: underline;
}
.agree_area {
	margin: 16px 0 0;
}
.submit_btn_area {
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin-top: 40px;
}
.submit_btn_wrap {
	position: relative;
	width: 100%;
}
.submit_txt, .submit_txt_02 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	padding: 0 25px 0 0;
	background: url(../images/submit_arw.svg) right center/8px 16px no-repeat;
	line-height: 1;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	white-space: nowrap;
	transition: all 0.5s ease-out;
	pointer-events: none;
}
.submit_btn_wrap .submit_txt_02 { display: none; }
input[type="submit"].submit_btn {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px !important;
	border: solid #462D26 1px;
	border-radius: 50px;
	background: #462D26;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	transition: all 0.5s ease-out;
	cursor: pointer;
}
input[type="submit"].submit_btn:hover {
	background: #fff;
	border: solid #8CB808 1px;
}
input[type="submit"].submit_btn:hover~.submit_txt, input[type="submit"].submit_btn:hover~.submit_txt_02 {
	color: #462D26;
	background: url(../images/submit_arw_on.svg) right center/8px 16px no-repeat;
}
.back_btn_wrap {
	position: relative;
	display: none;
	width: 200px;
	margin: auto;
}
.back_btn_wrap .submit_txt {
	padding: 0 0 0 25px;
	background: url(../images/back_arw.svg) left center/8px 16px no-repeat;
}
input[type="submit"].back_btn {
	width: 200px;
	height: 40px;
}
input[type="submit"].back_btn:hover {
	background: #fff;
	border: solid #8CB808 1px;
}
input[type="submit"].back_btn:hover~.submit_txt {
	color: #462D26;
	background: url(../images/back_arw_on.svg) left center/8px 16px no-repeat;
}
.confirm_btn_check {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	padding: 0 20px !important;
	border: solid #000 1px;
	background: #000;
	text-align: left;
	color: #fff;
	font-size: 12px;
}
.form_box_last th,.form_box_last td {
	border-top: none;
	border-bottom: none;
}
.mail_address_box {
	padding: 20px;
	background: #fff;
}
.mail_address_box p:nth-child(1) {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
}
.mail_address_box p:nth-child(2) {
	font-size: 12px;
}
.formTable {
	width: 100%;
	margin: 20px 0 50px;
}
.formTable th {
	display: block;
	width: 100px;
	padding: 20px 0 10px;
	font-size: 12px;
	font-weight: normal;
}
.formTable td {
	display: block;
	padding: 0 10px;
	font-size: 12px;
}
.formTable tr:nth-last-child(2) {
	display: none;
}
.formTable tr:last-child {
	display: none;
}
.error_txt {
	font-size: 16px;
}
.error_messe {
	color: #f00;
	font-size: 12px;
}
.error_list {
	margin: 30px 0;
}
.p-country-name {
	display: none;
}
@media only screen and (min-width: 769px) {
	.form_ttl {
		font-size: 26px;
	}
	.form {
		padding: 43px 50px 80px;
	}
	.form_box tr {
    border-bottom: solid #9B9A99 1px;
  }
	.form_box th {
		display: table-cell;
		width: 33.3%;
		padding: 26px 20px 26px 4px;
		font-size: clamp(14px, 1.56vw, 20px);
	}
	.form_box tr:first-child th {
		padding: 26px 20px 26px 4px;
	}
	.form_box td {
		display: table-cell;
		padding: 26px 5px 26px 0;
		vertical-align: middle;
		font-size: clamp(12px, 1.4vw, 18px);
	}
	.placeholder_txt {
		padding: 10px 0 0 40px;
	}
	.must, .any {
		width: 52px;
		height: 21px;
		padding: 2px 0 0;
		font-size: clamp(13px, 1.25vw, 16px);
	}
	.submit_btn {
		font-size: 13px;
	}
	.confirm_btn_check {
		font-size: 13px;
	}
	.mail_address_box p:nth-child(1) {
		font-size: 22px;
	}
	.mail_address_box p:nth-child(2) {
		font-size: 14px;
	}
	.form_box_last th,.form_box_last td {
		border-top: none;
		border-bottom: none;
	}
	.error_txt {
		font-size: 18px;
	}
	.error_messe {
		font-size: 14px;
	}
	.submit_btn_wrap {
		width: auto;
	}
	.submit_txt, .submit_txt_02 {
		padding: 0 42px 0 0;
		background: url(../images/submit_arw.svg) right center/12px 21px no-repeat;
	}
	input[type="submit"].submit_btn {
		width: 360px;
		height: 70px;
		border-radius: 40px;
	}
	.back_btn_wrap .submit_txt {
		padding: 0 0 0 42px;
		background: url(../images/back_arw.svg) left center/12px 21px no-repeat;
	}
	input[type="submit"].back_btn {
		width: 240px;
		height: 55px;
	}
	.back_btn_wrap {
		width: auto;
		margin: 0;
	}
	.form_ttl {
		font-size: 30px;
	}
	.form_area {
		padding: 100px 0;
	}
	.form-list li {
		margin: 30px 0 0 0;
	}
	.form-list li:first-child {
		margin:0;
	}
	.mail_address_box p:nth-child(1) {
		font-size: 24px;
	}
	.mail_address_box p:nth-child(2) {
		font-size: 16px;
	}
	.form_box_last th,.form_box_last td {
		border-top: none;
		border-bottom: none;
	}
	.ac_wrap + .ac_wrap {
		margin: 20px 0 0;
	}
	.ac_wrap .ac_year {
		padding: 0 27px 0 20px;
	}
	.ac_wrap .ac_month {
		padding: 0 0 0 20px;
	}
	.ac_wrap .ac_content {
		padding: 0 20px 0 0;
	}
	.unit_01 {
		padding: 0 0 0 20px;
	}
	.error_txt {
		font-size: 18px;
	}
	.error_messe {
		font-size: 16px;
	}
	input.input02 {
		width: 37%;
		height: 40px;
	}
	input.input03 {
		width: 85%;
		height: 40px;
	}
	input.input05 {
		width: calc(50% - 20px / 2);
		height: 40px;
	}
	input[type="submit"].submit_btn {
		font-size: 24px;
	}
	.submit_txt, .submit_txt_02 {
		font-size: clamp(12px, 1.87vw, 24px);
	}
	.back_btn_wrap .submit_txt {
		font-size: clamp(12px, 1.4vw, 18px);
	}
	.agree_txt br {
		display: none;
	}
}
@media only screen and (min-width: 961px) {
	.submit_btn {
		margin: 0;
		font-size: 18px;
	}
	.confirm_btn_check {
		margin: 0;
		font-size: 18px;
	}
	.form_box_last th,.form_box_last td {
		border-top: none;
		border-bottom: none;
	}
}
@media only screen and (min-width: 1280px) {
	.form_box th {
		font-size: 20px;
	}
	.form_box td {
		font-size: 18px;
	}
	input.input02 {
		width: 41.8%;
	}
	input.input03 {
		width: 90%;
	}
	.must, .any {
		font-size: 16px;
	}
	.submit_txt, .submit_txt_02 {
		font-size: 24px;
	}
	input[type="submit"].submit_btn {
		width: 410px;
		height: 80px;
	}
	.back_btn_wrap .submit_txt {
		padding: 0 0 0 42px;
		background: url(../images/back_arw.svg) left center/12px 21px no-repeat;
		font-size: 18px;
	}
	input[type="submit"].back_btn {
		width: 256px;
		height: 60px;
	}
}
/* ラジオボックス */
.mwform-radio-field {
  display: inline-block;
}
.mwform-radio-field input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.mwform-radio-field-text {
  position: relative;
  padding: 0 0 0 8px;
}
.mwform-radio-field input + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -6px;
  width: 14px;
  height: 14px;
  border: 2px solid #E5E5E5;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
}
.mwform-radio-field input + span:after {
  position: absolute;
  top: 52%;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #060e31;
  left: -10px;
  transform: scale(0, 0);
}
.mwform-radio-field input:checked + span:after {
  /* animation: radio-select 0.1s linear; */
  transform: scale(1, 1) translateY(-50%);
}
.form_box .mwform-radio-field label.active {
  background-color: #8f7f6f;
  color: #000;
}
.form_box .mwform-radio-field input:checked + span:before {
  background-color: #eeece7;
}
.form_box input[type="checkbox"] + span:before {
  border: 2px solid #E5E5E5;
}
.form_box input[type="checkbox"] + span:before.active {
  background-color: #eeece7;
}
@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.mwform-radio-field label {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .mwform-radio-field-text {
    padding: 0 0 0 13px;
  }
  .mwform-radio-field label {
    padding: 1px 16px;
    font-size: 18px;
  }
  .mwform-radio-field input + span:before {
    left: -28px;
    margin-top: -11px;
    width: 24px;
    height: 24px;
  }
  .mwform-radio-field input + span:after {
    width: 10px;
    height: 10px;
    left: -21px;
    top: 54%;
  }
}
/* チェックボックス */
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  display: block;
  position: relative;
  padding-top: 1px;
  padding-left: 25px;
  margin-bottom: 20px;
  color: #462D26;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 12px;
}
input[type="checkbox"] + span:last-child {
  margin-bottom: 0;
}
input[type="checkbox"] + span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #E5E5E5;
	border-radius: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
  background-color: #fff;
  box-sizing: border-box;
}
input[type="checkbox"]:checked + span:before {
  width: 7px;
  top: calc(50% - 10px - 0px);
  left: 2px;
  border: 2px solid #E5E5E5;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
}
@media only screen and (min-width: 769px) {
  input[type="checkbox"] {
    display: none;
  }
  input[type="checkbox"] + span {
    padding-top: 0;
    padding-left: 36px;
    font-size: 18px;
  }
  input[type="checkbox"] + span:last-child {
    margin-bottom: 0;
  }
  input[type="checkbox"] + span:before {
    width: 23px;
    height: 23px;
    top: calc(50% - 11px);
  }
  input[type="checkbox"]:checked + span:before {
    width: 10px;
    top: calc(50% - 10px - 5px);
    left: 5px;
    opacity: 1;
  }
}
.agree_area.active input[type="checkbox"]:checked + span:before {
  border-color: #fff;
  border-top-color: transparent;
  border-left-color: transparent;
}
.input_checkbox input[type="checkbox"]:checked + span:before {
  border-top-color: transparent;
  border-left-color: transparent;
}
.checkbox_note {
  margin: 0 0 0 10px;
  font-size: 14px;
}
/* チェックボックス セレクト */
.checkbox_wrap .mwform-checkbox-field {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 17px;
  background: #fff;
  border: 2px solid #E5E5E5;
  border-radius: 10px;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.checkbox_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/* 確認画面 */
.form_confirm .input_box {
	width: auto;
}
.form_confirm .select_wrap::before {
	display: none;
}
.form_confirm .placeholder_txt {
	display: none;
}
.form_confirm .must, .form_confirm .any {
	display: none;
}
.form_confirm .ac_wrap + .ac_wrap {
	margin: 5px 0 0;
}
.form_confirm .ac_year {
	padding: 0 8px 0 0;
}
.form_confirm .ac_month {
	padding: 0;
}
.form_confirm .ac_content {
	display: none;
}
.form_confirm .agree_txt {
	display: none;
}
.form_confirm .agree_area {
	margin: 0;
}
.form_confirm .submit_btn_area {
	flex-direction: column;
	gap: 20px 0;
}
.form_confirm .submit_btn_wrap .submit_txt {
	display: none;
}
.form_confirm .submit_btn_wrap .submit_txt_02 {
	display: block;
}
.form_confirm .unit_01 {
	padding: 0;
}
.form_confirm .back_btn_wrap {
	display: block;
}
@media only screen and (min-width: 641px) {
	.form_confirm .submit_btn_wrap {
		width: 300px;
	}
	.form_confirm .submit_btn_area {
		flex-direction: row;
		gap: 20px;
		align-items: flex-start;
		justify-content: space-between;
	}
}
@media only screen and (min-width: 769px) {
	.form_confirm .submit_btn_wrap {
		width: auto;
	}
}
/* 完了画面 */
.recruit_top_link {
	margin: 30px 0 0;
}
a.recruit_top_btn {
	position: relative;
	display: grid;
	place-content: center;
	width: 70%;
	height: 50px;
	margin: auto;
	padding: 0 20px !important;
	border: solid #462D26 1px;
	border-radius: 50px;
	background: #462D26;
	text-align: left;
	color: #fff;
	font-size: 14px;
	transition: all 0.5s ease-out;
	cursor: pointer;
}
.recruit_top_btn_txt {
	padding: 0 0 0 25px;
	background: url(../images/back_arw.svg) left center/8px 16px no-repeat;
}
a.recruit_top_btn:hover .recruit_top_btn_txt {
	background: url(../images/back_arw_on.svg) left center/8px 16px no-repeat;
}
@media only screen and (min-width: 641px) {
	.recruit_top_link {
		margin: 45px 0 0;
	}
	a.recruit_top_btn {
		width: 306px;
		height: 80px;
	}
	a.recruit_top_btn:hover .recruit_top_btn_txt {
		background: url(../images/back_arw_on.svg) left center/12px 21px no-repeat;
	}
	.recruit_top_btn_txt {
		padding: 0 0 0 42px;
		background: url(../images/back_arw.svg) left center/12px 21px no-repeat;
		font-size: 24px;
	}
}