@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* Color styles */
/* Effect styles */
@keyframes float {
  0% {
    transform: translateY(0); /* 初期位置 */
  }
  25% {
    transform: translateY(-0.3125rem); /* 上に5px移動 */
  }
  75% {
    transform: translateY(0.3125rem); /* 下に5px移動 */
  }
  100% {
    transform: translateY(0); /* 元の位置に戻る */
  }
}
/* Pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* 少し大きくする */
  }
  100% {
    transform: scale(1);
  }
}
html {
  font-size: 16px;
}
@media (max-width: 1279px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #222;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
}

.l-inner {
  width: 100%;
  max-width: 1340px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.c-button-2 {
  position: relative;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.125rem;
  color: white;
  background-color: rgb(220, 86, 38);
  border-radius: 32px;
  height: 3.1875rem;
  margin-top: 1.375rem;
}
@media (max-width: 767px) {
  .c-button-2 {
    font-size: 0.875rem;
  }
}
.c-button-2 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  width: 0.4375rem;
}

.c-button {
  display: inline-block;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: rgb(220, 86, 38);
  border-radius: 4px;
  filter: drop-shadow(0 0.625rem 0 #b61a12);
  width: 100%;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-inline: 1rem;
  transition: transform 0.2s ease, filter 0.2s ease;
}
@media (max-width: 767px) {
  .c-button {
    font-size: 1rem;
    filter: drop-shadow(0 0.375rem 0 #b61a12);
  }
}
.c-button:hover,
.c-button:focus {
  transform: translateY(0.3125rem);
  filter: drop-shadow(0 0.3125rem 0 #b61a12);
}
@media (max-width: 767px) {
  .c-button:hover,
  .c-button:focus {
    transform: translateY(0.1875rem);
    filter: drop-shadow(0 0.1875rem 0 #b61a12);
  }
}

.c-text-animation {
  display: inline-block;
  position: relative;
  overflow: hidden; /* 必須：背景がはみ出さないようにする */
  background-color: transparent; /* 初期状態では背景を透明に */
  padding-inline: 0.625rem;
}

.c-text-animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b0962c; /* 背景色 */
  transform: translateX(-100%); /* 背景を左に隠す */
  transition: transform 1s ease; /* 背景のスライドアニメーション */
  z-index: 1;
}

.c-text-animation span {
  position: relative;
  display: inline-block;
  color: white; /* 初期状態では非表示 */
  transform: translateX(-100%); /* テキストを左に隠す */
  transition: transform 1s ease 0.2s; /* 背景スライド後にテキストをスライドイン */
  z-index: 2;
}

.c-text-animation.is-visible::before {
  transform: translateX(0); /* 背景が左から右にスライド */
}

.c-text-animation.is-visible span {
  transform: translateX(0); /* テキストがスライドイン */
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.drawer {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 32px;
  transform: translateY(-50%);
  right: 1.75rem;
  width: 1rem;
  height: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.drawer__icon .drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #121212;
  transition: all 0.5s ease;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.3125rem;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.3125rem;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  overflow-y: scroll;
  text-align: center;
}

.drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 88px 40px;
}

.drawer__logo {
  position: absolute;
  max-width: 9.5rem;
  top: 8px;
  left: 1.125rem;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  padding-inline: 1.75rem;
}
.drawer__list li a {
  display: block;
  color: #000;
  border-bottom: 1px solid rgb(240, 240, 240);
  line-height: 4.5rem;
}

.drawer__btn-img {
  position: relative;
  z-index: 1;
  max-width: 3.1875rem;
  margin-inline: auto;
  margin-top: 1.25rem;
}

.drawer__btn {
  max-width: 20.5rem;
  margin-top: -1.25rem;
}

.drawer__text {
  font-size: 0.8125rem;
  font-weight: 500;
  padding-top: 2rem;
}

.drawer__tel {
  justify-content: center;
}
.faq summary {
  display: flex;
  align-items: center;
  background-color: white;
  min-height: 5rem;
  padding-inline: 1.5rem;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq summary {
    padding-inline: 0.9375rem;
    min-height: 4.25rem;
    padding-block: 1rem;
  }
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq .faq__question {
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
  align-items: center;
  width: 100%;
  column-gap: 0.4375rem;
}
@media (max-width: 767px) {
  .faq .faq__question {
    column-gap: 0.125rem;
  }
}
@media (any-hover: hover) {
  .faq .faq__question:hover {
    cursor: pointer;
  }
}
.faq .faq__q {
  color: rgb(172, 214, 228);
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-style: normal;
}
@media (max-width: 767px) {
  .faq .faq__q {
    font-size: 1.5rem;
  }
}
.faq .faq__question-text {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .faq .faq__question-text {
    font-size: 0.9375rem;
  }
}
.faq .faq__icon {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.faq .faq__icon::before,
.faq .faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: rgb(187, 187, 187);
  width: 18px;
  height: 2px;
}
.faq .faq__icon::after {
  rotate: 90deg;
  transition: rotate 0.3s ease;
}
.faq.is-opened .faq__icon::after {
  rotate: 180deg;
}
.faq .faq__answer {
  padding-top: 1.5rem;
  padding-inline: 1rem;
}
.faq .faq__answer-text {
  list-style: none;
  line-height: 1.7;
}
.faq .faq__answer-text a {
  color: #dc5626;
  text-decoration: underline;
}

.header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: white;
  height: 5.5rem;
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .header {
    padding-right: 1.75rem;
    padding-left: 1.125rem;
    height: 64px;
  }
}

.header__inner {
  display: grid;
  grid-template-columns: 24rem 1fr;
  max-width: 75.25rem;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .header__inner {
    padding-block: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
}

.header__left {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 0.875rem;
}

.header__logo {
  max-width: 12.25rem;
}
@media (max-width: 767px) {
  .header__logo {
    max-width: 9.5rem;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 2.5rem;
}

.header__list {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
.header__list li a {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
}

.header__btn {
  max-width: 13.75rem;
  font-size: 0.875rem;
  padding: 0.75rem;
  filter: drop-shadow(0 0.375rem 0 #b61a12);
}
.header__btn:hover,
.header__btn:focus {
  transform: translateY(0.1875rem);
  filter: drop-shadow(0 0.1875rem 0 #b61a12);
}

.p-banner {
  background-color: #ffe7ad;
  background-image: url(../../assets/images/lp/banner-bg.png);
  background-size: cover;
  padding-block: 4.5rem 2.75rem;
}
@media (max-width: 767px) {
  .p-banner {
    padding-top: 2rem;
  }
}

.p-banner__inner {
  max-width: none;
}
@media (max-width: 767px) {
  .p-banner__inner {
    padding-inline: 0.5rem;
  }
}

.p-banner__img {
  position: relative;
  max-width: 77.5rem;
  margin-inline: auto;
  text-align: center;
  filter: drop-shadow(0 12px 16px 0 rgba(18, 18, 18, 0.2));
}
@media (max-width: 767px) {
  .p-banner__img {
    max-width: 21.5rem;
  }
}

.p-banner__links {
  max-width: 53.875rem;
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  background-color: #fff;
  border-radius: 8px;
  padding-inline: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  text-align: center;
  position: absolute;
  bottom: 3.9375rem;
  right: 3.125rem;
}
@media (max-width: 767px) {
  .p-banner__links {
    max-width: 19rem;
    flex-direction: column-reverse;
    bottom: auto;
    top: 11.625rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    padding-inline: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
  }
}

.p-banner__button {
  padding-inline: 1.75rem;
}
@media (max-width: 767px) {
  .p-banner__button {
    padding-inline: 1rem;
    padding-block: 0.75rem;
  }
}

.p-banner__text {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .p-banner__text {
    font-size: 0.8125rem;
    padding-top: 1rem;
  }
}

@media (max-width: 767px) {
  .p-banner__piano {
    position: absolute;
    bottom: -0.5625rem;
    right: -0.4375rem;
    width: 2.8125rem;
  }
}

.p-card {
  background-color: white;
  border-radius: 6px;
  filter: drop-shadow(0px 6px 8px rgba(18, 18, 18, 0.04));
  padding-inline: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2.1875rem;
}
@media (max-width: 767px) {
  .p-card {
    padding-top: 1.5rem;
    padding-bottom: 1.8125rem;
    padding-inline: 1.5rem;
  }
}

.p-card__heading {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-card__heading {
    column-gap: 1rem;
  }
}

.p-card__img {
  max-width: 8.75rem;
}
.p-card__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-card__img {
    max-width: 6rem;
  }
}
.p-card__img img {
  border-radius: 50%;
}

.p-card__name {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .p-card__name {
    font-size: 0.9375rem;
    padding-top: 0.25rem;
  }
}

.p-card__name-en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .p-card__name-en {
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    padding-top: 0.125rem;
  }
}

.p-card__text {
  padding-top: 1rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-card__text {
    font-size: 0.875rem;
    padding-top: 1.125rem;
  }
}

.p-cta-2 {
  background-image: url(../../assets/images/lp/cta-bg.jpeg);
  background-size: cover;
  background-position: center;
  padding-block: 4.9375rem 5.25rem;
}
@media (max-width: 767px) {
  .p-cta-2 {
    padding-block: 1.9375rem 1.9375rem;
  }
}

.p-cta-2__inner {
  max-width: 66.625rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-cta-2__inner {
    max-width: 22.5rem;
    margin-inline: auto;
  }
}

.p-cta-2__heading {
  display: flex;
  column-gap: 1.125rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-cta-2__heading {
    column-gap: 0.75rem;
  }
}

.p-cta-2__title {
  color: #685c57;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-block: 6px;
  padding-inline: 8px;
}
@media (max-width: 767px) {
  .p-cta-2__title {
    font-size: 1rem;
    padding-inline: 0;
  }
}

.p-cta-2__title-img {
  margin-top: -3.25rem;
}
@media (max-width: 767px) {
  .p-cta-2__title-img {
    margin-top: 0;
  }
}

.p-cta-2__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 3.25rem;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  padding-inline: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-cta-2__bottom {
    flex-direction: column-reverse;
    padding-inline: 1rem;
    padding-top: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .p-cta-2__bottom-left {
    margin-top: 1.3125rem;
  }
}

.p-cta-2__text {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-cta-2__text {
    font-size: 0.8125rem;
  }
}

.p-cta-2__tel .p-tel {
  margin-inline: 0;
}
@media (max-width: 767px) {
  .p-cta-2__tel .p-tel {
    margin-top: 0;
  }
}

.p-cta-2__button-box {
  max-width: 29.5rem;
}
@media (max-width: 767px) {
  .p-cta-2__button-box {
    margin-top: 0;
  }
}

.p-cta-2__button {
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  .p-cta-2__button {
    font-size: 1rem;
    padding-block: 0.75rem;
    padding-inline: 2.125rem;
  }
}

.p-cta {
  background-image: url(../../assets/images/lp/cta-bg.jpeg);
  background-size: cover;
  background-position: center;
  padding-block: 3rem 3.25rem;
}
@media (max-width: 767px) {
  .p-cta {
    padding-block: 1.5rem 1.9375rem;
  }
}

.p-cta__inner {
  text-align: center;
}
@media (max-width: 767px) {
  .p-cta__inner {
    max-width: 22.5rem;
    margin-inline: auto;
  }
}

.p-cta__heading {
  display: flex;
  column-gap: 1.125rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-cta__heading {
    column-gap: 0.75rem;
  }
}

.p-cta__heading-dot {
  max-width: 3.5rem;
}
@media (max-width: 767px) {
  .p-cta__heading-dot {
    max-width: 1.6875rem;
  }
}

.p-cta__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-cta__title {
    font-size: 1.25rem;
  }
}

.p-cta__button-box {
  max-width: 33rem;
  margin-inline: auto;
  margin-top: 0.875rem;
}
@media (max-width: 767px) {
  .p-cta__button-box {
    margin-top: 0;
  }
}

.p-cta__button-img {
  position: relative;
  z-index: 1;
  max-width: 4.5625rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-cta__button-img {
    max-width: 3.1875rem;
    margin-top: 0.625rem;
  }
}

.p-cta__button {
  max-width: 33rem;
  margin-top: -1.25rem;
}

.p-cta__text {
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .p-cta__text {
    font-size: 0.8125rem;
    padding-top: 2.0625rem;
  }
}

.p-cta__tel {
  justify-content: center;
  margin-top: 0.125rem;
}
@media (max-width: 767px) {
  .p-cta__tel {
    margin-top: 0;
  }
}

.p-faq {
  background-color: rgb(247, 247, 247);
  padding-block: 4.5rem;
}
@media (max-width: 767px) {
  .p-faq {
    padding-block: 2.5rem;
  }
}

.p-faq__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-faq__title {
    font-size: 1.25rem;
  }
}

.p-faq__items {
  max-width: 53.375rem;
  margin-inline: auto;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .p-faq__items {
    max-width: 19rem;
    padding-top: 1.5rem;
  }
}

.p-faq__item:nth-child(n + 2) {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-faq__item:nth-child(n + 2) {
    margin-top: 0.4375rem;
  }
}

.p-feature-item {
  --_max-width: 1006;
  --_column-gap: 31;
  display: grid;
  grid-template-columns: calc(572 / var(--_max-width) * 100%) calc(
      403 / var(--_max-width) * 100%
    );
  column-gap: calc(var(--_column-gap) / var(--_max-width) * 100%);
  align-items: center;
}
@media (max-width: 767px) {
  .p-feature-item {
    display: block;
  }
}

.p-feature-item__left {
  position: relative;
  display: flex;
}

.p-feature-item__number {
  position: absolute;
  z-index: 1;
  top: 1.875rem;
  left: 0;
  max-width: 13.375rem;
}
@media (max-width: 767px) {
  .p-feature-item__number {
    max-width: 7.5625rem;
    top: 1.25rem;
    left: 0;
  }
}

.p-feature-item__picture {
  max-width: 29.0625rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-feature-item__picture {
    max-width: 16.75rem;
    padding-right: 0.25rem;
  }
}

.p-feature-item__polygon-01 {
  position: absolute;
  z-index: -1;
  bottom: 0.625rem;
  left: 2.875rem;
  max-width: 10rem;
  animation: float 4s linear infinite;
}
@media (max-width: 767px) {
  .p-feature-item__polygon-01 {
    max-width: 5.625rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-feature-item__polygon-01 {
    bottom: 0.25rem;
    left: 1.625rem;
  }
}

.p-feature-item__polygon-02 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 15rem;
  animation: float 4s linear infinite;
  animation-delay: -1.5s;
}
@media (max-width: 767px) {
  .p-feature-item__polygon-02 {
    max-width: 8.4375rem;
    top: 0;
    right: 0.25rem;
  }
}

.p-feature-item__right {
  text-align: right;
}
@media (max-width: 767px) {
  .p-feature-item__right {
    margin-top: -3.8125rem;
  }
}

.p-feature-item__title {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-feature-item__title {
    font-size: 1.5rem;
    line-height: 2.3125rem;
    margin-right: 0.625rem;
  }
}

.p-feature-item__text {
  font-size: 1.125rem;
  line-height: 2;
  padding-top: 0.75rem;
}
@media (max-width: 767px) {
  .p-feature-item__text {
    font-size: 0.875rem;
    line-height: 1.8;
    padding-top: 0.3125rem;
    padding-right: 0.625rem;
  }
}

.p-feature-item.p-feature-item--invert {
  grid-template-columns: calc(400 / var(--_max-width) * 100%) calc(
      575 / var(--_max-width) * 100%
    );
}
.p-feature-item.p-feature-item--invert .p-feature-item__left {
  order: 2;
}
.p-feature-item.p-feature-item--invert .p-feature-item__number {
  position: absolute;
  z-index: 1;
  max-width: 13.375rem;
}
@media (max-width: 767px) {
  .p-feature-item.p-feature-item--invert .p-feature-item__number {
    max-width: 7.5625rem;
  }
}
@media (max-width: 767px) {
  .p-feature-item.p-feature-item--invert .p-feature-item__picture {
    max-width: 16.75rem;
  }
}
.p-feature-item.p-feature-item--invert .p-feature-item__polygon-01 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  max-width: 12.5rem;
}
@media (max-width: 767px) {
  .p-feature-item.p-feature-item--invert .p-feature-item__polygon-01 {
    max-width: 7.125rem;
    bottom: -0.3125rem;
    left: 0.125rem;
  }
}
.p-feature-item.p-feature-item--invert .p-feature-item__polygon-02 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 8.25rem;
}
@media (max-width: 767px) {
  .p-feature-item.p-feature-item--invert .p-feature-item__polygon-02 {
    max-width: 4.6875rem;
    top: 0;
    right: 0;
  }
}
.p-feature-item.p-feature-item--invert .p-feature-item__right {
  text-align: left;
}
@media (max-width: 767px) {
  .p-feature-item.p-feature-item--invert .p-feature-item__right {
    margin-top: -3.75rem;
    margin-left: 0.625rem;
  }
}
@media (max-width: 767px) {
  .p-feature-item.p-feature-item--invert .p-feature-item__text {
    padding-right: 1.25rem;
  }
}

.p-feature-item:nth-child(4) .p-feature-item__right {
  margin-left: 0;
}

.p-feature {
  position: relative;
  background-color: #fbf9eb;
  padding-block: 5rem 9.4375rem;
}
@media (max-width: 767px) {
  .p-feature {
    padding-block: 1.9375rem 3rem;
  }
}

.p-feature__note-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-54%);
  max-width: 32.5rem;
}
@media (max-width: 767px) {
  .p-feature__note-bg {
    max-width: none;
    width: 100%;
  }
}

