@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lusitana:wght@400;700&display=swap");

.text-base {
  font-size: 16px;
}

.pb {
  padding-bottom: 1px;
}

#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;
}

.intro-inner .intro-description {
  padding-top: 60px;
}

.intro-inner .intro-description p {
  text-align: center;
}

.bnr-diagnosis {
  padding: 120px 60px 160px;
}

.bnr-diagnosis img {
  width: 100%;
  height: auto;
}

.main-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  padding-bottom: 16px;
}

.summary {
  display: flex;
  justify-content: center;
}

.summary-inner {
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 20px 18px;
}

.summary-inner .summary-card-wrapper {
  width: 348px;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 10px 0;
  gap: 0;
  font-size: 14px;
  line-height: 130%;
}

.summary-inner .summary-card {
  display: flex;
  justify-content: flex-start;
  width: 298px;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.summary-inner .summary-info {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.summary-inner .step-number {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 2px;
  line-height: 100%;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  color: #4d9668;
}

.summary-inner .message-wrapper {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  white-space: nowrap;
}

.summary-inner .message-wrapper span {
  display: inline-block;
}

.detail {
  background-color: #ffffff;
  width: 100%;
}

.detail .steps-container {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 8px 3px #00000012;
  margin-top: 60px;
}

.detail .steps-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  padding: 60px;
}

.detail .step-1 {
  position: relative;
  margin-right: -5px;
  display: flex;
  gap: 40px;
}

.detail .step-title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.detail .step-description {
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  padding-top: 20px;
}

.detail .step-note {
  left: 0;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 21px;
  padding-top: 16px;
}

.detail .step-title {
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.detail .step-badge-wrapper {
  width: 76px;
  height: 76px;
  background-color: #cfdf84;
  border-radius: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail .step-badge {
  display: flex;
  flex-direction: column;
  width: 30px;
  align-items: center;
  gap: 2px;
  position: relative;
}

.detail .step-label {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Josefin Sans-SemiBold", Helvetica;
  font-weight: 600;
  color: #007f41;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.detail .step-number {
  align-self: stretch;
  color: #007f41;
  font-size: 40px;
  text-align: center;
  position: relative;
  font-family: "Josefin Sans-SemiBold", Helvetica;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.detail .step-image {
  object-fit: cover;
  width: 540px;
  height: 320px;
}

.detail .step-1-title {
  display: flex;
  align-items: center;
  gap: 24px;
}

.detail .help-button-wrapper {
  width: 216px;
  height: 40px;
  box-shadow: 0px 1px 1px #0000001f;
}

.detail .help-button {
  position: relative;
  width: 212px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 25px;
  border: 1px solid;
  border-color: #59af79;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail .help-text {
  top: 11px;
  left: 29px;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #4d9668;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
  white-space: nowrap;
}

.detail .help-text::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 18px;
  font-weight: 900;
}

.detail .separator-wrapper {
  position: relative;
  width: 100%;
  height: 26px;
}

.detail .separator {
  position: relative;
  width: 100%;
  height: 29px;
  top: -2px;
  left: -2px;
}

.detail .separator-line {
  width: 100%;
  height: auto;
}

.detail .separator-arrow {
  position: absolute;
  width: 43px;
  height: 29px;
  top: 0;
  left: 519px;
}

.detail .step-2 {
  position: relative;
  width: 100%;
  margin-right: -5px;
  display: flex;
  gap: 40px;
}

.detail .step-3 {
  position: relative;
  width: 100%;
  margin-right: -3px;
  display: flex;
  gap: 40px;
}

.detail .step-4 {
  position: relative;
  width: 100%;
  margin-right: -3px;
  display: flex;
  gap: 40px;
}

.detail .item-requirements-card {
  background-color: #ecf2ce;
  border-radius: 10px;
  margin-top: 24px;
  padding: 20px 38px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detail .items-container {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 36px;
  flex-wrap: wrap;
  justify-content: center;
}

.detail .item-card {
  display: flex;
  flex-direction: column;
  width: 72px;
  align-items: flex-end;
  gap: 8px;
  position: relative;
}

.detail .item-icon {
  align-self: stretch;
  width: 100%;
  position: relative;
  height: 72px;
}

.detail .item-label {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 15.6px;
}

.detail .item-card {
  display: flex;
  flex-direction: column;
  width: 72px;
  align-items: center;
  gap: 8px;
  position: relative;
}

.detail .p {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 15.6px;
}

.detail .span {
  letter-spacing: 0.07px;
}

.detail .item-note {
  font-size: 10px;
  letter-spacing: 0.05px;
  line-height: 13px;
}

.detail .equipment-icon {
  position: relative;
  width: 72px;
  height: 72px;
}

.detail .item-special-label {
  position: relative;
  width: fit-content;
  margin-left: -12px;
  margin-right: -12px;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 15.6px;
  white-space: nowrap;
}

.detail .section-header {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
}

.detail .section-title {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 24px;
  white-space: nowrap;
}

.detail .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #59af79;
}

.detail .step-5 {
  position: relative;
  width: 100%;
  margin-right: -3px;
  display: flex;
  gap: 40px;
}

.detail .equipment-requirements {
  width: 100%;
  background-color: #ecf2ce;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px 0px 30px;
}

.detail .section-header {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.detail .equipment-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 16px;
  padding-top: 38px;
  justify-content: center;
}

.detail .equipment-item-wrapper {
  position: relative;
  width: 220px;
  height: 72px;
  background-color: #ffffff;
  border-radius: 10px;
}

.detail .equipment-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  left: 12px;
}

.detail .equipment-name {
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 20.8px;
  position: relative;
  width: fit-content;
  color: #333333;
  white-space: nowrap;
}

.detail .equipment-item-wide {
  position: relative;
  width: 456px;
  height: 72px;
  background-color: #ffffff;
  border-radius: 10px;
}

.detail .monitor-title {
  letter-spacing: 0.13px;
}

.detail .monitor-specs {
  font-size: 12px;
  letter-spacing: 0.07px;
  line-height: 15.6px;
}

.detail .final-step-container {
  display: inline-flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.detail .step-6 {
  position: relative;
  width: 100%;
  display: flex;
  gap: 40px;
}

.detail .final-step-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.detail .decoration-icon {
  position: relative;
  width: 75px;
  height: 60px;
  object-fit: cover;
}

.detail .final-title {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.detail .cta-buttons {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-top: 120px;
  flex-wrap: wrap;
  justify-content: center;
}

.detail .contact-button-wrapper {
  position: relative;
  width: 580px;
  height: 120px;
}

.detail .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%);
}

.detail .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;
}

.detail .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;
}

