/* =========================================================
   SEON METHOD
   /about/method/
========================================================= */


/* =========================================================
   UNDER MV
========================================================= */

.method-mv .under-title h1 {
  font-size: clamp(31px, 3.3vw, 52px);
  line-height: 1.42;
  letter-spacing: 0.035em;
}

.method-mv .under-title small {
  letter-spacing: 0.13em;
}


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

.method-page {
  color: #222;
  background: #fff;
}

.method-page *,
.method-page *::before,
.method-page *::after {
  box-sizing: border-box;
}

.method-pc-break {
  display: inline;
}

.method-section {
  padding: 110px 0;
}

.method-section--gray {
  background: #f5f7f8;
}

.method-section--navy {
  color: #fff;
  background: #17354d;
}

.method-heading {
  margin-bottom: 48px;
}

.method-heading > span {
  display: block;
  margin-bottom: 15px;
  color: #4f7795;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.method-heading h2 {
  max-width: 1040px;
  margin: 0;
  color: #222;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.method-heading--light > span {
  color: #9fc0d6;
}

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

.method-text {
  max-width: 940px;
  margin: 0;
  font-size: 17px;
  line-height: 2.05;
  letter-spacing: 0.035em;
}

.method-text p {
  margin: 0 0 26px;
}

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

.method-text--light {
  color: rgba(255, 255, 255, 0.9);
}


/* =========================================================
   INTRO
========================================================= */

.method-intro {
  padding: 110px 0 95px;
  background: #fff;
}

.method-intro__eyebrow {
  margin-bottom: 22px;
  color: #4f7795;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.method-intro__lead {
  max-width: 1100px;
  margin: 0 0 42px;
  color: #17354d;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.method-intro__text {
  max-width: 920px;
}

.method-intro__text p {
  margin: 0 0 25px;
  font-size: 17px;
  line-height: 2.05;
  letter-spacing: 0.035em;
}

.method-intro__text p:last-child {
  margin-bottom: 0;
}

.method-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 50px;
}

.method-button-row .parts-button {
  margin: 0;
}

.method-button-row--center {
  justify-content: center;
}

.method-button-secondary .arrow {
  color: #17354d;
  background: #fff;
  border: 1px solid #17354d;
}

.method-button-secondary .arrow:hover {
  background: #f5f7f8;
}


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

.method-nav {
  background: #eef2f4;
  border-top: 1px solid #d9e2e7;
  border-bottom: 1px solid #d9e2e7;
}

.method-nav .inner {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.method-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 14px 9px;
  color: #17354d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #d8e0e4;
  transition: background 0.25s ease;
}

.method-nav a:first-child {
  border-left: 1px solid #d8e0e4;
}

.method-nav a:hover {
  background: #fff;
}

#cycle,
#pillars,
#experience,
#factor,
#evidence,
#ai,
#application {
  scroll-margin-top: 120px;
}


/* =========================================================
   MESSAGE BOX
========================================================= */

.method-message-box {
  margin-top: 52px;
  padding: 32px 38px;
  background: #fff;
  border-left: 4px solid #4f7795;
}

.method-message-box > span {
  display: block;
  margin-bottom: 11px;
  color: #4f7795;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.method-message-box p {
  margin: 0;
  color: #24333e;
  font-size: 15px;
  line-height: 1.9;
}

.method-message-box--dark {
  background: rgba(255, 255, 255, 0.08);
  border-left-color: #9fc0d6;
}

.method-message-box--dark > span {
  color: #9fc0d6;
}

.method-message-box--dark p {
  color: rgba(255, 255, 255, 0.88);
}


/* =========================================================
   COMPARE
========================================================= */

.method-compare {
  margin-top: 55px;
  border-top: 1px solid #cbd6dc;
  border-left: 1px solid #cbd6dc;
}

.method-compare__head,
.method-compare__row {
  display: grid;
}

.method-compare--two .method-compare__head,
.method-compare--two .method-compare__row {
  grid-template-columns: 1fr 1fr;
}

.method-compare__head {
  background: #17354d;
}