.p-feature__inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-feature__inner {
    max-width: 22.5rem;
    margin-inline: auto;
  }
}

.p-feature__sub-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.9375rem;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #bfb280;
  max-width: 45rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-feature__sub-title {
    max-width: 16rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.p-feature__heading {
  display: flex;
  max-width: 55.625rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-feature__heading {
    position: relative;
    padding-top: 1.125rem;
  }
}

.p-feature__note-left {
  padding-top: 2.25rem;
  animation: float 4s linear infinite;
}
@media (max-width: 767px) {
  .p-feature__note-left {
    position: absolute;
    max-width: 2rem;
    bottom: -1rem;
    left: 0.625rem;
    padding-top: 0;
  }
}

.p-feature__title {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
}
@media (max-width: 767px) {
  .p-feature__title {
    max-width: 17.8125rem;
    margin-inline: auto;
    padding: 0;
  }
}

.p-feature__note-right {
  align-self: flex-end;
  animation: float 4s linear infinite;
  animation-delay: -1.5s;
}
@media (max-width: 767px) {
  .p-feature__note-right {
    position: absolute;
    max-width: 2.75rem;
    bottom: -0.3125rem;
    right: 0;
  }
}

.p-feature__items {
  max-width: 62.875rem;
  margin-inline: auto;
  padding-top: 5.3125rem;
}
@media (max-width: 767px) {
  .p-feature__items {
    padding-top: 2.625rem;
  }
}

.p-feature__item:nth-child(n + 2) {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-feature__item:nth-child(n + 2) {
    margin-top: 2rem;
  }
}

.p-footer {
  background-color: #535561;
  padding-top: 4.5rem;
  padding-bottom: 4.875rem;
}
@media (max-width: 767px) {
  .p-footer {
    padding-top: 2.5rem;
    padding-bottom: 7.25rem;
  }
}

.p-footer__item {
  max-width: 554px;
  --_max-width: 554;
  --_column-gap: 40;
  display: grid;
  grid-template-columns: calc(174 / var(--_max-width) * 100%) calc(
      340 / var(--_max-width) * 100%
    );
  column-gap: calc(var(--_column-gap) / var(--_max-width) * 100%);
  align-items: center;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-footer__item {
    display: block;
  }
}

@media (max-width: 767px) {
  .p-footer__left {
    max-width: 7rem;
    margin-inline: auto;
  }
}

.p-footer__right {
  color: white;
}

.p-footer__text {
  font-size: 1.25rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .p-footer__text {
    font-size: 0.9375rem;
    text-align: center;
    padding-top: 1rem;
  }
}

.p-footer__tel.p-tel {
  margin-inline: 0;
  padding-top: 0.625rem;
}
@media (max-width: 767px) {
  .p-footer__tel.p-tel {
    margin-inline: auto;
    justify-content: center;
  }
}
.p-footer__tel.p-tel .p-tel__img img {
  max-width: 2.6875rem;
}
@media (max-width: 767px) {
  .p-footer__tel.p-tel .p-tel__img img {
    max-width: 1.9375rem;
  }
}
.p-footer__tel.p-tel .p-tel__text {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-footer__tel.p-tel .p-tel__text {
    font-size: 1.75rem;
  }
}

.p-footer__copyright {
  font-size: 0.75rem;
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-footer__copyright {
    display: block;
    font-size: 0.6875rem;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-fv-bottom {
    position: relative;
    margin-top: -5rem;
    padding-top: 3.6875rem;
    padding-bottom: 1.625rem;
  }
}

@media (max-width: 767px) {
  .p-fv-bottom-bg {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d9edf4;
  }
}

.p-fv {
  min-height: 35.875rem;
  background-image: url(../../assets/images/lp/fv-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3.375rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 767px) {
  .p-fv {
    position: relative;
    z-index: 1;
    min-height: 25rem;
    aspect-ratio: 360/400;
    background-image: url(../../assets/images/lp/fv-sp.png);
    background-size: 100%;
    background-position: center;
    clip-path: circle(100% at 50% 6%);
    padding-top: 2rem;
    margin-inline: auto;
    background-color: #ddedf4;
  }
}

.p-fv__inner {
  position: relative;
  z-index: 10;
  max-width: 85rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-fv__inner {
  }
}

.p-fv__title {
  max-width: 30rem;
  margin-top: -5.3rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-fv__title {
    max-width: 10rem;
    position: absolute;
    top: 0;
    left: 27.7777777778vw;
  }
}

.p-fv__note {
  position: absolute;
  top: -0.625rem;
  right: 10%;
  max-width: 2rem;
}

.p-fv__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 37.75rem;
  column-gap: 0.875rem;
  margin-top: -5.4rem;
  margin-inline: auto;
  padding-top: 0.625rem;
}
@media (max-width: 767px) {
  .p-fv__items {
    position: relative;
    z-index: 1;
    max-width: 20.5rem;
    column-gap: 0.375rem;
    margin-top: 0;
    padding-top: 0;
  }
}

.p-fv__item {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-fv__item {
    position: relative;
    background-color: transparent;
    background-image: url(../../assets/images/lp/fv-rectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: unset;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
    box-shadow: none;
  }
}

.p-fv__icon {
  max-width: 2.5rem;
}
@media (max-width: 767px) {
  .p-fv__icon {
    position: absolute;
    bottom: 0.375rem;
    right: 0.375rem;
  }
}

.p-fv__item-title {
  color: #4b869c;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
  padding-top: 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-fv__item-title {
    font-size: 0.8rem;
    line-height: 1.2;
    padding-top: 0;
  }
}

.p-fv__item-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3125rem;
  padding-top: 0.125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-fv__item-text {
    font-size: 0.75rem;
  }
}

.p-fv__coupon {
  position: absolute;
  bottom: -1.5rem;
  right: 0rem;
  max-width: 22.375rem;
  font-size: 0.875rem;
  animation: float 4s linear infinite;
}
@media (max-width: 767px) {
  .p-fv__coupon {
    position: relative;
    max-width: 20.5rem;
    margin-inline: auto;
    animation: pulse 1.5s infinite;
    margin-top: -0.8125rem;
  }
}

.p-fv__button {
  position: absolute;
  bottom: 2.5625rem;
  left: 3.0625rem;
  display: block;
  max-width: 17.1875rem;
  width: 100%;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 0.9375rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-fv__button {
    max-width: 15.75rem;
    font-size: 0.875rem;
    line-height: 1.625rem;
    bottom: 2.25rem;
    left: 2.875rem;
  }
}

@media (max-width: 767px) {
  .p-fv__note-bg {
    position: absolute;
    z-index: -1;
    max-width: none;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

.p-heading {
  text-align: center;
}

.p-heading__en {
  color: white;
  font-family: "Alex Brush", cursive;
  font-size: 6.5rem;
}
@media (max-width: 767px) {
  .p-heading__en {
    font-size: 4rem;
  }
}

.p-heading__jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: -3rem;
}
@media (max-width: 767px) {
  .p-heading__jp {
    font-size: 1.5rem;
    margin-top: -2.0625rem;
  }
}

.p-how {
  background-color: #f0f0f0;
  padding-block: 4rem;
}
@media (max-width: 767px) {
  .p-how {
    padding-block: 2rem;
  }
}

@media (max-width: 767px) {
  .p-how__inner {
    padding-inline: 1.75rem;
    max-width: 22.5rem;
  }
}

.p-how__items {
  max-width: 44.625rem;
  margin-inline: auto;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .p-how__items {
    padding-top: 1rem;
  }
}

.p-how__item {
  position: relative;
}
.p-how__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
  display: block;
  background-image: url(../../assets/images/lp/triangle-down.svg);
  background-size: cover;
  background-position: center;
  width: 2rem;
  height: 1rem;
}
.p-how__item:nth-child(n + 2) {
  margin-top: 1rem;
}

.p-instructor {
  background-color: #d4eaf2;
  padding-top: 4rem;
  padding-bottom: 4.875rem;
}
@media (max-width: 767px) {
  .p-instructor {
    padding-top: 1.5625rem;
    padding-bottom: 2.5rem;
  }
}

.p-instructor__inner {
  max-width: 72.25rem;
  margin-inline: auto;
}

.p-instructor__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .p-instructor__items {
    display: block;
    padding-top: 1.375rem;
  }
}

.p-instructor .swiper {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-instructor .swiper-button-prev,
  .p-instructor .swiper-button-next {
    display: none;
  }
  .p-instructor .swiper-wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-price-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 3rem repeat(5, 1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
@media (max-width: 767px) {
  .p-price-table {
    grid-template-columns: 5.125rem 7.75rem 6.5rem;
    grid-column-gap: 0.5625rem;
    grid-row-gap: 0.375rem;
    grid-template-rows: 2.5rem repeat(5, 1fr);
  }
}
.p-price-table.p-price-table--2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 3rem 1fr;
}
@media (max-width: 767px) {
  .p-price-table.p-price-table--2 {
    grid-template-columns: 8.25rem 11.75rem;
    grid-template-rows: 2.5rem 1fr;
  }
}
.p-price-table.p-price-table--2 div {
  grid-area: unset;
}
.p-price-table.p-price-table--2 .p-price-table__div4 {
  letter-spacing: 0.1em;
}
.p-price-table.p-price-table--2 .p-price-table__div6 {
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-price-table.p-price-table--2 .p-price-table__div1 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .p-price-table.p-price-table--2 .p-price-table__div3 {
    font-size: 1.25rem;
  }
}
.p-price-table.p-price-table--2 .p-price-table__div5 {
  letter-spacing: 0;
}
.p-price-table div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  border-radius: 4px;
  filter: drop-shadow(0px 2px 4px rgba(18, 18, 18, 0.1));
  background-color: white;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .p-price-table div {
    text-align: center;
    font-size: 1.25rem;
  }
}
.p-price-table div span {
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 0.5625rem;
}
@media (max-width: 767px) {
  .p-price-table div span {
    padding-top: 0.125rem;
  }
}
.p-price-table div:not(.p-price-table__heading) {
  border-bottom: 1px solid rgb(240, 240, 240);
}
.p-price-table .p-price-table__heading {
  font-size: 1.125rem;
  background-image: url(../../assets/images/lp/price-heading-bg.png);
  background-size: cover;
  background-position: center;
  height: 3rem;
}
@media (max-width: 767px) {
  .p-price-table .p-price-table__heading {
    height: 2.5rem;
  }
}
.p-price-table .p-price-table__div1 {
  grid-area: 1/1/2/2;
}
@media (max-width: 767px) {
  .p-price-table .p-price-table__div1 {
    font-size: 0.625rem;
  }
}
.p-price-table .p-price-table__div2 {
  grid-area: 1/2/2/3;
}
@media (max-width: 767px) {
  .p-price-table .p-price-table__div2 {
    font-size: 1rem;
  }
}
.p-price-table .p-price-table__div3 {
  grid-area: 1/3/2/4;
}
@media (max-width: 767px) {
  .p-price-table .p-price-table__div3 {
    font-size: 0.75rem;
  }
}
.p-price-table .p-price-table__div4 {
  grid-area: 2/1/3/2;
}
.p-price-table .p-price-table__div5 {
  grid-area: 2/2/3/3;
  letter-spacing: 0.1em;
}
.p-price-table .p-price-table__div6 {
  grid-area: 2/3/3/4;
  letter-spacing: 0.1em;
}
.p-price-table .p-price-table__div7 {
  grid-area: 3/1/4/2;
}
.p-price-table .p-price-table__div8 {
  grid-area: 3/2/4/3;
  letter-spacing: 0.1em;
}
.p-price-table .p-price-table__div9 {
  grid-area: 3/3/4/4;
  letter-spacing: 0.1em;
}
.p-price-table .p-price-table__div10 {
  grid-area: 4/1/5/2;
}
.p-price-table .p-price-table__div11 {
  grid-area: 4/2/5/3;
  letter-spacing: 0.1em;
}
.p-price-table .p-price-table__div12 {
  grid-area: 4/3/5/4;
  letter-spacing: 0.1em;
}
.p-price-table .p-price-table__div13 {
  grid-area: 5/1/6/2;
}
.p-price-table .p-price-table__div14 {
  grid-area: 5/2/6/3;
  letter-spacing: 0.1em;
}
.p-price-table .p-price-table__div15 {
  grid-area: 5/3/6/4;
  letter-spacing: 0.1em;
}
.p-price-table .p-price-table__div16 {
  grid-area: 6/1/7/2;
}
.p-price-table .p-price-table__div17 {
  grid-area: 6/2/7/4;
  letter-spacing: 0.1em;
}

.p-price-table-02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
.p-price-table-02 div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  border-radius: 4px;
  filter: drop-shadow(0px 2px 4px rgba(18, 18, 18, 0.1));
  background-color: white;
  font-size: 1.5rem;
}
.p-price-table-02 div span {
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 0.5625rem;
}
.p-price-table-02 div:not(.p-price-table-01__heading) {
  border-bottom: 1px solid rgb(240, 240, 240);
}
.p-price-table-02 .p-price-table-01__heading {
  font-size: 1.125rem;
  background-image: url(../../assets/images/lp/price-heading-bg.png);
  background-size: cover;
  background-position: center;
}

