@charset "UTF-8";

/* =========================================================
   SEON | Strengths
   /about/strengths/
========================================================= */

.strengths-page {
  --strengths-navy: #0f3154;
  --strengths-navy-deep: #092846;
  --strengths-blue: #1d5e8c;
  --strengths-light-blue: #edf4f8;
  --strengths-gray: #f5f6f7;
  --strengths-border: #d9dfe4;
  --strengths-text: #26333c;
  --strengths-sub: #64717a;
  --strengths-white: #ffffff;

  color: var(--strengths-text);
  background: #fff;
  overflow: hidden;
}

.strengths-page .inner {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
}

.strengths-page * {
  box-sizing: border-box;
}

.strengths-page a {
  transition:
    opacity 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.strengths-page a:hover {
  opacity: 0.86;
}

.strengths-page section[id] {
  scroll-margin-top: 120px;
}

.strengths-page .pc-only {
  display: inline;
}


/* =========================================================
   HERO
========================================================= */

.strengths-hero {
  position: relative;
  padding: 110px 0 105px;
  background:
    linear-gradient(
      120deg,
      rgba(9, 40, 70, 0.985) 0%,
      rgba(15, 49, 84, 0.96) 55%,
      rgba(29, 94, 140, 0.9) 100%
    );
  color: #fff;
}

.strengths-hero::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -100px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.strengths-hero::after {
  content: "";
  position: absolute;
  right: 170px;
  bottom: -220px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.strengths-hero .inner {
  position: relative;
  z-index: 2;
}

.strengths-hero__eyebrow {
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.66);
}

.strengths-hero__title {
  margin: 0;
  max-width: 920px;
  font-size: clamp(40px, 4.35vw, 64px);
  line-height: 1.34;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
}

.strengths-hero__lead {
  margin: 34px 0 0;
  max-width: 970px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.035em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96);
}

.strengths-hero__text {
  width: 100%;
  max-width: 940px;
  margin-top: 42px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.strengths-hero__text p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.025em;
  color: rgba(255, 255, 255, 0.78);
}

.strengths-hero__text p:last-child {
  margin-bottom: 0;
}

.strengths-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}


/* =========================================================
   BUTTON
========================================================= */

.strengths-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 265px;
  min-height: 58px;
  padding: 14px 48px 14px 28px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.strengths-btn::after {
  content: "→";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.strengths-btn--primary {
  background: #fff;
  color: var(--strengths-navy);
  border-color: #fff;
}

.strengths-btn--primary:hover {
  background: var(--strengths-light-blue);
  color: var(--strengths-navy);
}

.strengths-btn--secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

.strengths-btn--secondary:hover {
  color: #fff;
  border-color: #fff;
}


/* =========================================================
   PAGE NAV
========================================================= */

.strengths-nav {
  position: relative;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid var(--strengths-border);
}

.strengths-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 19px 0;
  list-style: none;
}

.strengths-nav li {
  position: relative;
  margin: 0;
  padding: 0;
}

.strengths-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  background: #d6dde2;
  transform: translateY(-50%);
}

.strengths-nav a {
  display: block;
  padding: 4px 16px;
  color: #4f5e69;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.strengths-nav a:hover {
  color: var(--strengths-blue);
}


/* =========================================================
   SECTION COMMON
========================================================= */

.strengths-section {
  padding: 105px 0;
  background: #fff;
}

.strengths-section--gray {
  background: var(--strengths-gray);
}

.strengths-section--navy {
  position: relative;
  background: var(--strengths-navy);
  color: #fff;
}

.strengths-section--navy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.25);
}

.strengths-section--overview {
  padding-top: 115px;
}

.strengths-heading {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}

.strengths-heading__num {
  flex: 0 0 auto;
  padding-top: 8px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--strengths-blue);
}

.strengths-heading__en {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--strengths-blue);
}

.strengths-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3.15vw, 43px);
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: var(--strengths-navy);
}

.strengths-heading--light .strengths-heading__num,
.strengths-heading--light .strengths-heading__en {
  color: #9dc4dd;
}

.strengths-heading--light h2 {
  color: #fff;
}

