@charset "UTF-8";
/* Sass Document */
.heading_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
}

/* -----------------
  module
  -------------------- */
@media screen and (max-width: 767px) {
  .m_pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .m_sp {
    display: none !important;
  }
}
.m_fw_bold {
  font-weight: 500;
}

.m_tal {
  text-align: left !important;
}

.m_tar {
  text-align: right !important;
}

.m_tac {
  text-align: center !important;
}

.m_full {
  width: 100%;
}

.m_half {
  width: 50%;
}

.m_wrap {
  margin-inline: auto;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .m_wrap {
    padding: 0 6.6666666667%;
    width: auto;
  }
}
.m_ttl_dotted {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: 0.11em;
  font-weight: 700;
  text-indent: 0.11em;
  color: #0c9ac1;
  text-align: center;
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .m_ttl_dotted {
    font-size: 6.4vw;
    line-height: 1.2083333333;
    letter-spacing: 0.11em;
    font-weight: 700;
  }
}
.m_ttl_dotted::before,
.m_ttl_dotted::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 4.8rem;
  height: 8.4rem;
  background: url(../images/ttl_doted_blue.svg) center bottom/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .m_ttl_dotted::before,
.m_ttl_dotted::after {
    width: 6.5333333333vw;
    height: 11.0666666667vw;
  }
}
.m_ttl_dotted::before {
  left: 0;
  transform: translateY(-50%);
}

.m_ttl_dotted::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.m_ttl_dotted._white {
  color: #fff;
}

.m_ttl_dotted._white::before,
.m_ttl_dotted._white::after {
  background: url(../images/ttl_doted_white.svg) center bottom/contain no-repeat;
}

