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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #3C3C3C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.28px;
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-header {
  margin: 0 auto;
  opacity: 0;
}

.l-main {
  min-height: 100vh;
  opacity: 0;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 90rem;
  height: inherit;
  padding: 0 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 964px;
    padding: 0 2rem;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .l-inner {
    max-width: 37.5rem;
  }
}

.l-inner__narrow {
  max-width: 50.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 2rem;
    max-width: 900px;
  }
}

.l-footer {
  padding-block: 3rem;
}

.l-section {
  padding-block: 3rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-block: 5rem;
  }
}
.l-section:nth-of-type(n + 3) {
  padding-top: 0;
}
.l-section:last-child {
  padding-bottom: 0;
}

.c-contact__btn {
  padding: 0.625rem 1.875rem;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 10px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.87%, #D9BCEA), to(#7F98ED));
  background: linear-gradient(270deg, #D9BCEA -1.87%, #7F98ED 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-shadow: 0 1px 0 #7F98ED;
          box-shadow: 0 1px 0 #7F98ED;
  margin-top: -4px;
}
.c-contact__btn img {
  display: block;
}
.c-contact__btn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 0 0 #7F98ED;
          box-shadow: 0 0 0 #7F98ED;
}

.c-icon--x {
  width: 31px;
  height: auto;
  aspect-ratio: 31/32;
}

.c-icon--mail {
  width: 22px;
  height: auto;
  aspect-ratio: 22/16;
}

.c-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.c-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  line-height: 1.2;
  place-items: center;
}

