.t-hidden-sp {
  display: none;
}

.services-contents:nth-of-type(2n) {
  background-color: #fff;
}

.services-contents:nth-of-type(2n-1) {
  background-color: #f1f1f1;
}

@media (min-width:768px) {
  .t-hidden-sp {
    display: block;
  }

  .t-hidden-pc {
    display: none;
  }
}

.t-services-contents--kv {
  background-image: url(/_assets/t-images/kv-bg_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.kv-img {
  margin-inline: auto;
  padding-block: 80px;
  max-width: 400px;
  width: 100%;
}

.t-cta {
  background-color: #EC8E26;
  padding-block: 40px;
}

.flex__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.t-cta__text {
  text-align: center;
  color: white;
  font-size: 16px;
}


.t-btn a {
  padding-block: 14px;
  padding-inline: 66px;
  color: white;
  background-color: black;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 16px;
  line-height: 180%;
  font-weight: 700;
}

  .title-h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 180%;
  }

  .title-h2 span,
  .title-h3 span {
    color: #EC8E26;
  }


  .cv-cpa__text {
    margin-block-start: 36px;
    font-size: 16px;
    line-height: 180%;
  }

  .cv-cpa__text span {
    color: #EC8E26;
  }

  .cv-cpa__img {
    max-width: 300px;
    width: 100%;
    margin-inline: auto;
  }

  .t-section-02 .title-h2,
  .t-section-03 .title-h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
  }

  .t-section-02__text {
    text-align: center;
    margin-block-start: 30px;
    font-size: 14px;
    font-weight: 500;
  }

  .t-section-02__img {
    margin-block-start: 48px;
    margin-inline: auto;
    max-width: 400px;
  }

  .t-section-03__title {
    padding: 10px;
    margin-inline: auto;
    max-width: 400px;
    background-color: #EC8E26;
    color: white;
    font-size: 17px;
    line-height: 100%;
    text-align: left;
  } 

  .t-section-03__img {
    margin-block-start: 35px;
    margin-inline: auto;
    max-width: 400px;
  }

  .t-section-04__img {
    margin-block-start: 30px;
    margin-inline: auto;
    max-width: 400px;
  }

  .t-section-04 .title-h2 {
    font-size: 24px;
    font-weight: 700;
  }
  .t-section-04 .title-h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
  }

  .t-section-04 .mt-100-160 {
    margin-block-start: 100px;
  }

  .t-section-05__img {
    margin-block-start: 46px;
    min-width: 100%;
  }

  .t-section-05__img img {
    min-width: 533px;
    display: block;
  }

  @media (max-width:600px) {
    .t-section-05__img {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
    }
  }


@media (min-width:768px) {
  .kv-img {
    margin-inline: auto;
    padding-inline: 80px;
    max-width: 920px;
    width: 100%;
  }

  .t-services-contents--kv {
    background-image: url(/_assets/t-images/kv-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
  }

  .t-cta {
    padding-block: 88px;
  }

  .flex__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: min(calc(40 / 1440 * 100vw), 40px);
  }

  .t-cta__text {
    text-align: left;
    color: white;
    font-size: 24px;
  }

  .t-btn a {
    padding-block: 14px;
    padding-inline: 66px;
    color: white;
    background-color: black;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 20px;
    line-height: 180%;
    font-weight: 700;
  }

  .title-h2 {
    text-align: center;
    font-size: min(calc(40 / 1440 * 100vw), 40px);
    font-weight: 700;
    line-height: 180%;
  }

  .title-h2 span,
  .title-h3 span {
    color: #EC8E26;
  }

  .cv-cpa__text {
    font-size: min(calc(32 / 1440 * 100vw), 32px);
    line-height: 180%;
  }

  .cv-cpa__text span {
    color: #EC8E26;
  }

  .cv-cpa__img {
    max-width: min(calc(487 / 1440 * 100vw), 487px);
  }

  .t-section-02 .title-h2,
  .t-section-03 .title-h2 {
    font-size: min(calc(32 / 1440 * 100vw), 32px);
  }

  .t-section-02__text {
    text-align: center;
    margin-block-start: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }

  .t-section-02__img {
    max-width: 1117px;
  }

  .t-section-03 .flex__wrapper {
    justify-content: center;
  }

  .t-section-03__img {
    margin-block-start: 80px;
    max-width: 1124px;
  }

  .t-section-04 .title-h2 {
    font-size: min(calc(32 / 1440 * 100vw), 32px);
  }
  .t-section-04 .title-h3 {
    margin-block-start: 75px;
    font-size: min(calc(32 / 1440 * 100vw), 32px);
  }

  .t-section-04 .mt-100-160 {
    margin-block-start: 160px;
  }

  .t-section-05__img {
    margin-block-start: 60px;
    overflow-x: unset;
    -webkit-overflow-scrolling: unset;
  }

  .t-section-05__img + .t-section-05__img {
    margin-block-start: 85px;
  }
}