@charset "UTF-8";
/* ============================================================
// contact.scss
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// Page Header / ページトップ画像見出し
------------------------------------------------------------ */
.page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(240px, 28.729281768vw + 132.2651933702px, 500px);
  padding-top: clamp(76px, 5.9668508287vw + 53.6243093923px, 130px);
  overflow: hidden;
  background: url(../images/contact/bg-hero.webp) no-repeat center/cover;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page-header__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  text-align: center;
}
.page-header__title-area {
  color: #fff;
}
.page-header__en {
  display: block;
  font-size: clamp(34px, 2.8729281768vw + 23.226519337px, 60px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.page-header__jp {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(14px, 0.2209944751vw + 13.1712707182px, 16px);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 2px 8px;
  background: #003399;
  border-radius: 2px;
}

.contact-combined-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact-combined-container {
    flex-direction: column;
  }
}

.contact-channel-box {
  flex: 1;
  padding: clamp(40px, 2.2099447514vw + 31.7127071823px, 60px) clamp(20px, 2.2099447514vw + 11.7127071823px, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-channel-box.is-tel {
  border-right: 1px solid #edf2f7;
}
@media screen and (max-width: 767px) {
  .contact-channel-box.is-tel {
    border-right: none;
    border-bottom: 1px solid #edf2f7;
  }
}
.contact-channel-box__number-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
.contact-channel-box__prefix {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 4px;
  padding: 3px 8px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.is-tel .contact-channel-box__prefix {
  background: #003399;
}
.is-fax .contact-channel-box__prefix {
  background: #555555;
}
.contact-channel-box__value {
  font-size: clamp(28px, 0.8839779006vw + 24.6850828729px, 36px);
  font-weight: 700;
  line-height: 1;
  color: #1a202c;
  text-decoration: none;
}
.contact-channel-box__info p {
  font-size: 14px;
  color: #4a5568;
  margin-bottom: 6px;
  line-height: 1.5;
}
.contact-channel-box__info p:last-child {
  margin-bottom: 0;
}

.contact-text-box {
  line-height: 2;
  margin-inline: clamp(0px, 6.6298342541vw + -24.861878453px, 60px);
  padding: clamp(20px, 2.2099447514vw + 11.7127071823px, 40px) clamp(20px, 4.4198895028vw + 3.4254143646px, 60px);
  background: #fafafa;
  border: 1px solid #ddd;
}
.contact-text-box .c-contact-text:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-text-box {
    line-height: 1.7;
  }
}

.c-contact-caution-text {
  font-size: clamp(14px, 0.2209944751vw + 13.1712707182px, 16px);
  font-weight: 500;
  color: #d33838;
  text-align: center;
  margin-top: 40px;
  padding: 20px clamp(0px, 2.2099447514vw + -8.2872928177px, 20px);
  border-top: 1px solid #d33838;
  border-bottom: 1px solid #d33838;
}

.contact-form {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.contact-form .form-list {
  width: 100%;
  margin-top: 60px;
  border-top: 1px solid #ddd;
}
.contact-form .form-list__row {
  border-bottom: 1px solid #ddd;
  padding: 32px 0;
}
.contact-form .form-list__label {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 16px;
}
.contact-form .form-list__data {
  width: 100%;
}
.contact-form .form-list__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-form .form-list__check-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  list-style: none;
  padding: 0;
}
.contact-form .form-list__check-group li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.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 {
  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;
  }
}