.submit_btn .btn .s_arrow,
.back_btn .btn .s_arrow {
  position: absolute;
  display: block;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background-color: #fff;
}
@media (min-width: 920px) {
  .submit_btn .btn .s_arrow,
  .back_btn .btn .s_arrow {
    width: 28px;
    height: 28px;
    right: 11px;
  }
}
.submit_btn .btn .s_arrow > span:before,
.back_btn .btn .s_arrow > span:before, .submit_btn .btn .s_arrow > span:after,
.back_btn .btn .s_arrow > span:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  font-size: 10px;
  color: #2ab7d9;
}
.submit_btn .btn .s_arrow > span:after,
.back_btn .btn .s_arrow > span:after {
  margin-left: -10px;
  opacity: 0;
}
.submit_btn .btn .i_blank.s_arrow > span:before,
.back_btn .btn .i_blank.s_arrow > span:before, .submit_btn .btn .i_blank.s_arrow > span:after,
.back_btn .btn .i_blank.s_arrow > span:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  border: 0;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
@media (min-width: 920px) {
  .submit_btn .btn .i_blank.s_arrow > span:after,
  .back_btn .btn .i_blank.s_arrow > span:after {
    margin-left: -10px;
    opacity: 0;
  }
}

@keyframes arrowbefore-beside {
  50% {
    margin-left: 5px;
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowafter-beside {
  50% {
    margin-left: -5px;
    opacity: 0;
  }
  99% {
    margin-left: 0px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page_title_s {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 16px;
  border-top: 3px solid #b1bdc9;
  border-bottom: 1px solid #b1bdc9;
}
@media (min-width: 768px) {
  .page_title_s {
    font-size: 3rem;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 22px;
  }
}
.page_title_s::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 2.5em;
  height: 3px;
  background: #2ab7d9;
}

.contact_form_layout {
  position: relative;
  background-color: #fff;
  padding: 40px 20px;
  margin-bottom: 60px;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact_form_layout {
    padding: 80px min(8vw, 210px);
    margin-bottom: 90px;
  }
}
@media (min-width: 1180px) {
  .contact_form_layout {
    padding-inline: 210px;
  }
}

.contact_form_head ul {
  display: flex;
  justify-content: space-between;
  width: 250px;
  position: relative;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .contact_form_head ul {
    width: 300px;
    margin: 0 auto 20px;
  }
}
.contact_form_head ul::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #ebebeb;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .contact_form_head ul::before {
    width: calc(100% - 24px);
    top: 7px;
  }
}
.contact_form_head li {
  color: #939393;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact_form_head li {
    row-gap: 14px;
    font-size: 1.6rem;
  }
}
.contact_form_head li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #939393;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .contact_form_head li::before {
    width: 16px;
    height: 16px;
  }
}
.contact_form_head li.current {
  color: #273038;
}
.contact_form_head li.current::before {
  background-color: #273038;
  border-color: #273038;
}
.contact_form_head p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .contact_form_head p {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.contact_form_head .contact_form_head_caution {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #fff4bc;
  padding: 13px 20px;
}
@media (min-width: 768px) {
  .contact_form_head .contact_form_head_caution {
    font-size: 1.8rem;
  }
}

.page_title_s {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page_title_s {
    margin-bottom: 45px;
  }
}

body.contact {
  background: #f3f7fa;
}
body.contact .foot_entry_block {
  display: none;
}
body.contact .sp_entry_btn {
  display: none;
}

.contact_section {
  padding: 60px 0;
}
@media (min-width: 920px) {
  .contact_section {
    padding: 70px 0;
  }
}

.form_note_box,
.form_error_box {
  margin-top: 20px;
  padding: 15px 20px;
  color: #273038;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #273038;
}
@media (min-width: 920px) {
  .form_note_box,
  .form_error_box {
    font-size: 1.8rem;
    margin-top: 20px;
    padding: 20px 30px;
  }
}

.form_error_box {
  color: #fff;
  background: #fd504f;
  border-color: #fd504f;
}

.form_error {
  margin-top: 5px;
  color: #fd504f;
  font-weight: bold;
  font-size: 1.4rem;
}

.form_contents {
  padding: 10px 20px 40px;
  background: #fff;
}
@media (min-width: 920px) {
  .form_contents {
    padding: 5px 85px 80px;
  }
}

.form_contents_item:not(:last-of-type) {
  margin-bottom: 25px;
}
@media (min-width: 920px) {
  .form_contents_item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media (min-width: 920px) {
  .form_contents_item {
    display: flex;
  }
}

.form_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
}
@media (min-width: 920px) {
  .form_title {
    margin-bottom: 0;
    width: 240px;
    padding-top: 10px;
    font-size: 1.6rem;
  }
}
.form_title .text_s {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .form_title .text_s {
    font-size: 1.3rem;
  }
}
.form_title .require,
.form_title .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  background: #b7b7b7;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 8px;
}
@media (min-width: 920px) {
  .form_title .require,
  .form_title .optional {
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 1.2rem;
  }
}
.form_title .require {
  background: #fd504f;
}

