@charset "UTF-8";

#main a {
  color: #333;
  text-decoration: none;
}

#main {
  padding-top: 140px;
  color: #333;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
  width: 100%;
}

.title-box {
  background-color: #61b380;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title-inner h1 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
}

.title-inner p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.layout-max {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.breadcrumbs {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding-top: 16px;
  font-size: 12px;
}

.breadcrumbs li {
  margin-bottom: 0;
}

.breadcrumbs li + li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/images/styleplan/arrow-right.svg") no-repeat center/contain;
}

.breadcrumbs li span {
  padding-left: 4px;
}

.breadcrumbs .home {
  text-decoration: underline;
  color: #4d9668;
}

.intro {
  width: 100%;
}

.intro-inner {
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.intro-inner .intro-title {
  text-align: center;
}

.intro-inner .intro-title h2 {
  padding-top: 10px;
  color: #4d9668;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
}

.intro-inner .intro-description {
  padding-top: 60px;
}

/* .intro-inner .intro-description p {
  text-align: center;
} */

.intro-inner .chiefBox {
  display: flex;
  gap: 40px;
  padding-top: 40px;
}

.intro-inner .chiefBox .txt {
  width: 100%;
}

.cta-buttons {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-top: 120px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-buttons .contact-button-wrapper {
  position: relative;
  width: 580px;
  height: 120px;
}

.cta-buttons .contact-button {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-left: 50px;
  height: 120px;
  border-radius: 60px;
  box-shadow: 0px 2px 0px #509d6d;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.05) 49%,
      rgba(0, 0, 0, 0.1) 49%
    ),
    linear-gradient(0deg, rgba(97, 179, 128, 1) 0%, rgba(97, 179, 128, 1) 100%);
}

.cta-buttons .contact-text {
  top: 33px;
  left: 105px;
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 2.52px;
  line-height: 54px;
  white-space: nowrap;
}

.cta-buttons .contact-text::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.cta-buttons .character-image {
  object-fit: cover;
  width: 36px;
  height: auto;
}

.cta-buttons .trial-button-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 580px;
  height: 120px;
  border-radius: 60px;
  box-shadow: 0px 2px 0px #e0944f;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.05) 49%,
      rgba(0, 0, 0, 0.1) 49%
    ),
    linear-gradient(0deg, rgba(247, 164, 87, 1) 0%, rgba(247, 164, 87, 1) 100%);
}

.cta-buttons .trial-text-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding-left: 78px;
}

.cta-buttons .trial-button-wrapper::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.cta-buttons .trial-text {
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 4.32px;
  line-height: 54px;
  white-space: nowrap;
}

.cta-buttons .trial-subtitle {
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2.64px;
  line-height: 33px;
  white-space: nowrap;
}

.overview {
  padding: 60px 15px 0px;
}

.overview-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #00a67a;
}

.overview-text p + p {
  margin-top: 20px;
}

.bnr-diagnosis {
  padding: 0 60px 130px;
}

.bnr-diagnosis img {
  width: 100%;
  height: auto;
}

.pc_hide {
  display: none;
}

@media (max-width: 768px) {
  #main {
    padding-top: 80px;
    padding-bottom: 0;
    font-size: 16px;
    margin-top: 0;
  }

  .title-box {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .title-inner h1 {
    font-size: 24px;
  }

  .title-inner p {
    font-size: 14px;
  }

  .intro-inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .intro-inner .intro-title h2 {
    font-size: 24px;
  }

  .intro-inner .intro-description {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .intro-inner .intro-description p {
    font-size: 16px;
  }

  .intro-inner .intro-description p.main-text {
    font-size: 18px;
  }

  .intro-inner .chiefBox {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
  }

  .cta-buttons {
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
    gap: 20px;
  }

  .cta-buttons .contact-button-wrapper,
  .cta-buttons .contact-button,
  .cta-buttons .trial-button-wrapper,
  .cta-buttons .trial-text-container {
    width: 345px;
    height: 70px;
    padding-left: 0;
    justify-content: center;
    gap: 4px;
  }

  .cta-buttons .contact-text,
  .cta-buttons .trial-text {
    font-size: 20px;
  }

  .cta-buttons .character-image {
    width: 22px;
  }

  .overview {
    padding-top: 0px;
  }

  .bnr-diagnosis {
    padding: 80px 0 80px;
  }

  .pc_hide {
    display: block;
  }
}
