@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 3.2vw;
  }
}

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

@media screen and (min-width: 767.9px) {
  .md2-desktop {
    display: none;
  }
}

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

.md2-mobile {
  display: none;
}
@media screen and (min-width: 767.9px) {
  .md2-mobile {
    display: block;
  }
}

html {
  margin: 0 !important;
  margin: initial !important;
}

main {
  position: relative;
}

a:hover {
  opacity: 0.5;
}

.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}
.bg2 {
  background-image: url(../images/common/bg_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg2 {
    background-image: none;
    background-image: initial;
  }
}

body.is-active {
  /* overflow: hidden; */
  height: 100%;
}

/* リキッドレイアウト対応 */
html {
  font-size: 1.1111111111vw;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  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 root defaults */
html {
  scroll-behavior: smooth;
}

/* 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]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

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

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.question {
  position: relative;
  padding-top: 100px;
  padding-top: 6.25rem;
  background-color: #ffe2f1;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 768px) {
  .question {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}

.question__inner {
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 768px) {
  .question__inner {
    padding: 0 0.9375rem;
    max-width: 39.375rem;
    margin-inline: auto;
  }
}

.question__title {
  position: relative;
}

.question-subtitle {
  color: #ff3ca4;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  padding-top: 74px;
  padding-top: 4.625rem;
}
@media screen and (max-width: 768px) {
  .question-subtitle {
    font-size: 1rem;
    padding-top: 3.125rem;
  }
}

.accordion {
  width: 100%;
}

.accordion__question,
.accordion-question__wrap {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}

.accordion-question__wrap::before {
  position: absolute;
  content: "";
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* top: 25%; */
  top: 50%;
  right: 2%;
  width: 48px;
  width: 3rem;
  /* height: 50px; */
  height: 0.18rem;
  border-radius: 0.5rem;
  transform: rotate(90deg);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .accordion-question__wrap::before {
    right: 0.9375rem;
    width: 1.5625rem;
    /* height: 1.5625rem; */
  }
}

.accordion-question__wrap::after {
  position: absolute;
  content: "";
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* top: 25%; */
  top: 50%;
  right: 2%;
  width: 48px;
  width: 3rem;
  /* height: 50px; */
  height: 0.18rem;
  border-radius: 0.5rem;
  transform: 0.2s;
}
@media screen and (max-width: 768px) {
  .accordion-question__wrap::after {
    right: 0.9375rem;
    width: 1.5625rem;
    /* height: 1.5625rem; */
  }
}

.accordion-question__wrap.is-open::before {
  position: absolute;
  content: "";
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: 2%;
  width: 48px;
  width: 3rem;
  height: 0.18rem;
  border-radius: 0.5rem;
  /* display: none; */
  transform: rotate(180deg);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .accordion-question__wrap.is-open::before {
    right: 0.9375rem;
    width: 1.5625rem;
    /* height: 1.5625rem; */
  }
}

.accordion-question__wrap.is-open::after {
  position: absolute;
  content: "";
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: 2%;
  /* width: 48px;
  width: 3rem; */
  height: 0.18rem;
  border-radius: 0.5rem;
  transition: 0.2s;
  /* display: none; */
}
@media screen and (max-width: 768px) {
  .accordion-question__wrap.is-open::after {
    right: 0.9375rem;
    width: 1.5625rem;
    /* height: 1.5625rem; */
  }
}

.accordion-question__wrap.accordion-question__wrap--short::after {
  top: 35%;
}

.accordion__content {
  display: none;
}

.question-accordion {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.question-accordion__item {
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 1110px;
  max-width: 69.375rem;
  margin-inline: auto;
  border-radius: 1.25rem;
  /*font-family: "Inter", sans-serif;*/
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .question-accordion__item {
    width: auto;
    width: initial;
  }
}

.accordion__question,
.accordion-question__wrap {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.question-icon {
  color: #ff6dbb;
  font-weight: 500;
  font-family: "jost";
  font-size: 40px;
  font-size: 2.5rem;
  margin-right: -5px;
  margin-right: -0.3125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .question-icon {
    font-size: 1.25rem;
  }
}

.question-icon::after {
  position: absolute;
  content: "";
  width: 55px;
  width: 3.4375rem;
  height: 55px;
  height: 3.4375rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffe2f1;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .question-icon::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.question-title {
  position: relative;
  /*font-family: "inter";*/
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .question-title {
    font-size: 1rem;
  }
}

.accordion-answer {
  font-size: 16px;
  font-size: 1rem;
}

.accordion-question__wrap,
.accordion-answer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-question__wrap {
  padding-left: 28px;
  padding-left: 1.75rem;
}

.accordion-answer__wrap {
  padding-left: 50px;
  padding-left: 2.025rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .accordion-answer__wrap {
    padding-left: 2rem;
    padding-top: 1.25rem;
  }
}

.answer-icon {
  color: #ffffff;
  font-weight: 500;
  font-family: "jost";
  font-size: 36px;
  font-size: 2.25rem;
  margin-right: -5px;
  margin-right: -0.3125rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .answer-icon {
    font-size: 1rem;
  }
}

.answer-icon::after {
  position: absolute;
  content: "";
  width: 55px;
  width: 3.4375rem;
  height: 55px;
  height: 3.4375rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ff3ca4;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .answer-icon::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.question-icon img,
.answer-icon img {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  aspect-ratio: 56/56;
}
@media screen and (max-width: 768px) {
  .question-icon img,
  .answer-icon img {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.accordion-question__wrap dd,
.accordion-answer__wrap dd {
  padding: 25px 30px 25px 18px;
  padding: 1.5625rem 1.875rem 1.5625rem 1.825rem;
}
@media screen and (max-width: 768px) {
  .accordion-question__wrap dd,
  .accordion-answer__wrap dd {
    padding: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .accordion-answer__wrap dd {
    padding-left: 1.375rem;
    font-size: 1rem;
  }
}

.accordion-answer__wrap dd img {
  max-width: 183px;
  max-width: 11.4375rem;
  aspect-ratio: 183/93;
}
@media screen and (max-width: 768px) {
  .accordion-answer__wrap dd img {
    padding-left: 2.0625rem;
  }
}

.answer-title {
  font-size: 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .answer-title {
    padding-left: 1rem;
  }
}

.answer__link {
  padding-top: 10px;
  padding-top: 0.625rem;
  display: inline-block;
  position: relative;
  color: #00a286;
}

.question-link__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
}

.accordion-answer__wrap dd a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 50px; /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  background-image: url(/images/accros_icon.png);
}

.answer__link.answer__link--short::after {
  left: 55px;
  left: 3.4375rem;
}

.contact-button {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9ec64),
    to(#f7a13f)
  );
  background: linear-gradient(90deg, #f9ec64, #f7a13f);
  width: 220px;
  width: 13.75rem;
  text-align: center;
  font-weight: bold;
  border-radius: 1.5625rem;
  padding: 10px;
  padding: 0.625rem;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "M PLUS Rounded 1c";
}

.contact-button.contact-button--wide {
  width: 621px;
  width: 52.8125rem;
  font-size: 40px;
  font-size: 3.5rem;
  padding: 20px;
  padding: 1.25rem;
  text-shadow:
    3px 3px 0 #fff,
    -3px -3px 0 #fff,
    -3px 3px 0 #fff,
    3px -3px 0 #fff,
    3px 0 0 #fff,
    -3px 0 0 #fff,
    0 3px 0 #fff,
    0 -3px 0 #fff;
  border-radius: 4.125rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .contact-button.contact-button--wide {
    width: 22.3125rem;
    font-size: 1.7rem;
    text-shadow:
      2px 2px 0 #fff,
      -2px -2px 0 #fff,
      -2px 2px 0 #fff,
      2px -2px 0 #fff,
      2px 0 0 #fff,
      -2px 0 0 #fff,
      0 2px 0 #fff,
      0 -2px 0 #fff;
  }
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (max-width: 768px) {
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cards-list {
  width: 355px;
  width: 22.1875rem;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .cards-list {
    width: auto;
    width: initial;
  }
}

.cards-list-img {
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: auto;
  padding-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cards-list-img {
    padding-top: 1.375rem;
    padding-bottom: 1.37rem;
    padding-left: 1.375rem;
  }
}
.change {
  background-image: url(..//images/common/change_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 6.5rem;
  padding-bottom: 8.5rem;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .change__inner {
    padding: 0 0.9375rem;
    max-width: 39.375rem;
    margin-inline: auto;
  }
}

.change__title {
  font-size: 54px;
  font-size: 3.375rem;
  color: #333;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  position: relative;
}
@media screen and (max-width: 768px) {
  .change__title {
    font-size: 1.75rem;
  }
}

.change__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 90px;
  padding-top: 5.625rem;
  gap: 30px;
  gap: 1.875rem;
  /*font-family: "inter";*/
}
@media screen and (max-width: 768px) {
  .change__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.5rem;
  }
}

.change__list {
  background-color: #ffe2f1;
  border-radius: 1.5625rem;
  font-weight: 500;
}

.change-list {
  width: 355px;
  width: 22.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .change-list {
    width: auto;
    width: initial;
    flex-direction: row;
    gap: 1rem;
    padding-bottom: 0;
  }
}

.change-list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .change-list__img {
    padding-bottom: 1.37rem;
    padding-left: 1.375rem;
    padding-top: 1.4375rem;
  }
}
.change-list__img img {
  aspect-ratio: 223/223;
  max-width: 223px;
  max-width: 13.9375rem;
}

.change-list__img.change-list__img--medium img {
  max-width: 241px;
  max-width: 15.0625rem;
  aspect-ratio: 241/207;
}

.change-list__img.change-list__img--large img {
  max-width: 269px;
  max-width: 16.8125rem;
  aspect-ratio: 269/223;
}

.change-list__text {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 19px;
  padding-top: 1.1875rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  color: #333;
  width: auto;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .change-list__text {
    font-size: 1.25rem;
    width: stretch;
    padding-top: 0;
    padding-right: 1.375rem;
  }
}
.change-list__text.change-list__text--medium {
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .change-list__text.change-list__text--medium {
    padding-top: 0;
  }
}
.change-list__text.change-list__text--large {
  padding-top: 13px;
  padding-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .change-list__text.change-list__text--large {
    padding-top: 0;
  }
}
.contact {
  background-color: #ff6dbb;
  padding: 54px 0 61px 0;
  padding: 3.375rem 0 3.8125rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 3.875rem 0;
    background-size: auto auto;
    background-size: initial;
  }
}

.contact__container {
  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;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .contact-title__wrap {
    padding-left: 0;
    padding-left: initial;
    text-align: center;
  }
}

.contact__en-title {
  font-family: "Jost";
  font-weight: 400;
  font-style: normal;
  font-size: 63px;
  font-size: 3.9375rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact__en-title {
    font-size: 2.8rem;
  }
}

.contact__ja-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  /*font-family: "noto sans jp";*/
}
@media screen and (max-width: 768px) {
  .contact__ja-title {
    font-size: 1rem;
  }
}

.contact__title-text {
  padding-top: 20px;
  padding-top: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "M PLUS Rounded 1c";
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact__title-text {
    font-size: 1.75rem;
    line-height: 1.5em;
    padding-top: 2.8rem;
  }
}

.contact__title-text span {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .contact__title-text span {
    font-size: 1.75rem;
    font-weight: bold;
  }
}

.contact__body {
  padding-left: 70px;
  padding-left: 4.375rem;
}
@media screen and (max-width: 768px) {
  .contact__body {
    padding-left: 0;
  }
}

.contact__body-title {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-weight: 300;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .contact__body-title {
    padding-top: 2.2rem;
    font-weight: bold;
  }
}
.contact__area-time {
  font-size: 20px;
  font-size: 1rem;
  padding-top: 1.25rem;
  text-align: center;
}

.contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 27px;
  gap: 1em;
  margin-top: 3.6875rem;
  font-family: "M PLUS Rounded 1c";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__link-title {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
}

.contact__button {
  margin-top: 5px;
  margin-top: 0.3125rem;
  width: 414px;
  width: 25.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 171, 53, 0.8);
  border-radius: 0.625rem;
  color: #000;
  padding: 11px 0;
  padding: 0.6875rem 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  border-radius: 1.5625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 1px 0 #fff,
    0 -1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .contact__button {
    width: 26.3125rem;
    font-size: 1.5rem;
  }
}

.contact__button::before {
  background-image: url(../images/common/mail-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  width: 31px;
  width: 1.9375rem;
  height: 32px;
  height: 2rem;
  top: 14.5px;
  top: 0.90625rem;
  left: 60px;
  left: 3.75rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .contact__button::before {
    top: 0.8rem;
  }
}

.contact__button img {
  max-width: 25px;
  max-width: 1.5625rem;
  aspect-ratio: 25/25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
  padding-top: 0.125rem;
}

.contact__logo {
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .contact__logo {
    padding-left: 0;
    padding-left: initial;
    padding-top: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .contact__logo.u-mobile {
    display: flex;
    justify-content: center;
  }
}

.contact__logo img {
  aspect-ratio: 367/355;
  max-width: 367px;
  max-width: 22.9375rem;
}
@media screen and (max-width: 768px) {
  .contact__logo img {
    max-width: 9.375rem;
  }
}

.footer-contact__area-tel.footer-contact__area-tel--east {
  letter-spacing: 0.03em;
}

.contact-underline {
  background-image: url(/images/candy-line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10px;
  height: 0.625rem;
  width: 100%;
  position: absolute;
  top: 0px;
  top: 0rem;
}

.contact-underline.contact-underline--under {
  bottom: 0;
  top: auto;
  top: initial;
}

.copyrights {
  background-color: #ff3ca4;
  font-family: "noto sans jp";
}

.copyrights__text {
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}

.design {
  position: relative;
  padding-top: 9.75rem;
  padding-bottom: 8.125rem;
  background-color: #ffe2f1;
}
@media screen and (max-width: 768px) {
  .design {
    padding-top: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .design__inner {
    max-width: 39.375rem;
    padding: 0 0.9375rem;
    margin-inline: auto;
  }
}

.design__title-wrap {
  text-align: center;
}

.design__title {
  position: relative;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.design__subtitle {
  padding-top: 5.25rem;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c";
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .design__subtitle {
    padding-top: 2.25rem;
    font-size: 1.25rem;
  }
}

.design__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.625rem;
  padding-top: 36px;
  padding-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .design__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
  }
}

.design__list img {
  max-width: 201px;
  max-width: 12.5625rem;
  aspect-ratio: 201/201;
}

.design__text {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #333;
}
@media screen and (max-width: 768px) {
  .design__text {
    font-size: 1.25rem;
  }
}

.sp-nav {
  position: fixed;
  bottom: 0;
  z-index: 99998;
  top: 0;
  /* left: 0; */
  right: -100%;
  width: 70%;
  height: 100vh;
  /* display: none; */
  overflow: auto;
  background-color: #ffe2f1;
  transition: 0.2s;
}

.sp-nav.is-active {
  right: 0;
}

.sp-nav__inner {
  width: 100%;
  max-width: 80%;
  margin-inline: auto;
}

.sp-nav__items {
  /* margin-top: 159px; */
  margin-top: 7rem;
  color: #333;
  text-align: left;
}

.sp-nav__item a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 24px;
  padding-top: 1.25rem;
  /* padding-bottom: 24px; */
  padding-bottom: 1.25rem;
  /* font-size: 24px; */
  font-size: 1rem;
  letter-spacing: 0.125em;
  border-bottom: 1px dotted #333;
}

/* .sp-nav__item a::after {
  position: absolute;
  left: 40%;
  content: "";
  width: 20%;
  height: 2px;
  height: 0.125rem;
  bottom: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  background: #ffea2e;
} */

.sp-nav__item .contact-button {
  background: initial;
  box-shadow: initial;
  /* padding-top: initial !important; */
  padding-bottom: 1.25rem !important;
  padding-left: initial !important;
  text-align: left;
  font-weight: initial;
  border-radius: initial;
  letter-spacing: 0.05em;
  width: initial !important;
}

.sp-nav__item a:hover::after {
  /* -webkit-transform: scale(1, 1);
  transform: scale(1, 1); */
}

.example-slider {
  padding-top: 150px;
  padding-top: 9.375rem;
  padding-bottom: 50px;
  padding-bottom: 7.125rem;
}
@media screen and (max-width: 768px) {
  .example-slider {
    padding-top: 5.125rem;
    padding-bottom: 5.25rem;
  }
}

@media screen and (max-width: 768px) {
  .example-slider__inner {
    max-width: 39.375rem;
    padding: 0 0.9375rem;
    margin-inline: auto;
  }
}

.example-slider__wrap {
  margin-top: -40px;
  margin-top: -2.5rem;
}
@media screen and (max-width: 768px) {
  .example-slider__wrap {
    margin-top: 0;
  }
}

.example-slider__title {
  position: relative;
}

.swiper-slide {
  opacity: 0.9; /* 左右のスライドを薄くする */
  -webkit-transform: scale(0.8);
  transform: scale(0.8); /* 左右のスライドを小さくする */
  -webkit-transition: 0.7s;
  transition: 0.7s; /* ゆっくり小さくさせる */
  width: 400px;
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    width: auto;
    width: initial;
  }
}

.swiper-slide__text {
  font-size: 24px;
  font-size: 1.5rem;
  /*font-family: "inter";*/
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .swiper-slide__text {
    font-size: 1rem;
  }
}

.swiper-slide__text span {
  font-weight: 400;
}

.swiper-slide img {
  max-width: 351px;
  max-width: 21.9375rem;
  aspect-ratio: 351/248;
  border-radius: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .swiper-slide img {
    margin-inline: auto;
  }
}

.swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  -webkit-transform: scale(1);
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 2; /* 中央のスライドを一番上にする */
}

.example-slider-swiper-pagination {
  padding-top: 40px !important;
  padding-top: 2.5rem !important;
}
.example {
  padding-top: 100px;
  padding-top: 6.25rem;
  background-color: #ffe2f1;
}
.example__inner {
  max-width: 1490px;
  max-width: 93.125rem;
  margin-inline: auto;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 768px) {
  .example__inner {
    max-width: 39.375rem;
    padding: 0 0.9375rem;
    margin-inline: auto;
  }
}

.example__title {
  text-align: center;
  color: #333333;
  font-size: 52px;
  font-size: 3.25rem;
  font-family: "M PLUS Rounded 1c";
  position: relative;
}
@media screen and (max-width: 768px) {
  .example__title {
    font-size: 1.75rem;
  }
}

.example__container {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .example__container {
    padding-top: 1.25rem;
  }
}

.example__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .example__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.example__wrap.example__wrap--wide {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (max-width: 768px) {
  .example__wrap.example__wrap--wide {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .example__img {
    margin-top: 1.25rem;
  }
}

.example__img img {
  max-width: 40.25rem;
  aspect-ratio: 700/496;
  border-radius: 1.5em;
}

.example__img.example__img--short {
  width: 573px;
  width: 35.8125rem;
}
@media screen and (max-width: 768px) {
  .example__img.example__img--short {
    width: auto;
    width: initial;
  }
}

.example__img.example__img--short img {
  max-width: 573px;
  max-width: 35.8125rem;
  aspect-ratio: 573/424;
}

.example__body {
  background-color: #fff;
  padding: 1.85rem 1.5rem;
  z-index: 1;
  border-radius: 1.5625rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .example__body {
    width: auto;
    width: initial;
    margin-top: 1.25rem;
  }
}

.example__body.example__body--wide {
  width: 582px;
  width: 36.375rem;
  padding: 30px 40px 30px 30px;
  padding: 1.875rem 2.5rem 1.875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .example__body.example__body--wide {
    width: auto;
    width: initial;
    padding: 1.85rem 1.5rem;
    margin-top: 1.25rem;
  }
}

.example-subtitle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  gap: 0.8125rem;
}

.example-subtitle__wrap span {
  color: #fff;
  width: 130px;
  width: 8.125rem;
  text-align: center;
  border-radius: 1.5625rem;
  background-color: #ff6dbb;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .example-subtitle__wrap span {
    width: 7.8125rem;
  }
}

.example-subtitle {
  font-size: 36px;
  font-size: 2.25rem;
  color: #ff6dbb;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .example-subtitle {
    font-size: 1.5rem;
  }
}

.example-subtitle.example-subtitle--black {
  color: #000;
}

.example-subtitle__add {
  color: #ff6dbb;
  font-size: 32px;
  font-size: 2rem;
  padding: 8px 0;
  padding: 1.2rem 0 0rem;
  margin: 0;
  line-height: 3rem;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .example-subtitle__add {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.example__text {
  font-size: 20px;
  font-size: 1.25rem;
  /*font-family: "inter";*/
}

@media screen and (max-width: 768px) {
  .example__text {
    font-size: 1rem;
  }
}
ul.example__lists {
  padding-top: 1rem;
}
.example__lists {
  /*font-family: "inter";*/
}
.example__list {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.85;
  padding-top: 0.8rem;
  display: flex;
}
.example__list:before {
  content: "●";
  color: #ff6dbb;
  margin-right: 1em;
}
.example__text.example__text--small {
  font-size: 16px;
  font-size: 1rem;
}

.example__text.example__text--pink {
  font-size: 16px;
  font-size: 1.25rem;
  color: #ff6dbb;
  padding-left: 2.5rem;
}

.exhibition {
  padding-top: 8.5rem;
  padding-bottom: 12.5rem;
  background-image: url(../images/common/bg5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffe2f1;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .exhibition {
    padding-top: 5.125rem;
    padding-bottom: 5.1rem;
  }
}

@media screen and (max-width: 768px) {
  .exhibition__inner {
    max-width: 39.375rem;
    padding: 0 0.9375rem;
    margin-inline: auto;
  }
}

.exhibition__title {
  position: relative;
}

.swiper-wrapper {
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    padding-top: 3.125rem;
  }
}

.swiper-pagination-bullet {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}

.exhibition-slider-slide__text {
  font-size: 16px;
  font-size: 1rem;
  /*font-family: "inter";*/
  padding-top: 10px;
  padding-top: 0.625rem;
}

@media screen and (max-width: 768px) {
  .exhibition-swiper-pagination {
    padding-top: 2.5rem !important;
  }
}

.features {
  padding-top: 180px;
  padding-top: 8.25rem;
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 768px) {
  .features {
    padding-top: 5.125rem;
    padding-bottom: 5.1rem;
  }
}

@media screen and (max-width: 768px) {
  .features__inner {
    max-width: 39.375rem;
    padding: 0 0.9375rem;
    margin-inline: auto;
  }
}

.features__title {
  position: relative;
}

.features-slider__text {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  /*font-family: "inter";*/
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .features-slider__text {
    font-size: 1rem;
  }
}

.type-features__white {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 47px 50px 41px;
  padding: 2.5rem 2.9375rem 3.125rem 2.5625rem;
}

.type-features__title {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "M PLUS Rounded 1c";
}

.footer {
  background-color: rgba(228, 228, 228, 0.4);
}

.footer__title {
  text-align: center;
}

.footer__maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px;
  padding-top: 1.5625rem;
}

.footer__maintitle img {
  aspect-ratio: 365/51;
  max-width: 365px;
  max-width: 22.8125rem;
}

.footer__subtitle {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.footer-contact__wrap {
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}

.footer-contact__title-wrap {
  text-align: center;
}

.footer-contact__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.footer-contact__area-container {
  width: 1120px;
  width: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 74px;
  gap: 4.625rem;
  margin-inline: auto;
  padding-top: 23px;
  padding-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .footer-contact__area-container {
    width: auto;
    width: initial;
  }
}

.footer-contact__flex,
.contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact__area-title {
  width: 140px;
  width: 8.75rem;
  text-align: center;
  background-color: #c92d88;
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
}

.footer-contact__area-tel {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  /*font-family: "Hind Madurai", sans-serif;*/
}

.footer-contact__area-time {
  text-align: center;
  font-weight: bold;
}

.footer-contact__area-title.footer-contact__area-title--west {
  background-color: #ce66d0;
}

.hamburger {
  position: fixed;
  z-index: 99999;
  /* top: 6px; */
  /* top: 0.375rem; */
  top: 0.7rem;
  /* right: 23px; */
  right: 1.4375rem;
  /* width: 40px; */
  /* width: 2.5rem; */
  width: 4rem;
  /* height: 40px; */
  /* height: 2.5rem; */
  height: 4rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ffe2f1;
  display: none;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    /* top: 0.9375rem; */
    display: block;
  }
}

.js-hamburger.transform {
  position: fixed;
  z-index: 99999;
  top: 0.7rem;
  right: 1.4375rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ff99cc;
  display: block;
}

.hamburger.is-active {
  top: 0.7rem;
  right: 1.4375rem;
}

.hamburger span {
  position: absolute;
  right: 0.94rem;
  display: inline-block;
  width: 2rem;
  height: 0.125rem;
  background-color: #333;
  -webkit-transition:
    0.3s background-color,
    0.3s -webkit-transform;
  transition:
    0.3s background-color,
    0.3s -webkit-transform;
  transition:
    0.3s transform,
    0.3s background-color;
  transition:
    0.3s transform,
    0.3s background-color,
    0.3s -webkit-transform;
}

.hamburger.is-active span {
  background-color: #333;
}

.hamburger span:nth-child(1) {
  /* top: 12px; */
  /* top: 0.535rem; */
  top: 1.3rem;
}

.hamburger span:nth-child(2) {
  /* top: 20px; */
  top: 1.9rem;
}

.hamburger span:nth-child(3) {
  /* top: 28px; */
  top: 2.5rem;
}

.hamburger.is-active span:first-child {
  /* top: 15px; */
  top: 2rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  /* top: 15px; */
  top: 2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1490px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.introduction {
  background-color: #ffe2f1;
  padding-top: 1.25rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .introduction__inner {
    padding: 0 0.9375rem;
    max-width: 39.375rem;
    margin-inline: auto;
  }
}

.introduction__title {
  padding-top: 36px;
  padding-top: 2.25rem;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .introduction__title {
    font-size: 1.25rem;
    padding-top: 0;
  }
}

.introduction__movie {
  padding-top: 36px;
  padding-top: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

p.introduction__note {
  text-align: right;
  width: 861px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  p.introduction__note {
    width: 100%;
  }
}
.introduction__movie img {
  max-width: 928px;
  max-width: 58rem;
  aspect-ratio: 928/525;
}

.logo {
  text-align: center;
}

.logo__img {
  display: inline-block;
}

.logo__img a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.logo__img a:hover {
  opacity: 0.7;
}

.logo__img img {
  max-width: 392px;
  max-width: 24.5rem;
  aspect-ratio: 392/176;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .logo__img img {
    max-width: 17.125rem;
    aspect-ratio: 274/123;
  }
}

.mv {
  padding-top: 170px;
  padding-top: 20.625rem;
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  background-color: rgba(255, 120, 191, 0.7);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ff6dbb),
    color-stop(65%, #ff6dbb),
    color-stop(65%, #ff6dbb),
    to(transparent)
  );
  background: linear-gradient(
    180deg,
    #ff6dbb 0,
    #ff6dbb 65%,
    #ff6dbb 65%,
    transparent 100%
  );
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 3.75rem;
    position: relative;
    margin-top: 4rem;
  }
}

.mv__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv__img {
    position: static;
    position: initial;
  }
}

.mv__img img {
  aspect-ratio: 1118 / 1026;
  max-width: 1440px;
  max-width: 70rem;
  margin-top: 30px;
}
.mv__text {
  position: absolute;
  font-size: 64px;
  font-size: 4rem;
  top: -120px;
  top: -7.5rem;
  left: 164px;
  left: 10.25rem;
  color: #fff;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv__text {
    font-size: 1.5rem;
    left: 10%;
    top: 2.5%;
  }
}
.mv__subtext {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c";
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__subtext {
    font-size: 1.2rem;
  }
}
.mv__movie {
  max-width: 928px;
  max-width: 58rem;
  margin-inline: auto;
  border-radius: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .mv__movie {
    padding-top: 3.375rem;
  }
}

.mv__video {
  width: 100%;
  border-radius: 1.5625rem;
}

.mv-movie__wrap {
  background-image: url(../images/common/mv-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 18.375rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .mv-movie__wrap {
    padding-bottom: 7.375rem;
  }
}

.mv__movie {
  padding-top: 30px;
  padding-top: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv__movie {
    border-radius: 1.5625rem;
    width: 90%;
    padding-top: 2.75rem;
  }
}

.mv__movie img {
  aspect-ratio: 928/530;
  max-width: 928px;
  max-width: 58rem;
}
@media screen and (max-width: 768px) {
  .mv__movie img {
    max-width: 20.9375rem;
    aspect-ratio: 335/270;
  }
}

.mv__link {
  padding-top: 90px;
   padding-top: 6.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/common/mv-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv__link {
    padding-top: 3.125rem;
  }
}

.p-footer {
  background-color: rgba(228, 228, 228, 0.4);
}

.p-footer__title {
  text-align: center;
}

.p-footer__maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5.5625rem;
}
@media screen and (max-width: 768px) {
  .p-footer__maintitle {
    padding-top: 3.75rem;
  }
}
.p-footer__maintitle img {
  aspect-ratio: 500 / 84;
  max-width: 365px;
  max-width: 22.8125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__maintitle img {
    max-width: 17.8125rem;
  }
}
.p-footer__subtitle {
  padding-top: 15px;
  padding-top: 0.9375rem;
  /*font-family: "inter";*/
}
@media screen and (max-width: 768px) {
  .p-footer__subtitle {
    font-size: 0.8rem;
  }
}
.p-footer-contact__wrap {
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 35px;
  padding-bottom: 3.1875rem;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__wrap {
    padding-top: 0.75rem;
  }
}
.p-footer-contact__title-wrap {
  text-align: center;
}

.p-footer-contact__title {
  font-size: 20px;
   font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__title {
    font-size: 1rem;
  }
}
.p-footer-contact__area-container {
  max-width: 1120px;
  max-width: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 74px;
  gap: 4.625rem;
  margin-inline: auto;
  padding-top: 23px;
  padding-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__area-container {
    width: auto;
    width: initial;
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
    gap: 1.25rem;
    padding-top: 0rem;
  }
}

.p-footer-contact__flex-wrap {
  @media screen and (max-width: 768px) {
    display: flex;
    justify-content: center;
    gap: 1.34rem;
  }
}

.p-footer-contact__flex,
.contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__flex,
  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.25rem;
    width: 48%;
  }
}

