/* =========================================
   Front CSS 
========================================= */

body {
  color: var(--color-text);
  background: #fff;
}

.mv {
  position: relative;
  margin-top: 76px;
  min-height: 650px;
  height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  color: #fff;
}

.mv-bg {
  position: absolute;
  inset: 0;
  background: #111;
}

.mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .68;
}

.mv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
}

.mv-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 40px;
}

.mv-label {
  display: inline-block;
  margin-bottom: 22px;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: .28em;
  border: 1px solid rgba(255,255,255,.6);
  padding: 5px 12px;
}

.mv h1 {
  margin: 0 0 24px;
  font-size: 58px;
  line-height: 1.38;
  letter-spacing: .08em;
}

.mv-copy {
  margin: 0 0 38px;
  font-size: 18px;
  line-height: 2.1;
  font-weight: 500;
}

.mv-small {
  position: absolute;
  right: 40px;
  bottom: 38px;
  z-index: 2;
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .12em;
  color: #fff;
  text-align: left;
  opacity: .9;
  font-weight: 500;
}

.mv-small br + * {
  font-family: "Jost", sans-serif;
}

.mv::before {
  content: "";
  position: absolute;
  top: -202px;
  left: -22px;
  width: 142vw;
  height: 182px;
  background: rgba(118, 165, 190, .22);
  transform: rotate(28deg);
  transform-origin: left center;
  z-index: 1;
  pointer-events: none;
}

.mv::after {
  content: "";
  position: absolute;
  top: -180px;
  left: 9%;
  width: 141vw;
  height: 10px;
  background: rgba(118, 165, 190, 0.32);
  transform: rotate(28deg);
  transform-origin: left center;
  z-index: 1;
  pointer-events: none;
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 820px;
  margin: 0 auto 48px;
}

.worry-card {
  position: relative;
  min-height: 138px;
  padding: 28px 22px;
  background: #fff;
  border: 1px solid var(--color-border);
  text-align: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.025);
}

.worry-no {
  position: absolute;
  top: 10px;
  left: 14px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  color: #b7c0c8;
}

.worry-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.worry-icon img {
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.worry-card:nth-child(1) .worry-icon img {
  max-width: 80px;
  height: auto;
}

.worry-card:nth-child(2) .worry-icon img {
  max-width: 115px;
  height: auto;
}

.worry-card:nth-child(3) .worry-icon img {
  max-width: 80px;
  height: auto;
}

.worry-card:nth-child(4) .worry-icon img {
  max-width: 50px;
  height: auto;
}

.worry-card:nth-child(5) .worry-icon img {
  max-width: 80px;
  height: auto;
}

.worry-card:nth-child(6) .worry-icon img {
  max-width: 80px;
  height: auto;
}

.worry-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.center-copy {
  text-align: center;
  margin: 44px 0 0;
}

.center-copy strong {
  font-size: 22px;
  letter-spacing: .08em;
}


.evidence-grid .color-accent {
  color: var(--color-accent02);
  font-weight: 500;
  font-size: 17px;
}

#reason-affex-index .index-summary-accent {
  color: var(--color-accent02);
  font-size: 17px;
}

.evidence-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: stretch;
}

.evidence-card {
  padding: 34px;
}

.evidence-card p {
  padding-bottom: 20px;
}

.label {
  display: inline-block;
  background: var(--color-main);
  color: #fff;
  padding: 4px 12px;
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 18px;
}

.evidence-card--wide {
  grid-column: 1 / -1;
}

.life-data {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 28px;
  align-items: stretch;
  color: var(--color-text);
}

.life-data__text {
  padding: 0;
}

.life-data__label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 4px 12px;
  background: var(--color-main);
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
}

.life-data__text h3,
.life-data__text h4, .evidence-card h3 {
  margin: 0 0 28px;
  color: var(--color-main);
  font-size: 22px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: .04em;
}

.life-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #3e3e3e;
  font-size: 14px;
}

.life-table th,
.life-table td {
  padding: 16px 12px;
  border: 1px solid #d7dde2;
  text-align: center;
  font-weight: 400;
}

.life-table thead th {
  background: #f7f8f9;
  font-weight: 600;
}

.life-table tbody tr:nth-child(odd) {
  background: #f2f5f7;
}

.life-table tbody th {
  white-space: nowrap;
  font-weight: 600;
}

.graph-note {
  margin: 10px 0 0;
  font-size: 10px;
  color: #8e969e;
}

#results .sec-lead {
  font-size: 16px;
}

.results-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 820px;
  margin: 0 auto;
}

.meta-card {
  background: #f7f8f9;
  border: 1px solid var(--color-border);
  padding: 18px 10px;
  text-align: center;
}

.meta-card b {
  display: block;
  color: var(--color-main);
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.meta-card span {
  font-size: 10px;
  color: var(--color-muted);
}

.meta-icon {
  object-fit: contain;
  margin: 0 auto 10px;
  display: block;
  height: auto;
}

.results-meta .meta-card:nth-child(1) .meta-icon {
  width: 30px;
}

.results-meta .meta-card:nth-child(2) .meta-icon {
  width: 30px;
}

.results-meta .meta-card:nth-child(3) .meta-icon {
  width: 40px;
}

.results-meta .meta-card:nth-child(4) .meta-icon {
  width: 30px;
}

.results-meta .meta-card:nth-child(5) .meta-icon {
  width: 30px;
}

.results-meta .meta-card:nth-child(6) .meta-icon {
  width: 30px;
}

.meta-card--brand {
  background: var(--color-main);
  border-color: var(--color-main);
}

.meta-card--brand b {
  color: #d6c6a6;
}

.meta-card--brand small {
  color: white;
}

.meta-card--brand span {
  color: #d6c6a6;
}

#results small {
  font-size: 13px;
  padding-top: 20px;
  text-align: center;
  display: block;
}

.results-box {
  box-shadow: 0 0 8px #8080803d;
  max-width: 920px;
  margin: 0 auto 28px;
  background: #fff;
  border: 1px solid var(--color-border);
  padding: 36px;
}

.result-graph {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 36px;
  align-items: center;
}

.result-graph__legend {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
  font-size: 12px;
  color: #4d565d;
}

.result-graph__legend span {
  position: relative;
  padding-left: 22px;
}

.result-graph__legend span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #efefed;
  border: 2px solid #aaa7a0;
}

.result-graph__legend .legend-affex::before {
  background: var(--color-main);
  border-color: var(--color-main);
}

.result-graph__body {
  display: grid;
  grid-template-columns: 46px 1fr;
  min-height: 330px;
}

.result-graph__axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 32px;
  font-size: 11px;
  color: #8a8f94;
}

.result-graph__plot {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  padding: 0 20px 32px;
  min-height: 320px;
}

.result-graph__grid {
  position: absolute;
  inset: 0 0 32px;
  background-image: repeating-linear-gradient(
        to bottom,
        #e3e6e8 0,
        #e3e6e8 1px,
        transparent 1px,
        transparent 36px
    );
  pointer-events: none;
}

