@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap");
/*=======================================================================

 CONTACT

========================================================================*/
.page-contact .footer-contact {
  display: none;
}

.contents-header {
  position: relative;
  background-color: #f2f4f4;
}
.contents-header:before, .contents-header:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
.contents-header:before {
  left: 0;
  width: 30px;
  width: 40px;
  width: 4vw;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .contents-header:before {
    width: 30px;
  }
}
.contents-header:after {
  right: 0;
  width: 100px;
  width: 10vw;
  background-color: #0f4669;
}
@media screen and (min-width: 768px) {
  .contents-header:after {
    width: 100px;
  }
}

.contents-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contents-header {
    padding-top: 60px;
    padding-top: 6vw;
    padding-bottom: 60px;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .contents-header {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .contents-header .contents-header-txt {
    height: 11vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contents-header .contents-header-txt .contents-header-txt__name {
  font-family: YakuHanJP, "dnp-shuei-gothic-gin-std", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .contents-header .contents-header-txt .contents-header-txt__name {
    font-size: min(3.0909090909vw, 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .contents-header .contents-header-txt .contents-header-txt__name {
    font-size: 6.3888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .contents-header .contents-header-txt .contents-header-txt__name {
    margin-top: 0.1em;
  }
}
.contents-header .contents-header-eng {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  font-family: "Poppins", "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .contents-header .contents-header-eng {
    display: none !important;
    color: #bebebe;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  .contents-header .contents-header-eng {
    color: #b3b3b3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contents-header .contents-header-eng .contents-header-eng__name {
  position: relative;
  font-family: "Poppins", "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 200;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contents-header .contents-header-eng .contents-header-eng__name {
    font-size: min(5.4545454545vw, 6rem);
  }
}
@media screen and (max-width: 767px) {
  .contents-header .contents-header-eng .contents-header-eng__name {
    font-size: 10.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contents-header .contents-header-eng .contents-header-eng__name {
    padding-bottom: 0.2em;
  }
}

/*=======================================================================

 form

========================================================================*/
.form__submit__btn {
  width: min(300px, 90%);
  margin-inline: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form__submit__btn input {
  width: 100%;
  height: 100%;
  display: block;
}
.form__submit__btn:has(input:disabled) {
  opacity: 0.2;
}

.form__privacy {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 1em 1.5em;
  border: 1px dotted #bbb;
  font-size: 0.82em;
}
.form__privacy .txt {
  text-align: left;
}

.c-form__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form__list.--col1 li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-form__list.--col2 li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-form__list.--col3 li {
    width: 33.3%;
  }
}

/*=======================================================================

 確認画面

========================================================================*/
.page-contact.--confirm .c-form__item {
  padding: 1.2em 1.5em;
  background: #f3f3f3;
  border: none;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
@media screen and (max-width: 767px) {
  .page-contact.--confirm .c-form__item {
    padding: 0.9em 1.2em;
  }
}

.cooling-off__txt {
  border: 1px solid #ddd;
  padding: 1em 1.5em;
  margin-block: 1em;
}
.cooling-off__txt * + * {
  margin-top: 0.9em;
}/*# sourceMappingURL=page-contact.css.map */