.p-price {
  padding-top: 3.875rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .p-price {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 767px) {
  .p-price__inner {
    max-width: 22.5rem;
    margin-inline: auto;
  }
}

.p-price__items {
  max-width: 50.5rem;
  margin-inline: auto;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-price__items {
    margin-top: 0.875rem;
  }
}

.p-price__item:nth-child(n + 2) {
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .p-price__item:nth-child(n + 2) {
    padding-top: 2rem;
  }
}

.p-price__sub-title {
  color: rgb(75, 134, 156);
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.2;
  border-left: 4px solid;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .p-price__sub-title {
    font-size: 1.125rem;
  }
}

.p-price__table {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-price__table {
    padding-top: 0.875rem;
  }
}

.p-price__text {
  font-size: 0.75rem;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .p-price__text {
    font-size: 0.6875rem;
    padding-top: 0.875rem;
  }
}

.p-price__notice {
  max-width: 34rem;
  background-image: url(../../assets/images/lp/price-notice-bg.png);
  margin-inline: auto;
  margin-top: 4.375rem;
  padding: 2rem 1.5rem;
}
@media (max-width: 767px) {
  .p-price__notice {
    margin-top: 4.125rem;
    padding: 1.875rem 1.5rem;
    max-width: 18.875rem;
    margin-inline: auto;
  }
}

.p-price__notice-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.375rem;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  padding-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .p-price__notice-title {
    font-size: 1rem;
  }
}

