*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #4e5a5f;
  background: #fff;
  line-height: 1.6;
}

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

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header__top {
  background: #e8f6d6;
  border-bottom: 1px solid #d0d9c7;
}

.site-header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 10px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-logo img {
  width: 100%;
  height: auto;
}

.site-logo__text {
  color: #506149;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.site-header__contact {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone-link {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  color: #5a646a;
  line-height: 1;
  flex-direction: column;
}

.phone-link img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.phone-link__text {
  display: flex;
  gap: 3px;
}

.phone-link__number {
  color: #586168;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.phone-link__hours {
  color: #586168;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.mail-button {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 25px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(180deg, #f28a8a 0%, #e45757 100%);
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
}

.mail-button:hover {
  background: linear-gradient(90deg, #f48e8c 0%, #f06b6f 100%);
  transform: translateY(-1px);
  box-shadow: 0 7px 12px rgba(234, 95, 99, 0.25);
}

.menu-button {
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 26px;
  color: #647362;
  line-height: 1;
  padding: 6px 2px;
  width: 30px;
  height: 26px;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-button span {
  position: absolute;
  left: 1px;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #647362;
  transition: transform 0.28s ease, opacity 0.28s ease, top 0.28s ease;
}

.menu-button span:nth-child(1) {
  top: 3px;
}

.menu-button span:nth-child(2) {
  top: 11px;
}

.menu-button span:nth-child(3) {
  top: 19px;
}

.site-header--menu-open .menu-button span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

.site-header--menu-open .menu-button span:nth-child(2) {
  opacity: 0;
}

.site-header--menu-open .menu-button span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}

.site-nav {
  border-bottom: 1px solid #e2e8ea;
}

.site-nav__list {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 11px 20px 9px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #5c6870;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

.hero {
  height: 240px;
  display: grid;
  place-items: center;
  text-align: center;
}

.faq-top-back-img {
  background: url("../img/faq/faq-top-image.png") center / cover no-repeat;
}

.price-top-back-img {
  background: url("../img/price/price-top-image.png") center / cover no-repeat;
}

.reason-top-back-img {
  background: url("../img/reason/reason-top-image.png") center / cover no-repeat;
}

.voice-top-back-img {
  background: url("../img/voice/voice-top-image.png") center / cover no-repeat;
}

.works-top-back-img {
  background: url("../img/works/works-top-image.png") center / cover no-repeat;
}

.company-top-back-img {
  background: url("../img/company/company-top-image.png") center / cover no-repeat;
}

.contact-top-back-img {
  background: url("../img/contact/contact-top-image.png") center / cover no-repeat;
}

.news-top-back-img {
  background: url("../img/news/news-top-image.png") center / cover no-repeat;
}

.service-top-back-img {
  background: url("../img/service/service-top-image.png") center / cover no-repeat;
}

.hero__title {
  margin: 0;
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: Montserrat, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
}

.hero__subtitle {
  margin: 8px 0 0;
  color: #dff7f8;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.hero__subtitle img {
  width: 8px;
  height: 8px;
}

.breadcrumbs {
  background: #fff;
  border-bottom: 1px solid #f0f2f4;
  font-size: 11px;
  color: #98a5aa;
}

.breadcrumbs .container {
  padding: 15px 15px 15px 150px;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.faq-intro {
  padding: 66px 0 46px;
  text-align: center;
}

.faq-intro p {
  margin: 0;
  color: #6a777d;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.faq {
  padding-bottom: 88px;
}

.price {
  padding: 72px 0 96px;
  background: #fff;
}

.price__inner {
  max-width: 860px;
}

.price-section-title {
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #66cd57;
  color: #586168;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.price-services {
  padding-top: 4px;
}

.price-service-block {
  margin-top: 38px;
}

.price-service-block__title {
  margin: 0 0 18px;
  padding-left: 16px;
  border-left: 4px solid #b7de53;
  color: #586168;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.price-service-block__table {
  max-width: 386px;
}

.price-service-block__table--double {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}

.price-service-block__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 2px 10px 8px 10px;
  border-bottom: 2px solid #9cd773;
}

.price-service-block__label,
.price-service-block__value,
.price-service-block__text,
.price-payment__lead,
.price-payment__item p,
.price-service-block__note {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.price-service-block__label,
.price-service-block__value {
  color: #5f6b71;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.price-service-block__note {
  margin: 10px 0 0;
  color: #737d82;
  font-size: 12px;
  line-height: 1.65;
}

.price-service-block--simple {
  margin-top: 34px;
}

.price-service-block__text {
  margin: 8px 0 0;
  color: #737d82;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.price-payment {
  margin-top: 82px;
}

.price-payment__lead {
  margin: 38px 0 0;
  color: #7a8489;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.price-payment__panel {
  width: min(100%, 700px);
  margin: 18px auto 0;
  padding: 32px 34px 28px;
  border-radius: 18px;
  background: #eef6fa;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-payment__item {
  text-align: center;
}

.price-payment__item img {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  object-fit: contain;
}

.price-payment__item p {
  margin: 0;
  color: #586168;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.reason {
  padding: 66px 0 96px;
  background: #fff;
}

.reason__inner {
  max-width: 980px;
}

.reason__intro {
  margin: 0;
  color: #5f6b71;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.reason__grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 18px;
}

.reason-card {
  min-height: 348px;
  padding: 18px 22px 20px;
  border-radius: 18px;
  background: #f3faef;
  box-shadow: 0 4px 12px rgba(96, 117, 105, 0.12);
  text-align: center;
}

.reason-card__icon {
  width: 106px;
  height: 106px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reason-card__title {
  margin: 0;
  color: #586168;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.reason-card__text {
  margin: 16px 0 0;
  color: #6c767c;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.reason-message {
  margin-top: 54px;
  padding: 52px 20px 48px;
  background: #effffc url("../img/top/bg01.png") center top / 1000px auto repeat;
  text-align: center;
}

.reason-message__title {
  margin: 0;
  color: #586168;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.reason-message__text {
  margin: 28px 0 0;
  color: #5f6b71;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.voice {
  padding: 68px 0 92px;
  background: #fff;
}

.voice__inner {
  max-width: 920px;
}

.voice__intro {
  margin: 0;
  color: #5f6b71;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.voice__grid {
  margin-top: 48px;
  display: grid;
  gap: 18px;
}

.voice-card {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 20px 18px 18px;
  border: 2px solid #9ccc4c;
  border-radius: 18px;
  background: #f4fbfd;
}

.voice-card:nth-child(even) {
  background: #fff;
}

.voice-card__icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}

.voice-card__icon img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.voice-card__body {
  min-width: 0;
}

.voice-card__title {
  margin: 0;
  color: #586168;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.voice-card__service {
  margin: 10px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9e3e7;
  color: #586168;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.voice-card__text {
  margin: 12px 0 0;
  color: #667278;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.voice-pagination {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.voice-pagination__item,
.voice-pagination__ellipsis {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.voice-pagination__item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #9ccc4c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #83b63f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background: #fff;
}

.voice-pagination__item--current {
  background: #83b63f;
  color: #fff;
}

.voice-pagination__ellipsis {
  color: #83b63f;
  font-size: 16px;
  line-height: 1;
}

.works {
  padding: 64px 0 92px;
  background: #fff;
}

.works__inner {
  max-width: 1000px;
}

.works__intro {
  margin: 0;
  color: #5f6b71;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.works__grid {
  margin-top: 42px;
}

.works-group+.works-group {
  margin-top: 80px;
}

.works-group__heading {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #67cb5b;
  color: #586168;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.works-case {
  margin-top: 40px;
}

.works-case__title {
  margin: 0;
  padding-left: 12px;
  border-left: 4px solid #b7de53;
  color: #586168;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.works-case__title--orange {
  border-left-color: #ffbf24;
}

.works-case__lead {
  min-height: 26px;
  margin: 12px 0 0;
  color: #6a7479;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.works-case__pair {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.works-image {
  position: relative;
  margin: 0;
}

.works-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.works-case__arrow {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-case__arrow img {
  /* display: block; */
}

.works-case__arrow-sp {
  display: none;
}

.works-group__action {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.company {
  padding: 66px 0 96px;
  background: #fff;
}

.company__inner {
  max-width: 1100px;
}

.company-section-title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #67cb5b;
  color: #586168;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.company-greeting__content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.company-greeting__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.company-greeting__lead {
  margin: 0;
  color: #586168;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.company-greeting__text {
  margin: 22px 0 0;
  color: #667278;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.company-info {
  margin-top: 76px;
}

.company-info__table {
  margin-top: 40px;
}

.company-info__row {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: stretch;
}

.company-info__row+.company-info__row {
  margin-top: 2px;
}

.company-info__label,
.company-info__value {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.company-info__label {
  padding: 18px 16px;
  background: #88bf38;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.company-info__value {
  padding: 18px 16px;
  color: #667278;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.contact {
  padding: 66px 0 96px;
  background: #fff;
}

.contact__inner {
  max-width: 760px;
}

.contact-section-title {
  margin: 0;
  color: #586168;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.contact-mail__lead,
.contact-phone-block__lead,
.contact-form__label,
.contact-form__example,
.contact-form__required,
.contact-form__radio span,
.contact-form__privacy span,
.contact-form__input,
.contact-form__textarea,
.contact-form fieldset,
.contact-form legend {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.contact-mail__lead {
  margin: 42px auto 0;
  max-width: 430px;
  color: #667278;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.contact-form {
  width: min(100%, 666px);
  margin: 34px auto 0;
}

.contact-form__field {
  margin-top: 24px;
}

.contact-form__field--radio {
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-form__field--radio legend {
  margin-bottom: 14px;
  padding: 0;
  color: #586168;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-form__field--radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
}

.contact-form__radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #586168;
  font-size: 16px;
  font-weight: 500;
}

.contact-form__radio input {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #586168;
  border-radius: 50%;
  position: relative;
  margin: 0;
}

.contact-form__radio input:checked::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #86bf3d;
}

.contact-form__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #586168;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #86bf3d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.contact-form__example {
  margin: 6px 0 10px;
  color: #989fa4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  border: 1px solid #d8e1e5;
  border-radius: 4px;
  background: #f4fbfd;
  color: #586168;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 16px;
}

.contact-form__input {
  height: 48px;
}

.contact-form__textarea {
  min-height: 154px;
  resize: vertical;
}

.contact-form__privacy {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #586168;
  font-size: 15px;
  font-weight: 500;
}

.contact-form__privacy input {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #99a0a4;
  background: #fff;
  position: relative;
  margin: 0;
}

.contact-form__privacy input:checked::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 7px;
  height: 14px;
  border-right: 3px solid #86bf3d;
  border-bottom: 3px solid #86bf3d;
  transform: rotate(45deg);
}

.contact-form__submit-wrap {
  margin-top: 46px;
  display: flex;
  justify-content: center;
}

.contact-form__submit {
  min-width: 350px;
  height: 70px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #f78181 0%, #ee5e5e 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  box-shadow: 0 4px 0 rgba(220, 74, 74, 0.7);
  transition: background .18s ease, transform .08s ease, box-shadow .18s ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus {
  background: linear-gradient(180deg, #f78181 0%, #ee5e5e 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
  outline: none;
}

.contact-form__submit:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.10);
}

/* Accessible focus ring for keyboard users */
.contact-form__submit:focus-visible {
  outline: 3px solid rgba(255,202,44,0.28);
  outline-offset: 3px;
}
.contact-form__message {
    margin: 50px 0px 50px 25px;
    color: #e74c4c;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.contact-form__message--error {
    color: #e74c4c;
}
.contact-form__message--success {
    color: #2b9f2b;
}
.contact-phone-block {
  margin-top: 96px;
  padding: 62px 20px 56px;
  border: 2px solid #76d6ce;
  border-radius: 22px;
  text-align: center;
}

.contact-phone-block__lead {
  margin: 44px auto 0;
  max-width: 420px;
  color: #586168;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.contact-phone-block__number {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.contact-phone-block__number img {
  width: 44px;
  height: 44px;
}

.contact-phone-block__number span {
  color: #586168;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.news {
  padding: 68px 0 92px;
  background: #fff;
}

.news__inner {
  max-width: 1000px;
}

.news__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 38px;
  align-items: start;
}

.news-list {
  display: grid;
  gap: 10px;
}

.news-item__link {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  color: inherit;
}

.news-item__thumb img {
  width: 140px;
  height: 140px;
  display: block;
  border-radius: 14px;
}

.news-item__meta,
.news-item__title,
.news-item__excerpt,
.news-sidebar__title,
.news-sidebar__list a,
.news-pagination__item,
.news-pagination__ellipsis {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.news-item__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-item__date {
  color: #667278;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.news-item__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.news-item__tag--news,
.news-item__tag--blog {
  background: #ef7575;
}

.news-item__title {
  margin: 10px 0 0;
  color: #586168;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

.news-item__excerpt {
  margin: 12px 0 0;
  color: #6b757b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.news-sidebar {
  padding: 18px 18px 16px;
  border: 2px solid #9ccc4c;
  border-radius: 18px;
}

.news-sidebar__block+.news-sidebar__block {
  margin-top: 28px;
}

.news-sidebar__title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #586168;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.news-sidebar__title::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #9ccc4c;
}

.news-sidebar__list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.news-sidebar__list li+li {
  margin-top: 0;
}

.news-sidebar__list a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e1e5e7;
  color: #667278;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.news-pagination {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.news-pagination__item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #9ccc4c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #83b63f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background: #fff;
}

.news-pagination__item--current {
  background: #83b63f;
  color: #fff;
}

.news-pagination__ellipsis {
  color: #83b63f;
  font-size: 16px;
  line-height: 1;
}

.newsdetail {
  padding: 68px 0 92px;
  background: #fff;
}

.newsdetail__inner {
  max-width: 980px;
}

.newsdetail__article {
  max-width: 780px;
  margin: 0 auto;
}

.newsdetail__title,
.newsdetail__date,
.newsdetail__tag,
.newsdetail__body p,
.newsdetail__pager-link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.newsdetail__title {
  margin: 0;
  color: #586168;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
}

.newsdetail__meta {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsdetail__date {
  color: #667278;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.newsdetail__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ef7575;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.newsdetail__body {
  margin-top: 40px;
}

.newsdetail__body p {
  margin: 0;
  color: #6b757b;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.newsdetail__body p+p {
  margin-top: 28px;
}

.newsdetail__figure {
  margin: 38px auto 34px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsdetail__figure img {
  width: min(100%, 600px);
  display: block;
}

.newsdetail__pager {
  margin-top: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.newsdetail__pager-link {
  min-width: 90px;
  height: 34px;
  padding: 0 18px;
  border: 1px solid #9ccc4c;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #83b63f;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.newsdetail__pager-link--disabled {
  border-color: #d8dde0;
  color: #fff;
  background: #d8dde0;
  pointer-events: none;
}

.service {
  padding: 66px 0 0px;
  background: #fff;
}

.service__intro {
  max-width: 960px;
  text-align: center;
}

.service__title,
.service__lead,
.service__nav-link,
.service-item__title,
.service-item__heading,
.service-item__content p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.service__title {
  margin: 0;
  color: #586168;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}

.service__lead {
  margin: 18px 0 0;
  color: #6f787e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.service__nav {
  margin: 30px auto 0;
  max-width: 930px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 14px;
}

.service__nav-link {
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid #9ccc4c;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5f6a70;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.service__panel {
  margin-top: 80px;
}

.service__panel-inner {
  max-width: 100%;
  padding: 54px 44px 58px;
  border-radius: 72px 72px 0 0;
  background:
    radial-gradient(circle at 1px 1px, rgba(196, 241, 229, 0.85) 1px, transparent 0) 0 0 / 10px 10px,
    #f2fff9;
}

.service__panel-inner section {
  max-width: 920px;
  justify-self: center;
  place-self: center;
}

.service-item+.service-item {
  margin-top: 50px;
}

.service-item__title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9e7a7;
  color: #586168;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.service-item__body {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 450px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.service-item--reverse .service-item__body {
  grid-template-columns: minmax(0, 1fr) minmax(0, 450px);
}

.service-item--reverse .service-item__image {
  order: 2;
}

.service-item--reverse .service-item__content {
  order: 1;
}

.service-item__image img {
  width: 100%;
  border-radius: 12px;
}

.service-item__content {
  padding: 2px 0;
}

.service-item__heading {
  margin: 0;
  color: #586168;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.service-item__content p {
  margin: 14px 0 0;
  color: #697479;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.faq__list {
  width: min(100%, 1000px);
}

.faq-item {
  border: 1px solid #d9e3e7;
  border-radius: 16px;
  overflow: hidden;
}

.faq-item+.faq-item {
  margin-top: 12px;
}

.faq-item__question {
  margin: 0;
  width: 100%;
  border: 0;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #e8eef0;
  background: #fff;
  color: #5f6d73;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.faq-item__question:hover {
  background: #f8fbfd;
}

.faq-item__question::after {
  content: "+";
  margin-left: auto;
  color: #95a3aa;
  font-size: 21px;
  line-height: 1;
  transition: transform 0.28s ease;
}

.faq-item--open .faq-item__question::after {
  content: "−";
}

.faq-item__answer {
  padding: 17px 22px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f6fbfd;
  color: #5e6e74;
  font-size: 16px;
  line-height: 1.4;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item--open .faq-item__answer {
  max-height: 240px;
  padding-top: 17px;
  padding-bottom: 18px;
  border-top: 1px solid #e8eef0;
}

.faq-item__answer p {
  margin: 0;
}

.faq-item__icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.faq-item__icon--q {
  background: #ffc402;
}

.faq-item__icon--a {
  background: #a6c94a;
}

.cta {
  background: url("../img/faq/faq-cta-bg.png") center / cover no-repeat;
  padding: 80px;
}

.cta__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 50px;
  justify-items: center;
}

.cta__title {
  margin: 0;
  color: #576063;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.cta__copy {
  margin: 0 0 11px;
  color: #576063;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.cta__action-block {
  min-width: 0;
  width: calc(50% - 14px);
}

.cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 40px;
  width: 800px;
}

.cta__phone {
  color: #576063;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 80px;
}

.cta__phone img {
  width: 40px;
  height: auto;
}

.cta__phone span {
  display: inline-block;
}

.cta__mail {
  min-width: 320px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 38px;
  color: #fff;
  background: linear-gradient(180deg, #ef8883 0%, #e45b5e 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.cta__mail:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 16px rgba(234, 95, 99, 0.25);
  filter: brightness(1.03);
}

.cta__mail-icon {
  font-size: 30px;
  line-height: 1;
}

.cta__meta {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #576063;
}

.site-footer {
  background: #5e8f2f;
  color: #fff;
  position: relative;
  padding: 42px 20px 28px;
}

.site-footer__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  text-align: center;
}

.site-footer__logo {
  width: 360px;
  margin: 0 auto;
}

.site-footer__instagram {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.site-footer__instagram p {
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #fff;
}

.site-footer__instagram-link {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.96;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-footer__instagram-link img {
  width: 100%;
  height: auto;
}

.site-footer__instagram-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.site-footer__name {
  margin: 12px 0 6px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.site-footer__desc {
  margin: 0;
  font-size: 12px;
  opacity: 0.95;
}

.site-footer__links {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.site-footer__copyright {
  margin: 22px 0 0;
  font-size: 10px;
  opacity: 0.9;
}

.to-top {
  position: fixed;
  right: 16px;
  bottom: 70px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ef6268;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  z-index: 30;
  transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.to-top span {
  transform: translateY(-1px);
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.to-top:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.to-top img {
  width: 20px;
  height: auto;
}

.phone-link,
.cta__phone,
.menu-button,
.site-nav__list a,
.site-footer__links a {
  transition: color 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.phone-link:hover,
.cta__phone:hover {
  color: #7fb63c;
}

.site-nav__list a:hover,
.site-footer__links a:hover {
  opacity: 0.82;
}

/* === TOP page (assets: assets/img/top/) === */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.page-top .top-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(320px, 48.6vw, 640px);
  padding: clamp(24px, 4vw, 56px) clamp(16px, 4vw, 40px) clamp(40px, 6vw, 72px);
  background: url("../img/top/top-bg.png") center / cover no-repeat;
}

.page-top .top-hero__inner {
  width: 100%;
  padding-left: 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(14px, 2.5vw, 28px);
}

.top-hero__top-text {
  font-size: 32px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
}

.page-top .top-hero__txt {
  width: min(100%, 450px);
  height: auto;
}

.page-top .top-hero__badge {
  width: min(100%, 560px);
  height: auto;
}

/* ヒーロー内 CTA（見出し下の訴求＋赤ボタン） */
.top-hero__cta {
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(8px, 1.5vw, 16px);
}

.top-hero__cta-intro {
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #333;
  font-weight: 500;
  font-size: clamp(14px, 1.55vw, 16px);
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.top-hero__cta-intro p {
  margin: 0;
}

.top-hero__cta-intro p+p {
  margin-top: 0.35em;
}

.top-hero__cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 450px;
  margin-top: clamp(18px, 2.2vw, 26px);
  padding: clamp(18px, 2.4vw, 24px) clamp(20px, 4vw, 36px) clamp(20px, 2.8vw, 26px);
  background: #eb6161;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.top-hero__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  filter: brightness(1.04);
}

.top-hero__cta-pill {
  display: inline-block;
  margin-bottom: clamp(12px, 1.6vw, 16px);
  padding: 6px 16px 7px;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 500;
  line-height: 1.35;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.top-hero__cta-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: clamp(15px, 1.75vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff;
}

.top-hero__cta-icon {
  flex-shrink: 0;
  color: #fff;
}

.top-section-title {
  margin: 0 0 clamp(28px, 3vw, 40px);
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.top-section-title--bubble {
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 28px 14px;
  background: #6b9e35;
  color: #fff;
  border-radius: 8px 8px 8px 4px;
  font-size: clamp(18px, 2.2vw, 26px);
  position: relative;
}

.top-problems__inner {
  max-width: 100%;
  text-align: center;
  padding: 0;
}

.top-problems {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-top: 80px;
}

.top-problems__badge {
  display: inline-block;
  margin: 0;
  padding: 10px 18px 12px;
  border-radius: 4px;
  background: #82bb37;
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.top-problems__heading {
  margin: clamp(18px, 2.5vw, 24px) 0 0;
  color: #586168;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.03em;
}

.top-problems__heading span {
  color: #E85A5A;
  font-size: 56px;
}

.top-problems__lead {
  margin: clamp(26px, 3vw, 34px) auto 0;
  max-width: 1000px;
  color: #5f676d;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 500;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-problems__panel {
  position: relative;
  margin-top: 50px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-problems__panel::before {
  width: 100%;
  content: "";
  position: absolute;
  inset: 70px 0px 0px 0px;
  border-radius: 100px 100px 0 0;
  background: radial-gradient(circle at 1px 1px, rgba(140, 214, 205, 0.18) 3px, transparent 0) 0 0 / 8px 8px, linear-gradient(180deg, #f7fff8 0%, #f1fff5 100%);
  z-index: 0;
}

.top-problems__grid {
  max-width: 1120px;
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 26px) clamp(12px, 1.8vw, 20px);
}

.top-problems__item img {
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(90, 123, 112, 0.08);
}

.top-problems__item p {
  margin: 16px 0 0;
  color: #5f676d;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-actions {
  position: relative;
  z-index: 1;
  margin-top: clamp(36px, 4vw, 48px);
  display: flex;
  justify-content: center;
}

.top-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 300px;
  padding: 18px 34px;
  border: 1px solid #9dcc50;
  border-radius: 999px;
  background: #fff;
  color: #82bb37;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 24px rgba(151, 199, 93, 0.08);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.top-btn-ghost:hover {
  background: #82bb37;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(129, 187, 55, 0.18);
}

.top-btn-ghost__arrow {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  margin-left: 2px;
}

.top-problems__reason {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-top: 70px;
  padding: 0;
  padding-bottom: 80px;
}

.top-problems__reason-image {
  width: min(100%, 80%);
}

.top-problems__reason-image img {
  width: 100%;
  height: auto;
  display: block;
}

.top-problems__reason-card {
  position: relative;
  width: min(100%, 50%);
  margin: -185px 0 0 auto;
  padding: clamp(34px, 4vw, 44px) clamp(36px, 4.4vw, 48px) clamp(30px, 3.8vw, 40px);
  background: linear-gradient(90deg, rgba(134, 192, 58, 0.9) 0%, rgba(163, 213, 88, 0.9) 100%);
  color: #fff;
  text-align: left;
}

.top-problems__reason-title {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-problems__reason-text {
  margin: clamp(20px, 2.5vw, 28px) 0 0;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-problems__reason-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 280px;
  margin-top: clamp(24px, 3vw, 34px);
  padding: 18px 30px;
  border-radius: 999px;
  background: #fff;
  color: #82bb37;
  font-size: clamp(15px, 1.45vw, 16px);
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-problems__reason-btn:hover {
  background: #f6ffe8;
  color: #73a52d;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(112, 159, 47, 0.18);
}

.top-cta--repeat {
  margin-top: 0;
}

.top-works {
  padding: clamp(76px, 8vw, 112px) 0 clamp(54px, 6vw, 88px);
  background: #fff;
}

.top-works__inner {
  max-width: 100%;
  text-align: center;
  padding: 0;
}

.top-works__heading {
  margin: 0;
  color: #586168;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-works__lead {
  margin: clamp(28px, 3vw, 38px) auto 0;
  max-width: 900px;
  color: #667278;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 500;
  line-height: 1.9;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-works__viewport {
  position: relative;
  overflow: hidden;
  margin: clamp(42px, 4.8vw, 58px) auto 0;
  width: 100%;
}

.top-works__row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: clamp(10px, 1.35vw, 16px);
  will-change: transform;
  transition: transform 0.6s ease;
}

.top-works__item {
  flex: 0 0 clamp(180px, 18.8vw, 288px);
  overflow: hidden;
  border-radius: 12px;
}

.top-works__row img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.top-reviews-price {
  background: #fff;
}

.top-reviews-price__reviews {
  background: #fff7e8 url("../img/top/bg02.png") center top / 1000px auto repeat;
}

.top-reviews-price__reviews-inner {
  position: relative;
  max-width: 1280px;
  padding-top: clamp(44px, 5.2vw, 64px);
  padding-bottom: clamp(34px, 4.6vw, 52px);
  text-align: center;
}

.top-reviews-price__person {
  position: absolute;
  top: clamp(28px, 3.6vw, 40px);
  width: clamp(98px, 11vw, 160px);
  height: auto;
}

.top-reviews-price__person--left {
  left: clamp(12px, 3vw, 56px);
}

.top-reviews-price__person--right {
  right: clamp(12px, 3vw, 56px);
  margin-top: 10px;
  width: clamp(98px, 11vw, 180px);
}

.top-reviews-price__reviews-title {
  margin: 0;
  color: #f06363;
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.top-reviews-price__reviews-visual {
  margin: clamp(34px, 4.5vw, 48px) auto 0;
  max-width: 1000px;
}

.top-reviews-price__reviews-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.top-reviews-price__pricing {
  background: #effffc url("../img/top/bg01.png") center top / 1000px auto repeat;
}

.top-reviews-price__pricing-inner {
  max-width: 1120px;
  padding-top: clamp(42px, 4.8vw, 58px);
  padding-bottom: clamp(40px, 4.8vw, 56px);
  text-align: center;
}

.top-reviews-price__pricing-title {
  margin: 0;
  color: #586168;
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-reviews-price__pricing-lead {
  margin: clamp(24px, 2.8vw, 32px) auto 0;
  max-width: 920px;
  color: #667278;
  font-size: clamp(14px, 1.45vw, 20px);
  font-weight: 500;
  line-height: 1.95;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-reviews-price__cards {
  margin-top: clamp(28px, 3.6vw, 40px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 18px) clamp(12px, 1.8vw, 18px);
}

.top-reviews-price__cards img {
  width: 100%;
  height: auto;
  display: block;
}

.top-reviews-price__pricing-note {
  margin: clamp(22px, 2.8vw, 28px) auto 0;
  color: #667278;
  font-size: clamp(14px, 1.45vw, 20px);
  font-weight: 500;
  line-height: 1.9;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-faq-preview {
  padding: clamp(56px, 6.5vw, 96px) 0 clamp(46px, 5.5vw, 84px);
  background: #fff;
}

.top-faq-preview__inner {
  max-width: 1120px;
}

.top-faq-preview .top-section-title {
  margin-bottom: 0;
  color: #586168;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.3;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-faq-preview__lead {
  margin: clamp(34px, 4vw, 46px) auto 0;
  max-width: 820px;
  color: #657177;
  font-size: clamp(16px, 1.55vw, 20px);
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-faq-preview__list {
  margin: clamp(42px, 4.5vw, 56px) auto 0;
}

.top-faq-preview .faq-item {
  border: 0;
  border-radius: 22px;
  background: #eef4f6;
  overflow: hidden;
}

.top-faq-preview .faq-item+.faq-item {
  margin-top: 18px;
}

.top-faq-preview .faq-item__question {
  padding: 17px 16px 17px 18px;
  gap: 18px;
  background: transparent;
  border-bottom: 1px solid rgba(172, 188, 194, 0.35);
  color: #5e6a70;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-faq-preview .faq-item__question:hover {
  background: transparent;
}

.top-faq-preview .faq-item__question::after {
  color: #7d8a91;
  font-size: 28px;
  font-weight: 400;
}

.top-faq-preview .faq-item__answer {
  max-height: 0;
  padding: 0 16px 0 18px;
  gap: 18px;
  background: transparent;
  color: #69757b;
  font-size: clamp(15px, 1.45vw, 17px);
  line-height: 1.8;
  align-items: center;
}

.top-faq-preview .faq-item__answer p {
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-faq-preview .faq-item--open .faq-item__answer {
  max-height: 320px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-top: 0;
}

.top-faq-preview .faq-item__icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  font-size: 20px;
}

.top-faq-preview .top-actions {
  margin-top: clamp(36px, 4vw, 48px);
}

.top-news {
  padding: clamp(50px, 5vw, 80px) 0 clamp(50px, 6vw, 80px);
  background: #fff;
}

.top-news__inner {
  max-width: 1120px;
}

.top-news__panel {
  background: #F4F9FA;
  border-radius: 20px;
  padding: clamp(44px, 5vw, 64px) clamp(24px, 5vw, 62px) clamp(38px, 4.8vw, 54px);
}

.top-news__heading {
  margin: 0;
  color: #586168;
  text-align: center;
  font-size: clamp(28px, 3.6vw, 48px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.top-news__list {
  list-style: none;
  margin: clamp(34px, 4vw, 46px) auto 0;
  padding: 0;
  max-width: 900px;
  border-top: 1px solid rgba(182, 197, 205, 0.35);
}

.top-news__list li {
  border-bottom: 1px solid rgba(182, 197, 205, 0.35);
}

.top-news__link {
  display: grid;
  grid-template-columns: 138px 82px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 4px;
  color: #5f6b71;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  transition: opacity 0.2s ease;
}

.top-news__link:hover {
  opacity: 0.8;
}

.top-news__date {
  font-size: 12px;
  font-weight: 700;
  color: #69757b;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-news__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 999px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-news__tag--news {
  background: #eb5f5f;
}

.top-news__tag--blog {
  background: #eb5f5f;
}

.top-news__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.top-news .top-actions {
  margin-top: clamp(34px, 4vw, 44px);
}

.top-company {
  background: #effffc url("../img/top/bg01.png") center top / 1000px auto repeat;
  padding: clamp(56px, 6vw, 92px) 0 clamp(72px, 7vw, 104px);
}

.top-company__inner {
  max-width: 1120px;
  text-align: center;
}

.top-company__heading {
  margin: 0;
  color: #586168;
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-company__content {
  margin-top: clamp(44px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
  align-items: center;
  gap: clamp(36px, 5vw, 70px);
}

.top-company__copy {
  text-align: left;
}

.top-company__lead {
  margin: 0;
  color: #586168;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-company__text {
  margin: clamp(24px, 3vw, 34px) 0 0;
  color: #667278;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.top-company__image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
}

.top-company .top-actions {
  margin-top: clamp(42px, 5vw, 56px);
}

.copyright {
  margin: 0;
  padding: 0;
  height: 50px;
  color: #fff;
  background: #5e8f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
  border-top: solid 1px #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.copyright .site-footer__copyright {
  margin: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 60;
  }

  .site-header__top {
    background: #e8f6d6;
  }

  .site-header__inner {
    padding: 11px 14px 10px;
    min-height: 67px;
  }

  .site-logo img {
    width: 200px;
  }

  .site-logo__text {
    font-size: 12px;
  }

  .site-header__contact {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .site-nav {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 67px;
    height: calc(100dvh - 67px);
    overflow-y: auto;
    border-bottom: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }

  .site-header--menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu-button span {
    width: 31px;
    height: 2.5px;
    left: 2px;
    border-radius: 2px;
    background: #59646a;
  }

  .menu-button span:nth-child(1) {
    top: 8px;
  }

  .menu-button span:nth-child(2) {
    top: 16px;
  }

  .menu-button span:nth-child(3) {
    top: 24px;
  }

  .site-header--menu-open .menu-button span:nth-child(1) {
    top: 16px;
  }

  .site-header--menu-open .menu-button span:nth-child(3) {
    top: 16px;
  }

  .hero {
    height: 150px;
    background-position: center 25%;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__subtitle {
    margin-top: 5px;
    font-size: 10px;
    justify-content: center;
  }

  .breadcrumbs .container {
    padding: 11px 15px;
    font-size: 10px;
  }

  .container {
    padding: 0 13px;
  }

  .top-problems__inner {
    padding: 0;
  }

  .faq-intro {
    padding: 34px 0 25px;
  }

  .faq-intro p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }

  .breadcrumbs {
    display: none;
  }

  .faq {
    padding-bottom: 46px;
  }

  .price {
    padding: 40px 0 52px;
  }

  .price-section-title {
    font-size: 28px;
    padding-bottom: 12px;
  }

  .price-service-block {
    margin-top: 28px;
  }

  .price-service-block__title {
    margin-bottom: 14px;
    padding-left: 12px;
    font-size: 22px;
  }

  .price-service-block__table--double {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .price-service-block__row {
    padding: 2px 4px 8px;
  }

  .price-service-block__label,
  .price-service-block__value {
    font-size: 15px;
  }

  .price-service-block__text {
    font-size: 15px;
  }

  .price-payment {
    margin-top: 54px;
  }

  .price-payment__lead {
    margin-top: 20px;
    font-size: 14px;
  }

  .price-payment__panel {
    width: 85%;
    margin-top: 16px;
    padding: 24px 16px 30px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .price-payment__item img {
    margin-bottom: 10px;
  }

  .price-payment__item p {
    font-size: 15px;
  }

  .reason {
    padding: 40px 0 52px;
  }

  .reason__intro {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .reason__intro br {
    display: none;
  }

  .reason__grid {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reason-card {
    min-height: 0;
    padding: 25px 18px 25px;
  }

  .reason-card__icon {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
  }

  .reason-card__icon img {
    width: 100%;
    height: 100%;
  }

  .reason-card__title {
    font-size: 20px;
  }

  .reason-card__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
  }

  .reason-card__text br {
    display: none;
  }

  .reason-message {
    margin-top: 30px;
    padding: 34px 16px 32px;
  }

  .reason-message__title {
    font-size: 21px;
    line-height: 1.55;
  }

  .reason-message__text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
  }

  .reason-message__text br {
    display: none;
  }

  .voice {
    padding: 40px 0 52px;
  }

  .voice__intro {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .voice__intro br {
    display: none;
  }

  .voice__grid {
    margin-top: 28px;
    gap: 30px;
  }

  .voice-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 14px 16px;
  }

  .voice-card__icon {
    justify-content: center;
  }

  .voice-card__icon img {
    width: 120px;
    height: 120px;
  }

  .voice-card__title {
    font-size: 17px;
  }

  .voice-card__service {
    margin-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .voice-card__text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.8;
  }

  .voice-pagination {
    margin-top: 30px;
    gap: 8px;
  }

  .works {
    padding: 40px 0 52px;
  }

  .works__intro {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .works__intro br {
    display: none;
  }

  .works__grid {
    margin-top: 28px;
  }

  .works-group+.works-group {
    margin-top: 42px;
  }

  .works-group__heading {
    font-size: 28px;
    padding-bottom: 8px;
  }

  .works-case {
    margin-top: 30px;
  }

  .works-case__title {
    font-size: 20px;
  }

  .works-case__lead {
    min-height: 0;
    font-size: 13px;
    line-height: 1.8;
  }

  .works-case__pair {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .works-case__arrow {
    order: 2;
    place-self: center;
    justify-self: center;
  }

  .works-image--after {
    order: 3;
  }

  .works-case__arrow-pc {
    display: none;
  }

  .works-case__arrow-sp {
    display: block;
  }

  .works-group__action {
    margin-top: 22px;
  }

  .company {
    padding: 40px 0 52px;
  }

  .company-section-title {
    font-size: 30px;
    padding-bottom: 8px;
  }

  .company-greeting__content {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .company-greeting__lead {
    font-size: 22px;
  }

  .company-greeting__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.9;
  }

  .company-greeting__text br {
    display: none;
  }

  .company-info {
    margin-top: 44px;
  }

  .company-info__table {
    margin-top: 24px;
  }

  .company-info__row {
    grid-template-columns: 1fr;
  }

  .company-info__row+.company-info__row {
    margin-top: 10px;
  }

  .company-info__label {
    padding: 12px 14px;
    font-size: 16px;
  }

  .company-info__value {
    padding: 14px 14px 6px;
    font-size: 14px;
    line-height: 1.85;
  }

  .contact {
    padding: 40px 0 52px;
  }

  .contact-section-title {
    font-size: 30px;
  }

  .contact-mail__lead {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.85;
  }

  .contact-mail__lead br,
  .contact-phone-block__lead br {
    display: none;
  }

  .contact-form {
    margin-top: 24px;
  }

  .contact-form__field {
    margin-top: 20px;
  }

  .contact-form__field--radio legend,
  .contact-form__label {
    font-size: 16px;
  }

  .contact-form__radio {
    font-size: 14px;
  }

  .contact-form__example {
    font-size: 13px;
  }

  .contact-form__input,
  .contact-form__textarea {
    font-size: 15px;
  }

  .contact-form__privacy {
    margin-top: 26px;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
  }

  .contact-form__submit-wrap {
    margin-top: 32px;
  }

  .contact-form__submit {
    min-width: 0;
    width: 100%;
    max-width: 320px;
    height: 62px;
    font-size: 20px;
  }

  .contact-phone-block {
    margin-top: 54px;
    padding: 36px 16px 34px;
    border-radius: 18px;
  }

  .contact-phone-block__lead {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }

  .contact-phone-block__number {
    margin-top: 28px;
    gap: 10px;
  }

  .contact-phone-block__number img {
    width: 34px;
    height: 34px;
  }

  .contact-phone-block__number span {
    font-size: 40px;
  }

  .news {
    padding: 40px 0 52px;
  }

  .news__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .news-list {
    display: grid;
    gap: 40px;
  }

  .news-item__link {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .news-item__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }

  .news-item__title {
    margin-top: 8px;
    font-size: 20px;
  }

  .news-item__excerpt {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.75;
  }

  .news-item__excerpt br {
    display: none;
  }

  .news-sidebar {
    padding: 16px 14px 14px;
  }

  .news-sidebar__block+.news-sidebar__block {
    margin-top: 22px;
  }

  .news-sidebar__title {
    font-size: 17px;
  }

  .news-sidebar__list a {
    font-size: 13px;
  }

  .news-pagination {
    margin-top: 28px;
  }

  .newsdetail {
    padding: 40px 0 52px;
  }

  .newsdetail__article {
    max-width: 100%;
  }

  .newsdetail__title {
    font-size: 28px;
    line-height: 1.5;
  }

  .newsdetail__meta {
    margin-top: 18px;
  }

  .newsdetail__date {
    font-size: 13px;
  }

  .newsdetail__body {
    margin-top: 28px;
  }

  .newsdetail__body p {
    font-size: 13px;
    line-height: 1.9;
  }

  .newsdetail__body p+p {
    margin-top: 22px;
  }

  .newsdetail__figure {
    margin: 28px 0 26px;
    width: 100%;
  }

  .newsdetail__figure img {
    width: 100%;
    border-radius: 12px;
  }

  .newsdetail__pager {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .newsdetail__pager-link {
    min-width: 104px;
    font-size: 13px;
  }

  .service {
    padding: 40px 0 0px;
  }

  .service__title {
    font-size: 20px;
    line-height: 1.5;
  }

  .service__lead {
    margin-top: 14px;
    font-size: 12px;
  }

  .service__nav {
    margin-top: 24px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .service__nav-link {
    min-height: 42px;
    font-size: 13px;
  }

  .service__panel {
    margin-top: 28px;
  }

  .service__panel-inner {
    padding: 70px 20px 70px;
    border-radius: 40px 40px 0 0;
  }

  .service-item+.service-item {
    margin-top: 60px;
  }

  .service-item__title {
    font-size: 26px;
    padding-bottom: 8px;
  }

  .service-item__body,
  .service-item--reverse .service-item__body {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-item--reverse .service-item__image,
  .service-item--reverse .service-item__content {
    order: initial;
  }

  .service-item__image img {
    border-radius: 10px;
  }

  .service-item__heading {
    font-size: 20px;
  }

  .service-item__content p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.8;
  }

  .faq__list {
    width: 100%;
  }

  .faq-item+.faq-item {
    margin-top: 8px;
  }

  .faq-item__question {
    padding: 10px 10px;
    gap: 9px;
    font-size: 16px;
    line-height: 1.5;
  }

  .faq-item__question::after {
    font-size: 16px;
  }

  .faq-item__answer {
    gap: 9px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    max-height: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  }

  .faq-item--open .faq-item__answer {
    max-height: 320px;
    padding-top: 10px;
    padding-bottom: 11px;
  }

  .faq-item__icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .cta {
    padding: 45px 15px;
  }

  .cta__inner {
    border-radius: 15px;
    padding: 30px 20px;
  }

  .cta__title {
    font-size: 28px;
    line-height: 1.4;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  }

  .cta__copy {
    margin: 0 0 4px;
    font-size: 18px;
    letter-spacing: 0.02em;
  }

  .cta__action-block {
    width: 100%;
  }

  .cta__actions {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
    width: 100%;
  }

  .cta__phone {
    font-size: 36px;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }

  .cta__phone img {
    width: 32px;
  }

  .cta__mail {
    min-width: 80vw;
    height: 68px;
    border-radius: 40px;
    gap: 7px;
    font-size: 22px;
  }

  .cta__mail-icon {
    font-size: 28px;
  }

  .cta__meta {
    margin-top: 5px;
    font-size: 14px;
  }

  .site-nav__list {
    display: block;
    width: 100%;
    padding: 13px 16px 18px;
    margin: 0;
    background: #fff;
  }

  .site-nav__list li {
    border-bottom: 1px solid #d8dde1;
  }

  .site-nav__list a {
    display: block;
    position: relative;
    padding: 15px;
    color: #515b61;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.3;
  }

  .site-nav__list a::after {
    content: "›";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    color: #9cbc49;
    font-size: 39px;
    font-weight: 400;
    line-height: 1;
  }

  .site-footer {
    padding: 26px 14px 24px;
  }

  .site-footer__logo {
    width: 60%;
  }

  .site-footer__instagram p {
    font-size: 12px;
  }

  .site-footer__instagram {
    margin-top: 10px;
  }

  .site-footer__instagram-link {
    width: 30px;
    height: 30px;
  }

  .site-footer__name {
    margin-top: 8px;
    font-size: 27px;
  }

  .site-footer__desc {
    font-size: 10px;
  }

  .site-footer__links {
    margin-top: 16px;
    justify-content: flex-start;
    gap: 8px 18px;
    font-size: 12px;
    text-align: left;
  }

  .site-footer__links li {
    width: 100%;
  }

  .site-footer__copyright {
    margin-top: 16px;
    font-size: 8px;
  }

  .to-top {
    right: 20px;
    bottom: 60px;
    width: 40px;
    height: 40px;
  }

  /* TOP page — SP */
  .page-top .top-hero {
    min-height: 0;
    padding: 18px 16px 22px;
    align-items: flex-start;
    justify-content: flex-start;
    background: url(../img/top/top-bg-sp.png) center top / 100% auto no-repeat, linear-gradient(180deg, #edf7fb 0, #edf7fb 550px, #f9fbef 610px, #f9fbef 100%);
  }

  .page-top .top-hero__inner {
    padding-left: 0;
    gap: 0;
    align-items: stretch;
  }

  .top-hero__top-text {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: #586168;
    margin-top: 0;
  }

  .page-top .top-hero__txt {
    width: min(85%, 360px);
    margin-top: 8px;
  }

  .page-top .top-hero__badge {
    width: min(80%, 334px);
    margin-top: 18px;
    margin-left: -2px;
  }

  .top-hero__cta {
    max-width: 100%;
    margin-top: 320px;
    padding: 0;
  }

  .top-hero__cta-intro {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
    color: #5f676d;
  }

  .top-hero__cta-btn {
    max-width: 100%;
    margin-top: 12px;
    padding: 14px 16px 16px;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(231, 96, 96, 0.28);
  }

  .top-hero__cta-pill {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 18px 8px;
  }

  .top-hero__cta-main {
    font-size: 17px;
    gap: 8px;
    letter-spacing: 0.01em;
  }

  .top-hero__cta-icon {
    width: 24px;
    height: 24px;
  }

  .top-problems {
    padding: 48px 0 46px;
  }

  .top-problems__badge {
    max-width: 244px;
    padding: 7px 14px 9px;
    font-size: 15px;
    line-height: 1.45;
  }

  .top-problems__heading {
    margin-top: 22px;
    font-size: 26px;
    line-height: 1.34;
    letter-spacing: 0.01em;
  }

  .top-problems__heading span {
    display: inline-block;
    font-size: 38px;
  }

  .top-problems__lead {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    padding: 0px 20px;
  }

  .top-problems__lead br {
    display: none;
  }

  .top-problems__panel {
    margin-top: 36px;
    padding: 16px 14px 0;
  }

  .top-problems__panel::before {
    inset: 34px 0 0;
    border-radius: 24px 24px 0 0;
    background:
      radial-gradient(circle at 1px 1px, rgba(140, 214, 205, 0.18) 2px, transparent 0) 0 0 / 8px 8px,
      linear-gradient(180deg, #f7fff8 0%, #f1fff5 100%);
  }

  .top-problems__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 10px;
  }

  .top-actions {
    width: 100%;
  }

  .top-problems__item img {
    border-radius: 6px;
    aspect-ratio: 1.4;
  }

  .top-problems__item p {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.4;
  }

  .top-btn-ghost {
    min-width: 0;
    width: 100%;
    max-width: none;
    padding: 17px 20px;
    font-size: 12px;
    gap: 14px;
    border-width: 1px;
  }

  .top-problems__reason {
    margin-top: 58px;
    padding: 0 4px 0;
  }

  .top-problems__reason-image {
    width: 100%;
  }

  .top-problems__reason-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: -5%;
  }

  .top-problems__reason-card {
    justify-self: right;
    width: 100%;
    margin: -20px -5% 0;
    padding: 24px 24px 26px;
    background: linear-gradient(90deg, rgba(134, 192, 58, 0.92) 0%, rgba(163, 213, 88, 0.92) 100%);
  }

  .top-problems__reason-title {
    font-size: 20px;
    line-height: 1.45;
  }

  .top-problems__reason-text {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.9;
  }

  .top-problems__reason-btn {
    width: 100%;
    min-width: 0;
    margin-top: 22px;
    padding: 16px 18px;
    font-size: 12px;
    gap: 14px;
  }

  .top-works__row {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
    transition: none;
  }

  .top-works__row li {
    flex: 0 0 42%;
    scroll-snap-align: start;
  }

  .top-works {
    padding: 44px 0 42px;
  }

  .top-works__viewport {
    width: 100%;
    margin-top: 28px;
    overflow: visible;
  }

  .top-works__heading {
    font-size: 26px;
    line-height: 1.55;
  }

  .top-works__lead {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
  }

  .top-works__lead br {
    display: none;
  }

  .top-works__row img {
    border-radius: 10px;
  }

  .top-reviews-price__reviews-inner {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .top-reviews-price__person {
    width: 82px;
    top: 18px;
  }

  .top-reviews-price__person--left {
    left: 10px;
  }

  .top-reviews-price__person--right {
    right: 10px;
    width: 90px;
    top: 12px;
  }

  .top-reviews-price__reviews-title {
    font-size: 17px;
    line-height: 1.55;
    padding: 0 74px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    margin-top: 16px;
  }

  .top-reviews-price__reviews-visual {
    margin-top: 20px;
  }

  .top-reviews-price__pricing-inner {
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .top-reviews-price__pricing-title {
    font-size: 24px;
  }

  .top-reviews-price__pricing-lead {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.85;
    text-align: left;
  }

  .top-reviews-price__pricing-lead br {
    display: none;
  }

  .top-reviews-price__cards {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .top-reviews-price__pricing-note {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.85;
    text-align: left;
  }

  .top-faq-preview {
    padding: 36px 0 40px;
  }

  .top-faq-preview .top-section-title {
    font-size: 26px;
  }

  .top-faq-preview__lead {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
  }

  .top-faq-preview__lead br {
    display: none;
  }

  .top-faq-preview__list {
    margin-top: 24px;
  }

  .top-faq-preview .faq-item {
    border-radius: 18px;
  }

  .top-faq-preview .faq-item+.faq-item {
    margin-top: 12px;
  }

  .top-faq-preview .faq-item__question {
    padding: 14px 12px;
    gap: 12px;
    font-size: 15px;
  }

  .top-faq-preview .faq-item__question::after {
    font-size: 22px;
  }

  .top-faq-preview .faq-item__answer {
    padding-left: 12px;
    padding-right: 12px;
    gap: 12px;
    font-size: 13px;
    line-height: 1.8;
  }

  .top-faq-preview .faq-item--open .faq-item__answer {
    max-height: 360px;
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .top-faq-preview .faq-item__icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .top-news {
    padding: 28px 0 40px;
  }

  .top-news__panel {
    border-radius: 22px;
    padding: 32px 24px 34px;
  }

  .top-news__heading {
    font-size: 28px;
    line-height: 1.35;
  }

  .top-news__list {
    margin-top: 34px;
  }

  .top-news__link {
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
    gap: 10px 14px;
    padding: 16px 8px 14px;
  }

  .top-news__date {
    font-size: 13px;
    grid-column: 1;
  }

  .top-news__tag {
    min-width: 102px;
    width: fit-content;
    padding: 4px 12px 5px;
    font-size: 12px;
    grid-column: 2;
  }

  .top-news__title {
    grid-column: 1 / -1;
    font-size: 15px;
    line-height: 1.55;
  }

  .top-news .top-actions {
    margin-top: 38px;
  }

  .top-company {
    padding: 40px 0 48px;
  }

  .top-company__heading {
    font-size: 26px;
  }

  .top-company__content {
    margin-top: 26px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .top-company__copy {
    order: 1;
  }

  .top-company__lead {
    font-size: 22px;
    line-height: 1.55;
  }

  .top-company__text {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.9;
  }

  .top-company__text br {
    display: none;
  }

  .top-company__image {
    order: 2;
  }

  .top-company__image img {
    border-radius: 14px;
  }

  .top-company .top-actions {
    margin-top: 26px;
  }
}