.method-compare__head > div {
  padding: 21px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.method-compare__row > div {
  padding: 22px 25px;
  font-size: 14px;
  line-height: 1.8;
  border-right: 1px solid #cbd6dc;
  border-bottom: 1px solid #cbd6dc;
}

.method-compare__row > div:first-child {
  background: #eef2f4;
  color: #445864;
}

.method-compare__row > div:last-child {
  color: #17354d;
  font-weight: 500;
}


/* =========================================================
   FIELD INTELLIGENCE CYCLE
========================================================= */

.method-cycle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 65px;
}

.method-cycle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  z-index: 0;
}

.method-cycle__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 190px;
  height: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #17354d;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.method-cycle__center span {
  margin-bottom: 10px;
  color: #9fc0d6;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.method-cycle__center strong {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.55;
}

.method-cycle__item {
  position: relative;
  z-index: 1;
  min-height: 230px;
  padding: 30px 29px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.method-cycle__item > span {
  display: block;
  margin-bottom: 18px;
  color: #9fc0d6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.method-cycle__item h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.method-cycle__item p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.8;
}

.method-cycle__item small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.7;
}

.method-cycle__item--02,
.method-cycle__item--05 {
  margin-left: 105px;
}

.method-cycle__item--03,
.method-cycle__item--04 {
  margin-right: 105px;
}

.method-cycle-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.method-cycle-detail > div {
  min-height: 230px;
  padding: 31px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.method-cycle-detail span {
  display: block;
  margin-bottom: 18px;
  color: #9fc0d6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.method-cycle-detail h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.method-cycle-detail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.85;
}


/* =========================================================
   THREE PILLARS
========================================================= */

.method-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
  border-top: 1px solid #cbd6dc;
  border-left: 1px solid #cbd6dc;
}

.method-pillar {
  padding: 39px 32px;
  border-right: 1px solid #cbd6dc;
  border-bottom: 1px solid #cbd6dc;
}

.method-pillar__num {
  display: block;
  margin-bottom: 20px;
  color: #8ca5b5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.method-pillar > small {
  display: block;
  margin-bottom: 10px;
  color: #4f7795;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.method-pillar h3 {
  margin: 0 0 18px;
  color: #17354d;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.method-pillar__role {
  min-height: 75px;
  margin: 0 0 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.method-pillar dl {
  margin: 0;
}

.method-pillar dl > div {
  padding: 18px 0;
  border-top: 1px solid #dce3e7;
}

.method-pillar dt {
  margin-bottom: 7px;
  color: #4f7795;
  font-size: 12px;
  font-weight: 600;
}

.method-pillar dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.method-pillar-relation {
  margin-top: 34px;
  padding: 32px 37px;
  background: #17354d;
}

.method-pillar-relation > span {
  display: block;
  margin-bottom: 10px;
  color: #9fc0d6;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.method-pillar-relation p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.9;
}


/* =========================================================
   DO / DON'T
========================================================= */

.method-do-dont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 55px;
  border-top: 1px solid #cbd6dc;
  border-left: 1px solid #cbd6dc;
}

.method-do-dont__col {
  padding: 38px 34px;
  background: #fff;
  border-right: 1px solid #cbd6dc;
  border-bottom: 1px solid #cbd6dc;
}

.method-do-dont__col h3 {
  margin: 0 0 25px;
  color: #17354d;
  font-size: 20px;
  font-weight: 600;
}

.method-do-dont__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-do-dont__col li {
  position: relative;
  padding: 16px 0 16px 27px;
  font-size: 14px;
  line-height: 1.85;
  border-top: 1px solid #e2e7ea;
}

.method-do-dont__col li:first-child {
  border-top: 0;
}

.method-do-dont__col li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #4f7795;
  border-radius: 50%;
}

.method-do-dont__col--dont {
  background: #f8f9fa;
}

.method-do-dont__col--dont li::before {
  background: #9aa6ad;
}


/* =========================================================
   ACTION DESIGN
========================================================= */

.method-action-list {
  margin-top: 55px;
  border-top: 1px solid #cbd6dc;
}

