@font-face {
  font-display: swap;
  font-family: "CabinetGrotesk-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CabinetGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/CabinetGrotesk-Bold.woff") format("woff");
}

.u-desktop {
  display: none;
}

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

/* リキッドレイアウト対応 */

html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

a {
  -webkit-transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */

/* hoverが使えないタッチ端末を想定した装飾 */

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  word-wrap: break-word;
  word-wrap: break-word;
  color: #332e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

*,
*::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 {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* 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 {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* 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]) {
  -webkit-filter: blur(10px);
  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');
  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;
}

.c-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: -webkit-filter 0.6s;
  align-items: center;
  aspect-ratio: 325/75;
  background-image: url(../../assets/images/common/sp/button_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.4375rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 1;
  max-width: 400px;
  max-width: 25rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: -webkit-filter 0.6s;
  transition: filter 0.6s;
  transition: filter 0.6s, -webkit-filter 0.6s;
  width: 100%;
}

.c-button .c-button__content {
  -webkit-transform: translateY(-2px);
  display: inline-block;
  font-size: min(4.27vw, 18px);
  transform: translateY(-2px);
}

.c-button .c-button__text {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 3.5px;
  margin-top: 0.21875rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  letter-spacing: 0.04em;
}

.c-button::before {
  -webkit-transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #e08085;
  content: "無料";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  height: 40px;
  height: 2.5rem;
  justify-content: center;
  left: 10px;
  left: 0.625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
}

.c-button .c-button__arrow {
  -webkit-transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  color: #e08085;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  position: absolute;
  right: 11px;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
  width: 1.25rem;
}

.c-button .c-button__arrow::after {
  -webkit-transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  align-items: center;
  aspect-ratio: 18/12;
  background-image: url(../../assets/images/top/pc/button_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 12px;
  width: 0.75rem;
}

.c-button__arrow.is-hover::after {
  -webkit-animation: arrow-right 0.6s;
  -webkit-animation-delay: 0.1s;
  animation: arrow-right 0.6s;
  animation-delay: 0.1s;
}

.c-button__arrow.is-leave::after {
  -webkit-animation: arrow-left 0.6s;
  animation: arrow-left 0.6s;
}

.c-copy {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  z-index: -1;
}

.c-copy__list {
  -webkit-animation: loopText 40s linear infinite;
  animation: loopText 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.c-copy__list.c-copy__list--2 {
  -webkit-animation: loopText 60s linear infinite;
  animation: loopText 60s linear infinite;
}

.c-copy__item {
  -ms-flex-negative: 0;
  color: #f8f5f6;
  flex-shrink: 0;
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-size: 112px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  list-style: none;
  padding: 0 20px;
}

.c-title {
  font-size: 10px;
}

.l-footer {
  position: sticky;
  top: 100vh;
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 540px;
  max-width: 33.75rem;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.p-about {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-about__title {
  -webkit-transition: opacity 5s ease, -webkit-transform 5s ease;
  font-size: 33.5px;
  font-size: 2.09375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  transition: opacity 5s ease, -webkit-transform 5s ease;
  transition: opacity 5s ease, transform 5s ease;
  transition: opacity 5s ease, transform 5s ease, -webkit-transform 5s ease;
}

.p-about__text-wrap {
  -webkit-transition: opacity 3s ease 1s, -webkit-transform 3s ease;
  margin-top: 42px;
  margin-top: 2.625rem;
  transition: opacity 3s ease 1s, -webkit-transform 3s ease;
  transition: opacity 3s ease 1s, transform 3s ease;
  transition: opacity 3s ease 1s, transform 3s ease, -webkit-transform 3s ease;
}

.p-about__text-wrap,
.p-about__title {
  opacity: 0;
  overflow: hidden;
  position: relative;
}

.p-about__text-wrap::after,
.p-about__title::after {
  -webkit-transform: translateX(0);
  -webkit-transition: -webkit-transform 2s ease;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 25%,
    #fff 50%,
    #fff 75%,
    #fff 100%
  );
  content: "";
  height: 100%;
  left: -200%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(0);
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
  width: 300%;
}

.p-about__title.is-inviewed,
.p-about__text-wrap.is-inviewed {
  opacity: 1;
}

.p-about__title.is-inviewed::after,
.p-about__text-wrap.is-inviewed::after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.p-about__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2;
}

.p-about__text + .p-about__text {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-about__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-about__text-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  margin-bottom: 26.5px;
  margin-bottom: 1.65625rem;
  margin-left: 25.5px;
  margin-left: 1.59375rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  order: 1;
  width: 100%;
}

.p-about__img-left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 46%;
}

.p-about__img-left img {
  -o-object-fit: cover;
  aspect-ratio: 694/1278;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-about__img-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  order: 2;
  width: 48.4%;
}

.p-about__img-rightTop {
  width: 100%;
}

.p-about__img-rightTop img {
  -o-object-fit: cover;
  aspect-ratio: 652/830;
  height: auto;
  max-width: 43.4vw;
  object-fit: cover;
  width: 100%;
}

.p-about__img-rightBottom {
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
}

.p-about__img-rightBottom img {
  -o-object-fit: cover;
  aspect-ratio: 725/591;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-about__copy {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-contact__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 29px;
  margin-top: 1.8125rem;
  text-align: center;
}

.p-contact__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-contact__container {
  margin: 25px auto 0;
  margin: 1.5625rem auto 0;
}

.p-contact__form-wrap {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-contact__form-wrapArea {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-contact__form-wrapBottom {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-contact__form-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-contact__form-label span {
  color: #8a8687;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-contact__form-inputWrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: space-between;
}

.p-contact__form-label-inner {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 8.5px;
  padding-right: 0.53125rem;
}

.p-contact__form-input {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-contact__form-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2edee;
  background-image: none;
  border-radius: 0.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}

.p-contact__form-inputWrap .p-contact__form-input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  align-items: center;
  appearance: none;
  background-color: #f2edee;
  background-image: none;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  max-width: 48.5%;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}

.p-contact__form-inputWrap .p-contact__form-input input {
  background-color: unset;
  border-left: 1px solid #aaaaaa;
  border-radius: unset;
  padding: 0;
  padding: initial;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-contact__form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 11.5px;
  margin-top: 0.71875rem;
}

.p-contact__form-checkbox {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.p-contact__form-wrapBottom .p-contact__form-checkbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contact__form-wrapBottom .p-contact__form-checkbox a {
  color: #e08085;
  text-decoration: underline;
}

.p-contact__form-radio input[type="radio"],
.p-contact__form-checkbox input[type="checkbox"] {
  -webkit-transform: translateY(-50%);
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__form-radio input[type="radio"] + span,
.p-contact__form-checkbox input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}

.p-contact__form-checkbox input[type="checkbox"] + span {
  min-width: 85px;
  min-width: 5.3125rem;
  padding: 0.5em 1em 0.5em 1em;
}

.p-contact__form-radio input[type="radio"] + span {
  padding: 0.5em 1em 0.5em 32px;
  padding: 0.5em 1em 0.5em 2rem;
}

.p-contact__form-radio input[type="radio"]:focus + span,
.p-contact__form-checkbox input[type="checkbox"]:focus + span {
  opacity: 0.7;
}

.p-contact__form-radio input[type="radio"] + span::before,
.p-contact__form-checkbox input[type="checkbox"] + span::before {
  -webkit-transform: translateY(-50%);
  background-color: #f2edee;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__form-checkbox input[type="checkbox"] + span::before {
  border-radius: 0.1875rem;
  height: 26px;
  height: 1.625rem;
  left: -26px;
  left: -1.625rem;
  width: 26px;
  width: 1.625rem;
}

.p-contact__form-radio input[type="radio"] + span::before {
  border-radius: 50%;
  height: 26px;
  height: 1.625rem;
  left: 0;
  width: 26px;
  width: 1.625rem;
}

.p-contact__form-checkbox input[type="checkbox"] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  border-bottom: 4px solid #e08085;
  border-bottom: 0.25rem solid #e08085;
  border-left: 4px solid #e08085;
  border-left: 0.25rem solid #e08085;
  content: "";
  display: block;
  height: 10px;
  height: 0.625rem;
  left: -21px;
  left: -1.3125rem;
  margin-top: -0.1em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 16px;
  width: 1rem;
}

.p-contact__form-checkbox input[type="checkbox"]:checked + span::after,
.p-contact__form-radio input[type="radio"]:checked + span::after {
  opacity: 1;
}

.p-contact__form-radio input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  background: #e08085;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 14.5px;
  height: 0.90625rem;
  left: 6px;
  left: 0.375rem;
  opacity: 0;
  padding: 0.125em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  width: 14.5px;
  width: 0.90625rem;
}

.p-contact__form-submit input {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e99f8b),
    to(#e08085)
  );
  background: linear-gradient(to right, #e99f8b, #e08085);
  border-radius: 0.4375rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: 75px;
  height: 4.6875rem;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

.p-contact__form-submit {
  -webkit-transition: -webkit-filter 0.6s;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  position: relative;
  transition: -webkit-filter 0.6s;
  transition: filter 0.6s;
  transition: filter 0.6s, -webkit-filter 0.6s;
  width: 100%;
}

.p-contact__form-submit.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.p-contact__form-submit::before {
  -webkit-transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  color: #e08085;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  position: absolute;
  right: 11px;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
  width: 1.25rem;
  z-index: 2;
}

.p-contact__form-submit::after {
  -webkit-transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  align-items: center;
  aspect-ratio: 18/12;
  background-image: url(../../assets/images/top/pc/button_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 12px;
  width: 0.75rem;
  z-index: 2;
}

.p-contact__form-submit.is-hover::after {
  -webkit-animation: contact-arrow-right 0.6s;
  -webkit-animation-delay: 0.1s;
  animation: contact-arrow-right 0.6s;
  animation-delay: 0.1s;
}

.p-contact__form-submit.is-leave::after {
  -webkit-animation: contact-arrow-left 0.6s;
  animation: contact-arrow-left 0.6s;
}

.p-cta {
  margin-top: 30px;
  margin-top: 1.875rem;
}

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

.p-faq {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-faq__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.p-faq__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-faq-list__item {
  border-bottom: 1px solid #eae7e8;
}

.p-faq-list__item:last-of-type {
  border-bottom: none;
}

.p-faq-list__item-question {
  -webkit-transition: opacity 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 15px 48px 15px 10px;
  padding: 0.9375rem 3rem 0.9375rem 0.625rem;
  position: relative;
  transition: opacity 0.3s;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
  -webkit-transition: 0.3s;
  background: #c7c2c3;
  content: "";
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 25px;
  top: 1.5625rem;
  transition: 0.3s;
  width: 15px;
  width: 0.9375rem;
}

.p-faq-list__item-question::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-faq-list__item-question.is-open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-faq-list__item-question span {
  -webkit-transform: translateY(-2px);
  color: #e08085;
  display: inline-block;
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 9px;
  margin-right: 0.5625rem;
  transform: translateY(-2px);
}

.p-faq-list__item-answer {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 2px 3px 28px 35px;
  padding: 0.125rem 0.1875rem 1.75rem 2.1875rem;
}

.p-faq-list__item-answerLink {
  color: #e08085;
  cursor: pointer;
  text-decoration: underline;
}

.p-footer {
  background-color: #f5f1f2;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding: 28.5px 30px 25.5px 30px;
  padding: 1.78125rem 1.875rem 1.59375rem 1.875rem;
}

.p-footer__logo {
  margin: auto;
  max-width: 139px;
  max-width: 8.6875rem;
  width: 100%;
}

.p-footer__logo a {
  display: block;
}

.p-footer__logo img {
  -o-object-fit: contain;
  aspect-ratio: 555/161;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-footer__copy {
  margin: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
  max-width: 103px;
  max-width: 6.4375rem;
  width: 100%;
}

.p-footer__copy img {
  -o-object-fit: contain;
  aspect-ratio: 411/33;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-footer__nav {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__nav-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
}

.p-footer__nav-item a {
  color: #9b9395;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
  padding: 0.625rem;
}

.p-footer__nav-item--target {
  padding-right: 10px;
  padding-right: 0.625rem;
  position: relative;
}

.p-footer__nav-item--target::after {
  -webkit-transform: translateY(-50%);
  aspect-ratio: 13/11;
  background-image: url(../../assets/images/common/pc/footer_tabicon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 8px;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
}

.p-lower-mv {
  background-image: url(../../assets/images/form/sp/form_mv_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 20px 24px 20px;
  padding: 1.5rem 1.25rem 1.5rem 1.25rem;
  width: 100%;
}

.p-lower-mv__logo {
  margin: auto;
  max-width: 160px;
  max-width: 10rem;
  width: 100%;
}

.p-lower-mv__logo img {
  -o-object-fit: contain;
  aspect-ratio: 637/185;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-lower-mv__copy {
  margin: auto;
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 96px;
  max-width: 6rem;
  width: 100%;
}

.p-lower-mv__copy img {
  -o-object-fit: contain;
  aspect-ratio: 384/31;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-privacy__container {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-terms__container {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-terms .p-terms__inner,
.p-privacy .p-privacy__inner {
  max-width: 930px;
  max-width: 58.125rem;
}

.p-lower__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.p-lower__head {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.p-lower__container {
  border-top: 1px solid #eae7e8;
  padding-top: 28px;
  padding-top: 1.75rem;
}

.p-lower__content:not(:first-of-type) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-lower__in-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-lower__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-lower__list {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-lower__item + .p-lower__item,
.p-lower__inline-text + .p-lower__inline-text,
.p-lower__item-inline {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-lower__item {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.p-lower__inline-text,
.p-lower__text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.p-lower__text a {
  color: #e08085;
  text-decoration: underline;
}

.p-modal {
  background-color: #fff;
  padding: 30px 0;
  padding: 1.875rem 0;
  position: relative;
}

.p-modal::before {
  -webkit-transform: translate(-50%, -50%);
  aspect-ratio: 6/2124;
  background-image: url(../../assets/images/modal/modal_line_sp.png);
  background-repeat: repeat;
  background-size: cover;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 3.2vw;
  z-index: 10;
}

.p-modal__close-button {
  background-color: #e08085;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 35px;
  padding: 2.1875rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.p-modal__close-button span {
  background-color: #fff;
  content: "";
  height: 1.5px;
  left: 44%;
  position: absolute;
  width: 27px;
  width: 1.6875rem;
}

.p-modal__close-button span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateX(-50%);
  top: 62%;
  transform: rotate(45deg) translateX(-50%);
}

.p-modal__close-button span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) translateX(-50%);
  top: 34%;
  transform: rotate(-45deg) translateX(-50%);
}

.p-modal .p-modal__inner {
  margin: auto;
  padding: 0 22px 0 28px;
  padding: 0 1.375rem 0 1.75rem;
  width: 100%;
}

.p-modal__title {
  color: #000;
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.p-modal__text-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14.5px;
  gap: 0.90625rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

.p-modal__text {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-modal__comment {
  color: #666666;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
}

.p-modal__items {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-modal__item + .p-modal__item {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.p-modal__item-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.p-modal__item-title span {
  color: #e08085;
  display: inline-block;
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
  margin-right: 17px;
  margin-right: 1.0625rem;
}

.p-modal__swiper {
  margin-top: 22.5px;
  margin-top: 1.40625rem;
}

.p-mv {
  overflow: hidden;
  position: relative;
}

.p-mv__img {
  -webkit-animation: mv-zoom 5s ease-in-out forwards;
  animation: mv-zoom 5s ease-in-out forwards;
  width: 100%;
}

.p-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 750/898;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-mv__title-wrap {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-animation: mv-blur 0.8s ease-out 0.6s forwards,
    mv-fix 1ms linear 1.41s forwards;
  animation: mv-blur 0.8s ease-out 0.6s forwards,
    mv-fix 1ms linear 1.41s forwards;
}

.p-mv__title {
  margin: auto;
  width: 60%; /* 変更 */
}

.p-mv__title img {
  -o-object-fit: contain;
  aspect-ratio: 1177/342;
  height: auto;
  object-fit: contain;
}

.p-mv__sab-title {
  margin: 10px auto 0; /* 変更 */
  margin: 0.625rem auto 0; /* 変更 */
  width: 32%; /* 変更 */
}

.p-mv__sab-title img {
  -o-object-fit: contain;
  aspect-ratio: 637/51;
  height: auto;
  margin: auto;
  object-fit: contain;
  width: 100%;
}

.p-plan {
  margin-top: 44.5px;
  margin-top: 2.78125rem;
}

.p-plan__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-plan__title span {
  color: #e08085;
}

.p-plan__items {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-plan__item {
  background-color: #f5eff0;
  border-radius: 0.4375rem;
  text-align: center;
}

.p-plan__item:nth-child(2) {
  background-color: #f3e9eb;
}

.p-plan__item:nth-child(3) {
  position: relative;
  background-color: #f0e0e3;
}

.p-plan__item:nth-child(3)::after {
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 47/24;
  width: 47px;
  font-size: 14px;
  content: "pro";
  height: inherit;
  background-color: #e08085;
  border-radius: 0 0.4375rem 0 0.4375rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "CabinetGrotesk-Bold", sans-serif;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-plan__item + .p-plan__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-plan__features-head {
  padding: 17.5px 20px 14px 20px;
  padding: 1.09375rem 1.25rem 0.875rem 1.25rem;
  position: relative;
}

.p-plan__item-enTitle {
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.p-plan__item-jaTitle {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-plan__price {
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-plan__price span {
  -webkit-transform: translateY(1px);
  color: #e08085;
  display: inline-block;
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(1px);
}

.p-plan__features-second {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  position: relative;
}

.p-plan__features-third {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  position: relative;
}

.p-plan__features-bottom {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  position: relative;
}

.p-plan__features-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
}

.p-plan__features-textWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: flex-end;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-right: 34%;
}

.p-plan__features-text {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
}

.p-plan__features-textWrap.p-plan__features-textWrap--2 {
  margin-top: 7.5px;
  margin-top: 0.46875rem;
}

.p-plan__features-textWrap img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  max-width: 17.5px;
  max-width: 1.09375rem;
  object-fit: contain;
  width: 100%;
}

.p-plan__features-textStrong {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.p-plan__features-textStrong span {
  color: #e08085;
  display: inline-block;
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 2px;
  padding-left: 0.125rem;
}

.p-plan__features-textStrong strong {
  color: #e08085;
  display: inline-block;
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.p-plan__features-img {
  margin: 9px auto 0;
  margin: 0.5625rem auto 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-plan__features-img img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  max-width: 17.5px;
  max-width: 1.09375rem;
  object-fit: contain;
  width: 100%;
}

.p-plan__features-head::before,
.p-plan__features-second::before,
.p-plan__features-third::before {
  background-color: #fbf9fa;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-plan__price-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9.5px auto 0;
  margin: 0.59375rem auto 0;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-plan__price-text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}

.p-plan__price-text-strong {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.p-plan__price-text-strong span {
  color: #e08085;
  display: inline-block;
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 3px;
  padding-right: 0.1875rem;
}

.p-plan__features-tab {
  background-color: #e08085;
  border-radius: 1.25rem;
  color: #fff;
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin: 6.5px auto 0;
  margin: 0.40625rem auto 0;
  padding: 3px 6px 1px 6px;
  padding: 0.1875rem 0.375rem 0.0625rem 0.375rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-plan__button {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-service-swiper__main .swiper-slide img,
.p-service-swiper__thumbnail .swiper-slide img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-service-swiper__thumbnail .swiper-slide img {
  -o-object-position: 50% 15%;
  object-position: 50% 15%;
}

.p-service-swiper__main .swiper-slide img {
  aspect-ratio: 220/330;
}

.p-service-swiper__thumbnail .swiper-slide img {
  aspect-ratio: 1/1;
}

.p-service-swiper__thumbnail {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-service-swiper__thumbnail .swiper-slide {
  cursor: pointer;
}

.p-service-swiper__thumbnail .swiper-slide::before {
  -webkit-transition: 0.3s;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}

.p-service-swiper__thumbnail .swiper-slide.swiper-slide-thumb-active::before {
  background-color: rgba(255, 255, 255, 0.6);
}

.p-service {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-service__title {
  margin: auto;
  width: 44%;
}

.p-service__title img {
  -o-object-fit: contain;
  aspect-ratio: 496/146;
  height: auto;
  object-fit: contain;
}

.p-service__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: center;
}

.p-service__guide {
  margin: 25px auto 0;
  margin: 1.5625rem auto 0;
}

.p-service__guide img {
  -o-object-fit: contain;
  aspect-ratio: 1265/1654;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-service__items {
  -moz-column-gap: 0.9375rem;
  -webkit-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
  margin-top: 1.25rem;
  row-gap: 20px;
  row-gap: 1.25rem;
}

.p-service__item-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
}

.p-service__item-number {
  max-width: 25px;
  max-width: 1.5625rem;
  width: 100%;
}

.p-service__item-number img {
  -o-object-fit: cover;
  aspect-ratio: 104/114;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-service__item-number.p-service__item-number--2 img {
  aspect-ratio: 104/112;
}

.p-service__item-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
}

.p-service__item-img {
  border-radius: 0.4375rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
  overflow: hidden;
}

.p-service__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 620/460;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-service__item-text {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-service__item-modal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: -webkit-filter 0.6s;
  align-items: center;
  aspect-ratio: 125/25;
  background-image: url(../../assets/images/top/sp/modal_button_bg_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.25rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 160px;
  padding: 7px 24px 9px 12px;
  padding: 0.4375rem 1.5rem 0.5625rem 0.75rem;
  position: relative;
  transition: -webkit-filter 0.6s;
  transition: filter 0.6s;
  transition: filter 0.6s, -webkit-filter 0.6s;
}

.p-service__item-modal::before {
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.3s;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 11px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 11px;
}

.p-service__item-modal::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #e08085;
  border-top: 1px solid #e08085;
  content: "";
  height: 4px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  z-index: 1;
}

.p-service__item-modal.is-hover::after {
  -webkit-animation: arrowRight 0.6s;
  animation: arrowRight 0.6s;
}

.p-service__item-modal.is-leave::after {
  -webkit-animation: arrowLeft 0.6s;
  animation: arrowLeft 0.6s;
}

.p-service__item-comment {
  color: #8a8687;
  font-size: 10px;
  line-height: 2.0769230769;
  line-height: 1;
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-service__modal {
  bottom: 0;
  display: none;
  left: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.p-thanks__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 58px;
  margin-top: 3.625rem;
  text-align: center;
}

.p-thanks__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-thanks__button {
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  text-align: center;
}

.p-thanks__button a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: -webkit-filter 0.6s;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e99f8b),
    to(#e08085)
  );
  background: linear-gradient(to right, #e99f8b, #e08085);
  border-radius: 0.4375rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  height: 60px;
  height: 3.75rem;
  justify-content: center;
  max-width: 340px;
  max-width: 21.25rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: -webkit-filter 0.6s;
  transition: filter 0.6s;
  transition: filter 0.6s, -webkit-filter 0.6s;
  width: 100%;
}

.p-thanks__button-content {
  -webkit-transform: translateY(-2px);
  display: inline-block;
  font-size: min(4.27vw, 18px);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-2px);
}

.p-thanks__button-arrow {
  -webkit-transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  color: #e08085;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  justify-content: center;
  position: absolute;
  right: 11px;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
  width: 1.25rem;
}

.p-thanks__button-arrow::after {
  -webkit-transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  align-items: center;
  aspect-ratio: 18/12;
  background-image: url(../../assets/images/top/pc/button_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 12px;
  width: 0.75rem;
}

.p-thanks__button-arrow.is-hover::after {
  -webkit-animation: arrow-right 0.6s;
  -webkit-animation-delay: 0.1s;
  animation: arrow-right 0.6s;
  animation-delay: 0.1s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

@media (hover: none) {
  a:active {
    opacity: 0.7;
  }
}

@media (any-hover: hover) {
  .c-button:hover {
    -webkit-filter: brightness(1.1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1.1);
    opacity: 1;
  }

  .p-contact__form-submit:hover {
    -webkit-filter: brightness(1.1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1.1);
  }

  .p-faq-list__item-question:hover {
    opacity: 0.7;
  }

  .p-service__item-modal:hover {
    -webkit-filter: brightness(1.1);
    cursor: pointer;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1.1);
  }

  .p-thanks__button a:hover {
    -webkit-filter: brightness(1.1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1.1);
    opacity: 1;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .p-modal::before {
    width: 1.0625rem;
  }
}

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

  .u-mobile {
    display: none;
  }

  html {
    font-size: 1.4285714286vw;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  html {
    scroll-padding-top: 6.25rem;
  }

  .c-button {
    aspect-ratio: 390/63;
    background-image: url(../../assets/images/common/pc/button_bg.png);
    border-radius: 0.625rem;
    font-size: 1.5625rem;
    max-width: 48.75rem;
    padding: 1.25rem;
    width: 100%;
  }

  .c-button .c-button__content {
    font-size: 1.5625rem;
  }

  .c-button .c-button__text {
    font-size: 1.1875rem;
  }

  .c-button::before {
    font-size: 1.5625rem;
    height: 5.4375rem;
    left: 2.5625rem;
    width: 5.4375rem;
  }

  .c-button .c-button__arrow {
    font-size: 1.25rem;
    right: 1.3125rem;
    width: 2.4375rem;
  }

  .c-button .c-button__arrow::after {
    width: 1.25rem;
  }

  .c-copy__item {
    font-size: 17.5rem;
  }

  .c-title {
    font-size: 20px;
  }

  .l-inner {
    max-width: 1170px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .p-about {
    margin-top: 8rem;
  }

  .p-about__title {
    -webkit-transform: translateX(-10px);
    font-size: 2.8vw;
    /*font-size: 4.8vw;元のサイズ*/
    transform: translateX(-10px);
    white-space: nowrap;
  }

  .p-about__text {
    font-size: 1.25vw;
  }

  .p-about__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: initial;
  }

  .p-about__text-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-bottom: auto;
    margin-left: 7.3vw;
    margin-right: 0;
    margin-right: initial;
    order: 1;
    width: 38%;
  }

  .p-about__img-left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 24.5%;
  }

  .p-about__img-left img {
    aspect-ratio: 706/1264;
  }

  .p-about__img-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-top: 2rem;
    order: 2;
    width: 28.2%;
  }

  .p-about__img-rightTop img {
    aspect-ratio: 648/828;
    margin: auto;
    max-width: 22.5vw;
  }

  .p-about__img-rightBottom {
    margin-top: 5.0625rem;
  }

  .p-about__img-rightBottom img {
    aspect-ratio: 812/592;
  }

  .p-about__copy {
    margin-top: -3.75rem;
  }

  .p-contact__title {
    font-size: 2.25rem;
    margin-top: 3.5rem;
  }

  .p-contact__text {
    font-size: 1rem;
    margin-top: 3rem;
  }

  .p-contact__container {
    margin: 3.125rem auto 0;
    max-width: 55rem;
  }

  .p-contact__form-wrap {
    margin-top: 2.625rem;
  }

  .p-contact__form-wrapArea {
    margin-top: 3.125rem;
  }

  .p-contact__form-wrapBottom {
    margin-top: 5rem;
  }

  .p-contact__form-label {
    font-size: 1.25rem;
  }

  .p-contact__form-label span {
    font-size: 0.8125rem;
    padding-left: 0.875rem;
  }

  .p-contact__form-label-inner {
    font-size: 1rem;
    padding-right: 1.25rem;
  }

  .p-contact__form-input {
    margin-top: 1.25rem;
  }

  .p-contact__form-input input {
    border-radius: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.8;
    padding: 1rem 1.5625rem;
  }

  .p-contact__form-inputWrap .p-contact__form-input {
    border-radius: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.8;
    max-width: 49%;
    padding: 1rem 1.5625rem;
  }

  .p-contact__form-radio {
    gap: 2.25rem;
    margin-top: 1.25rem;
  }

  .p-contact__form-radio input[type="radio"] + span,
  .p-contact__form-checkbox input[type="checkbox"] + span {
    font-size: 1rem;
  }

  .p-contact__form-checkbox input[type="checkbox"] + span {
    font-size: 0.9375rem;
    min-width: 5.8125rem;
    padding: 0.5rem 1em 0.5625rem 0.375rem;
  }

  .p-contact__form-radio input[type="radio"] + span {
    padding: 0.5em 1em 0.5em 2.8125rem;
  }

  .p-contact__form-checkbox input[type="checkbox"] + span::before {
    border-radius: 0.25rem;
    height: 1.5rem;
    left: -1.5rem;
    width: 1.5rem;
  }

  .p-contact__form-radio input[type="radio"] + span::before {
    height: 2.125rem;
    width: 2.125rem;
  }

  .p-contact__form-wrapBottom
    .p-contact__form-checkbox
    input[type="checkbox"]
    + span::before {
    height: 2.125rem;
    left: -2.125rem;
    width: 2.125rem;
  }

  .p-contact__form-wrapBottom
    .p-contact__form-checkbox
    input[type="checkbox"]
    + span::after {
    height: 0.875rem;
    left: -1.6875rem;
    width: 1.25rem;
  }

  .p-contact__form-radio input[type="radio"] + span::after {
    height: 1.125rem;
    left: 0.5rem;
    width: 1.125rem;
  }

  .p-contact__form-submit input {
    border-radius: 0.625rem;
    font-size: 1.5625rem;
    height: 7.875rem;
    max-width: 48.75rem;
    padding: 1.25rem;
  }

  .p-contact__form-submit {
    margin: 2.8125rem auto 0;
    max-width: 48.75rem;
  }

  .p-contact__form-submit::before {
    font-size: 1.25rem;
    right: 1.3125rem;
    width: 2.4375rem;
  }

  .p-contact__form-submit::after {
    width: 1.25rem;
  }

  .p-cta {
    margin-top: 4rem;
  }

  .p-faq {
    margin-top: 3.625rem;
  }

  .p-faq__title {
    font-size: 2.25rem;
    margin-top: 4.25rem;
  }

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

  .p-faq-list__item-question {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    padding: 1.375rem 3rem 1.375rem 2.375rem;
  }

  .p-faq-list__item-question::before,
  .p-faq-list__item-question::after {
    height: 0.125rem;
    right: 2.5rem;
    top: 2.625rem;
    width: 1.875rem;
  }

  .p-faq-list__item-question span {
    -webkit-transform: translateY(1px);
    font-size: 2.75rem;
    margin-right: 1.875rem;
    transform: translateY(1px);
  }

  .p-faq-list__item-answer {
    font-size: 1rem;
    line-height: 1.6875;
    padding: 0 2.5rem 1.875rem 6.25rem;
  }

  .p-footer {
    margin-top: 6.25rem;
    padding: 5.3125rem 5rem 5rem 5rem;
  }

  .p-footer__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .p-footer__logo {
    max-width: 12.75rem;
  }

  .p-footer__logo img {
    aspect-ratio: 408/118;
  }

  .p-footer__copy {
    margin-top: 0.875rem;
    max-width: 9.5rem;
  }

  .p-footer__copy img {
    aspect-ratio: 303/25;
  }

  .p-footer__nav-items {
    gap: 1.25rem;
  }

  .p-footer__nav-item a {
    font-size: 1rem;
  }

  .p-footer__nav-item--target::after {
    right: 0;
    width: 0.8125rem;
  }

  .p-lower-mv {
    background-image: url(../../assets/images/form/pc/form_mv.png);
    padding: 3rem 1.25rem 3.125rem 1.25rem;
  }

  .p-lower-mv__logo {
    max-width: 20rem;
  }

  .p-lower-mv__copy {
    margin-top: 0.875rem;
    max-width: 12rem;
  }

  .p-privacy__container {
    margin-top: 3.75rem;
  }

  .p-terms__container {
    margin-top: 3.75rem;
  }

  .p-lower__title {
    font-size: 2.25rem;
  }

  .p-lower__head {
    font-size: 1rem;
    line-height: 1.625;
    margin-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .p-lower__container {
    padding-top: 2.875rem;
  }

  .p-lower__content:not(:first-of-type) {
    margin-top: 2.8125rem;
  }

  .p-lower__in-title {
    font-size: 1.25rem;
  }

  .p-lower__text {
    font-size: 1rem;
    line-height: 1.625;
    margin-top: 1.25rem;
  }

  .p-lower__list {
    margin-top: 1.125rem;
  }

  .p-lower__item + .p-lower__item,
  .p-lower__inline-text + .p-lower__inline-text,
  .p-lower__item-inline {
    margin-top: 0.5rem;
  }

  .p-lower__item {
    font-size: 1rem;
  }

  .p-modal {
    padding: 5.625rem 0;
  }

  .p-modal::before {
    aspect-ratio: 20/4240;
    background-image: url(../../assets/images/modal/modal_line.png);
    width: 2.5rem;
  }

  .p-modal__close-button {
    padding: 3.125rem;
  }

  .p-modal__close-button span {
    left: 45%;
    width: 2.5rem;
  }

  .p-modal .p-modal__inner {
    max-width: 1150px;
    padding: 0 1.375rem 0 3rem;
  }

  .p-modal__title {
    font-size: 3rem;
  }

  .p-modal__text-wrap {
    gap: 1.875rem;
    margin-top: 0.3125rem;
    padding-bottom: 2.8125rem;
  }

  .p-modal__text {
    font-size: 1.125rem;
  }

  .p-modal__comment {
    font-size: 0.875rem;
  }

  .p-modal__items {
    margin-top: 3rem;
  }

  .p-modal__item + .p-modal__item {
    margin-top: 5.625rem;
  }

  .p-modal__item-title {
    font-size: 1.75rem;
  }

  .p-modal__item-title span {
    font-size: 3rem;
    margin-bottom: -0.375rem;
    margin-right: 1.4375rem;
  }

  .p-modal__swiper {
    margin-top: 2rem;
  }

  .p-mv__img img {
    aspect-ratio: 1440/680;
  }

  .p-mv__title-wrap {
    -webkit-transform: translateX(-50%); /* 追加 */
    bottom: 2.0625rem;
    top: auto; /* 追加 */
    top: initial; /* 追加 */
    transform: translateX(-50%); /* 追加 */
  }

  .p-mv__title {
    width: 45.2%;
  }

  .p-mv__title img {
    aspect-ratio: 1301/377;
  }

  .p-mv__sab-title {
    width: 24.5%;
  }

  .p-mv__sab-title img {
    aspect-ratio: 704/56;
  }

  .p-plan__title {
    font-size: 2.25rem;
    margin-top: 1.125rem;
  }

  .p-plan__items {
    -moz-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    column-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 4.125rem;
  }

  .p-plan__item {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
  }

  .p-plan__item:nth-child(3)::after {
    width: 54px;
    aspect-ratio: 54/34;
    font-size: 18px;
  }

  .p-plan__item + .p-plan__item {
    margin-top: 0;
    margin-top: initial;
  }

  .p-plan__features-head {
    padding: 1.375rem 1.25rem 1.3125rem 1.25rem;
  }

  .p-plan__features-head.p-plan__features-head--1 {
    padding: 1.375rem 1.25rem 4rem 1.25rem;
  }

  .p-plan__item-enTitle {
    font-size: 2rem;
  }

  .p-plan__item-jaTitle {
    font-size: 0.875rem;
    margin-top: 0.6875rem;
  }

  .p-plan__price.p-plan__price--1 {
    margin-top: 4.125rem;
  }

  .p-plan__price {
    font-size: 1.125rem;
    margin-top: 1.375rem;
  }

  .p-plan__price span {
    font-size: 2.75rem;
  }

  .p-plan__features-second {
    padding: 1.25rem;
  }

  .p-plan__features-third {
    padding: 1.25rem;
  }

  .p-plan__features-bottom {
    padding: 1.25rem;
  }

  .p-plan__features-title {
    font-size: 1.125rem;
  }

  .p-plan__features-textWrap {
    margin-top: 1.75rem;
  }

  .p-plan__features-text {
    font-size: 0.875rem;
  }

  .p-plan__features-textWrap.p-plan__features-textWrap--2 {
    margin-top: 0.5rem;
  }

  .p-plan__features-textWrap.p-plan__features-textWrap--3 {
    margin-top: 0.8125rem;
  }

  .p-plan__features-textWrap img {
    max-width: 1.6875rem;
  }

  .p-plan__features-textStrong {
    font-size: 1.125rem;
    margin-top: 1.625rem;
  }

  .p-plan__features-textStrong span {
    font-size: 1.25rem;
  }

  .p-plan__features-textStrong strong {
    font-size: 1.75rem;
  }

  .p-plan__features-img {
    margin: 1.3125rem auto 0;
  }

  .p-plan__features-img.p-plan__features-img--1 {
    margin: 2.125rem auto 0;
  }

  .p-plan__features-img img {
    max-width: 1.6875rem;
  }

  .p-plan__price-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    flex-direction: column;
    gap: 0.5rem;
    margin: 1.1875rem auto 0;
    padding: 0.625rem 3rem;
  }

  .p-plan__price-text {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 0.875rem;
  }

  .p-plan__price-text-strong {
    font-size: 0.875rem;
  }

  .p-plan__price-text-strong span {
    font-size: 1.5rem;
  }

  .p-plan__features-tab {
    font-size: 1rem;
    margin: 0.875rem auto 0;
    padding: 0.25rem 0.5625rem 0.125rem 0.5625rem;
  }

  .p-plan__button {
    margin: 5rem auto 0;
  }

  .p-service-swiper__thumbnail {
    margin-top: 2.5rem;
  }

  .p-service {
    margin-top: 3.375rem;
  }

  .p-service__title {
    width: 21.56%;
  }

  .p-service__text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-top: 2.375rem;
  }

  .p-service__guide {
    margin: 2.0625rem auto 0;
    max-width: 50.9375rem;
  }

  .p-service__guide img {
    aspect-ratio: 1629/824;
  }

  .p-service__items {
    -moz-column-gap: 2.1875rem;
    -webkit-column-gap: 2.1875rem;
    column-gap: 2.1875rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 7.1875rem;
    row-gap: 3.25rem;
  }

  .p-service__item-head {
    gap: 0.625rem;
  }

  .p-service__item-number {
    max-width: 3.25rem;
  }

  .p-service__item-title {
    font-size: 1.5rem;
  }

  .p-service__item-img {
    border-radius: 0.625rem;
    margin-top: 0.9375rem;
  }

  .p-service__item-img img {
    aspect-ratio: 350/230;
  }

  .p-service__item-text {
    font-size: max(1rem, 12px);
    line-height: 1.6875;
    margin-top: 1.125rem;
  }

  .p-service__item-modal {
    aspect-ratio: 195/40;
    background-image: url(../../assets/images/top/pc/modal_button_bg.png);
    font-size: max(1rem, 12px);
    max-width: 220px;
    padding: 0.75rem 2.625rem 0.875rem 1.75rem;
  }

  .p-service__item-modal::before {
    -webkit-transform: translateY(-50%);
    height: 16px;
    right: 11px;
    transform: translateY(-50%);
    width: 16px;
  }

  .p-service__item-modal::after {
    border-right: 2px solid #e08085;
    border-top: 2px solid #e08085;
    height: 6px;
    right: 7.5%;
    width: 6px;
  }

  .p-service__item-comment {
    font-size: max(0.8125rem, 11px);
    margin-top: 1.8125rem;
  }

  .p-thanks__title {
    font-size: 2.25rem;
    margin-top: 7.5rem;
  }

  .p-thanks__text {
    font-size: 1rem;
    margin-top: 3.75rem;
    text-align: center;
  }

  .p-thanks__button {
    margin: 7.5rem auto 0;
  }

  .p-thanks__button a {
    border-radius: 0.625rem;
    height: 5rem;
    max-width: 31.25rem;
    padding: 1.25rem;
    width: 100%;
  }

  .p-thanks__button-content {
    font-size: 1.5625rem;
  }

  .p-thanks__button-arrow {
    right: 1.3125rem;
    width: 1.875rem;
  }

  .p-thanks__button-arrow::after {
    width: 1rem;
  }
}

@media (min-width: 1120px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@-webkit-keyframes arrow-right {
  0% {
    right: 20%;
  }

  50% {
    right: -60%;
  }

  51% {
    right: 80%;
  }

  100% {
    right: 20%;
  }
}

@keyframes arrow-right {
  0% {
    right: 20%;
  }

  50% {
    right: -60%;
  }

  51% {
    right: 80%;
  }

  100% {
    right: 20%;
  }
}

@-webkit-keyframes loopText {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes loopText {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes contact-arrow-right {
  0% {
    right: 4%;
  }

  50% {
    right: 0%;
  }

  51% {
    right: 8%;
  }

  100% {
    right: 4%;
  }
}

@keyframes contact-arrow-right {
  0% {
    right: 4%;
  }

  50% {
    right: 0%;
  }

  51% {
    right: 8%;
  }

  100% {
    right: 4%;
  }
}

@-webkit-keyframes mv-zoom {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mv-zoom {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes mv-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes mv-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

/* 仕上げ用：最終的に“none”を確定（blur(0)より堅い） */
@-webkit-keyframes mv-fix {
  from,
  to {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }
}
@keyframes mv-fix {
  from,
  to {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }
}

/* iOS Safari の小画面では最初からクリア表示にして再発率を下げたい場合 */
@supports (-webkit-touch-callout: none) {
  @media (hover: none) and (max-width: 420px) {
    .p-mv__title-wrap {
      -webkit-animation: none;
      animation: none;
      -webkit-filter: none;
      filter: none;
      opacity: 1;
    }
  }
}

@-webkit-keyframes arrowRight {
  0% {
    right: 7.2%;
  }

  50% {
    right: 2%;
  }

  51% {
    right: 20%;
  }

  100% {
    right: 7.5%;
  }
}

@keyframes arrowRight {
  0% {
    right: 7.2%;
  }

  50% {
    right: 2%;
  }

  51% {
    right: 20%;
  }

  100% {
    right: 7.5%;
  }
}

@keyframes arrow-right {
  0% {
    right: 20%;
  }

  50% {
    right: -60%;
  }

  51% {
    right: 80%;
  }

  100% {
    right: 20%;
  }
}


/*25.12.5追加*/

.banner{
	width: 780px;
	margin: 100px auto 0 auto;
	width: 60%;
  aspect-ratio: 780 / 288; /* 横: 縦 */
	border-radius: 10px;
	max-width: 780px;
}

.banner img {
	width: 100%;
  height: auto;
  aspect-ratio: 780 / 288;
  object-fit: cover;
	border-radius: 10px; 
}

@media (max-width: 767px) {
	.banner{
	width: 80%;
		margin: 50px auto 0 auto;
}
}