.strengths-section__lead {
  max-width: 1020px;
  margin: 0 0 54px;
  font-size: 17px;
  line-height: 2.05;
  letter-spacing: 0.025em;
  color: #394752;
}

.strengths-text {
  max-width: 1020px;
  margin-bottom: 46px;
}

.strengths-text p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.02em;
  color: #3d4a54;
}

.strengths-text p:last-child {
  margin-bottom: 0;
}

.strengths-text--light p {
  color: rgba(255, 255, 255, 0.82);
}


/* =========================================================
   OVERVIEW FLOW
========================================================= */

.strengths-flow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  margin: 58px 0 50px;
  padding: 0;
}

.strengths-flow__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 25px 10px 23px;
  text-align: center;
  border-top: 2px solid var(--strengths-navy);
  border-bottom: 1px solid var(--strengths-border);
}

.strengths-flow__item span {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--strengths-blue);
}

.strengths-flow__item strong {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  color: var(--strengths-navy);
}

.strengths-flow__arrow {
  display: flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #9aa8b2;
}


/* =========================================================
   TABLE
========================================================= */

.strengths-table-wrap {
  width: 100%;
  margin: 42px 0 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.strengths-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  table-layout: fixed;
}

.strengths-table th,
.strengths-table td {
  padding: 18px 21px;
  border: 1px solid #ccd4da;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.015em;
}

.strengths-table thead th {
  background: var(--strengths-navy);
  color: #fff;
  border-color: #284968;
  font-weight: 600;
}

.strengths-table tbody th {
  width: 31%;
  background: #f2f5f7;
  color: var(--strengths-navy);
  font-weight: 600;
}

.strengths-table tbody th span {
  display: inline-block;
  min-width: 27px;
  margin-right: 8px;
  color: var(--strengths-blue);
  font-size: 11px;
}

.strengths-table tbody td:first-child {
  width: 34%;
  font-weight: 500;
  color: #33434e;
}

.strengths-table tbody tr:nth-child(even) td {
  background: #fbfcfc;
}

.strengths-section--gray .strengths-table tbody tr:nth-child(even) td {
  background: #f7f9fa;
}


/* =========================================================
   KEY MESSAGE / NOTE
========================================================= */

.strengths-keymessage {
  margin-top: 46px;
  padding: 31px 36px 32px;
  background: var(--strengths-light-blue);
  border-left: 4px solid var(--strengths-blue);
}

.strengths-keymessage span {
  display: block;
  margin-bottom: 12px;
  color: var(--strengths-blue);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-weight: 700;
}

.strengths-keymessage p {
  margin: 0;
  color: var(--strengths-navy);
  font-size: 18px;
  line-height: 1.95;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.strengths-note {
  margin-top: 38px;
  padding: 25px 30px 26px;
  background: var(--strengths-light-blue);
  border-left: 3px solid var(--strengths-blue);
}

.strengths-note h3 {
  margin: 0 0 8px;
  color: var(--strengths-navy);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.strengths-note p {
  margin: 0;
  color: #46555f;
  font-size: 14px;
  line-height: 1.95;
}

.strengths-note--light {
  background: rgba(255, 255, 255, 0.08);
  border-left-color: #9dc4dd;
}

.strengths-note--light h3 {
  color: #fff;
}

.strengths-note--light p {
  color: rgba(255, 255, 255, 0.8);
}


/* =========================================================
   STAT
========================================================= */

.strengths-stat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 16px 0 50px;
  border-top: 1px solid var(--strengths-border);
  border-bottom: 1px solid var(--strengths-border);
}

.strengths-stat > div {
  position: relative;
  padding: 34px 18px 31px;
  text-align: center;
}

.strengths-stat > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 0;
  bottom: 27px;
  width: 1px;
  background: var(--strengths-border);
}

.strengths-stat span {
  display: block;
  margin-bottom: 11px;
  color: #78858e;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.strengths-stat strong {
  display: block;
  color: var(--strengths-navy);
  font-size: clamp(25px, 2.5vw, 35px);
  line-height: 1.25;
  font-weight: 700;
}