.method-action-row {
  display: grid;
  grid-template-columns: 0.85fr 80px 1.6fr;
  align-items: stretch;
  border-bottom: 1px solid #cbd6dc;
}

.method-action-row__before,
.method-action-row__after {
  padding: 24px 28px;
  font-size: 14px;
  line-height: 1.85;
}

.method-action-row__before {
  display: flex;
  align-items: center;
  color: #596a74;
  background: #f1f4f6;
  font-weight: 500;
}

.method-action-row__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7590a1;
  font-size: 21px;
}

.method-action-row__after {
  color: #17354d;
  font-weight: 500;
}


/* =========================================================
   FIELD NETWORK
========================================================= */

.method-network-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.method-network-item {
  min-height: 245px;
  padding: 32px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.method-network-item > span {
  display: block;
  margin-bottom: 20px;
  color: #9fc0d6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.method-network-item h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.method-network-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.85;
}


/* =========================================================
   CONNECTION EXAMPLE
========================================================= */

.method-example {
  margin-top: 58px;
  padding-top: 35px;
  border-top: 2px solid #17354d;
}

.method-example__head {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 25px;
  margin-bottom: 36px;
}

.method-example__head > span {
  color: #4f7795;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.method-example__head h3 {
  margin: 0;
  color: #17354d;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 600;
  line-height: 1.55;
}

.method-example__flow {
  max-width: 880px;
  margin: 0 auto;
}

.method-example-step {
  padding: 28px 30px;
  background: #f5f7f8;
  border-left: 3px solid #17354d;
}

.method-example-step > span {
  display: block;
  margin-bottom: 9px;
  color: #8ca5b5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.method-example-step h4 {
  margin: 0 0 13px;
  color: #17354d;
  font-size: 18px;
  font-weight: 600;
}

.method-example-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}

.method-example__arrow {
  padding: 12px 0;
  color: #7590a1;
  font-size: 21px;
  text-align: center;
}


/* =========================================================
   EXPERIENCE OBSERVATION
========================================================= */

.method-experience-flow {
  display: grid;
  grid-template-columns: 1fr auto 1.8fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 14px;
  margin-top: 55px;
}

.method-experience-item {
  padding: 31px 25px;
  background: #fff;
  border-top: 3px solid #17354d;
}

.method-experience-item > span {
  display: block;
  margin-bottom: 18px;
  color: #8ca5b5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.method-experience-item h3 {
  margin: 0 0 16px;
  color: #17354d;
  font-size: 19px;
  font-weight: 600;
}

.method-experience-item__definition {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.85;
}

.method-experience-item__example {
  margin: 0;
  padding-top: 18px;
  color: #627681;
  font-size: 12px;
  line-height: 1.75;
  border-top: 1px solid #dfe5e8;
}

.method-experience-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.method-experience__arrow {
  display: flex;
  align-items: center;
  color: #7590a1;
  font-size: 21px;
}

.method-judgment-output {
  margin-top: 38px;
  padding: 32px 37px;
  background: #17354d;
}

.method-judgment-output > span {
  display: block;
  margin-bottom: 9px;
  color: #9fc0d6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.method-judgment-output h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.method-judgment-output p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.85;
}


/* =========================================================
   FACTOR MODEL
========================================================= */

.method-factor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
  border-top: 1px solid #cbd6dc;
  border-left: 1px solid #cbd6dc;
}

.method-factor-item {
  min-height: 230px;
  padding: 33px 29px;
  border-right: 1px solid #cbd6dc;
  border-bottom: 1px solid #cbd6dc;
}

.method-factor-item > span {
  display: block;
  margin-bottom: 19px;
  color: #8ca5b5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.method-factor-item h3 {
  margin: 0 0 15px;
  color: #17354d;
  font-size: 19px;
  font-weight: 600;
}

.method-factor-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}


/* =========================================================
   EVIDENCE STANDARD
========================================================= */

.method-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 55px;
}

.method-evidence-card {
  padding: 37px 31px;
  background: #fff;
  border-top: 4px solid #17354d;
}