.p-price__notice-text {
  font-size: 0.9375rem;
  line-height: 1.8;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .p-price__notice-text {
    font-size: 0.875rem;
  }
}

.p-solution {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    #fbf9eb 0%,
    rgb(238, 187, 3) 70%,
    rgb(251, 249, 235) 100%
  );
  padding-top: calc(64 / 16 * 1rem);
  padding-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .p-solution {
    padding-top: calc(12 / 16 * 1rem);
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .p-solution__inner {
    max-width: 22.5rem;
    margin-inline: auto;
  }
}

.p-solution__then {
  text-align: center;
  font-size: calc(48 / 16 * 1rem);
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .p-solution__then {
    font-size: calc(24 / 16 * 1rem);
  }
}

.p-solution__title {
  position: relative;
  max-width: 65.375rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-solution__title {
    max-width: calc(328 / 16 * 1rem);
    margin-top: calc(3 / 16 * 1rem);
  }
}
.p-solution__title img:nth-child(1) {
  max-width: calc(906 / 16 * 1rem);
  margin-left: calc(60 / 16 * 1rem);
  margin-top: 0.5rem;
}

.p-solution__title-left {
  position: absolute;
  top: 2rem;
  left: 11.75rem;
  max-width: 3rem;
}
@media (max-width: 767px) {
  .p-solution__title-left {
    max-width: 1.9375rem;
    bottom: -1.75rem;
    left: 1.125rem;
    animation: float 4s linear infinite;
  }
}