.p-footer-contact__area-title {
  width: 140px;
  width: 8.75rem;
  text-align: center;
  background-color: #c92d88;
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__area-title {
    width: 100%;
  }
}
.p-footer-contact__area-title a{
	display: block;
}
.p-footer-contact__area-tel {
  font-size: 3rem;
  /*font-family: "inter";*/
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__area-tel {
    font-size: 1.6rem;
  }
}
.p-footer-contact__area-time {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-footer-contact__area-tel {
    font-size: 1.6rem;
  }
}

.p-footer-contact__area-title.p-footer-contact__area-title--west {
  background-color: #ce66d0;
}

.p-footer__icon {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-footer__icon {
    padding-top: 3.75rem;
  }
}
.p-footer__icon img {
  aspect-ratio: 170/38;
  max-width: 170px;
  max-width: 8.625rem;
}
@media screen and (max-width: 768px) {
  .p-footer__icon img {
    max-width: 5.625rem;
  }
}
.p-header {
  /* height: 11rem; */
  height: 8rem;
  z-index: 9999;
  width: 100%;
  top: 0;
  overflow: hidden;
  background-color: #ff6dbb;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 5.2rem;
    position: fixed;
    overflow: visible;
    overflow: initial;
  }
}

.js-header {
  transition: 0.2s;
}