.m_ttl_dashed {
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .m_ttl_dashed {
    padding-bottom: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .m_ttl_dashed::before {
    height: 0.8vw;
  }
}
.m_ttl_dashed_txt {
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-indent: 0.05em;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .m_ttl_dashed_txt {
    font-size: 2rem;
    line-height: 1.4166666667;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.m_ttl_dashed_txt._sml {
  font-size: 2.6rem;
  line-height: 1;
  color: #0c9ac1;
}

@media screen and (max-width: 767px) {
  .m_ttl_dashed_txt._sml {
    font-size: 4vw;
    line-height: 1;
  }
}
.m_ttl_dashed._white .m_ttl_dashed_txt {
  color: #fff;
}

.m_color {
  font-weight: 700;
  font-size: inherit;
}

.m_color._red {
  color: #ff5562;
}

.m_color._yellow {
  color: #f2ff03;
}

/* -----------------
  contact
  -------------------- */
.contact {
  background: #fff;
  /* -----------------
  エラーメッセージ
  -------------------- */
  /* -----------------
  確認画面
  -------------------- */
  /* -----------------
  送信完了
  -------------------- */
}
.contact input,
.contact button,
.contact textarea,
.contact select {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #032730;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact textarea {
  display: block;
  resize: none;
}
.contact select::-ms-expand {
  display: none;
}
.contact picture {
  display: block;
}
.contact ::-moz-placeholder {
  color: #808080;
}
.contact ::placeholder {
  color: #808080;
}
.contact select:invalid {
  color: #808080;
}
.contact [type=checkbox],
.contact [type=radio] {
  position: absolute;
  visibility: hidden;
  width: 1px;
}
.contact button {
  text-align: left;
  display: block;
  cursor: pointer;
  touch-action: manipulation;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .contact button:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px) {
  .contact .m_wrap {
    width: 90.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contact .m_ttl_dashed {
    padding-inline: 0.8vw;
  }
}
.contact .txt {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .contact .txt {
    font-size: 1.6rem;
    line-height: 1.6666666667;
    letter-spacing: -0.05em;
    margin-top: 5px;
  }
}
.contact .note_box {
  margin-top: 60px;
  padding: 3.3rem 4.5rem;
  background: #f4f5f6;
}

@media screen and (max-width: 767px) {
  .contact .note_box {
    margin-top: 20px;
    padding: 15px 10px;
  }
}
.contact .note_box_term {
  font-size: 3rem;
  font-weight: 700;
  color: #ff5562;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact .note_box_term {
    font-size: 1.8rem;
  }
}
.contact .note_box_des {
  margin-top: 2.8rem;
}

@media screen and (max-width: 767px) {
  .contact .note_box_des {
    margin-top: 10px;
  }
}
.contact .note_box_des_txt {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .contact .note_box_des_txt {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: -0.03em;
  }
}
.contact .note_box_des_address {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.2rem;
}

@media screen and (max-width: 767px) {
  .contact .note_box_des_address {
    font-size: 1.4rem;
    margin-top: 2.9333333333vw;
  }
}
.contact .form {
  margin: 5.3rem auto 0;
}

@media screen and (min-width: 768px) {
  .contact .form {
    width: 71.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact .form {
    margin: 20px auto 0;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
  .contact .form_input_list_item {
    display: flex;
    align-items: flex-start;
  }
}
.contact .form_input_list_item:nth-child(n+2) {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.contact .form_input_list_term {
  display: flex;
  gap: 0 0.9rem;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .contact .form_input_list_term {
    padding: 1.5rem 0;
    width: 21.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact .form_input_list_term {
    align-items: center;
    gap: 0 2.6666666667vw;
  }
}
.contact .form_input_list_txt,
.contact .form_input_list_txt + .wpcf7-not-valid-tip {
  font-size: 1.8rem;
}

.contact .form_input_list_txt + .wpcf7-not-valid-tip {
  line-height: 1.4444444444;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_txt,
  .contact .form_input_list_txt + .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
}
.contact .form_input_list_req {
  font-size: 1.2rem;
  color: #fff;
  padding: 0.3rem 0.75rem 0.4rem;
  background: #ff5562;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_req {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .contact .form_input_list_des {
    margin-top: 6px;
    width: calc(100% - 21.2rem);
  }
  .contact._confirm .form_input_list_des {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .form_input_list_des {
    margin-top: 11px;
  }
}
.contact .form_input_list label {
  display: block;
  cursor: pointer;
}

.contact .form_input_list_box input {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  padding: 5px 10px;
  width: 100%;
  background: #f4f5f6;
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box input {
    font-size: 16px;
    line-height: 2;
    min-height: 25px;
  }
}
.contact .form_input_list_box input._short {
  width: 15.4rem;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box input._short {
    width: 8em;
  }
}
.contact .form_input_list_box._age label {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  display: inline-flex;
  align-items: flex-end;
  gap: 0 1.1rem;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box._age label {
    font-size: 1.4rem;
    line-height: 1.3333333333;
  }
}
.contact .form_input_list_box_radio {
  display: flex;
}

@media screen and (min-width: 768px) {
  .contact .form_input_list_box_radio {
    padding: 1.5rem 0;
  }
}
.contact .wpcf7-list-item {
  width: 12.8rem;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .contact .wpcf7-list-item {
    width: 27.8666666667vw;
  }
}
.contact .form_input_list_box_radio label {
  display: inline-block;
}

.contact .form_input_list_box_radio .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 3.5rem;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_radio .wpcf7-list-item-label {
    padding-left: 30px;
  }
}
.contact .form_input_list_box_radio .wpcf7-list-item-label::before,
.contact .form_input_list_box_radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
}

.contact .form_input_list_box_radio .wpcf7-list-item-label::before {
  top: -4px;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 100%;
  background: #f4f5f6;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_radio .wpcf7-list-item-label::before {
    top: -6px;
  }
}
.contact .form_input_list_box_radio .wpcf7-list-item-label::after {
  top: 1px;
  left: 0.5rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  background: #ff5562;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_radio .wpcf7-list-item-label::after {
    top: -1px;
  }
}
.contact .form_input_list_box_radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact .form_input_list_box_select label {
  position: relative;
}

.contact .form_input_list_box_select label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 1.7rem;
  height: 1.1rem;
  background: url(../../assets/img/common/icn_select_arrow.svg) center/contain no-repeat;
  pointer-events: none;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_select label::after {
    right: 15px;
    width: 10px;
  }
}
.contact .form_input_list_box_select select {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  padding-inline: 1rem;
  width: 100%;
  height: 4.9rem;
  background: #f4f5f6;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_select select {
    font-size: 16px;
    line-height: 1.2666666667;
    width: 100%;
  }
}
.contact .form_input_list_box_date {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_date {
    margin-top: 10px;
  }
}
.contact .form_input_list_box_date + .form_input_list_box_date {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_date + .form_input_list_box_date {
    margin-top: 5.3333333333vw;
  }
}
.contact .form_input_list_box_date_term {
  font-size: 1.8rem;
  padding: 0.3rem 0 0.4rem 1.1rem;
  border-left: 0.4rem solid #ff5562;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_date_term {
    font-size: 1.4rem;
  }
}
.contact .form_input_list_box_date_list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.9rem;
  gap: 0 7px;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_date_list {
    margin-top: 5px;
  }
}
.contact .form_input_list_box_date_list_item {
  width: 15.3rem;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_date_list_item {
    /*width: 28.9333333333vw;*/
    width: calc((100% - 14px)/3);
  }
}
.contact .form_input_list_box_date_list_item .form_input_list_des .form_input_list_box input {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact .form_input_list_box_date_list_item .form_input_list_des .form_input_list_box input {
    font-size: 2.5vw;
    padding-inline: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .contact .form_input_list_box_date_list_item .form_input_list_des {
    width: 100%;
  }
}
.contact .form_input_list_box_date_list_txt {
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_date_list_txt {
    font-size: 1.4rem;
  }
}
.contact .form_input_list_box_date_list_txt + .form_input_list_box_date_list_txt {
  font-size: 1.7rem;
  line-height: 1.6666666667;
  margin-top: 0.7rem;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_date_list_txt + .form_input_list_box_date_list_txt {
    font-size: 1.4rem;
    line-height: 1.25;
  }
}
.contact .form_input_list_box_date_list label {
  position: relative;
  margin-top: 0.7rem;
  background: #f4f5f6;
  padding: 1rem .2rem;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_date_list label {
    margin-top: 1.6vw;
  }
}
/*.contact .form_input_list_box_date_list label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 1.7rem;
  height: 1.1rem;
  background: url(../../assets/img/common/icn_select_arrow.svg) center/contain no-repeat;
  pointer-events: none;
  transform: translateY(-50%);
}*/

/*@media screen and (max-width: 767px) {
  .contact .form_input_list_box_date_list label::after {
    top: 21px;
    right: 5px;
    width: 10px;
  }
}*/
.contact .form_input_list_box_date_list select {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  padding-inline: 1rem;
  width: 100%;
  height: 4.9rem;
  background: #f4f5f6;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_date_list select {
    font-size: 1.4rem;
    line-height: 1.25;
  }
}
.contact .form_input_list_box_textarea textarea {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  padding: 1rem;
  width: 100%;
  height: 28rem;
  background: #f4f5f6;
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_box_textarea textarea {
    font-size: 4vw;
    line-height: 1.6666666667;
    padding: 2.6666666667vw 4vw;
    height: 37.3333333333vw;
  }
}
.contact .form_input_list_note {
  font-size: 1.5rem;
  line-height: 2;
  /*white-space: nowrap;*/
}

