@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

#main {
  padding: 0 !important;
}

#main .full-container {
  max-width: 100% !important;
}

.page_contact .main-navigation-container ul,
.mobile-nav-frame ul {
  display: block;
}

.mobile-nav-frame .title .close, 
.mobile-nav-frame .title .back,
.mobile-nav-frame ul li a.link {
  color: white !important;
}

.mobile-nav-frame ul li a.link {
  font-weight: 400;
}

.entry-content p,
.entry-content > ul,
.entry-content > ol,
.entry-content > li,
.entry-content > dl,
.entry-content pre,
.entry-content code,
.entry-content blockquote {
  margin: 0;
}

.contact {
  width: 100%;
  font-family: "Noto Sans JP", serif;
  font-size: 10px;
  color: #444;
  scroll-behavior: smooth;
  position: relative;
  padding: 100px 4% 150px;
  background: #eee;
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 189, 214, 0.5)), to(rgba(0, 189, 214, 0.1)));
  background: linear-gradient(180deg, rgba(0, 189, 214, 0.5) 0, rgba(0, 189, 214, 0.1) 100%);
  background-size: 100%;
  mix-blend-mode: color;
}
.contact__bg {
  font-weight: 700;
  font-size: 9.7vw;
  font-family: "Jost", serif;
  line-height: 1em;
  position: absolute;
  z-index: 0;
  top: -2.5%;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0.05;
  color: #009485;
}
@media screen and (max-width: 1000px) {
  .contact__bg {
    display: none;
  }
}
.contact__container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
}
.contact__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__progress-item {
  width: 33.33%;
  height: 100px;
  background: rgba(0, 189, 214, 0.3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #0091a4;
}
@media screen and (max-width: 767px) {
  .contact__progress-item {
    height: 50px;
  }
}
.contact__progress-item::before, .contact__progress-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  border-style: solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 50px 0 50px 24px;
}
@media screen and (max-width: 767px) {
  .contact__progress-item::before, .contact__progress-item::after {
    border-width: 25px 0 25px 12px;
    right: -11px;
  }
}
.contact__progress-item::before {
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}
.contact__progress-item::after {
  border-color: transparent transparent transparent rgba(0, 189, 214, 0.3);
  z-index: 2;
}
.contact__progress-item:nth-of-type(1) {
  background: #0091a4;
  color: #fff;
}
.contact__progress-item:nth-of-type(1)::after {
  border-color: transparent transparent transparent #0091a4;
}
.contact__progress-item:nth-of-type(2) {
  background: #00bdd6;
  color: #fff;
}
.contact__progress-item:nth-of-type(2)::after {
  border-color: transparent transparent transparent #00bdd6;
}
.contact__progress-item:nth-of-type(3)::before, .contact__progress-item:nth-of-type(3)::after {
  content: none;
}
.contact__form {
  padding: 100px 100px 100px 110px;
}
@media screen and (max-width: 1000px) {
  .contact__form {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form {
    padding: 50px 4%;
  }
}
.contact__form-text {
  height: 145px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 1000px) {
  .contact__form-text {
    height: unset;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form-text {
    font-size: 16px;
  }
}
.contact__form-text--confirm {
  display: none;
}
.contact__form-text-header {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 10px !important;
  color: #0091A4;
}
@media screen and (max-width: 767px) {
  .contact__form-text-header {
    font-size: 18px;
    letter-spacing: unset;
  }
}
.contact__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .contact__form-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact__form-item:last-of-type .contact__form-label,
.contact__form-item:last-of-type .contact__form-required-wrap,
.contact__form-item:last-of-type .contact__form-input-wrap {
  border-bottom: none;
}
.contact__form-label {
  max-width: 240px;
  padding: 30px;
  width: 100%;
  border-bottom: 3px solid #009485;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #009485;
}
@media screen and (max-width: 1000px) {
  .contact__form-label {
    max-width: 70%;
    padding: 15px;
  }
}
.contact__form-required-wrap {
  max-width: 60px;
  width: 100%;
  border-bottom: 3px solid #ccc;
  padding-block: 30px;
}
@media screen and (max-width: 1000px) {
  .contact__form-required-wrap {
    max-width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
.contact__form-required {
  display: block;
  padding: 12px;
  font-weight: 700;
  font-size: 16px;
  color: #009485;
  border: 2px solid #009485;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1em;
  height: 48px;
}
@media screen and (max-width: 1000px) {
  .contact__form-required {
    padding: 5px 10px;
    height: fit-content;
  }
}
.contact__form-required--not {
  color: #ccc;
  border-color: #ccc;
}
.contact__form-input-wrap {
  max-width: 690px;
  width: 100%;
  padding: 30px;
  border-bottom: 3px solid #ccc;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .contact__form-input-wrap {
    max-width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form-input-wrap {
    min-height: 48px;
  }
}
.contact__form-input-wrap--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contact__form-input-wrap--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form-input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
.contact__form-input-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form-input-checkbox span {
  font-weight: 500;
  font-size: 16px;
}
.contact__form-input-checkbox--agree {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px !important;
  position: relative;
}
.contact__form-input-checkbox--agree .error {
  position: absolute;
  bottom: -30px;
}
.contact__form-input-checkbox--agree .mwform-checkbox-field-text {
  display: none;
}
.contact__input-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin-right: 17px !important;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #000;
}
.contact__input-checkbox::before {
  content: "✔️";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  opacity: 0;
}
.contact__input-checkbox:checked::before {
  opacity: 1;
}
.contact__input-checkbox--agree .mwform-checkbox-field-text {
  display: none;
}
.contact__input-checkbox-text span {
  font-weight: 500;
  font-size: 20px;
}
.contact__input {
  width: 100%;
  min-height: 48px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  padding: 12px 20px;
  border: 2px solid #444 !important;
  border-radius: 0 !important;
}
.contact__input::-webkit-input-placeholder {
  color: #ccc;
}
.contact__input::-moz-placeholder {
  color: #ccc;
}
.contact__input:-ms-input-placeholder {
  color: #ccc;
}
.contact__input::-ms-input-placeholder {
  color: #ccc;
}
.contact__input::placeholder {
  color: #ccc;
}
.contact__input--zip {
  width: 140px;
}
.contact__input--textarea {
  height: 200px;
}
.contact__form-input-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.contact__form-input-zip .fs24 {
  font-size: 24px;
}
.contact__input-note {
  color: #ccc;
  margin-top: 10px !important;
}
.contact__form-button-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contact__form-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__form-button {
  display: block;
  position: relative;
  width: 340px !important;
  height: 77px;
  background: #fff !important;
  border-radius: 50px !important;
  border: 2px solid #444;
  font-weight: 500 !important;
  font-size: 20px !important;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #444 !important;
}
@media screen and (max-width: 767px) {
  .contact__form-button {
    width: 100% !important;
  }
}
.contact__form-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 33px;
  height: 13px;
  background: url("./img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact__form-button:hover {
  opacity: 0.6;
}
.contact__form-button--return::after {
  right: unset;
  left: 40px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.contact__form-button--complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
}
.contact__form-button--complete::after {
  content: none;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.red {
  color: #f00;
}

.mw_wp_form_confirm .contact__progress-item:nth-of-type(1) {
  background: rgba(0, 189, 214, 0.3);
  color: #0091a4;
}
.mw_wp_form_confirm .contact__progress-item:nth-of-type(1)::after {
  border-color: transparent transparent transparent rgba(0, 189, 214, 0.3);
}
.mw_wp_form_confirm .contact__progress-item:nth-of-type(2) {
  background: #0091a4;
  color: #fff;
}
.mw_wp_form_confirm .contact__progress-item:nth-of-type(2)::after {
  border-color: transparent transparent transparent #0091a4;
}
.mw_wp_form_confirm .contact__form-text--input {
  display: none;
}
.mw_wp_form_confirm .contact__form-text--confirm {
  display: block;
}
.mw_wp_form_confirm .contact__form-label {
  padding: 60px 30px;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form_confirm .contact__form-label {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact__form-label {
    padding: 30px 15px 15px;
  }
}
.mw_wp_form_confirm .contact__form-required-wrap {
  display: none;
}
.mw_wp_form_confirm .contact__form-input-wrap {
  padding: 60px 30px 65px 0;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact__form-input-wrap {
    padding: 15px;
  }
}
.mw_wp_form_confirm .contact__form-input-wrap--column {
  gap: 0;
}
.mw_wp_form_confirm .contact__form-input-zip .fs24 {
  display: none;
}
.mw_wp_form_confirm .contact__form-input-zip .fs24 {
  display: none;
}
.mw_wp_form_confirm .contact__input-note {
  display: none;
}
.mw_wp_form_confirm .contact__form-input-checkbox--agree {
  display: none;
}
.mw_wp_form_confirm .contact__form-button--submit {
  background: #20150b !important;
  border-color: #20150b !important;
  color: #fff !important;
}
.mw_wp_form_confirm .contact__form-button--submit::after {
  content: none;
}
.mw_wp_form_complete .contact__progress-item:nth-of-type(1) {
  background: rgba(0, 189, 214, 0.3);
  color: #0091a4;
}
.mw_wp_form_complete .contact__progress-item:nth-of-type(1)::before {
  border-width: 52px 0 52px 26px;
  right: -25px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete .contact__progress-item:nth-of-type(1)::before {
    border-width: 26px 0 26px 13px;
    right: -12px;
  }
}
.mw_wp_form_complete .contact__progress-item:nth-of-type(1)::after {
  border-color: transparent transparent transparent rgba(0, 189, 214, 0.3);
}
.mw_wp_form_complete .contact__progress-item:nth-of-type(2) {
  background: rgba(0, 189, 214, 0.3);
  color: #0091a4;
}
.mw_wp_form_complete .contact__progress-item:nth-of-type(2)::after {
  border-color: transparent transparent transparent rgba(0, 189, 214, 0.3);
}
.mw_wp_form_complete .contact__progress-item:nth-of-type(3) {
  background: #0091a4;
  color: #fff;
}
.mw_wp_form_complete .contact__form-button-wrap {
  margin-top: 0;
}
