* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 1440px;
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}
body.is-menu-open {
  overflow: hidden;
}
body.is-modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
}

.t-header {
  position: sticky;
  top: -69px;
  z-index: 20;
  width: 100%;
  height: 142px;
  background: #17a2e7;
}
.t-header__brand {
  position: relative;
  height: 69px;
  background: #fff;
}
.t-header__company-link {
  position: absolute;
  top: 23px;
  left: calc(50% - 595px);
  width: 200px;
  height: 29px;
}
.t-header__company {
  width: 100%;
  height: 100%;
}
.t-header__bar {
  position: relative;
  height: 73px;
  background: #17a2e7;
}
.t-header__inner {
  position: relative;
  width: 1200px;
  height: 73px;
  margin: 0 auto;
}
.t-header__logo {
  position: absolute;
  top: 22px;
  left: 0;
}
.t-header__nav {
  position: absolute;
  top: 26px;
  left: 660px;
  display: flex;
  gap: 40px;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.t-header__cta {
  position: absolute;
  top: 14px;
  right: 2px;
}
.t-header__menu-btn, .t-header__drawer {
  display: none;
}

.c-start-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #ef6f26;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.c-start-btn span {
  margin-top: -1px;
}
.c-start-btn img {
  width: 11px;
  height: 17px;
  margin-left: 24px;
}

.p-hero {
  position: relative;
  height: 700px;
  overflow: hidden;
  background: #17a2e7;
}
.p-hero__stage {
  position: absolute;
  top: 0;
  left: calc(50% - 762px);
  width: 1578.646px;
  height: 700px;
}
.p-hero__background {
  position: absolute;
  top: 0;
  left: 42px;
  width: 1440px;
  height: 700px;
}
.p-hero__bg, .p-hero__title, .p-hero__copy, .p-hero__visual {
  position: absolute;
}
.p-hero__bg {
  top: 9px;
  left: 18px;
  width: 1530px;
  height: 699px;
}
.p-hero__title {
  top: 80px;
  left: 152px;
  width: 622px;
  height: 420px;
  margin: 0;
}
.p-hero__copy {
  top: 514px;
  left: 277px;
  width: 316px;
  height: 128px;
}
.p-hero__visual {
  bottom: 0px;
  left: 662px;
}

.c-primary-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 405px;
  height: 65px;
  border-radius: 10px;
  background: #ef6f26;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.c-primary-btn__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.c-primary-btn img {
  position: absolute;
  top: 50%;
  right: 34px;
  width: 11px;
  height: 17px;
  transform: translateY(-50%);
}