.strengths-stat small {
  display: block;
  margin-top: 10px;
  color: #687680;
  font-size: 12px;
  line-height: 1.5;
}


/* =========================================================
   TRANSLATION
========================================================= */

.strengths-translation {
  display: flex;
  align-items: stretch;
  margin: 50px 0 48px;
  background: #fff;
  border-top: 2px solid var(--strengths-navy);
  border-bottom: 1px solid var(--strengths-border);
}

.strengths-translation > div:not(.strengths-translation__arrow) {
  flex: 1 1 0;
  padding: 24px 16px 23px;
  text-align: center;
}

.strengths-translation > div:not(.strengths-translation__arrow) span {
  display: block;
  margin-bottom: 9px;
  color: #75838d;
  font-size: 11px;
  line-height: 1.4;
}

.strengths-translation > div:not(.strengths-translation__arrow) strong {
  display: block;
  color: var(--strengths-navy);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
}

.strengths-translation__arrow {
  display: flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  color: #93a2ad;
}


/* =========================================================
   QUALITY PROCESS
========================================================= */

.strengths-quality {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.strengths-quality__item {
  position: relative;
  min-height: 180px;
  padding: 27px 27px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.strengths-quality__item--last {
  grid-column: span 3;
  min-height: auto;
}

.strengths-quality__item > span {
  display: block;
  margin-bottom: 20px;
  color: #8eb7d2;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.strengths-quality__item h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
}

.strengths-quality__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.9;
}


/* =========================================================
   HUMAN × AI
========================================================= */

.strengths-role {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.strengths-role__item {
  min-height: 215px;
  padding: 27px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.strengths-role__item span {
  display: block;
  margin-bottom: 22px;
  color: #8eb7d2;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.strengths-role__item h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
}

.strengths-role__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.9;
}


/* =========================================================
   TWO DOMAINS
========================================================= */

.strengths-domain {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 52px;
  border-top: 2px solid var(--strengths-navy);
  border-bottom: 1px solid var(--strengths-border);
}

.strengths-domain__item {
  position: relative;
  padding: 38px 38px 36px;
}

.strengths-domain__item:first-child {
  border-right: 1px solid var(--strengths-border);
}

.strengths-domain__item > span {
  display: block;
  margin-bottom: 22px;
  color: var(--strengths-blue);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.strengths-domain__label {
  margin: 0 0 7px !important;
  color: #79858e !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.strengths-domain__item h3 {
  margin: 0 0 17px;
  color: var(--strengths-navy);
  font-size: 26px;
  line-height: 1.45;
  font-weight: 700;
}

.strengths-domain__item p {
  margin: 0;
  color: #46545e;
  font-size: 14px;
  line-height: 2;
}

.strengths-domain__item a {
  display: inline-block;
  margin-top: 23px;
  color: var(--strengths-blue);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.strengths-domain__item a::after {
  content: " →";
}

.strengths-foundation {
  margin-top: 34px;
  padding: 30px 35px;
  background: var(--strengths-navy);
  color: #fff;
}

.strengths-foundation > span {
  display: block;
  margin-bottom: 10px;
  color: #9bc2da;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.strengths-foundation h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
}

.strengths-foundation p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.9;
}


/* =========================================================
   CONTINUOUS FOUNDATION
========================================================= */

.strengths-continuous {
  display: flex;
  align-items: stretch;
  margin-top: 52px;
  background: #fff;
  border-top: 2px solid var(--strengths-navy);
  border-bottom: 1px solid var(--strengths-border);
}

.strengths-continuous > div:not(.strengths-continuous__arrow) {
  flex: 1 1 0;
  padding: 28px 14px 26px;
  text-align: center;
}

.strengths-continuous span {
  display: block;
  margin-bottom: 12px;
  color: var(--strengths-blue);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.strengths-continuous strong {
  display: block;
  margin-bottom: 7px;
  color: var(--strengths-navy);
  font-size: 14px;
  line-height: 1.55;
}

.strengths-continuous small {
  display: block;
  color: #77838c;
  font-size: 11px;
  line-height: 1.6;
}

.strengths-continuous__arrow {
  display: flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  color: #97a4ad;
}


/* =========================================================
   FAQ
========================================================= */

.strengths-section--faq {
  background: #fff;
}

.strengths-faq {
  margin-top: 45px;
  border-top: 1px solid var(--strengths-border);
}

.strengths-faq__item {
  margin: 0;
  border-bottom: 1px solid var(--strengths-border);
}

.strengths-faq__item summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 25px 58px 25px 8px;
  color: var(--strengths-navy);
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.strengths-faq__item summary::-webkit-details-marker {
  display: none;
}

.strengths-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: var(--strengths-blue);
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
}

.strengths-faq__item[open] summary::after {
  content: "−";
}

.strengths-faq__item summary span {
  flex: 0 0 auto;
  color: var(--strengths-blue);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.strengths-faq__item > div {
  padding: 0 60px 27px 55px;
}

.strengths-faq__item > div p {
  max-width: 960px;
  margin: 0;
  color: #4b5963;
  font-size: 14px;
  line-height: 2;
}


/* =========================================================
   RELATED
========================================================= */

.strengths-section--related {
  background: var(--strengths-gray);
}

.strengths-related {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 45px;
  border-top: 2px solid var(--strengths-navy);
  border-left: 1px solid var(--strengths-border);
}

.strengths-related__item {
  position: relative;
  display: block;
  min-height: 250px;
  padding: 32px 34px 34px;
  background: #fff;
  border-right: 1px solid var(--strengths-border);
  border-bottom: 1px solid var(--strengths-border);
  text-decoration: none;
}

.strengths-related__item:hover {
  background: #fafcfd;
}

.strengths-related__item > span {
  display: block;
  margin-bottom: 15px;
  color: var(--strengths-blue);
  font-size: 10px;
  letter-spacing: 0.15em;
}

.strengths-related__item h3 {
  margin: 0 0 14px;
  color: var(--strengths-navy);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
}

.strengths-related__item p {
  margin: 0;
  max-width: 470px;
  color: #55626c;
  font-size: 13px;
  line-height: 1.9;
}

.strengths-related__item small {
  display: inline-block;
  margin-top: 21px;
  color: var(--strengths-blue);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}


/* =========================================================
   FINAL CTA
========================================================= */

.strengths-final {
  position: relative;
  padding: 105px 0 110px;
  background:
    linear-gradient(
      120deg,
      var(--strengths-navy-deep) 0%,
      var(--strengths-navy) 65%,
      #164b73 100%
    );
  color: #fff;
}

.strengths-final::after {
  content: "";
  position: absolute;
  top: 0;
  right: 9%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.06);
}

.strengths-final .inner {
  position: relative;
  z-index: 2;
}

.strengths-final__eyebrow {
  margin: 0 0 17px;
  color: #9cc3db;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  font-weight: 600;
}

.strengths-final h2 {
  max-width: 960px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 47px);
  line-height: 1.55;
  letter-spacing: 0.025em;
  font-weight: 700;
}

.strengths-final__text {
  max-width: 870px;
  margin-top: 33px;
}

.strengths-final__text p {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.79);
  font-size: 14px;
  line-height: 2.05;
}

.strengths-final__text p:last-child {
  margin-bottom: 0;
}

.strengths-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 39px;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1024px) {

  .strengths-hero {
    padding: 90px 0 88px;
  }

  .strengths-section {
    padding: 88px 0;
  }

  .strengths-flow {
    flex-wrap: wrap;
    border-top: 2px solid var(--strengths-navy);
  }

  .strengths-flow__item {
    flex: 1 1 calc(33.333% - 20px);
    border-top: none;
  }

  .strengths-flow__arrow {
    flex: 0 0 20px;
  }

  .strengths-stat {
    grid-template-columns: repeat(2, 1fr);
  }

  .strengths-stat > div:nth-child(2)::after {
    display: none;
  }

  .strengths-stat > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--strengths-border);
  }

  .strengths-translation {
    display: grid;
    grid-template-columns: 1fr;
  }

  .strengths-translation > div:not(.strengths-translation__arrow) {
    border-bottom: 1px solid var(--strengths-border);
  }

  .strengths-translation__arrow {
    height: 25px;
    transform: rotate(90deg);
  }

  .strengths-quality {
    grid-template-columns: repeat(2, 1fr);
  }

  .strengths-quality__item--last {
    grid-column: span 2;
  }

  .strengths-role {
    grid-template-columns: repeat(2, 1fr);
  }

  .strengths-continuous {
    flex-wrap: wrap;
  }

  .strengths-continuous > div:not(.strengths-continuous__arrow) {
    flex: 1 1 calc(50% - 30px);
  }
}