.form_box {
  margin-top: 3px;
}
@media (min-width: 920px) {
  .form_box {
    width: calc(100% - 240px);
    padding-left: 40px;
    margin-top: 0;
  }
}

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

.form_list li:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 920px) {
  .form_contents_privacy {
    margin-top: 60px;
  }
}

.privacy_text {
  font-size: 1.3rem;
}
@media (min-width: 920px) {
  .privacy_text {
    text-align: center;
    font-size: 1.5rem;
  }
}

.privacy_checkbox {
  margin: 15px auto 0;
  max-width: 280px;
  width: 100%;
}
@media (min-width: 920px) {
  .privacy_checkbox {
    margin-top: 20px;
  }
}
.privacy_checkbox .form_checkbox span {
  background-color: #fff2f2;
  border-color: #e04749;
}
.privacy_checkbox .form_checkbox span:before {
  background-color: #fff;
  border-color: #e04749;
}

.submit_area {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 920px) {
  .submit_area {
    margin-top: 60px;
  }
}

.submit_btn,
.back_btn {
  display: flex;
  justify-content: center;
}
.submit_btn .btn,
.back_btn .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  max-width: 440px;
  height: 62px;
  padding: 18px 60px 18px 20px;
  text-decoration: none;
  text-align: left;
  box-shadow: none;
  text-decoration: none;
  border-radius: 100px;
  border: 0;
  background: linear-gradient(to bottom right, #32cbe6, #2aaad9);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .submit_btn .btn,
  .back_btn .btn {
    width: 50%;
    font-size: 1.8rem;
    padding: 14px 50px 14px 24px;
  }
}
.submit_btn .btn:hover .s_arrow > span:before,
.back_btn .btn:hover .s_arrow > span:before {
  animation: arrowbefore-beside 0.5s;
}
.submit_btn .btn:hover .s_arrow > span:after,
.back_btn .btn:hover .s_arrow > span:after {
  animation: arrowafter-beside 0.5s;
}

.back_btn .btn {
  background: #939393;
  border: 1px solid #939393;
  padding: 18px 20px 18px 60px;
}
@media (min-width: 768px) {
  .back_btn .btn {
    padding: 14px 24 14px 50px;
  }
}
.back_btn .btn .s_arrow {
  left: 11px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .back_btn .btn .s_arrow {
    left: 11px;
    right: auto;
  }
}
.back_btn .btn .s_arrow span::before, .back_btn .btn .s_arrow span::after {
  color: #939393;
}