.p-lead {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f6f1e7;
  overflow: hidden;
}
.p-lead__card {
  position: relative;
  width: 1200px;
  padding-top: 64px;
  padding-bottom: 64px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  background-image: linear-gradient(#c9ecfb 1px, transparent 1px), linear-gradient(90deg, #c9ecfb 1px, transparent 1px);
  background-size: 40px 40px;
}
.p-lead__decor {
  position: absolute;
  pointer-events: none;
}
.p-lead__decor--magnifier {
  bottom: -45px;
  left: -127px;
  width: 419px;
}
.p-lead__decor--pen {
  right: -30px;
  bottom: 75px;
  width: 407px;
}
.p-lead__decor--left {
  top: 40px;
  left: 88px;
  width: 208px;
}
.p-lead__decor--top {
  top: 33px;
  right: 73px;
  width: 210px;
}
.p-lead__decor--pencil-sp, .p-lead__decor--top-sp, .p-lead__decor--magnifier-sp, .p-lead__decor--pen-sp {
  display: none;
}
.p-lead__content {
  position: relative;
  z-index: 1;
  width: 620px;
  margin: 0 auto;
  text-align: center;
}
.p-lead__eyebrow {
  margin: 0 0 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
.p-lead__title {
  margin: 0;
  color: #179ddf;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.35;
}
.p-lead__text {
  margin: 23px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
.p-lead__supervised {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
.p-lead__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  gap: 31px;
}

.p-intro {
  position: relative;
  min-height: 888px;
  background: #17a2e7;
  color: #fff;
}
.p-intro__wave {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 73px;
  background-color: #f6f1e7;
  transform: translateX(-50%);
}
.p-intro__inner {
  position: relative;
  width: 1440px;
  height: 888px;
  margin: 0 auto;
}
.p-intro__question {
  position: absolute;
  top: 226px;
  left: 156px;
  width: 259px;
}
.p-intro__people {
  position: absolute;
  top: 123px;
  right: 102px;
  width: 283px;
}
.p-intro__people._pc {
  display: block;
}
.p-intro__people._sp {
  display: none;
}
.p-intro__heading {
  position: absolute;
  top: 133px;
  left: 50%;
  width: 520px;
  transform: translateX(-50%);
  text-align: center;
}
.p-intro__heading h2 {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.28;
}
.p-intro__heading h2 span {
  color: #ffe55f;
}
.p-intro__heading-line {
  width: 100px;
  height: 5px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: #ffe55f;
}
.p-intro__lead {
  position: absolute;
  top: 301px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
  text-align: center;
  white-space: nowrap;
}

.p-problem-list {
  position: absolute;
  top: 459px;
  left: 94px;
  display: grid;
  width: 1253px;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.p-problem-card {
  position: relative;
  min-height: 254px;
  padding: 25px 28px 36px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  color: #000;
}
.p-problem-card::after {
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 45px;
  height: 45px;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 0 0 6px;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.13);
  content: "";
}
.p-problem-card__no {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 63px;
}
.p-problem-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.46;
  text-align: center;
}
.p-problem-card h3 span {
  color: #17a2e7;
}
.p-problem-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
}

.p-service {
  position: relative;
  min-height: 2232px;
  margin-top: -73px;
  overflow: hidden;
}
.p-service::before {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 100%;
  height: 2055px;
  transform: translateX(-50%);
  background: #ffe55f;
  content: "";
}
.p-service__wave {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 73px;
  transform: translateX(-50%);
}
.p-service__bg {
  position: absolute;
  top: 254px;
  left: 50%;
  z-index: 1;
  width: 1416px;
  height: 1150px;
  transform: translateX(-50%);
  pointer-events: none;
}
.p-service__inner {
  position: relative;
  z-index: 2;
  width: 1200px;
  height: 2100px;
  margin: 0 auto;
}
.p-service__heading, .p-service__voice-heading {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.p-service__heading h2, .p-service__voice-heading h2 {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.28;
}
.p-service__heading h2 span, .p-service__voice-heading h2 span {
  color: #17a2e7;
}
.p-service__heading {
  top: 132px;
  width: 620px;
}
.p-service__heading-line {
  width: 100px;
  height: 5px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: #fff;
}
.p-service__lead {
  position: absolute;
  top: 300px;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 1.78;
  text-align: center;
}
.p-service__features {
  position: absolute;
  top: 440px;
  left: -5px;
  width: 1317px;
  height: 480px;
}
.p-service__features::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1010px;
  height: 480px;
  background: #fff;
  content: "";
}
.p-service__chat {
  position: absolute;
  top: 67px;
  left: 4px;
  z-index: 1;
  width: 568px;
}
.p-service__points {
  position: absolute;
  top: 69px;
  left: 631px;
  z-index: 1;
  display: grid;
  width: 548px;
  gap: 44px;
}
.p-service__dash {
  position: absolute;
  top: 1487px;
  left: 50%;
  width: 1450px;
  max-width: none;
  transform: translateX(-50%);
}
.p-service__voice {
  position: absolute;
  top: 1450px;
  width: 300px;
}
.p-service__voice-heading {
  top: 1572px;
  width: 300px;
}
.p-service__bottom {
  position: absolute;
  bottom: 1px;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 131px;
  transform: translateX(-50%);
}

.p-service-point__badge {
  width: 82px;
  height: 26px;
  margin-bottom: 15px;
}
.p-service-point h3 {
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
.p-service-point h3 span {
  color: #17a2e7;
}
.p-service-point p {
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
}
.p-service-point p strong {
  color: #17a2e7;
  font-weight: 700;
}

.p-service-about {
  position: absolute;
  top: 1000px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 827px;
  min-height: 326px;
  grid-template-columns: 1fr 299px;
  gap: 34px;
  align-items: center;
  padding: 40px;
  border-radius: 20px;
  background: #ffed8f;
}
.p-service-about h3 {
  margin: 0 0 22px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
.p-service-about p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
}
.p-service-about strong {
  color: #ef6f26;
  font-weight: 700;
}
.p-service-about__body a {
  text-decoration: underline;
}
.p-service-about__image {
  width: 299px;
}

.p-service-reviews {
  position: absolute;
  top: 1707px;
  left: 0;
  display: grid;
  width: 1200px;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.p-service-review {
  position: relative;
  padding: 83px 27px 48px;
  border-radius: 20px;
  background: #fff;
}
.p-service-review__avatar {
  position: absolute;
  top: -9px;
  left: 50%;
  width: 86px;
  height: 86px;
  transform: translateX(-50%);
}
.p-service-review__meta {
  margin: 0 0 26px;
  color: #aaa;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-service-review__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
}
.p-service-review__text strong {
  color: #ef6f26;
  font-weight: 700;
}
.p-service-review__rating {
  position: absolute;
  bottom: 20px;
  left: 27px;
  width: 201px;
  height: 20px;
}

.p-closing {
  position: relative;
  min-height: 800px;
  overflow: hidden;
}
.p-closing__stage {
  position: relative;
  width: 1200px;
  height: 650px;
  margin: 0 auto;
}
.p-closing__bg, .p-closing__decor {
  position: absolute;
  pointer-events: none;
}
.p-closing__bg {
  top: 50px;
  left: 0;
  width: 1200px;
  height: 100%;
}
.p-closing__decor--left {
  top: 160px;
  left: -17px;
  width: 395px;
}
.p-closing__decor--magnifier {
  right: 16px;
  bottom: -10px;
  width: 213px;
}
.p-closing__decor--tag {
  top: -2px;
  right: 60px;
  width: 261px;
}
.p-closing__decor--tag-text {
  top: 59px;
  right: 144px;
  width: 92px;
}
.p-closing__decor--pen-sp, .p-closing__decor--tag-sp {
  display: none;
}
.p-closing__content {
  position: absolute;
  top: 167px;
  left: 50%;
  z-index: 1;
  width: 590px;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.p-closing h2 {
  margin: 0;
  color: #ffe55f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.45;
}
.p-closing__lead {
  margin: 45px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.p-closing__sub {
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.p-closing__date {
  margin: 29px 0 0;
  color: #ffe55f;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.p-closing__note {
  margin: 26px 0 0;
  color: #002d47;
  font-size: 14px;
  line-height: 1;
}
.p-closing__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 29px;
  gap: 31px;
}

.t-footer {
  min-height: 257px;
}
.t-footer__inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 28px;
  text-align: center;
}
.t-footer__heading {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.t-footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  gap: 28px;
}
.t-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
}
.t-footer__social img {
  max-width: 50px;
  max-height: 40px;
}
.t-footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 49px;
  gap: 24px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.t-footer__nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.t-footer__external {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1.5px solid #000;
}
.t-footer__external::before {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  background: #f3f3f3;
  content: "";
}
.t-footer__copy {
  margin: 28px 0 0;
  padding-top: 17px;
  border-top: 1px solid #bbb;
  color: #777;
  font-size: 11px;
  line-height: 1;
}

.t-terms-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1440px;
  padding: 65px 0;
}
.t-terms-modal[hidden] {
  display: none;
}
.t-terms-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 28, 28, 0.8);
}
.t-terms-modal__panel {
  position: relative;
  z-index: 1;
  width: 1000px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}
