@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000;
  background-color: #F4EFE2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.8s 0.3s ease-out;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

footer {
  margin-top: auto;
}

html {
  font-size: 10px;
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.0204081633vw;
  }
}
@media (min-width: 980px) {
  html {
    font-size: 10px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 1;
}

select::-ms-expand {
  display: none;
}

input,
select,
textarea {
  font-size: max(1rem, 16px);
}

.c-button {
  color: #FFF;
  background-color: #F04893;
  padding: 1.65rem 2.4rem 1.6rem 2.4rem;
  font-weight: 900;
  font-size: 2rem;
  display: block;
  position: relative;
  width: 100%;
  max-width: 26rem;
  border-radius: 99.9rem;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: 2.5rem;
    max-width: 32rem;
  }
}

[data-contents=fourth] .c-button {
  padding-left: 3rem;
}
@media screen and (min-width: 768px) {
  [data-contents=fourth] .c-button {
    padding-left: 3.5rem;
  }
}

.c-button:hover {
  background-color: #F7E1EB;
  color: #F04893;
  opacity: 1;
}

.c-button::before {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 18/23;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .c-button::before {
    width: 1.8rem;
  }
}

.c-button:hover::before {
  background-image: url(../images/common/arrow-pink.svg);
}

.c-contactButton {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFF;
  max-width: 38.5rem;
  width: 100%;
  padding: 1.8rem 0;
  font-size: 1.5rem;
  margin-inline: auto;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-contactButton {
    padding: 2.35rem 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.c-contactButton:hover {
  color: #000;
  opacity: 1;
  transition: color 0.2s 0.05s;
}

.c-contactButton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #FFF;
  width: 120%;
  height: 100%;
}

.c-contactButton:hover::before {
  animation: skewanime 0.3s ease-out forwards;
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}
.c-contactButton::after {
  content: "";
  display: inline-block;
  height: 4.5rem;
}
@media screen and (min-width: 768px) {
  .c-contactButton::after {
    height: 3.6rem;
  }
}

.c-contactButton span {
  z-index: 1;
  display: flex;
  align-items: center;
}

.c-contactButton span::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-contactButton:hover span::before {
  transition: background-image 0.15s;
}

.c-contactButton span::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(-45deg);
  position: absolute;
  right: min(6.6vw, 4rem);
}
@media screen and (min-width: 768px) {
  .c-contactButton span::after {
    right: 4rem;
  }
}