.form_notes {
  text-align: center;
}
.submit-btn + .form_notes {
  padding-top: 30px;
}
@media (min-width: 920px) {
  .submit-btn + .form_notes {
    padding-top: 60px;
  }
}
.form_notes .text {
  font-size: 1.4rem;
}
@media (min-width: 920px) {
  .form_notes .text {
    font-size: 1.6rem;
  }
}
.form_notes .text a {
  color: #fd504f;
}
@media (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 (min-width: 920px) {
  .form_notes .info {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .submit_area_confirm {
    display: flex;
    column-gap: 20px;
  }
}
.submit_area_confirm .back_btn,
.submit_area_confirm .submit_btn {
  width: 100%;
  max-width: 440px;
}
.submit_area_confirm .back_btn .btn,
.submit_area_confirm .submit_btn .btn {
  width: 100%;
}
.submit_area_confirm .back_btn {
  margin-top: 0;
}
.submit_area_confirm .submit_btn {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .submit_area_confirm .submit_btn {
    margin-top: 0;
  }
}

.form_radio {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_radio input {
  display: none;
}
.form_radio input:checked + span {
  background-color: #fff2f2;
  border-color: #fd504f;
  color: #fd504f;
}
.form_radio input:checked + span:before {
  border-color: #fd504f;
}
.form_radio input:checked + span:after {
  transform: scale(1, 1);
}
.form_radio span {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 10px 20px 10px 38px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (min-width: 920px) {
  .form_radio span {
    font-size: 1.6rem;
  }
}
.form_radio span:before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_radio span:after {
  display: block;
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 24px;
  background-color: #fd504f;
  top: 0;
  bottom: 0;
  left: 19px;
  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: #fff2f2;
  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 #dbdbdb;
  border-radius: 6px;
  padding: 15px 15px 15px 45px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (min-width: 920px) {
  .form_checkbox span {
    font-size: 1.6rem;
  }
}
.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_checkbox span:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #e04749;
  border-left: 2px solid #e04749;
  top: -3px;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}

.form_textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  min-height: 180px;
  font-size: 1.6rem;
}
@media (min-width: 920px) {
  .form_textarea {
    padding: 12px 20px;
    font-size: 1.5rem;
  }
}
.form_textarea::placeholder {
  color: #8b8b8b;
}

.form_input {
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #f7f7f7;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media (min-width: 920px) {
  .form_input {
    padding: 12px 20px 11px;
    font-size: 1.5rem;
  }
}
.form_input::placeholder {
  color: #8b8b8b;
}
@media (min-width: 768px) {
  .form_input[type=text][name=tel] {
    width: 200px;
  }
}

.form_select {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #dbdbdb;
  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: 46px;
  padding: 0 56px 0 20px;
  font-size: 1.6rem;
}
@media (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: 46px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #dbdbdb;
  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 #273038;
  top: 19px;
  right: 16px;
  pointer-events: none;
}

@media (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 (min-width: 920px) {
  .form_file_add {
    margin-top: -2px;
    width: 140px;
  }
}
.form_file_add button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #8d979d;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
@media (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 (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: #273038;
  transform: translateY(-50%);
}
@media (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: left;
}
@media (min-width: 920px) {
  .form_file_text {
    margin-top: 20px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.form_thanks {
  text-align: center;
  padding: 0 0 10px;
}
.form_thanks strong {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
}
@media (min-width: 920px) {
  .form_thanks strong {
    font-size: 3.2rem;
  }
}
.form_thanks p {
  margin-top: 20px;
}
@media (min-width: 920px) {
  .form_thanks p {
    margin-top: 35px;
    font-size: 1.6rem;
  }
}

.form_contents.thanks {
  padding-left: 0;
  padding-right: 0;
}

.contact_form.confirm .form_box {
  margin-top: 8px;
  font-size: 1.6rem;
}
.contact_form.confirm .form_contents_item:not(:last-of-type) {
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .contact_form.confirm .form_contents_item:not(:last-of-type) {
    padding: 24px 0;
  }
}

.grecaptcha-badge {
  bottom: 85px !important;
}
@media (min-width: 920px) {
  .grecaptcha-badge {
    bottom: 115px !important;
  }
}

@media (min-width: 920px) {
  .form_flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
}
@media (min-width: 920px) {
  .form_flex li {
    width: calc((100% - 20px) / 2);
  }
}