@charset "UTF-8";
/* トップの <main class="top-page"> 内のみ。ヘッダー／フッターは styles.css。 */

.top-page img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* 導入成功事例 slick 矢印：LP では .top-page が無いため通常表示。ここで全 img 指定を打ち消す */
.top-page img.slide-arrow {
  width: 3.125rem;
  max-width: none;
  height: 3.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 矢印・ドットの位置は styles.css の .slide-arrow / .slick-dots に準拠（LP と同一） */

.top-page .btn {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 700;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  text-align: center;
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 0;
  padding: 1.1875rem 0;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(83, 105, 101, .3);
          box-shadow: 0px 4px 5px 0px rgba(83, 105, 101, .3);
}
@media screen and (min-width: 768px) {
  .top-page .btn {
    font-size: 1rem;
    padding: 0.625rem 0;
  }
}

.top-page .btn-contact {
  background: linear-gradient(45deg, #F2930C 0, #F2930C 60%, #F24C0C 80%, #F24C0C 100%);
  max-width: 225px;
  max-width: 14.0625rem;
  min-width: 174px;
  min-width: 10.875rem;
}

.top-page .btn-contact__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 99%;
  height: auto;
  padding: 9px 30px;
  padding: 0.5625rem 1.875rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 3.125rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
.top-page .btn-contact__child span {
  background: linear-gradient(45deg, #F2930C 0, #F2930C 60%, #F24C0C 80%, #F24C0C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-page .btn-contact__child i {
  margin-left: 19.02px;
  margin-left: 1.18875rem;
}

.top-page .btn-trial {
  background-size: 300% 100%;
  background: linear-gradient(45deg, #F2930C 0, #F2930C 60%, #F24C0C 80%, #F24C0C 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .top-page .btn-trial {
    max-width: 23.5625rem;
    min-width: 11.875rem;
    padding: 1.1875rem 0;
    font-size: 1.5rem;
  }
}

.top-page .inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-page .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.top-page .section-tittle {
  font-size: 18px;
  line-height: 1.5666666667;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-page .section-tittle {
    font-size: 32px;
    line-height: 50px;
  }
}

.top-page .section-tittle:before {
  content: "";
  width: 110px;
  width: 6.875rem;
  height: 8px;
  height: 0.5rem;
  background-color: #00CC87;
  border: none;
  position: absolute;
  bottom: -18px;
  bottom: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .top-page .section-tittle:before {
    bottom: -1.5rem;
    height: 0.625rem;
    width: 9.375rem;
  }
}

.top-page .section-tittle:not(.step__tittle) span {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.top-page .success-cards {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .top-page .success-cards {
    margin-top: 5.875rem;
  }
}

.top-page .success-card {
  border-radius: 0.9375rem;
  background-color: #FEFEFE;
  padding: 20px;
  padding: 1.25rem;
  -webkit-box-shadow: 0.125rem 0.25rem 0.625rem 0.125rem rgba(0, 0, 0, .25);
          box-shadow: 0.125rem 0.25rem 0.625rem 0.125rem rgba(0, 0, 0, .25);
  margin-right: 40px;
  margin-right: 2.5rem;
}
.top-page .success-card img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 768px) {
  .top-page .success-card {
    width: 48.75rem;
    padding: 3.75rem 1.875rem;
    margin-right: 7.8125rem;
  }
  .top-page .success-card img {
    max-width: 100%;
    height: auto;
  }
}

.top-page .success-card__img {
  width: 294px;
  width: 18.375rem;
  margin-left: auto;
  margin-right: auto;
  height: 242px;
  height: 15.125rem;
}
@media screen and (min-width: 768px) {
  .top-page .success-card__img {
    width: 20rem;
    height: auto;
  }
}

.top-page .success-card__comment {
  height: auto;
  max-width: 294px;
  max-width: 18.375rem;
}
@media screen and (min-width: 768px) {
  .top-page .success-card__comment {
    height: 15.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 50%;
    height: auto;
  }
}

.top-page .success-card a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .top-page .success-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* styles.css の .success-card__text / __detail と同値（LP と同一見た目） */
.top-page .success-card__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .top-page .success-card__text {
    margin-right: 1.875rem;
    margin-top: 0;
  }
}

.top-page .success-card__detail {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .top-page .success-card__detail {
    margin-right: 1.875rem;
    margin-top: 0;
  }
}

.top-page .success-card__detail-list {
  margin-top: auto;
  font-size: 15px;
  font-size: 0.9375rem;
}
.top-page .success-card__detail-list tr {
  padding: 4px;
  padding: 0.25rem;
}
.top-page .success-card__detail-list .det {
  text-align: center;
  background-color: #E9F9F3;
/*   color: #FEFEFE; */
  width: 80px;
  width: 5rem;
}

.top-page .success {
  background-color: #E9F9F3;
}

.top-page .top__success {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  /* セクションレベルのみで横スクロールを抑制。children に overflow を付けると */
  /* CSS の仕様で overflow-y:auto が有効になり縦スクロールが発生するため付けない */
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-page .top__success {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.top-page .top__about {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .top-page .top__about {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .top-page .about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-page .about__tittle {
  width: 247px;
  width: 15.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-page .about__tittle {
    width: 22.9375rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.top-page .about__img {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-page .about__img {
    max-width: 22.9375rem;
    margin-top: 5rem;
    margin-left: 5rem;
  }
}

.top-page .about__text {
  margin-top: 30px;
/*   margin-top: 1.875rem; */
  font-weight:700;
  font-size: 16px;
/*   font-size: 1rem; */
  line-height: 30px;
}

.top-page .faq {
  background-color: #FAFAFA;
}

.top-page .top__faq {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-page .top__faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .top-page .faq__inner {
    max-width: 1000px;
  }
}

.top-page .faq__contents {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.top-page .faq__item {
  -webkit-box-shadow: 0.125rem 0.25rem 0.625rem 0.125rem rgba(0, 0, 0, .25);
          box-shadow: 0.125rem 0.25rem 0.625rem 0.125rem rgba(0, 0, 0, .25);
  border-radius: 0.9375rem;
}

.top-page .faq__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-page .faq__item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.top-page .faq__tittle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #E9F9F3;
  text-align: left;
  border-radius: 0.9375rem 0.9375rem 0 0;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-left: 23px;
  padding-left: 1.4375rem;
/*   padding-right: 22px;
  padding-right: 1.375rem; */
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-page .faq__tittle {
    padding-left: 2.625rem;
/*     margin-right: 0.9375rem; */
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    text-align: left;
  }
}
.top-page .faq__tittle span {
  color: #00CC87;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.top-page .faq__text {
  background-color: #fff;
  border-radius: 0 0 0.9375rem 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-left: 23px;
  padding-left: 1.4375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .top-page .faq__text {
    padding-left: 2.625rem;
  }
}
.top-page .faq__text a {
  color: #0F48D9;
  font-weight: 700;
  border-bottom: 1px solid #0F48D9;
}

.top-page .feature {
  background-color: #FAFAFA;
}

.top-page .top__feature {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-page .top__feature {
    padding-top: 5rem;
    padding-bottom: 30px;
  }
}

.top-page .feature__contents {
  margin-top: 68px;
  margin-top: 4.25rem;
}

.top-page .feature__content:nth-child(n+2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-page .feature__content:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}

.top-page .feature__tittle--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-page .top__feature .feature__tittle--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.top-page .top__feature .feature__tittle--wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .top-page .top__feature .feature__tittle--wrap .feature__tittle {
    text-align: left;
  }
}

.top-page .feature__tittle {
  color: #00CC87;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-page .feature__tittle {
    font-size: 26px;
	line-height: 43px;
  }
}

.top-page .feature__icon {
  width: 80.05px;
  width: 5.003125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-page .feature__icon {
    width: 9.0625rem;
    margin-right: 0;
  }
  .top-page .top__feature .feature__icon {
    margin-left: auto;
  }
}

.top-page .feature__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 20px;
  line-height: 36px;
}

.top-page .top__feature .feature__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .top-page .feature__wrapper,
  .top-page .top__feature .feature__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.5rem 2rem;
  }
  .top-page .top__feature .feature__wrapper .feature__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
}

.top-page .feature__box {
  background-color: #FEFEFE;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0.125rem 0.25rem 0.625rem 0.125rem rgba(0, 0, 0, .25);
          box-shadow: 0.125rem 0.25rem 0.625rem 0.125rem rgba(0, 0, 0, .25);
  padding: 26px;
  padding: 1.625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-page .feature__box {
    max-width: 30rem;
    padding: 2.5rem 1.6875rem 2.5rem 2.4375rem;
  }
}

.top-page .feature__box--tittle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #00CC87;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-page .feature__box--tittle {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
  }
}

.top-page .feature__box--head {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.top-page .feature__box--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-page .feature__box--wrap:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-page .feature__box--wrap:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.top-page .feature__box--icon {
  min-width: 50px;
  min-width: 3.125rem;
  max-width: 50px;
  max-width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .top-page .feature__box--icon {
    max-width: 5rem;
  }
}

.top-page .feature__box--text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .top-page .feature__box--text {
    margin-left: 2.375rem;
  }
}
.top-page .feature__box--text span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}