.result-graph__group {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}

.result-graph__group p {
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  margin: 0;
  font-size: 13px;
  color: #777;
  white-space: nowrap;
}

.result-bar {
  position: relative;
  width: 72px;
  height: calc((var(--end) + 4) * 39px);
  border: 2px solid;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 10px;
}

.result-bar span {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
}

.result-bar--normal {
  background: #efefed;
  border-color: #aaa7a0;
  color: #555;
}

.result-bar--affex {
  background: #eef2f5;
  border-color: var(--color-main);
  color: var(--color-main);
}

.result-bar--brand {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}

.result-graph__summary {
  background: var(--color-main);
  color: #fff;
  padding: 34px 20px;
  text-align: center;
}

.result-graph__summary-title {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
}

.result-graph__summary-num {
  margin: 0 0 18px;
  font-family: "Jost", sans-serif;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #d6c6a6;
}

.result-graph__summary-num span {
  margin-left: 4px;
  font-size: 24px;
}

.result-graph__summary-text {
  margin: 0;
  font-size: 13px;
  line-height: 2;
  font-weight: 700;
}

.result-graph__summary-text span {
  color: #d6c6a6;
}

.doctor-box {
  margin: 28px 0;
  padding: 30px 22px;
  background: #f2f4f6;
  border: 1px solid var(--color-border);
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.doctor-box img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  background: #dfe4e8;
  object-position: center 4%;
}

.doctor-box h4 {
  font-size: 22px;
  font-weight: 500;
}

.doctor-box h4 span {
  font-size: 13px;
}

.doctor-box__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 16px;
  padding: 0;
  list-style: none;
}

.doctor-box__tag li {
  padding: 5px 10px;
  background: #919191;
  border: 1px solid #d6dce0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.doctor-box__desc li {
  font-size: 13px;
  text-align: left;
}

.point-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin: 20px 0 28px;
}

.point-grid span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #f2f4f6;
  border: 1px solid var(--color-border);
  padding: 14px 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--color-main);
}

.point-icon {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  height: auto;
}

.point-icon--01 {
  width: 25px;
}

.point-icon--02 {
  width: 24px;
}

.point-icon--03 {
  width: 25px;
}

.point-icon--04 {
  width: 24px;
}

.point-icon--05 {
  width: 25px;
}

.point-icon--06 {
  width: 30px;
}

.point-tit {
  font-size: 17px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 400;
}

.point-tit::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: black;
}

.graph-box {
  margin-top: 28px;
  padding: 28px 30px 32px;
  background: #52687f;
  border: 1px solid var(--color-border);
}

.graph-box__head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.graph-box__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 8px 18px;
  background: #758699;
  color: #2a3d50;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.2;
}

.graph-box__head p {
  margin: 0;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.7;
}

.method-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 112px;
  padding: 18px 10px 20px;
  background: #758699;
  text-align: center;
}

.method-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #818f9d;
}

.method-flow__num {
  display: block;
  margin-bottom: 8px;
  color: #d6c6a6;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.method-flow__en {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.8);
  color: #2a3d50;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.method-flow__jp {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}

.reason-card {
  background: #fff;
  border: 1px solid var(--color-border);
  padding: 42px;
  margin-bottom: 38px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 14%);
}

.reason-no {
  font-family: "Jost", sans-serif;
  font-size: 54px;
  color: rgba(83,103,120,.18);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.reason-card h3 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.6;
}

.reason-card p {
  color: var(--color-muted);
  font-size: 16px;
}

#reason-affex-index {
  background: #eef0f2;
}

#reason-affex-index .reason-index-head {
  margin-bottom: 34px;
}

#reason-affex-index .reason-index-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

#reason-affex-index .reason-index-labels span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  background: #d6c6a6;
  color: #52687f;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .06em;
}

#reason-affex-index .reason-index-labels span:first-child {
  background: #4d473b;
  color: #fff;
}

#reason-affex-index h3 {
  margin: 0 0 16px;
  color: #52687f;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.3;
}

#reason-affex-index .reason-index-head p {
  max-width: 780px;
  margin: 0;
  line-height: 2;
}

#reason-affex-index .index-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 34px 0 28px;
  background: #52687f;
}

#reason-affex-index .index-process__item {
  position: relative;
  padding: 18px 10px 14px;
  text-align: center;
  color: #fff;
}

#reason-affex-index .index-process__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid rgba(255, 255, 255, .75);
  z-index: 2;
}

#reason-affex-index .index-process__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 auto 8px;
  color: #a8b3bf;
  line-height: 1;
}

#reason-affex-index .index-process__item:nth-child(1) .index-process__icon img {
  width: 26px;
  height: 26px;
}

#reason-affex-index .index-process__item:nth-child(2) .index-process__icon img {
  width: 28px;
  height: 28px;
}

#reason-affex-index .index-process__item:nth-child(3) .index-process__icon img {
  width: 28px;
  height: 28px;
}

#reason-affex-index .index-process__item:nth-child(4) .index-process__icon img {
  width: 26px;
  height: 26px;
}

#reason-affex-index .index-process__icon img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

#reason-affex-index .index-process small {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

#reason-affex-index .index-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 0;
  margin-bottom: 54px;
}

#reason-affex-index .index-item {
  background: #fff;
  color: #52687f;
  padding: 18px 14px 22px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0,0,0,.08);
}

#reason-affex-index .index-item__label {
  margin-bottom: 30px;
  padding: 8px 6px;
  background: #eef0f2;
  color: #52687f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

#reason-affex-index .index-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  margin-bottom: 26px;
  color: #52687f;
  font-size: 30px;
  line-height: 1;
}

#reason-affex-index .index-item__icon img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

#reason-affex-index .index-item h4 {
  min-height: 72px;
  margin: 0 0 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
  color: #52687f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

#reason-affex-index .index-item:nth-child(2) h4 {
  line-height: 1.2;
}

#reason-affex-index .index-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.9;
  text-align: left;
}

#reason-affex-index .index-summary {
  padding: 42px 46px;
  background: #52687f;
  color: #fff;
}

#reason-affex-index .index-summary__numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  align-items: center;
  justify-items: center;
  max-width: 655px;
  margin: 0 auto 32px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.75);
  text-align: center;
}

#reason-affex-index .index-summary__numbers > div {
  position: relative;
  color: #fff;
  width: 112px;
  height: 112px;
}

#reason-affex-index .index-summary__numbers > div:nth-child(1),
#reason-affex-index .index-summary__numbers > div:nth-child(2),
#reason-affex-index .index-summary__numbers > div:nth-child(3) {
  min-height: 112px;
  min-width: 112px;
  padding: 22px 12px;
  background: #1f3851;
  border: 1px solid rgba(255,255,255,.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#reason-affex-index .index-summary__numbers > div:nth-child(1)::after,
#reason-affex-index .index-summary__numbers > div:nth-child(2)::after,
#reason-affex-index .index-summary__numbers > div:nth-child(3)::after {
  position: absolute;
  top: 50%;
  right: -39px;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  z-index: 2;
}

