@charset "UTF-8";
body {
  font-family: Roboto, sans-serif;
  color: #272727;
  font-weight: 300;
}
main {
  overflow: hidden;
}
.pa-fv {
  position: relative;
  background: 0 0;
}
.pa-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 3.5rem);
  height: 100%;
  background: #f5f3ed;
}
.pa-fv__container {
  position: relative;
  padding: 155px 0 204px;
  padding: 9.6875rem 0 12.75rem;
}
.pa-fv__top {
  width: 90%;
  max-width: 1260px;
  max-width: 78.75rem;
  margin: 0 auto;
}
.pa-fv__ttl {
  margin-bottom: 0;
}
.pa-fv__txt {
  max-width: 462px;
  max-width: 28.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75em;
}
.pa-fv__img {
  position: absolute;
  left: 50%;
  top: 128px;
  top: 8rem;
  width: 50%;
}
.pa-contact {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 135px;
  margin-bottom: 8.4375rem;
}
.contact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.contact-c {
  width: 100%;
}
.contact-c__list {
  width: 100%;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.contact-c__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 0 34px 24px;
  padding: 2.125rem 0 2.125rem 1.5rem;
  border-bottom: 1px solid #f5f3ed;
}
.contact-c__ttl {
  position: relative;
  width: 209px;
  width: 13.0625rem;
}
.contact-c__txt {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
.contact-c__require {
  position: absolute;
  bottom: -27px;
  bottom: -1.6875rem;
  left: 0;
  color: #d80000;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
.contact-c__input {
  position: relative;
  width: calc(100% - 13.0625rem);
}
.contact-c__input input {
  width: 100%;
  height: 55px;
  height: 3.4375rem;
  background: #fdfdfa;
  border: 1px solid #d9d6cd;
  border-radius: 0.3125rem;
}
.contact-c__error-message {
  position: absolute;
  left: 0;
  bottom: -27px;
  bottom: -1.6875rem;
  color: #d80000;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
.contact-c__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-c__item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 125px;
  width: 7.8125rem;
  height: 60px;
  height: 3.75rem;
}
 .contact-c__check {
  display: none;
}
.contact-c__check:checked + span::after {
  content: "";
  border: 1px solid #886900;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 3.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #886900;
}
.contact-c__check + span{
  position: relative;
  padding-left: 34px;
  padding-left: 2.125rem;
  cursor: pointer;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.contact-c__check + span:nth-child(n + 2){
  margin-left: 20px;
}
.contact-c__check+ span::before {
  content: "";
  border: 1px solid #886900;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-c__select {
  position: relative;
  width: 200px;
  width: 12.5rem;
}
.contact-c__select::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 4.5px solid transparent;
  border-top: 8px solid #886900;
  border-left: 4.5px solid transparent;
}
.contact-c__select select {
  height: 55px;
  height: 3.4375rem;
  width: 100%;
  padding-left: 17px;
  padding-left: 1.0625rem;
  background: #fdfdfa;
  border: 1px solid #d9d6cd;
  border-radius: 0.3125rem;
  color: #886900;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-c__select select::-ms-expand {
  display: none;
}
.contact-c__block {
  padding: 36px 0 26px 24px;
  padding: 2.25rem 0 1.625rem 1.5rem;
  border-bottom: 1px solid #f5f3ed;
}
.contact-c__block .contact-c__box {
  padding: 0;
  border-bottom: none;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
.contact-c__block .contact-c__box:last-child {
  margin-bottom: 0;
}
.contact-c__block .message {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-c__block textarea {
  resize: none;
  width: 100%;
  height: 274px;
  height: 17.125rem;
  background: #fdfdfa;
  border: 1px solid #d9d6cd;
  border-radius: 0.3125rem;
}
.contact-c__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 6%;
  gap: 0.9375rem 6%;
  max-width: 300px;
  max-width: 18.75rem;
  margin: 0 auto;
}
.contact-c .more {
  width: 100%;
  max-width: 140px;
  max-width: 8.75rem;
  padding: 10px 13px;
  padding: 0.625rem 0.8125rem;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}
.contact-c .more.gray {
  color: #272727;
  background: #c4c4c4;
  border: 1px solid #c4c4c4;
  cursor: pointer;
}
.page-contact .footer__cover {
  background: #fff;
}

.contact-c__agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.125rem 0 2.125rem 1.5rem;
  width: 100%;
}

.mwform-checkbox-field > label > input {
  width: 1.37rem;
  height: 1.37rem;
}

input[type="checkbox" i] {
  margin: 0;
}

.privacy-text > .privacy-link {
  color: #272727;
  text-decoration: underline;
}


@media screen and (max-width: 767px) {
  .pa-fv {
    background: 0 0;
  }
  .pa-fv::before {
    width: calc(100% - 2.5rem);
  }
  .pa-fv__container {
    padding: 4.6875rem 0 2.0625rem;
  }
  .pa-fv__top {
    padding: 0 1rem;
    margin-bottom: 3.1875rem;
  }
  .pa-fv__ttl {
    margin-bottom: 1.25rem;
    letter-spacing: -0.05em;
  }
  .pa-fv__read {
    margin-bottom: 2.125rem;
    font-weight: 600;
  }
  .pa-fv__txt {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.52em;
    text-align: center;
  }
  .pa-fv__img {
    aspect-ratio: auto;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .pa-contact {
    margin-top: 0;
    margin-bottom: 6.9375rem;
  }
  .contact__container {
    margin: 0 auto;
    padding: 0 1.125rem;
  }
  .contact-c__box {
    padding: 2.5rem 0;
  }
  .contact-c__box:first-child {
    padding: 2rem 0 2.5rem;
  }
  .contact-c__box.m-b {
    padding: 2.5rem 0 2.9375rem;
  }
  .contact-c__ttl {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contact-c__require {
    left: auto;
    right: 0;
    bottom: 0;
  }
  .contact-c__input {
    width: 100%;
  }
  .contact-c__error-message {
    bottom: -2.0625rem;
  }
  .contact-c__item {
    padding-left: 0.375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: block;
  }
  .contact-c__check + span {
    display: block;
    width: fit-content;
}
.contact-c__check + span:nth-child(n + 2) {
  margin-left: 0px;
  margin-top: 5px;
}
  .contact-c__item li {
    width: 5.3125rem;
    height: 1.875rem;
  }
  .contact-c__item li:last-child {
    margin-right: 0;
  }
  .contact-c__block {
    padding: 0;
    border-bottom: none;
  }
  .contact-c__block .contact-c__box {
    padding: 2.5rem 0;
    border-bottom: 1px solid #f5f3ed;
    margin-bottom: 0;
  }
  .contact-c__block .contact-c__box.m-b {
    padding: 2.5rem 0 2.9375rem;
  }
  .contact-c__block textarea {
    height: 24.8125rem;
  }
  .contact-c__agreement {
    padding-top: 0;
    padding-inline: 0;
    padding-bottom: 2.9375rem;
  }

  .privacy-text {
    font-size: 0.875rem;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1541px) {
  .pa-fv__container {
    padding: 9.6875rem 0 21.25rem;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .pa-fv__container {
    padding: 9.6875rem 0 8.75rem;
  }
  .pa-fv__ttl {
    font-size: 5rem;
  }
  .pa-fv__read {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1339px) and (min-width: 1101px) {
  .pa-fv__ttl {
    font-size: 5.625rem;
  }
  .pa-fv__read {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1339px) and (min-width: 768px) {
  .pa-fv__txt {
    max-width: 25rem;
  }
}