.method-evidence-card__level {
  display: block;
  margin-bottom: 17px;
  color: #4f7795;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.method-evidence-card h3 {
  margin: 0 0 25px;
  color: #17354d;
  font-size: 21px;
  font-weight: 600;
}

.method-evidence-card dl {
  margin: 0;
}

.method-evidence-card dl > div {
  padding: 17px 0;
  border-top: 1px solid #dde4e8;
}

.method-evidence-card dt {
  margin-bottom: 7px;
  color: #4f7795;
  font-size: 12px;
  font-weight: 600;
}

.method-evidence-card dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
}


/* =========================================================
   WHERE TO START
========================================================= */

.method-start-list {
  margin-top: 55px;
  border-top: 1px solid #cbd6dc;
}

.method-start-row {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1.5fr;
  border-bottom: 1px solid #cbd6dc;
}

.method-start-row > div {
  padding: 23px 25px;
  font-size: 14px;
  line-height: 1.8;
}

.method-start-row__state {
  background: #f5f7f8;
}

.method-start-row__entry {
  color: #17354d;
  font-weight: 600;
  border-left: 1px solid #cbd6dc;
  border-right: 1px solid #cbd6dc;
}

.method-start-row__way {
  color: #344a57;
}


/* =========================================================
   AI
========================================================= */

.method-ai-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 13px;
  margin-top: 55px;
}

.method-ai-item {
  padding: 31px 25px;
  background: rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.method-ai-item > span {
  display: block;
  margin-bottom: 8px;
  color: #9fc0d6;
  font-size: 11px;
  font-weight: 600;
}

.method-ai-item > small {
  display: block;
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.method-ai-item h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.method-ai-item p {
  margin: 0 0 23px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.85;
}

.method-ai-item__not {
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.7;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.method-ai-flow__arrow {
  display: flex;
  align-items: center;
  color: #9fc0d6;
  font-size: 20px;
}


/* =========================================================
   OUTPUT
========================================================= */

.method-output-list {
  margin-top: 55px;
  border-top: 1px solid #cbd6dc;
}

.method-output-item {
  display: grid;
  grid-template-columns: 70px 225px 1fr 250px;
  align-items: center;
  border-bottom: 1px solid #cbd6dc;
}

.method-output-item > span {
  padding: 24px 15px;
  color: #8ca5b5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.method-output-item h3 {
  margin: 0;
  padding: 24px 20px;
  color: #17354d;
  font-size: 17px;
  font-weight: 600;
}

.method-output-item p {
  margin: 0;
  padding: 24px;
  font-size: 14px;
  line-height: 1.8;
}

.method-output-item small {
  display: block;
  padding: 24px 20px;
  color: #617986;
  font-size: 12px;
  line-height: 1.7;
}


/* =========================================================
   APPLICATION
========================================================= */

.method-application-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 55px;
}

.method-application-card {
  padding: 42px 38px;
  background: #fff;
  border-top: 4px solid #17354d;
}

.method-application-card > span {
  display: block;
  margin-bottom: 13px;
  color: #4f7795;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.method-application-card h3 {
  margin: 0 0 14px;
  color: #17354d;
  font-size: 27px;
  font-weight: 600;
}

.method-application-card__question {
  margin: 0 0 28px;
  color: #17354d;
  font-size: 16px;
  font-weight: 600;
}

.method-application-card dl {
  margin: 0 0 29px;
}

.method-application-card dl > div {
  padding: 18px 0;
  border-top: 1px solid #dde4e8;
}

.method-application-card dt {
  margin-bottom: 7px;
  color: #4f7795;
  font-size: 12px;
  font-weight: 600;
}

.method-application-card dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}

.method-application-card__link {
  display: inline-block;
  color: #17354d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #17354d;
}

.method-continuation {
  display: grid;
  grid-template-columns: 210px 1fr;
  margin-top: 28px;
  background: #17354d;
}

.method-continuation__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 31px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.method-continuation__label span {
  margin-bottom: 7px;
  color: #9fc0d6;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.method-continuation__label strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.method-continuation__content {
  padding: 32px 38px;
}

.method-continuation__content h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}