#reason-affex-index .index-summary__numbers > div:nth-child(1)::after,
#reason-affex-index .index-summary__numbers > div:nth-child(2)::after {
  content: "+";
}

#reason-affex-index .index-summary__numbers > div:nth-child(3)::after {
  content: "=";
}

#reason-affex-index .index-summary__numbers b {
  display: block;
  margin-bottom: 10px;
  color: #d6c6a6;
  font-family: "Jost", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

#reason-affex-index .index-summary__numbers span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}

#reason-affex-index .index-summary__total {
  width: 112px;
  height: 112px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
}

#reason-affex-index .index-summary__total b {
  font-size: 38px;
}

#reason-affex-index .index-summary p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 2;
  text-align: center;
}

#program .program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}

#program .program-card {
  position: relative;
  min-height: 500px;
  padding: 28px 24px 26px;
  background: #fff;
  border: 1px solid var(--color-border);
  box-shadow: 0 0 12px rgba(0,0,0,.06);
  text-align: left;
  display: flex;
  flex-direction: column;
}

#program .program-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 26px;
}

#program .program-num {
  display: block;
  color: #d6d6d6;
  font-family: "Jost", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
}

#program .program-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
}

#program .program-card__icon img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

#program .program-card h4 {
  margin: 0 0 8px;
  color: #52687f;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .06em;
  text-align: center;
}

#program .program-sub {
  margin: 0 0 18px;
  color: #777 !important;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

#program .program-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #52687f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  padding: 7px 20px;
  border: 1px solid gray;
  width: 100%;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
}

#program .program-more__arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
}

#program .program-more__arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #52687f;
  border-bottom: 1px solid #52687f;
  transform: translateX(-50%) rotate(45deg);
}

#program .program-text {
  margin: 0 0 24px;
  color: #666 !important;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 2 !important;
  text-align: left;
}

#program .program-for {
  margin-top: auto;
  padding: 18px 16px;
  background: #f2f4f6;
  color: #666;
  font-size: 13px;
  line-height: 1.9;
  text-align: left;
  min-height: 140px;
}

#program .program-for span {
  display: block;
  margin-bottom: 10px;
  color: #52687f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.method-wrap {
  text-align: center;
  margin-top: 150px;
}

.method-media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  margin: 40px 0;
}

.method-media img {
  width: 100%;
  object-fit: cover;
}

.method-media strong {
  text-align: center;
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: 400;
}

.method-media strong .color-brand {
  font-weight: 600;
}

.method-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.4;
  text-align: center;
  margin: 42px 0;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 44px 0;
}

.step-box {
  position: relative;
  min-height: 330px;
  padding: 18px 14px 20px;
  background: #52687f;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.step-box__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 26px;
}

.step-head-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 52px;
}

.step-no {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.32);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.step-title {
  flex: 1;
  min-width: 0;
}

.step-box small {
  display: block;
  margin-bottom: 8px;
  color: #d6c6a6;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .02em;
  opacity: 1;
}

.step-box b {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  opacity: .75;
}

.step-icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.step-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 9px;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}

.step-list li::before {
  content: "①";
  position: absolute;
  left: 0;
  top: 0;
  color: #d6c6a6;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.step-list li:nth-child(2)::before {
  content: "②";
}

.step-list li:nth-child(3)::before {
  content: "③";
}

.step-bottom {
  margin-top: auto;
  padding-top: 20px;
}

.step-bottom p {
  margin: 0;
  color: #52687f;
  font-size: 15px;
  line-height: 1.5;
  background: #ffffffd1;
  text-align: center;
  padding: 15px;
}

.method-approach {
  text-align: center;
}

.method-approach h3 {
  margin: 0 0 26px;
  color: var(--color-main);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .06em;
  text-align: center;
}

.method-steps-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  margin: 32px auto;
  color: var(--color-main);
  font-size: 30px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .08em;
  text-align: center;
}

.method-steps-text span {
  position: relative;
  display: block;
}

.method-steps-text span:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -63px;
  transform: translateX(-50%);
  color: var(--color-main);
  font-size: 40px;
  font-weight: 400;
  line-height: 2;
}

.method-approach .text-end {
  margin: 28px 0 30px;
  font-size: 23px;
  line-height: 2;
  text-align: center;
}

.voice-list {
  display: grid;
  gap: 48px;
}

#front-voice .sec-lead {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

#front-voice .voice-card {
  display: grid;
  grid-template-columns: 36% 64%;
  background: #fff;
  border: 1px solid var(--color-border);
  box-shadow: 0 12px 26px rgba(0,0,0,.035);
  text-align: left;
  overflow: hidden;
  padding: 0;
}

#front-voice .voice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}

#front-voice .voice-body {
  padding: 34px 38px;
}

#front-voice .voice-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0;
  background: none;
}

#front-voice .voice-tag span {
  display: inline-block;
  padding: 4px 10px;
  background: #eef2f4;
  color: var(--color-main);
  font-size: 11px;
  line-height: 1.4;
}

#front-voice .voice-position {
  margin: 0 0 8px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.7;
}

#front-voice .voice-body h3 {
  margin: 0 0 4px;
  color: var(--color-main);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

#front-voice .voice-body h3 span {
  margin-left: 4px;
  font-size: 13px;
  font-weight: 400;
}

#front-voice .voice-body small {
  display: block;
  margin-bottom: 18px;
  color: #9aa2a9;
  font-size: 10px;
  line-height: 1.5;
}

#front-voice .voice-lead {
  margin: 0 0 16px;
  color: var(--color-main) !important;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.9;
}

#front-voice .voice-text {
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.9;
}

#front-voice .text-link {
  display: inline-block;
  width: fit-content;
  margin-top: 18px;
  color: var(--color-main);
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

#front-voice .voice-result {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f2f4f6;
  border-top: 1px solid var(--color-border);
}

#front-voice .voice-result__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 18px 26px;
  background: #f2f4f6;
  box-sizing: border-box;
}

#front-voice .voice-result__item + .voice-result__item {
  border-left: 1px solid var(--color-border);
}

#front-voice .voice-result__label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #52687f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

#front-voice .voice-result__label span {
  display: inline-block;
}

#front-voice .voice-result__label img {
  display: block;
  width: 22px;
  height: auto;
  object-fit: contain;
}

#front-voice .voice-result__item:nth-child(1) .voice-result__label img {
  width: 30px;
  height: auto;
}

#front-voice .voice-result__item:nth-child(2) .voice-result__label img {
  width: 17px;
  height: auto;
}

#front-voice .voice-result__item b {
  display: block;
  color: #52687f;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

#front-voice .voice-result__item b small {
  display: inline;
  margin-left: 2px;
  color: #52687f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

#front-voice .voice-more {
  margin-top: 34px;
  text-align: right;
}

#front-voice .voice-more__link {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid var(--color-border);
  color: var(--color-main);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  background: #fff;
  transition: opacity .2s ease;
}

#front-voice .voice-more__link:hover {
  opacity: .7;
}

#front-trainer .trainer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