.js-header.transform {
  height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .js-header.transform {
    position: fixed;
    height: 5.2rem;
  }
}

.p-header__inner {
  height: inherit;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    /* display: none; */
  }
}

.p-header__container {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__left {
}
@media screen and (max-width: 768px) {
  .p-header__left {
    padding-left: 1rem;
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-header__logo {
    max-width: 17rem;
  }
}

.p-header__picture.p-header__picture--transform {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__picture {
    /* display: none; */
  }
}

@media screen and (max-width: 768px) {
  .p-header__picture.-before.transform {
    display: none;
  }
}

.p-header__picture.-after {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-header__picture.-after.transform {
    display: block;
  }
}

.p-header__logo img {
  aspect-ratio: 564/160;
  max-width: 564px;
  /* max-width: 35.25rem; */
  max-width: 28rem;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-header__logo img {
    max-width: 14rem;
    height: auto;
    aspect-ratio: initial;
  }
}

.js-header.transform .p-header__logo img {
  max-width: 14rem;
}
@media screen and (max-width: 768px) {
  .js-header.transform .p-header__logo img {
    max-width: 4rem;
  }
}

.p-header__right {
  margin-left: auto;
  background-image: url(../images/common/header-lists-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-top: 24px;
  /* padding-top: 1.5rem; */
  padding-top: 0.65rem;
  padding-left: 60px;
  padding-left: 3.75rem;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-header__right {
    padding-top: 0.6rem;
    padding-left: 0.4rem;
    padding-right: 6rem;
    padding-top: 0;
  }
}

.p-header__right.p-header__right--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-header__right.p-header__right--sp {
    /* display: flex !important; */
    align-items: center;
    gap: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-header__right-sp {
    display: flex;
    padding-right: 6rem;
    padding-left: 0.4rem;
    gap: 0.8rem;
  }
}

.js-header.transform .p-header__right {
  display: flex;
  align-items: center;
  padding-right: 8rem;
  padding-top: initial;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .js-header.transform .p-header__right {
    display: none;
    padding-top: 0.6rem;
    padding-top: 0;
    padding-left: 0.4rem;
    padding-right: 6rem;
  }
}

.js-header.transform .p-header__right.p-header__right--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .js-header.transform .p-header__right.p-header__right--sp {
    display: flex;
    padding-right: 6rem;
    padding-left: 0.4rem;
    padding-top: 0;
  }
}

.p-header__tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  gap: 1.5625rem;
}

.p-header__tel-east,
.p-header__tel-west {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header__tel-wrap {
    gap: 0.8rem;
  }
}

.p-header__tel-east,
.p-header__tel-west {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__tel-area {
  background-color: #c92d88;
  border: transparent;
  border-radius: 1.5625rem;
  padding: 5px;
  padding: 0.3125rem;
  width: 112px;
  width: 7rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  /*font-family: "inter";*/
}

@media screen and (max-width: 768px) {
  .p-header__tel-area {
    /* width: 6rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    border-radius: 2rem;
    /*font-family: "inter";*/
  }
}

@media screen and (max-width: 768px) {
  .p-header__tel-area img {
    max-width: 2rem;
    height: 2rem;
  }
}

.p-header__tel-area.p-header__tel-area--west {
  background-color: #ce66d0;
}

.p-header__tel-num {
  padding-left: 10px;
  padding-left: 0.625rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  /*font-family: "hind Madurai";*/
}
@media screen and (max-width: 768px) {
  .p-header__tel-num {
    font-size: 1.25rem;
  }
}

.js-header.transform .p-header__tel-num {
  font-size: 1.5rem;
}
.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-top: 1.125rem;
  gap: 25px;
  gap: 1.5625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "M PLUS Rounded 1c";
  transition: 0.2s;
}

.js-header.transform .p-header__lists {
  padding-top: initial;
  padding-left: 2rem;
  transition: 0.2s;
}

.js-header.transform .p-header__list {
  display: none;
}

@media screen and (max-width: 768px) {
  .js-header.transform .p-header__list {
    display: none;
  }
}

.p-header__list.p-header__list--contact {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9ec64),
    to(#f7a13f)
  );
  background: linear-gradient(90deg, #f9ec64, #f7a13f);
  width: 220px;
  width: 13.75rem;
  text-align: center;
  font-weight: bold;
  border-radius: 1.5625rem;
  padding: 10px;
  padding: 0.625rem;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 1px 0 #fff,
    0 -1px 0 #fff;
}

@media screen and (max-width: 768px) {
  .p-header__list.p-header__list--contact {
    width: initial;
    padding: 0.5rem;
    border-radius: 50%;
    margin-inline: auto;
  }
}

.js-header.transform .p-header__list.p-header__list--contact {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-header__link img {
    max-width: 2.6rem;
    width: initial;
  }
}

.js-header.transform .p-header__list.p-header__list--contact {
  display: block;
}

.mobile-header__left {
  background-color: #ff6dbb;
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-header__left {
    /* display: block; */
    display: none;
  }
}
.mobile-header__logo img {
  max-width: 13.25rem;
  padding-top: 0.4em;
}
.point {
  padding-top: 9.375rem;
  position: relative;
  background-image: url(../images/common/bg4.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .point {
    padding-top: 6.125rem;
    padding-bottom: 5.125rem;
    background-position-y: top;
    background-position-x: 75%;
  }
}

.point__inner {
  max-width: 1440px;
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .point__inner {
    padding: 0 0.9375rem;
    max-width: 39.375rem;
    margin-inline: auto;
  }
}

.point-title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  content: "";
  font-family: "M PLUS Rounded 1c";
  padding-top: 20px;
  padding-top: 1.25rem;
  max-width: 1140px;
  max-width: 71.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .point-title__container {
    right: inherit;
    padding-right: 0;
    position: static;
    position: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
  }
}

.point-title__title {
  font-size: 48px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point-title__title {
    font-size: 1.25rem;
    text-align: center;
    line-height: 2.5rem;
  }
}

.point-title__subtitle {
  font-size: 88px;
  font-size: 4.5rem;
  font-weight: 500;
  color: #ff6abb;
}
@media screen and (max-width: 768px) {
  .point-title__subtitle {
    font-size: 1.75rem;
  }
}

.point-title-large {
  font-size: 114px;
  font-size: 6.125rem;
  color: #ff6abb;
}
@media screen and (max-width: 768px) {
  .point-title-large {
    font-size: 2rem;
  }
}

.point-title__lists {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .point-title__lists {
    margin-left: 0;
    margin-left: initial;
    margin-top: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

.point-title__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}

.point-title__num {
  font-size: 48px;
  font-size: 3rem;
  color: #ff6abb;
  /*font-family: "noto serif jp";*/
  padding-right: 5px;
  padding-right: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .point-title__num {
    font-size: 1.5rem;
  }
}

.point-title__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #333;
  padding-top: 0.3em;
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .point-title__text {
    font-size: 1rem;
  }
}

.point__contents {
  padding-top: 110px;
  padding-top: 6.875rem;
  max-width: 1200px;
  max-width: 75rem;
  margin-inline: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .point__contents {
    width: auto;
    width: initial;
    padding-top: 3.125rem;
  }
}

.point__lists {
  display: grid;
  row-gap: 100px;
  row-gap: 6.25rem;
  -webkit-column-gap: 2.0625rem;
  -moz-column-gap: 2.0625rem;
  column-gap: 2.0625rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .point__lists {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.125rem;
  }
}

.point__list {
  position: relative;
  padding: 22px;
  padding: 1.375rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1.5625rem;
}

.point__list-logo {
  position: absolute;
  top: -90px;
  top: -5.625rem;
  left: 0;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .point__list-logo {
    top: -3.125rem;
    left: -1.875rem;
  }
}

.point__list-logo img {
  max-width: 148px;
  max-width: 9.25rem;
  aspect-ratio: 148/146;
}
@media screen and (max-width: 768px) {
  .point__list-logo img {
    max-width: 6.25rem;
  }
}

.point__list-title {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .point__list-title {
    font-size: 1.25rem;
  }
}

.point__list-title::after {
  content: "";
  background-color: #ffbbde;
  width: 90%;
  margin-inline: auto;
  height: 2px;
  height: 0.175rem;
  position: absolute;
  bottom: 0;
  left: 30px;
  left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .point__list-title::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.point__list-img {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.point__list-img.point__list-img--wide {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.point__list-img.point__list-img--wide img {
  max-width: 491px;
  max-width: 30.6875rem;
  aspect-ratio: 491/212;
}

.point__list-img img {
  max-width: 430px;
  max-width: 26.875rem;
  margin-inline: auto;
}

.point__list-text-wrap {
  background-color: #e5f7ff;
  border-radius: 0.625rem;
  margin-top: auto;
  padding: 10px;
  padding: 0.625rem;
  /*font-family: "inter";*/
}

.point__list-text-wrap.point__list-text-wrap--wide {
  line-height: 1.5;
}

.point__list-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .point__list-text {
    font-size: 1rem;
  }
}

.point__list-text-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.point__list-text-pink {
  color: #ff6abb;
}

.problem {
  position: relative;
  margin-top: -30px;
  margin-top: -1.875rem;
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .problem {
    margin-bottom: 0;
    margin-top: 1.875rem;
  }
}

.problem__inner {
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .problem__inner {
    padding: 0 0.9375rem;
    max-width: 39.375rem;
  }
}

.problem__title {
  position: relative;
  letter-spacing: 0.01em;
  font-size: 48px;
  font-size: 3rem;
}

.problem__lists {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .problem__lists {
    padding-top: 3.125rem;
  }
}

.problem__lists.problem__lists--second {
  padding-top: 36px;
  padding-top: 4.15rem;
}
@media screen and (max-width: 768px) {
  .problem__lists.problem__lists--second {
    padding-top: 3.15rem;
  }
}
.problem__list {
  background-color: #ffe2f1;
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .problem__list {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.problem__list-img img {
  aspect-ratio: 216/216;
  max-width: 216px;
  max-width: 13.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .problem__list-img img {
    max-width: 11.5rem;
  }
}
.problem__list-text {
  text-align: center;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  /*font-family: "inter";*/
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  width: auto;
  padding-right: auto;
}
@media screen and (max-width: 768px) {
  .problem__list-text {
    font-size: 1.25rem;
    width: stretch;
    padding-right: 1.375rem;
  }
}

.problem-arrow {
  padding-top: 50px;
  padding-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.problem-arrow img {
  aspect-ratio: 69/65;
  max-width: 69px;
  max-width: 4.3125rem;
}

.problem-logo img {
  aspect-ratio: 116/105;
  max-width: 150px;
  max-width: 9.375rem;
}

.problem__list-img.problem__list-img--solution img {
  max-width: 316px;
  max-width: 19.75rem;
  aspect-ratio: 316/223;
  border-radius: 1em;
}

.problem__list-text span {
  font-size: 32px;
  font-size: 2rem;
  color: #ff6dbb;
}
@media screen and (max-width: 768px) {
  .problem__list-text span {
    font-size: 1.5rem;
  }
}

.problem__list-text.problem__list-text--solution {
  color: #000;
}

.problem-solution {
  padding-top: 100px;
  padding-top: 6.25rem;
}
.problem-movie__wrap {
  padding-top: 11.5rem;
  background-image: url(../images/common/problem-movie_bg2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-bottom: 14.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .problem-movie__wrap {
    padding-bottom: 7.125rem;
    margin-bottom: 0;
    margin-bottom: initial;
    padding-top: 8rem;
    background-position: 26%;
  }
}

@media screen and (max-width: 768px) {
  .problem-movie__inner {
    padding: 0 0.9375rem;
  }
}

.problem-movie__title {
  font-size: 54px;
  font-size: 3.375rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .problem-movie__title {
    font-size: 1.5rem;
  }
}

.problem-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  padding-top: 3.875rem;
}

.problem-movie img {
  max-width: 920px;
  max-width: 57.5rem;
  aspect-ratio: 920/520;
}

p.problem-movi__note {
  text-align: right;
  width: 928px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  p.problem-movi__note {
    width: 100%;
  }
}
.problem-contents {
  padding-top: 50px;
  padding-top: 7.125rem;
}

.problem-contents__title {
  color: #333;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .problem-contents__title {
    font-size: 1.75rem;
  }
}

.problem-contents__title span {
  color: #ff6dbb;
}

.problem-contents__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  padding-top: 3.875rem;
  /*font-family: "noto sans jp";*/
}
@media screen and (max-width: 768px) {
  .problem-contents__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.875rem;
  }
}

.problem-contents__list {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  padding: 10px;
  padding: 0.625rem;
  width: 350px;
  width: 21.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #ff6cbc;
  border-radius: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .problem-contents__list {
    font-size: 1rem;
    width: 100%;
    min-height: 4.5rem;
  }
}

.section-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 54px;
  font-size: 3.375rem;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
  }
}

.section-title.section-title--medium {
  font-size: 52px;
  font-size: 3.25rem;
}
@media screen and (max-width: 768px) {
  .section-title.section-title--medium {
    font-size: 1.25rem;
  }
}

.section-title.section-title--small {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .section-title.section-title--small {
    font-size: 1.75rem;
  }
}

.problem__title::after {
  position: absolute;
  width: 100%;
  max-width: 1014px;
  max-width: 67.375rem;
  height: 24px;
  height: 1.5rem;
  background-color: #c670e1;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .problem__title::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.75rem;
    max-width: 24.25rem;
    bottom: -9%;
  }
}