.t-terms-modal__header {
  position: relative;
  height: 58px;
  background: #17a2e7;
}
.t-terms-modal__close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.t-terms-modal__close::before, .t-terms-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  content: "";
}
.t-terms-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.t-terms-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.t-terms-modal__body {
  padding: 37px 30px 26px;
}
.t-terms-modal__lead {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.72;
}
.t-terms-modal__scroll {
  height: 300px;
  overflow-y: auto;
  padding: 15px 18px 19px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.58;
}
.t-terms-modal__scroll h2,
.t-terms-modal__scroll h3,
.t-terms-modal__scroll h4,
.t-terms-modal__scroll p {
  margin: 0;
}
.t-terms-modal__scroll h2 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.t-terms-modal__scroll h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.t-terms-modal__scroll h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.58;
}
.t-terms-modal__scroll p + p {
  margin-top: 10px;
}
.t-terms-modal__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.t-terms-modal__start {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 45px;
  border-radius: 8px;
  background: #ef6f26;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.t-terms-modal__start::after {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.t-terms-modal__start:disabled {
  background: #f1f5f9;
  box-shadow: none;
  color: #98a6bb;
  cursor: not-allowed;
}
.t-terms-modal__note {
  margin: 12px 0 0;
  color: #333;
  font-size: 12px;
  line-height: 1.58;
}