/* .feature__wrap {
  margin-top: 69px;
  margin-top: 4.3125rem;
} */

.top-page .feature__wrap--tittle {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}

.top-page .feature__wrap--tittle:nth-child(n+2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-page .feature__wrap--tittle:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}

.top-page .feature__img {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-page .feature__img img {
  max-width: 512px;
  max-width: 32rem;
  width: 100%;
  height: auto;
}

/* 「便利な機能」6 円 — SP: 2 列、PC: 3 列 */
.top-page .top__feature .feature__balloon {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 12px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .top-page .top__feature .feature__balloon {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 20px;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-page .top__feature .feature__balloon--item {
  margin: 0;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: none;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(11px, 3.2vw, 14px);
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 6px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
          box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}
@media screen and (min-width: 768px) {
  .top-page .top__feature .feature__balloon--item {
    font-size: clamp(13px, 1.05vw, 18px);
    padding: 12px 10px;
  }
}

/* 緑 / ミントの交互（PC モック: 1・3・5 緑、2・4・6 薄） */
.top-page .top__feature .feature__balloon--item:nth-child(odd) {
  background-color: #60D1AB;
  color: #fff;
}

.top-page .top__feature .feature__balloon--item:nth-child(even) {
  background-color: #E9F9F3;
  color: #333;
  border: 1px solid rgba(0, 204, 135, .25);
}

.top-page .top__feature .feature__wrap {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-page .top__feature .feature__wrap {
    margin-top: 3.75rem;
  }
}

.top-page .feature__square{
  list-style: none;
  padding: var(--pad-card);
  margin: 0;
  display: flex;
  flex-wrap: wrap;                 /* ← これが最重要：必ず折り返す */
  gap: var(--gap);
  width: 100%;
  align-content: flex-start;       /* 2段目以降も詰めて配置 */
  justify-content: space-between;
 }
.top-page .feature__square--item{
/*   flex: 0 1 calc((100% - (var(--gap) * 2)) / 3); */
  background: #fff;
  border: 1.5px solid #07CE8B;
  border-radius: 8px;
  padding: var(--pad-mini);
  text-align: center;
  font-weight: 600;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.65;
  letter-spacing: .02em;
  display: flex;                   /* 中央寄せ */
  align-items: center;
  justify-content: center;
  min-height: clamp(84px, 10vw, 110px);
/*   box-sizing: border-box; */
  width: 130px;
  height: 135px;
  margin: 5px;
 }

.top-page .feature__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.top-page .top__feature .feature__btn a {
  display: block;
  max-width: 100%;
}
.top-page .top__feature .feature__btn picture,
.top-page .top__feature .feature__btn img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top-page .feature__btn {
    width: 100%;
    max-width: 34.625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top-page .feature__btn .btn-trial {
    margin-right: auto;
    margin-left: auto;
  }
  .top-page .top__feature .feature__btn picture,
  .top-page .top__feature .feature__btn img {
    max-width: 34.625rem;
  }
}

/* トップ MV（LP の .fv と同構成・top_fv.jpg） */
.top-page .fv--top {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.top-page .fv--top picture {
  display: block;
  width: 100%;
}

.top-page .fv--top picture img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.top-page .fv__wrapper {
  background: linear-gradient(-28.96deg, #00CC87, #26DA9D);
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top-page .fv__wrapper {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    background-image: url(../images/top/fv__background.jpg);
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .top-page .fv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 31.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .top-page .fv__tittle {
    width: 50rem;
  }
}

@media screen and (min-width: 768px) {
  .top-page .fv__img {
    width: 61.25rem;
    margin-left: 4.1875rem;
  }
}

.top-page .fv__btn {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.top-page .fv__btn .btn-trial {
  margin-left: auto;
  margin-right: auto;
}

.top-page .fv__cta--wrapper {
  padding: 30px 0;
  background-color: #E9F9F3;
/*   padding: 28.22px 0;
  padding: 1.76375rem 0; */
}
.top-page .fv__cta--wrapper img {
    width: 340px;
    max-width: 100%;
    height: auto;
    margin: 0px auto 20px;
}

@media screen and (min-width: 768px) {
  .top-page .fv__cta--wrapper {
    padding: 1.25rem 0;
  }
  .top-page .fv__cta--wrapper img {
/*     margin-top: -45px;
    margin-top: -2.8125rem; */
	width: 460px;
	max-width: 100%;
	height: auto;
	padding: 0px;
	margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-page .fv__cta {
    max-width: 34.625rem;
    margin-right: auto;
    margin-left: auto;
  }
  
  .top-page .fv__cta__note {
  	margin-bottom: 0;
  	font-size: 14px;
  }
}

.top-page .top__plan {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .top-page .top__plan {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* .inner と揃えた横余白（SP はカードが端に張り付かないように） */
.top-page .plan__inner.inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-page .plan__inner.inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.top-page .plan__body {
  margin: 42px auto 0;
  margin: 2.625rem auto 0;
  width: 100%;
  max-width: 1150px;
}
@media screen and (min-width: 768px) {
  .top-page .plan__body {
    margin-top: 4.25rem;
  }
}

br._overTab {
  display: none;
}
@media screen and (min-width: 768px) {
  br._overTab {
    display: block;
  }
}

.top-page .plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top-page .plan__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-page .plan__listItem {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-page .plan__listItem {
    width: calc(33.33333% - 13.33333px);
  }
}

.top-page .plan__listItemImg {
  width: 100%;
}

.top-page .plan__itemarea {
  margin-top: 66px;
  margin-top: 4.125rem;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .top-page .plan__itemarea {
    margin-top: 5.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.25rem;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.top-page .plan__item:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top-page .plan__item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 0;
  }
}

.top-page .plan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #333;
  letter-spacing: 0.05em;
  /* overflow:hidden は外さず shadow のため clip しない */
}
@media screen and (min-width: 768px) {
  .top-page .plan__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
  }
}

/* 見出しカード色は styles.css（_first:#E9F9F3 / _second:#6FE1BB / _third:#00CC87）をそのまま継承 */
/* PC では head 上角丸・body 下角丸 */
@media screen and (min-width: 768px) {
  .top-page .plan__item-head {
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .top-page .plan__item-body {
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
            box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    display: block;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .top-page .plan__item:nth-child(n+2) {
    margin-top: 1.25rem;
  }
  /* 固定高のリードコメントを解除 */
  .top-page .plan__item-topcomment {
    height: auto;
    min-height: 0;
  }
  /* フリープランの本体は初期表示で開く */
  .top-page .plan__item._first .plan__item-body {
    display: block;
  }
}

/* 注釈テーブル：SP でも読みやすい余白 */
.top-page .plan__text {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* styles.css 後半の .plan__item-head ラベル「チップ化」を打ち消し、添付デザインの見出しエリアに合わせる */
.top-page .plan__item-head .plan__item-price-text,
.top-page .plan__item-head .plan__item-commission-text {
  display: block;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  min-height: 0;
  height: auto;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.35;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-page .plan__item-head .plan__item-price,
.top-page .plan__item-head .plan__item-commission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 0.75rem;
}

.top-page .plan__item-head .plan__item-price {
  margin-top: 1rem;
}

/* 旧スタイルの右マージンを外し、左右配置と両立させる */
.top-page .plan__item-head .plan__item-price-yennum,
.top-page .plan__item-head .plan__item-commission-pernum {
  margin-right: 0;
  margin-left: 0;
}

.top-page .plan__item-head .plan__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .top-page .plan__item-head .plan__item-title {
    font-size: 1.375rem;
  }
}

/* 契約期間ラベル：月額行と同じ横余白＋角丸5px（チップ型はやめる） */
.top-page .plan__item-head .plan__item-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #00cc87;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font-size: 0.8125rem;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 2.5rem);
  max-width: 100%;
  margin: 1rem 1.25rem 0;
  padding: 0.5rem 1.25rem;
  min-width: 0;
  min-height: 0;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .top-page .plan__item-head .plan__item-term {
    width: auto;
    max-width: calc(100% - 2.5rem);
    margin: 1.125rem 1.25rem 0;
  }
}

.top-page .plan__item._first .plan__item-head {
  background-color: #eaf8f2;
}

@media screen and (max-width: 767px) {
  .top-page .plan__item-head {
    border-radius: 12px 12px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}

/* =======================================================
   Auto Cards (scoped under .feature__content.is-auto only)
   brand: #00CC87 / accent: #F56C22 / bg: #E9F9F3
======================================================= */
.top-page .feature__content.is-auto .autoGrid{
  margin-top: 28px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px){
  .top-page .feature__content.is-auto .autoGrid{
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

/* Card */
.top-page .feature__content.is-auto .autoCard{
  position: relative;
  background:#E9F9F3;
  border-radius:14px;
  padding:28px 22px 22px;
  box-shadow:0 6px 22px rgba(0,0,0,.06);
}
/* .feature__content.is-auto .autoCard__badge{
  position:absolute;
  left:50%;
  top:0;
  transform:translate(-50%, -50%);
  background:#00CC87;
  color:#fff;
  font-weight:700;
  font-size:.95rem;
  padding:8px 16px;
  border-radius:999px;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(0,204,135,.25);
} */
.top-page .autoCard__badge{
    background: #07CE8B;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 2px 16px;
    border-radius: 30px;
    width: auto;
    height: 37px;
    text-align: center;
}
.top-page .feature__content.is-auto .autoCard__body{
  display:flex; align-items:center; gap:24px;
}
@media (max-width: 768px){
  .top-page .feature__content.is-auto .autoCard__body{ flex-direction:column; }
}
/* reverse layout on PC only */
@media (min-width: 769px){
  .top-page .feature__content.is-auto .autoCard.is-reverse .autoCard__body{
    flex-direction:row-reverse;
  }
}

.top-page .autoCard__content{
	text-align: center;
}
.top-page .feature__content.is-auto .autoCard__head{
  font-weight:700; color:#F56C22; line-height:1.6; margin-bottom:10px;
}
.top-page .feature__content.is-auto .autoCard__text{
  position:relative; padding-top:14px; margin-top:14px;
}
.top-page .feature__content.is-auto .autoCard__text::before{
  content:""; position:absolute; left:0; right:0; top:0;
  border-top:1px dashed rgba(0,0,0,.15);
}

.top-page .feature__content.is-auto .autoCard__image{ flex:0 0 44%; max-width:44%; }
.top-page .feature__content.is-auto .autoCard__image img{ width:100%; height:auto; display:block; }
@media (max-width: 768px){
  .top-page .feature__content.is-auto .autoCard__image{ max-width:320px; width:100%; }
}

.feature__content.is-auto .autoCard__head,
.top-page .feature__content.is-auto .autoCard__text{ font-size:1rem; }

.top-page .autoCard{
	display:flex;
}

.top-page .feature__content.is-auto .feature__tittle--wrapper{ text-align:center; }

/* ===== 3STEPではじめられるTITAN（トップのみ・添付デザイン準拠） ===== */
.top-page .top__step {
  background-color: #f0f9f6;
}

.top-page .step__inner.inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-page .step__tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  color: #333;
  gap: 0.375rem;
  line-height: 1.2;
  font-size: 1.5rem;
}
.top-page .step__tittle-lead,
.top-page .step__tittle-main {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  margin: 0;
}
.top-page .step__tittle-lead {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #333;
}
.top-page .step__tittle-main {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .top-page .step__tittle {
    gap: 0.5rem;
    font-size: 2.5rem;
    line-height: 1;
  }
  /* どうやって申し込む？（PC指定） */
  .top-page .step__tittle-lead {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  /* 3STEPで…（メイン行・section-tittle に近い尺） */
  .top-page .step__tittle-main {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: 0.02em;
  }
}

.top-page .step__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-page .step__contents {
    margin-top: 3rem;
  }
}

.top-page .step__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* タイムラインの縦線・丸アイコンを廃止 */
.top-page .step__item::before,
.top-page .step__item:first-child::before,
.top-page .step__item:last-child::before {
  content: none !important;
  display: none !important;
}

/* SP：緑ヘッダー＋白本文のカード縦並び（角丸なし／styles.css 末尾のタイムライン用スタイルを上書き） */
@media screen and (max-width: 767px) {
  .top-page .step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch !important;
    gap: 0;
    margin-top: 1.25rem;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    position: relative;
  }
  .top-page .step__item:first-child {
    margin-top: 0;
  }

  .top-page .step__number {
    position: static !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 !important;
    margin-left: 0 !important;
    padding: 1rem 1rem 1.125rem;
    border-radius: 0 !important;
    background: #00cc87;
    color: #fff;
    font-size: 0;
    font-weight: 700;
    line-height: 1;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none !important;
    min-height: 0 !important;
    height: auto !important;
    max-width: none !important;
    gap: 0.125rem;
  }
  .top-page .step__number br {
    display: none;
  }
  .top-page .step__number .step__label {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: none;
    opacity: 1;
  }
  .top-page .step__number .step__digit {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .top-page .step__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 !important;
    padding: 1.125rem 1.125rem 1.25rem !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65;
    color: #333;
  }
  .top-page .step__text span {
    display: block;
    font-weight: 700;
    margin-bottom: 0.625rem;
    line-height: 1.5;
  }
}

/* PC：左に緑バンド、右に白エリア（角丸なし・左帯は行の高さいっぱい） */
@media screen and (min-width: 768px) {
  .top-page .step__content {
    position: relative;
    padding-right: 8%;
    padding-bottom: 3rem;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .top-page .step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch !important;
    gap: 0;
    margin-top: 1.5rem;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
  }
  .top-page .step__item:first-child {
    margin-top: 0;
  }

  .top-page .step__number {
    position: static !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    min-width: 7.5rem;
    max-width: 11rem;
    margin: 0 !important;
    margin-left: 0 !important;
    padding: 1.25rem 0.5rem;
    border-radius: 0 !important;
    background: #00cc87;
    color: #fff;
    font-size: 0;
    font-weight: 700;
    line-height: 1;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    min-height: 100%;
    height: auto !important;
    gap: 0.25rem;
    padding: 0.75rem 0.5rem;
  }
  .top-page .step__number .step__label {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
  .top-page .step__number .step__digit {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .top-page .step__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 !important;
    padding: 1.5rem 1.75rem 1.5rem 1.5rem !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #333;
  }
  .top-page .step__text span {
    display: block;
    font-weight: 700;
    font-size: 1.0625rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
  }
}

/* イラスト（PC）：カード列の右下 */
@media screen and (min-width: 768px) {
  .top-page .step__icon {
    position: absolute;
    right: -1rem;
    bottom: 5rem;
    max-width: 9.5rem;
    width: 28%;
    z-index: 2;
    pointer-events: none;
  }
  .top-page .step__icon img {
    width: 100%;
    max-width: 9.5625rem;
    height: auto;
    display: block;
  }
}

.top-page .step__text a {
  color: #0f48d9;
  font-weight: 700;
  border-bottom: 1px solid #0f48d9;
}

/* CTA */
.top-page .step__content .feature__btn {
  width: 100%;
  max-width: 34.625rem;
  margin: 2rem auto 0;
}
.top-page .step__content .feature__btn a {
  display: block;
  max-width: 100%;
}
.top-page .step__content .feature__btn picture,
.top-page .step__content .feature__btn img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top-page .step__content .feature__btn {
    margin-top: 3rem;
  }
  .top-page .step__content .feature__btn picture,
  .top-page .step__content .feature__btn img {
    max-width: 34.625rem;
  }
}


/* ===========================================
   「TAITANの機能」セクション
=========================================== */

/* カラートークン（このセクション内だけで使用） */
.top-page .top__feature {
  --brand: #20cc79;      /* メインの緑（見出しライン／バッジ） */
  --brand-dark: #10b267; /* 濃い緑（サブ見出し） */
  --panel: #e9f9f3;      /* 薄緑パネル */
  --line: #e2e8f0;       /* 薄い枠線 */
  --muted: #5b6b7a;      /* 説明文カラー */
  --shadow: 0 10px 30px rgba(2, 6, 23, .06);
}

/* 内側最大幅と余白（既存の .inner を微調整しない場合でもOK） */
.top-page .top__feature .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0px 20px;
}

/* = 見出し（TAITANの機能） = */
.top__feature .section-tittle,
.top-page .top__feature .section-title {  /* typo互換 */
  text-align: center;
  font-weight: 900;
  font-size: clamp(26px, 3.2vw, 36px);
  letter-spacing: .02em;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 24px;
}
.top__feature .section-tittle::before,
.top-page .top__feature .section-title::before {
  /* 既存の:beforeを上書きして“丸い帯”に */
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.25rem;
  transform: translateX(-50%);
  width: 82px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-dark) 100%);
  box-shadow: 0 2px 0 rgba(0,0,0,.04) inset;
}

/* = 見出し（ホームページ制作の自動化）とリード文 = */
@media(min-width:789px){
	.top-page .feature__title {
	  	font-weight: 700;
	  	font-size: 26px;
		line-height: 43px;
	}
}
.top-page .feature__title {
	margin: 18px 0 8px;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #07CE8B;
	text-align: center;
}
.top-page .top__feature .feature__text {
  margin: 8px auto 18px;
  max-width: 840px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-page .top__feature .feature__text.u-mobile {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .top-page .top__feature .feature__tittle--wrap .feature__text.u-desktop {
    text-align: left;
  }
}

/* PC/SP切替（HTMLの .u-desktop / .u-mobile を活かす） */
.top-page .top__feature .u-desktop { display: none; }

/* = 2カードのグリッド = */
.top-page .top__feature .autoGrid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 24px;
  margin-top: 50px;
}
/* @media (max-width: 960px){
  .top-page .top__feature .autoGrid{ grid-template-columns: 1fr; gap: 32px; }
} */

/* = 薄緑パネル（外側） = */
.top-page .top__feature .autoGrid .autoCard{
  position: relative;
  background: var(--panel);
  border: 1px solid #e8f5ee;
  border-radius: 24px;
  padding: 28px 22px 22px;
  box-shadow: var(--shadow);
}

/* = ピル型バッジ（中央上） = */
.top-page .top__feature .autoGrid .autoCard__badge{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  margin: 0;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(32,204,121,.25);
  z-index: 2;
}
/* 既存で固定幅や大きいフォントを当てている場合の強制解除 */
.top-page .top__feature .autoGrid .autoCard__badge{
  width: auto; height: auto; text-align: center;
}

/* = 白いカード本体（内側） = */
.top-page .top__feature .autoGrid .autoCard__body{
  background: #E9F9F3;
/*   border: 1px solid var(--line); */
  border-radius: 18px;
/*   box-shadow: var(--shadow); */
/*   padding: 18px 18px 10px; */
  display: block;
  width: 420px;
  margin: auto;
}
/* @media(min-width:789px){
	.top-page .feature__square__item{
		width: 130px;
		height: 135px;
	}
} */
@media(max-width:789px){
	.top-page .autoCard--features .autoCard__body{
	  display: block;
	}

	/* 3×2 のグリッドを ul に作る（PC も SP も 3 列固定にしたいならこのまま） */
	.top-page .autoCard--features .feature__square{
	  display: grid;
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	  gap: 14px;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  width: 100%;
	}
	.top-page .top__feature .autoGrid .autoCard{
		margin-top:50px;
	}
	.top-page .top__feature .autoGrid{
		display: block;
	}
	.top-page .feature__square{
		padding: 36px 20px 30px 20px;
		display: grid;
  		grid-template-columns: repeat(3, 1fr); 
	}
	.top-page .feature__square--item{
		width: 95px;
		height: 90px;
		font-size: 12px;
        font-weight: 500;
        line-height: 18px;
	}
}


/* = テキストブロック（見出し＋説明） = */
.top-page .top__feature .autoGrid .autoCard__head{
	margin: 0 0 12px;
	font-weight:500;
	font-size: 14px;
	text-align: left;
}

.top-page .top__feature .autoGrid .autoCard__text{
  margin: 0;
  font-weight:500;
  font-size: 14px;
  padding-top: 12px;
  border-top: 1px dashed #dbe2ea; /* 点線の区切り */
  text-align: left;
}
@media (min-width){
	.top-page .top__feature .autoGrid .autoCard__head{
	  	font-size: 16px;
	}
	.top-page .top__feature .autoGrid .autoCard__text{
		font-size: 16px;
	}
}

/* = 画像枠（上にツールバー風の帯＋ドット3つ） = */
.top-page .top__feature .autoGrid .autoCard__image{
  position: relative;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  padding-top: 38px; /* ツールバー分の余白 */
}
/* .top__feature .autoGrid .autoCard__image::before{
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 38px;
  background: #f8fafc;
  border-bottom: 1px solid var(--line);
}
.top-page .top__feature .autoGrid .autoCard__image::after{
  content: "";
  position: absolute;
  top: 12px; left: 12px;
  width: 10px; height: 10px; border-radius: 50%;
  background: #cbd5e1;
  box-shadow: 16px 0 0 #cbd5e1, 32px 0 0 #cbd5e1;
} */
.top-page .top__feature .autoGrid .autoCard__image img{
  display: block; width: 100%; height: auto;
}

/* = このセクションだけ説明文サイズを“デザイン準拠”に補正 = */
.top-page .top__feature .feature__text{
	font-size: 14px;
  	line-height: 26px;
  	font-weight: 500;
}
@media (min-width: 768px) {
  .top-page .top__feature .u-desktop { 
	  display: block;
	}
	.top-page .top__feature .feature__text{
	  font-weight: 500;
	  font-size: 20px;
	  line-height: 36px;
	  color: #333333;
	}
}

@media screen and (min-width: 768px) {
  .top-page .plan__detail-button {
    display: none;
  }
}

/* ===== 「TITANで集客できる３つのポイント」(#point) ===== */
.top-page .top__point {
  background-color: #f0f9f6;
}

.top-page .top__point .point__inner {
  max-width: 1150px;
}

.top-page .top__point .point__contents .about__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* ボタン外枠：グローバル .btn の全幅・固定高さを解除 */
.top-page .top__point .point__btn.btn.btn-contact {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  margin-top: 1.5rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .top-page .top__point .point__btn.btn.btn-contact {
    justify-content: flex-end;
    margin-top: 1.875rem;
  }
}

/* ピル型：白背景・オレンジ枠・ドロップシャドウ（デザイン準拠） */
.top-page .top__point .point__btn .btn-contact__child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: min(100%, 280px);
  padding: 12px 28px;
  background-color: #fff !important;
  border: 2px solid #f39800;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .top-page .top__point .point__btn .btn-contact__child {
    margin-left: auto;
    margin-right: 0;
    min-width: 240px;
  }
}

/* トップ共通のグラデ文字クリップを無効化し、オレンジ実色に */
.top-page .top__point .point__btn .btn-contact__child span {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #f39800 !important;
  color: #f39800 !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}

.top-page .top__point .point__btn .btn-contact__child i {
  color: #f39800;
  -webkit-text-fill-color: #f39800;
  margin-left: 8px;
  font-size: 0.85em;
}

.top-page .top__point .point__btn .btn-contact__child:hover {
  opacity: 1;
  filter: brightness(0.98);
}

@media screen and (min-width: 768px) {
  .top-page .top__point .point__btn .btn-contact__child:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  }
}

/* 見出し・リードのトーン（デザインに近づける） */
.top-page .top__point .point__tittle {
  color: #00cc87;
}

.top-page .top__point .point__head {
  color: #333;
  font-weight: 700;
}