#front-trainer .trainer-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--color-border);
  text-align: left;
  box-shadow: 0 10px 24px rgba(0,0,0,.025);
  overflow: hidden;
}

#front-trainer .trainer-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center center;
  background: #dfe4e8;
}

#front-trainer .trainer-card:nth-child(1) img {
  object-position: center center;
}

#front-trainer .trainer-card:nth-child(2) img {
  object-position: center 22%;
}

#front-trainer .trainer-card:nth-child(3) img {
  object-position: center 16%;
}

#front-trainer .trainer-card:nth-child(4) img {
  object-position: center;
}

#front-trainer .trainer-body {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
}

#front-trainer .shop-name {
  margin: 0 0 10px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.5;
}

#front-trainer .trainer-body h3 {
  margin: 0 0 4px;
  color: var(--color-main);
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

#front-trainer .trainer-name-ja {
  margin: 0 0 18px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .08em;
}

#front-trainer .trainer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#front-trainer .trainer-tags li {
  padding: 5px 10px;
  background: var(--color-main);
  color: #ffffff;
  font-size: 11px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

#front-trainer .trainer-more {
  margin-top: 34px;
  text-align: right;
}

#front-trainer .trainer-more__link {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-main);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s ease;
}

#front-trainer .trainer-more__link:hover {
  opacity: .7;
}

#counseling .sec-lead {
  font-size: 21px;
  margin: 34px 0 0;
  padding-bottom: 20px;
}

#counseling .desc-text {
  font-size: 14px;
}

.flow-list {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.flow-list::before {
  content: "";
  position: absolute;
  top: 56px;
  bottom: 0px;
  left: 28px;
  width: 2px;
  background: var(--color-main);
}

.flow-card {
  position: relative;
  z-index: 1;
  margin-left: 64px;
  background: #fff;
  border: 1px solid var(--color-border);
  padding: 24px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 26px;
  align-items: center;
  text-align: left;
  box-shadow: 0 10px 24px rgba(0,0,0,.025);
}

.flow-card:nth-of-type(2) img {
  object-position: top;
}


.flow-no {
  position: absolute;
  left: -64px;
  top: 0px;
  width: 56px;
  height: 56px;
  background: var(--color-main);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.flow-no span {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .08em;
}

.flow-no b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.flow-card > img {
  display: block;
  width: 170px;
  height: 120px;
  object-fit: cover;
  background: #dfe4e8;
}

.flow-body h3 {
  margin: 0 0 8px;
  color: var(--color-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.flow-body > p:not(.flow-time) {
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.9;
}

.flow-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.flow-time img {
  display: block;
  width: 15px !important;
  height: 15px !important;
  object-fit: contain;
}

.flow-card--training {
  grid-template-columns: 1fr;
}

.flow-card--training .flow-body {
  width: 100%;
}

.flow-training-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.flow-training-item {
  background: #f7f8f9;
  border: 1px solid var(--color-border);
  padding: 14px;
}

.flow-training-item h4 {
  margin: 0 0 10px;
  color: var(--color-main);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.flow-training-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #dfe4e8;
  margin-bottom: 10px;
}

.flow-training-item p {
  margin: 0;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}

#price {
  background: #fff;
}

.price-intro {
  max-width: 720px;
  margin: 0 auto 44px;
  border: 1px solid var(--color-main);
}

.price-intro__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 96px;
  background: #fff;
}

.price-intro__item:nth-child(1) .price-intro__label {
  border-bottom: 1px solid white;
}

.price-intro__item + .price-intro__item {
  border-top: 1px solid var(--color-main);
}

.price-intro__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  background: var(--color-main);
  color: #fff;
  text-align: center;
}

.price-intro__label p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
}

.price-intro__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 24px;
  background: #fff;
  text-align: center;
}

.price-intro__price {
  margin: 0;
  color: var(--color-accent);
  font-family: "Oswald", sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .04em;
}

.price-intro__price span {
  display: inline-block;
  margin-left: 6px;
  color: #4d473b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: .04em;
}

.price-intro__note {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.6;
}

.price-store {
  margin: 0 0 64px;
}

.price-title {
  margin: 0 0 22px;
  padding: 15px 18px;
  background: var(--color-main);
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .08em;
  text-align: left;
}

.price-basic {
  border-top: 1px solid var(--color-border);
  margin-bottom: 10px;
}

.price-basic__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--color-border);
  padding: 22px 8px;
}

.price-basic__row span {
  color: #333;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
}

.price-basic__row b {
  color: var(--color-accent);
  font-family: "Oswald", sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  white-space: nowrap;
}

.price-tax-note {
  margin: 12px 0 34px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}

.price-subtitle {
  position: relative;
  margin: 0 0 20px;
  padding-left: 18px;
  color: var(--color-main);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .08em;
}

.price-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 4px;
  height: 1.2em;
  background: var(--color-main);
}

.ticket-list {
  display: grid;
  gap: 16px;
  margin: 0 0 44px;
}

.ticket-block {
  display: grid;
  grid-template-columns: 220px 1fr;
  border: 1px solid var(--color-main);
  background: #fff;
}

.ticket-block__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 20px;
  background: var(--color-main);
  color: #fff;
  text-align: center;
}

.ticket-block__label {
  margin: 0 0 8px;
  color: #d6c6a6;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .16em;
}

.ticket-block__head h4 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .08em;
}

.ticket-block__head h4 span {
  display: inline-block;
  font-size: 17px;
}

.ticket-block__body {
  display: grid;
  background: #fff;
}

.ticket-block__badge {
  display: inline-block;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 4px 10px;
  background: #fff;
  color: var(--color-main);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
}

.ticket-row {
  display: grid;
  grid-template-columns: 1.15fr .9fr 1fr;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 18px 24px;
}

.ticket-row + .ticket-row {
  border-top: 1px solid var(--color-border);
}

.ticket-row__title {
  margin: 0;
  color: #333;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
}

.ticket-row__price {
  margin: 0;
  color: var(--color-accent);
  font-family: "Oswald", sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  white-space: nowrap;
}

.ticket-row__point {
  margin: 0;
  padding: 9px 12px;
  background: #f4eee6;
  color: var(--color-main);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}

.price-option {
  margin: 0 0 40px;
}

.option-box {
  border-top: 1px solid var(--color-border);
  padding: 30px 0;
}

.option-box:last-of-type {
  border-bottom: 1px solid var(--color-border);
}

.option-box h4 {
  margin: 0 0 18px;
  color: var(--color-main);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .08em;
}

.option-table {
  border-top: 1px solid #eee;
}

.option-table__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #eee;
  padding: 18px 0;
}

.option-table__row span {
  color: #333;
  font-size: 18px;
  line-height: 1.7;
}

.option-table__row b {
  color: var(--color-accent);
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.option-note {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.9;
}

#price .end-text {
  margin: 0;
  padding-top: 20px;
  color: #333;
  font-size: 13px;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: #f7f8f9;
  border: 1px solid var(--color-border);
  padding: 0;
  text-align: left;
}