.detail .character-image {
  object-fit: cover;
  width: 36px;
  height: auto;
}

.detail .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%);
}

.detail .trial-text-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding-left: 78px;
}

.detail .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;
}

.detail .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;
}

.detail .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;
}

@media screen and (max-width: 1200px) {
  .summary-inner {
    justify-content: center;
    gap: 13px;
  }

  .detail .step-1-title {
    gap: 6px;
    flex-wrap: wrap;
    flex: 1;
  }

  .detail .step-image {
    width: 345px;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  #main {
    padding-top: 80px;
    font-size: 16px;
  }

  .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: 0px;
  }

  .intro-inner .intro-title h2 {
    font-size: 24px;
  }

  .intro-inner .intro-description {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .bnr-diagnosis {
    padding: 80px 0 80px;
  }

  .intro-inner .intro-description p {
    font-size: 16px;
  }

  .intro-inner .intro-description p.main-text {
    font-size: 18px;
  }

  .summary-inner .summary-card {
    width: 313px;
    gap: 8px;
  }

  .summary-inner .summary-card img {
    width: 40px;
    height: 40px;
  }

  .summary-inner .summary-info {
    gap: 4px;
  }

  .summary-inner .summary-card-wrapper {
    font-size: 12px;
    line-height: 150%;
    width: 166px;
    padding: 0 12px 8px 0;
  }

  .summary-inner .message-wrapper {
    width: 100%;
    font-size: 10px;
  }

  .text-base {
    font-size: 14px;
  }

  .detail .step-badge-wrapper {
    width: 56px;
    height: 56px;
  }

  .detail .step-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  .detail .step-label {
    font-size: 10px;
  }

  .detail .step-title {
    font-size: 20px;
  }

  .detail .step-number {
    font-size: 28px;
  }

  .detail .step-1,
  .detail .step-2,
  .detail .step-3,
  .detail .step-4,
  .detail .step-5,
  .detail .step-6 {
    flex-direction: column;
    gap: 24px;
  }

  .detail .step-1 > div:first-child,
  .detail .step-2 > div:first-child,
  .detail .step-3 > div:first-child,
  .detail .step-4 > div:first-child,
  .detail .step-5 > div:first-child,
  .detail .step-6 > div:first-child {
    display: contents;
  }

  .detail .step-title-wrapper {
    order: 1;
  }
  .detail .step-image {
    order: 2;
    margin: auto;
  }
  .detail .step-description {
    order: 3;
    font-size: 16px;
    padding-top: 0;
  }
  .detail .step-note {
    order: 4;
    margin-top: -8px;
    padding-top: 0;
  }

  .detail .item-requirements-card {
    order: 5;
  }

  .detail .cta-buttons {
    flex-direction: column;
    margin-top: 80px;
    gap: 20px;
  }

  .detail .contact-button-wrapper,
  .detail .contact-button,
  .detail .trial-button-wrapper,
  .detail .trial-text-container {
    width: 345px;
    height: 70px;
    padding-left: 0;
    justify-content: center;
    gap: 4px;
  }

  .detail .contact-text,
  .detail .trial-text {
    font-size: 20px;
  }

  .detail .character-image {
    width: 22px;
  }

  .detail .step-title-wrapper {
    gap: 12px;
  }

  .detail .step-1-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
  }

  .detail .help-button-wrapper {
    width: 200px;
  }

  .detail .steps-container {
    box-shadow: none;
    margin-top: 46px;
  }

  .detail .steps-content {
    padding: 0;
    gap: 40px;
  }

  .detail .equipment-requirements {
    padding: 24px 0px 28px;
    margin-top: -16px;
  }

  .detail .equipment-grid {
    gap: 9px 12px;
  }

  .detail .equipment-item-wrapper {
    width: 148px;
    height: 60px;
  }

  .detail .equipment-icon {
    width: 60px;
    height: 60px;
  }

  .detail .equipment-name {
    font-size: 14px;
  }

  .detail .equipment-item {
    gap: 4px;
    left: 4px;
  }

  .detail .equipment-item-wide {
    width: 305px;
    height: 60px;
  }

  .detail .monitor-title {
    font-size: 14px;
  }

  .detail .monitor-specs {
    font-size: 10px;
  }

  .detail .decoration-icon {
    width: 50px;
    height: auto;
  }

  .detail .final-title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .step1 {
    order: 1;
  }

  .step2 {
    order: 3;
  }

  .step3 {
    order: 5;
  }

  .step4 {
    order: 2;
  }

  .step5 {
    order: 4;
  }

  .step6 {
    order: 6;
  }
}
