@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html, html:focus-within {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  overflow-x: visible !important;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img, svg, video {
  max-width: 100%;
  height: auto;
  display: block;
}

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

button {
  font: inherit;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.l-body {
  background: #ffffff;
  color: #1a1a1a;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.u-accent {
  color: #ff3366;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .u-hide-lg {
    display: none;
  }
}

.l-footer {
  background: #f5f7fb;
  border-top: 1px solid #e5e9f2;
  margin-top: 64px;
}
.l-footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  font-size: 14px;
  color: #566076;
}
.l-footer__top {
  font-weight: 600;
}
.l-footer__copy {
  display: block;
}
.l-footer__top {
  display: block;
}

@media (max-width: 768px) {
  .l-footer {
    padding-bottom: 70px;
  }
}
.l-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  top: 0;
  background: #fff;
  padding-bottom: 10px;
  width: 100vw;
  height: 80px;
  z-index: 100;
  box-sizing: border-box;
}
.l-header__logo {
  width: fit-content;
  height: auto;
  margin: 10px 0 10px 20px;
}
.l-header__logo-text {
  font-size: 10px;
  margin: 0;
}
.l-header__cta {
  display: flex;
  flex-direction: row;
}
.l-header__cta .button-primary {
  background: #076CAB;
  color: #ffffff;
  color: #fff;
  text-align: center;
  width: fit-content;
  height: 36px;
  border-radius: 18px;
  font-size: 20px;
  font-weight: normal;
  margin-inline: 20px;
}
.l-header__cta .cta__tel-link {
  font-size: 32px;
  margin: 0;
  line-height: 1;
}
.l-header__cta .material-symbols-outlined {
  font-size: 32px;
}
.l-header__cta .cta__actions {
  margin-top: 10px;
}
.l-header__cta-tel {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 10px;
}
.l-header__cta-tel-text {
  margin: 5px 0 0 0;
  line-height: 1;
}

@media (max-width: 768px) {
  .l-header {
    display: none;
  }
}
.container {
  width: min(100% - 32px, 1100px);
  margin-inline: auto;
}

.section {
  padding: 64px 0;
  margin: 0;
  box-sizing: border-box;
}
.section__title {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.4;
  margin: 0 0 24px;
  letter-spacing: 0.01em;
  border-bottom: 10px solid #4DBCC8;
}
.section__lead {
  color: #566076;
  margin: 0 0 24px;
}
.section__subtitle {
  font-size: clamp(18px, 2.2vw, 22px);
  margin: 32px 0 16px;
  border-left: 6px solid #4DBCC8;
  padding-left: 12px;
}
.section__note {
  font-size: 14px;
  color: #566076;
  margin-top: 16px;
}
.section__strong {
  font-weight: bold;
  font-size: clamp(18px, 2.2vw, 22px);
  color: #ff3366;
}
.section__small {
  font-size: 14px;
}
.section-faq {
  background: #f5f7fb;
}
.section__link {
  text-decoration: underline;
}