.faq-item summary {
  cursor: pointer;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #1f3851;
  letter-spacing: 0.08em;
  text-indent: -15px;
  margin-left: 15px;
}

.faq-item p {
  margin: 0 24px 22px;
  padding-left: 16px;
  border-left: 3px solid var(--color-main);
  font-size: 13px;
  color: var(--color-muted);
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.location-card {
  box-shadow: 0 10px 24px rgba(0, 0, 0, .075);
  border: 1px solid var(--color-border);
  background: #fff;
  text-align: left;
  overflow: hidden;
}

.location-card > img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #dfe4e8;
}

.location-body {
  padding: 22px;
}

.location-body h3 {
  margin: 0 0 18px;
  color: var(--color-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.location-info {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.8;
}

.location-info img {
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  object-fit: contain;
}

#locations .location-info:nth-of-type(2) img {
  width: 12px;
  height: auto;
}

.location-info span {
  display: block;
}

.map-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 6px 0 18px;
  padding: 4px 16px;
  border: 1px solid #b9c0c6;
  border-radius: 99px;
  color: var(--color-main);
  font-size: 11px;
  line-height: 1.5;
  text-decoration: none;
}

.map-link img {
  display: block;
  width: 13px;
  height: 13px;
  object-fit: contain;
}

#locations .store-reserve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 45px;
  padding: 0 0 0 18px;
  background: #4d473b;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.4;
  text-decoration: none;
  gap: 16px;
  box-sizing: border-box;
}

#locations .store-reserve-btn__text {
  display: block;
}

#locations .store-reserve-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  min-height: 45px;
  border-left: 1px solid rgba(255,255,255,.45);
}

#locations .store-reserve-btn__icon img {
  display: block;
  width: 14px;
  height: auto;
  object-fit: contain;
}

#locations .store-reserve-btn:hover {
  opacity: .85;
}

#second-hero.second-hero {
  position: relative;
  height: 520px;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

#second-hero .second-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#second-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 1;
  pointer-events: none;
}

#second-hero .content {
  position: relative;
  z-index: 2;
  padding: 24px;
}

#second-hero .mv-label {
  display: inline-block;
  margin: 0 0 18px;
  padding: 0;
  border: none;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: .28em;
}

#second-hero h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .08em;
}

#second-hero p:not(.mv-label) {
  margin: 0;
  padding: 34px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}

#front-info .news-section {
  margin-bottom: 70px;
}

#front-info .news-section:last-child {
  margin-bottom: 0;
}

#front-info .news-section h3 {
  margin: 0 0 4px;
  color: var(--color-main);
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

#front-info .news-section.about h3 {
  color: var(--color-accent);
}

#front-info .news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 28px;
}

#front-info .news-card {
  background: #fff;
  border: 1px solid var(--color-border);
  padding: 26px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0,0,0,.045);
}

#front-info .news-card.about {
  background: #fbfaf6;
  border-color: var(--color-accent);
  margin-bottom: 0;
  margin-top: 0;
}

#front-info .news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #8a9299;
  font-size: 10px;
}

#front-info .news-label {
  display: inline-block;
  padding: 3px 8px;
  background: var(--color-main);
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
}

#front-info .news-card.about .news-label {
  background: var(--color-accent);
}

#front-info .news-card h4 {
  margin: 0 0 14px;
  color: var(--color-main);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

#front-info .news-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.9;
}

#front-info .news-card .text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--color-main);
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

/* =========================================
   Front / Corporate
========================================= */

.corporate-section {
  background: #f2f4f6;
}

.corporate-section .sec-lead .color-accent {
	color:var(--color-accent02);
}

.corporate-box {
  display: grid;
  grid-template-columns: 1fr 46%;
  gap: 42px;
  align-items: center;
  max-width: 1040px;
  margin: 46px auto 0;
  padding: 42px;
  background: #fff;
  border: 1px solid var(--color-border);
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.corporate-content {
  text-align: left;
}

.corporate-list {
  display: grid;
  gap: 14px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.corporate-list li {
  position: relative;
  padding: 14px 18px 14px 46px;
  background: #f7f8f9;
  border: 1px solid var(--color-border);
  color: var(--color-main);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  box-shadow: 0 0 8px #80808021;
  letter-spacing: 0.1rem;
}

.corporate-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 15px;
  height: 15px;
  background: url("../img/check.svg") no-repeat center / contain;
  transform: translateY(-50%);
}

.corporate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 52px;
  padding: 0 28px;
  background: #4d473b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s ease;
}

.corporate-btn:hover {
  opacity: .85;
}

.corporate-img {
  overflow: hidden;
  background: #dfe4e8;
}

.corporate-img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

@media (max-width: 960px) {
  .location-card > img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  .mv h1 {
    font-size: 42px;
  }
  .program-grid,
  .location-grid,
  .price-grid,
  .single-grid {
    grid-template-columns: 1fr;
  }
  .evidence-grid,
  .voice-card,
  .news-grid {
    grid-template-columns: 1fr;
  }
  .results-meta,
  .point-grid,
  .index-grid,
  .step-grid,
  .trainer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .method-media {
    flex-direction: column;
  }
  .method-media strong {
    text-align: center;
    font-size: 22px;
  }
  .location-card {
    max-width: 500px;
    margin: auto;
  }
}



