@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1050px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #242424;
  background: #fff;
}
body.on-lock {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767.98px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-cta-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: min(1.3194444444vw, 19px);
     -moz-column-gap: min(1.3194444444vw, 19px);
          column-gap: min(1.3194444444vw, 19px);
}
@media screen and (max-width: 767.98px) {
  .c-cta-btn {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}

.c-cta-btn__link {
  display: block;
  border-radius: 2.5rem;
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  padding: 1.375rem;
  background: #E8E8E8;
  border: 1px solid #E8E8E8;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.c-cta-btn__link::after {
  content: "";
  width: 1.6875rem;
  height: 0.45rem;
  -webkit-mask-image: url(../images/icon_arrow.svg);
          mask-image: url(../images/icon_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #242424;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.875rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (hover: hover) {
  .c-cta-btn__link:hover {
    opacity: 1;
    background: #242424;
    color: #E8E8E8;
  }
  .c-cta-btn__link:hover::after {
    background: #E8E8E8;
  }
}
@media screen and (max-width: 767.98px) {
  .c-cta-btn__link {
    font-size: 0.875rem;
    color: #fff;
    background: #242424;
    border-radius: 0.9375rem 0.9375rem 0 0;
    border-width: 2px;
    border-bottom: none;
    padding: 1.1875rem 0 0.625rem;
    -webkit-box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, .15);
    border-color: #fff;
  }
  .c-cta-btn__link::after {
    display: none;
  }
}

.c-cta-btn__link--red {
  background: #E00000;
  color: #fff;
  border-color: #E00000;
}
.c-cta-btn__link--red::after {
  background: #fff;
}
@media (hover: hover) {
  .c-cta-btn__link--red:hover {
    background: #fff;
    color: #E00000;
  }
  .c-cta-btn__link--red:hover::after {
    background: #E00000;
  }
}
@media screen and (max-width: 767.98px) {
  .c-cta-btn__link--red {
    border-color: #fff;
  }
}

.c-en-title {
  -webkit-text-stroke: 1px #F3D3D3;
  text-stroke: 1px #F3D3D3;
  color: transparent;
  font-size: 12.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .c-en-title {
    font-size: 13.8888888889vw;
  }
}
@media screen and (max-width: 767.98px) {
  .c-en-title {
    font-size: 17.6vw;
  }
}

.p-cta {
  padding: 5.9375rem 0 7.1875rem;
  background: url(../images/cta_bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767.98px) {
  .p-cta {
    padding: 3.875rem 0 3.75rem;
    background: url(../images/cta_bg_sp.webp) no-repeat center top/cover;
  }
}

.p-cta__inner {
  max-width: 850px;
}

.p-cta__title {
  text-shadow: 0 4px 6px rgba(0, 0, 0, .5);
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-cta__title {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.p-cta__title-sm {
  font-size: 1.25rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-cta__title-sm {
    font-size: 1rem;
  }
}

.p-cta__title-large {
  font-size: 2.5rem;
  display: block;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767.98px) {
  .p-cta__title-large {
    font-size: 1.75rem;
    white-space: nowrap;
    margin-top: 0.5625rem;
  }
}

.p-cta__btns {
  margin-top: 1.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-cta__btns {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-top: 2.125rem;
  }
}

.p-cta__btn {
  display: block;
  position: relative;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  padding: 1.5rem 1.5rem 1.25rem;
  background: #000;
  border: 2px solid #fff;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.p-cta__btn::after {
  content: "";
  width: 1.6875rem;
  height: 0.45rem;
  -webkit-mask-image: url(../images/icon_arrow.svg);
          mask-image: url(../images/icon_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.875rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (hover: hover) {
  .p-cta__btn:hover {
    opacity: 1;
    background: #fff;
    color: #242424;
  }
  .p-cta__btn:hover::after {
    background: #242424;
  }
}
@media screen and (max-width: 767.98px) {
  .p-cta__btn {
    font-size: 1.125rem;
    padding: 1rem 1rem 0.6875rem;
  }
  .p-cta__btn::after {
    right: 0.75rem;
  }
}

.p-cta__btn--red {
  background: #E00000;
}
@media (hover: hover) {
  .p-cta__btn--red:hover {
    background: #fff;
    color: #E00000;
  }
  .p-cta__btn--red:hover::after {
    background: #E00000;
  }
}

.p-feature {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(9.375rem, transparent), color-stop(9.375rem, #F5F5F5), to(#F5F5F5));
  background: linear-gradient(180deg, transparent 0%, transparent 9.375rem, #F5F5F5 9.375rem, #F5F5F5 100%);
  overflow-x: clip;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-feature {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10.4166666667vw, transparent), color-stop(10.4166666667vw, #F5F5F5), to(#F5F5F5));
    background: linear-gradient(180deg, transparent 0%, transparent 10.4166666667vw, #F5F5F5 10.4166666667vw, #F5F5F5 100%);
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(22.6666666667vw, transparent), color-stop(22.6666666667vw, #F5F5F5), to(#F5F5F5));
    background: linear-gradient(180deg, transparent 0%, transparent 22.6666666667vw, #F5F5F5 22.6666666667vw, #F5F5F5 100%);
  }
}

.p-feature__hidden {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -999;
}

.p-feature__inner {
  max-width: 1175px;
  position: relative;
}

.p-feature__video {
  width: 19rem;
  height: 31rem;
  padding: 1.2rem 1.5rem;
  position: absolute;
  top: 0.5rem;
  left: 2rem;
}
.p-feature__video::before {
  content: "";
  width: 100%;
  height: 102%;
  display: block;
  background: url(../images/phone.webp) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-feature__video video {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__video {
    top: 9vw;
    width: 36vw;
    height: 60vw;
    padding: 3vw 2.8vw 2.5vw;
    left: 1.25rem;
  }
  .p-feature__video video {
    border-radius: min(2.6666666667vw, 26px);
  }
}

.p-feature__comment {
  width: 4.8125rem;
  height: 4.0625rem;
  position: absolute;
  top: -1.0625rem;
  right: 0.5rem;
  z-index: 3;
  animation: anime-fuwafuwa 1.5s linear infinite;
}
@keyframes anime-fuwafuwa {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0);
  }
}
.p-feature__comment::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_good.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.p-feature__comment::after {
  position: absolute;
  top: 6%;
  left: 6%;
  content: "";
  width: 50%;
  height: 65%;
  background-color: #e00000;
  z-index: -1;
}
.p-feature__heart {
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  width: 1.7rem;
}

.p-feature__count {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-feature__comment {
    width: 10.6666666667vw;
    height: 9.0666666667vw;
    top: -2.6666666667vw;
    right: 1.0666666667vw;
  }
  .p-feature__heart {
    top: 2.1vw;
    left: 0.3rem;
    width: 3.4vw;
  }
  .p-feature__count {
    top: 2.1vw;
    right: 0.35rem;
    font-size: 2.8vw;
  }
}

.p-feature__wrapper {
  position: relative;
  margin-left: 21.9375rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__wrapper {
    margin-left: 0;
    padding-top: 13.3333333333vw;
  }
}

.p-feature__content {
  position: relative;
  padding-top: 13.8125rem;
}
@media screen and (max-width: 1439px) {
  .p-feature__content {
    padding-top: 15.3472222222vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature__content {
    padding-top: 36.8vw;
  }
}

.p-feature__en-title {
  position: absolute;
  top: 3.3125rem;
  left: 2.375rem;
  font-size: 9.25rem;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .p-feature__en-title {
    top: 3.6805555556vw;
    left: 2.6388888889vw;
    font-size: 10.2777777778vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature__en-title {
    top: 0;
    left: 41.0666666667vw;
    font-size: 17.6vw;
  }
}

.p-feature__head-text {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-feature__head-text {
    font-size: 7.4666666667vw;
    line-height: 1.4;
    margin-left: 41.3333333333vw;
  }
}

.p-feature__title-wrap {
  display: grid;
  grid-template-areas: "vertical title" "vertical text";
  grid-template-columns: 7rem 1fr;
  gap: 0.3125rem 1.3125rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 1439px) {
  .p-feature__title-wrap {
    grid-template-columns: 7.7777777778vw 1fr;
    gap: 0.3472222222vw 1.3125rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature__title-wrap {
    grid-template-columns: 16.8vw 1fr;
    gap: 1.0666666667vw 2.6666666667vw;
    margin-top: 0.6875rem;
  }
}

.p-feature__title-vertical {
  background: #E00000;
  color: #fff;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  padding: 0.3125rem 1.25rem 0 0.625rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  grid-area: vertical;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1439px) {
  .p-feature__title-vertical {
    font-size: 6.1111111111vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature__title-vertical {
    font-size: 12.5333333333vw;
    padding: 0.5333333333vw 2.9333333333vw 0 1.6vw;
  }
}

.p-feature__title {
  grid-area: title;
  font-size: 2.875rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.p-feature__title span {
  color: #E00000;
  font-size: 5.125rem;
  letter-spacing: -0.06em;
  margin-right: 0.4375rem;
}
@media screen and (max-width: 1439px) {
  .p-feature__title {
    font-size: 3.1944444444vw;
  }
  .p-feature__title span {
    font-size: 5.6944444444vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature__title {
    font-size: 5.3333333333vw;
  }
  .p-feature__title span {
    font-size: 8.5333333333vw;
    margin-right: 0.5333333333vw;
  }
}

.p-feature__text {
  grid-area: text;
  font-size: 1.8125rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.035em;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1439px) {
  .p-feature__text {
    font-size: 2.0138888889vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature__text {
    font-size: 3.7333333333vw;
    letter-spacing: 0.01em;
    margin-left: 1.3333333333vw;
  }
}

.p-feature__lists {
  margin-top: 3.125rem;
}
@media screen and (max-width: 1279.98px) {
  .p-feature__lists {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature__lists {
    margin-top: 2.5rem;
  }
}

.p-feature__lists-title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.05em;
  text-align: center;
  background: #fff;
  padding: 0.625rem 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 1px solid #242424;
}
@media screen and (max-width: 767.98px) {
  .p-feature__lists-title {
    font-size: 1.25rem;
    padding: 0.5625rem 1.5rem 0.1875rem;
  }
}

.p-feature__list {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__list {
    margin-top: 1.25rem;
    grid-template-columns: auto;
    gap: 0.625rem;
  }
}

.p-feature__list-item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18.5625rem;
}
.p-feature__list-item:nth-child(1) {
  padding-top: 2.6875rem;
  gap: 0.875rem;
}
.p-feature__list-item:nth-child(1) .p-feature__list-icon {
  width: 6.375rem;
}
.p-feature__list-item:nth-child(2) {
  padding-top: 3.5625rem;
  gap: 2.125rem;
}
.p-feature__list-item:nth-child(2) .p-feature__list-icon {
  width: 6.625rem;
}
.p-feature__list-item:nth-child(3) {
  padding-top: 3.1875rem;
  gap: 2.125rem;
}
.p-feature__list-item:nth-child(3) .p-feature__list-icon {
  width: 6.6875rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__list-item {
    height: auto;
  }
  .p-feature__list-item:nth-child(1) {
    padding: 1.25rem;
    gap: 0.75rem;
  }
  .p-feature__list-item:nth-child(1) .p-feature__list-icon {
    width: 3.875rem;
  }
  .p-feature__list-item:nth-child(2) {
    padding: 1.25rem;
    gap: 0.6875rem;
  }
  .p-feature__list-item:nth-child(2) .p-feature__list-icon {
    width: 5.375rem;
  }
  .p-feature__list-item:nth-child(3) {
    padding: 1.25rem;
    gap: 0.9375rem;
  }
  .p-feature__list-item:nth-child(3) .p-feature__list-icon {
    width: 5rem;
  }
}

.js-order-fadeChild {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.js-order-fadeChild.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p-feature__list-icon img {
  width: 100%;
}

.p-feature__list-text {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.05em;
  text-align: center;
}
.p-feature__list-text span {
  color: #E00000;
}
@media screen and (max-width: 767.98px) {
  .p-feature__list-text {
    font-size: 1.125rem;
  }
}

.p-feature__bottom {
  margin-top: 6.25rem;
  padding: 6.3125rem 0 4.9375rem;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  .p-feature__bottom {
    margin-top: 6.9444444444vw;
    padding: 7.0138888889vw 0 5.4861111111vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature__bottom {
    margin-top: 3.75rem;
    padding: 3.75rem 0 4.125rem;
  }
}

.p-feature__bottom-title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.05em;
  text-align: center;
}
.p-feature__bottom-title span {
  color: #E00000;
  font-size: 2.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__bottom-title {
    font-size: 1.625rem;
    line-height: 1.3;
  }
  .p-feature__bottom-title span {
    font-size: 2rem;
  }
}

.p-feature__bottom-wrapper {
  margin-top: -1.0625rem;
  display: grid;
  grid-template-columns: 24.0625rem 38.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  width: 63.75rem;
  margin-inline: auto;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
@media screen and (max-width: 1439px) {
  .p-feature__bottom-wrapper {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature__bottom-wrapper {
    margin-top: 0.3125rem;
    grid-template-columns: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding-inline: 1.25rem;
    gap: 0;
  }
}

.p-feature__graph {
  padding: 8.5625rem 6.9375rem 9rem 7.375rem;
  background: url(../images/graph.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-feature__graph {
    width: 19.5625rem;
    margin-inline: auto;
    padding: 7.1875rem 5.75rem 7.75rem 5.875rem;
  }
}

.p-feature__graph-text {
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.p-feature__graph-text span {
  display: inline-block;
  background: #E00000;
  color: #fff;
  font-size: 1.1875rem;
  letter-spacing: -0.03em;
  padding: 0 0.1875rem;
  margin: 0.25rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-feature__graph-text {
    font-size: 0.6875rem;
  }
  .p-feature__graph-text span {
    font-size: 0.9375rem;
  }
}

.p-feature__bottom-content {
  margin-top: -0.375rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__bottom-content {
    margin-top: 0;
  }
}

.p-feature__bottom-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
.p-feature__bottom-text span {
  color: #E00000;
  font-weight: 800;
}
.p-feature__bottom-text + .p-feature__bottom-text {
  margin-top: 1.9em;
}

.p-header {
  width: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
}

.p-header__inner {
  max-width: 1440px;
  padding: 1.25rem 3.4722222222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-header__inner {
    padding: min(2.6666666667vw, 10px);
  }
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16.6975881262%;
}
@media screen and (max-width: 959px) {
  .p-header__logo {
    width: min(37.3333333333vw, 140px);
  }
}

.p-header__logo a {
  display: block;
  width: 100%;
}
.p-header__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25rem;
  background: #fff;
  border-radius: 2.8125rem;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
          box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  padding: 0.75rem min(3.4722222222vw, 50px) 0.875rem min(3.125vw, 45px);
  width: 87.5373134328%;
}
@media screen and (max-width: 959px) {
  .p-header__wrapper {
    width: 100%;
    padding: min(2.4vw, 9px) 0 min(2.6666666667vw, 10px) min(5.3333333333vw, 20px);
  }
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 959px) {
  .p-header__hamburger {
    display: block;
    background: none;
    border: none;
    padding: min(4.5333333333vw, 17px) min(5.3333333333vw, 20px);
    width: min(17.0666666667vw, 64px);
    height: min(10.9333333333vw, 41px);
    position: relative;
    z-index: 95;
    cursor: pointer;
  }
  .p-header__hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-header__hamburger span:nth-child(2) {
    margin-top: 0.375rem;
  }
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(1px) rotate(-45deg);
          transform: translateY(1px) rotate(-45deg);
}
.p-header__hamburger.open span:nth-child(2) {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-header__contact {
  width: 10.8955223881%;
}
.p-header__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.3125rem;
  padding: 1.125rem 0.3125rem 0.8125rem;
  background: #E00000;
  border-radius: 2.8125rem;
  font-size: clamp(10px, 0.9027777778vw, 13px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__contact a::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.4375rem;
  background: url(../images/icon_mail.svg) no-repeat center center/contain;
}
@media (hover: hover) {
  .p-header__contact a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 959px) {
  .p-header__contact {
    display: none;
  }
}

.p-mv-record {
  position: relative;
  max-width: 51.875rem;
  margin-inline: auto;
}

.p-mv-record__title {
  position: absolute;
  top: -3.375rem;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-mv-record__title {
    top: -4.2666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-mv-record__title-sm {
  font-size: 1.75rem;
  font-weight: 900;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv-record__title-sm {
    font-size: 5.3333333333vw;
    margin-top: 0;
  }
}

.p-mv-record__title-large {
  font-size: 3.875rem;
  font-weight: 800;
  color: #E00000;
  position: relative;
  margin-left: 0.3125rem;
  margin-right: 0.75rem;
}
.p-mv-record__title-large::after {
  content: "※";
  font-size: 0.75rem;
  font-weight: 500;
  color: #242424;
  position: absolute;
  top: 1.6875rem;
  right: -0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv-record__title-large {
    font-size: 10.6666666667vw;
    margin: 0;
    margin-top: -1.8666666667vw;
  }
  .p-mv-record__title-large::after {
    top: 2.9333333333vw;
    right: -5.3333333333vw;
  }
}

.p-mv-record__title-mid {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 0.4375rem;
}

.p-mv-record__wrap {
  background: #fff;
  padding: 2rem 1.875rem 1.25rem 1.5625rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv-record__wrap {
    padding: 20.2666666667vw 8vw 5.6vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.6666666667vw;
  }
}

.p-mv-record__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
}
.p-mv-record__item:not(:first-child) {
  margin-left: 1.6875rem;
}
.p-mv-record__item:not(:first-child) .p-mv-record__count {
  margin-left: 0.4375rem;
}
.p-mv-record__item:not(:last-child) {
  padding-right: 2.375rem;
  position: relative;
}
.p-mv-record__item:not(:last-child) .p-mv-record__count {
  margin-left: 0.3125rem;
}
.p-mv-record__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 5.25rem;
  background: #242424;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .p-mv-record__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-mv-record__item:not(:last-child) {
    padding-right: 4vw;
  }
  .p-mv-record__item:not(:last-child)::after {
    height: 17.3333333333vw;
    right: -0.5333333333vw;
  }
  .p-mv-record__item:not(:last-child) .p-mv-record__count {
    margin-left: 0;
  }
  .p-mv-record__item:not(:first-child) {
    margin-left: 0;
  }
  .p-mv-record__item:not(:first-child) .p-mv-record__count {
    margin-left: 0;
  }
}

.p-mv-record__item-title {
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv-record__item-title {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-top: 0;
    width: 100%;
  }
}

.p-mv-record__count {
  font-size: 5rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  min-width: 8.125rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-mv-record__count {
    font-size: 13.8666666667vw;
    line-height: 1;
    min-width: 22.4vw;
    text-align: left;
  }
}

.p-mv-record__unit {
  margin-top: auto;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  .p-mv-record__unit {
    font-size: 4.2666666667vw;
    margin-bottom: 0.8vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-mv-record__note {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.6;
  text-align: right;
  display: block;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv-record__note {
    text-align: left;
    margin-top: 4vw;
    font-size: min(3.2vw, 18px);
  }
}

.p-mv-worry {
  max-width: 38.75rem;
  margin-inline: auto;
}

.p-mv-worry__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #E00000;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-align: center;
  padding: 1.25rem 3.75rem 1.25rem 2.375rem;
  -webkit-transform: skewX(-20deg) translateX(10px);
          transform: skewX(-20deg) translateX(10px);
}
.p-mv-worry__title span {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-mv-worry__title {
    font-size: 4.8vw;
    padding: 2.4vw 4.8vw 2.4vw 4.5333333333vw;
    -webkit-transform: skewX(-20deg) translateX(0);
            transform: skewX(-20deg) translateX(0);
  }
}

.p-mv-worry__list {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv-worry__list {
    margin-top: 5.3333333333vw;
  }
}

.p-mv-worry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4375rem;
}
.p-mv-worry__item::before {
  content: "";
  width: 7rem;
  height: 7rem;
  background: url(../images/icon.webp) no-repeat center center/contain;
}
.p-mv-worry__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv-worry__item {
    gap: 5.3vw;
  }
  .p-mv-worry__item::before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .p-mv-worry__item:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}

.p-mv-worry__text {
  background: #F3D3D3;
  border-radius: 0.5rem;
  padding: 0.875rem 1.625rem 0.8125rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
.p-mv-worry__text::before {
  content: "";
  width: 2.0625rem;
  height: 0.875rem;
  background: #F3D3D3;
  position: absolute;
  top: 2.0625rem;
  left: -1.8125rem;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767.98px) {
  .p-mv-worry__text {
    font-size: min(3.7333333333vw, 24px);
    padding: 1.6vw 2vw 1.6vw 3.45vw;
    border-radius: 1.0666666667vw;
  }
  .p-mv-worry__text::before {
    width: 4.5333333333vw;
    height: 1.8666666667vw;
    top: 4.5333333333vw;
    left: -4vw;
  }
}

.p-mv {
  padding: 9.5625rem 0 4.8125rem;
  position: relative;
  z-index: 9;
}
.p-mv::before {
  content: "";
  width: 68.8888888889%;
  height: 40.7638888889vw;
  display: block;
  background: url(../images/mv_bg_top.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-mv::after {
  content: "";
  width: 100%;
  height: 43.2638888889vw;
  display: block;
  background: url(../images/mv_bg_bottom.webp) no-repeat center center/cover;
  position: absolute;
  top: 40.6944444444vw;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 2000px) {
  .p-mv {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv {
    padding: 20.8vw 0 8vw;
    overflow-x: clip;
  }
  .p-mv::before {
    background: url(../images/mv_bg_sptop.webp) no-repeat center center/cover;
    width: 100%;
    height: 78.9333333333vw;
    top: 79.4666666667vw;
  }
  .p-mv::after {
    background: url(../images/mv_bg_spbottom.webp) no-repeat center center/cover;
    top: 192.2666666667vw;
    height: 133.3333333333vw;
  }
}

.p-mv__inner {
  max-width: 1220px;
}

.p-mv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.4700854701%;
}
@media screen and (max-width: 767.98px) {
  .p-mv__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}

.p-mv__video {
  width: 29.8290598291%;
  padding: 1.4375rem 1.5625rem 1.2rem;
  position: relative;
}
.p-mv__video::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/phone.webp) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-mv__video video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-mv__video {
    padding: 3.4666666667vw 3.4666666667vw 4vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50.6666666667vw;
    margin-top: 0.25rem;
  }
  .p-mv__video video {
    border-radius: 0.8rem;
    transform: translateY(2px);
  }
}

.p-mv__content {
  width: 57.5213675214%;
}
@media screen and (max-width: 767.98px) {
  .p-mv__content {
    display: contents;
  }
}

.p-mv__title {
  margin-left: -0.625rem;
  font-weight: 900;
  line-height: 1.3;
  -webkit-transform: matrix(1, 0, -0.17, 0.98, 0, 0);
          transform: matrix(1, 0, -0.17, 0.98, 0, 0);
}
@media screen and (max-width: 767.98px) {
  .p-mv__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin: 0;
  }
}

.p-mv__title-red {
  font-size: 6.875rem;
  font-weight: 900;
  color: #E00000;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1439px) {
  .p-mv__title-red {
    font-size: min(9.1145833333vw, 110px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv__title-red {
    font-size: 16.5333333333vw;
  }
}

.p-mv__title-mid {
  font-size: 4.25rem;
  margin-left: 0.1875rem;
}
@media screen and (max-width: 1439px) {
  .p-mv__title-mid {
    font-size: min(5.7291666667vw, 68px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv__title-mid {
    font-size: 9.6vw;
  }
}

.p-mv__title-right {
  font-size: 3.375rem;
  text-align: right;
  display: block;
  margin-right: -2.3125rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1439px) {
  .p-mv__title-right {
    font-size: min(4.296875vw, 54px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv__title-right {
    font-size: 8vw;
    text-align: center;
    margin-right: -0.9375rem;
  }
}

.p-mv__title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 2.625rem;
  color: #B70000;
  margin-top: 0.625rem;
  margin-left: 2.9375rem;
}
.p-mv__title-line::before, .p-mv__title-line::after {
  content: "";
  display: block;
  width: 4.4375rem;
  height: 0.125rem;
  background: #F3D3D3;
}
@media screen and (max-width: 1439px) {
  .p-mv__title-line {
    font-size: min(3.2552083333vw, 42px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv__title-line {
    font-size: 6.4vw;
    margin-right: -1.5rem;
    margin-left: 0;
    gap: 0.75rem;
  }
  .p-mv__title-line::before, .p-mv__title-line::after {
    width: 12vw;
    margin-top: 0.3125rem;
  }
}

.p-mv__box {
  background: #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5625rem 0.9375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 3.7333333333vw;
    width: 100%;
    padding: 1.8666666667vw 4vw 2.1333333333vw 12vw;
  }
}

.p-mv__box-en {
  color: #fff;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-size: 1rem;
  padding-right: 1.1875rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__box-en {
    font-size: 2.6666666667vw;
    padding-right: 3.2vw;
  }
}

.p-mv__box-title {
  color: #E8D487;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  padding-left: 1.25rem;
}
.p-mv__box-title::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-mv__box-title {
    font-size: 4.2666666667vw;
    padding-left: 3.2vw;
  }
}

.p-mv__award {
  margin-top: 1.625rem;
  margin-left: -0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2156573117%;
}
@media screen and (max-width: 767.98px) {
  .p-mv__award {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 3.7333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.4666666667vw 1.3333333333vw;
    margin-left: 0;
    margin-top: 3.2vw;
  }
}

.p-mv__award-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-mv__award-item::before, .p-mv__award-item::after {
  content: "";
  display: block;
  width: 1.8125rem;
  height: 100%;
  background: url(../images/laurel.svg) no-repeat center center/contain;
}
.p-mv__award-item::after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (max-width: 767.98px) {
  .p-mv__award-item {
    gap: 0.8vw;
  }
  .p-mv__award-item::before, .p-mv__award-item::after {
    width: 4.8vw;
    height: 12vw;
  }
}

.p-mv__award-text {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #CDAA2A;
  text-align: center;
}
.p-mv__award-text span {
  display: block;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1439px) {
  .p-mv__award-text {
    font-size: min(1.5625vw, 20px);
  }
  .p-mv__award-text span {
    font-size: min(1.0416666667vw, 14px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv__award-text {
    font-size: 3.4666666667vw;
  }
  .p-mv__award-text span {
    font-size: 2.4vw;
  }
}

.p-mv__btns {
  margin-top: 2.75rem;
  margin-left: 0.4375rem;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__btns {
    margin: 0;
  }
}

.p-mv__record {
  margin-top: 6.6875rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__record {
    margin-top: 14.9333333333vw;
  }
}

.p-mv__worry {
  margin-top: 5.375rem;
}
@media screen and (min-width: 1441px) {
  .p-mv__worry {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv__worry {
    margin-top: 38.1333333333vw;
  }
}

.p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 959px) {
  .p-nav {
    background: #fff;
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow-y: auto;
    padding: min(25.0666666667vw, 105px) min(9.8666666667vw, 37px) min(26.6666666667vw, 100px);
  }
}

.p-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-nav__list {
    max-width: 300px;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-nav__item a {
  display: block;
  padding: 0 min(0.8680555556vw, 12.5px);
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media (hover: hover) {
  .p-nav__item a:hover {
    opacity: 1;
    color: #e00000;
  }
}
@media screen and (max-width: 959px) {
  .p-nav__item:not(:first-child) {
    margin-top: 1px;
  }
  .p-nav__item a {
    font-size: min(4.2666666667vw, 16px);
    text-align: center;
    padding: min(3.2vw, 12px) 0;
  }
}

.p-nav__contact {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-nav__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: min(3.2vw, 12px);
       -moz-column-gap: min(3.2vw, 12px);
            column-gap: min(3.2vw, 12px);
    background: #E00000;
    border-radius: 2.8125rem;
    font-size: min(3.4666666667vw, 13px);
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.6;
    color: #fff;
    padding: min(4.8vw, 18px) 0 min(5.0666666667vw, 19px);
    margin-top: min(7.4666666667vw, 28px);
  }
  .p-nav__contact::before {
    content: "";
    display: block;
    width: min(8.5333333333vw, 32px);
    height: min(6.1333333333vw, 23px);
    background: url(../images/icon_mail.svg) no-repeat center center/contain;
  }
}

.p-number {
  background: #242424;
  color: #fff;
  padding: 5rem 0 5.3125rem;
}
@media screen and (max-width: 767.98px) {
  .p-number {
    padding: 3.75rem 0 3.9375rem;
  }
}

.p-number__inner {
  max-width: 884px;
}

.p-number__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #fff;
  color: #242424;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-align: center;
  padding: 0.375rem 4.125rem;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.p-number__title span {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-number__title {
    font-size: 1.25rem;
  }
}

.p-number__list {
  margin-top: 2.0625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4375rem 1.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-number__list {
    margin-top: 1.75rem;
    grid-template-columns: 9.8125rem 9.8125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.625rem 2rem;
  }
}

.p-number__item:nth-child(1) .p-number__count {
  width: 9.0625rem;
}
.p-number__item:nth-child(2) .p-number__count {
  width: 9.6875rem;
}
.p-number__item:nth-child(2) .p-number__wrap {
  gap: 0;
}
.p-number__item:nth-child(3) .p-number__count {
  width: 8.125rem;
}
.p-number__item:nth-child(4) .p-number__count {
  width: 8.75rem;
}
.p-number__item:nth-child(5) .p-number__count {
  width: 11.875rem;
}
.p-number__item:nth-child(5) .p-number__wrap {
  margin-right: 0;
  gap: 0.25rem;
}
.p-number__item:nth-child(6) .p-number__count {
  width: 6.875rem;
}
.p-number__item:nth-child(6) .p-number__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -0.5rem;
  gap: 0;
}
@media screen and (max-width: 767.98px) {
  .p-number__item:nth-child(1) .p-number__count {
    width: 4.875rem;
  }
  .p-number__item:nth-child(2) .p-number__count {
    width: 5.25rem;
  }
  .p-number__item:nth-child(2) .p-number__wrap {
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-number__item:nth-child(3) .p-number__count {
    width: 4.25rem;
  }
  .p-number__item:nth-child(4) .p-number__count {
    width: 4.75rem;
  }
  .p-number__item:nth-child(4) .p-number__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-number__item:nth-child(5) .p-number__count {
    width: 6.375rem;
  }
  .p-number__item:nth-child(5) .p-number__wrap {
    margin-right: 0;
    gap: 0.25rem;
  }
  .p-number__item:nth-child(6) .p-number__count {
    width: 3.125rem;
  }
  .p-number__item:nth-child(6) .p-number__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -0.5rem;
    gap: 0;
  }
}

.p-number__item-title {
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
.p-number__item-title--sm {
  font-size: 1.3125rem;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .p-number__item-title {
    margin-inline: -2px;
    width: calc(100% + 4px);
    font-size: 0.9375rem;
  }
  .p-number__item-title--sm {
    font-size: 0.9375rem;
  }
}

.p-number__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.625rem;
  margin-top: -0.25rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-number__wrap {
    margin-right: 0;
    margin-top: 0.4375rem;
  }
}

.p-number__count {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-align: center;
}
.p-number__count--sm {
  font-size: 4.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-number__count {
    font-size: 3.25rem;
  }
  .p-number__count--sm {
    font-size: 3.25rem;
  }
}

.p-number__unit {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: -0.375rem;
}
@media screen and (max-width: 767.98px) {
  .p-number__unit {
    font-size: 1.125rem;
  }
}

.p-other {
  padding: 5rem 0 6.25rem;
  background: #F5F5F5;
}
@media screen and (max-width: 767.98px) {
  .p-other {
    padding: 3.75rem 0 3.625rem;
  }
}

.p-other__inner {
  max-width: 978px;
}

.p-other__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
.p-other__title span {
  display: inline-block;
  background: #E00000;
  color: #fff;
  font-size: 2rem;
  line-height: 1.625;
  padding-left: 0.5rem;
  margin-top: 0.1875rem;
  margin-bottom: 0.75rem;
}
.p-other__title span.p-other__sp-mg {
  margin-right: 0.5rem;
  padding-left: 0;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-other__title {
    font-size: 1.25rem;
  }
  .p-other__title span {
    font-size: 1.5rem;
    margin: 0;
    padding-inline: 0.3rem;
  }
  .p-other__title span.p-other__sp-mg {
    margin-top: 0.1875rem;
    margin-right: 0.3125rem;
    margin-bottom: 0.1875rem;
    padding-inline: 0.3rem;
  }
}

.p-other__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
}
@media screen and (max-width: 767.98px) {
  .p-other__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem;
    width: 20.9375rem;
    margin-top: 1.25rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767.98px) {
  .p-other__item {
    width: 6.25rem;
  }
}

.p-other__image {
  width: 8.875rem;
  margin-inline: auto;
}
.p-other__image img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-other__image {
    width: 6.25rem;
  }
}

.p-other__text {
  white-space: nowrap;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.6;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-other__text {
    font-size: 0.75rem;
    margin-top: 0.4375rem;
  }
}

.p-reason {
  background: #F5F5F5;
  padding: 8.8125rem 0 5rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 767.98px) {
  .p-reason {
    padding: 4.5rem 0 3.5625rem;
  }
}

.p-reason__en-title {
  position: absolute;
  left: calc(50% + 2.6875rem);
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-reason__en-title {
    left: calc(50% - 2rem);
    top: 1.375rem;
  }
}

.p-reason__inner {
  max-width: 890px;
}

.p-reason__title {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  padding-left: 1.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__title {
    font-size: 1.625rem;
    padding-left: 0;
    line-height: 1.45;
  }
}

.p-reason__title-large {
  font-size: 3.375rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__title-large {
    font-size: 2rem;
  }
}

.p-reason__title-red {
  color: #E00000;
}

.p-reason__title-num {
  font-size: 3.125rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__title-num {
    font-size: 2rem;
  }
}

.p-reason__list {
  margin-top: 2.875rem;
  display: grid;
  gap: 2.1875rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__list {
    margin-top: 2.1875rem;
    gap: 2.625rem;
  }
}

.p-reason__item {
  background: #fff;
  position: relative;
  padding: 3.25rem 3.8125rem 2.875rem 6rem;
  margin-left: 2.4375rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__item {
    padding: 2.0625rem 1.25rem 1.25rem;
    margin-left: 0;
  }
}

.p-reason__num {
  color: #E00000;
  font-size: 6.25rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  position: absolute;
  top: -0.875rem;
  left: -2.4375rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__num {
    font-size: 3rem;
    top: -2.3125rem;
    left: 0.125rem;
  }
}

.p-reason__item-title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.43;
}
.p-reason__item-title span {
  position: relative;
  z-index: 1;
}
.p-reason__item-title span::after {
  content: "";
  display: block;
  width: 0;
  height: 0.75rem;
  background: #E8D487;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  z-index: -1;
  transition: all 1s;
}
.p-reason__item-title span.sp-line::after {
  display: none;
}
.js-show-line.is-active::after {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-reason__item-title {
    font-size: 1.3125rem;
    text-align: center;
    line-height: 1.5;
  }
  .p-reason__item-title span::after {
    height: 0.625rem;
    bottom: -0.1875rem;
  }
  .p-reason__item-title span.sp-line::after {
    display: block;
  }
  .p-reason__item-title span.pc-line::after {
    display: none;
  }
}

.p-reason__item-text {
  margin-top: 0.625rem;
  margin-left: 0.1875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .p-reason__item-text {
    margin-top: 0.5625rem;
    margin-left: 0;
  }
}

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

.u-mobile {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */





/*-------------------------------------
徐々に表示されていくアニメーション
-------------------------------------*/

.js-clip-down {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 1s;
}
.js-clip-down.is-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.js-clip-right {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 1.5s;
}
.js-clip-right.is-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}





/*-------------------------------------
後半共通タイトル
-------------------------------------*/

.c-secondHalf-title {
  text-align: center;
  font-weight: 900;
  font-size: min(calc(100vw / 1000 * 42), 42px);
  line-height: 1.6;
  letter-spacing: -0.05em;
  position: relative;
}

.c-secondHalf-title__red {
  color: #E00000;
}

@media screen and (max-width: 767.98px) {
  .c-secondHalf-title {
    font-size: 32px;
  }
}





/*-------------------------------------
case
-------------------------------------*/

.p-case {
  background-color: #f5f5f5;
  padding-top: 95px;
  padding-bottom: 100px;
  position: relative;
}

.p-case__en-title {
  position: absolute;
  top: 92px;
  left: -14px;
  line-height: 1;
  writing-mode: vertical-rl;
}

.p-case__title {
  text-align: center;
  font-weight: 900;
  font-size: 42px;
  letter-spacing: -0.05em;
  position: relative;
}

.p-case__title-red {
  color: #e00000;
}

.p-case__title-small {
  font-size: 32px;
}

.p-case__list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.p-case__item {
  width: 300px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
}

.p-case__item-label {
  display: block;
  width: 94px;
  padding-top: 5px;
  padding-right: 4px;
  background-color: #fff;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
}

.p-case__item-container {
  margin-top: -1px;
  padding: 9px 14px 38px;
  background-color: #fff;
}

.p-case__item-company {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.6;
}

.p-case__item-desc {
  margin-top: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.03em;
}

.p-case__item-bottom {
  margin-top: 25px;
  padding-left: 12px;
  position: relative;
}

.p-case__item-graph {
  width: 148px;
}

.p-case__item-badge {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-color: #e60012;
  border-radius: 50%;
  width: 116px;
  height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-case__item-badge-text {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #fff;
}

.p-case__item-badge-big {
  font-size: 22px;
}

.p-case__pagination {
  display: none;
}

.p-case__support {
  margin-top: 30px;
}
.p-case__support:has(.p-case__support-title) {
  margin-top: 64px;
}

.p-case__support-title {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.05em;
}

.p-case__support-caution {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.05em;
}

.p-case__support-slider-wrapper {
  margin-top: 46px;
  display: flex;
  overflow: hidden;
}

.p-case__support-slider {
  animation: scroll-left 30s infinite linear 0.5s both;
  display: flex;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.p-case__support-slide {
  width: 195px;
  margin-inline: 5px;
}

button.p-case__support-button {
  cursor: pointer;
  position: relative;
}
button.p-case__support-button::before {
  position: absolute;
  top: 1px;
  right: 3px;
  content: "※";
  font-size: 12px;
  color: #242424;
}

.p-case__support-button img {
  width: 100%;
  height: auto;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal-content {
  display: none;
  position: fixed;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.modal-container {
  width: min(calc(100vw / 1000 * 800), 800px);
  padding: 50px min(calc(100vw / 1000 * 100), 100px);
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  column-gap: min(calc(100vw / 1280 * 105), 105px);
}

.modal-container__image {
  width: min(calc(100vw / 1280 * 228), 228px);
}

.modal-container__image img {
  border-radius: 10px;
  height: auto;
}

.modal-container__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-container__logo {
  width: min(calc(100vw / 1280 * 195), 195px);
}

.modal-container__logo img {
  height: auto;
}

.modal-container__text {
  margin-top: 24px;
  width: 252px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.05em;
  color: #fff;
}

.modal-closeButton {
  position: absolute;
  top: 30px;
  right: 30px;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) {
  .modal-closeButton:hover {
    opacity: 0.7;
  }
}

.modal-closeButton__line {
  display: block;
  content: "";
  width: 26px;
  height: 1px;
  background-color: #fff;
}
.modal-closeButton__line:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-closeButton__line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}


@media screen and (max-width: 767.98px) {

  .p-case {
    padding-top: 82px;
    padding-bottom: 55px;
  }

  .p-case__en-title {
    top: 32px;
    left: -2px;
    writing-mode: horizontal-tb;
  }

  .p-case__title {
    font-size: min(calc(100vw / 375 * 24), 24px);
  }

  .p-case__title-small {
    display: block;
    transform: translateY(2px);
    font-size: 18px;
  }

  .p-case__sp-slider {
    margin: 22px calc(50% - 50vw) 0;
  }
  .p-case__list {
    margin-top: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;
  }

  .p-case__item {
    width: auto;
  }

  .p-case__item-label {
    padding-right: 8px;
  }

  .p-case__item-container {
    padding: 10px 15px 39px;
  }

  .p-case__item-bottom {
    width: min(calc(100vw / 375 * 270), 270px);
    padding-left: min(calc(100vw / 375 * 12), 12px);
    margin-inline: auto;
  }

  .p-case__item-graph {
    width: min(calc(100vw / 375 * 148), 148px);
  }

  .p-case__item-badge {
    right: min(calc(100vw / 375 * 8), 8px);
  }
  .p-case__pagination {
    display: block;
    margin-top: 11px;
    text-align: center;
  }
  .p-case__pagination .swiper-pagination-bullet {
    background-color: #9e9e9e;
    opacity: 1;
  }
  .p-case__pagination .swiper-pagination-bullet-active {
    background-color: #e00000;
  }
  .swiper-horizontal
    > .p-case__pagination.swiper-pagination-bullets
    .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .p-case__slider-next,
  .p-case__slider-prev {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
  }
  .p-case__slider-next::after,
  .p-case__slider-prev::after {
    content: "";
    width: 7px;
    height: 12px;
    background: url(../images/slider_arrow.svg) no-repeat center center /
      contain;
  }
  .p-case__slider-prev {
    left: 20px;
    padding-right: 2px;
  }
  .p-case__slider-prev::after {
    transform: rotateY(180deg);
  }
  .p-case__slider-next {
    right: 20px;
    padding-left: 2px;
  }
  .p-case__support {
    margin-top: 20px;
  }
  .p-case__support:has(.p-case__support-title) {
    margin-top: 52px;
  }

  .p-case__support-caution {
    margin-top: 4px;
  }

  .p-case__support-slider-wrapper {
    margin-top: 22px;
  }

  .p-case__support-slide {
    width: 145px;
  }

  .modal-content {
    top: 49%;
  }

  .modal-container {
    width: min(calc(100vw / 375 * 335), 335px);
    padding: 43px min(calc(100vw / 375 * 20), 20px) 37px;
    flex-direction: column;
  }

  .modal-container__top {
    display: flex;
    align-items: center;
    column-gap: min(calc(100vw / 375 * 18), 18px);
  }

  .modal-container__image {
    width: min(calc(100vw / 375 * 114), 114px);
  }

  .modal-container__logo {
    width: auto;
    flex: 1;
    margin-top: 14px;
  }

  .modal-container__text {
    width: 100%;
    margin-top: 10px;
  }

}

@media screen and (max-width: 374.98px) {
  .p-case__item-desc {
    font-size: 14px;
  }
}





/*-------------------------------------
flow
-------------------------------------*/

.p-flow {
  padding-top: 122px;
  padding-bottom: 100px;
  position: relative;
}

.p-flow__en-title {
  position: absolute;
  top: -16px;
  left: calc(50% + 3rem);
}

.p-flow__content {
  margin-top: 40px;
  margin-inline: auto;
  width: min(calc(100vw / 1100 * 1000), 1000px);
}

.p-flow__term-list {
  display: flex;
  justify-content: center;
}

.p-flow__term-item {
  width: calc(100% / 3);
  padding-block: 10px;
}
.p-flow__term-item:nth-child(1) {
  background-color: #f3d3d3;
  clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
}
.p-flow__term-item:nth-child(2) {
  background-color: #f6a2a2;
  clip-path: polygon(0 0, 94% 0%, 100% 50%, 94% 100%, 0 100%, 6% 50%);
}
.p-flow__term-item:nth-child(3) {
  background-color: #e00000;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 6% 50%, 0 0);
}

.p-flow__term-text {
  text-align: center;
  font-weight: 900;
  font-size: min(2.6vw, 26px);
  color: #fff;
  letter-spacing: 0.03em;
}

.p-flow__term-text span {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: min(3.2vw, 32px);
}

.p-flow__detail-list {
  margin-top: 27px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.p-flow__detail-item {
  width: calc((100% - 7px * 5) / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-flow__detail-item:not(:first-child)::before {
  position: absolute;
  left: -12px;
  top: 14px;
  content: "";
  width: 18px;
  height: 24px;
  background-color: #d3d3d3;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}

.p-flow__detail-icon img {
  height: 50px;
  width: auto;
}

.p-flow__detail-text {
  margin-top: 16px;
  text-align: center;
  font-weight: 900;
  font-size: min(calc(100vw / 1100 * 22), 22px);
  line-height: 1.4;
  letter-spacing: -0.05em;
}


@media screen and (max-width: 767.98px) {

  .p-flow {
    padding-block: 60px;
  }

  .p-flow__en-title {
    top: 8px;
    left: auto;
    right: 0;
  }

  .p-flow__content {
    margin-top: 16px;
    margin-inline: auto;
    max-width: 291px;
    display: flex;
    gap: min(calc(100vw / 375 * 30), 30px);
  }

  .p-flow__term-list {
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    width: min(calc(100vw / 375 * 70), 70px);
  }

  .p-flow__term-item {
    width: 100%;
    height: 161px;
    display: flex;
    justify-content: center;
  }
  .p-flow__term-item:nth-child(1) {
    padding-bottom: 24px;
    clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
  }
  .p-flow__term-item:nth-child(2) {
    clip-path: polygon(50% 6%, 100% 0, 100% 94%, 50% 100%, 0 94%, 0 0);
  }
  .p-flow__term-item:nth-child(3) {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 6%);
  }

  .p-flow__term-text {
    font-size: 16px;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-flow__term-text span {
    font-size: 22px;
    display: inline-block;
    transform: translateY(2px) rotate(-90deg);
  }

  .p-flow__detail-list {
    margin-top: 0;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px;
  }

  .p-flow__detail-item {
    width: 100%;
    flex-direction: row;
    gap: 15px;
  }
  .p-flow__detail-item:not(:first-child)::before {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-100%);
    content: "";
    width: 20px;
    height: 15px;
    background-color: #d3d3d3;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  }

  .p-flow__detail-text {
    margin-top: 0;
    font-size: 16px;
  }

}





/*-------------------------------------
price
-------------------------------------*/

.p-price {
  padding-top: 86px;
  padding-bottom: 140px;
  background-color: #f5f5f5;
  position: relative;
}

.p-price__en-title {
  position: absolute;
  top: 0;
  left: -14px;
  line-height: 1;
  transform: translateY(-10.5%);
  writing-mode: vertical-rl;
}

.p-price__list {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  position: relative;
}

.p-price__item {
  width: 317px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 5px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-price__label {
  width: 232px;
  padding: 8px;
  border-radius: 999px;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.p-price__label--light {
  background-color: #f3d3d3;
}
.p-price__label--standard {
  background-color: #f6a2a2;
}
.p-price__label--collab {
  background-color: #E00000;
}

.p-price__amount {
  margin-top: 20px;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}

.p-price__number {
  transform: translateY(-3px);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: min(calc(100vw / 375 * 65), 65px);
}

.p-price__unit {
  padding-top: 25px;
}


@media screen and (max-width: 767.98px) {

  .p-price {
    padding-top: 76px;
    padding-bottom: 60px;
  }

  .p-price__en-title {
    top: 32px;
    left: -4px;
    transform: unset;
    writing-mode: unset;
  }

  .p-price__list {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .p-price__item {
    width: 100%;
    max-width: 317px;
  }

}





/*-------------------------------------
faq
-------------------------------------*/

.p-faq {
  padding-top: 117px;
  background-color: #FCF2F2;
  position: relative;
}

.p-faq__en-title {
  position: absolute;
  top: -105px;
  right: calc(50% + 5.5rem);
}

.p-faq-accordion-list {
  margin-top: 36px;
}

.p-faq-accordion-item:not(:first-child) {
  margin-top: 20px;
}

.p-faq-accordion-button {
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 7px 70px 7px 20px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.p-faq-accordion-button::before {
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.p-faq-accordion-button::after {
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.p-faq-accordion-button.is-active::after {
  transform: translateY(-50%) rotate(0);
}

.p-faq-accordion-flex {
  display: flex;
}
.p-faq-accordion-button .p-faq-accordion-flex {
  gap: 18px;
}
.p-faq-accordion-content .p-faq-accordion-flex {
  gap: 7px;
}

.p-faq-accordion-en {
  font-weight: 900;
  font-size: 24px;
}
.p-faq-accordion-button .p-faq-accordion-en {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #E00000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.p-faq-accordion-question,
.p-faq-accordion-answer {
  flex: 1;
  transition: all 0.3s;
}

.p-faq-accordion-question {
  padding-top: 9px;
  text-align: left;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.6;
  color: #242424;
}

.p-faq-accordion-answer {
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.6;
}

.p-faq-accordion-content {
  width: 100%;
  padding: 14px 0 10px 84px;
}

.js-accordion-content {
  display: none;
}

@media screen and (max-width: 767.98px) {

  .p-faq {
    padding-top: 70px;
  }

  .p-faq__en-title {
    top: 10px;
    right: auto;
    left: 14px;
  }

  .p-faq-accordion-list {
    margin-top: 43px;
  }

  .p-faq-accordion-item:not(:first-child) {
    margin-top: 10px;
  }

  .p-faq-accordion-en {
    font-size: 20px;
  }
  .p-faq-accordion-button .p-faq-accordion-en {
    width: 40px;
    height: 40px;
  }

  .p-faq-accordion-button {
    padding: 7px min(calc(100vw / 375 * 42), 42px) 14px 10px;
  }
  .p-faq-accordion-button::before {
    top: 26px;
    right: 10px;
    transform: unset;
    width: 20px;
  }
  .p-faq-accordion-button::after {
    top: 26px;
    right: 10px;
    transform: rotate(90deg);
    width: 20px;
  }

  .p-faq-accordion-button .p-faq-accordion-flex {
    gap: 11px;
  }

  .p-faq-accordion-question {
    font-size: 16px;
  }

  .p-faq-accordion-content {
    padding: 12px 0 10px 21px;
  }

  .p-faq-accordion-answer {
    padding-top: 2px;
  }

}





/*-------------------------------------
movie
-------------------------------------*/

.p-movie {
  margin-top: -1px;
  padding-top: 100px;
  padding-bottom: 151px;
  background-color: #FCF2F2;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-movie::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 472px;
  background-image: url(../images/movie_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.p-movie__text {
  margin-top: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.p-movie__container {
  margin-top: 52px;
  margin-inline: auto;
  max-width: 734px;
}

.p-movie__container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 734 / 417;
  object-fit: cover;
}

@media screen and (min-width: 1441px) {
  .p-movie {
    padding-bottom: calc(100vw / 1440 * 151);
  }
  .p-movie::before {
    height: calc(calc(100vw / 1440 * 151) + 321px);
  }
}

@media screen and (max-width: 767.98px) {

  .p-movie {
    padding-top: 60px;
    padding-bottom: 139px;
  }
  .p-movie::before {
    height: 219px;
    background-image: url(../images/movie_bg_sp.webp);
  }

  .p-movie__text {
    margin-top: 20px;
    text-align: left;
  }

  .p-movie__container {
    margin-top: 40px;
  }

}





/*-------------------------------------
contact
-------------------------------------*/

.p-contact {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 100px;
}

.p-contact__text {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.p-contact__text span {
  display: inline-block;
}

.p-contact__caution {
  margin-top: 6px;
  display: block;
  text-align: center;
  font-size: 12px;
}

.p-contact__caution span {
  color: #E00000;
}

.p-contact__container {
  margin-top: 36px;
  margin-inline: auto;
  max-width: 1000px;
}

.p-contact-form {
  width: 100%;
}

.p-contact-form__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.p-contact-form__item:not(:first-child) {
  margin-top: 20px;
}

.p-contact-form__label {
  flex: 1;
  flex-shrink: 0;
  padding-top: 11px;
}

.p-contact-form__label-text {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  position: relative;
}
.p-contact-form__label-text::after {
  margin-left: 2px;
  content: "*";
  color: #e00000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}

.p-contact-form__input {
  width: min(calc(100vw / 1100 * 680), 680px);
}

.p-contact-form__radio-group {
  padding-block: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px min(calc(100vw / 1280 * 65), 65px);
}

.p-contact-form__radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-contact-form__radio-label::before {
  margin-right: 10px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #242424;
  border-radius: 50%;
}
.p-contact-form__radio-label:has(input[type="radio"]:checked)::before {
  background-color: #E00000;
  box-shadow: inset 0 0 0 4px #F5F5F5;
}

.p-contact-form__radio-input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.p-contact-form__radio-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.05em;
}

.p-contact-form__select-zone {
  position: relative;
  width: 100%;
}
.p-contact-form__select-zone::after {
  position: absolute;
  top: 15px;
  right: 30px;
  transform: rotate(45deg);
  content: "";
  width: 13px;
  height: 13px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
}

.p-contact-form__select {
  width: 100%;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #242424;
  appearance: none;
  cursor: pointer;
}
.p-contact-form__select option:first-child {
  color: #AFAFAF;
}
.p-contact-form__select:invalid {
  color: #AFAFAF;
}
.p-contact-form__select option {
  color: #242424;
}

.p-contact-form__input-text {
  width: 100%;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
.p-contact-form__input-text::placeholder {
  color: #AFAFAF;
  letter-spacing: -0.05em;
}

.p-contact-form__name-group {
  display: flex;
  gap: 20px;
}
.p-contact-form__name-group .p-contact-form__input-text {
  flex: 1;
}

.p-contact-form__textarea {
  width: 100%;
  min-height: 200px;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
  resize: vertical;
  font-family: inherit;
}
.p-contact-form__textarea::placeholder {
  color: #AFAFAF;
  letter-spacing: -0.05em;
}

.p-contact-form__caution {
  margin-top: 26px;
  font-size: 14px;
  line-height: 1.6;
}

.p-contact-form__check {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.p-contact-form__check-label {
  display: inline-block;
}
.p-contact-form__check-input {
  opacity: 0;
  position: absolute;
}
.p-contact-form__check-text {
  padding-left: 31px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  position: relative;
}
.p-contact-form__check-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #242424;
  vertical-align: middle;
}
.p-contact-form__check-input:checked + .p-contact-form__check-text::after {
  position: absolute;
  top: 5px;
  left: 3.5px;
  transform: rotate(-45deg);
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #242424;
  border-bottom: 2px solid #242424;
}
.p-contact-form__policy-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-contact-form__bottom {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.p-contact-form__submit {
  width: 100%;
  max-width: 380px;
  height: 80px;
  border: 1px solid #e00000;
  background-color: #e00000;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.p-contact-form__submit::after {
  content: "";
  width: 1.6875rem;
  height: 0.45rem;
  -webkit-mask-image: url(../images/icon_arrow.svg);
          mask-image: url(../images/icon_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.875rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-contact-form__submit-input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  color: #fff;
  font-weight: 900;
  font-size: 21px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-contact-form__submit:hover {
    background-color: #fff;
    opacity: 1;
  }
  .p-contact-form__submit:hover::after {
    background: #e00000;
  }
  .p-contact-form__submit:hover .p-contact-form__submit-input {
    color: #E00000;
  }
}

@media screen and (max-width: 767.98px) {

  .p-contact {
    padding-block: 60px;
  }

  .p-contact__text {
    margin-top: 20px;
    font-size: min(calc(100vw / 375 * 16), 16px);
  }

  .p-contact-form__label-text {
    font-size: 16px;
  }
  .p-contact-form__label-text::after {
    font-size: 16px;
  }

  .p-contact__container {
    margin-top: 20px;
  }

  .p-contact-form__input {
    width: 100%;
  }

  .p-contact-form__item {
    flex-direction: column;
    gap: 5px;
    align-items: stretch;
  }
  .p-contact-form__item:not(:first-child) {
    margin-top: 21px;
  }

  .p-contact-form__label {
    width: 100%;
    padding-top: 0;
  }

  .p-contact-form__select-zone::after {
    right: 20px;
  }

  .p-contact-form__radio-group {
    padding-top: 12px;
    padding-bottom: 0;
    flex-direction: column;
    gap: 15px;
  }

  .p-contact-form__name-group {
    gap: 5px;
  }

  .p-contact-form__textarea {
    min-height: 125px;
  }

  .p-contact-form__caution {
    margin-top: 12px;
  }

  .p-contact-form__bottom {
    margin-top: 40px;
  }

  .p-contact-form__submit {
    max-width: 100%;
    height: 60px;
    font-size: 16px;
  }

}





/*-------------------------------------
フッター
-------------------------------------*/

.p-footer {
  background-color: #fff;
  padding: 60px 0 30px;
}

.p-footer__inner {
  max-width: 1286px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
}

.p-footer__logo {
  width: 250px;
}

.p-footer__nav-list {
  padding-right: min(calc(100vw / 1440 * 40), 40px);
  display: flex;
  align-items: center;
  gap: 12px 30px;
  flex-wrap: wrap;
}

.p-footer__nav-link {
  display: inline-block;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #000;
}
@media (hover: hover) {
  .p-footer__nav-link:hover {
    opacity: 1;
    color: #e00000;
  }
}

.p-footer__copy {
  margin-top: 42px;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #000;
}


@media screen and (max-width: 767.98px) {

  .p-footer {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .p-footer__content {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .p-footer__logo {
    width: 220px;
  }

  .p-footer__nav-list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .p-footer__copy {
    font-size: 11px;
    margin-top: 60px;
  }
}





/*-------------------------------------
完了画面
-------------------------------------*/

.p-complete {
  padding-block: 180px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-complete__title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}

.p-complete__text {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
}

.p-complete__text span {
  display: inline-block;
}

.p-complete__link {
  margin-top: 35px;
  width: 100%;
  max-width: 380px;
  height: 80px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  display: block;
  position: relative;
  font-weight: 900;
  font-size: 21px;
  text-align: center;
  padding: 1.375rem;
  color: #fff;
  background: #E00000;
  border: 1px solid #E00000;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.p-complete__link::after {
  content: "";
  width: 1.6875rem;
  height: 0.45rem;
  -webkit-mask-image: url(../images/icon_arrow.svg);
          mask-image: url(../images/icon_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.875rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (hover: hover) {
  .p-complete__link:hover {
    opacity: 1;
    background: #fff;
    color: #E00000;
  }
  .p-complete__link:hover::after {
    background: #E00000;
  }
}

@media screen and (max-width: 767.98px) {

  .p-complete {
    padding-block: 150px;
  }
  .p-complete__link::after {
    display: none;
  }

  .p-complete__link {
    max-width: 320px;
  }

}