.method-continuation__copy {
  margin: 0 0 13px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.method-continuation__content p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.85;
}


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

.method-faq {
  margin-top: 50px;
  border-top: 1px solid #cbd6dc;
}

.method-faq__item {
  padding: 30px 0;
  border-bottom: 1px solid #cbd6dc;
}

.method-faq__q {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
  align-items: start;
}

.method-faq__q > span {
  color: #4f7795;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.method-faq__q h3 {
  margin: 0;
  color: #17354d;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
}

.method-faq__a {
  margin: 17px 0 0 73px;
  max-width: 950px;
}

.method-faq__a p {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
}


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

.method-related-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 55px;
}

.method-related-card {
  grid-column: span 2;
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 31px 28px;
  color: #222;
  text-decoration: none;
  background: #fff;
  border-top: 3px solid #17354d;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.method-related-card:nth-child(4),
.method-related-card:nth-child(5) {
  grid-column: span 3;
  min-height: 245px;
}

.method-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(20, 40, 55, 0.09);
}

.method-related-card > span {
  display: block;
  margin-bottom: 19px;
  color: #8ca5b5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.method-related-card h3 {
  margin: 0 0 15px;
  color: #17354d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}

.method-related-card p {
  margin: 0 0 23px;
  font-size: 14px;
  line-height: 1.85;
}

.method-related-card > div {
  margin-top: auto;
  color: #4f7795;
  font-size: 13px;
  font-weight: 600;
}


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

.method-final-cta {
  padding: 105px 0 115px;
  text-align: center;
  background: #fff;
}

.method-final-cta__eyebrow {
  margin-bottom: 18px;
  color: #4f7795;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.method-final-cta h2 {
  margin: 0 0 30px;
  color: #17354d;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 600;
  line-height: 1.55;
}

.method-final-cta > .inner > p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
}

.method-final-cta .method-button-row {
  justify-content: center;
  margin-top: 42px;
}


/* =========================================================
   PC LAYOUT ADJUSTMENT
========================================================= */