@media screen and (max-width: 768px) {
  #second-hero .btn.outline.btn-reserve {
    width: calc(100% + 20px);
  }
  .worry-grid {
        grid-template-columns: repeat(2, 1fr);
  }
  .worry-card {
	max-width: 400px;
    margin: auto;
    width: 100%;
  }
  .life-data {
    display: block;
  }
  .life-data__label {
    margin-bottom: 24px;
    padding: 6px 16px;
    font-size: 12px;
  }
  .life-data__text h4,  .evidence-card h3 {
    margin: 0 0 32px;
    font-size: 20px;
    line-height: 1.7;
  }
  .life-table {
    font-size: 13px;
  }
  .life-table th,
    .life-table td {
    padding: 12px 8px;
  }
  .life-chart {
    padding: 24px 16px 30px;
  }
  .life-chart__legend {
    gap: 24px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .life-chart__legend span {
    padding-left: 24px;
  }
  .life-chart__legend span::before {
    width: 16px;
    height: 16px;
  }
  .life-chart__area {
    grid-template-columns: 42px 1fr;
    min-height: 320px;
  }
  .life-chart__axis {
    font-size: 11px;
    padding-bottom: 36px;
  }
  .life-chart__bars {
    gap: 18px;
    padding-bottom: 36px;
  }
  .life-chart__bars::before {
    inset: 0 0 36px;
    background-image: repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,.5) 0,
            rgba(255,255,255,.5) 1px,
            transparent 1px,
            transparent 32px
        );
  }
  .life-bar__healthy {
    bottom: 27%;
    font-size: 12px;
  }
  .life-bar__unhealthy {
    top: 9%;
    padding: 8px 10px;
    font-size: 12px;
  }
  .life-bar--female .life-bar__unhealthy {
    top: 4%;
  }
  .life-bar__name {
    font-size: 12px;
  }
  .results-box {
    padding: 24px 16px;
  }
  .evidence-card {
    padding: 34px 0;
  }
  .result-graph {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .result-graph__legend {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 11px;
  }
  .result-graph__body {
    grid-template-columns: 40px 1fr;
    min-height: 290px;
  }
  .result-graph__axis {
    font-size: 10px;
    padding-bottom: 30px;
  }
  .result-graph__plot {
    gap: 22px;
    padding: 0 4px 30px;
    min-height: 280px;
  }
  .result-graph__grid {
    inset: 0 0 30px;
    background-image: repeating-linear-gradient(
            to bottom,
            #e3e6e8 0,
            #e3e6e8 1px,
            transparent 1px,
            transparent 31px
        );
  }
  .result-bar {
    width: 44px;
    height: calc((var(--end) + 4) * 34px);
    padding-top: 8px;
  }
  .result-bar span {
    font-size: 11px;
  }
  .result-graph__group {
    gap: 10px;
  }
  .result-graph__group p {
    bottom: -32px;
    font-size: 12px;
  }
  .result-graph__summary {
    padding: 28px 20px;
  }
  .result-graph__summary-num {
    font-size: 52px;
  }
  .results-meta {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #about .inner {
    padding: 0px 0px;
  }
  .doctor-box {
    padding: 30px 22px;
  }
  .reason-card {
    padding: 30px 16px;
  }
  .point-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .graph-box {
    padding: 0 0 10px;
  }
  .graph-box__head {
    display: block;
    margin-bottom: 24px;
  }
  .graph-box__label {
    width: 100%;
    min-width: 0;
    margin-bottom: 14px;
  }
  .graph-box__head p {
    line-height: 1.8;
    text-align: center !important;
  }
  .method-flow {
    display: block;
  }
  .method-flow__item {
    min-height: 0;
    margin-bottom: 28px;
    padding: 18px 16px 20px;
  }
  .method-flow__item:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #9ea1a4;
    border-bottom: none;
  }
  .method-flow__en {
    margin-bottom: 14px;
  }
  .method-flow__jp {
    min-height: 0;
  }
  .reason-card h3 {
    font-size: 20px;
  }
  #reason-affex-index h3 {
    font-size: 20px;
    line-height: 1.7;
  }
  #reason-affex-index .reason-index-head p {
    font-size: 15px;
    line-height: 1.9;
  }
  #reason-affex-index .index-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 34px;
  }
  #reason-affex-index .index-item {
    display: grid;
    grid-template-columns: 76px 1fr;
    column-gap: 16px;
    align-items: center;
    padding: 18px;
    text-align: left;
  }
  #reason-affex-index .index-item__label {
    grid-column: 1 / -1;
    margin-bottom: 14px;
    text-align: center;
  }
  #reason-affex-index .index-item__icon {
    grid-row: 2 / 4;
    height: auto;
    margin-bottom: 0;
    font-size: 28px;
  }
  #reason-affex-index .index-item h4 {
    min-height: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #reason-affex-index .index-summary {
    padding: 30px 18px;
  }
  #reason-affex-index .index-summary__numbers {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 100%;
    margin: 0 auto 28px;
    padding-bottom: 28px;
  }
  #reason-affex-index .index-summary__numbers > div {
    width: 112px;
    height: 112px;
    margin: 0 auto;
  }
  #reason-affex-index .index-summary__numbers > div:nth-child(1),
	#reason-affex-index .index-summary__numbers > div:nth-child(2),
	#reason-affex-index .index-summary__numbers > div:nth-child(3) {
    min-width: 112px;
    min-height: 112px;
    padding: 22px 12px;
    box-sizing: border-box;
  }
  #reason-affex-index .index-summary__numbers > div:nth-child(1)::after,
	#reason-affex-index .index-summary__numbers > div:nth-child(2)::after,
	#reason-affex-index .index-summary__numbers > div:nth-child(3)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -31px;
    transform: translateX(-50%);
    font-size: 28px;
    line-height: 1;
  }
  #reason-affex-index .index-summary__numbers b {
    font-size: 32px;
  }
  #reason-affex-index .index-summary__numbers span {
    font-size: 12px;
    line-height: 1.7;
  }
  #reason-affex-index .index-summary__total {
    width: 112px;
    height: 112px;
    margin: 0 auto;
  }
  #reason-affex-index .index-summary__total b {
    font-size: 36px;
  }
  #reason-affex-index .index-summary p {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }
  #program .program-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  #program .program-card {
    min-height: 0;
    padding: 26px 20px 24px;
  }
  #program .program-card__head {
    margin-bottom: 22px;
  }
  #program .program-card h4 {
    font-size: 19px;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #program .program-sub {
    min-height: 20px;
    margin-bottom: 16px;
  }
  #program .program-text {
    font-size: 13px !important;
    line-height: 1.9 !important;
  }
  #program .program-for {
    min-height: 130px;
    font-size: 13px;
  }
  .method-wrap {
    margin-top: 90px;
  }
  .method-wrap .sec-lead {
    font-size: 16px;
    line-height: 1.9;
  }
  .method-media {
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 32px 0;
  }
  .method-media img {
    width: 100%;
    height: auto;
  }
  .method-media strong {
    font-size: 26px;
    line-height: 1.8;
    text-align: center;
  }
  #front-voice .voice-card {
    grid-template-columns: 31% 64%;
  }
  .step-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .step-box {
    min-height: 300px;
  }
  .flow-training-grid {
    grid-template-columns: 1fr;
  }
  .flow-training-item {
    max-width: 350px;
    margin: auto;
  }
  #front-trainer .inner {
    padding-right: 0;
    padding-left: 0;
  }
  #front-trainer .trainer-grid {
    gap: 20px;
  }
  #front-trainer .trainer-card img {
    aspect-ratio: 16 / 10;
  }
  #front-trainer .trainer-body {
    padding: 22px 20px 24px;
  }
  #front-trainer .trainer-body h3 {
    font-size: 22px;
  }
  .second-hero {
    height: 420px;
  }
  .second-hero .content {
    padding: 24px 20px;
  }
  .second-hero h2 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.7;
  }
  .second-hero .mv-label {
    font-size: 11px;
    letter-spacing: .22em;
  }
  .second-hero p {
    padding: 28px 0;
    font-size: 14px;
    line-height: 1.9;
  }
  .second-hero .second-hero__bg {
    object-position: center center;
  }
  .location-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 400px;
    margin: auto;
  }
  .location-card > img {
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .location-body {
    padding: 22px 20px;
  }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .news-card {
    padding: 24px 20px;
  }
  .news-section {
    margin-bottom: 54px;
  }
  #price .inner {
	padding-right: 0;
	padding-left: 0;
  }
  .price-intro {
    max-width: 100%;
    margin: 0 auto 36px;
    border: none;
  }
  .price-intro__item {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .price-intro__item:nth-child(1) .price-intro__label {
    border-bottom: none;
  }
  .price-intro__item + .price-intro__item {
    border-top: 1px solid var(--color-main);
  }
  .price-intro__item:nth-child(2) .price-intro__label {
    margin-top: 20px;
  }
  .price-intro__item + .price-intro__item .price-intro__body {
    border-bottom: 1px solid var(--color-main);
  }
  .price-intro__label {
    padding: 14px 16px;
  }
  .price-intro__label p {
    font-size: 17px;
    line-height: 1.6;
  }
  .price-intro__body {
    padding: 18px 16px 20px;
    border-right: 1px solid var(--color-main);
    border-left: 1px solid var(--color-main);
  }
  .price-intro__price {
    font-size: 28px;
  }
  .price-intro__price span {
    font-size: 12px;
  }
  .price-intro__note {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.6;
  }
  .price-store {
    margin: 0 0 48px;
  }
  .price-title {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 20px;
    padding: 14px 41px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
  }
  .price-basic__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
    text-align: center;
  }
  .price-basic__row span {
    font-size: 17px;
    line-height: 1.6;
  }
  .price-basic__row b {
    font-size: 29px;
  }
  .price-tax-note {
    margin: 10px 0 28px;
    font-size: 11px;
    text-align: center;
  }
  .price-subtitle {
    margin: 0 0 16px;
    padding-left: 15px;
    font-size: 17px;
  }
  .price-subtitle::before {
    width: 4px;
    height: 1.15em;
  }
  .ticket-list {
    gap: 14px;
    margin: 0 0 36px;
  }
  .ticket-block {
    grid-template-columns: 1fr;
  }
  .ticket-block__head {
    padding: 15px 16px;
  }
  .ticket-block__label {
    margin-bottom: 6px;
    font-size: 10px;
  }
  .ticket-block__head h4 {
    font-size: 19px;
    line-height: 1.45;
  }
  .ticket-block__head h4 span {
    font-size: 15px;
  }
  .ticket-row {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    padding: 18px 16px;
    text-align: center;
  }
  .ticket-row__title {
    font-size: 17px;
    line-height: 1.6;
  }
  .ticket-row__price {
    font-size: 29px;
  }
  .ticket-row__point {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.6;
    white-space: normal;
  }
  .price-option {
    margin: 0 0 36px;
  }
  .option-box {
    padding: 26px 0;
  }
  .option-box h4 {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.6;
  }
  .option-table__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
    text-align: center;
  }
  .option-table__row span {
    font-size: 16px;
    line-height: 1.7;
  }
  .option-table__row b {
    font-size: 27px;
  }
  .option-note {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.8;
  }
  #price .end-text {
    padding-top: 16px;
    font-size: 12px;
  }
	.corporate-section {
	background: #f2f4f6;
	}

	.corporate-box {
	display: grid;
	grid-template-columns: 1fr 46%;
	gap: 42px;
	align-items: center;
	max-width: 1040px;
	margin: 46px auto 0;
	padding: 42px;
	background: #fff;
	border: 1px solid var(--color-border);
	box-shadow: 0 10px 24px rgba(0,0,0,.04);
	}

	.corporate-content {
	text-align: left;
	}

	.corporate-list {
	display: grid;
	gap: 14px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
	}

	.corporate-list li {
	position: relative;
	padding: 14px 18px 14px 46px;
	background: #f7f8f9;
	border: 1px solid var(--color-border);
	color: var(--color-main);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	}

	.corporate-list li::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 50%;
	width: 15px;
	height: 15px;
	background: url("../img/check.svg") no-repeat center / contain;
	transform: translateY(-50%);
	}

	.corporate-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	min-height: 52px;
	padding: 0 28px;
	background: #4d473b;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 1.5;
	text-decoration: none;
	transition: opacity .2s ease;
	}

	.corporate-btn:hover {
	opacity: .85;
	}

	.corporate-img {
	overflow: hidden;
	background: #dfe4e8;
	}

	.corporate-img img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	}


}

  @media (max-width: 560px) {
  .option-row {
    flex-direction: column;
    gap: 4px;
  }
  #locations .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .mv {
    margin-top: 55px;
    min-height: 560px;
  }
  .mv-small {
    text-align: center;
  }
  .mv-bg img {
    object-position: calc(50% - -106px) center;
  }
  .mv-content {
    padding: 0 24px;
  }
  .mv h1 {
    font-size: 34px;
  }
  .mv-copy {
    font-size: 15px;
  }
  .mv::before {
    top: -77px;
    left: -220px;
    width: 880px;
    height: 90px;
    transform: rotate(32deg);
    background: rgba(118, 165, 190, .30);
  }
  .mv::after {
    top: -40px;
    left: -90px;
    width: 150vw;
    height: 8px;
    background: rgba(118, 165, 190, .34);
    transform: rotate(32deg);
  }
  .worry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .worry-card {
    padding: 15px 15px;
    min-height: 240px;
  }
  .worry-card p {
    font-size: 15px;
    text-align: left;
  }
  #concern .center-copy {
    width: calc(100% + 32px);
    margin: auto;
    margin-right: -16px;
    margin-left: -16px;
  }
  .evidence-card {
    padding: 0;
  }
  .life-data__text {
    padding: 0;
  }
  .life-chart {
    padding: 24px 0 30px;
  }
  .graph-note {
    line-height: 1.4;
    display: block;
  }
  #results small {
    padding-top: 0;
  }
  #results .sec-lead {
    font-size: 16px;
  }
  #results .end-text {
    text-align: left;
    padding-top: 15px;
  }
  .point-grid,
  .index-grid,
  .step-grid,
  .trainer-grid {
    grid-template-columns: 1fr;
  }
  .doctor-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .reason-card h3 {
    font-size: 19px;
  }
  .reason-card p {
    text-align: left;
    font-size: 15px;
  }
  .point-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .point-grid span:nth-of-type(2) {
      font-size: 13px;
      gap: 5px;
      line-height: 1.4;
  }
  .point-icon {
    min-height: 35px;
  }
  .point-icon--04 {
    width: 28px;
  }
  .point-grid span {
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    flex-direction: column-reverse;
  }
  .flow-card {
    grid-template-columns: 1fr;
    margin-left: 42px;
  }
  .flow-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .method-flow {
    margin: 12px 0;
  }
  .method-flow__item {
    padding: 12px 16px 12px;
  }
  .method-flow__num {
    margin-bottom: 2px;
  }
  .method-flow__en {
    margin-bottom: 6px;
    padding-bottom: 7px;
  }
  #reason-affex-index .index-summary__numbers {
    grid-template-columns: 1fr;
  }
  #reason-affex-index .index-item {
    grid-template-columns: 62px 1fr;
  }
  #program .program-card__head {
    margin-bottom: 5px;
    align-items: center;
  }
  #program .program-grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  #program .program-card__icon {
    width: 50px;
    height: 50px;
  }
  #program .program-card {
    padding: 20px 20px 24px;
  }
  #program .program-card h4 {
    font-weight: 600;
    min-height: 0;
    font-size: 22px;
  }
  #program .program-sub {
    min-height: 0;
    margin-bottom: 13px;
  }
  #program .program-for {
    min-height: 0;
  }
  #program .program-text {
    margin: 0 0 17px;
  }
  #program .program-sub.empty {
    display: none;
  }
  .method-wrap {
    margin-top: 70px;
  }
  .method-wrap .sec-lead {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }
  .method-media {
    padding-bottom: 10px;
    gap: 44px;
    margin: 26px 0;
  }
  .method-media strong {
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: .06em;
  }
  .step-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 34px 0;
  }
  .step-box {
    min-height: 0;
    padding: 22px 18px;
  }
  .step-box__head {
    margin-bottom: -8px;
  }
  .step-box small {
    font-size: 13px;
  }
  .step-list li {
    font-size: 14px;
  }
  .step-bottom {
    padding-top: 9px;
  }
  .step-bottom p {
    font-size: 13px;
    padding: 9px;
    font-weight: 600;
  }
  .method-approach h3 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: .04em;
  }
  .method-steps-text {
    gap: 32px;
    margin: 20px auto;
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: .05em;
  }
  .method-steps-text span:not(:last-child)::after {
    bottom: -43px;
    font-size: 28px;
    line-height: 1.7;
  }
  .method-approach .text-end {
    margin: 24px 0 28px;
    font-size: 16px;
    line-height: 1.9;
  }
  #front-voice .sec-lead {
    font-size: 17px;
    line-height: 1.7;
  }
  #front-voice .voice-list {
    gap: 32px;
  }
  #front-voice .voice-card {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
  #front-voice .voice-img {
    width: 100%;
    overflow: hidden;
  }
  #front-voice .voice-more {
    text-align: center;
  }
  #front-voice .voice-img img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center center;
  }
  #front-voice .voice-card:nth-child(1) .voice-img img {
    object-position: center 26%;
  }
  #front-voice .voice-card:nth-child(2) .voice-img img {
    object-position: center 9%;
  }
  #front-voice .voice-card:nth-child(3) .voice-img img {
    object-position: center 38%;
  }
  #front-voice .voice-body {
    padding: 24px 18px;
  }
  #front-voice .voice-tag {
    gap: 5px;
    margin-bottom: 14px;
  }
  #front-voice .voice-tag span {
    font-size: 10px;
    padding: 4px 8px;
  }
  #front-voice .voice-position {
    font-size: 11px;
    line-height: 1.7;
  }
  #front-voice .voice-body h3 {
    font-size: 20px;
  }
  #front-voice .voice-body small {
    margin-bottom: 14px;
    font-size: 10px;
  }
  #front-voice .voice-lead {
    font-size: 15px !important;
    line-height: 1.9;
    margin-bottom: 14px;
  }
  #front-voice .voice-text {
    font-size: 12px;
    line-height: 1.9;
  }
  #front-voice .text-link {
    margin-top: 16px;
  }
  #front-voice .voice-result {
    grid-template-columns: 1fr;
  }
  #front-voice .voice-result__item {
    padding: 16px 18px;
  }
  #front-voice .voice-result__item + .voice-result__item {
    border-left: none;
    border-top: 1px solid var(--color-border);
  }
  #front-voice .voice-result__label {
    gap: 10px;
    font-size: 12px;
  }
  #front-voice .voice-result__item:nth-child(1) .voice-result__label img {
    width: 28px;
    height: auto;
  }
  #front-voice .voice-result__item:nth-child(2) .voice-result__label img {
    width: 16px;
    height: auto;
  }
  #front-voice .voice-result__item b {
    font-size: 26px;
  }
  #front-voice .voice-result__item b small {
    font-size: 13px;
  }
  #front-trainer .trainer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  #front-trainer .inner {
    padding-right: 0;
    padding-left: 0;
  }
  #front-trainer .trainer-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center center;
  }
  #front-trainer .trainer-body {
    padding: 22px 18px;
  }
  #front-trainer .trainer-body h3 {
    font-size: 21px;
  }
  #front-trainer .trainer-name-ja {
    font-size: 14px;
  }
  #front-trainer .trainer-more {
    text-align: center;
  }
  #front-trainer .trainer-more__link {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
  .flow-list::before {
    content: "";
    position: absolute;
    top: 44px;
    bottom: 0px;
    left: 11px;
    width: 1px;
  }
  .flow-no {
    left: -52px;
    top: 0px;
    width: 45px;
    height: 45px;
  }
  .flow-training-grid {
    grid-template-columns: 1fr;
  }
  .flow-training-item {
    max-width: 450px;
    margin: auto;
  }
  #counseling .sec-lead {
    font-size: 20px;
  }
  #counseling .desc-text {
    text-align: left;
  }
  .second-hero {
    height: 360px;
  }
  .second-hero .content {
    padding: 22px 18px;
  }
  .second-hero h2 {
    font-size: 21px;
    line-height: 1.8;
    letter-spacing: .04em;
  }
  .second-hero .mv-label {
    font-size: 10px;
    letter-spacing: .18em;
  }
  .second-hero p {
    padding: 22px 0;
    font-size: 13px;
    line-height: 1.9;
    text-align: center;
  }
  .section#locations {
    padding-top: 0;
  }
  .second-hero .second-hero__bg {
    object-position: center center;
  }
  #second-hero .btn.outline.btn-reserve {
    width: calc(100% + 20px);
  }
  #second-hero h2 {
    font-size: 23px;
  }
  .location-body {
    padding: 20px 18px;
  }
  .location-body h3 {
    font-size: 17px;
  }
  .location-info {
    font-size: 12px;
    gap: 9px;
    line-height: 1.4;
    align-items: center;
  }
  .location-info img {
    width: 22px;
    height: 22px;
    padding: 5px;
  }
  #locations .location-info:nth-of-type(2) img {
    width: 20px !important;
    height: auto;
  }
  .map-link {
    margin-left: 31px;
    font-size: 11px;
  }
  .news-section h3 {
    font-size: 24px;
  }
  #front-info .news-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .news-section .sec-lead {
    margin: 1px 0 0;
    color: var(--color-muted);
    line-height: 1;
  }
  .news-card {
    padding: 22px 18px;
  }
  .news-card h4 {
    font-size: 15px;
  }
  .news-card p {
    font-size: 12px;
  }
  .news-meta {
    flex-wrap: wrap;
  }
  .corporate-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 18px;
  }

  .corporate-section .sec-lead {
	text-align: left;
  }

  .corporate-section .inner {
	padding-right: 0;
	padding-left: 0;
  }

  .corporate-content {
    display: contents;
  }

  .corporate-img {
    order: 1;
  }

  .corporate-list {
    order: 2;
    gap: 12px;
    margin: 0 0 24px;
  }

  .corporate-btn {
    order: 3;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    font-size: 13px;
  }

  .corporate-img img {
    aspect-ratio: 16 / 10;
  }

  .corporate-list li {
    padding: 13px 14px 13px 40px;
    font-size: 13px;
    line-height: 1.7;
  }

  .corporate-list li::before {
    left: 16px;
    width: 13px;
    height: 13px;
  }
}