.problem-solution__title {
  font-size: 54px;
  font-size: 3.375rem;
  color: #333;
  font-family: "M PLUS Rounded 1c";
  text-align: center;
  margin-top: -60px;
  margin-top: -3.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .problem-solution__title {
    font-size: 1.75rem;
  }
}

.problem-movie__title::after {
  position: absolute;
  max-width: 633px;
  max-width: 45.5625rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .problem-movie__title::after {
    height: 0.75rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 22.625rem;
    bottom: -16%;
  }
}

.problem-solution__title::after {
  position: absolute;
  max-width: 897px;
  max-width: 56.0625rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -25%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .problem-solution__title::after {
    height: 0.75rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 28rem;
    bottom: -19%;
  }
}

.features__title::after {
  position: absolute;
  width: 602px;
  width: 37.625rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #ff6dbb;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .features__title::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.75rem;
    bottom: -10%;
  }
}

.design__title::after {
  height: 3px;
  height: 0.1875rem;
  background-color: #ff6dbb;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 0.625rem;
  width: 544px;
  width: 34rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .design__title::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.25rem;
  }
}

.change__title::after {
  position: absolute;
  max-width: 510px;
  max-width: 31.875rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .change__title::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.25rem;
    max-width: 16.25rem;
  }
}

.point-title__title::after {
  position: absolute;
  max-width: 603px;
  max-width: 32.6875rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .point-title__title::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.25rem;
    max-width: 16.375rem;
    bottom: -5%;
  }
}