@media (max-width: 767px) {
  body {
    min-width: initial;
  }
  .t-header {
    top: -37px;
    height: 102px;
    overflow: visible;
  }
  .t-header.is-menu-open {
    background: #17a2e7;
  }
  .t-header__brand {
    height: 37px;
    background: #fff;
  }
  .t-header__company-link {
    top: 10px;
    left: 20px;
    width: 120px;
    height: 17px;
  }
  .t-header__bar {
    height: 65px;
  }
  .is-menu-open .t-header__bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
  }
  .t-header__inner {
    width: 390px;
    max-width: 100%;
    height: 65px;
    margin: 0 auto;
  }
  .t-header__logo {
    top: 24px;
    left: 20px;
    width: 193px;
  }
  .t-header__nav, .t-header__cta {
    display: none;
  }
  .t-header__menu-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
  }
  .t-header__menu-icon {
    position: absolute;
    inset: 0;
    width: 45px;
    height: 45px;
  }
  .t-header__menu-icon.is-close {
    display: none;
  }
  .t-header.is-menu-open .t-header__menu-icon.is-open {
    display: none;
  }
  .t-header.is-menu-open .t-header__menu-icon.is-close {
    display: block;
  }
  .t-header__drawer {
    display: none;
  }
  .t-header.is-menu-open .t-header__drawer {
    position: absolute;
    top: 65px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vh - 65px);
    height: calc(100dvh - 65px);
    background: #17a2e7;
  }
  .t-header__drawer-nav {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
  }
  .t-header__drawer-nav a {
    display: flex;
    align-items: center;
    height: 56px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  .t-header__drawer-nav a:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }
  .t-header__drawer-cta {
    position: absolute;
    top: 252px;
    left: 50%;
    width: min(300px, 100% - 40px);
    height: 45px;
    transform: translateX(-50%);
    font-size: 16px;
  }
  .t-header__drawer-cta img {
    width: 10px;
    height: 15px;
    margin-left: 82px;
  }
  .p-hero {
    height: 574px;
    margin-top: -19px;
  }
  .p-hero__stage {
    left: calc(50% - 212px);
    width: 431.154px;
    height: 574px;
  }
  .p-hero__background {
    top: 19px;
    left: 17px;
    width: 390px;
    height: 550px;
  }
  .p-hero__bg {
    top: 0;
    left: 5px;
    width: 423px;
    height: 378px;
  }
  .p-hero__title {
    top: 22px;
    left: 27px;
    width: 378px;
    height: 261px;
  }
  .p-hero__copy {
    top: 285px;
    left: 34px;
    width: 211px;
    height: 50px;
  }
  .p-hero__visual {
    bottom: 0px;
    left: 50%;
    width: 424px;
    transform: translateX(-50%);
  }
  .c-primary-btn {
    width: 254px;
    height: 48px;
    border-radius: 6px;
    font-size: 18px;
  }
  .c-primary-btn img {
    right: 18px;
    width: 10px;
    height: 15px;
  }
  .p-lead {
    padding-top: 40px;
  }
  .p-lead__card {
    width: 330px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 16px;
  }
  .p-lead__decor--magnifier, .p-lead__decor--pen, .p-lead__decor--left, .p-lead__decor--top {
    display: none;
  }
  .p-lead__decor--pencil-sp, .p-lead__decor--top-sp, .p-lead__decor--magnifier-sp, .p-lead__decor--pen-sp {
    display: block;
  }
  .p-lead__decor--pencil-sp {
    top: -13px;
    left: 5px;
    width: 51px;
  }
  .p-lead__decor--top-sp {
    top: -9px;
    right: -23px;
    width: 80px;
  }
  .p-lead__decor--magnifier-sp {
    bottom: -38px;
    left: -21px;
    width: 111px;
  }
  .p-lead__decor--pen-sp {
    right: -68px;
    bottom: 76px;
    width: 113px;
  }
  .p-lead__content {
    width: 290px;
  }
  .p-lead__eyebrow {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.75;
  }
  .p-lead__title {
    font-size: 28px;
    line-height: 1.54;
  }
  .p-lead__text {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.79;
  }
  .p-lead__text br {
    display: none;
  }
  .p-lead__supervised {
    margin-top: 10px;
    font-size: 12px;
    white-space: nowrap;
    transform: scale(0.86);
    transform-origin: center;
  }
  .p-lead__buttons {
    margin-top: 22px;
    gap: 18px;
  }
  .p-intro {
    min-height: 1248px;
  }
  .p-intro__wave {
    height: 73/2px;
  }
  .p-intro__inner {
    width: 390px;
    height: 1208px;
  }
  .p-intro__question {
    display: none;
  }
  .p-intro__people {
    top: 323px;
    left: 23px;
    width: 337px;
  }
  .p-intro__people._pc {
    display: none;
  }
  .p-intro__people._sp {
    display: block;
  }
  .p-intro__heading {
    top: 90px;
    left: 45px;
    width: 300px;
    transform: none;
  }
  .p-intro__heading h2 {
    font-size: 25px;
    line-height: 1.52;
  }
  .p-intro__heading-line {
    margin-top: 15px;
  }
  .p-intro__lead {
    top: 211px;
    width: 330px;
    font-size: 14px;
    line-height: 1.79;
    white-space: normal;
  }
  .p-problem-list {
    top: 492px;
    left: 50%;
    width: 293px;
    grid-template-columns: 1fr;
    gap: 21px;
    transform: translateX(-50%);
  }
  .p-problem-card {
    min-height: 189px;
    padding: 22px 26px 25px;
    border-radius: 15px;
  }
  .p-problem-card::after {
    bottom: -13px;
    width: 31px;
    height: 31px;
  }
  .p-problem-card__no {
    width: 69px;
    height: 51px;
  }
  .p-problem-card h3 {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 1.5;
  }
  .p-problem-card p {
    font-size: 14px;
    line-height: 1.79;
  }
  .p-service {
    min-height: 2502px;
    margin-top: -30px;
  }
  .p-service::before {
    top: 36.5px;
    width: 100%;
    height: 2421px;
  }
  .p-service__wave {
    width: 100%;
    height: 36.5px;
  }
  .p-service__bg {
    top: 172px;
    left: 50%;
    width: 100%;
    height: 1544px;
  }
  .p-service__inner {
    width: 100%;
    height: 2457px;
  }
  .p-service__heading h2, .p-service__voice-heading h2 {
    font-size: 25px;
    line-height: 1.52;
  }
  .p-service__heading {
    top: 90px;
    width: 100%;
  }
  .p-service__heading-line {
    margin-top: 15px;
  }
  .p-service__lead {
    top: 211px;
    width: 330px;
    font-size: 14px;
    line-height: 1.79;
  }
  .p-service__lead br {
    display: none;
  }
  .p-service__features {
    top: 341px;
    left: 0;
    width: 100%;
    height: 583px;
  }
  .p-service__features::before {
    top: 155px;
    left: 0;
    width: 100%;
    height: 428px;
  }
  .p-service__chat {
    top: 0;
    left: 50%;
    width: 353px;
    transform: translateX(-52%);
  }
  .p-service__points {
    top: 255px;
    left: 30px;
    width: 330px;
    gap: 28px;
  }
  .p-service__dash {
    top: 1530px;
    width: 395px;
  }
  .p-service__voice {
    top: 1500px;
  }
  .p-service__voice-heading {
    top: 1601px;
    width: 220px;
  }
  .p-service__bottom {
    width: 100%;
    height: 45px;
  }
  .p-service-point__badge {
    width: 73px;
    height: 24px;
    margin-bottom: 13px;
  }
  .p-service-point h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1;
  }
  .p-service-point p {
    font-size: 14px;
    line-height: 1.79;
  }
  .p-service-about {
    top: 959px;
    display: block;
    width: 330px;
    min-height: 507px;
    padding: 30px 25px 26px;
  }
  .p-service-about h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1;
    text-align: center;
  }
  .p-service-about p {
    font-size: 14px;
    line-height: 1.79;
  }
  .p-service-about__image {
    width: 280px;
    margin-top: 30px;
  }
  .p-service-reviews {
    top: 1655px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .p-service-review {
    min-height: 202px;
    padding: 51px 25px 38px;
    border-radius: 10px;
  }
  .p-service-review__avatar {
    top: -14px;
    width: 65px;
    height: 65px;
  }
  .p-service-review__meta {
    margin-bottom: 22px;
    font-size: 12px;
  }
  .p-service-review__text {
    font-size: 14px;
    line-height: 1.79;
  }
  .p-service-review__rating {
    bottom: 13px;
    left: 26px;
    width: 167px;
    height: 15px;
  }
  .p-closing {
    min-height: initial;
  }
  .p-closing__stage {
    width: 100%;
    height: 500px;
    margin-top: 30px;
  }
  .p-closing__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 387px;
  }
  .p-closing__decor--left, .p-closing__decor--magnifier, .p-closing__decor--tag, .p-closing__decor--tag-text {
    display: none;
  }
  .p-closing__decor--pen-sp, .p-closing__decor--tag-sp {
    display: block;
    z-index: 1;
  }
  .p-closing__decor--pen-sp {
    top: 49px;
    left: 13px;
    width: 87px;
  }
  .p-closing__decor--tag-sp {
    top: 7px;
    right: 7px;
    width: 104px;
  }
  .p-closing__content {
    top: 60px;
    width: 330px;
  }
  .p-closing h2 {
    font-size: 22px;
    line-height: 1.52;
  }
  .p-closing__lead {
    width: 244px;
    margin: 28px auto 0;
    font-size: 11px;
    line-height: 1.91;
  }
  .p-closing__sub {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1;
  }
  .p-closing__date {
    margin-top: 16px;
    font-size: 20px;
  }
  .p-closing__note {
    width: 280px;
    margin: 16px auto 0;
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
  }
  .p-closing__buttons {
    margin-top: 70px;
    gap: 17px;
  }
  .c-primary-btn--closing {
    width: 310px;
    height: 54px;
  }
  .c-primary-btn--closing img {
    right: 20px;
  }
  .t-footer__inner {
    width: 390px;
    padding: 20px 20px 0;
  }
  .t-footer__heading {
    font-size: 17px;
    text-align: center;
  }
  .t-footer__social {
    justify-content: center;
    margin-top: 20px;
    gap: 21px;
  }
  .t-footer__social a {
    width: 40px;
    height: 35px;
  }
  .t-footer__social img {
    max-width: 50px;
    max-height: 40px;
  }
  .t-footer__nav {
    margin-top: 24px;
    gap: 13px 24px;
    font-size: 13px;
    line-height: 1;
  }
  .t-footer__external {
    width: 10px;
    height: 10px;
  }
  .t-footer__external::before {
    top: -4px;
    right: -4px;
    width: 6px;
    height: 6px;
  }
  .t-footer__copy {
    margin-top: 19px;
    padding-top: 14px;
    font-size: 10px;
  }
  .t-terms-modal {
    min-width: initial;
    padding: 20px;
  }
  .t-terms-modal__panel {
    width: 100%;
    max-width: 350px;
    max-height: calc(100dvh - 40px);
  }
  .t-terms-modal__header {
    height: 50px;
  }
  .t-terms-modal__close {
    top: 13px;
    right: 13px;
  }
  .t-terms-modal__body {
    padding: 24px 20px 22px;
  }
  .t-terms-modal__lead {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.7;
  }
  .t-terms-modal__scroll {
    height: min(268px, 100dvh - 260px);
    min-height: 190px;
    padding: 14px 15px 17px;
    font-size: 12px;
    line-height: 1.65;
  }
  .t-terms-modal__actions {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
  }
  .t-terms-modal__start {
    width: 230px;
    height: 45px;
    font-size: 14px;
  }
  .t-terms-modal__note {
    font-size: 11px;
    line-height: 1.55;
  }
}

