@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/company/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;
  }
}

/* ------------------------------------------------------------
// Company Greeting
------------------------------------------------------------ */
.company-greeting {
  text-align: center;
  padding-inline: clamp(20px, 1.1049723757vw + 15.8563535912px, 30px);
}
.company-greeting__text p {
  line-height: 2;
  margin-bottom: clamp(20px, 0.8839779006vw + 16.6850828729px, 28px);
}
.company-greeting__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .company-greeting__text p br {
    display: none;
  }
}
.company-greeting__signature {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(6px, 0.2209944751vw + 5.1712707182px, 8px);
  font-size: clamp(20px, 0.6629834254vw + 17.5138121547px, 26px);
  font-weight: 700;
  color: #2e593f;
  margin-top: clamp(32px, 1.7679558011vw + 25.3701657459px, 48px);
}
.company-greeting__signature span {
  font-size: clamp(14px, 0.2209944751vw + 13.1712707182px, 16px);
}

/* ------------------------------------------------------------
// Company Overview
------------------------------------------------------------ */
.company-white-bg {
  margin-block: clamp(60px, 6.6298342541vw + 35.138121547px, 120px);
  padding-block: clamp(60px, 6.6298342541vw + 35.138121547px, 120px);
  background-color: #fff;
}

.company-overview__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.company-overview__row {
  display: flex;
  gap: clamp(0px, 1.3259668508vw + -4.9723756906px, 12px);
}
@media (max-width: 767px) {
  .company-overview__row {
    flex-direction: column;
    gap: 0;
  }
}
.company-overview__label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: clamp(15px, 0.1104972376vw + 14.5856353591px, 16px);
  font-weight: 700;
  color: #fff;
  width: 220px;
  padding: clamp(12px, 0.4419889503vw + 10.3425414365px, 16px) clamp(16px, 0.4419889503vw + 14.3425414365px, 20px);
  background-color: #2e593f;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .company-overview__label {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.company-overview__data {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: clamp(15px, 0.1104972376vw + 14.5856353591px, 16px);
  font-weight: 500;
  padding: clamp(14px, 0.2209944751vw + 13.1712707182px, 16px) clamp(16px, 0.8839779006vw + 12.6850828729px, 24px);
  background-color: #fff;
  border: 1px solid #2e593f;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .company-overview__data {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
  }
}
.company-overview__tel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
}