.c-contactButton:hover span::after {
  transition: border 0.2s 0.15s;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.c-contactButton--mail span::before {
  background-image: url(../images/common/mail.svg);
  width: 1.8rem;
  height: 1.3rem;
  margin-right: 0.3rem;
}

.c-contactButton--mail:hover span::before {
  background-image: url(../images/common/mail_hover.svg);
}

.c-contactButton--hotpper span::before {
  background-image: url(../images/common/hotpepper_beauty.svg);
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.3rem;
}

.c-contactButton--hotpper:hover span::before {
  background-image: url(../images/common/hotpepper_beauty_hover.svg);
}

.c-img {
  position: relative;
  width: 100%;
}

.c-img::before {
  content: "";
  display: block;
}

.c-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-ornamentTitle {
  color: #F04893;
  font-weight: 700;
  line-height: 1.45;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-ornamentTitle {
    font-size: 4rem;
  }
}

.c-ornamentTitle::before {
  content: "";
  display: block;
  width: 4.6rem;
  aspect-ratio: 91/80.5;
  background-image: url(../images/common/title_ornament.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-inline: auto;
  margin-bottom: 1rem;
  transform: translateX(0.1rem);
}
@media screen and (min-width: 768px) {
  .c-ornamentTitle::before {
    width: 9.1rem;
  }
}

.c-subpageTitle {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-subpageTitle {
    transform: translateY(-0.3rem);
    font-size: 4.8rem;
  }
}

.c-text {
  font-weight: 700;
  line-height: 1.8333333333;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-text {
    font-size: 2.4rem;
  }
}

.c-title {
  color: #F04893;
  font-weight: 700;
  line-height: 1.45;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 4rem;
  }
}

.l-footer {
  padding-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 2.5390625vw;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1030px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-topAssistant {
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .l-topAssistant {
    padding-bottom: 12rem;
  }
}

.l-topRecruit {
  padding-top: 4.8rem;
  padding-bottom: 7.8rem;
}
@media screen and (min-width: 768px) {
  .l-topRecruit {
    padding-top: 6.1rem;
    padding-bottom: 7.8rem;
  }
}

.l-topValue {
  padding-bottom: 7.8rem;
}
@media screen and (min-width: 768px) {
  .l-topValue {
    padding-bottom: 13.7rem;
  }
}

.p-assist {
  background-color: #FFF;
  border-radius: 3rem;
  padding: 4rem 2rem 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-assist {
    padding: 5.7rem min(5.546875vw, 7.1rem) 6.2rem;
  }
}

@media screen and (min-width: 768px) {
  [data-block=requirements-3].p-assist {
    padding: 3.1rem 3.5rem 5.5rem;
  }
}

.p-assist__title {
  font-size: 2rem;
  font-weight: 700;
  color: #F04893;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-assist__title {
    font-size: 3.2rem;
  }
}

.p-assist__text {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-assist__text {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}

.p-assist__items {
  margin-top: 3.6rem;
  display: grid;
  row-gap: 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-assist__items {
    margin-top: 4.6rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.7rem 9rem;
  }
}

[data-items=none-title].p-assist__items {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  [data-items=none-title].p-assist__items {
    margin-top: -0.7rem;
  }
}

.p-assist__img {
  width: 100%;
  max-width: 20rem;
  margin-inline: auto;
  aspect-ratio: 1/1;
}

.p-assist__term {
  margin-top: 1.3rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #F04893;
}
@media screen and (min-width: 768px) {
  .p-assist__term {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}

.p-assist__desc {
  text-align: center;
  margin-top: 0.4rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-assist__desc {
    font-size: 1.6rem;
  }
}

.p-assist__conditions {
  font-size: 1.5rem;
  line-height: 1.875;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-assist__conditions {
    font-size: 1.6rem;
    margin-top: 3.4rem;
  }
}

.p-business__container {
  overflow: hidden;
}

.p-business__inner {
  padding-top: 0.5rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .p-business__inner {
    padding-bottom: 26.9rem;
  }
}

.p-business__wrapper {
  margin-top: 8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-business__wrapper {
    margin-top: 9.35rem;
  }
}

.p-business__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

[data-contents=second].p-business__wrapper {
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  [data-contents=second].p-business__wrapper {
    margin-top: 26.2rem;
  }
}

[data-contents=third].p-business__wrapper {
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  [data-contents=third].p-business__wrapper {
    margin-top: 29.9rem;
  }
}

[data-contents=fourth].p-business__wrapper {
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  [data-contents=fourth].p-business__wrapper {
    margin-top: 20.4rem;
  }
}

[data-contents=first].p-business__wrapper::before {
  width: 282.6666666667vw;
  aspect-ratio: 1537.5/1362.5;
  top: -8.8vw;
  left: -152vw;
  background-image: url(../images/business/business_bg_1.webp);
}
@media screen and (min-width: 768px) {
  [data-contents=first].p-business__wrapper::before {
    width: 153.75rem;
    top: -4.3rem;
    left: -46.6rem;
  }
}

[data-contents=second].p-business__wrapper::before {
  width: 272vw;
  aspect-ratio: 1890/1662;
  top: -40.5333333333vw;
  left: -80vw;
  background-image: url(../images/business/business_bg_2.webp);
}
@media screen and (min-width: 768px) {
  [data-contents=second].p-business__wrapper::before {
    width: 189rem;
    top: -28.2rem;
    left: -38rem;
  }
}

[data-contents=third].p-business__wrapper::before {
  width: 314.6666666667vw;
  aspect-ratio: 1623/1222;
  top: -8.2666666667vw;
  left: -190.9333333333vw;
  background-image: url(../images/business/business_bg_3.webp);
}
@media screen and (min-width: 768px) {
  [data-contents=third].p-business__wrapper::before {
    width: 162.3rem;
    top: -11.1rem;
    left: -48.6rem;
  }
}

[data-contents=fourth].p-business__wrapper::before {
  width: 245.3333333333vw;
  aspect-ratio: 1420/1243;
  top: -23.7333333333vw;
  left: -101.3333333333vw;
  background-image: url(../images/business/business_bg_4.webp);
}
@media screen and (min-width: 768px) {
  [data-contents=fourth].p-business__wrapper::before {
    width: 142rem;
    top: -24.9rem;
    left: -36rem;
  }
}

.p-business__body {
  position: relative;
  z-index: 1;
}

.p-business__number {
  font-size: 2.4rem;
  font-weight: 700;
  width: 3.8rem;
  height: 3.8rem;
  padding-bottom: 0.3rem;
  border-radius: 99.9rem;
  background-color: #F04893;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-business__number {
    font-size: 4rem;
    width: 6.2rem;
    height: 6.2rem;
    padding-bottom: 0.7rem;
  }
}

.p-business__assist {
  font-size: 2rem;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #F04893;
  margin-inline: auto;
  text-align: center;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-business__assist {
    margin-top: 0.4rem;
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  [data-contents=third] .p-business__assist,
  [data-contents=fourth] .p-business__assist {
    font-size: 4rem;
    line-height: 1.25;
  }
}

.p-business__assist span {
  font-size: 1.7rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-business__assist span {
    font-size: 2.4rem;
    margin-top: -0.2rem;
  }
}

.p-business__text {
  width: 100%;
  margin-top: 1.4rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-business__text {
    max-width: 91rem;
    margin-top: 2.5rem;
    font-size: 1.6rem;
    text-align: center;
    margin-inline: auto;
  }
}

.p-business__block {
  margin-top: 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-business__block {
    margin-top: 6.1rem;
  }
}

@media screen and (min-width: 768px) {
  [data-contents=second] .p-business__block {
    margin-top: 8.4rem;
  }
}

.p-business__block:nth-of-type(n+2) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-business__block:nth-of-type(n+2) {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 768px) {
  [data-block=services].p-business__block {
    margin-top: 9.4rem;
  }
}

@media screen and (min-width: 768px) {
  [data-block=requirements-3].p-business__block {
    margin-top: 6.1rem;
  }
}

.p-business__other {
  margin-top: 2.1rem;
}

.p-contact__inner {
  padding-top: 4.4rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding-bottom: 8rem;
  }
}

.p-contact__bottom {
  margin-top: 4.8rem;
  display: grid;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__bottom {
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    margin-top: 6.3rem;
    gap: 0 3.9rem;
    transform: translateX(min(2.34375vw, 3rem));
  }
}

.p-contact__line {
  width: 100%;
  max-width: 15rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__line {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-contact__interested {
  color: #F04893;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-contact__interested {
    font-size: 2.4rem;
  }
}

.p-contact__interested span {
  flex-shrink: 0;
}

.p-contact__text {
  margin-top: 0.9rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1.6rem;
  }
}

.p-contact__items {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-contact__items {
    margin-top: 2.4rem;
  }
}

.p-contact__items li {
  display: flex;
}

.p-contact__items li span {
  flex-shrink: 0;
}

.p-form__message {
  display: none;
  margin-bottom: 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #F7E1EB;
  color: #F04893;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__message {
    font-size: 1.6rem;
  }
}
.p-form__message.is-show {
  display: block;
}

.p-footer {
  background-color: #FFF;
  height: min(66.6666666667vw, 30rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer {
    height: max(35rem, 27.34375vw);
  }
}

.p-footer__container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
}

.p-footer__container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(133.3333333333vw, 100rem);
  aspect-ratio: 1280/290;
  background-image: url(../images/common/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-footer__container::after {
    width: 100%;
  }
}

.p-footer__wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: 0;
  width: 100%;
}

