@charset "UTF-8";
/* ============================================================
// contact.scss
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// Page Header / ページトップ画像見出し
------------------------------------------------------------ */
.page-header {
  position: relative;
  width: 100%;
  margin-bottom: clamp(60px, 3.3149171271vw + 47.5690607735px, 90px);
  background-image: url("../images/contact/hero.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: clamp(140px, 2.2099447514vw + 131.7127071823px, 160px);
  padding-bottom: clamp(70px, 5.5248618785vw + 49.2817679558px, 120px);
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.page-header__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 2.2099447514vw + 11.7127071823px, 40px);
  text-align: center;
}
.page-header__title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-header__en {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(38px, 3.3149171271vw + 25.5690607735px, 68px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.page-header__jp {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 0.6629834254vw + 13.5138121547px, 22px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.page-header__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: clamp(35px, 3.3149171271vw + 22.5690607735px, 65px);
  line-height: 0;
  pointer-events: none;
}
.page-header__wave svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .page-header {
    padding-block: 60px;
  }
}

/* ------------------------------------------------------------
// tel fax
------------------------------------------------------------ */
.contact-tel {
  margin-bottom: clamp(60px, 6.6298342541vw + 35.138121547px, 120px);
}
.contact-tel__box {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(20px, 2.2099447514vw + 11.7127071823px, 40px);
  background: #fff;
  border: 1px solid rgba(46, 89, 63, 0.12);
  border-radius: clamp(10px, 1.1049723757vw + 5.8563535912px, 20px);
  box-shadow: 0 10px 30px rgba(43, 51, 44, 0.04);
}
.contact-tel__numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(10px, 3.3149171271vw + -2.4309392265px, 40px);
  margin-bottom: clamp(20px, 1.1049723757vw + 15.8563535912px, 30px);
}
.contact-tel__item {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1.2;
}
.contact-tel__prefix {
  font-size: clamp(15px, 1.2154696133vw + 10.4419889503px, 26px);
  font-weight: 500;
}
.contact-tel__num {
  font-size: clamp(24px, 1.7679558011vw + 17.3701657459px, 40px);
  font-weight: 700;
}
.contact-tel__info {
  font-size: clamp(14px, 0.2209944751vw + 13.1712707182px, 16px);
  color: #666;
}

/* ------------------------------------------------------------
// text area
------------------------------------------------------------ */
.contact-text-box {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(28px, 1.7679558011vw + 21.3701657459px, 44px) clamp(20px, 2.6519337017vw + 10.0552486188px, 44px);
  background: #fff;
  border: 1px solid rgba(46, 89, 63, 0.15);
  border-radius: clamp(10px, 1.1049723757vw + 5.8563535912px, 20px);
  box-shadow: 0 10px 30px rgba(43, 51, 44, 0.04);
}
.contact-text-box p {
  font-size: clamp(13px, 0.2209944751vw + 12.1712707182px, 15px);
  line-height: 2;
}
.contact-text-box p + p {
  margin-top: clamp(12px, 0.4419889503vw + 10.3425414365px, 16px);
  padding-top: clamp(12px, 0.2209944751vw + 11.1712707182px, 14px);
  border-top: 1px dashed rgba(46, 89, 63, 0.2);
}
@media screen and (max-width: 767px) {
  .contact-text-box p {
    line-height: 1.8;
  }
}

/* ------------------------------------------------------------
// mail form
------------------------------------------------------------ */
.contact-form {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.contact-form .form-table {
  width: 100%;
  margin-top: 60px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}
.contact-form .form-table__row {
  border-bottom: 1px solid #ddd;
}
.contact-form .form-table__row, .contact-form .form-table__label, .contact-form .form-table__data {
  display: block;
  width: 100%;
}
.contact-form .form-table__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0 12px;
  text-align: left;
  font-weight: 700;
}
.contact-form .form-table__data {
  padding: 0 0 32px;
}
.contact-form .form-table__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.c-label-required {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  background: #d33838;
  height: 20px;
  padding: 0 8px;
  border-radius: 4px;
}

/* ------------------------------------------------------------
// privacy policy
------------------------------------------------------------ */
.privacy-policy {
  margin-top: 64px;
}
.privacy-policy__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.privacy-policy__content {
  overflow-y: auto;
  height: 300px;
  padding: 32px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  scrollbar-width: thin;
}
.privacy-policy__content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.privacy-policy__content ul {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.privacy-policy__content .privacy-item-title {
  font-size: 14px;
  font-weight: 700;
  background: #666;
  color: #fff;
  padding: 5px 10px;
  margin: 2em 0 1em;
}
.privacy-policy__check {
  text-align: center;
  margin-top: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .privacy-policy__content {
    height: 240px;
    padding: 20px;
  }
}

.email-text {
  font-size: clamp(13px, 0.2209944751vw + 12.1712707182px, 15px);
  color: #666;
  margin-top: 4px;
}