/* 修正: 利用規約モーダル下部の注記をぶら下げ表示 */
.t-terms-modal__note {
  display: grid;
  grid-template-columns: 1em 1fr;
  column-gap: 0.1em;
}
.t-terms-modal__note::before {
  content: "※";
}
.t-terms-modal__note {
  text-indent: 0;
}
.t-terms-modal__note:not(:empty) {
  padding-left: 0;
}
.t-terms-modal__note {
  color: #333;
}
.t-terms-modal__note {
  /* 先頭の※は疑似要素で表示するため、HTML側の※を隠さず削除する運用 */
}

/* 利用規約 */
.t-terms-modal__terms-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.t-terms-modal__terms-list>li{
  margin-bottom:24px;
}

.t-terms-modal__scroll h3{
  margin:0 0 10px;
  font-size:15px;
  font-weight:700;
  line-height:1.5;
}

.t-terms-modal__scroll p{
  margin:0 0 10px;
}

/* 項（1. 2. 3.） */
.terms-item-list{
  margin:0 0 10px 1.8em;
  padding:0;
}

.terms-item-list>li{
  margin:0 0 10px;
}

.terms-item-list>li:last-child{
  margin-bottom:0;
}

/* 号（（1）（2）） */
.terms-subitem-list{
  margin:8px 0 0;
  padding:0;
  list-style:none;
  counter-reset:subitem;
}

.terms-subitem-list>li{
  position:relative;
  padding-left:2.6em;
  margin:4px 0;
  counter-increment:subitem;
}

.terms-subitem-list>li::before{
  content:"（" counter(subitem) "）";
  position:absolute;
  left:0;
}

.t-terms-modal__date{
  margin-top:24px;
  text-align:right;
}
