@charset "UTF-8";
a.text_link {
  color: #184098;
}
a.text_link[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  a.text_link:hover {
    text-decoration: none;
  }
}

.text_red {
  color: #e6163e;
}

.form_contents h2 {
  position: relative;
  color: #2c31a6;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: 600;
  padding: 0;
  padding-top: 27px;
}
.form_contents h2.form_complete {
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_contents h2.form_complete {
    font-size: 4.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form_contents h2 {
    font-size: 4rem;
    padding-top: 27px;
    margin-bottom: 0;
  }
}

.form_template_notice {
  padding: 24px 0 14px;
}
@media print, screen and (min-width: 768px) {
  .form_template_notice {
    padding: 38px 0 14px;
  }
}
.form_template_notice p {
  font-size: 1.4rem;
  color: #e6163e;
  font-weight: bold;
}

.form_template_footer {
  text-align: center;
  padding: 45px 0;
}
.form_template_footer .logo {
  display: inline-block;
  width: 190px;
}
.form_template_footer .copyright {
  margin-top: 15px;
  font-size: 1.3rem;
}

.form_intro_text {
  margin: 40px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_intro_text {
    margin: 70px 0 20px;
    font-size: 2.1rem;
  }
}

.form_note_box {
  color: #e6163e;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 11px 0;
}
@media print, screen and (min-width: 920px) {
  .form_note_box {
    font-size: 1.4rem;
  }
}

.form_error_box {
  border: 1px solid #e14043;
  background: #fae0e1;
  font-weight: bold;
  font-size: 1.2rem;
  color: #e64a4a;
  padding: 16px 6px 16px 31px;
  margin-top: 14px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .form_error_box {
    font-size: 1.4rem;
  }
}
.form_error_box:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(/assets/img/common/icon-alert.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 21px;
  left: 14px;
}
@media print, screen and (min-width: 920px) {
  .form_error_box:before {
    width: 15px;
    height: 15px;
  }
}
.form_error_box ul li:before {
  content: "・";
  display: inline-block;
}
.form_error_box.top_error_box {
  font-size: 1.7rem;
}
.form_error_box.top_error_box:before {
  width: 18px;
  height: 18px;
  top: 22px;
  left: 9px;
}

@media print, screen and (min-width: 920px) {
  .form_contents.confirm {
    margin-top: 40px;
  }
}

.form_contents_item {
  padding: 10px 0;
}
.form_contents_item:first-child {
  border-top: none;
}
@media print, screen and (min-width: 920px) {
  .form_contents_item {
    display: flex;
    padding: 15px 0;
  }
}

.contact_form.confirm .form_contents_item {
  border-top: 1px solid #9f9f9f;
  padding: 15px 0 21px;
  margin-bottom: 21px;
}
.contact_form.confirm .form_contents_item:first-child {
  border-top: none;
}

.form_title {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .form_title {
    width: 231px;
    padding-top: 10px;
    padding-right: 50px;
  }
}
.form_title .require,
.form_title .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  background: #f7f7f7;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 8px;
}
@media print, screen and (min-width: 920px) {
  .form_title .require,
  .form_title .optional {
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 1.2rem;
  }
}
.form_title .require {
  background: #e6163e;
}
.form_title .optional {
  background: #707070;
}

.form_box {
  margin-top: 3px;
}
@media print, screen and (min-width: 920px) {
  .form_box {
    width: calc(100% - 231px);
    padding-left: 57px;
    margin-top: 0;
  }
}

.form_box_in_text + .form_box_in_text {
  margin-top: 25px;
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text {
    display: flex;
  }
}
.form_box_in_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text .in_text {
    padding-top: 10px;
    text-align: right;
    width: 125px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text .in_box {
    width: calc(100% - 125px);
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 920px) {
  .form_box_colm2_text {
    display: flex;
  }
}
.form_box_colm2_text .in_item {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_box_colm2_text .in_item {
    display: flex;
    width: 50%;
    margin-top: 0;
    padding-right: 30px;
  }
}
.form_box_colm2_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding-top: 10px;
  width: 30px;
}
.form_box_colm2_text .in_box {
  width: calc(100% - 30px);
}