.hero {
  margin-top: 70px;
  background: url(../img/hero-bg.png) no-repeat center center;
}
@media (max-width: 768px) {
  .hero {
    background: url(../img/hero-bg.png) no-repeat center right;
    margin-top: 0;
  }
}
.hero__container {
  padding: 48px 0 40px 0;
  text-align: left;
}
@media (max-width: 768px) {
  .hero__container {
    padding: 4px;
  }
}
.hero__badge {
  width: fit-content;
  display: block;
  background: #ffea2b;
  color: #000;
  font-weight: 800;
  padding: 6px 10px;
  margin: 0 auto 4px auto;
}
.hero__heading {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 900;
  margin: 16px 0 0 24px;
  position: relative;
  text-align: center;
}
.hero__heading strong {
  font-weight: 900;
}
.hero__text {
  background: lab(100% 0 0 / 0.75);
  padding: 8px;
  margin-bottom: 16px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.hero__s {
  font-size: 14px;
  position: relative;
  top: -15px;
  left: 0;
}
.hero__emphasis {
  color: #fe3b3b;
  font-size: 80px;
}
@media (max-width: 768px) {
  .hero__emphasis {
    font-size: 40px;
  }
}
.hero__emphasis--number {
  font-size: 80px;
  color: #fe3b3b;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero__emphasis--number {
    font-size: 40px;
  }
}
.hero__emphasis--number::before {
  content: "最大";
  color: #1a1a1a;
  font-size: 14px;
  position: absolute;
  top: 4px;
  left: 14px;
}
@media (max-width: 768px) {
  .hero__emphasis--number::before {
    top: 0px;
  }
}
.hero__highlight {
  font-size: 50px;
  color: #2C5DFF;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
}
.hero__highlight02 {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(transparent 20%, #F8F361 10%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 40%;
}
@media (max-width: 768px) {
  .hero__highlight02 {
    font-size: 34px;
  }
}
.hero__cta {
  text-align: center;
  margin-top: 24px;
}
.hero__cta .button-primary {
  background: #FF6200;
  color: #fff;
  text-align: center;
  width: fit-content;
  height: 50px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0;
  position: relative;
}
.hero__cta .button-primary::after {
  color: #fff;
  content: "▶";
}
.hero__cta .button-primary:hover {
  opacity: 0.7;
}

.badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0;
}
@media (max-width: 768px) {
  .badges {
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.badges__item {
  width: fit-content;
  color: #fff;
  background: #50B1BC;
  border-radius: 30px;
  line-height: 1;
  padding: 8px;
  font-weight: normal;
  text-align: center;
}
.section-pains {
  background: #f5f7fb;
  position: relative;
  padding: 64px 0 16px 0;
  margin-bottom: 70px;
}
.section-pains:after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background: #f5f7fb;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.section-pains .section__title {
  text-align: center;
  color: #4DBCC8;
  font-weight: bold;
  font-size: clamp(22px, 3vw, 32px);
  border: none;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-pains .section__title {
    margin-bottom: 24px;
  }
}
.section-pains__item {
  text-indent: -1em;
  margin-left: 1em;
}

.features {
  padding-left: 0;
  margin: 0;
}
.features.features-pains {
  background: #f5f7fb url(../img/img-pains.png) no-repeat left top;
  padding-bottom: 60px;
  padding-left: 360px;
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .features.features-pains {
    background: url(../img/img-pains.png) no-repeat center top;
    padding-top: 200px;
    background-size: 300px auto;
    padding-left: 0;
  }
}

.features-pains__item {
  text-indent: -1em;
  margin-left: 1em;
}

.features-benefits__item {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
}

@media (max-width: 768px) {
  .section-about-subsidy {
    padding: 0 20px;
  }
}
.section-about-subsidy .container {
  max-width: 800px;
  width: 100%;
  background: #f5f7fb;
  border-radius: 30px;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-about-subsidy .container {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
  }
}
.section-about-subsidy .section__title {
  border: none;
  text-align: center;
}

.about {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .about {
    grid-template-columns: 1fr 1fr;
  }
}
.about__item {
  padding: 64px 20px 32px 20px;
  width: 100%;
}
.about__item:nth-child(even) .about__text {
  text-align: right;
  margin-left: auto;
}
@media (max-width: 768px) {
  .about__item:nth-child(even) .about__text {
    text-align: left;
    margin-left: 0;
  }
}
.about__item:nth-of-type(1) {
  background: url(../img/img-katze01.png) no-repeat center right;
  background-size: 20%;
}
@media (max-width: 768px) {
  .about__item:nth-of-type(1) {
    background: url(../img/img-katze01.png) no-repeat center top;
    background-size: 50%;
    padding-top: 200px;
    border-bottom: 1px solid #e5e9f2;
    margin-bottom: 40px;
  }
}
.about__item:nth-of-type(2) {
  background: url(../img/img-katze02.png) no-repeat center left;
  background-size: 20%;
}
@media (max-width: 768px) {
  .about__item:nth-of-type(2) {
    background: url(../img/img-katze02.png) no-repeat center top;
    background-size: 50%;
    padding-top: 150px;
    border-bottom: 1px solid #e5e9f2;
    margin-bottom: 40px;
  }
}
.about__item:nth-of-type(3) {
  background: url(../img/img-katze03.png) no-repeat center right;
  background-size: 20%;
}
@media (max-width: 768px) {
  .about__item:nth-of-type(3) {
    background: url(../img/img-katze03.png) no-repeat center top;
    background-size: 50%;
    padding-top: 150px;
    border-bottom: 1px solid #e5e9f2;
    margin-bottom: 40px;
  }
}
.about__item:nth-child(even) {
  text-align: right;
}
@media (max-width: 768px) {
  .about__item:nth-child(even) {
    text-align: left;
  }
}
.about__title {
  margin: 0 0 12px;
  color: #4DBCC8;
  font-size: clamp(18px, 2.2vw, 22px);
}
.about__text {
  margin: 0;
  width: 80%;
  text-align: left;
  color: #566076;
}
@media (max-width: 768px) {
  .about__text {
    width: 100%;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.04s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.button:focus-visible {
  outline: 2px solid rgba(255, 98, 0, 0.6);
  outline-offset: 2px;
}

.cta {
  display: flex;
  justify-content: center;
  margin: 0 2em;
}
.cta__container {
  background: #EAF7FF;
  border-radius: 20px;
  max-width: 1080px;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
  padding: 40px 0;
}
.cta__title {
  font-size: 36px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .cta__title {
    font-size: 18px;
  }
}
.cta__tel {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 4px 0;
}
.cta__tel-link {
  color: var(--cta-text);
  text-decoration: none;
}
.cta__time {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-top: 4px;
}
.cta__actions {
  margin-top: 20px;
}
.cta .button-primary {
  background: #076CAB;
  color: #ffffff;
  color: #fff;
  text-align: center;
  width: 220px;
  height: 50px;
  border-radius: 25px;
  font-size: 24px;
  font-weight: normal;
}
.cta .button-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.cta .button-primary:active {
  transform: translateY(0);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 36px;
  position: relative;
  top: 5px;
}

.faq {
  margin: 0;
  padding: 0;
}
.faq__item {
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin-bottom: 40px;
}
.faq__q {
  font-size: clamp(18px, 2.2vw, 22px);
  color: #4DBCC8;
  font-weight: 800;
  margin: 0 0 12px;
}
.faq__q::before {
  content: "Q.";
  color: #4DBCC8;
}
.faq__a {
  margin: 0;
  color: #566076;
}
.faq__a::before {
  content: "A.";
}

.pricing {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .pricing {
    grid-template-columns: 1fr 1fr;
  }
}
.pricing__card {
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing__title {
  margin: 0 0 12px;
  font-size: clamp(18px, 2.2vw, 22px);
}
.pricing__desc {
  margin: 0 0 24px;
  color: #566076;
}
.pricing__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
@media (max-width: 768px) {
  .pricing__price {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.pricing__from {
  font-size: 14px;
  color: #566076;
}
.pricing__num {
  font-size: clamp(22px, 5vw, 34px);
  font-weight: 900;
  color: #ff3366;
  position: relative;
  width: 50%;
}
.pricing__num::before {
  color: #1a1a1a;
  content: "助成金で自己負担";
  font-size: 12px;
  position: absolute;
  top: -6px;
}
@media (max-width: 768px) {
  .pricing__num::before {
    top: -14px;
  }
}

.flow {
  margin: 0;
  padding: 0;
}
.flow .flow__item {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: normal;
  position: relative;
  margin-bottom: 80px;
  background: #f5f7fb;
  padding: 24px 24px 24px calc(24px + 0.5em);
  border-radius: 20px;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .flow .flow__item {
    margin-bottom: 50px;
  }
}
.flow .flow__item::after {
  content: "▼";
  font-size: clamp(28px, 4vw, 46px);
  position: absolute;
  bottom: -80px;
  left: 50%;
  color: #93D6DE;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .flow .flow__item::after {
    bottom: -50px;
    margin-left: 0;
  }
}
.flow .flow__item:last-child::after {
  content: none;
}

.section-note .section__container {
  max-width: 800px;
  width: 100%;
  border-radius: 30px;
  padding: 40px;
}
.section-note .section__title {
  border: none;
}

.section-contact {
  scroll-margin-top: -40px;
}
@media (max-width: 768px) {
  .section-contact {
    scroll-margin-top: -100px;
  }
}
.section-contact .section__container {
  max-width: 800px;
  width: 100%;
  border-radius: 30px;
  padding: 40px;
}

.note {
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 24px;
  background: #fffdf6;
  border-color: #f3e8c4;
}
.note__text {
  margin: 0;
  color: #665c43;
}

.l-sp-cta {
  display: none;
}

@media (max-width: 768px) {
  .l-sp-cta {
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    background: lab(64.36% 0 -0.01 / 0.7);
    position: fixed;
    bottom: 0;
  }
  .l-sp-cta__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
    color: #fff;
  }
  .l-sp-cta__logo svg {
    display: block;
    width: 100px;
    height: auto;
    fill: #fff;
  }
  .l-sp-cta__logo .l-sp-footer__logo-text {
    margin: 0;
    line-height: 1.3;
    font-size: 12px; /* 既存10px→可読性向上 */
    white-space: nowrap;
  }
  .l-sp-cta__logo-text {
    font-size: 10px;
    line-height: 1;
    margin: 0;
  }
  .l-sp-cta__tel-btn {
    display: flex;
    flex-direction: row;
    gap: 0 10px;
  }
  .l-sp-cta__tel-btn .l-sp-footer {
    /* アクションボタン（横幅いっぱい） */
  }
  .l-sp-cta__tel-btn .l-sp-footer__cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .l-sp-cta__tel-btn .l-sp-footer__cta-tel {
    margin: 0;
    background: #FF6200;
    color: #fff;
    text-align: center;
    width: fit-content;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 9999px;
    color: #fff;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .l-sp-cta__tel-btn .l-sp-footer__cta-tel .cta__tel-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    word-break: keep-all;
  }
  .l-sp-cta__tel-btn .l-sp-footer__cta-tel .cta__tel-link .material-symbols-outlined {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 0px;
  }
  .l-sp-cta__tel-btn .l-sp-footer__cta-tel-text {
    margin: 2px 0 0;
    line-height: 1.2;
    font-size: 12px;
  }
  .l-sp-cta .cta__actions {
    margin: 0;
  }
  .l-sp-cta .cta__actions .button.button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 9999px;
    background: #076CAB;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border: 0;
    margin: 0;
    cursor: pointer;
  }
}
.is--sp {
  display: none;
}
@media (max-width: 768px) {
  .is--sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .is--sp-none {
    display: none;
  }
}

.wpcf7-form textarea {
  border: 1px solid #dddddd;
  outline: medium none;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.wpcf7-form .is-s {
  line-height: 1;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*# sourceMappingURL=style.css.map */