.p-solution__title-right {
  position: absolute;
  top: 0;
  right: 8.375rem;
  max-width: 7rem;
}
@media (max-width: 767px) {
  .p-solution__title-right {
    max-width: 3.875rem;
    top: -0.4375rem;
    right: 1.125rem;
    animation: float 4s linear infinite;
    animation-delay: -1.5s;
  }
}

.p-solution__title-women-left {
  position: absolute;
  bottom: -0.3125rem;
  left: -1rem;
  max-width: 16.25rem;
}
@media (max-width: 767px) {
  .p-solution__title-women-left {
    position: static;
    max-width: 157px;
    margin-inline: auto;
    margin-top: calc(8 / 16 * 1rem);
  }
}

.p-solution__title-women {
  position: absolute;
  bottom: -0.3125rem;
  right: -0.875rem;
  max-width: 15.25rem;
}
@media (max-width: 767px) {
  .p-solution__title-women {
    max-width: 7rem;
    bottom: -2.6rem;
    right: 0;
  }
}

.p-solution__bottom {
  text-align: center;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-top: calc(7 / 16 * 1rem);
}
@media (max-width: 767px) {
  .p-solution__bottom {
    font-size: calc(18 / 16 * 1rem);
    line-height: 1.8;
    margin-top: calc(0 / 16 * 1rem);
  }
}