.form_list {
  padding: 7px 0;
}
.form_list li:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1180px) {
  .form_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .form_list.colm2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .form_list.colm2 li {
    width: 50%;
    padding: 0 10px;
  }
}

.dokode_other {
  display: none;
  margin-top: 15px;
}
.dokode_other .dokode_other_text {
  margin-bottom: 5px;
}

.form_contents_privacy {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy {
    margin-top: 23px;
  }
}
.form_contents_privacy .privacy_checkbox {
  margin: 15px auto 0;
  max-width: 280px;
  width: 100%;
}
.form_contents_privacy .privacy_checkbox span {
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  padding: 13px 10px 13px 52px;
}
.form_contents_privacy .privacy_checkbox span:before {
  border-color: #c4c4c4;
  left: 19px;
  width: 19px;
  height: 19px;
}
.form_contents_privacy .privacy_checkbox span:after {
  left: 23px;
  width: 12px;
  height: 9px;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy .privacy_checkbox {
    margin-top: 18px;
  }
}
.form_contents_privacy .form_error_box {
  text-align: center;
}

.privacy_text {
  text-align: left;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .privacy_text {
    text-align: center;
  }
}
@media print, screen and (min-width: 920px) {
  .privacy_text {
    font-size: 1.6rem;
  }
  .privacy_text a:hover {
    text-decoration: none;
  }
}
.privacy_text a {
  color: #184098;
  text-decoration: underline;
}
.privacy_text a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}

.submit_area {
  text-align: center;
  margin-top: 60px;
}
.submit_area.confirm {
  margin-top: 78px;
}
.submit_btn,
.back_btn {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 920px) {
  .submit_btn,
  .back_btn {
    width: 100%;
  }
}
.submit_btn .btn,
.back_btn .btn {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  max-width: 640px;
  border-radius: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #2b319c;
}
.submit_btn .btn:disabled, .submit_btn .btn[disabled],
.back_btn .btn:disabled,
.back_btn .btn[disabled] {
  background-color: #bdbdbd;
}
@media print, screen and (min-width: 920px) {
  .submit_btn .btn,
  .back_btn .btn {
    transition: opacity 0.3s, visibility 0.3s, background-color 0.3s ease;
    height: 100px;
    border-radius: 50px;
    line-height: 100px;
    font-size: 2.3rem;
  }
  .submit_btn .btn:disabled:hover, .submit_btn .btn[disabled]:hover,
  .back_btn .btn:disabled:hover,
  .back_btn .btn[disabled]:hover {
    opacity: 1;
  }
  .submit_btn .btn:hover,
  .back_btn .btn:hover {
    opacity: 0.8;
  }
}

.submit_btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .submit_btn {
    margin-top: 0;
  }
}

.back_btn {
  margin-bottom: 24px;
}
.back_btn .btn {
  color: #000000;
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
}
.form_notes {
  text-align: center;
}
.submit-btn + .form_notes {
  padding-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .submit-btn + .form_notes {
    padding-top: 60px;
  }
}
.form_notes .text {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .form_notes .text {
    font-size: 1.6rem;
  }
}
.form_notes .text a {
  color: #e04749;
}
@media print, screen and (min-width: 920px) {
  .form_notes .text a:hover {
    text-decoration: none;
  }
}
.form_notes .info {
  display: block;
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 920px) {
  .form_notes .info {
    font-size: 1.4rem;
  }
}

.form_radio {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_radio input {
  display: none;
}
.form_radio input:checked + span {
  background-color: #fff2f2;
  border-color: #e04749;
  color: #1c1f38;
}
.form_radio input:checked + span:before {
  border-color: #e04749;
}
.form_radio input:checked + span:after {
  transform: scale(1, 1);
}
.form_radio span {
  color: #1c1f38;
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  padding: 10px 20px 10px 42px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .form_radio span {
    padding: 10px 20px 10px 50px;
  }
}
.form_radio span:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #fff;
  border: 1px solid #9f9f9f;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_radio span:after {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 24px;
  background-color: #e04749;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  transform: scale(0, 0);
  transition: all 0.2s;
}