.features__title::after {
  position: absolute;
  max-width: 614px;
  max-width: 38.375rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -15%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .features__title::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.25rem;
    max-width: 19.75rem;
  }
}

.example__title::after {
  position: absolute;
  max-width: 174px;
  max-width: 10.875rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -15%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .example__title::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.75rem;
    max-width: 6.0625rem;
    bottom: -12%;
  }
}

.design__title::after {
  position: absolute;
  max-width: 687px;
  max-width: 46.9375rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -15%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .design__title::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.75rem;
    max-width: 23.25rem;
  }
}

.type__title::after {
  position: absolute;
  max-width: 837px;
  max-width: 52.3125rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -35%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .type__title::after {
    left: 50%;
    height: 0.75rem;
    bottom: -20%;
    max-width: 20.875rem;
  }
}

.type-choice__img-title::after {
  position: absolute;
  max-width: 942px;
  max-width: 58.875rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .type-choice__img-title::after {
    height: 0.75rem;
    max-width: 20.625rem;
    bottom: -9%;
  }
}

.example-slider__title::after {
  position: absolute;
  max-width: 455px;
  max-width: 28.4375rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .example-slider__title::after {
    height: 0.75rem;
    max-width: 15rem;
    bottom: -10%;
  }
}

.question__title::after {
  position: absolute;
  max-width: 352px;
  max-width: 22rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -25%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .question__title::after {
    height: 0.75rem;
    max-width: 11.5rem;
    bottom: -14%;
  }
}