.p-step {
  background-color: white;
  border-radius: 4px;
  padding: 2rem;
}
@media (max-width: 767px) {
  .p-step {
    padding-block: 1.5rem;
    padding-inline: 1.25rem;
  }
}

.p-step__item {
  --_max-width: 650;
  --_column-gap: 32;
  display: grid;
  grid-template-columns: calc(354 / var(--_max-width) * 100%) calc(
      264 / var(--_max-width) * 100%
    );
  column-gap: calc(var(--_column-gap) / var(--_max-width) * 100%);
}
@media (max-width: 767px) {
  .p-step__item {
    display: block;
  }
}

@media (max-width: 767px) {
  .p-step__left img {
    margin-top: 0.5rem;
  }
}

.p-step__sub-title {
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  color: #685c57;
}
@media (max-width: 767px) {
  .p-step__sub-title {
    font-size: 0.75rem;
  }
}

.p-step__number {
  font-family: "Alex Brush", cursive;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .p-step__number {
    font-size: 1.5rem;
  }
}

.p-step__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .p-step__title {
    font-size: 1rem;
  }
}

.p-step__text {
  line-height: 1.8;
  padding-top: 0.75rem;
}
@media (max-width: 767px) {
  .p-step__text {
    font-size: 0.875rem;
    padding-top: 0.5rem;
  }
}

