@charset "UTF-8";
.p-front {
  --font-jp: "Shippori Mincho", serif;
  --font-en: "Inter", sans-serif;
  --font-faq: "Convergence", sans-serif;
  --bg-light-gray: #F2F2F2;
  --bg-white: #FFFFFF;
  --bg-yellow: #FFF281;
  --bg-dark-gray: #5B5B5B;
  --text-main: #3C3C3C;
  --text-white: #FFFFFF;
  --text-yellow: #FFF281;
  --text-orange: #FFBE18;
  --color-accent1: #FFBE18;
  --color-accent2: #B8B8B8;
  --color-accent3: #FFF7B3;
  --regular: 400;
  --bold: 700;
  --extra-bold: 800;
}

html:has(main.p-front) {
  font-size: 100% !important;
  -webkit-text-size-adjust: auto;
     -moz-text-size-adjust: auto;
      -ms-text-size-adjust: auto;
          text-size-adjust: auto;
}

@media screen and (max-width: 1079px) {
  body.page-id-557 {
    --swl-fz-root: 100% !important;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
     -ms-text-size-adjust: auto;
         text-size-adjust: auto;
  }
}
/* ===== front-pageだけ：ユーザー設定が効く文字サイズに切替 ===== */
.p-front {
  font-family: var(--font-jp);
  color: var(--text-main);
  font-size: 1rem;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1079px) {
  .p-front {
    font-size: 0.875rem;
  }
}

.page-id-557 #content.l-content.l-container {
  --swl-pad_container: 0px;
  padding: 0;
  max-width: none;
  width: 100%;
}
.page-id-557 .l-content {
  margin: 0 auto;
}

.l-inner {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 1080px) {
  .l-inner {
    padding-inline: 40px;
    width: min(1080px, 100%);
    margin-inline: auto;
  }
}

.c-button {
  padding-right: 37px;
  display: grid;
  place-items: center;
  width: 250px;
  height: 50px;
  border: 1px solid var(--text-main);
  background: var(--bg-white);
  font-family: var(--font-en);
  color: var(--text-main);
  font-size: 16px;
  font-weight: var(--bold);
  letter-spacing: 1.6px;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 1080px) {
  .c-button {
    margin-inline: auto;
    width: 310px;
  }
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -47px;
  width: 100px;
  height: 1px;
  background: var(--text-main);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (any-hover: hover) {
  .c-button:hover {
    background: var(--bg-yellow);
  }
  .c-button:hover::after {
    right: -12px;
  }
}
@media (any-hover: hover) and (min-width: 1080px) {
  .c-button:hover::after {
    right: -18px;
  }
}

.c-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1080px) {
  .c-faq {
    gap: 1.875rem;
  }
}

.c-faq__item {
  background: var(--bg-white);
  border: 2px solid var(--text-main);
  border-radius: 20px;
  overflow: hidden;
}
.c-faq__item.is-open .c-faq__icon::after {
  opacity: 0;
}

.c-faq__question {
  padding: 1.1875rem 0.875rem 1.0625rem 1.6875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}
@media (min-width: 1080px) {
  .c-faq__question {
    padding: 1.8125rem 2.25rem 1.875rem 1.625rem;
  }
}

.c-faq__question-text {
  display: block;
  padding-left: 2.75rem;
  font-weight: var(--bold);
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
}
@media (min-width: 1080px) {
  .c-faq__question-text {
    padding-left: 3.5625rem;
    font-size: 1.5em;
  }
}
.c-faq__question-text::before {
  content: "Q";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 1.6875rem;
  height: 1.375rem;
  color: #c1a02c;
  font-size: 1.25rem;
  font-family: var(--font-faq);
  font-weight: var(--regular);
}
@media (min-width: 1080px) {
  .c-faq__question-text::before {
    font-size: 2rem;
    height: 2rem;
  }
}