.exhibition__title::after {
  position: absolute;
  max-width: 293px;
  max-width: 18.3125rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  background-color: #ff6dbb;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .exhibition__title::after {
    height: 0.75rem;
    bottom: -10%;
    max-width: 9.875rem;
  }
}

.swiper-button-prev {
  left: 15%;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    top: 98%;
    left: 0;
  }
}

.swiper-button-next {
  right: 15%;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    top: 98%;
    right: 0;
  }
}

.swiper-button-prev::before {
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  right: -15px;
  right: -0.9375rem;
  bottom: 5px;
  bottom: 0.3125rem;
  content: "";
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::before {
    width: 3.125rem;
    height: 3.125rem;
    left: 0;
    bottom: 1.4375rem;
  }
}

.swiper-button-prev::after {
  position: absolute;
  content: "";
  right: -4px;
  right: -0.25rem;
  bottom: 19px;
  bottom: 1.1875rem;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::after {
    top: -30%;
    left: 70%;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.swiper-button-next::before {
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  right: 5px;
  right: 0.3125rem;
  bottom: 5px;
  bottom: 0.3125rem;
  content: "";
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .swiper-button-next::before {
    width: 3.125rem;
    height: 3.125rem;
    bottom: 1.4375rem;
  }
}

.swiper-button-next::after {
  position: absolute;
  content: "";
  right: 21px;
  right: 1.3125rem;
  bottom: 18px;
  bottom: 1.125rem;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .swiper-button-next::after {
    top: -30%;
    right: 90%;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.swiper-pagination {
  bottom: -40px !important;
  position: static !important;
  position: initial !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    padding-bottom: 1.875rem;
    margin-top: 0;
    padding-top: 0;
  }
}

.swiper__container {
  position: relative;
}

.type {
  position: relative;
  padding-top: 40px;
  padding-top: 8.5rem;
  background-color: #ffe2f1;
  padding-bottom: 50px;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 768px) {
  .type {
    padding-top: 5.1rem;
    padding-bottom: 5.1rem;
  }
}
@media screen and (max-width: 768px) {
  .type__inner {
    padding: 0 0.9375rem;
    max-width: 39.375rem;
    margin-inline: auto;
  }
}

.type__title {
  text-align: center;
  font-size: 52px;
  font-size: 3.25rem;
  font-family: "M PLUS Rounded 1c";
  font-weight: 900;
  color: #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type__title {
    font-size: 1.75rem;
  }
}

.type__title span {
  color: #ff5eab;
  display: infinite;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type__title span {
    display: block;
    position: absolute;
    left: 16%;
  }
}
.type__container {
  padding-top: 136px;
  padding-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .type__container {
    padding-top: 2.5rem;
  }
}

.type-flex__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 36px;
  gap: 2.25rem;
}
@media screen and (max-width: 768px) {
  .type-flex__wrap {
    margin-top: 0rem;
    -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;
  }
}

.type-flex__img img {
  max-width: 637px;
  max-width: 39.8125rem;
  aspect-ratio: 637/451;
  border-radius: 1em;
}
@media screen and (max-width: 768px) {
  .type-flex__img img {
    max-width: none;
    max-width: initial;
  }
}

.type-flex__body {
  background-color: #fff;
  border-radius: 1.5625rem;
  padding: 30px 27px 28px 33px;
  padding: 1.85rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .type-flex__body {
    margin-top: 1.25rem;
    margin-left: 0;
    padding: 1.85rem 1.5rem;
  }
}

.type-flex__title {
  font-size: 32px;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c";
  color: #ff6dbb;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .type-flex__title {
    font-size: 1.5rem;
  }
}