.p-footer__logo {
  display: block;
  width: 100%;
  max-width: 20rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 30rem;
  }
}

.p-footer__info {
  margin-top: 2.2rem;
  display: grid;
  row-gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    margin-top: 1.85rem;
    display: flex;
    gap: 0 2.4rem;
    justify-content: center;
    align-items: center;
    margin-left: -0.9rem;
  }
}

.p-footer__contact {
  color: #F04893;
  font-weight: 700;
  line-height: 1.4666666667;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__contact {
    font-size: 3rem;
    text-align: left;
  }
}

.p-footer__address {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    font-size: 1.6rem;
    margin-top: 0.6rem;
    text-align: left;
  }
}

.p-footer__copyright {
  margin-top: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 1.9rem;
  }
}

.p-footer__copyright small {
  font-size: 1rem;
}

.p-form {
  background-color: #FFF;
  padding: 4rem 2rem;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form {
    padding: 5rem 5.85rem;
  }
}

.p-form__wrap {
  display: grid;
  row-gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__wrap {
    display: flex;
    align-items: center;
    gap: 0;
  }
}

.p-form__wrap:nth-child(n+2) {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  [data-input=textarea].p-form__wrap {
    align-items: flex-start;
  }
}

.p-form__label {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__label {
    width: 100%;
    -moz-column-gap: 1.7rem;
         column-gap: 1.7rem;
    max-width: 27.6rem;
    font-size: 1.6rem;
    flex-shrink: 0;
  }
}

.p-form__label span {
  color: #F04893;
}

.p-form__text,
.p-form__textarea {
  width: 100%;
  padding: 0.8rem 0.8rem;
  border-radius: 0.3rem;
  background-color: #F5F5F5;
}

.p-form__text {
  max-width: 30rem;
}

[data-input=email] .p-form__text {
  max-width: 40rem;
}

.p-form__textarea {
  height: 22rem;
}
@media screen and (min-width: 768px) {
  .p-form__textarea {
    height: 24rem;
  }
}

.p-form__check {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-form__check {
    margin-top: 3.2rem;
    margin-left: 27.6rem;
  }
}

.p-form__checkText {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__checkText {
    font-size: 1.6rem;
  }
}

.p-form__checkWrap {
  display: flex;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-top: 1.4rem;
  margin-left: -0.3rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-form__checkWrap {
    margin-top: 0.9rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    justify-content: flex-start;
  }
}

.p-form__checkbox {
  position: relative;
  display: block !important;
  padding-left: 1.7rem;
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-0.15rem);
}
@media screen and (min-width: 768px) {
  .p-form__checkbox {
    font-size: 1.6rem;
    width: auto;
    padding-left: 2.6rem;
    transform: none;
  }
}

.p-form__checkbox::before {
  border: 2px solid #E3E3E3;
  border-radius: 0.3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  transition: border 0.3s ease-out;
}

.p-form__checkbox::after {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0.65rem;
  left: 0.5rem;
  width: 1.2rem;
  height: 0.6rem;
  transform: rotate(-45deg);
  transition: opacity 0.3s ease-out;
}