.form_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_checkbox input {
  display: none;
}
.form_checkbox input:checked + span {
  background-color: #ffeded;
  border-color: #e04749;
}
.form_checkbox input:checked + span:before {
  border-color: #e04749;
}
.form_checkbox input:checked + span:after {
  transform: scale(1, 1) rotate(-45deg);
}
.form_checkbox span {
  display: inline-block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #9f9f9f;
  border-radius: 5px;
  padding: 9px 10px 12px 52px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
}
.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #9f9f9f;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
}
.form_checkbox span:after {
  display: block;
  content: "";
  position: absolute;
  width: 11px;
  height: 9px;
  border-bottom: 2px solid #e04749;
  border-left: 2px solid #e04749;
  top: -3px;
  bottom: 0;
  left: 22px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}

.form_textarea {
  width: 100%;
  border: 1px solid #9f9f9f;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  min-height: 180px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .form_textarea {
    padding: 12px 20px 22px;
    font-size: 1.5rem;
  }
}
.form_textarea::placeholder {
  color: #8b8b8b;
}
.form_textarea::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_textarea:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_input {
  width: 100%;
  border: 1px solid #9f9f9f;
  background: #f7f7f7;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .form_input {
    padding: 8px 20px 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .form_input[type=tel] {
    max-width: 208px;
  }
}
.form_input::placeholder {
  color: #8b8b8b;
}
.form_input::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_input:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_select {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #9f9f9f;
  border-radius: 4px;
}
.form_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  width: 100%;
  height: 44px;
  padding: 0 45px 0 10px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .form_select select {
    font-size: 1.5rem;
  }
}
.form_select select::-ms-expand {
  display: none;
}
.form_select:before {
  display: block;
  content: "";
  position: absolute;
  width: 42px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #9f9f9f;
  border-radius: 0 4px 4px 0;
  background-color: #f7f7f7;
  pointer-events: none;
}
.form_select:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 9px solid #373737;
  top: 19px;
  right: 16px;
  pointer-events: none;
}

@media print, screen and (min-width: 920px) {
  .form_file {
    display: flex;
    padding-top: 10px;
  }
}

.form_file_select span {
  display: block;
}
.form_file_select span + span {
  margin-top: 10px;
}

.form_file_add {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_file_add {
    margin-top: -2px;
    width: 140px;
  }
}
.form_file_add button {
  margin: 0;
  background: none;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  color: #8b8b8b;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_file_add button {
    padding: 5px 0;
    border-radius: 30px;
  }
}
.form_file_add button span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .form_file_add button span {
    padding: 0 0 0 15px;
  }
}
.form_file_add button span:before, .form_file_add button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background: var(--font-color);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .form_file_add button span:before, .form_file_add button span:after {
    width: 8px;
  }
}
.form_file_add button span:after {
  transform: translateY(-50%) rotate(90deg);
}