.c-section__title-en {
  font-family: "Aboreto", system-ui;
  font-size: max(1.875rem, 24px);
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .c-section__title-en {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .c-section__title-en {
    font-size: max(3rem, 38.4px);
    letter-spacing: 3.84px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 767px) {
  .c-section__title-en {
    font-size: 3rem;
  }
}

.c-section__title-detail {
  text-align: center;
}

.js-fade-text {
  display: inline-block;
}

.js-fade-text .char {
  display: inline-block;
}

.p-loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  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;
  gap: 2rem;
  opacity: 1;
  overflow: hidden;
  background: url(../img/mv-bg.svg);
}

.p-loading__inner {
  position: relative;
}

.p-loading__logo {
  font-size: max(2rem, 25.6px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.84px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  font-family: "Aboreto", system-ui;
}
@media screen and (max-width: 767px) {
  .p-loading__logo {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-loading__logo {
    font-size: max(3rem, 38.4px);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-loading__logo {
    font-size: 3rem;
  }
}

.p-loading__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.p-loading__circle {
  opacity: 0;
  width: 16px;
  aspect-ratio: 1;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #7F98ED;
  background: none;
}
.p-loading__circle:nth-child(1) {
  width: 10%;
}
@media screen and (min-width: 768px) {
  .p-loading__circle:nth-child(1) {
    width: 4%;
  }
}
.p-loading__circle:nth-child(2) {
  width: 20%;
  border-width: 0.25px;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
@media screen and (min-width: 768px) {
  .p-loading__circle:nth-child(2) {
    width: 8%;
  }
}
.p-loading__circle:nth-child(3) {
  width: 30%;
  border-width: 0.5px;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
@media screen and (min-width: 768px) {
  .p-loading__circle:nth-child(3) {
    width: 12%;
  }
}
.p-loading__circle:nth-child(4) {
  width: 40%;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  border-width: 0.3px;
  border-style: dotted;
}
@media screen and (min-width: 768px) {
  .p-loading__circle:nth-child(4) {
    width: 16%;
  }
}
.p-loading__circle:nth-child(5) {
  width: 50%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-width: 0.2px;
  border-style: dotted;
}
@media screen and (min-width: 768px) {
  .p-loading__circle:nth-child(5) {
    width: 20%;
  }
}
.p-loading__circle:nth-child(6) {
  width: 12%;
}
@media screen and (min-width: 768px) {
  .p-loading__circle:nth-child(6) {
    width: 5%;
  }
}
.p-loading__circle:nth-child(7) {
  width: 22%;
  border-width: 0.25px;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
@media screen and (min-width: 768px) {
  .p-loading__circle:nth-child(7) {
    width: 10%;
  }
}
.p-loading__circle:nth-child(8) {
  border-width: 0.3px;
  width: 32%;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
@media screen and (min-width: 768px) {
  .p-loading__circle:nth-child(8) {
    width: 15%;
  }
}
.p-loading__circle:nth-child(9) {
  width: 42%;
  -webkit-filter: blur(1.5px);
          filter: blur(1.5px);
  border-width: 0.2px;
}
@media screen and (min-width: 768px) {
  .p-loading__circle:nth-child(9) {
    width: 20%;
  }
}
.p-loading__circle:nth-child(10) {
  width: 52%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-width: 0.1px;
  border-style: dashed;
}
@media screen and (min-width: 768px) {
  .p-loading__circle:nth-child(10) {
    width: 25%;
  }
}

.p-loading__circle::after {
  content: "";
  position: absolute;
  inset: 0; /* 親と同じ位置 */
  border-radius: 50%;
  background: inherit; /* 親と同じグラデーション */
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0.5; /* 好みで調整 */
  z-index: 2; /* 背景側に置く */
}

.p-loading__circle--1 {
  top: 90%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-loading__circle--2 {
  top: 10%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 4.75rem;
  background: transparent;
  z-index: 999;
  padding-inline: 4rem;
  text-transform: uppercase;
  font-family: "Aboreto", system-ui;
  line-height: 1.5;
  -webkit-transition: translate 0.5s ease, background-color 0.5s ease;
  transition: translate 0.5s ease, background-color 0.5s ease;
}
.p-header.js-slide-up {
  translate: 0 -100%;
}
.p-header.is-white {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 2rem;
    min-height: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .p-header {
    padding-inline: 1.25rem;
  }
}

.p-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 1rem;
  max-width: 90rem;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 899px) {
  .p-header__inner {
    display: grid;
    grid-template-columns: 11.25rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-block: 0.5rem;
  }
}

.p-header__logo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    padding-block: 0.75rem;
  }
}
.p-header__logo:hover {
  opacity: 0.7;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.p-header__item:hover {
  opacity: 0.7;
}

.p-header__btn {
  padding: 0.625rem 1.875rem;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 10px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.87%, #D9BCEA), to(#7F98ED));
  background: linear-gradient(270deg, #D9BCEA -1.87%, #7F98ED 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-header__btn img {
  display: block;
}

.p-header__icon--x,
.p-drawer__icon--x {
  width: 31px;
  height: auto;
  aspect-ratio: 31/32;
}

.p-header__icon--mail,
.p-drawer__icon--mail {
  width: 22px;
  height: auto;
  aspect-ratio: 22/16;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  z-index: 99;
  top: 1.5625rem;
  right: 2rem;
  width: 1.75rem;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__icon {
    top: 18px;
  }
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}
.p-drawer__icon.js-slide-up {
  translate: 0 -100%;
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2px;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  background: #3C3C3C;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.3125rem;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  rotate: -45deg;
  translate: 0 -0.3125rem;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  background: #ffffff;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  font-family: "Aboreto", system-ui;
  text-align: center;
  line-height: 1.5;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__icon--bar {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-padding-before: 6rem;
          padding-block-start: 6rem;
  padding-inline: 2.5rem;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-drawer__btn {
  padding: 0.75rem 2.5rem;
  max-width: 60%;
  margin: 0 auto;
}

.p-footer {
  width: 100%;
  height: auto;
  background: #ffffff;
  text-transform: uppercase;
  font-family: "Aboreto", system-ui;
  line-height: 1.5;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1250px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media (max-width: 1300px) {
  .p-footer__nav {
    -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;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
}

.p-footer__item:hover {
  opacity: 0.7;
}

.p-footer-copypright {
  display: block;
  text-align: center;
  font-size: max(0.625rem, 8px);
}
@media screen and (max-width: 767px) {
  .p-footer-copypright {
    font-size: 0.625rem;
  }
}

.p-footer-copypright-br {
  display: inline;
}
@media (min-width: 500px) {
  .p-footer-copypright-br {
    display: none;
  }
}

.p-pagetop {
  position: relative;
  width: 150px;
  height: 150px;
}

.petal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 100px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.87%, #D9BCEA), to(#7F98ED));
  background: linear-gradient(270deg, #D9BCEA -1.87%, #7F98ED 100%);
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%; /* 上を丸く、下を少し尖らせる */
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%; /* 回転の中心を花びらの下端に */
}

/* 4枚の花びらを回転させて配置 */
.petal:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.petal:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.petal:nth-child(3) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.petal:nth-child(4) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.p-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/mv-bg.svg);
  position: relative;
  -webkit-padding-before: 4rem;
          padding-block-start: 4rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mv {
    -webkit-padding-before: 4.75rem;
            padding-block-start: 4.75rem;
  }
}

.p-mv__inner {
  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;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1rem;
  padding-inline: 1.25rem;
  padding-block: 1.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding-bottom: 6.25rem;
    padding-top: 3.75rem;
  }
}
@media (min-width: 1000px) {
  .p-mv__inner {
    padding-inline: 5rem;
  }
}

.p-mv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-mv__container-image {
  margin: 0 auto;
  max-width: 15.625rem;
  width: 100%;
}
.p-mv__container-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 500px) and (max-width: 767px) {
  .p-mv__container-image {
    max-width: 18.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__container-image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0;
    max-width: 31.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__container-image {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 37.5rem;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .p-mv__title {
    width: 60%;
  }
}

.p-mv__contents {
  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.5rem;
  width: 100%;
}
@media (min-width: 500px) and (max-width: 767px) {
  .p-mv__contents {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__contents {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
    -webkit-padding-after: 1.25rem;
            padding-block-end: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__contents {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.p-mv__title img,
.p-mv__catchcopy img,
.p-mv__catchcopy-sub img {
  display: block;
  width: 100%;
  height: auto;
}

.p-mv__catchcopy,
.p-mv__catchcopy-sub {
  opacity: 0;
}

.p-mv__scroll {
  text-align: center;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}

.p-mv__scroll-text {
  font-family: "Aboreto", system-ui;
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-mv__scroll-text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .p-mv__scroll-text {
    font-size: 10px;
  }
}

.p-mv__scroll-line {
  width: 1px;
  height: 3.75rem;
  background: #BBB;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__scroll-line {
    height: 5rem;
  }
}

.p-mv__scroll-line-active {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 2px;
  height: 1.25rem;
  background: #3C3C3C;
  -webkit-animation: 3s ease-in-out backwards infinite scrollDown;
          animation: 3s ease-in-out backwards infinite scrollDown;
}
@media screen and (min-width: 768px) {
  .p-mv__scroll-line-active {
    height: 1.875rem;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .p-works__inner {
    padding-inline: 5rem;
    margin: 0 auto;
  }
}

.p-works__container {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-works__container {
    margin-top: 5rem;
  }
}

.p-works__cards {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
  row-gap: 2.5rem;
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-works__cards {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    row-gap: 10rem;
  }
}

.p-works__card {
  background: #ffffff;
  position: sticky;
  top: 64px;
  width: 100%;
  margin: 0 auto;
  background: white;
  padding-block: 0.625rem;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-works__card {
    top: 74px;
  }
}
.p-works__card:hover .p-works__card-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.7;
}
.p-works__card:hover .p-works__card-cover {
  opacity: 1;
}

.p-works__card-image {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.p-works__card-image img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.p-works__card-cover {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  background: rgba(255, 255, 255, 0.6);
  color: #3C3C3C;
  font-size: max(1rem, 12.8px);
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-works__card-cover {
    font-size: 1rem;
  }
}

.p-works__cover-line {
  height: 2px;
  width: 3.75rem;
  background: #3C3C3C;
}

.p-works__card-contents {
  margin-top: 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;
  row-gap: 0.625rem;
}

.p-works__card-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.p-works__tag {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  line-height: 1.5;
  border: 1px solid #777;
}

.p-works__card-title {
  padding: 0.3125rem 0.625rem;
}

.p-works__popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  border-radius: 5px;
}

.p-works__popup.is-active {
  opacity: 1;
  visibility: visible;
}

.p-works__popup-inner {
  background: #fff;
  padding: 1.25rem;
  -webkit-padding-after: 2.5rem;
          padding-block-end: 2.5rem;
  max-width: 1080px;
  width: 90%;
  border-radius: 10px;
  overflow-y: auto;
  max-height: 90vh;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin: 1.25rem auto;
  position: relative;
}

.p-works__popup-image {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 722/662;
  margin-block: 1.25rem 1rem;
  margin-inline: auto;
  overflow: hidden;
  max-width: 400px;
}
.p-works__popup-image::after {
  content: "";
  background: url("../img/works-pc.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 722/622;
  z-index: 2;
}
@media (min-width: 800px) {
  .p-works__popup-image {
    max-width: 600px;
  }
}

.p-works__popup-video-wrapper {
  aspect-ratio: 722/440;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.p-works__popup-gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.p-works__popup-close {
  position: sticky;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  margin-left: auto;
  background: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #3C3C3C;
  z-index: 99;
}
@media (min-width: 550px) {
  .p-works__popup-close {
    top: 0.625rem;
    right: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-works__popup-close {
    top: 1.875rem;
    right: 1.875rem;
  }
}

.p-works__popup-detail {
  line-height: 1.5;
  display: grid;
  row-gap: 1.5rem;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .p-works__popup-detail {
    max-width: 600px;
  }
}

.p-works__popup-heading {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .p-works__popup-heading {
    font-size: 1.25rem;
  }
}

.p-cta__btn {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem auto;
}
.p-cta__btn:hover {
  opacity: 0.7;
}
.p-cta__btn:hover .p-cta__btn-arrow {
  border: 1px solid #3C3C3C;
}
.p-cta__btn:hover .p-cta__btn-arrow::after {
  opacity: 0;
}
.p-cta__btn:hover .p-cta__btn-arrow svg path {
  stroke: #3C3C3C;
}
.p-cta__btn:hover .p-cta__btn-link::before {
  scale: 1 1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.p-cta__btn:hover .p-cta__btn-link::after {
  opacity: 1;
}

.p-cta__btn-link {
  font-size: 20px;
  position: relative;
}
.p-cta__btn-link::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #7F98ED;
  scale: 0 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}

.p-cta__btn-arrow {
  width: 39px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  overflow: hidden;
  position: relative;
}
.p-cta__btn-arrow svg {
  width: 21px;
  height: auto;
  position: relative;
  z-index: 2;
}
.p-cta__btn-arrow svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.p-cta__btn-arrow::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #3C3C3C;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-works__popup-tag {
  margin-block: -6px 1.25rem;
}

.p-works__popup-detail-title {
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 1px solid #3C3C3C;
  margin-bottom: 0.3125rem;
}

.p-works__popup-detail-content {
  padding-left: 10px;
  padding-top: 10px;
}
.p-works__popup-detail-content a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-bottom: 1px solid transparent;
}
.p-works__popup-detail-content a:hover {
  opacity: 0.7;
  border-bottom: 1px solid #777;
}

.p-works__popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  max-width: 90%;
  margin-inline: auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.p-works__popup-buttons > button:first-child:last-child {
  /* ボタン1つの時のスタイルは上の justify-content: center でOK */
}
.p-works__popup-buttons > button:first-child:nth-last-child(2) {
  margin-right: auto;
}

.p-works__popup-prev,
.p-works__popup-next {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 10px 20px;
  border: 1px solid #3C3C3C;
  background: #3C3C3C;
  color: #ffffff;
  border-radius: 5px;
}
.p-works__popup-prev:hover,
.p-works__popup-next:hover {
  cursor: pointer;
  background: #ffffff;
  border-color: #3C3C3C;
  color: #3C3C3C;
}

.p-service {
  background: #F3EFF7;
  padding-block: 3rem;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-block: 5rem;
  }
}

.p-service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-service__inner {
    gap: 5rem;
  }
}

.p-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (min-width: 1000px) {
  .p-service__cards {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__cards {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

.p-service__card {
  padding: 2.5rem 1.5rem;
  background: #ffffff;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) and (max-width: 1130px) {
  .p-service__card:nth-of-type(2) .p-service__card-text {
    margin-top: 14px;
  }
  .p-service__card:nth-of-type(2) .p-service__card-title {
    line-height: 1.3;
  }
}

.p-service__card-image {
  width: 3.75rem;
}
.p-service__card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 60/60;
}

.p-service__card-title {
  margin-top: 32px;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__card-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 400px) {
  .p-service__card-title {
    font-size: 16px;
    white-space: nowrap;
  }
}
@media (max-width: 500px) {
  .p-service__card-title {
    font-size: 18px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 810px) {
  .p-service__card-title {
    font-size: 15px;
  }
}

.p-service__card-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service__card-br {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1130px) {
  .p-service__card-br {
    display: none;
  }
}

.p-service__card-text {
  margin-top: 27px;
  line-height: 2;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.p-service__skills {
  padding: 2.5rem;
  background: #ffffff;
  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: 3rem;
}
@media screen and (min-width: 768px) {
  .p-service__skills {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-service__skills-title {
  line-height: 1.2;
}

.p-service__skills-title-en {
  font-size: max(2rem, 25.6px);
  line-height: 1.2;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 767px) {
  .p-service__skills-title-en {
    font-size: 2rem;
  }
}

.p-service__skills-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 21.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__skills-boxes {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(7, 1fr);
    row-gap: 1.5625rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    max-width: 68.75rem;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
.p-service__skills-boxes > * {
  min-width: 0;
}
@media screen and (min-width: 1440px) {
  .p-service__skills-boxes {
    grid-template-columns: repeat(7, 8.875rem);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-service__skills-box {
  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;
  gap: 1rem;
}
.p-service__skills-box:nth-of-type(7) {
  grid-column: 1/3;
  grid-row: 4/5;
}
@media screen and (min-width: 768px) {
  .p-service__skills-box:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-service__skills-box:nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .p-service__skills-box:nth-of-type(3) {
    grid-column: 5/6;
    grid-row: 1/2;
  }
  .p-service__skills-box:nth-of-type(4) {
    grid-column: 7/8;
    grid-row: 1/2;
  }
  .p-service__skills-box:nth-of-type(5) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .p-service__skills-box:nth-of-type(6) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
  .p-service__skills-box:nth-of-type(7) {
    grid-column: 6/7;
    grid-row: 2/3;
  }
  .p-service__skills-box:nth-of-type(7) .p-service__skills-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    place-items: center;
  }
  .p-service__skills-box:nth-of-type(7) .p-service__skills-text span {
    display: block;
    font-size: max(0.75rem, 9.6px);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-service__skills-box:nth-of-type(7) .p-service__skills-text span {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__skills-box:nth-of-type(7) .p-service__skills-text p {
    font-size: max(1rem, 12.8px);
  }
}
@media screen and (min-width: 1440px) and (max-width: 767px) {
  .p-service__skills-box:nth-of-type(7) .p-service__skills-text p {
    font-size: 1rem;
  }
}

.p-service__skills-icon {
  width: 3.125rem;
}
.p-service__skills-icon img {
  display: block;
  height: auto;
  aspect-ratio: 50/50;
}

.p-service__skills-text {
  line-height: 1.5;
}

.p-service__strength {
  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;
  position: relative;
}

.p-service__strength-cards {
  display: grid;
  grid-template-rows: repeat(1, auto);
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-service__strength-cards {
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-service__strength-card {
  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.5rem;
  background: #ffffff;
  padding: 2.5rem 0.625rem;
}

.p-service__strength-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1440px) {
  .p-service__strength-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service__strength-number {
  color: #D9BCEA;
  font-family: "Aboreto", system-ui;
  font-size: max(3rem, 38.4px);
  line-height: 1.2;
  letter-spacing: 3.84px;
}
@media screen and (max-width: 767px) {
  .p-service__strength-number {
    font-size: 3rem;
  }
}

.p-service__strength-text {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 767px) {
  .p-service__strength-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .p-service__strength-text {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 902px) {
  .p-service__strength-text {
    font-size: 16px;
  }
}

.p-service__strength-br {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 410px) {
  .p-service__strength-br {
    display: none;
  }
}

.p-flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__inner {
    max-width: 50.5625rem;
    padding-inline: 0;
  }
}

.p-flow__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.25rem;
}
.p-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__step {
    gap: 7.5rem;
  }
}

.p-flow__step-icon {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.p-flow__step-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
  height: auto;
  aspect-ratio: 40/40;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-flow__step-icon {
    margin-inline: auto 0;
  }
}

.p-flow__step-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.5625rem;
  height: auto;
  aspect-ratio: 105/105;
  border-radius: 50%;
  border: 1px solid #D9BCEA;
  background: #D9BCEA;
  z-index: -1;
}

.p-flow__step-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__step-container {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__step-container {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}

.p-flow__step-number {
  font-family: "Aboreto", system-ui;
  font-size: max(1.25rem, 16px);
  line-height: 1.2;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-number {
    font-size: 1.25rem;
  }
}

.p-flow__step-title {
  font-size: max(1.5rem, 19.2px);
  line-height: 1.2;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-title {
    font-size: 1.5rem;
  }
}

.p-flow__step-text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__step-text {
    margin-top: 1.1875rem;
  }
}

.p-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
  max-width: 20.375rem;
  width: 100%;
  margin-inline: auto;
  -webkit-transition: max-width 0.6s ease;
  transition: max-width 0.6s ease;
}
.p-about__container.js-open {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__container {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5rem;
  }
}

.p-about__image img {
  width: 20.375rem;
  height: auto;
  aspect-ratio: 326/232;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-about__image img {
    width: 25rem;
    height: auto;
    aspect-ratio: 492/350;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__image img {
    width: 30.75rem;
    height: auto;
    aspect-ratio: 492/350;
  }
}

.p-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-about__contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .p-about__contents-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__contents-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__name {
  font-size: max(1.5rem, 19.2px);
  letter-spacing: 1.92px;
  font-family: "Aboreto", system-ui;
}
@media screen and (max-width: 767px) {
  .p-about__name {
    font-size: 1.5rem;
  }
}

.p-about__contents-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .p-about__contents-text {
    line-height: 1.4;
  }
}

details summary {
  list-style: none;
  cursor: pointer;
}

.p-about__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.p-about__button-line {
  width: 3.75rem;
  height: 0.0625rem;
  background: #3C3C3C;
  margin-top: 4px;
}

.p-about__viewmore-hidden {
  overflow: hidden;
}
.p-about__viewmore-hidden p:nth-of-type(2), .p-about__viewmore-hidden p:nth-of-type(3), .p-about__viewmore-hidden p:nth-of-type(4) {
  margin-bottom: 10px;
}

.p-about__viewmore[hidden] {
  display: none;
}

.p-about__close {
  display: none;
}

.p-contact {
  background: #F3EFF7;
  padding-block: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-block: 5rem;
  }
}

.p-contact__inner {
  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.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding-block: 1.25rem;
    gap: 3.75rem;
  }
}

.p-contact__form {
  background: #ffffff;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
  }
}

.p-contact__form p {
  margin-bottom: 2.5rem;
  letter-spacing: 0.32px;
}
.p-contact__form p:nth-of-type(1) {
  margin-bottom: 1.5rem;
}

.p-contact__form-inner {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-inner {
    padding-block: 5rem;
  }
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 100%;
  padding-block: 0.75rem;
  padding-inline: 1.1875rem 1.5rem;
  border: 1px solid #C7C7C7;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #D9BCEA;
  -webkit-box-shadow: 0 0 0 2px #D9BCEA;
          box-shadow: 0 0 0 2px #D9BCEA;
}

.wpcf7-form-control-wrap {
  width: 100%;
  margin-top: 1rem;
}

.wpcf7-form p span.--must {
  color: #CF5151;
  margin-left: 0;
}

.wpcf7-list-item:nth-child(1) {
  margin-left: 0;
}
.wpcf7-list-item:nth-child(n+2) {
  margin-left: 1.25rem;
}

.wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 24/24;
  border: 1px solid #C7C7C7;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  position: relative;
  margin-top: 0 !important;
}
.wpcf7-list-item input[type=checkbox]:focus {
  outline: none;
  border-color: #D9BCEA;
  -webkit-box-shadow: 0 0 0 2px #D9BCEA;
          box-shadow: 0 0 0 2px #D9BCEA;
}

.wpcf7-list-item input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.wpcf7-submit {
  width: 15.125rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  border-radius: 10px;
  background: #3C3C3C;
  color: #ffffff;
  letter-spacing: 1.28px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  position: relative;
  text-indent: -1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wpcf7-submit {
    width: 18.75rem;
    min-width: 242px;
  }
}
.wpcf7-submit:hover {
  background: #ffffff;
  color: #3C3C3C;
  border: 1px solid #3C3C3C;
}

.contact__submit-wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.contact__submit-wrap svg {
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  left: calc(50% + 3rem);
  width: 6px;
  height: auto;
  pointer-events: none;
  z-index: 99;
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact__submit-wrap svg {
    left: calc(50% + 4rem);
  }
}
.contact__submit-wrap .wpcf7-submit:hover ~ svg {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.contact__submit-wrap .wpcf7-submit:hover ~ svg path {
  fill: #3C3C3C;
}

.wpcf7-spinner {
  position: absolute;
  bottom: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

.wpcf7-response-output {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: max(0.875rem, 11.2px);
  border-color: #D9BCEA !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 0.875rem;
  }
}

.wpcf7-mail-sent-ok {
  border: 1px solid #4caf50;
  background: #e8f5e9;
  color: #2e7d32;
}

.wpcf7-validation-errors {
  border: 1px solid #CF5151;
  background: #ffebee;
  color: #CF5151;
}

.p-contact__privacy {
  padding: 0.625rem 1.25rem;
  border: 1px solid #C7C7C7;
  margin: 0 auto;
  max-width: 80%;
  max-height: 100px;
  overflow-y: scroll;
  line-height: 1.2;
}
.p-contact__privacy p {
  margin-bottom: 0;
}
.p-contact__privacy p:nth-of-type(1) {
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__privacy {
    max-height: 120px;
  }
}

.p-contact__privacy-check {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Aboreto", system-ui;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.u-animation__fadeIn.js-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#base path {
  fill: #3C3C3C;
}

#mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 10px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

.p-mv__scroll-line {
  background: #BBBBBB;
  overflow: hidden;
}

.p-mv__scroll-line-active {
  background: #3C3C3C;
  -webkit-animation: 1.5s ease-in-out backwards infinite scrollDown;
          animation: 1.5s ease-in-out backwards infinite scrollDown;
}

@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -50px;
  }
}