.p-form__checkbox:checked::before {
  border-color: #000;
}

.p-form__checkbox:checked::after {
  opacity: 1;
}

.p-form__submit {
  margin-inline: auto;
  margin-top: 3.2rem;
  color: #FFF;
  background-color: #F04893;
  padding: 1.65rem 2.4rem 1.6rem 2.4rem;
  font-weight: 900;
  font-size: 2rem;
  display: block;
  position: relative;
  width: 100%;
  max-width: 26rem;
  border-radius: 99.9rem;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    margin-top: 3.3rem;
    font-size: 2.5rem;
    max-width: 32rem;
  }
}

.p-form__submit:hover {
  background-color: #F7E1EB;
  color: #F04893;
  opacity: 1;
}

.p-form__submit::before {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 18/23;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-form__submit::before {
    width: 1.8rem;
  }
}

.p-form__submit:hover::before {
  background-image: url(../images/common/arrow-pink.svg);
}

.p-fv {
  height: 100vh;
  height: 100dvh;
  padding-top: 8.2rem;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-top: 11.4rem;
    height: auto;
  }
}

.p-fv__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-fv__bg {
    width: 115.546875vw;
    aspect-ratio: 1479/684;
    background-image: url(../images/front/fv_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateX(-10.15625vw);
  }
}

@media screen and (max-width: 767px) {
  .p-fv__bg::before,
  .p-fv__bg::after,
  .p-fv__bgSp::before,
  .p-fv__bgSp::after {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__bg::before {
    width: 32rem;
    top: 3.4rem;
    left: -5.3rem;
    aspect-ratio: 707/481;
    background-image: url(../images/front/fv_fairy.webp);
  }
}

@media screen and (max-width: 767px) {
  .p-fv__bg::after {
    width: 29rem;
    bottom: 8.7rem;
    right: 0.2rem;
    aspect-ratio: 661/464;
    background-image: url(../images/front/fv_fairy-piano.webp);
  }
}

@media screen and (min-width: 768px) {
  .p-fv__bgSp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__bgSp::before {
    width: 16rem;
    bottom: 2.5rem;
    left: 1rem;
    aspect-ratio: 367/151.5;
    background-image: url(../images/front/fv_ornament_1.webp);
  }
}

@media screen and (max-width: 767px) {
  .p-fv__bgSp::after {
    width: 13rem;
    top: 1rem;
    right: 1rem;
    aspect-ratio: 287/185.5;
    background-image: url(../images/front/fv_ornament_2.webp);
  }
}

.p-fv__titleWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49.2%, -66%);
  background-image: url(../images/front/title_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 573.5/323.5;
  width: 34rem;
}
@media screen and (min-width: 768px) {
  .p-fv__titleWrap {
    width: 57.35rem;
  }
}

.p-fv__title {
  position: absolute;
  top: 3.8rem;
  left: 3.1rem;
  text-align: center;
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    top: 5.6rem;
    left: 4.8rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5555555556;
  }
}

.p-hamburger {
  width: 3rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 150;
  top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-hamburger {
    display: none;
  }
}

.p-hamburger__button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.p-hamburger.open.open .p-hamburger__button::after {
  opacity: 0;
}

.p-hamburger__button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s ease-out, top 0.3s ease-out, bottom 0.3s ease-out;
}

.p-hamburger__button span:first-child {
  top: 0;
}

.p-hamburger__button span:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}

.p-hamburger__button span:last-child {
  top: 100%;
}

.p-hamburger.open .p-hamburger__button span {
  top: 50%;
  transform: translateY(-50%);
}

.p-hamburger.open .p-hamburger__button span:first-child {
  transform: rotate(45deg);
}

.p-hamburger.open .p-hamburger__button span:nth-child(2) {
  display: none;
}

.p-hamburger.open .p-hamburger__button span:last-child {
  transform: rotate(-45deg);
}

.p-header {
  width: 100%;
  height: 8rem;
  background-color: rgba(255, 255, 255, 0.72);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 0 2rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 11rem;
    padding: 0 4rem 0 5rem;
  }
}

.p-header__inner {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
}

.p-header__logo {
  width: 14rem;
  aspect-ratio: 300/45.5;
  z-index: 150;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 30rem;
  }
}

.p-heading {
  padding-top: 8rem;
  height: 33rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-heading {
    padding-top: 11rem;
    height: 36rem;
  }
}

.p-heading::before,
.p-heading::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

[data-page=overview] .p-heading::before {
  top: 9rem;
  left: 0;
  width: 19rem;
  aspect-ratio: 449/250;
  background-image: url(/images/overview/fv_ornament_1.webp);
}
@media screen and (min-width: 768px) {
  [data-page=overview] .p-heading::before {
    top: auto;
    bottom: 0;
    width: 44.9rem;
  }
}

[data-page=overview] .p-heading::after {
  bottom: 0;
  right: -0.1rem;
  width: 19rem;
  aspect-ratio: 449/250;
  background-image: url(/images/overview/fv_ornament_2.webp);
}
@media screen and (min-width: 768px) {
  [data-page=overview] .p-heading::after {
    width: 44.9rem;
  }
}

