body {
  background: #20291e;
}
.header__container {
  align-items: flex-start;
  padding: 1.55rem 2.5rem;
}
.header__navItem a {
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
}
.main__inner {
  background: linear-gradient(to bottom, #20291e, #455230);
}
.panks__listBlock {
  overflow-x: clip;
  padding-top: 7.75rem;
  padding-bottom: 0;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.panks__list {
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
}
.panks__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.panks__list li {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 4%;
  opacity: 0.65;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.panks__list li:after {
  content: "／";
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.panks__list li:last-child:after {
  content: "";
  display: none;
}
.panks__list li a {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 4%;
  text-decoration: underline;
}
.panks__list li a:hover {
  text-decoration: none;
}
.contents__titleBlock {
  overflow-x: clip;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  height: 15.833333333333332vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contents__titleBlock_inner {
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 6.25vw;
}
.contents__title {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.75;
}
.contact {
  overflow-x: clip;
  padding-top: var(--gradation-margin);
  padding-bottom: 0;
  padding-top: 2.5rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.contact__inner {
  max-width: 60rem;
  width: 100%;
}
.contact__container {
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
}
.contact__contents > p {
  font-family: "Libre Baskerville", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}
.form_block {
  margin-top: 8rem;
}
.fore_line {
  margin-bottom: 2.5rem;
}
.fore_line dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.fore_line dt span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
  line-height: 1.125rem;
  padding: 0 0.5rem;
}
.fore_line dd {
}
.fore_line dd input,
.fore_line dd textarea {
  background-color: rgba(255, 255, 255, 0.04);
  border: rgba(255, 255, 255, 0.3) solid 1px;
  color: #fff;
  font-size: 0.875rem;
  margin-top: 0.75rem;
  padding: 0.9375rem 0.9375rem;
  line-height: 1.5;
  width: 100%;
}
.fore_line dd textarea {
  height: 9.875rem;
}
.wpcf7-not-valid-tip {
  margin-top: 0.3125rem;
}
.note_block {
  border-top: rgba(255, 255, 255, 0.3) solid 1px;
  padding-top: 1rem;
  margin-top: 6.5rem;
}
.note_block h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
}
.note_list {
  margin-top: 2rem;
}
.note_list li {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.note_list li:last-child {
  margin-bottom: 0;
}
.note_list li::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  top: 0.8125rem;
  width: 1.5rem;
}
.form_bottom {
  margin-top: 4.875rem;
}
.form_bottom label,
.form_bottom a {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  line-height: 1.6;
}

.form_bottom .wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 3rem;
  line-height: 1.8;
}

.form_bottom .wpcf7-list-item-label::before {
  display: inline-block;
}

.contactForm__agree-wrapper a {
  font-size: 0.875rem;
  line-height: 2.14286;
  text-decoration-line: underline;
  text-underline-offset: 24%;
  text-decoration-thickness: 4%;
  margin-left: 0.5em;
}

.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wpcf7-list-item-label::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  content: "";
  background: url(../../images/pages/inquiry/icon-checked.svg) no-repeat center center / contain;
  width: 0.8125rem;
  height: 0.625rem;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
}

/* カスタムチェックボックス */
/* .custom-cb {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 2.75rem;
  cursor: pointer;
}
.custom-cb input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
} */
/* 未チェック時の背景 */
/* .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 1.9375rem;
  background-color: rgba(255, 255, 255, 0.2);
} */
/* チェック後の背景 */
/* .custom-cb input:checked + .checkmark {
  background-color: #212a1e;
}
.custom-cb a {
  margin-left: 0.5em;
} */
/* チェックマーク（✓） */
/* .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.625rem;
  top: 0.375rem;
  width: 0.5625rem;
  height: 1.0625rem;
  border: solid white;
  border-width: 0 0.1875rem 0.1875rem 0;
  transform: rotate(45deg);
}
.custom-cb input:checked + .checkmark:after {
  display: block;
} */

.custom-cb {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

/* チェックボックスを隠す */
.custom-cb input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* 内側のlabel */
.custom-cb label {
  position: relative;
  padding-left: 2.75rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

/* 未チェック時の四角 */
.custom-cb label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 1.9375rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.custom-cb label.checked:before {
  background-color: #20291e;
  content: "✓";
  font-size: 2rem;
  line-height: 1;
}

/* チェックマーク */
.custom-cb label::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 1.45rem;
  font-weight: bold;
  line-height: 1;
}

/* その他 */
.wpcf7-list-item {
  margin-left: 0;
}

.submit_line {
  margin-top: 2.875rem;
}
.submit_button {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 2%;
  padding: 1rem 1.5rem 1rem;
  text-align: left;
  width: 100%;
  position: relative;
  transition: 0.3s;
}
.dotted--white::after {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  transition: all .3s ease;
}
.dotted--white:hover::after {
  box-shadow: 0 0 0 1rem rgba(255,255,255,.1);
}
.wpcf7-spinner {
  display: none;
}
.footer {
  background:
    linear-gradient(to bottom, #455230 0%, transparent 70%),
    url(../../images/english/bg_footer.webp) center center no-repeat;
  background-size: cover, cover;
}
.footer__main {
  display: block;
  margin-block: 12.125rem 13rem;
}
.footer__container {
  padding: 8rem 2.5rem 4rem 2.5rem;
}
.page-template-page-contact-en .footer__container {
  padding-top: 23.3125rem;
}
.footer .button {
  max-width: 20rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
.footer__bottom {
  border-top: none;
}
.footer__contact {
  display: block;
  width: 100%;
}
.footer__contact h2 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
}
.footer__contact p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 2%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 90rem) {
  .header__main {
    margin-right: 0;
  }
}
@media screen and (max-width: 61.875rem) {
}
@media screen and (max-width: 47.9375rem) {
  .header__container {
    align-items: center;
    padding: 1.0625rem 0.625rem;
  }
  .header__logo {
    margin-left: 0.9375rem;
  }
  .panks__listBlock {
    padding-top: 5.5rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .panks__list li {
    font-size: 0.625rem;
  }
  .panks__list li:after {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  .contents__titleBlock {
    height: 44.1025641025641vw;
  }
  .contents__title {
    font-size: 3rem;
    line-height: 1.3;
  }
  .contact__contents > p {
    font-size: 1rem;
  }
  .fore_line dt {
    font-size: 0.75rem;
  }
  .fore_line dd input,
  .fore_line dd textarea {
    padding: 0.625rem 0.625rem;
  }
  .note_block h2 {
    font-size: 1.25rem;
  }
  .note_list {
    margin-top: 1rem;
  }
  .note_list li {
    font-size: 0.875rem;
    padding-left: 2.25rem;
  }
  .note_list li::before {
    top: 0.6875rem;
    width: 1rem;
  }
  .footer__container {
    padding: 5.75rem 2.5rem 4rem 2.5rem;
  }
  .footer__main {
    margin-block: unset;
  }
  .footer__contact h2 {
    font-size: 1.75rem;
  }
  .footer__contact p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
  .footer .button {
    margin-top: 2.375rem;
  }
  .footer__bottom {
    margin-top: 6.25rem;
  }
  .footer__copyright,
  .footer__privacy {
    font-size: 0.65625rem;
  }
}