.form_file_text {
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_file_text {
    margin-top: 20px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.form_thanks {
  padding: 48px 0 0;
}
.form_thanks p {
  font-size: 1.5rem;
  line-height: 1.93;
  margin-bottom: 30px;
}
.form_thanks p a {
  color: #184098;
}
.form_thanks p a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .form_thanks p a:hover {
    text-decoration: none;
  }
}

.confirm .form_box {
  margin-top: 8px;
  font-size: 1.6rem;
}

.grecaptcha-badge {
  bottom: 85px !important;
  z-index: 5 !important;
}
@media print, screen and (min-width: 920px) {
  .grecaptcha-badge {
    bottom: 135px !important;
  }
}

.contact_form {
  background-color: #f3f4fa;
}

.contact_form .page_main_body {
  padding-bottom: 0;
}

.form_article {
  background-color: #fff;
  padding: 60px 0 80px;
}

@media print, screen and (min-width: 768px) {
  .form_article {
    padding: 93px 0 160px;
  }
}
.contact_form_inner {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.contact_form_inner .confirm_text_area {
  background: #f6f7f7;
  padding: 27px 40px 30px;
}
.contact_form_inner .confirm_text_area p {
  font-size: 1.6rem;
  color: #2b319c;
  line-height: 1.87;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .contact_form_inner {
    width: calc(100% - 80px);
  }
}
.form_note {
  width: 100%;
  font-size: 1.4rem;
  color: #373737;
  line-height: 1.93;
  padding-top: 67px;
}
@media print, screen and (min-width: 768px) {
  .form_note {
    text-align: center;
    font-size: 1.6rem;
  }
}

.page_main_body.form_main_body {
  padding-top: 10px;
}

.contact_text_area .emergency_area {
  background: #f6f7f7;
  font-weight: bold;
  padding: 24px 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_text_area .emergency_area {
    padding: 48px 40px;
  }
}
.contact_text_area .emergency_area p {
  font-size: 2rem;
  color: #2b319c;
  margin-bottom: 7px;
}
@media print, screen and (min-width: 768px) {
  .contact_text_area .emergency_area p {
    font-size: 2.4rem;
  }
}
.contact_text_area .emergency_area p.note {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .contact_text_area .emergency_area .tel_number {
    padding-left: 1em;
  }
}
.contact_text_area .contact_text_inner {
  padding: 35px 0;
}
.contact_text_area .contact_text_inner p {
  font-size: 1.4rem;
  line-height: 1.87;
  margin-bottom: 3rem;
  color: #1c1f38;
}
@media print, screen and (min-width: 920px) {
  .contact_text_area .contact_text_inner p {
    font-size: 1.6rem;
  }
}
.contact_text_area .contact_text_inner p.important {
  font-weight: bold;
  color: #e6163e;
  line-height: 1.6;
  font-size: 2rem;
  padding-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .contact_text_area .contact_text_inner p.important {
    font-size: 2.4rem;
  }
}

.form_box .form_select.width_s {
  width: 100px;
}
@media print, screen and (min-width: 920px) {
  .form_box .form_list.width_335 {
    width: 335px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_box .form_list.width_208 {
    width: 208px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_box .form_input.width_208 {
    width: 208px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_box .form_select.width_336 {
    width: 336px;
  }
}
.form_box .birth_date {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.form_box .birth_date .form_year_box {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .form_box .birth_date .form_year_box {
    width: 160px;
  }
}
.form_box .birth_date .form_year_box .form_input {
  width: 80%;
}
@media print, screen and (min-width: 920px) {
  .form_box .birth_date .form_year_box .form_input {
    width: 120px;
  }
}
.form_box .birth_date .form_year_box span {
  padding-left: 10px;
}
.form_box .form_age_wrapper {
  display: flex;
}
.form_box .form_age_wrapper .form_input {
  width: 80%;
}
@media print, screen and (min-width: 920px) {
  .form_box .form_age_wrapper .form_input {
    width: 208px;
  }
}
.form_box .form_age_wrapper span {
  width: 20%;
  line-height: 45px;
  padding-left: 7px;
}
@media print, screen and (min-width: 920px) {
  .form_box .form_age_wrapper span {
    width: 2em;
  }
}
.form_box .qualification_list {
  display: flex;
  column-gap: 24px;
  row-gap: 0;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.form_box .qualification_list li {
  width: calc((100% - 24px) / 2);
}
@media print, screen and (min-width: 920px) {
  .form_box .qualification_list li {
    width: calc((100% - 48px) / 3);
  }
}
.form_box .job_select {
  margin-bottom: 15px;
}

.contact_nav {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media print, screen and (min-width: 920px) {
  .contact_nav {
    margin-top: 80px;
  }
}
.contact_nav__back_top a {
  position: relative;
  font-size: 1.6rem;
  padding-right: 50px;
  text-decoration: underline;
}

.contact_nav__back_top a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #1c1f38;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.3s;
  transform: translateY(-50%);
}

.contact_nav__back_top a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #1c1f38;
  border-right: 1px solid #1c1f38;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

@media (hover: hover) {
  .contact_nav__back_top a:where(:any-link, :enabled, summary, span, dt, div):hover {
    text-decoration: none;
  }
  .contact_nav__back_top a:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    transform: translateY(-50%) scale(1.04);
  }
  .contact_nav__back_top a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform: translateY(-50%) translateX(3px) rotate(45deg);
  }
}
.contact_nav__back_top a:active {
  text-decoration: none;
}

.contact_nav__back_top a:active::before {
  transform: translateY(-50%) scale(1.04);
}

.contact_nav__back_top a:active::after {
  transform: translateY(-50%) translateX(3px) rotate(45deg);
}