[data-page=business] .p-heading::before {
  top: 9rem;
  left: 0;
  width: 19rem;
  aspect-ratio: 449/250;
  background-image: url(/images/business/fv_ornament_1.webp);
}
@media screen and (min-width: 768px) {
  [data-page=business] .p-heading::before {
    top: auto;
    bottom: 0;
    width: 44.9rem;
  }
}

[data-page=business] .p-heading::after {
  bottom: 0;
  right: 0.1rem;
  width: 19rem;
  aspect-ratio: 449/250;
  background-image: url(/images/business/fv_ornament_2.webp);
}
@media screen and (min-width: 768px) {
  [data-page=business] .p-heading::after {
    width: 44.9rem;
  }
}

[data-page=contact] .p-heading::before {
  top: 9rem;
  left: 0;
  width: 19rem;
  aspect-ratio: 449/250;
  background-image: url(/images/contact/fv_ornament_1.webp);
}
@media screen and (min-width: 768px) {
  [data-page=contact] .p-heading::before {
    top: auto;
    bottom: 0;
    width: 44.9rem;
  }
}

[data-page=contact] .p-heading::after {
  bottom: 0;
  right: 0.2rem;
  width: 19rem;
  aspect-ratio: 449/250;
  background-image: url(/images/contact/fv_ornament_2.webp);
}
@media screen and (min-width: 768px) {
  [data-page=contact] .p-heading::after {
    width: 44.9rem;
  }
}

.p-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 10;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s ease-out, opacity 0.4s ease-out;
  background: #FFF;
  padding-top: 11.8rem;
  padding: 6.9rem 2rem 7.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-nav {
    display: block;
    height: auto;
    width: auto;
    position: static;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding: 0;
    margin-left: auto;
    background: transparent;
    z-index: auto;
  }
}

.p-nav.open {
  opacity: 1;
  visibility: visible;
}

.p-nav__container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 20vh;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-nav__container {
    padding: 0;
    display: flex;
    align-items: center;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-nav__wrap {
  display: grid;
  row-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-nav__wrap {
    display: flex;
    gap: 0 2rem;
  }
}

.p-nav__link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  font-weight: 500;
  margin-inline: auto;
  transition: color 0.3s ease-out;
}

.p-nav__link:hover {
  color: #F04893;
  opacity: 1;
}