@media screen and (max-width: 767px) {
  .contact .form_input_list_note {
    font-size: 1.2rem;
    line-height: 1.5833333333;
    letter-spacing: -0.06em;
    margin-top: 0.9333333333vw;
  }
}
.contact .form_btn_wrap {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .contact .form_btn_wrap {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .contact .form_btn_wrap {
    margin-top: 20px;
  }
}
.contact .form_btn {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 48.5rem;
  min-height: 7.2rem;
  background: #ff5562;
  border-radius: 1rem;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .contact .form_btn {
    font-size: 1.4rem;
    width: 100%;
    min-height: 52px;
    border-radius: 10px;
  }
}
.contact .form_btn._back {
  background: #b2b2b2;
}

@media screen and (min-width: 768px) {
  .contact .form_btn._back {
    width: 33rem;
  }
}
@media screen and (min-width: 768px) {
  .contact .form_btn._back + .form_btn {
    width: 33rem;
  }
}
@media screen and (max-width: 767px) {
  .contact .form_btn._back + .form_btn {
    margin-top: 4vw;
  }
}
@media (any-hover: hover) {
  .contact .form_btn:hover {
    opacity: 0.5;
  }
}
.contact .cancel_box {
  margin-top: 7.4rem;
}

@media screen and (max-width: 767px) {
  .contact .cancel_box {
    margin-top: 40px;
  }
}
.contact .cancel_box_term {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact .cancel_box_term {
    font-size: 1.8rem;
  }
}
.contact .cancel_box_des {
  margin-top: 2.6rem;
}

@media screen and (max-width: 767px) {
  .contact .cancel_box_des {
    margin-top: 10px;
  }
}
.contact .cancel_box_des_txt {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
  .contact .cancel_box_des_txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contact .cancel_box_des_txt {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: -0.08em;
  }
}
.contact .fee_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.75rem 70px;
  background: #f4f5f6;
}

