.mx-auto {
  margin-inline: auto;
}
img {
  &[width='62'] {
    inline-size: 6.2rem;
  }
  &[width='68'] {
    inline-size: 6.8rem;
  }
  &[width='140'] {
    inline-size: 14rem;
  }
  &[width='223'] {
    inline-size: 22.3rem;
  }
  &[width='238'] {
    inline-size: 23.8rem;
  }
  &[width='287'] {
    inline-size: 28.7rem;
  }
  &[width='327'] {
    inline-size: 32.7rem;
  }
  &[width='335'] {
    inline-size: 33.5rem;
  }
  &[width='350'] {
    inline-size: 35rem;
  }
  &[width='375'] {
    inline-size: 37.5rem;
  }
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2.4rem;
  border-radius: 400px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  &.-line {
    background-color: var(--color-line);
    color: var(--color-white);
    img {
      inline-size: 1.8rem;
      margin-right: 0.6rem;
      font-size: 0;
    }
  }
}

/* cover */
.cover {
  padding: 1.8rem 2.4rem 4rem;
  background: linear-gradient(180deg, #f4f4f4 0%, #e7e7e7 100%);
}
.cover-title {
  span {
    display: block;
  }
}
.cover-posture {
  margin-top: 2.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.cover-lead {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.cover-image {
  margin-top: -6rem;
  margin-inline: -2.4rem;
}
.cover-text {
  margin-top: -7rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  span {
    font-size: 1.4rem;
  }
}
.cover-link {
  margin-top: 1rem;
}
.cover-note {
  margin-top: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  span {
    font-size: 1.3rem;
  }
}

/* about */
.about {
  padding: 6rem 4.4rem 0;
  background: #e7e7e7;
}
.about-title {
  color: var(--color-shu);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.about-text {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
.about-image {
  margin-top: 2.4rem;
  margin-inline: -4.4rem;
}

/* data */
.data {
  padding: 6rem 4.4rem 0;
}
.data2 {
  background: #e7e7e7;
}
.data-title {
  color: var(--color-shu);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.data-text {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
.data-image {
  margin-top: 2.4rem;
  margin-inline: -4.4rem;
}

/* proposal */
.proposal {
  padding: 6rem 4.4rem 0;
}
.proposal-title {
  margin-inline: -4.4rem;
  color: var(--color-shu);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.proposal-text {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
.proposal-image {
  margin-top: 2.4rem;
  margin-inline: -4.4rem;
}
.proposal-new {
  display: grid;
  place-items: center;
  block-size: 38.8rem;
  margin-top: 4rem;
  margin-inline: -4.4rem;
  background: url(../img/proposal_02.webp) no-repeat center center / cover;
  color: var(--color-white);
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  text-shadow:
    0 0 5.357px #213d68,
    0 1.071px 15px rgba(21, 58, 109, 0.65);
}

/* why */
.why {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 6rem 4.4rem 2.4rem;
  background: var(--color-konai);
  color: var(--color-geppaku);
}
.why-lead {
  color: var(--color-shu);
  font-size: 2.4rem;
  font-weight: 700;
}
.why-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  em {
    font-size: 3.2rem;
  }
}
.why-text {
  font-size: 1.5rem;
  line-height: 2;
  em {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  p + p {
    margin-top: 1.6rem;
  }
}
.why-image {
  margin-inline: -4.4rem;
}

/* features */
.features {
  padding: 6rem 4.4rem 0;
}
.features-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.features-copy {
  margin-top: 2.4rem;
  color: var(--color-shu);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.features-text {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
.features-image {
  margin-top: 4rem;
  margin-inline: -4.4rem;
}
.features-item {
  margin-top: 4rem;
}
.features-item-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.features-item-lead {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  text-align: center;
}
.features-item-image {
  margin-top: 2.4rem;
  margin-inline: -4.4rem;
}
.features-proposal {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  em {
    font-size: 2.2rem;
  }
}
.features-proposal-image {
  margin-top: 2.4rem;
  margin-inline: -4.4rem;
}

/* coaching */
.coaching {
  padding: 6rem 4.4rem;
  background: #e7e7e7;
  overflow-x: clip;
}
.coaching-title {
  color: var(--color-shu);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.coaching-item {
  position: relative;
  margin-top: 4rem;
}
.coaching-item-title {
  font-size: 2.1rem;
  font-weight: 700;
}
.coaching-item-text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  text-align: justify;
}

.coaching-carousel,
.coaching-carousel2 {
  margin-top: 4rem;
  margin-inline: -4.4rem;
  overflow: visible; /* 左右のアイテムが見えるように */
}

.coaching-carousel .splide__track,
.coaching-carousel2 .splide__track {
  overflow: visible; /* 重要：これで左右が見える */
}

.coaching-carousel .splide__list,
.coaching-carousel2 .splide__list {
  overflow: visible; /* 重要：これで左右が見える */
}
.coaching-content-list-image {
  div {
    border-radius: 1.4rem;
    padding: 2.6rem 0 0;
    background: var(--color-white);
    box-shadow: 0 4px 14px 0 rgba(153, 153, 153, 0.2);
  }
  img {
    inline-size: 27.9rem;
  }
  figcaption {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
}
.coaching-content-list2-image {
  img {
    inline-size: 100%;
  }
}
/* .coaching-carousel2 .splide__slide {
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.coaching-carousel2 .splide__slide.is-active {
  transform: scale(1);
}

.coaching-carousel2 .splide__slide.is-visible:not(.is-active) {
  transform: scale(0.8);
} */
.coaching-item-list {
  margin-top: 2.4rem;
  margin-inline: -2rem;
  li {
    position: relative;
    background-color: #fafafc;
    box-shadow: 0 4px 14px 0 rgba(153, 153, 153, 0.2);
    text-align: justify;
    &:nth-child(1) {
      z-index: 20;
      inline-size: 26rem;
      padding: 1.8rem 2.4rem;
      border-radius: 1.5rem;
      font-size: 1.5rem;
      font-weight: 700;
    }
    &:nth-child(2) {
      z-index: 10;
      inline-size: 24.2rem;
      margin-top: -0.8rem;
      margin-left: auto;
      padding: 2rem 2.4rem;
      border-radius: 1.3rem;
      font-size: 1.3rem;
    }
    &:nth-child(3) {
      inline-size: 19rem;
      margin-top: -0.8rem;
      margin-left: 1.6rem;
      padding: 1.8rem;
      border-radius: 1.1rem;
      font-size: 1.1rem;
    }
  }
}
.coaching-item-image {
  position: absolute;
  bottom: -1.4rem;
  right: 3rem;
}

/* after */
.after {
  padding: 6rem 0;
  background: var(--color-white);
}
.after-title {
  text-align: center;
  span {
    display: block;
  }
}
.after-title-lead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.after-title-text {
  margin-top: 2.4rem;
  color: var(--color-shu);
  font-size: 2.4rem;
  font-weight: 700;
}
.after-list {
  margin-top: 4rem;
  li {
    inline-size: fit-content;
    &:nth-child(odd) {
      margin-left: auto;
    }
    &:nth-child(even) {
      text-align: right;
    }
    &:nth-child(n + 2) {
      margin-top: 3.2rem;
    }
  }
  figcaption {
    margin-top: 1.8rem;
    font-size: 2.2rem;
    font-weight: 700;
  }
}
.after-list-image {
}

/* howto */
.howto {
  padding: 6rem 2.4rem;
  background: #f4f4f4;
}
.howto-title {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
.howto-list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 2.4rem;
  li {
    display: flex;
    padding: 1rem;
    border-radius: 2rem;
    background: #e7e7e7;
  }
}
.howto-wrapper {
  flex-grow: 1;
}
.howto-number {
  inline-size: fit-content;
  padding: 1rem 1.4rem;
  border-radius: 100px;
  background: var(--color-orange);
  font-size: 1.6rem;
  line-height: 1;
}
.howto-text {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.howto-image {
  flex-basis: 14rem;
  flex-shrink: 0;
  img {
    border-radius: 1.4rem;
    box-shadow: 0 4px 10px 0 rgba(8, 54, 91, 0.1);
  }
}

/* ardi */
.ardi {
  padding: 3.8rem 0 4.8rem;
  background: linear-gradient(180deg, #f4f4f4 0%, #e7e7e7 100%);
}
.ardi-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.ardi-text {
  margin-top: -2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  span {
    font-size: 1.4rem;
  }
}
.ardi-link {
  margin-top: 1rem;
  margin-inline: 2.2rem;
}

/* makuake */
.makuake {
  padding-block: 6rem;
  padding-inline: 2rem;
  text-align: center;
}
.makuake-title {
  font-size: 2rem;
  font-weight: 700;
}
.makuake-lead {
  margin-top: 2.4rem;
  .text {
    display: block;
    margin-top: -3rem;
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.makuake-off {
  margin-top: 1.4rem;
  inline-size: fit-content;
  .row {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .max {
    display: flex;
    align-items: center;
    justify-content: center;
    inline-size: 7.5rem;
    block-size: 7.5rem;
    rotate: -10.718deg;
    margin-top: -2em;
    margin-right: -1.3em;
    border: 1px solid;
    border-radius: 400px;
    font-size: 2rem;
    font-weight: 700;
  }
  .number {
    font-size: 12rem;
  }
  .percent {
    display: block;
    font-size: 4.6rem;
  }
  .off {
    display: block;
    font-size: 2.8rem;
  }
  .text {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.makuake-howto {
  margin-top: 3.8rem;
}
.makuake-howto-title {
  font-size: 2rem;
  font-weight: 700;
}
.makuake-howto-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
  li {
    padding: 1.8rem;
    border-radius: 2rem;
    background: rgba(163, 163, 162, 0.15);
  }
}
.makuake-howto-text {
  display: flex;
  column-gap: 1.4rem;
  padding-inline: 0.8rem;
  text-align: left;
  white-space: nowrap;
  .number {
    font-size: 1.9rem;
  }
  .text {
    padding-top: 4px;
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.makuake-howto-button {
  margin-top: 1.4rem;
}

/* solution */
.solution {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
  margin-bottom: 3.5rem;
  padding: 6rem 2rem 4rem;
  background-color: var(--color-usuasagi);
  text-align: center;
  &::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -3.5rem;
    height: 3.5rem;
    background: url(../img/solution_01.svg) no-repeat center center / contain;
  }
}
.solution-title {
  font-size: 2.4rem;
  font-weight: 700;
}
.solution-list {
}
.solution-item {
  display: flex;
  align-items: flex-start;
  &:nth-child(even) {
    flex-direction: row-reverse;
  }
  &:nth-child(1) {
    .solution-image {
      margin-top: 2rem;
      margin-left: -0.75rem;
    }
  }
  &:nth-child(2) {
    align-items: flex-end;
    margin-top: -3.5rem;
    .solution-image {
      margin-right: -0.3rem;
    }
  }
  &:nth-child(3) {
    margin-top: 2.4rem;
    .solution-text {
      margin-top: 1rem;
    }
  }
}
.solution-text {
  flex-grow: 1;
  position: relative;
  padding: 1rem 1.4rem;
  border: 1px solid;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  &::before,
  &::after {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    background: var(--color-usuasagi);
    border-radius: 100px;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1;
  }
  &::before {
    content: '“';
    top: -0.3em;
    left: -0.2em;
  }
  &::after {
    content: '”';
    bottom: -0.1em;
    right: -0.2em;
  }
}
.solution-image {
  flex-basis: 11.6rem;
  flex-shrink: 0;
}

/* help */
.help {
  padding: 4rem 2rem;
}
.help-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  em {
    display: block;
    margin-top: 0.8rem;
    background: var(--color-shu);
    color: var(--color-white);
    padding-block: 0.2rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
}
.help-image-01 {
  margin-top: 2rem;
}
.help-image-02 {
  inline-size: 16.4rem;
  padding-block: 2.4rem;
}
.help-why {
  position: relative;
  margin-top: 6rem;
}
.help-why-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  em {
    font-size: 3.2rem;
  }
  &::before {
    content: 'Why?';
    display: block;
    margin-bottom: 1.4rem;
    color: var(--color-shu);
    font-family: 'Faro', sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.help-why-image-01 {
  position: absolute;
  top: 0;
  right: 0;
  inline-size: 7.7rem;
}
.help-why-text {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 2;
  em {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.help-why-image-02 {
  margin-top: 3.2rem;
  inline-size: 33.5rem;
}

/* cta */
.cta {
  position: relative;
  z-index: 10;
  margin-top: 5.4rem;
  margin-bottom: 4.6rem;
  padding: 3.2rem 2rem;
  background-color: var(--color-shu);
  color: var(--color-white);
  &::before,
  &::after {
    content: '';
    position: absolute;
    width: 100%;
  }
  &::before {
    top: -5.4rem;
    left: 0;
    height: 5.6rem;
    background: url(../img/cta_01.svg) no-repeat center center / cover;
  }
  &::after {
    bottom: -4.6rem;
    left: 0;
    height: 4.8rem;
    background: url(../img/cta_02.svg) no-repeat center center / cover;
  }
}
.cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.cta-button {
  margin-top: 2.4rem;
}
.cta-image {
  position: absolute;
  top: -0.8rem;
  left: 1.6rem;
}

/* tech */
.tech {
  position: relative;
  padding: 6rem 2rem;
  background: var(--color-konai);
  color: var(--color-geppaku);
  &::before {
    content: '';
    position: absolute;
    top: -9.6rem;
    left: 0;
    width: 100%;
    block-size: 10rem;
    background: var(--color-konai);
  }
  &::after {
    content: '';
    position: absolute;
    bottom: -4.8rem;
    left: 0;
    width: 100%;
    block-size: 4.8rem;
    margin-bottom: 4.8rem;
    background: url(../img/tech_01.svg) no-repeat center center / cover;
  }
}
.tech-title {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3;
}
.tech-text {
  margin-top: 3.2rem;
  font-size: 1.4rem;
}
.tech-image {
  margin-top: 3.2rem;
  img {
    inline-size: 33.5rem;
  }
}
.tech-item {
  margin-top: 6rem;
}
.tech-item-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.tech-item-text {
  margin-inline: -2rem;
}
.tech-item-list {
}
.tech-item-list-text {
  margin-top: 24px;
  font-size: 1.4rem;
  text-align: center;
}
.tech-item-list-image {
  img {
    margin-top: 1.6rem;
  }
}

/* flow */
.flow {
  padding: 6rem 2rem;
}
.flow-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.flow-content {
  position: relative;
  margin-top: 4rem;
  + .flow-content {
    position: relative;
    margin-top: 7.8rem;
    &::before {
      content: '';
      position: absolute;
      top: -5.4rem;
      left: 0;
      right: 0;
      margin-inline: auto;
      inline-size: 1.6rem;
      block-size: 3rem;
      background: url(../img/flow_arrow_01.svg) no-repeat center center /
        contain;
    }
  }
}
.flow-content-title {
  text-align: center;
  .icon {
    [width='37'] {
      inline-size: 3.7rem;
    }
    [width='49'] {
      inline-size: 4.9rem;
    }
    [width='26'] {
      inline-size: 2.6rem;
    }
  }
  .text {
    display: block;
    margin-top: 1.6rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
.flow-content-text {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  text-align: center;
}
.flow-content-image {
  margin-top: 2.4rem;
  img {
    inline-size: 33.5rem;
  }
}

/* voice */
.voice {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 2rem 0;
}
.voice-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.voice-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2.4rem;
  border-radius: 2rem;
  background: var(--color-usuasagi);
}
.voice-content-title {
  font-size: 1.8rem;
  font-weight: 700;
}
.voice-content-text {
  font-size: 1.4rem;
}
.voice-content-role {
  font-size: 1.2rem;
  line-height: 1.4;
}

/* price section */
.price-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-original {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  height: 38.4px;
}

.price-original-inner {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.price-label {
  width: 4.4rem;
  height: 2.3rem;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.3px;
}

.price-amount {
  text-align: center;
  font-family: Inter;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: -1.2px;

  &.crossed-out {
    position: relative;
    color: var(--color-text-secondary, #666);

    &::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 2px;
      transform: translateY(-50%) rotate(-5deg);
    }
  }
}

.price-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 500;
}

.tax {
  font-size: 0.7rem;
}

.yen {
  font-size: 1.4rem;
}

.price-sale {
  display: flex;
  align-items: center;
  gap: 0.4rem;

  .price-amount {
    text-align: center;
    font-family: Inter;
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 92.8px */
    letter-spacing: -2.9px;
  }
  .tax {
    font-size: 1.2rem;
  }
  .yen {
    font-size: 28px;
  }
}
.makuake-off {
  margin-top: 1.4rem;
  inline-size: fit-content;
  .row {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}