.type-flex__lists {
  /*font-family: "inter";*/
  padding-top: 1rem;
}

.type-flex__list {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.85;
  display: flex;
  padding-top: 0.8rem;
}
.type-flex__list:before {
  content: "●";
  color: #ff6dbb;
  margin-right: 1em;
}
.type-flex__list p {
  padding-left: 1em;
}
.type-flex__list.type-flex__list--small {
  font-size: 16px;
  font-size: 1rem;
  color: #ff6dbb;
}

.type-features {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 47px 50px 41px;
  padding: 2.5rem 2.9375rem 3.125rem 2.5625rem;
  width: 928px;
  width: 58rem;
  margin-inline: auto;
  border-radius: 1.5625rem;
  margin-top: 83px;
  margin-top: 5.1875rem;
}
@media screen and (max-width: 768px) {
  .type-features {
    width: auto;
    width: initial;
    margin-top: 1.25rem;
  }
}

.type-features__title {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .type-features__title {
    font-size: 1.25rem;
  }
}

.type-features__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.type-features__img img {
  max-width: 840px;
  max-width: 52.5rem;
  aspect-ratio: 840/543;
}
@media screen and (max-width: 768px) {
  .type-features__img img {
    max-width: none;
    max-width: initial;
  }
}

.type-choice {
  margin-top: 70px;
  margin-top: 1.375rem;
}