@media screen and (min-width: 768px) {
  .contact .fee_box {
    margin: 3.3rem auto 0;
    width: 61.9rem;
  }
}
@media screen and (max-width: 767px) {
  .contact .fee_box {
    margin-top: 10px;
    padding: 15px;
  }
}
.contact .fee_box + .cancel_box_des_txt {
  margin-top: 3.7rem;
}

@media screen and (max-width: 767px) {
  .contact .fee_box + .cancel_box_des_txt {
    margin-top: 10px;
  }
}
.contact .fee_box .color_red {
  font-size: inherit;
  color: #c1330c;
}

.contact .fee_box_term {
  width: 26rem;
}

@media screen and (max-width: 767px) {
  .contact .fee_box_term {
    width: 46.6666666667vw;
  }
}
.contact .fee_box_des {
  width: calc(100% - 26rem);
}

@media screen and (max-width: 767px) {
  .contact .fee_box_des {
    width: calc(100% - 46.6666666667vw);
  }
}
.contact .fee_box_term,
.contact .fee_box_des {
  font-size: 2.2rem;
  line-height: 2.0454545455;
}

@media screen and (max-width: 767px) {
  .contact .fee_box_term,
.contact .fee_box_des {
    font-size: 1.2rem;
    line-height: 2.0333333333;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .contact .formError {
    transform: translateY(-2.1333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .contact .formError .formErrorContent {
    font-size: 3.2vw;
    line-height: 1.5833333333;
    padding: 1.0666666667vw 2.6666666667vw 1.3333333333vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .contact._confirm .m_ttl_dashed {
    padding-inline: 1.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contact._confirm .form_input_list_term {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact._confirm .form_input_list_box_radio {
    padding: 0;
  }
}
.contact._confirm .form_input_list_box_date {
  margin-top: 0;
}

.contact._confirm .form_input_list_box_date + .form_input_list_box_date {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .contact._confirm .form_input_list_box_date + .form_input_list_box_date {
    margin-top: 10px;
  }
}
.contact._thanks {
  min-height: calc(100vh - 12.92rem);
}

@media screen and (max-width: 767px) {
  .contact._thanks {
    padding-top: 22.6666666667vw;
    min-height: calc(100vh - 23.8026666667vw);
  }
}
.contact._thanks .form_btn_wrap {
  margin-top: 90px;
}
@media screen and (max-width: 767.98px) {
  .contact._thanks .form_btn_wrap {
    margin-top: 45px;
  }
}

.contact._thanks .form_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .contact._thanks .form_btn {
    width: auto;
  }
}

.wpcf7-spinner,
.wpcf7-response-output {
  display: none !important;
}

.error_original .wpcf7-not-valid-tip {
  display: none;
}
/* 手動で追加したエラーメッセージを本来のバリデーションと同じ見た目に装飾します */
.error_original .error-message {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: none; /*初期状態は非表示 */
}
/* .error内に.wpcf7-not-valid-tipがあるときはエラーメッセージを表示 */
.error_original:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
}
/*# sourceMappingURL=contact.css.map */