.p-nav__contact {
  display: block;
  background-color: #F04893;
  border-radius: 1rem;
  color: #FFF;
  text-align: center;
  width: 18rem;
  padding: 2.5rem 2.5rem;
  margin-top: 4rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-nav__contact {
    margin-top: 0;
    margin-left: 4rem;
    width: 13rem;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__contact:hover {
    background-color: #F7E1EB;
    color: #F04893;
    opacity: 1;
  }
}

.p-other__block {
  padding-top: 3.8rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(to right, #707070 3px, transparent 1px);
  background-size: 7px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .p-other__block {
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 768px) {
  [data-block=not-covered].p-other__block,
  [data-block=support-cannot].p-other__block {
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  [data-block=not-covered-2].p-other__block {
    padding-top: 3.5rem;
    padding-bottom: 3.7rem;
  }
}

[data-block=price].p-other__block {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  [data-block=price].p-other__block {
    padding-top: 7.8rem;
  }
}

[data-block=requirements].p-other__block {
  background-image: none;
}
@media screen and (min-width: 768px) {
  [data-block=requirements].p-other__block {
    padding-top: 5.4rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  [data-block=requirements-2].p-other__block {
    padding-top: 6.4rem;
    padding-bottom: 10.5rem;
  }
}

@media screen and (min-width: 768px) {
  [data-block=differences].p-other__block {
    padding-top: 8.7rem;
    padding-bottom: 12rem;
  }
}

@media screen and (min-width: 768px) {
  [data-block=notes].p-other__block {
    padding-top: 3.2rem;
    padding-bottom: 4.6rem;
  }
}

@media screen and (min-width: 768px) {
  [data-block=empty].p-other__block {
    padding-bottom: 9.2rem;
  }
}

[data-contents=fourth] .p-other__block {
  background-image: none;
}
@media screen and (min-width: 768px) {
  [data-contents=fourth] .p-other__block {
    padding-top: 6rem;
  }
}

.p-other__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-other__title {
    font-size: 3.2rem;
  }
}

.p-other__wrap {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-other__wrap {
    margin-top: 4.4rem;
    margin-left: 2.2rem;
  }
}

.p-other__item {
  display: grid;
  row-gap: 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-other__item {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: min(10.9375vw, 14rem);
         column-gap: min(10.9375vw, 14rem);
  }
}

@media screen and (min-width: 768px) {
  [data-block=requirements] .p-other__item {
    -moz-column-gap: min(11.171875vw, 14.3rem);
         column-gap: min(11.171875vw, 14.3rem);
  }
}

@media screen and (min-width: 768px) {
  [data-block=requirements-2] .p-other__item {
    display: block;
  }
}

.p-other__item:nth-of-type(n+2) {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-other__item:nth-of-type(n+2) {
    margin-top: 3rem;
  }
}

.p-other__term {
  padding: 1.2rem 2rem;
  background-color: #F7E775;
  border-radius: 99.9rem;
  font-size: 1.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-other__term {
    justify-content: flex-start;
    font-size: 2rem;
    padding: 1.5rem 3.9rem;
    -moz-column-gap: 6.1rem;
         column-gap: 6.1rem;
    max-width: min(42.96875vw, 44.8rem);
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  [data-block=requirements] .p-other__term {
    padding: 1.5rem 2rem 1.5rem 3.2rem;
    max-width: min(44.2vw, 45.4rem);
  }
}

@media screen and (min-width: 768px) {
  [data-block=requirements-2] .p-other__term,
  [data-contents=fourth] .p-other__term {
    max-width: 93.4rem;
    padding: 1.2rem 3.2rem;
    font-size: 2.4rem;
  }
}

[data-block=requirements-2] .p-other__term::after,
[data-contents=fourth] .p-other__term::after {
  content: none;
}

.p-other__term span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-other__term span {
    font-size: 1.6rem;
  }
}

.p-other__term::after {
  content: "";
  display: block;
  bottom: -2.8rem;
  left: 50%;
  width: 2.4rem;
  height: 1.1rem;
  transform: translateX(-50%) rotate(90deg);
  background-image: url(../images/business/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-other__term::after {
    background-position: center;
    bottom: auto;
    left: auto;
    transform: none;
    top: 2.4rem;
    right: max(-9.53125vw, -12.2rem);
    width: min(7.8125vw, 10rem);
    aspect-ratio: 100/12;
  }
}

.p-other__desc {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-other__desc {
    text-align: left;
    font-size: 2rem;
    margin-top: 1.1rem;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  [data-item=support] .p-other__desc {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  [data-item=level-2-higher] .p-other__desc {
    margin-top: 0;
  }
}

.p-other__desc span {
  margin-top: 0.3rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-other__desc span {
    margin-top: 0.9rem;
    font-size: 1.6rem;
  }
}

.p-other__items {
  margin-top: 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-other__items {
    margin-top: 3.4rem;
    margin-left: 1.4rem;
  }
}

.p-other__items li {
  display: grid;
  row-gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-other__items li {
    display: flex;
    align-items: center;
    gap: 0 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-other__items li:nth-of-type(n+2) {
    margin-top: 1.6rem;
  }
}

[data-block=notes] .p-other__items li:nth-of-type(n+2) {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  [data-block=notes] .p-other__items li:nth-of-type(n+2) {
    margin-top: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  [data-block=support-cannot] .p-other__items li:nth-of-type(n+2) {
    margin-top: 0;
  }
}

.p-other__items li p {
  color: #F04893;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8333333333;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-other__items li p {
    font-size: 2.4rem;
    max-width: 39.4rem;
    flex-shrink: 0;
  }
}

.p-other__items li span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-other__items li span {
    font-size: 1.6rem;
    margin-top: -0.5rem;
  }
}

[data-block=support-cannot] .p-other__items li p {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  [data-block=support-cannot] .p-other__items li p {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  [data-block=notes] .p-other__items li p {
    max-width: 31.3rem;
  }
}

@media screen and (min-width: 768px) {
  [data-block=notes] .p-other__items li:first-of-type p {
    transform: translateY(-0.7rem);
  }
}

[data-block=support-cannot] .p-other__items li span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  [data-block=support-cannot] .p-other__items li span {
    font-size: 2.4rem;
    margin: 0;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  [data-block=notes] .p-other__items li span {
    margin: 0;
    margin-right: 1.5rem;
  }
}

.p-other__list {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-other__list {
    margin-left: 1.4rem;
    margin-top: 3.6rem;
    font-size: 1.6rem;
  }
}

.p-other__list li {
  display: flex;
}

.p-other__list li::before {
  content: "・";
  flex-shrink: 0;
}

.p-other__bottom {
  margin-top: 0.4rem;
  border-radius: 3rem;
  background-color: #FFF;
  padding: 3.9rem 2rem 3.8rem;
}

.p-other__contact {
  margin-top: 1.8rem;
  color: #F04893;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-other__contact {
    margin-top: 2.4rem;
    font-size: 2.4rem;
  }
}

.p-other__link {
  margin-top: 1.9rem;
}

.p-other__link a {
  margin-inline: auto;
  padding-left: 3rem;
}
@media screen and (min-width: 768px) {
  .p-other__link a {
    padding-left: 3.5rem;
  }
}

.p-other__note {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-other__note {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}

.p-other__tableWrap {
  overflow-x: scroll;
  margin-top: 2.4rem;
  padding-bottom: 2rem;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .p-other__tableWrap {
    overflow: visible;
    margin-top: 3.2rem;
    padding-bottom: 0;
  }
}

.p-other__scroll {
  font-size: 1.2rem;
  text-align: right;
  color: #666;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-other__scroll {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  [data-block=price] .p-other__tableWrap {
    margin-top: 2.3rem;
  }
}

.p-other__table {
  width: 98rem;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .p-other__table {
    width: 100%;
    max-width: 98rem;
  }
}

.p-other__table tr {
  border-bottom: 1px solid #707070;
  display: grid;
  grid-template-columns: 19.9% 37.75% 42.35%;
}

[data-block=price] .p-other__table tr {
  grid-template-columns: 39.8% 18.45% 22.15% 19.6%;
}

.p-other__table th,
.p-other__table td {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.9rem min(1.40625vw, 1.8rem);
}

[data-block=price] .p-other__table th,
[data-block=price] .p-other__table td {
  padding: 1.3rem min(1.28vw, 1.6rem);
}

.p-other__table td {
  display: flex;
  align-items: center;
}

[data-block=price] .p-other__table th:first-of-type {
  text-align: left;
}

[data-block=price] .p-other__table td {
  justify-content: center;
}

.p-other__table .p-other__heading {
  color: #F04893;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.65rem;
}
@media screen and (min-width: 768px) {
  .p-other__table .p-other__heading {
    font-size: 2.4rem;
  }
}

.p-other__notePrice {
  text-align: right;
  margin-top: 1.2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-other__notePrice {
    font-size: 1.6rem;
  }
}

.p-other__consultation {
  margin-top: 2.6rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-other__consultation {
    margin-top: 3.8rem;
    font-size: 1.6rem;
    text-align: center;
  }
}

.p-overview__inner {
  padding-top: 3.9rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .p-overview__inner {
    padding-bottom: 17.1rem;
  }
}

.p-overview__list {
  padding: 1.1rem 2rem;
  display: grid;
  row-gap: 1rem;
  background-color: #FFF;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-overview__list {
    padding: 1.3rem 5rem;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  [data-list=business].p-overview__list,
  [data-list=history].p-overview__list {
    padding: 1.65rem 5rem;
  }
}

.p-overview__list:nth-of-type(n+2) {
  margin-top: 0.1rem;
}

.p-overview__term {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-overview__term {
    max-width: 27.2rem;
  }
}

.p-overview__items li {
  display: flex;
}

.p-overview__items li span {
  flex-shrink: 0;
}

.p-overview__block {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-overview__block {
    -moz-column-gap: 4.1rem;
         column-gap: 4.1rem;
  }
}

.p-overview__year {
  flex-shrink: 0;
}

.p-overview__wrap div {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-overview__wrap div {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}

.p-overview__month {
  flex-shrink: 0;
}

.p-overview__map {
  display: block;
  margin-top: 4.8rem;
  position: relative;
  width: 100%;
  height: 34rem;
}
@media screen and (min-width: 768px) {
  .p-overview__map {
    margin-top: 6.1rem;
    height: 52rem;
  }
}

.p-overview__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-topAssistant__titleWrap {
  position: relative;
}

.p-topAssistant__titleWrap::before,
.p-topAssistant__titleWrap::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-topAssistant__titleWrap::before {
  top: -2.4rem;
  left: -2.1rem;
  width: 9.3rem;
  aspect-ratio: 147/195;
  background-image: url(../images/front/ornament_3.webp);
}
@media screen and (min-width: 768px) {
  .p-topAssistant__titleWrap::before {
    top: -3.5rem;
    left: 1.7rem;
    width: 19.15rem;
  }
}

.p-topAssistant__titleWrap::after {
  top: -0.1rem;
  right: 0.4rem;
  width: 5.7rem;
  aspect-ratio: 86/116;
  background-image: url(../images/front/ornament_4.webp);
}
@media screen and (min-width: 768px) {
  .p-topAssistant__titleWrap::after {
    top: 2.2rem;
    right: 4.4rem;
    width: 10.45rem;
  }
}

.p-topAssistant__container {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__container {
    margin-top: 7.1rem;
  }
}

.p-topAssistant__block {
  background-color: #FFF;
  border-radius: 2rem;
  padding: 2.6rem 2rem 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__block {
    padding: 3.4rem 4.8rem 4.1rem;
  }
}

[data-block="4"].p-topAssistant__block {
  padding-bottom: 2.1rem;
}

.p-topAssistant__block:nth-of-type(n+2) {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__block:nth-of-type(n+2) {
    margin-top: 8rem;
  }
}

.p-topAssistant__subject {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4375;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__subject {
    font-size: 3.2rem;
  }
}

.p-topAssistant__contents {
  margin-top: 2rem;
  display: grid;
  row-gap: 3.4rem;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__contents {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4.4rem;
         column-gap: 4.4rem;
  }
}

.p-topAssistant__term {
  padding: 1.2rem 2.4rem 1.3rem 2.4rem;
  background-color: #F04893;
  border-radius: 1rem;
  color: #FFF;
  font-weight: 700;
  line-height: 1.44;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__term {
    padding: 1.3rem 2.8rem 1.6rem 2.8rem;
    font-size: 2.5rem;
  }
}

.p-topAssistant__items {
  margin-top: 1.6rem;
  margin-left: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__items {
    margin-top: 2.6rem;
    margin-left: 2.9rem;
  }
}

.p-topAssistant__items li {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__items li {
    font-size: 2rem;
  }
}

.p-topAssistant__items li::before {
  content: "・";
}

.p-topAssistant__wrapper {
  display: grid;
  row-gap: 1.8rem;
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__wrapper {
    margin-left: min(1.71875vw, 2.2rem);
    display: flex;
    align-items: center;
    -moz-column-gap: min(6.40625vw, 8.2rem);
         column-gap: min(6.40625vw, 8.2rem);
  }
}

.p-topAssistant__img {
  width: 90%;
  margin-inline: auto;
  max-width: 36rem;
  aspect-ratio: 360/249.5;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__img {
    width: 100%;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-topAssistant__text {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__text {
    width: 100%;
    max-width: 40.4rem;
  }
}

.p-topAssistant__link {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-topAssistant__link {
    margin-top: 10rem;
  }
}

.p-topAssistant__link a {
  margin-inline: auto;
}

.p-topRecruit__container {
  display: grid;
  row-gap: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-topRecruit__container {
    display: flex;
  }
}

.p-topRecruit__text {
  margin-top: 1.6rem;
  margin-right: -0.2rem;
}
@media screen and (min-width: 768px) {
  .p-topRecruit__text {
    margin-top: 2.5rem;
    margin-right: 0;
  }
}

.p-topRecruit__img {
  aspect-ratio: 370/264;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topRecruit__img {
    max-width: 37rem;
    flex-shrink: 0;
    margin-left: auto;
  }
}

.p-topValue__titleWrap {
  position: relative;
}

.p-topValue__titleWrap::before,
.p-topValue__titleWrap::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-topValue__titleWrap::before {
  top: -0.3rem;
  left: -1.5rem;
  width: 8.6rem;
  aspect-ratio: 182/109;
  background-image: url(../images/front/ornament_1.webp);
}
@media screen and (min-width: 768px) {
  .p-topValue__titleWrap::before {
    top: 0;
    left: 0;
    width: 18.2rem;
  }
}

.p-topValue__titleWrap::after {
  top: 0.5rem;
  right: -0.5rem;
  width: 4.9rem;
  aspect-ratio: 47/55;
  background-image: url(../images/front/ornament_2.webp);
}
@media screen and (min-width: 768px) {
  .p-topValue__titleWrap::after {
    top: 5.3rem;
    right: -1.7rem;
    width: 9.5rem;
  }
}

.p-topValue__items {
  display: grid;
  row-gap: 2rem;
  counter-reset: number 0;
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-topValue__items {
    margin-top: 4.4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 4.4rem;
  }
}

.p-topValue__item {
  border-radius: 2rem;
  background-color: #FFF;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topValue__item {
    padding: 2rem 2.6rem;
  }
}

.p-topValue__item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  font-weight: 700;
  font-size: 1.8rem;
  color: #F04893;
  top: 1.6rem;
  left: 2.2rem;
}
@media screen and (min-width: 768px) {
  .p-topValue__item::before {
    top: 1.8rem;
    left: 2.4rem;
    font-size: 2rem;
  }
}

.p-topValue__itemImg {
  width: 100%;
  margin-inline: auto;
}

[data-item="1"] .p-topValue__itemImg {
  margin-top: 1rem;
  max-width: 36.8rem;
  aspect-ratio: 368/273;
}
@media screen and (min-width: 768px) {
  [data-item="1"] .p-topValue__itemImg {
    margin-top: 1.7rem;
  }
}

[data-item="2"] .p-topValue__itemImg {
  margin-top: 1rem;
  max-width: 35.1rem;
  aspect-ratio: 351/273;
  transform: translateX(-0.3rem);
}
@media screen and (min-width: 768px) {
  [data-item="2"] .p-topValue__itemImg {
    margin-top: 1.7rem;
  }
}

[data-item="3"] .p-topValue__itemImg {
  margin-top: 0.6rem;
  max-width: 35.35rem;
  aspect-ratio: 353.5/267;
}

[data-item="4"] .p-topValue__itemImg {
  margin-top: 0.6rem;
  max-width: 38.3rem;
  aspect-ratio: 383/276;
}

.p-topValue__itemText {
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-topValue__itemText {
    font-size: 1.6rem;
  }
}

[data-item="1"] .p-topValue__itemText {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  [data-item="1"] .p-topValue__itemText {
    margin-top: 2.1rem;
  }
}

[data-item="2"] .p-topValue__itemText {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  [data-item="2"] .p-topValue__itemText {
    margin-top: 2.1rem;
  }
}

[data-item="3"] .p-topValue__itemText {
  margin-top: 1.3rem;
}

[data-item="4"] .p-topValue__itemText {
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  [data-item="4"] .p-topValue__itemText {
    margin-top: 3rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: opacity 1s, transform 1s;
}

.u-fadeIn.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-nowrap {
  white-space: nowrap;
}
/*# sourceMappingURL=styles.css.map */