@media screen and (min-width: 1101px) {

  /* -----------------------------------------
     FIELD INTELLIGENCE CYCLE
  ----------------------------------------- */

  .method-cycle {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 195px auto;
    gap: 22px;
  }

  .method-cycle::before {
    display: none;
  }

  .method-cycle__center {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 2;
    grid-row: 2;
    width: 180px;
    height: 180px;
    margin: auto;
    transform: none;
  }

  .method-cycle__center strong {
    font-size: 18px;
    white-space: nowrap;
  }

  .method-cycle__item--01 {
    grid-column: 1;
    grid-row: 1;
  }

  .method-cycle__item--02 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  .method-cycle__item--03 {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
  }

  .method-cycle__item--04 {
    grid-column: 3;
    grid-row: 3;
    margin: 0;
  }

  .method-cycle__item--05 {
    grid-column: 2;
    grid-row: 3;
    margin: 0;
  }

  .method-cycle__item--06 {
    grid-column: 1;
    grid-row: 3;
  }


  /* -----------------------------------------
     FIELD NETWORK
  ----------------------------------------- */

  .method-network-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .method-network-item {
    grid-column: span 2;
    min-height: 225px;
  }

  .method-network-item:nth-child(4),
  .method-network-item:nth-child(5) {
    grid-column: span 3;
  }

  .method-network-item p {
    font-size: 14px;
  }


  /* -----------------------------------------
     EXPERIENCE OBSERVATION
  ----------------------------------------- */

  .method-experience-flow {
    grid-template-columns:
      1.05fr auto
      2.2fr auto
      1.05fr auto
      1.05fr;
    gap: 18px;
  }

  .method-experience-item__definition {
    font-size: 15px;
  }

  .method-experience-item__example {
    font-size: 13px;
  }

  .method-experience-pair {
    position: relative;
  }

  .method-experience-pair::after {
    content: "＋";
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    color: #4f7795;
    font-size: 13px;
    font-weight: 600;
    background: #f5f7f8;
    border: 1px solid #d5dfe4;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
	
  /* -----------------------------------------
     NUMBER LABEL READABILITY
  ----------------------------------------- */

  .method-cycle__item > span,
  .method-cycle-detail span,
  .method-network-item > span,
  .method-example-step > span,
  .method-experience-item > span,
  .method-factor-item > span,
  .method-ai-item > span,
  .method-output-item > span,
  .method-related-card > span {
    font-size: 13px;
  }

}


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

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

  .method-nav .inner {
    grid-template-columns: repeat(4, 1fr);
  }

  .method-nav a:nth-child(5) {
    border-left: 1px solid #d8e0e4;
  }

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

  .method-cycle__center {
    display: none;
  }

  .method-cycle__item--02,
  .method-cycle__item--05,
  .method-cycle__item--03,
  .method-cycle__item--04 {
    margin: 0;
  }

  .method-cycle-detail {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-network-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .method-experience-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-experience-pair {
    display: contents;
  }

  .method-experience__arrow {
    display: none;
  }

  .method-ai-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .method-ai-flow__arrow {
    display: none;
  }

  .method-output-item {
    grid-template-columns: 55px 190px 1fr;
  }

  .method-output-item small {
    grid-column: 2 / -1;
    padding-top: 0;
  }

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

  .method-related-card,
  .method-related-card:nth-child(4),
  .method-related-card:nth-child(5) {
    grid-column: auto;
  }

  .method-related-card:last-child {
    grid-column: 1 / -1;
  }

}


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

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

  .method-pc-break {
    display: none;
  }

  .method-mv .under-title h1 {
    font-size: 27px;
    line-height: 1.5;
  }

  .method-section {
    padding: 72px 0;
  }

  .method-intro {
    padding: 75px 0 65px;
  }

  .method-heading {
    margin-bottom: 32px;
  }

  .method-heading > span {
    margin-bottom: 10px;
    font-size: 10px;
  }

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

  .method-text {
    font-size: 15px;
    line-height: 1.95;
  }

  .method-intro__lead {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.65;
  }

  .method-intro__text p {
    font-size: 15px;
    line-height: 1.95;
  }

  .method-button-row {
    display: block;
    margin-top: 36px;
  }

  .method-button-row .parts-button {
    width: 100%;
    margin: 0 0 14px;
  }

  .method-button-row .parts-button:last-child {
    margin-bottom: 0;
  }


  /* NAV */

  .method-nav .inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-nav a,
  .method-nav a:first-child,
  .method-nav a:nth-child(5) {
    min-height: 62px;
    padding: 10px 7px;
    font-size: 11px;
    border-left: 0;
    border-right: 1px solid #d8e0e4;
    border-bottom: 1px solid #d8e0e4;
  }

  .method-nav a:nth-child(odd) {
    border-left: 1px solid #d8e0e4;
  }


  /* COMPARE */

  .method-compare--two .method-compare__head,
  .method-compare--two .method-compare__row {
    grid-template-columns: 1fr;
  }

  .method-compare__head > div,
  .method-compare__row > div {
    padding: 16px 19px;
    font-size: 13px;
  }

  .method-compare__head > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }


  /* MESSAGE */

  .method-message-box {
    margin-top: 38px;
    padding: 25px 23px;
  }

  .method-message-box p {
    font-size: 14px;
  }


  /* CYCLE */

  .method-cycle {
    display: block;
    margin-top: 38px;
  }

  .method-cycle::before {
    display: none;
  }

  .method-cycle__item {
    min-height: auto;
    margin: 0 0 14px !important;
    padding: 27px 23px;
  }

  .method-cycle-detail {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .method-cycle-detail > div {
    min-height: auto;
    padding: 26px 23px;
  }


  /* PILLARS */

  .method-pillars {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .method-pillar {
    padding: 29px 24px;
  }

  .method-pillar__role {
    min-height: auto;
  }

  .method-pillar-relation {
    margin-top: 22px;
    padding: 27px 24px;
  }


  /* DO / DON'T */

  .method-do-dont {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .method-do-dont__col {
    padding: 29px 24px;
  }


  /* ACTION */

  .method-action-list {
    margin-top: 38px;
  }

  .method-action-row {
    grid-template-columns: 1fr;
  }

  .method-action-row__before,
  .method-action-row__after {
    padding: 18px 20px;
    font-size: 13px;
  }

  .method-action-row__arrow {
    padding: 7px 0;
    transform: rotate(90deg);
  }


  /* NETWORK */

  .method-network-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .method-network-item {
    min-height: auto;
    padding: 27px 23px;
  }

  .method-network-item p {
    font-size: 14px;
  }


  /* CONNECTION */

  .method-example {
    margin-top: 38px;
  }

  .method-example__head {
    display: block;
    margin-bottom: 25px;
  }

  .method-example__head > span {
    display: block;
    margin-bottom: 10px;
  }

  .method-example__head h3 {
    font-size: 20px;
  }

  .method-example-step {
    padding: 25px 22px;
  }


  /* EXPERIENCE */

  .method-experience-flow {
    display: block;
    margin-top: 38px;
  }

  .method-experience-pair {
    display: block;
  }

  .method-experience-item {
    margin-bottom: 15px;
    padding: 27px 23px;
  }

  .method-experience__arrow {
    display: none;
  }

  .method-judgment-output {
    margin-top: 24px;
    padding: 27px 23px;
  }


  /* FACTOR */

  .method-factor-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .method-factor-item {
    min-height: auto;
    padding: 27px 23px;
  }


  /* EVIDENCE */

  .method-evidence-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .method-evidence-card {
    padding: 29px 24px;
  }


  /* START */

  .method-start-list {
    margin-top: 38px;
  }

  .method-start-row {
    grid-template-columns: 1fr;
  }

  .method-start-row > div {
    padding: 17px 20px;
    font-size: 13px;
  }

  .method-start-row__entry {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #d9e2e7;
    border-bottom: 1px solid #d9e2e7;
  }


  /* AI */

  .method-ai-flow {
    display: block;
    margin-top: 38px;
  }

  .method-ai-item {
    margin-bottom: 15px;
    padding: 27px 23px;
  }


  /* OUTPUT */

  .method-output-list {
    margin-top: 38px;
  }

  .method-output-item {
    display: block;
    padding: 24px 0;
  }

  .method-output-item > span,
  .method-output-item h3,
  .method-output-item p,
  .method-output-item small {
    padding: 0;
  }

  .method-output-item > span {
    display: block;
    margin-bottom: 9px;
  }

  .method-output-item h3 {
    margin-bottom: 12px;
  }

  .method-output-item p {
    margin-bottom: 10px;
  }


  /* APPLICATION */

  .method-application-grid {
    display: block;
    margin-top: 38px;
  }

  .method-application-card {
    margin-bottom: 18px;
    padding: 30px 25px;
  }

  .method-application-card:last-child {
    margin-bottom: 0;
  }

  .method-application-card h3 {
    font-size: 23px;
  }

  .method-continuation {
    display: block;
    margin-top: 20px;
  }

  .method-continuation__label {
    align-items: flex-start;
    padding: 17px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .method-continuation__content {
    padding: 27px 24px;
  }


  /* FAQ */

  .method-faq {
    margin-top: 38px;
  }

  .method-faq__item {
    padding: 25px 0;
  }

  .method-faq__q {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .method-faq__q h3 {
    font-size: 15px;
  }

  .method-faq__a {
    margin: 16px 0 0 52px;
  }

  .method-faq__a p {
    font-size: 14px;
  }


  /* RELATED */

  .method-related-grid {
    display: block;
    margin-top: 38px;
  }

  .method-related-card {
    min-height: auto !important;
    margin-bottom: 16px;
    padding: 28px 24px;
  }


  /* FINAL CTA */

  .method-final-cta {
    padding: 75px 0 85px;
  }

  .method-final-cta h2 {
    margin-bottom: 24px;
    font-size: 27px;
  }

  .method-final-cta > .inner > p {
    font-size: 14px;
    line-height: 1.95;
  }

  .method-final-cta > .inner > p br {
    display: none;
  }

  .method-final-cta .method-button-row {
    margin-top: 34px;
  }

}