@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
  line-height: 1.8;
}

/* ===== About ===== */
.about-copy {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about-heading-en {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 18%;
}

.about-body p {
  font-size: 14px;
}

.about-point-main {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.about-point-sub {
  font-size: 14px;
}

.about-bubble {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.about-loop {
  position: relative;
}
.about-loop:after {
  content: "※Artist’s impression";
  display: block;
  position: absolute;
  font-size: 12px;
  right: 20px;
  bottom: 110px;
}

@media (max-width: 768px) {
  .about-heading-en {
    font-size: 24px;
    margin: 38px 0 0 0;
  }
  .about-point-main {
    font-size: 17px;
  }
  .about-bubble {
    font-size: 12px;
  }
  .about-point-sub {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.01em;
    margin-top: 24px;
  }
  .about-loop:after {
    right: 10px;
    bottom: 16px;
  }
  .about-point {
    margin-top: 20px;
  }
}
/* ===== Area ===== */
.area-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-bottom: 34px;
  margin-bottom: 48px;
}

.area-copy p {
  font-size: 15px;
}

.area-stats {
  max-width: 600px;
  padding: 30px 10px;
}

.area-stat-split .area-stat-double {
  display: block;
}

.area-stat-label {
  font-size: 16px;
  font-weight: 600;
}

.area-stat p strong {
  font-size: 40px;
}

.area-stat p em {
  font-size: 26px;
  font-weight: 600;
  margin-left: 10px;
}

.area-stat-value {
  padding: 36px 0 0 0;
}

.area-stat-split .area-stat-double strong {
  font-size: 28px;
}

.area-stat-double div {
  margin-bottom: 10px;
}
.area-stat-double div:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .area-heading {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .area-stats {
    max-width: 230px;
    gap: 40px;
  }
  .area-stat-value {
    padding: 8px 0 0 0;
  }
}
/* ===== Feature ===== */
.feature-kicker {
  margin-bottom: 38px;
}

.feature-title {
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.02em;
}

.feature-lead {
  font-size: 15px;
  line-height: 2;
}

.feature-floor h3 {
  letter-spacing: 0.04em;
}

/* ===== Access ===== */
.access-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

/* ===== Contact ===== */
.contact-cta a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 16px 30px;
}

/* ===== Fixed ===== */
.fixed-bnr a {
  font-size: 15px;
  padding: 5px 18px 2px 18px;
}

/* ===== What (WHO WE ARE) ===== */
.what {
  padding: 100px 5vw 110px;
  background: #fff;
  position: relative;
  z-index: 5;
}

.what-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.what-label {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  color: #8a8a8a;
}

.what-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.what-copy {
  width: 52%;
}

.what-visual {
  width: 41.5%;
}

.what-logo {
  margin-bottom: 36px;
}
.what-logo img {
  width: 492px;
  height: auto;
}

.what-title {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.what-body {
  font-size: 14px;
  line-height: 1.85;
  color: #666;
}

.what-visual {
  margin: 0;
}

.what-sectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 52px 60px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  position: relative;
  max-width: 980px;
  margin: 90px auto 0;
}

.what-sector {
  width: 420px;
}

.what-sector-title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.what-sector-list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.what-sector-list li {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.7;
}
.what-sector-list li::before {
  content: "-";
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  .what {
    padding: 72px 6.5vw 80px;
  }
  .what-label {
    margin-bottom: 24px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .what-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
  .what-copy {
    display: contents;
  }
  .what-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 28px;
  }
  .what-logo img {
    width: 100%;
    max-width: 340px;
  }
  .what-visual {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 32px;
  }
  .what-title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .what-body {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
  }
  .what-sectors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 32px;
    max-width: none;
    margin: 40px 0 0;
    padding: 34px 6.5vw;
    border-radius: 10px;
  }
  .what-sector {
    width: 100%;
  }
  .what-sector-title {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .what-sector-list {
    gap: 4px;
  }
  .what-sector-list li {
    font-size: 14px;
    line-height: 1.7;
  }
}