.p-step__tel-title {
  font-weight: 500;
  padding-top: 0.75rem;
}
@media (max-width: 767px) {
  .p-step__tel-title {
    font-size: 0.8125rem;
    padding-top: 0.875rem;
  }
}

.p-step__tel.p-tel {
  padding-top: 0.125rem;
  margin-inline: 0;
}
.p-step__tel.p-tel .p-tel__img {
  max-width: 3rem;
}
@media (max-width: 767px) {
  .p-step__tel.p-tel .p-tel__img {
    max-width: 1.9375rem;
  }
}
.p-step__tel.p-tel .p-tel__text {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .p-step__tel.p-tel .p-tel__text {
    font-size: 1.75rem;
    line-height: 1;
    padding-top: 0.25rem;
  }
}

.p-step__right img {
  aspect-ratio: 264/132;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .p-step__button {
    height: 2.5rem;
  }
}

.p-tel {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  width: fit-content;
  margin-inline: auto;
}

.p-tel__img {
  max-width: 3.5625rem;
}
@media (max-width: 767px) {
  .p-tel__img {
    max-width: 1.9375rem;
  }
}

.p-tel__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .p-tel__text {
    font-size: 1.75rem;
  }
}

.p-voice-item {
  display: grid;
  grid-template-columns: 7.5rem 2.5rem 1fr;
  column-gap: 1.5rem;
  background-color: rgb(231, 241, 245);
  padding: 2.5rem;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .p-voice-item {
    position: relative;
    display: block;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-voice-item:nth-child(n + 2) {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .p-voice-item__people {
    max-width: 4.75rem;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .p-voice-item__quotation {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    max-width: 2.5rem;
  }
}

@media (max-width: 767px) {
  .p-voice-item__texts {
    margin-top: 1.25rem;
  }
}

.p-voice-item__title {
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-voice-item__title {
    font-size: 1rem;
    padding-bottom: 0.625rem;
  }
}

.p-voice-item__text {
  line-height: 1.8;
  padding-top: 1.125rem;
}
@media (max-width: 767px) {
  .p-voice-item__text {
    font-size: 0.875rem;
    padding-top: 0;
  }
}

.p-voice-item__who {
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .p-voice-item__who {
    font-size: 0.8125rem;
    padding-top: 0.375rem;
  }
}

.p-voice-item__teacher {
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-voice-item__teacher {
    font-size: 0.8125rem;
  }
}

.p-voice-item__comment {
  background-color: white;
  padding: 0.75rem 0.9375rem;
  border-radius: 5px;
  margin-top: 0.9375rem;
}
@media (max-width: 767px) {
  .p-voice-item__comment {
    margin-top: 1.375rem;
  }
}

.p-voice-item__comment-heading {
  display: flex;
  gap: 0.5rem;
}

.p-voice-item__comment-img {
  max-width: 1.25rem;
}

.p-voice-item__comment-title {
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-voice-item__comment-title {
    font-size: 0.9375rem;
  }
}

.p-voice-item__comment-text {
  font-size: 0.75rem;
  padding-top: 0.375rem;
}

.p-voice-item__text-wrapper {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.p-voice-item__text-wrapper.collapsed {
  max-height: 0; /* 非表示状態の高さ */
}

.p-voice-item__read-more {
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  font-size: 1rem;
  margin-top: 1.3125rem;
  text-align: center;
  background-color: rgb(124, 174, 214);
  width: 100%;
  line-height: 3.125rem;
  border-radius: 5px;
}

.p-voice {
  padding-top: 4rem;
  padding-bottom: 3.625rem;
}
@media (max-width: 767px) {
  .p-voice {
    padding-block: 2.5rem;
  }
}

@media (max-width: 767px) {
  .p-voice__inner {
    /* max-width: 22.5rem;
    margin-inline: auto; */
  }
}

@media (max-width: 767px) {
  .p-voice__items {
    margin-top: 1.5rem;
  }
}

.p-voice .swiper {
  margin-top: 3rem;
}

.p-want {
  position: relative;
  z-index: 1;
  height: 36.125rem;
  background-image: url(../../assets/images/lp/worry-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-want {
    background-image: url(../../assets/images/lp/worry-bg-sp.jpg);
    height: 33rem;
    padding-top: 2.4rem;
  }
}

@media (max-width: 767px) {
  .p-want__inner {
    max-width: 22.5rem;
  }
}

.p-want__title {
  max-width: 39.4375rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-want__title {
    max-width: calc(304 / 16 * 1rem);
  }
}

.p-want__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(24 / 16 * 1rem);
  max-width: 864px;
  margin-inline: auto;
  padding-top: calc(40 / 16 * 1rem);
}
@media (max-width: 767px) {
  .p-want__items {
    grid-template-columns: 1fr;
    max-width: 22.5rem;
    height: 24.4375rem;
    padding-bottom: 2.8125rem;
    max-width: none;
    padding-top: calc(25 / 16 * 1rem);
    gap: calc(13 / 16 * 1rem);
  }
}

.p-want__item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 500;
  background-color: #fff6d3;
  border-radius: 4px;
  filter: drop-shadow(0 4px 8px rgb(0, 0, 0, 0.08));
  padding-block: 1rem;
  padding-inline: 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-want__item {
    column-gap: 11px;
    font-size: calc(14 / 16 * 1rem);
    padding-block: calc(10 / 16 * 1rem);
    padding-inline: calc(12 / 16 * 1rem);
    align-items: center;
  }
}

.p-want__item .c-checkbox {
  margin-top: calc(4 / 16 * 1rem);
}
@media (max-width: 767px) {
  .p-want__item .c-checkbox {
    margin-top: 1px;
  }
}

/* もやもや */
.p-worry {
}
@media (max-width: 767px) {
  .p-worry {
    background-image: url(../../assets/images/lp/worry-bg-02.png);
    background-size: cover;
    background-position: center;
  }
}
.p-worry__inner {
  max-width: 1036px;
  margin-inline: auto;
  padding-block: calc(32 / 16 * 1rem);
}
@media (max-width: 767px) {
  .p-worry__inner {
    max-width: 22.5rem;
    padding-block: calc(0 / 16 * 1rem);
    padding-inline: 0;
  }
}
.p-worry__inner img {
  border-radius: 16px;
  filter: drop-shadow(0 8px 8px rgb(0, 0, 0, 0.16));
}

/* 原因 */
.p-cause {
}
.p-cause__inner {
  max-width: 1140px;
  padding-block: 48px;
}
@media (max-width: 767px) {
  .p-cause__inner {
    margin-top: calc(-6 / 16 * 1rem);
    padding-top: 0;
  }
}
.p-cause__title {
  max-width: 822px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-cause__title {
    max-width: 304px;
  }
}
.p-cause__items {
  --_max-width: 1080;
  --_column-gap: 32;

  display: grid;
  grid-template-columns: calc((536 / var(--_max-width)) * 100%) calc(
      (512 / var(--_max-width)) * 100%
    );
  column-gap: calc((var(--_column-gap) / var(--_max-width)) * 100%);

  padding-top: 2rem;
}
@media (max-width: 767px) {
  .p-cause__items {
    display: block;
    max-width: 22.5rem;
    margin-inline: auto;
    padding-top: 1rem;
  }
}
.p-cause__item {
}
@media (max-width: 767px) {
  .p-cause__item:nth-child(n + 2) {
    margin-top: 1rem;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  width: 2.25rem;
  aspect-ratio: 1/1;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 2.25rem;
  aspect-ratio: 1/1;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../../assets/images/lp/maru-arrow-left.png);
}

.swiper-button-prev {
  left: 5%;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../../assets/images/lp/maru-arrow-left.png);
  rotate: 180deg;
}

.swiper-button-next {
  right: 5%;
}

#swiper-voice {
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
#swiper-voice .swiper-button-prev,
#swiper-voice .swiper-button-next {
  width: 3.75rem;
  aspect-ratio: 1/1;
}
#swiper-voice .swiper-button-prev::after,
#swiper-voice .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 3.75rem;
  aspect-ratio: 1/1;
}
#swiper-voice .swiper-button-prev {
  transform: translateY(-50%);
  left: 11%;
}
#swiper-voice .swiper-button-next {
  transform: translateY(-50%);
  right: 11%;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper .swiper-slide-item {
  height: 100%;
}