.c-faq__icon {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: var(--color-accent1);
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1080px) {
  .c-faq__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-faq__icon::before, .c-faq__icon::after {
  content: "";
  position: absolute;
  background: var(--bg-white);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-faq__icon::before {
  width: 1.0625rem;
  height: 0.1875rem;
}
@media (min-width: 1080px) {
  .c-faq__icon::before {
    width: 1.375rem;
  }
}
.c-faq__icon::after {
  width: 0.1875rem;
  height: 1.0625rem;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 1080px) {
  .c-faq__icon::after {
    height: 1.375rem;
  }
}

.c-faq__answer {
  display: none;
  background: #f3eed9;
  overflow: hidden;
}

.c-faq__answer-text {
  display: block;
  padding: 1.25rem 0.75rem 1.125rem 4.4375rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media (min-width: 1080px) {
  .c-faq__answer-text {
    padding: 1.25rem 1.25rem 1.125rem 5.5625rem;
    font-size: 1.25em;
  }
}
.c-faq__answer-text::before {
  content: "A";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 2.0625rem;
  width: 1.6875rem;
  height: 2rem;
  color: #c1a02c;
  font-family: var(--font-faq);
  font-size: 1.25rem;
}
@media (min-width: 1080px) {
  .c-faq__answer-text::before {
    left: 2rem;
    font-size: 2rem;
  }
}

.c-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-section-title__en {
  color: var(--text-yellow);
  font-family: var(--font-en);
  font-size: 64px;
  font-weight: var(--bold);
  letter-spacing: 2.4px;
}
@media (min-width: 1080px) {
  .c-section-title__en {
    font-size: 96px;
    letter-spacing: 3px;
  }
}

.c-section-title__ja {
  margin-top: -30px;
  font-size: 24px;
}
@media (min-width: 1080px) {
  .c-section-title__ja {
    margin-top: -60px;
    font-size: 48px;
  }
}

.p-front-cta {
  position: fixed;
  z-index: 110;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 1080px) {
  .p-front-cta {
    top: 110px;
    bottom: auto;
    width: 60px;
    height: 272px;
  }
}

.p-front-cta__link {
  padding-right: 26px;
  display: grid;
  place-items: center;
  width: 100%;
  height: 50px;
  border-top: 1px solid var(--text-main);
  border-left: 1px solid var(--text-main);
  border-radius: 60px 0 0 0;
  background: var(--bg-yellow);
  color: var(--text-main);
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 3px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (min-width: 1080px) {
  .p-front-cta__link {
    padding-top: 6px;
    padding-right: 0;
    width: 60px;
    height: 272px;
    border: 1px solid var(--text-main);
    border-right: none;
    border-radius: 10px 0 0 10px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (any-hover: hover) {
  .p-front-cta__link:hover {
    background: rgba(255, 242, 129, 0.5);
  }
}
.p-front-cta__link span {
  position: relative;
  display: inline-block;
}
.p-front-cta__link span::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 20px);
  width: 43px;
  height: 6px;
  background: url(../img/img_cta-arrow.svg) no-repeat center center/contain;
}
@media (min-width: 1080px) {
  .p-front-cta__link span::after {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .p-front-cta__link span::after {
    left: calc(100% + 4px);
  }
}

.p-top-fv {
  padding-block: 0.625rem 3.125rem;
}
@media (min-width: 1080px) {
  .p-top-fv {
    padding-block: 3.125rem;
  }
}

.p-top-fv__inner {
  padding-left: 1.5625rem;
}
@media (min-width: 1080px) {
  .p-top-fv__inner {
    padding-left: 2.5rem;
  }
}

.p-top-fv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.75rem;
}
@media (min-width: 1080px) {
  .p-top-fv__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.25rem;
  }
}

.p-top-fv__image {
  margin-right: calc(50% - 50vw);
  width: calc(100% + 50vw - 50%);
  height: auto;
  max-height: 25rem;
  aspect-ratio: 350/206;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .p-top-fv__image {
    width: calc(58% + 50vw - 50%);
    aspect-ratio: 720/430;
    max-height: 33.125rem;
  }
}
.p-top-fv__image img {
  width: 100%;
}

.p-top-fv__content-group {
  width: 100%;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media (min-width: 1080px) {
  .p-top-fv__content-group {
    width: 24rem;
  }
}

.p-top-fv__title {
  color: var(--text-orange);
  font-size: 2rem;
  font-weight: var(--extra-bold);
  letter-spacing: 0.23em;
}
@media (min-width: 1080px) {
  .p-top-fv__title {
    margin-top: 1rem;
    font-size: 3em;
    letter-spacing: 0.2291666667em;
  }
}

.p-top-fv__text-wrap,
.p-top-fv__button {
  margin-top: 1.875rem;
}
@media (min-width: 1080px) {
  .p-top-fv__text-wrap,
  .p-top-fv__button {
    margin-top: 3.4375em;
  }
}

.p-top-fv__text {
  color: var(--text-black);
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media (min-width: 1080px) {
  .p-top-fv__text {
    letter-spacing: 0.2em;
  }
}
.p-top-fv__text + .p-top-fv__text {
  margin-top: 1.375rem;
}
@media (min-width: 1080px) {
  .p-top-fv__text + .p-top-fv__text {
    margin-top: 1.5rem;
  }
}

.p-top-fv__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 11.25rem;
  height: 3.75rem;
  padding: 0.9375rem 1.125rem;
  border: 2px solid transparent;
  border-radius: 0.4375rem;
  background: var(--color-accent1);
  color: var(--text-white);
  font-size: 1rem;
  font-weight: var(--extra-bold);
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease, color 0.33s ease;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.33s ease;
}
.p-top-fv__link::before {
  content: "";
  width: 1.3125rem;
  height: 1.3125rem;
  -webkit-mask: url("../img/icon_mail.svg") no-repeat center/contain;
          mask: url("../img/icon_mail.svg") no-repeat center/contain;
  background-color: currentColor;
}
@media (any-hover: hover) {
  .p-top-fv__link:hover {
    border-color: var(--color-accent1);
    background: var(--bg-white);
    color: var(--color-accent1);
  }
}

.p-top-news {
  padding-block: 1.25rem;
}
@media (min-width: 1080px) {
  .p-top-news {
    padding-block: 3.125rem;
  }
}

.p-top-news__section-title {
  font-family: var(--font-en);
  font-size: 2.125rem;
  font-weight: var(--bold);
}

.p-top-news__content {
  padding: 1.1875rem 1.5625rem 1.25rem clamp(0rem, -0.803rem + 3.42vw, 1.25rem);
  width: 96.4285714286%;
  max-width: 43.75rem;
  background: var(--bg-yellow);
  position: relative;
}
@media (min-width: 1080px) {
  .p-top-news__content {
    margin-left: 0;
    padding: 2rem 3.125rem 2.125rem 0;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.875rem;
  }
}
.p-top-news__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: calc(50vw - 50%);
  height: 100%;
  background: var(--bg-yellow);
}

.p-top-news__list {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1080px) {
  .p-top-news__list {
    margin-top: 0;
    gap: 0.6875rem;
  }
}

.p-top-news__link {
  display: grid;
  color: var(--text-main);
  grid-template-areas: "stack";
  overflow: hidden;
}

.p-top-news__link > span {
  grid-area: stack;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}

.p-top-news__text-switch-front,
.p-top-news__text-switch-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: normal;
}

.p-top-news__text-switch-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.p-top-news__text-switch-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.p-top-news__link:hover .p-top-news__text-switch-front,
.p-top-news__link:focus-visible .p-top-news__text-switch-front {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.p-top-news__link:hover .p-top-news__text-switch-back,
.p-top-news__link:focus-visible .p-top-news__text-switch-back {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.p-top-news__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 0.2em;
}

.p-top-news__date {
  padding-top: 0.125rem;
  width: 6.25rem;
  font-size: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1080px) {
  .p-top-news__date {
    width: 8.4375rem;
    font-size: 0.875em;
  }
}

.p-top-news__title {
  min-width: 0;
  overflow-wrap: anywhere;
}

.p-top-about {
  padding-block: 1.25rem 3.125rem;
}
@media (min-width: 1080px) {
  .p-top-about {
    padding-block: 3.125rem 6.25rem;
  }
}

.p-top-about__section-title {
  margin-left: 0;
  padding-left: 0.75rem;
}
@media (min-width: 1080px) {
  .p-top-about__section-title {
    padding-left: 0;
  }
}

.p-top-about__content {
  margin-top: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3125rem;
}
@media (min-width: 1080px) {
  .p-top-about__content {
    margin-top: 8.3125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
  }
}

@media (min-width: 1080px) {
  .p-top-about__image {
    margin-left: calc(50% - 50vw);
    width: calc(50% + 50vw - 50%);
    height: auto;
    max-height: 40rem;
  }
}

.p-top-about__image-main {
  margin-inline: auto 0.4375rem;
  width: 85.1428571429%;
  height: auto;
  max-height: 13.75rem;
  aspect-ratio: 298/119;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .p-top-about__image-main {
    margin-inline: 0;
    width: 93.75%;
    height: auto;
    max-height: 340px;
    aspect-ratio: 600/240;
    overflow: hidden;
  }
  .p-top-about__image-main img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-about__image-sub {
  margin-top: -1.375rem;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  width: calc(41.7142857143% + 50vw - 50%);
  height: auto;
  max-height: 10.625rem;
  aspect-ratio: 159/99;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .p-top-about__image-sub {
    margin-top: -2.8125rem;
    margin-right: 0;
    width: 50%;
    max-height: 18.75rem;
    aspect-ratio: 320/200;
  }
}
.p-top-about__image-sub img {
  width: 100%;
}

.p-top-about__text-wrap {
  width: 100%;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media (min-width: 1080px) {
  .p-top-about__text-wrap {
    width: 450px;
  }
}

.p-top-about__text {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-top-about__text + .p-top-about__text {
  margin-top: 2.25rem;
}
@media (min-width: 1080px) {
  .p-top-about__text + .p-top-about__text {
    margin-top: 2.4375rem;
  }
}

.p-top-about__area {
  margin-top: 2.9375rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 1080px) {
  .p-top-about__area {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.p-top-about__attention {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 1080px) {
  .p-top-about__attention {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.p-top-about__decoration {
  margin-top: 1.375rem;
  color: #f4f4f4;
  font-family: var(--font-en);
  font-size: clamp(2rem, -0.909rem + 14.55vw, 2.5rem);
  font-weight: var(--bold);
  text-align: center;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
@media (min-width: 1080px) {
  .p-top-about__decoration {
    margin-top: -5rem;
    font-size: clamp(6.25rem, 0.625rem + 9.38vw, 8.125rem);
    position: relative;
    z-index: -1;
  }
}
@media screen and (min-width: 1281px) {
  .p-top-about__decoration {
    font-size: clamp(8.125rem, 0.33rem + 9.74vw, 12.5rem);
  }
}

.p-top-about__lixil {
  margin-top: 3.125rem;
  margin-inline: auto;
  width: 100%;
  max-width: 21.875rem;
  padding: 1.75rem 0.625rem 1.25rem 0.625rem;
  background: var(--bg-light-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media (min-width: 1080px) {
  .p-top-about__lixil {
    margin-top: 4.5rem;
    width: 100%;
    max-width: 62.5rem;
    padding: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.125rem;
  }
}
.p-top-about__lixil a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-about__lixil a:hover {
    opacity: 0.7;
  }
}

.p-top-about__lixil-image {
  width: 8.8125rem;
  height: auto;
  aspect-ratio: 141/140;
}

.p-top-about__lixil-text {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
}
@media (min-width: 1080px) {
  .p-top-about__lixil-text {
    font-size: 24px;
  }
}

.p-top-commitment {
  padding-block: 0.8125rem 0;
  background: url(../img/bg_commitment.webp) no-repeat center/cover;
}
@media (min-width: 1080px) {
  .p-top-commitment {
    padding-block: 3.875rem 0;
  }
}

.p-top-commitment__inner {
  position: relative;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media (min-width: 1080px) {
  .p-top-commitment__inner {
    max-width: 62.5rem;
  }
}

.p-top-commitment__section-title {
  padding-left: 0.625rem;
}
@media (min-width: 1080px) {
  .p-top-commitment__section-title {
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 1.75rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.p-top-commitment__section-title-main {
  font-size: 2rem;
  font-weight: var(--regular);
  letter-spacing: 0.23em;
}
@media (min-width: 1080px) {
  .p-top-commitment__section-title-main {
    font-size: 3em;
    font-weight: var(--bold);
    letter-spacing: 0.4583333333em;
  }
}

.p-top-commitment__section-title-sub {
  margin-top: 0.5rem;
  padding-left: 1.375rem;
  font-size: 0.8125rem;
  letter-spacing: 0.23em;
}
@media (min-width: 1080px) {
  .p-top-commitment__section-title-sub {
    margin-top: 2.0625rem;
    margin-right: 0.125rem;
    font-size: 1.25em;
    letter-spacing: 0.45em;
  }
}

.p-top-commitment__content {
  margin-top: 1.125rem;
}
@media (min-width: 1080px) {
  .p-top-commitment__content {
    margin-top: 0;
    padding-top: 5.5rem;
  }
}

.p-top-commitment__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.125rem;
}
@media (min-width: 1080px) {
  .p-top-commitment__items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
}

.p-top-commitment__item {
  padding: 1.5625rem 1.25rem 1.75rem 1.25rem;
  width: 85.7142857143%;
  max-width: 30rem;
  background: var(--bg-white);
  -webkit-box-shadow: 5px 5px 10px 5px rgba(255, 190, 24, 0.2);
          box-shadow: 5px 5px 10px 5px rgba(255, 190, 24, 0.2);
  position: relative;
}
@media (min-width: 1080px) {
  .p-top-commitment__item {
    padding: 3.125rem 3.125rem 1.125rem 3.125rem;
    width: 45rem;
    max-width: 45rem;
  }
}
.p-top-commitment__item:nth-of-type(1) .p-top-commitment__image {
  bottom: 1.875rem;
  right: 1.25rem;
  aspect-ratio: 120/87;
}
@media (min-width: 1080px) {
  .p-top-commitment__item:nth-of-type(1) .p-top-commitment__image {
    bottom: 1.1875rem;
    right: -6.1875rem;
    width: 17.5rem;
    aspect-ratio: 280/200;
  }
}
.p-top-commitment__item:nth-of-type(1) .p-top-commitment__point {
  margin-top: 4.1875rem;
  padding-left: 0.625rem;
}
@media (min-width: 1080px) {
  .p-top-commitment__item:nth-of-type(1) .p-top-commitment__point {
    margin-top: 0.875rem;
    padding-left: 16.6875rem;
  }
}
@media (min-width: 1080px) {
  .p-top-commitment__item:nth-of-type(2) {
    margin-top: 5.5rem;
    margin-left: auto;
    padding-left: 13.875rem;
  }
}
.p-top-commitment__item:nth-of-type(2) .p-top-commitment__image {
  bottom: 3.375rem;
  left: 1.375rem;
  aspect-ratio: 120/80;
}
@media (min-width: 1080px) {
  .p-top-commitment__item:nth-of-type(2) .p-top-commitment__image {
    bottom: 1.9375rem;
    left: -7.4375rem;
    width: 18.75rem;
    aspect-ratio: 300/200;
  }
}
.p-top-commitment__item:nth-of-type(2) .p-top-commitment__point {
  margin-top: 5.5625rem;
  text-align: right;
}
@media (min-width: 1080px) {
  .p-top-commitment__item:nth-of-type(2) .p-top-commitment__point {
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 1080px) {
  .p-top-commitment__item:nth-of-type(3) {
    margin-top: 4.6875rem;
  }
}
.p-top-commitment__item:nth-of-type(3) .p-top-commitment__image {
  bottom: 3rem;
  right: 1.0625rem;
  aspect-ratio: 120/80;
}
@media (min-width: 1080px) {
  .p-top-commitment__item:nth-of-type(3) .p-top-commitment__image {
    bottom: 1.875rem;
    right: -12rem;
    width: 18.75rem;
    aspect-ratio: 300/199;
  }
}
.p-top-commitment__item:nth-of-type(3) .p-top-commitment__point {
  margin-top: 4.5rem;
}
@media (min-width: 1080px) {
  .p-top-commitment__item:nth-of-type(3) .p-top-commitment__point {
    margin-top: 0;
    padding-left: 8.125rem;
  }
}
@media (min-width: 1080px) {
  .p-top-commitment__item:nth-of-type(4) {
    margin-top: 4.6875rem;
    margin-left: auto;
    padding-inline: 7.75rem 2rem;
  }
}
.p-top-commitment__item:nth-of-type(4) .p-top-commitment__image {
  bottom: 2.9375rem;
  left: 1.4375rem;
  aspect-ratio: 120/80;
}
@media (min-width: 1080px) {
  .p-top-commitment__item:nth-of-type(4) .p-top-commitment__image {
    bottom: 3.6875rem;
    left: -14.375rem;
    width: 18.875rem;
    aspect-ratio: 302/200;
  }
}
.p-top-commitment__item:nth-of-type(4) .p-top-commitment__point {
  margin-top: 4.3125rem;
  padding-right: 0.875rem;
  text-align: right;
}
@media (min-width: 1080px) {
  .p-top-commitment__item:nth-of-type(4) .p-top-commitment__point {
    margin-top: 0;
    padding-right: 0;
  }
}

.p-top-commitment__title {
  font-size: 1rem;
  font-weight: var(--extra-bold);
}
@media (min-width: 1080px) {
  .p-top-commitment__title {
    font-size: 1.5625em;
  }
}

.p-top-commitment__text {
  margin-top: 1.5625rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 1080px) {
  .p-top-commitment__text {
    margin-top: 2.25rem;
    width: 28.875rem;
    font-size: 1em;
  }
}

.p-top-commitment__image {
  position: absolute;
  width: 7.5rem;
  height: auto;
}

.p-top-commitment__point {
  color: rgba(255, 242, 129, 0.6);
  font-family: var(--font-en);
  font-weight: var(--bold);
  font-size: 36px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1080px) {
  .p-top-commitment__point {
    font-size: 4em;
    letter-spacing: 0.03125em;
  }
}

.p-top-commitment__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .p-top-commitment__bottom {
    gap: 1.25rem;
  }
}

.p-top-commitment__loop-text {
  margin-top: 2.25rem;
  white-space: nowrap;
  color: var(--text-white);
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: var(--bold);
  -webkit-animation: loop-animation 40s linear infinite;
          animation: loop-animation 40s linear infinite;
}
@media (min-width: 1080px) {
  .p-top-commitment__loop-text {
    margin-top: 4.6875rem;
    font-size: 4em;
  }
}

@-webkit-keyframes loop-animation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-animation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-top-works {
  padding-block: 3.125rem 6.25rem;
}
@media (min-width: 1080px) {
  .p-top-works {
    padding-block: 100px;
  }
}

.p-top-works__inner {
  max-width: 39.0625rem;
  margin-inline: auto;
}
@media (min-width: 1080px) {
  .p-top-works__inner {
    max-width: 67.5rem;
  }
}

.p-top-works__main {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1080px) {
  .p-top-works__main {
    margin-top: 98px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-works__main-image {
  width: 100%;
  height: auto;
  aspect-ratio: 350/210;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 1080px) {
  .p-top-works__main-image {
    width: 50%;
    aspect-ratio: 500/300;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-top-works__main-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1080px) {
  .p-top-works__main-text-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-top-works__main-tag {
  color: var(--text-orange);
  font-size: 1.25rem;
  font-weight: var(--bold);
}
@media (min-width: 1080px) {
  .p-top-works__main-tag {
    font-size: 24px;
  }
}

.p-top-works__main-title {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: var(--bold);
}
@media (min-width: 1080px) {
  .p-top-works__main-title {
    margin-top: 0.875rem;
    font-size: 1.5em;
  }
}

.p-top-works__main-text {
  margin-top: 2rem;
  line-height: 1.5;
}
@media (min-width: 1080px) {
  .p-top-works__main-text {
    margin-top: 1.25rem;
    font-size: 0.875em;
  }
}

.p-top-works__main-button {
  margin-top: 1.4375rem;
  text-align: right;
}
@media (min-width: 1080px) {
  .p-top-works__main-button {
    margin-top: 2.75rem;
    padding-right: 2.5rem;
  }
}

.p-top-works__main-link {
  padding-inline: 4rem 0.625rem;
  padding-bottom: 0.625rem;
  display: inline-block;
  display: inline-block;
  border-bottom: 1px solid var(--text-orange);
  color: var(--text-orange);
  font-size: 1rem;
  font-weight: var(--bold);
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top-works__main-link::before, .p-top-works__main-link::after {
  content: "";
  position: absolute;
  background: var(--text-orange);
}
.p-top-works__main-link::before {
  top: calc(50% - 1px);
  translate: 0 -50%;
  left: 0;
  width: 2.75rem;
  height: 1px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.p-top-works__main-link::after {
  top: calc(50% - 4px);
  translate: 0 -50%;
  left: 2.125rem;
  width: 0.625rem;
  height: 1px;
  rotate: 30deg;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-works__main-link:hover {
    opacity: 0.7;
  }
  .p-top-works__main-link:hover::before {
    width: 3.625rem;
  }
  .p-top-works__main-link:hover::after {
    left: 3rem;
  }
}

.p-top-works__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
@media (min-width: 1080px) {
  .p-top-works__list {
    margin-top: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-top-works__item {
  width: 85.7142857143%;
  margin-inline: auto;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .p-top-works__item {
    width: 100%;
  }
}

.p-top-works__link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-works__link:hover {
    opacity: 0.7;
  }
  .p-top-works__link:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-top-works__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 300/176;
  overflow: hidden;
}
.p-top-works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-top-works__title {
  margin-top: 20px;
  color: var(--text-main);
  font-size: 15px;
  font-weight: var(--bold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-top-works__date {
  color: var(--text-orange);
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 1.2px;
}

.p-top-works__button {
  margin-top: 100px;
  margin-inline: auto;
  padding-right: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1080px) {
  .p-top-works__button {
    margin-top: 4.9375rem;
  }
}

.p-top-faq {
  padding-block: 3.125rem;
  background: #eeece6;
}
@media (min-width: 1080px) {
  .p-top-faq {
    padding-block: 3.125rem 8.6875rem;
  }
}

.p-top-faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1080px) {
  .p-top-faq__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.375rem;
  }
}

.p-top-faq__title-en {
  color: var(--text-orange);
  font-family: var(--font-en);
  font-size: 4rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
}
@media (min-width: 1080px) {
  .p-top-faq__title-en {
    font-size: 6em;
  }
}

.p-top-faq__title-ja {
  font-size: 1.875rem;
  font-weight: var(--bold);
}
@media (min-width: 1080px) {
  .p-top-faq__title-ja {
    font-size: 3em;
  }
}

.p-top-faq__content {
  margin-top: 2.5rem;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media (min-width: 1080px) {
  .p-top-faq__content {
    margin-top: 2.75rem;
    max-width: 56.25rem;
  }
}

.p-top-contact {
  padding-block: 3.125rem;
  position: relative;
}
@media (min-width: 1080px) {
  .p-top-contact {
    padding-block: 6.25rem;
  }
}

.p-top-contact__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41rem;
  background-image: url(../img/bg_contact-sp.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 1080px) {
  .p-top-contact__background {
    height: 25.5625rem;
    background-image: url(../img/bg_contact.webp);
  }
}

@media (min-width: 1080px) {
  .p-top-contact__section-title {
    margin: 0;
  }
}

.p-top-contact__content {
  margin-top: 3.125rem;
}
@media (min-width: 1080px) {
  .p-top-contact__content {
    margin-top: 6.25rem;
  }
}

.p-top-contact__icon-wrap {
  background: rgba(255, 255, 255, 0.6);
  width: 80%;
  max-width: 25rem;
  margin-inline: auto;
}
@media (min-width: 1080px) {
  .p-top-contact__icon-wrap {
    background: none;
    width: 100%;
    max-width: none;
  }
}

.p-top-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1080px) {
  .p-top-contact__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-contact__item {
  padding-block: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media (min-width: 1080px) {
  .p-top-contact__item {
    width: 17.5rem;
    padding-block: 0;
  }
}

.p-top-contact__item-image {
  width: 9.375rem;
  height: auto;
  aspect-ratio: 1/1;
}

.p-top-contact__item-text {
  text-align: center;
  font-size: 1.25rem;
}
@media (min-width: 1080px) {
  .p-top-contact__item-text {
    font-size: 1.25em;
  }
}

.p-top-contact__arrow {
  margin-top: 4.25rem;
  margin-inline: auto;
  width: 8.125rem;
  height: 3.25rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--color-accent1);
}
@media (min-width: 1080px) {
  .p-top-contact__arrow {
    margin-top: 2.6875rem;
    width: 10.375rem;
    height: 4.1875rem;
  }
}

.p-top-contact__message {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: var(--bold);
  line-height: 2.8125rem;
}
@media (min-width: 1080px) {
  .p-top-contact__message {
    margin-top: 3.125rem;
    font-size: 2.125em;
  }
}
.p-top-contact__message span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(70%, var(--text-yellow)));
  background: linear-gradient(transparent 50%, var(--text-yellow) 70%);
}

.p-top-contact__button {
  margin-top: 2.25rem;
}
@media (min-width: 1080px) {
  .p-top-contact__button {
    margin-top: 5.25rem;
  }
}

.p-top-contact__link {
  margin-inline: auto;
  padding-left: 3.25rem;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 21.875rem;
  height: 6.25rem;
  border-radius: 20px;
  border: 3px solid var(--text-main);
  background: var(--bg-white);
  color: var(--text-main);
  font-size: 24px;
  font-weight: var(--bold);
  line-height: 2.5rem;
  position: relative;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
@media (min-width: 1080px) {
  .p-top-contact__link {
    padding-left: 4.625rem;
    font-size: 34px;
    width: 34.5rem;
    height: 9.875rem;
    max-width: none;
  }
}
@media screen and (max-width: 374px) {
  .p-top-contact__link {
    font-size: 20px;
  }
}
.p-top-contact__link::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 20px;
  width: 40px;
  height: 40px;
  -webkit-mask: url(../img/icon_mail-contact.svg) no-repeat center center/contain;
          mask: url(../img/icon_mail-contact.svg) no-repeat center center/contain;
  background-color: currentColor;
}
@media (min-width: 1080px) {
  .p-top-contact__link::before {
    left: 40px;
    width: 70px;
    height: 70px;
  }
}
@media (any-hover: hover) {
  .p-top-contact__link:hover {
    color: var(--text-white);
    background: var(--text-main);
  }
}

.p-top-contact__attention {
  text-align: center;
  color: #f00;
  font-size: 0.8125rem;
  font-weight: var(--bold);
  line-height: 2.5rem;
}

.p-top-blog {
  padding-block: 3.125rem;
}

.p-top-blog__inner {
  max-width: 600px;
  margin-inline: auto;
}
@media (min-width: 1080px) {
  .p-top-blog__inner {
    max-width: 1080px;
  }
}

.p-top-blog__section-title {
  margin: 0;
  padding-left: 11px;
}
@media (min-width: 1080px) {
  .p-top-blog__section-title {
    padding-left: 0;
  }
}

.p-top-blog__content {
  margin-top: 3.125rem;
}

.p-top-blog__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 1080px) {
  .p-top-blog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.p-top-blog__item {
  width: 100%;
  width: 94%;
  margin-inline: auto;
}
@media (min-width: 1080px) {
  .p-top-blog__item {
    width: 490px;
    width: 49%;
    width: 100%;
  }
}

.p-top-blog__link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-blog__link:hover {
    opacity: 0.7;
  }
  .p-top-blog__link:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-top-blog__thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 329/185;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .p-top-blog__thumbnail {
    aspect-ratio: 490/276;
  }
}
.p-top-blog__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-top-blog__title {
  margin-top: 20px;
  color: var(--text-main);
}
@media (min-width: 1080px) {
  .p-top-blog__title {
    font-size: 14px;
  }
}

.p-top-blog__date {
  display: inline-block;
  margin-top: 5px;
  color: var(--text-orange);
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 1px;
}

.p-top-blog__button {
  margin-top: 45px;
  margin-inline: auto;
  padding-right: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1080px) {
  .p-top-blog__button {
    margin-top: 40px;
  }
}

.u-hidden-sp {
  display: none;
}
@media (min-width: 1080px) {
  .u-hidden-sp {
    display: block;
  }
}

@media (min-width: 1080px) {
  .u-hidden-pc {
    display: none;
  }
}