@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, 22.9074889868vw + 154.0969162996px, 500px);
  padding-top: clamp(76px, 4.7577092511vw + 58.1585903084px, 130px);
  overflow: hidden;
  background-image: url(../images/contact/bg-page-header.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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.2907488987vw + 25.40969163px, 60px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.page-header__jp {
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(14px, 0.1762114537vw + 13.3392070485px, 16px);
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  padding-bottom: 5px;
}
.page-header__jp::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

/* ------------------------------------------------------------
// 共通設定
------------------------------------------------------------ */
.c-contact-text {
  margin-bottom: 20px;
}

.c-contact-caution-text {
  font-size: clamp(14px, 0.1762114537vw + 13.3392070485px, 16px);
  color: #d33838;
  text-align: center;
  margin-top: 40px;
  padding: 10px clamp(0px, 1.3215859031vw + -4.9559471366px, 15px);
  border-top: 1px solid #d33838;
  border-bottom: 1px solid #d33838;
}

/* ============================================================
// design
============================================================ */
.contact__number {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-inline: 20px;
}
@media screen and (max-width: 991px) {
  .contact__number {
    flex-direction: column;
  }
}

.contact-tel {
  margin-bottom: 80px;
}
.contact-tel__box {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  padding: clamp(30px, 1.7621145374vw + 23.3920704846px, 50px) clamp(20px, 0.8810572687vw + 16.6960352423px, 30px);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}
.contact-tel__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 0.8810572687vw + 1.6960352423px, 15px);
  margin-bottom: clamp(10px, 2.6954177898vw + -10.7008086253px, 30px);
}
@media screen and (max-width: 767px) {
  .contact-tel__number {
    flex-direction: column;
  }
}
.contact-tel__prefix-tel {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #728f00;
  padding: 4px 8px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .contact-tel__prefix-tel {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-tel__prefix-fax {
  font-size: 12px;
  font-weight: 700;
  color: #222;
  background: #ddd;
  padding: 4px 8px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .contact-tel__prefix-fax {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-tel__value {
  font-size: clamp(30px, 1.0572687225vw + 26.0352422907px, 42px);
  font-weight: 700;
  line-height: 1;
  color: #333;
  text-decoration: none;
}
.contact-tel__info {
  text-align: center;
}
.contact-tel__info p {
  margin-bottom: 8px;
  line-height: 1.6;
}
.contact-tel__info p:last-child {
  margin-bottom: 0;
}

.contact-text-box {
  line-height: 2.2;
  margin-inline: clamp(0px, 5.2863436123vw + -19.8237885463px, 60px);
  padding: clamp(30px, 2.6431718062vw + 20.0881057269px, 60px) clamp(20px, 3.5242290749vw + 6.7841409692px, 60px);
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.contact-text-box p.c-contact-text {
  margin-bottom: 0;
}
.contact-text-box p.c-contact-text span {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact-text-box {
    line-height: 1.7;
  }
}

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