.type-choice__title-wrap {
  text-align: center;
  font-size: 40px;
  font-size: 2.2rem;
  font-weight: 900;
  font-family: "M PLUS Rounded 1c";
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-choice__title-wrap {
    font-size: 1.25rem;
  }
}

.type-choice__title {
  color: #333333;
  line-height: 2em;
}

.type-choice__subtitle {
  line-height: 1.5em;
  padding-top: 1rem;
}
.type-choice__subtitle span {
  color: #ff5eab;
}

.type-choice__img-title {
  color: #333333;
  text-align: center;
  margin-top: 60px;
  margin-top: 9.75rem;
}
@media screen and (max-width: 768px) {
  .type-choice__img-title {
    font-size: 1.75rem;
    margin-top: 2.5rem;
  }
}

.type-choice__movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-top: 2.75rem;
}

.type-choice__video {
  height: 60.5625rem;
  border-radius: 2em;
}
@media screen and (max-width: 768px) {
  .type-choice__video {
    width: 100%;
    height: 31.25rem;
  }
}

.page-top-button {
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  display: inline-block;
  background-color: #ff99cc;
  position: fixed;
  border-radius: 50%;
  cursor: pointer;
  left: 90%;
  bottom: 10%;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .page-top-button {
    margin-top: 0;
    margin-top: initial;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5%;
  }
}

.page-top-button::after {
  position: absolute;
  top: 45%;
  left: 38%;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  content: "";
  border-radius: 8%;
}
/*# sourceMappingURL=styles.css.map */