.u-br {
  display: inline-block;
}

.u-color--pale-blue {
  color: rgb(212, 234, 242);
}
.u-color--red {
  color: rgb(220, 86, 38);
}

.u-bg--blue {
  background-color: #ddedf4;
}

.u-dots {
  background-image: radial-gradient(
    circle at center,
    currentColor 20%,
    transparent 20%
  ); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.5em; /* 点の間隔とサイズ調整 */
  padding-top: 0.2em; /* 縦方向の位置調整 */
}

.u-ff--accect {
  font-family: "Alex Brush", cursive;
}

.u-marker {
  background: linear-gradient(transparent 52%, #ffe605 0%);
}

.u-visible-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-visible-sp {
    display: block;
  }
}

.u-visible-sp-flex {
  display: none;
}
@media (max-width: 767px) {
  .u-visible-sp-flex {
    display: flex;
  }
}

@media (max-width: 767px) {
  .u-visible-pc {
    display: none;
  }
}

.u-visible-pc-flex {
  display: flex;
}
@media (max-width: 767px) {
  .u-visible-pc-flex {
    display: none;
  }
} /*# sourceMappingURL=lp.css.map */

.c-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #ff8e24;
  border-radius: 2px;
  background-color: #fff;
}

.c-checkbox.checked {
  background-image: url(../../assets/images/lp/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-voice-item {
  width: 480px;
  grid-template-columns: 1fr;
  padding: 40px 60px;
}

.p-voice-item__title {
  text-align: center;
}

.p-voice-item__letter {
  margin-top: 16px;
}

#swiper-voice .swiper-button-prev {
  left: calc(50% - 270px);
}

#swiper-voice .swiper-button-next {
  right: calc(50% - 270px);
}

.p-voice-item__texts {
  margin-top: 0;
}

@media (max-width: 767px) {
  .p-voice-item {
    width: 280px;
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }

  .p-voice-item__title {
    text-align: left;
  }

  .p-voice-item__letter {
    margin-top: 8px;
  }

  #swiper-voice .swiper-button-prev, #swiper-voice .swiper-button-next {
    width: 2.25rem;
  }

  #swiper-voice .swiper-button-prev {
    left: calc(50% - 164px);
  }

  #swiper-voice .swiper-button-next {
    right: calc(50% - 164px);
  }

  .p-voice-item__texts {
    margin-top: 0;
  }
}