/* =========================================================
   SMARTPHONE
========================================================= */

@media screen and (max-width: 767px) {

  .strengths-page .inner {
    width: calc(100% - 34px);
  }

  .strengths-page .pc-only {
    display: none;
  }

  .strengths-hero {
    padding: 68px 0 70px;
  }

  .strengths-hero::before {
    top: -90px;
    right: -190px;
    width: 360px;
    height: 360px;
  }

  .strengths-hero::after {
    display: none;
  }

  .strengths-hero__eyebrow {
    margin-bottom: 17px;
    font-size: 10px;
  }

  .strengths-hero__title {
    font-size: 32px;
    line-height: 1.5;
  }

  .strengths-hero__lead {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.95;
  }

  .strengths-hero__text {
    margin-top: 31px;
    padding-top: 25px;
  }

  .strengths-hero__text p {
    font-size: 14px;
    line-height: 2;
  }

  .strengths-hero__actions,
  .strengths-final__actions {
    display: block;
  }

  .strengths-btn {
    width: 100%;
    min-width: 0;
  }

  .strengths-btn + .strengths-btn {
    margin-top: 11px;
  }

  .strengths-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .strengths-nav .inner {
    width: auto;
    max-width: none;
  }

  .strengths-nav ul {
    width: max-content;
    min-width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 14px 8px;
  }

  .strengths-nav a {
    white-space: nowrap;
    padding: 4px 13px;
    font-size: 11px;
  }

  .strengths-section {
    padding: 70px 0;
  }

  .strengths-section--overview {
    padding-top: 76px;
  }

  .strengths-heading {
    gap: 15px;
    margin-bottom: 30px;
  }

  .strengths-heading__num {
    padding-top: 6px;
    font-size: 11px;
  }

  .strengths-heading__en {
    margin-bottom: 7px;
    font-size: 9px;
    letter-spacing: 0.13em;
  }

  .strengths-heading h2 {
    font-size: 26px;
    line-height: 1.55;
  }

  .strengths-section__lead {
    margin-bottom: 38px;
    font-size: 15px;
    line-height: 2;
  }

  .strengths-text {
    margin-bottom: 35px;
  }

  .strengths-text p {
    font-size: 14px;
    line-height: 2;
  }

  .strengths-flow {
    display: grid;
    grid-template-columns: 1fr;
    margin: 40px 0 35px;
  }

  .strengths-flow__item {
    width: 100%;
    padding: 17px 15px;
    border-bottom: 1px solid var(--strengths-border);
  }

  .strengths-flow__arrow {
    height: 22px;
    transform: rotate(90deg);
  }

  .strengths-flow__item strong {
    font-size: 14px;
  }

  .strengths-table-wrap {
    margin-top: 32px;
  }

  .strengths-table {
    min-width: 650px;
  }

  .strengths-table th,
  .strengths-table td {
    padding: 14px 15px;
    font-size: 12px;
    line-height: 1.75;
  }

  .strengths-keymessage {
    margin-top: 34px;
    padding: 23px 22px;
  }

  .strengths-keymessage p {
    font-size: 16px;
    line-height: 1.85;
  }

  .strengths-note {
    margin-top: 29px;
    padding: 21px 21px 22px;
  }

  .strengths-note h3 {
    font-size: 14px;
  }

  .strengths-note p {
    font-size: 13px;
  }

  .strengths-stat {
    grid-template-columns: repeat(2, 1fr);
    margin: 8px 0 38px;
  }

  .strengths-stat > div {
    padding: 25px 10px 23px;
  }

  .strengths-stat > div:nth-child(2)::after {
    display: none;
  }

  .strengths-stat strong {
    font-size: 23px;
  }

  .strengths-stat small {
    font-size: 11px;
  }

  .strengths-translation {
    margin: 37px 0 34px;
  }

  .strengths-translation > div:not(.strengths-translation__arrow) {
    padding: 20px 15px;
  }

  .strengths-quality {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .strengths-quality__item,
  .strengths-quality__item--last {
    grid-column: auto;
    min-height: 0;
    padding: 23px 21px 24px;
  }

  .strengths-quality__item > span {
    margin-bottom: 14px;
  }

  .strengths-quality__item h3 {
    font-size: 16px;
  }

  .strengths-quality__item p {
    font-size: 13px;
  }

  .strengths-role {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .strengths-role__item {
    min-height: 0;
    padding: 23px 21px 24px;
  }

  .strengths-domain {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .strengths-domain__item {
    padding: 29px 23px 30px;
  }

  .strengths-domain__item:first-child {
    border-right: none;
    border-bottom: 1px solid var(--strengths-border);
  }

  .strengths-domain__item h3 {
    font-size: 23px;
  }

  .strengths-foundation {
    margin-top: 25px;
    padding: 25px 23px;
  }

  .strengths-continuous {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .strengths-continuous > div:not(.strengths-continuous__arrow) {
    padding: 22px 15px;
    border-bottom: 1px solid var(--strengths-border);
  }

  .strengths-continuous__arrow {
    height: 24px;
    transform: rotate(90deg);
  }

  .strengths-faq {
    margin-top: 35px;
  }

  .strengths-faq__item summary {
    gap: 14px;
    padding: 20px 44px 20px 2px;
    font-size: 14px;
    line-height: 1.65;
  }

  .strengths-faq__item summary::after {
    right: 7px;
  }

  .strengths-faq__item > div {
    padding: 0 9px 22px 34px;
  }

  .strengths-faq__item > div p {
    font-size: 13px;
    line-height: 1.95;
  }

  .strengths-related {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }

  .strengths-related__item {
    min-height: 0;
    padding: 27px 23px 28px;
  }

  .strengths-related__item h3 {
    font-size: 20px;
  }

  .strengths-final {
    padding: 72px 0 76px;
  }

  .strengths-final h2 {
    font-size: 27px;
    line-height: 1.6;
  }

  .strengths-final__text {
    margin-top: 26px;
  }

  .strengths-final__text p {
    font-size: 13px;
    line-height: 2;
  }

  .strengths-final__actions {
    margin-top: 31px;
  }
}


/* =========================================================
   VERY SMALL
========================================================= */

@media screen and (max-width: 390px) {

  .strengths-page .inner {
    width: calc(100% - 28px);
  }

  .strengths-hero__title {
    font-size: 29px;
  }

  .strengths-heading h2 {
    font-size: 24px;
  }

  .strengths-stat strong {
    font-size: 21px;
  }
}
/* =========================================================
   Strengths responsive heading adjustment
   Fold系・タブレット・一般スマホの不自然な改行を抑える
========================================================= */

@media screen and (max-width: 1024px) {

  .strengths-heading h2 {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }

  .strengths-hero__title {
    font-size: 29px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }

  .strengths-final h2 {
    font-size: 24px;
    line-height: 1.65;
    letter-spacing: 0.01em;
  }
}


@media screen and (max-width: 600px) {

  .strengths-heading h2 {
    font-size: 21px;
    line-height: 1.6;
  }

  .strengths-hero__title {
    font-size: 27px;
    line-height: 1.55;
  }

  .strengths-final h2 {
    font-size: 22px;
    line-height: 1.65;
  }
}
/* CONNECT THE GAP 見出しだけ個別調整 */
@media screen and (max-width: 1024px) {

  .strengths-heading h2.strengths-heading__connect {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 0;
  }

}

@media screen and (max-width: 600px) {

  .strengths-heading h2.strengths-heading__connect {
    font-size: 19px;
    line-height: 1.65;
  }

}