@charset "UTF-8";
/*
Theme Name: 
Theme URI: https://
Author: Qubic Inc
Author URI: https://qu-bic.jp
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*****************************

このファイルは直接変更しないでください。
CSSを変更・修正・追記したい場合は、cssファイルを作成し、そちらに記述お願いします。

こちらのファイルに記述した場合、変更が失われてしまったり、保守が困難になることもあります。
充分にお気をつけください。

*****************************/
/*****************************
フォント変数
*****************************/
/*****************************
ブレイクポイント
*****************************/
/*****************************
カラー変数
*****************************/
body {
  -webkit-text-size-adjust: 100%;
}

html {
  color: #5F6984;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  font-size: min(3.846vw, 18px);
}

html.is-fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  html {
    font-size: min(13px + 3 * (100vw - 768px) / 672, 16px);
  }
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #wrapper {
    height: auto;
  }
}
section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    display: block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

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

main {
  display: block;
}

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

input,
input:focus,
textarea:focus {
  outline: 0;
  border-radius: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=submit],
input[type=button],
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

figure {
  margin: 0;
}

img,
picture {
  display: block;
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.preload * {
  transition: none;
}

.l-footer {
  padding: 1.8666666667rem 1.3333333333rem;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: 2.625rem 0;
  }
}
.l-footer__link {
  text-align: center;
}

.l-footer__link a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4666666667;
  position: relative;
  padding-bottom: 0.1333333333rem;
}

.l-footer__link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5F6984;
  transition: width 0.3s;
}

@media screen and (min-width: 768px) {
  .l-footer__link a {
    font-size: 0.9375rem;
    line-height: 2.375;
    padding-bottom: 0;
  }
  .l-footer__link a::after {
    bottom: 0.2666666667rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-footer__link a:hover::after {
    width: 0;
  }
}
.l-footer__copy {
  text-align: center;
  margin: 1.4rem 0 0;
}

.l-footer__copy small {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5333333333;
}

@media screen and (min-width: 768px) {
  .l-footer__copy small {
    font-size: 1rem;
    line-height: 2.375;
  }
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: min(1.0416666667vw, 20px) 0.9375rem min(1.0416666667vw, 20px) 0.9375rem;
    max-width: 1920px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    padding: min(1.0416666667vw, 20px) min(4.1666666667vw, 80px) min(1.0416666667vw, 20px) min(4.0104166667vw, 77px);
  }
}
.l-header__logo {
  width: 16.0666666667rem;
}

.l-header__logo a {
  width: 100%;
  display: block;
}

.l-header__logo a img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    width: clamp(430px, 48.59375vw, 933px);
  }
}
.l-header nav ul {
  display: grid;
  grid-template-columns: repeat(2, 4rem);
}

.l-header nav ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.0666666667rem;
  font-size: 0.7333333333rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  aspect-ratio: 1;
}

.l-header nav ul li a::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #ffffff;
  transition: background 0.3s;
}

.l-header nav ul li a.l-header__line {
  background: #06C755;
}

.l-header nav ul li a.l-header__line::before {
  mask-image: url(./images/common/ico_line.svg);
}

.l-header nav ul li a.l-header__contact {
  background: #1AA5CB;
}

.l-header nav ul li a.l-header__contact::before {
  mask-image: url(./images/common/ico_mail.svg);
}

@media screen and (min-width: 768px) {
  .l-header nav ul {
    grid-template-columns: repeat(2, clamp(150px, 12.5vw, 240px));
    gap: min(0.78125vw, 15px);
  }
  .l-header nav ul li a {
    font-size: clamp(14px, 1.1458333333vw, 22px);
    flex-direction: row;
    aspect-ratio: 240/60;
    transition: background 0.3s, color 0.3s;
  }
  .l-header nav ul li a::before {
    width: clamp(14px, 1.1458333333vw, 22px);
    margin-right: 0.5em;
  }
  .l-header nav ul li a.l-header__line {
    border: 1px solid #06C755;
  }
  .l-header nav ul li a.l-header__contact {
    border: 1px solid #1AA5CB;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-header nav ul li a:hover {
    background: #ffffff;
  }
  .l-header nav ul li a:hover.l-header__line {
    color: #06C755;
  }
  .l-header nav ul li a:hover.l-header__line::before {
    background: #06C755;
  }
  .l-header nav ul li a:hover.l-header__contact {
    color: #1AA5CB;
  }
  .l-header nav ul li a:hover.l-header__contact::before {
    background: #1AA5CB;
  }
}
.l-header__menubtn {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #000;
}

.l-header__menubtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 40%;
  height: 2px;
  transition: 0.3s;
}

.l-header__menubtn span:nth-of-type(1) {
  transform: translate(-50%, -50%) translateY(7px);
}

.l-header__menubtn span:nth-of-type(2) {
  transform: translate(-50%, -50%);
}

.l-header__menubtn span:nth-of-type(3) {
  transform: translate(-50%, -50%) translateY(-7px);
}

.l-header__menubtn.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-header__menubtn.active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__menubtn.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner {
    width: min(90%, 1280px);
  }
}
.l-inner__wide {
  margin-inline: auto;
  width: min(100% - 2rem);
}

@media screen and (min-width: 768px) {
  .l-inner__wide {
    width: min(95%, 1680px);
  }
}
.l-inner__md {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__md {
    width: min(90%, 1080px);
  }
}
.l-inner__sm {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__sm {
    width: min(90%, 960px);
  }
}
.c-anime-txt__line-wrap {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.c-anime-txt__base, .c-anime-txt__overlay {
  position: absolute;
  top: 0;
  left: 0;
  will-change: clip-path;
}

.c-anime-txt__base {
  color: #B7C0CA;
  position: relative;
}

.c-anime-txt__overlay {
  color: transparent;
  clip-path: inset(0 var(--reveal, 100%) 0 0);
  white-space: nowrap;
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 61%, #6400B1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-btn {
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #1AA5CB;
  border: 1px solid #1AA5CB;
  padding: 0.9333333333rem 0 1rem;
  transition: background 0.3s, color 0.3s;
}

.c-btn::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  mask-image: url(./images/common/ico_mail.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  background: #ffffff;
  margin-right: 0.6666666667rem;
  transition: background 0.3s;
}

.c-btn--line {
  border: 1px solid #06C755;
  background: #06C755;
}

.c-btn--line::before {
  mask-image: url(./images/common/ico_line.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  background: #ffffff;
  margin-right: 0.3333333333rem;
}

.c-btn--thanks {
  font-weight: 700;
  font-size: 1.4666666667rem;
  line-height: 1;
  padding: 1.2rem;
}

@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.625rem;
    padding: 1.4375rem 0 1.5rem;
  }
  .c-btn::before {
    width: 1.625rem;
    height: 1.625rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-btn:hover {
    background: #ffffff;
    color: #1AA5CB;
  }
  .c-btn:hover::before {
    background: #1AA5CB;
  }
  .c-btn--line:hover {
    color: #06C755;
  }
  .c-btn--line:hover::before {
    background: #06C755;
  }
}
.c-card {
  background: #ffffff;
  box-shadow: 5.11px 5.11px 8.51px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 0.8666666667rem 0.9333333333rem 1rem;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .c-card {
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1490196078);
    padding: 1rem min(0.78125vw, 15px) 1.125rem;
  }
}
.c-card h4 {
  font-size: 1.1333333333rem;
  font-weight: 700;
  line-height: 1.4117647059;
  text-align: center;
}

.c-card h4 span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .c-card h4 {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1440px) {
  .c-card h4 {
    font-size: min(1.1111111111vw, 20px);
  }
}
@media screen and (min-width: 1680px) {
  .c-card h4 {
    font-size: 1.25rem;
  }
}
.c-card__img {
  width: 92.4242424242%;
  margin-inline: auto;
  margin-top: -0.3333333333rem;
}

.c-card__img img {
  width: 100%;
  aspect-ratio: 305/163;
}

@media screen and (min-width: 768px) {
  .c-card__img {
    margin-top: 0.375rem;
    width: 84.8699763593%;
  }
}
.c-card__body {
  margin-top: auto;
}

.c-card__categories {
  margin: 0.8rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

@media screen and (min-width: 768px) {
  .c-card__categories {
    margin-top: 0.875rem;
    gap: min(0.5729166667vw, 11px);
  }
}
.c-card__cat {
  background: #DCE8F4;
  padding: 0.3333333333rem 0.7333333333rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.1666666667;
  border-radius: 1.6666666667rem;
}

@media screen and (min-width: 768px) {
  .c-card__cat {
    font-size: 1rem;
    padding: 0.375rem 0.8125rem;
    border-radius: 1.875rem;
  }
}
.c-card__info {
  margin: 1.3333333333rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.1666666667;
}

@media screen and (min-width: 768px) {
  .c-card__info {
    margin-top: 1.125rem;
    font-size: 1rem;
  }
}
.c-card__place {
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.c-card__place::before {
  content: "";
  display: block;
  width: 0.6666666667rem;
  height: 0.8666666667rem;
  background: url(./images/common/ico_place.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .c-card__place::before {
    width: 0.875rem;
    height: 1.125rem;
    margin-top: 0.125rem;
  }
}
.c-card__occupation {
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.c-card__occupation::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.9333333333rem;
  background: url(./images/common/ico_shop.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .c-card__occupation::before {
    width: 1.25rem;
    height: 1.125rem;
  }
}
.c-card__btn {
  margin: 0.8rem 0 0;
}

.c-card__btn button {
  background: none;
  border: none;
  display: flex;
  width: 100%;
  height: 3.1333333333rem;
}

@media screen and (min-width: 768px) {
  .c-card__btn {
    margin-top: 0.5rem;
  }
  .c-card__btn button {
    height: 3.5rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-card__btn button:hover .c-card__btn-txt {
    background: #1B1685;
    color: #DCE8F4;
  }
  .c-card__btn button:hover .c-card__btn-txt2 {
    background: #ffffff;
    color: #1B1685;
  }
}
@media screen and (min-width: 1440px) {
  .c-card__btn button {
    height: min(2.9166666667vw, 56px);
  }
}
.c-card__btn-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DCE8F4;
  color: #1B1685;
  text-transform: uppercase;
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.45;
  width: 25.7575757576%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .c-card__btn-txt {
    font-size: 1.5rem;
    width: 25.706940874%;
    transition: background 0.3s, color 0.3s;
  }
}
@media screen and (min-width: 1440px) {
  .c-card__btn-txt {
    font-size: min(1.25vw, 24px);
  }
}
.c-card__btn-txt2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9333333333rem;
  font-weight: 700;
  color: #ffffff;
  background: #1B1685;
  width: 74.2424242424%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .c-card__btn-txt2 {
    font-size: 1rem;
    width: 74.293059126%;
    border: 1px solid #1B1685;
    transition: background 0.3s, color 0.3s;
  }
}
@media screen and (min-width: 1440px) {
  .c-card__btn-txt2 {
    font-size: clamp(13px, 0.8333333333vw, 16px);
  }
}
.c-form__item {
  display: grid;
  margin-top: 1.6666666667rem;
}

@media screen and (min-width: 768px) {
  .c-form__item {
    grid-template-columns: 12.5rem 1fr;
    margin-top: 2.25rem;
  }
}
.c-form__label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4666666667;
}

@media screen and (min-width: 768px) {
  .c-form__label {
    font-size: 1rem;
    padding: 1.375rem 0;
  }
}
.c-form__required {
  display: inline-block;
  color: #FF0000;
  font-weight: 400;
  margin-left: 0.3333333333rem;
}

.c-form ::placeholder {
  color: #D9D9D9;
  font-size: 1rem;
}

.c-form__input {
  margin: 1.2666666667rem 0 0;
}

.c-form__input input,
.c-form__input textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #000000;
  width: 100%;
  border: none;
  padding: 0.9333333333rem 1rem;
  background: #ffffff;
}

.c-form__input input#hp::placeholder {
  font-size: 0.7333333333rem;
}

.c-form__input textarea {
  height: 16rem;
  white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
  .c-form__input {
    margin-top: 0;
  }
  .c-form__input input,
  .c-form__input textarea {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4375;
    padding: 1.375rem 1.5625rem;
  }
  .c-form__input ::placeholder {
    font-size: 1rem;
  }
  .c-form__input input#hp::placeholder {
    font-size: 1rem;
  }
  .c-form__input textarea {
    height: 21.25rem;
  }
}
.c-form__mail-list {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  background: #ffffff;
}

.c-form__privacy {
  margin: 2.5333333333rem 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-form__privacy {
    margin-top: 2.8125rem;
  }
}
.c-form__privacy label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.c-form__privacy label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-form__privacy label input:checked + span::after {
  opacity: 1;
}

.c-form__privacy label span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4666666667;
  color: #5F6984;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-form__privacy label span {
    font-size: 1rem;
  }
}
.c-form__privacy label span a {
  position: relative;
}

.c-form__privacy label span a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5F6984;
  transition: width 0.3s;
}

@media (hover: hover) {
  .c-form__privacy label span a:hover::after {
    width: 0;
  }
}
.c-form__privacy label span::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid #5F6984;
  margin-right: 1.0666666667rem;
}

.c-form__privacy label span::after {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0.4666666667rem;
  width: 0.5333333333rem;
  height: 1rem;
  border-bottom: 2px solid #1B1685;
  border-right: 2px solid #1B1685;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s;
}

.c-form__submit {
  margin: 2.7333333333rem 0 0;
  text-align: center;
}

.c-form__submit button {
  cursor: pointer;
  display: inline-block;
  width: 20rem;
  background: #1AA5CB;
  padding: 1.0666666667rem;
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.45;
  color: #ffffff;
  border: 1px solid #1AA5CB;
  transition: background 0.3s, color 0.3s;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.c-form__submit p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4666666667;
  margin-top: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .c-form__submit {
    margin-top: 2.9375rem;
  }
  .c-form__submit button {
    font-size: 1.625rem;
    padding: 1.75rem 0 1.4375rem;
    width: 28.75rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-form__submit button:hover {
    background: #ffffff;
    color: #1AA5CB;
  }
}
@media screen and (min-width: 768px) {
  .c-form__submit p {
    font-size: 1rem;
    margin-top: 0.6875rem;
  }
}
.c-postarea {
  letter-spacing: 0.15rem;
}

@media screen and (min-width: 768px) {
  .c-postarea {
    letter-spacing: 0.25rem;
  }
}
.c-postarea p {
  margin: 1rem 0;
}

.c-postarea h2 {
  font-size: 1.5rem;
  margin: 3rem 0 2rem;
}

@media screen and (min-width: 768px) {
  .c-postarea h2 {
    font-size: 1.8rem;
    margin: 3rem 0 2.5rem;
  }
}
.c-postarea h3 {
  font-size: 1.3rem;
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .c-postarea h3 {
    font-size: 1.5rem;
    margin: 2.5rem 0 2rem;
  }
}
.c-postarea h4 {
  font-size: 1.2rem;
  margin: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  .c-postarea h4 {
    font-size: 1.25rem;
    margin: 2rem 0 1.5rem;
  }
}
.c-postarea h5 {
  font-size: 1.1rem;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .c-postarea h5 {
    font-size: 1.1rem;
    margin: 1.5rem 0;
  }
}
.c-postarea h6 {
  font-size: 1rem;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .c-postarea h6 {
    font-size: 1rem;
    margin: 1.5rem 0;
  }
}
.c-postarea ul {
  margin: 1rem 0 1rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-postarea ul {
    margin: 1.5rem 0 1.5rem 2rem;
  }
}
.c-postarea ul.blocks-gallery-grid {
  margin: 2rem 0 0;
}

@media screen and (min-width: 768px) {
  .c-postarea ul.blocks-gallery-grid {
    margin: 3rem 0 0;
  }
}
.c-postarea ul li {
  list-style: disc;
}

.c-postarea ol {
  margin: 1rem 0 1rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-postarea ol {
    margin: 1.5rem 0 1.5rem 2rem;
  }
}
.c-postarea ol li {
  list-style: decimal;
}

.c-postarea strong {
  font-weight: bold;
}

.c-postarea blockquote {
  background: #eee;
  padding: 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-postarea blockquote {
    padding: 2rem;
  }
}
.c-postarea blockquote::before, .c-postarea blockquote::after {
  position: absolute;
  content: "“";
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .c-postarea blockquote::before, .c-postarea blockquote::after {
    font-size: 3rem;
  }
}
.c-postarea blockquote::before {
  top: 0;
  left: 0;
}

.c-postarea blockquote::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.c-postarea blockquote cite {
  font-size: 0.8rem;
  color: #999;
}

.c-postarea a {
  display: inline;
  color: #aaa;
}

.c-postarea figure {
  margin: 2rem auto 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-postarea figure {
    margin: 3rem auto 2rem;
  }
}
.c-postarea img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.c-postarea table {
  width: 100%;
  margin: 1rem 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-postarea table {
    margin: 1.5rem 0 2rem;
  }
}
.c-postarea table th,
.c-postarea table td {
  border: solid 1px #e2e2e2;
  padding: 0.15rem 0.5rem;
}

@media screen and (min-width: 768px) {
  .c-postarea table th,
  .c-postarea table td {
    padding: 0.25rem 1rem;
  }
}
/* 共通の初期値 */
.c-split {
  --to: #2f3b59;
  --dur: .25;
  --stg: .04;
  --lift: .5;
  color: #B7C0CA;
}

.char {
  display: inline-block;
  white-space: pre;
  color: inherit;
  /* ← 親の薄い色をそのまま継承（初期1フレで黒く見えない） */
  opacity: 0.65;
  /* 初期の薄さもCSSで固定しておく */
  transform: translateY(var(--lift, 0));
  will-change: color, transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  /* ちらつき抑制 */
}

.p-about {
  padding: 2rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-about {
    padding-top: min(10.4166666667vw, 162px);
  }
}
@media screen and (min-width: 1440px) {
  .p-about {
    padding-top: 10.125rem;
  }
}
.p-about__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.8666666667rem;
}

.p-about__head h2 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.32;
}

.p-about__head h2 .c-anime-txt__line-wrap:nth-child(2) {
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .p-about__head {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
    text-align: left;
    margin-left: -1.4375rem;
  }
  .p-about__head h2 {
    font-size: min(5.46875vw, 80px);
    display: flex;
    flex-direction: column;
  }
  .p-about__head h2 .c-anime-txt__line-wrap:nth-child(2) {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__head h2 {
    font-size: 5rem;
  }
}
.p-about__head-txt {
  font-size: 3.3333333333rem;
  font-weight: 900;
  line-height: 1.14;
  color: #E8ECF0;
}

@media screen and (min-width: 768px) {
  .p-about__head-txt {
    font-size: min(13.0208333333vw, 160px);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__head-txt {
    font-size: 10rem;
  }
}
.p-about__head-txt2 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.8;
  color: #B7C0CA;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-about__head-txt2 {
    margin: 2.5rem 0 0 2.0625rem;
    font-size: min(2.6041666667vw, 37px);
  }
}
@media screen and (min-width: 1440px) {
  .p-about__head-txt2 {
    font-size: 2.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__txt-sm {
    font-size: min(2.0833333333vw, 30px);
  }
}
@media screen and (min-width: 1440px) {
  .p-about__txt-sm {
    font-size: 1.875rem;
  }
}
.p-about__txt-gray {
  color: #5F6984;
}

.p-about__list {
  margin: 3.7333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-about__list {
    margin-top: 8.4375rem;
  }
}
.p-about__item {
  position: relative;
  background: #E8ECF0;
  padding: 1.0666666667rem;
}

.p-about__item:not(:first-child) {
  margin-top: 2.5333333333rem;
}

.p-about__item:not(:first-child) .p-about__num {
  right: -0.4666666667rem;
}

@media screen and (min-width: 768px) {
  .p-about__item {
    padding: 4rem;
  }
  .p-about__item:not(:first-child) {
    margin-top: min(13.0208333333vw, 172px);
  }
  .p-about__item:not(:first-child) .p-about__num {
    right: max(-1.3020833333vw, -23px);
  }
  .p-about__item:nth-child(3) .p-about__img {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-about__item:nth-child(3) .p-about__img img {
    width: 66.3333333333rem;
    aspect-ratio: 995/500;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__item:not(:first-child) {
    margin-top: 10.75rem;
  }
  .p-about__item:not(:first-child) .p-about__num {
    right: -1.4375rem;
  }
}
.p-about__num {
  position: absolute;
  top: -2.0666666667rem;
  right: 1.2rem;
  font-family: "Poiret One", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.1111111111;
  color: #1B1685;
  display: inline-flex;
  align-items: baseline;
}

.p-about__num span {
  font-family: "Montserrat Underline", sans-serif;
  font-size: 0.8666666667rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0.1333333333rem;
  position: relative;
  right: -1.4666666667rem;
  background: #E8ECF0;
  display: block;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-about__num {
    top: max(-9.1145833333vw, -113px);
    right: min(5.2083333333vw, 68px);
    font-size: min(15.625vw, 193px);
  }
  .p-about__num span {
    font-size: min(3.125vw, 48px);
    right: max(-6.5104166667vw, -80px);
    padding: 0 0.3125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__num {
    top: -7.0625rem;
    right: 4.25rem;
    font-size: 12.0625rem;
  }
  .p-about__num span {
    font-size: 3rem;
    right: -5rem;
  }
}
.p-about__item-ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4666666667;
  color: #1B1685;
}

@media screen and (min-width: 768px) {
  .p-about__item-ttl {
    font-size: min(2.6041666667vw, 30px);
  }
}
@media screen and (min-width: 1440px) {
  .p-about__item-ttl {
    font-size: 1.875rem;
  }
}
.p-about__img {
  margin: 0.6666666667rem 0 0;
}

.p-about__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 324/142;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-about__img {
    margin-top: min(2.6041666667vw, 38px);
  }
  .p-about__img img {
    aspect-ratio: 1152/507;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__img {
    margin-top: 2.375rem;
  }
}
.p-about__txt {
  margin: 0.6666666667rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .p-about__txt {
    margin-top: min(2.6041666667vw, 38px);
    font-size: min(1.953125vw, 20px);
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__txt {
    margin-top: 2.375rem;
    font-size: 1.25rem;
  }
}
.p-case__head {
  position: relative;
  padding: 5.6666666667rem 0 63.0769230769vw;
  perspective: 3000px;
  overflow: hidden;
}

.p-case__head h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.6666666667rem;
  font-weight: 900;
  line-height: 1.25;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-case__head {
    padding: min(6.6666666667vw, 128px) 0 min(53.59375vw, 1029px);
    overflow: hidden;
  }
  .p-case__head h2 {
    font-size: min(5.2083333333vw, 90px);
    align-items: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .p-case__head {
    font-size: 5.625rem;
    perspective: 5000px;
  }
}
.p-case__head-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82.0512820513vw;
  z-index: 1;
  transform-style: preserve-3d;
  /* 子要素の3Dを保持 */
  animation: mv-3d-swing 10s ease-in-out infinite;
  transform-origin: center center;
}

.p-case__head-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-case__head-bg {
    height: 100%;
  }
  .p-case__head-bg picture {
    height: 100%;
  }
  .p-case__head-bg img {
    position: absolute;
    bottom: 0;
    height: auto;
    aspect-ratio: 1920/1614;
    object-position: center top;
  }
}
@media screen and (min-width: 1920px) {
  .p-case__head-bg img {
    bottom: auto;
    top: 0;
  }
}
@keyframes mv-3d-swing {
  0% {
    transform: scale(1.1) translateX(0) rotateX(0deg) rotateY(0deg) translateZ(0);
  }
  20% {
    transform: scale(1.1) translateX(15px) rotateX(2deg) rotateY(-4deg) translateZ(8px);
  }
  40% {
    transform: scale(1.1) translateX(-15px) rotateX(-2deg) rotateY(4deg) translateZ(-8px);
  }
  60% {
    transform: scale(1.1) translateX(10px) rotateX(1deg) rotateY(-3deg) translateZ(4px);
  }
  80% {
    transform: scale(1.1) translateX(-10px) rotateX(-1deg) rotateY(3deg) translateZ(-4px);
  }
  100% {
    transform: scale(1.1) translateX(0) rotateX(0deg) rotateY(0deg) translateZ(0);
  }
}
.p-case__head-txt {
  margin: 1.4666666667rem 0 0;
  position: relative;
  z-index: 2;
}

.p-case__head-txt p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .p-case__head-txt {
    margin-top: min(2.6041666667vw, 56px);
  }
  .p-case__head-txt p {
    font-size: min(1.8229166667vw, 20px);
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  .p-case__head-txt {
    margin-top: 3.5rem;
  }
  .p-case__head-txt p {
    font-size: 1.25rem;
  }
}
.p-case__contents {
  background: #E8ECF0;
  padding: 0.6666666667rem 0 5.4666666667rem;
}

@media screen and (min-width: 768px) {
  .p-case__contents {
    padding: 5.6875rem 0 8.6875rem;
    position: relative;
  }
}
.p-case__contents h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-case__contents h3 {
    position: absolute;
    top: -5.1875rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.875rem;
    line-height: 1.4666666667;
    z-index: 2;
    background: #E8ECF0;
    padding: 1.5rem 0.9375rem 1rem;
    width: 44.25rem;
  }
}
.p-case__contents-inner {
  width: min(100% - 2rem, 650px);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-case__contents-inner {
    width: min(95%, 1788px);
  }
}
.p-case__list {
  margin: 0.8rem 0 0;
  display: grid;
  gap: 1.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-case__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.5rem min(1.6666666667vw, 32px);
  }
}
@media screen and (min-width: 1280px) {
  .p-case__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .p-case__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-case__more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.p-case__more button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: none;
  border-bottom: 0.3333333333rem solid #1B1685;
  padding: 0.7333333333rem 0 0.6rem;
  width: 11rem;
}

@media screen and (min-width: 768px) {
  .p-case__more button {
    padding: 0.6875rem 0 0.625rem;
    width: 13.0625rem;
    border-bottom: 0.625rem solid #1B1685;
    cursor: pointer;
  }
}
.p-case__more-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4666666667;
  color: #1B1685;
}

@media screen and (min-width: 768px) {
  .p-case__more-txt {
    font-size: 1.25rem;
  }
}
.p-company {
  padding: 3.6rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-company {
    padding-top: min(13.0208333333vw, 175px);
  }
}
@media screen and (min-width: 1440px) {
  .p-company {
    padding-top: 10.9375rem;
  }
}
.p-company h2 {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.45;
  padding-bottom: 1.1333333333rem;
  border-bottom: 1px solid #5F6984;
}

@media screen and (min-width: 768px) {
  .p-company h2 {
    font-size: 1.875rem;
    padding-bottom: 3.0625rem;
    text-align: center;
  }
}
.p-company__box {
  margin: 1.0666666667rem 0 0;
  padding-bottom: 3.5333333333rem;
  border-bottom: 1px solid #5F6984;
}

@media screen and (min-width: 768px) {
  .p-company__box {
    margin-top: 3.375rem;
    padding-bottom: 3.9375rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.p-company__item h3 {
  font-size: 1.3333333333rem;
  font-weight: 500;
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  .p-company__item h3 {
    font-size: min(2.6041666667vw, 30px);
    line-height: 1.2666666667;
  }
}
@media screen and (min-width: 1440px) {
  .p-company__item h3 {
    font-size: 1.875rem;
  }
}
.p-company__info {
  margin: 0.6rem 0 0;
}

.p-company__info p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.p-company__info p a {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-company__info {
    margin-top: 1.6875rem;
  }
  .p-company__info p {
    font-size: min(1.8229166667vw, 20px);
    line-height: 2.1;
  }
}
@media screen and (min-width: 1440px) {
  .p-company__info p {
    font-size: 1.25rem;
  }
}
.p-company__list {
  margin: 3.0666666667rem 0 0;
}

.p-company__list h4 {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.9;
  padding-bottom: 0.8666666667rem;
  border-bottom: 1px solid #5F6984;
}

.p-company__list ul {
  margin: 1.2rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.6rem;
}

.p-company__list li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

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

@media screen and (min-width: 768px) {
  .p-company__list {
    margin-top: 0;
    width: 48.90625%;
  }
  .p-company__list h4 {
    font-size: 1.25rem;
    line-height: 1.9;
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-company__list ul {
    margin-top: 0.3125rem;
    gap: 0 min(1.3020833333vw, 50px);
  }
  .p-company__list li {
    font-size: min(1.8229166667vw, 20px);
    line-height: 2.1;
  }
}
@media screen and (min-width: 1440px) {
  .p-company__list ul {
    gap: 0 3.125rem;
  }
  .p-company__list li {
    font-size: 1.25rem;
  }
}
.p-company__access {
  margin: 0.6rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-company__access {
    margin-top: 3.375rem;
  }
}
.p-company__wrap dt {
  display: flex;
  align-items: center;
  gap: 0.3333333333rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5333333333;
}

.p-company__wrap dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.p-company__wrap:nth-child(1) dt::before {
  content: "";
  width: 0.8rem;
  height: 1rem;
  background: url(./images/common/ico_place.svg) no-repeat center center/contain;
  margin-top: 0.2rem;
}

.p-company__wrap:nth-child(2) {
  margin: 0.8666666667rem 0 0;
}

.p-company__wrap:nth-child(2) dt::before {
  content: "";
  width: 0.9333333333rem;
  height: 0.6666666667rem;
  background: url(./images/common/ico_arrow.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-company__wrap {
    display: grid;
    grid-template-columns: 11.5rem 1fr;
    align-items: baseline;
  }
  .p-company__wrap:nth-child(1) dt::before {
    width: 0.9375rem;
    height: 1.125rem;
  }
  .p-company__wrap:nth-child(2) {
    margin-top: 1.25rem;
  }
  .p-company__wrap:nth-child(2) dt::before {
    width: 1rem;
    height: 0.9375rem;
  }
  .p-company__wrap dt {
    font-size: min(1.8229166667vw, 20px);
    line-height: 1.9;
  }
  .p-company__wrap dd {
    font-size: min(1.8229166667vw, 20px);
    line-height: 1.9;
  }
}
@media screen and (min-width: 1440px) {
  .p-company__wrap dt {
    font-size: 1.25rem;
  }
  .p-company__wrap dd {
    font-size: 1.25rem;
  }
}
.p-company__map {
  margin: 3.4rem 0 0;
}

.p-company__map iframe {
  width: 100%;
  height: 20rem;
}

@media screen and (min-width: 768px) {
  .p-company__map {
    margin-top: 3.9375rem;
  }
  .p-company__map iframe {
    height: min(37.5vw, 720px);
  }
}
.p-contact {
  background: #1B1685;
  padding: 0 0 4.8666666667rem;
}

@media screen and (min-width: 768px) {
  .p-contact {
    padding: 0 0 8.75rem;
  }
}
.p-contact__box {
  background: #E8ECF0;
  padding: 2.8rem 1.2666666667rem 2.9333333333rem;
}

@media screen and (min-width: 768px) {
  .p-contact__box {
    padding: 4.875rem 8% 6.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__box {
    padding: 4.875rem 16.40625% 6.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__box-inner {
    max-width: 53.75rem;
    margin-inline: auto;
  }
}
.p-contact__ttl {
  font-size: 1.3333333333rem;
  font-weight: 700;
  text-align: center;
}

.p-contact__ttl span {
  display: block;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-contact__ttl {
    font-size: 1.875rem;
  }
  .p-contact__ttl span {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin: 2.875rem 0 0;
  }
}
.p-contact__privacy {
  padding: 2.7333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-contact__privacy {
    padding-top: 5.1875rem;
  }
}
.p-cost {
  padding: 3.8rem 0 62.5641025641vw;
  position: relative;
}

.p-cost::after {
  content: "";
  background: url(./images/top/message_img.webp) no-repeat center center/cover;
  width: 100%;
  height: 71.2820512821vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-cost {
    padding: 7.375rem 0 min(26.0416666667vw, 370px);
  }
  .p-cost::after {
    width: 54.6875vw;
    height: 37.1875vw;
    background: url(./images/top/message_img_pc.webp) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1440px) {
  .p-cost {
    padding-bottom: 23.125rem;
  }
}
@media screen and (min-width: 1680px) {
  .p-cost {
    padding-bottom: 17.8125vw;
  }
}
.p-cost__box {
  border: 0.2666666667rem solid #5F6984;
  padding: 3.7333333333rem 1.5333333333rem 1.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-cost__box {
    border-width: 0.5rem;
    padding: 3.75rem;
  }
}
.p-cost__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-cost__ttl span {
  border-bottom: 0.1333333333rem solid #5F6984;
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.p-cost__ttl::before {
  content: "";
  width: 1.8666666667rem;
  height: 3.0666666667rem;
  background: url(./images/top/ico_yen.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-cost__ttl {
    display: block;
    position: relative;
    text-align: center;
    padding: 4.375rem 0 0;
  }
  .p-cost__ttl span {
    display: inline-block;
    font-size: 1.875rem;
    line-height: 1.21;
    padding-bottom: 0.5625rem;
  }
  .p-cost__ttl::before {
    width: 2.875rem;
    height: 4.375rem;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-cost__txt {
  margin: 2.8666666667rem 0 0;
}

.p-cost__txt p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}

.p-cost__txt p + p {
  margin-top: 1.7em;
}

@media screen and (min-width: 768px) {
  .p-cost__txt {
    margin: 2.6875rem 0 0;
  }
  .p-cost__txt p {
    font-size: 1.25rem;
  }
}
.p-cost__message {
  margin: 4rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3rem;
}

@media screen and (min-width: 768px) {
  .p-cost__message {
    flex-direction: row;
    align-items: flex-end;
    gap: min(6.5104166667vw, 75px);
    text-align: left;
    margin-top: 8.4375rem;
    margin-left: min(6.5104166667vw, 130px);
  }
}
@media screen and (min-width: 1440px) {
  .p-cost__message {
    margin-left: 8.125rem;
    gap: 4.6875rem;
  }
}
.p-cost__message-txt01 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  transform: rotate(-7deg);
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-cost__message-txt01 {
    font-size: min(13.0208333333vw, 152px);
    writing-mode: vertical-rl;
    text-orientation: upright;
    transform: rotate(-11deg);
  }
}
@media screen and (min-width: 1440px) {
  .p-cost__message-txt01 {
    font-size: 9.5rem;
  }
}
.p-cost__message-txt02 {
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-cost__message-txt02 {
    font-size: min(2.8645833333vw, 37px);
  }
}
@media screen and (min-width: 1440px) {
  .p-cost__message-txt02 {
    font-size: 2.3125rem;
  }
}
.p-cost__message-txt03 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
  margin: 1.1333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-cost__message-txt03 {
    font-size: min(1.8229166667vw, 20px);
    margin-top: 1.4375rem;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1440px) {
  .p-cost__message-txt03 {
    font-size: 1.25rem;
  }
}
.p-cost__message-txt04 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  margin: 1.2666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-cost__message-txt04 {
    font-size: min(1.8229166667vw, 20px);
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-cost__message-txt04 {
    font-size: 1.25rem;
  }
}
.p-cost__txt-gray {
  --to: #5F6984;
}

.p-cost__txt-light {
  --to: #B7C0CA;
}

.p-cta {
  background: #1B1685;
  color: #ffffff;
  text-align: center;
  padding: 2.7333333333rem 0 5.1333333333rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-cta {
    padding: 3.625rem 0 4.3125rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta {
    overflow: visible;
  }
}
.p-cta--contact {
  padding-bottom: 5.8666666667rem;
}

@media screen and (min-width: 768px) {
  .p-cta--contact {
    padding-bottom: 5.3125rem;
  }
  .p-cta--contact .p-cta__medal {
    top: 4.6875vw;
    right: -2.6041666667vw;
    width: min(13.0208333333vw, 150px);
  }
}
@media screen and (min-width: 1280px) {
  .p-cta--contact .p-cta__medal {
    width: 12.75rem;
    top: 3.125rem;
    right: -6.25rem;
  }
}
.p-cta__inner {
  width: 20rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-cta__inner {
    width: min(90%, 998px);
  }
}
.p-cta__head {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.75;
  margin-inline: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-cta__head {
    margin: 0;
    font-size: min(2.6041666667vw, 30px);
    line-height: 2;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .p-cta__head {
    font-size: 1.875rem;
  }
}
.p-cta__medal {
  margin: 1.6666666667rem auto 0;
  width: 9.2rem;
}

.p-cta__medal img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-cta__medal {
    position: absolute;
    top: -3.125rem;
    right: 0;
    width: min(13.0208333333vw, 133px);
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__medal {
    top: -5.4375rem;
    right: -8.125rem;
    width: 13.5rem;
  }
}
.p-cta__wrap {
  margin: 2.6rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 2.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-cta__wrap {
    margin: 3.375rem 0 0;
    flex-direction: row;
    justify-content: center;
    gap: min(4.0625vw, 78px);
  }
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    width: 30.6666666667rem;
  }
}
.p-cta__btn p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4666666667;
  margin: 0.6666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-cta__btn p {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.p-cta__box {
  margin: 3.2rem 0 0;
  padding: 1.0666666667rem 1rem 1.2rem;
  border: 1px solid #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-cta__box {
    margin-top: 3.4375rem;
    font-size: min(1.8229166667vw, 20px);
    line-height: 2;
    padding: 0.8125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-cta__box {
    font-size: 1.25rem;
  }
}
.p-cta__book {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7.5333333333rem;
  width: 17.8rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-cta__book {
    width: 18.4895833333vw;
    right: -5.2083333333vw;
    bottom: -0.9114583333vw;
    left: auto;
    transform: rotate(16deg);
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__book {
    width: 18.75rem;
    right: -7.5rem;
    bottom: -1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-cta__book {
    width: 25rem;
    right: -12.5rem;
    bottom: -4.125rem;
  }
}
@media screen and (min-width: 1680px) {
  .p-cta__book {
    width: 26.4375rem;
    right: -15.3125rem;
    bottom: -4.875rem;
  }
}
.p-cta__book img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-fact {
  padding: 3.7333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-fact {
    padding: 5.125rem 0 0;
  }
}
.p-fact h2 {
  font-size: 1.3333333333rem;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
  color: #1B1685;
}

.p-fact h2 span {
  color: #5F6984;
}

@media screen and (min-width: 768px) {
  .p-fact h2 {
    font-size: min(3.90625vw, 40px);
    line-height: 1.45;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact h2 {
    font-size: 2.5rem;
  }
}
.p-fact__lists {
  margin: 5.6rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-fact__lists {
    margin: 7.375rem 0 0;
  }
}
.p-fact__list:not(:first-child) {
  margin-top: 4.3333333333rem;
}

.p-fact__list:nth-child(2) .p-fact__item-txt {
  font-size: 1rem;
}

.p-fact__list:nth-child(3) .p-fact__item-txt {
  font-size: 1rem;
}

.p-fact__list:nth-child(4) h3 {
  margin-top: 2.6666666667rem;
}

.p-fact__list:nth-child(4) .p-fact__chart-wrapper {
  gap: 1.8666666667rem;
}

.p-fact__list:nth-child(4) .p-fact__item-txt {
  font-size: 1rem;
}

.p-fact__list:nth-child(5) {
  position: relative;
}

.p-fact__list:nth-child(5) .p-fact__item {
  padding: 6.1333333333rem 0 5.4666666667rem;
}

@media screen and (min-width: 768px) {
  .p-fact__list:nth-child(5) .p-fact__item {
    padding: 8.5625rem 0 6.625rem;
  }
}
.p-fact__list:nth-child(5) .p-fact__item-txt {
  align-items: center;
  font-size: 1.3333333333rem;
  line-height: 1.75;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-fact__list:not(:first-child) {
    margin-top: min(10.4166666667vw, 150px);
  }
  .p-fact__list:nth-child(2) .p-fact__item-txt {
    font-size: min(1.6927083333vw, 20px);
  }
  .p-fact__list:nth-child(3) .p-fact__item-txt {
    font-size: min(1.6927083333vw, 20px);
  }
  .p-fact__list:nth-child(4) {
    margin-top: 8.25rem;
  }
  .p-fact__list:nth-child(4) h3 {
    margin-top: 4.8125rem;
  }
  .p-fact__list:nth-child(4) .p-fact__chart-box {
    width: 47.5260416667vw;
  }
  .p-fact__list:nth-child(4) .p-fact__item-txt {
    font-size: min(1.6927083333vw, 20px);
  }
  .p-fact__list:nth-child(5) {
    margin-top: 7rem;
  }
  .p-fact__list:nth-child(5) h3 {
    padding-bottom: min(3.90625vw, 52px);
  }
  .p-fact__list:nth-child(5) .p-fact__item-txt {
    font-size: min(2.6041666667vw, 40px);
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__list:not(:first-child) {
    margin-top: 9.375rem;
  }
  .p-fact__list:nth-child(2) .p-fact__item-txt {
    font-size: 1.25rem;
  }
  .p-fact__list:nth-child(4) .p-fact__chart-box {
    width: 44.0625%;
  }
  .p-fact__list:nth-child(5) h3 {
    padding-bottom: 3.25rem;
  }
}
.p-fact h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-fact h3::before, .p-fact h3::after {
  content: "";
  display: block;
  width: 2px;
  height: 4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.p-fact h3::before {
  background: #5F6984;
  bottom: -5.3333333333rem;
}

.p-fact h3::after {
  background: #ffffff;
  bottom: -9.3333333333rem;
}

.p-fact h3 .p-fact__title {
  font-size: 1.3333333333rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  padding-bottom: 1.2666666667rem;
  border-bottom: 2px solid #D9D9D9;
  width: 11.9333333333rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}

.p-fact h3 .p-fact__num {
  font-size: 9.3333333333rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  color: #1B1685;
  margin-left: 0.8rem;
}

.p-fact h3 .p-fact__en {
  font-size: 3.3333333333rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #1B1685;
  margin-top: 0.6666666667rem;
}

.p-fact h3 .p-fact__ja {
  font-size: 1.0666666667rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .p-fact h3::before, .p-fact h3::after {
    width: 0.25rem;
    height: 5.4375rem;
  }
  .p-fact h3::before {
    bottom: -6.5625rem;
  }
  .p-fact h3::after {
    bottom: -12rem;
  }
  .p-fact h3 .p-fact__title {
    font-size: min(2.6041666667vw, 30px);
    padding-bottom: 1.75rem;
    width: 16rem;
  }
  .p-fact h3 .p-fact__num {
    font-size: min(15.625vw, 200px);
  }
  .p-fact h3 .p-fact__en {
    font-size: min(13.0208333333vw, 140px);
    margin-top: 0.625rem;
  }
  .p-fact h3 .p-fact__ja {
    font-size: min(2.6041666667vw, 30px);
  }
}
@media screen and (min-width: 1440px) {
  .p-fact h3 .p-fact__title {
    font-size: 1.875rem;
    padding-bottom: 1.75rem;
    width: 16rem;
  }
  .p-fact h3 .p-fact__num {
    font-size: 12.5rem;
  }
  .p-fact h3 .p-fact__en {
    font-size: 8.75rem;
    margin-top: 0.9375rem;
  }
  .p-fact h3 .p-fact__ja {
    font-size: 1.875rem;
  }
}
.p-fact__box {
  margin-top: 5.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-fact__box {
    margin-top: 6.5625rem;
  }
}
.p-fact__item:nth-child(1) {
  padding: 7.4rem 0 3.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-fact__item:nth-child(1) {
    padding: 9rem 0 5.125rem;
  }
}
.p-fact__item:nth-child(2) {
  padding: 3.5333333333rem 0;
}

@media screen and (min-width: 768px) {
  .p-fact__item:nth-child(2) {
    padding: 5.625rem 0 4.875rem;
  }
}
.p-fact__item:nth-child(3) {
  padding: 5.4rem 0;
}

@media screen and (min-width: 768px) {
  .p-fact__item:nth-child(3) {
    padding: 7.8125rem 0;
  }
}
.p-fact__item:nth-child(odd) {
  background: url(./images/top/fact_bg01.webp) no-repeat center center/cover;
}

.p-fact__item:nth-child(even) {
  background: url(./images/top/fact_bg02.webp) no-repeat center center/cover;
}

.p-fact__item-inner {
  width: calc(100% - 1.8666666667rem);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-fact__item-inner {
    width: min(90%, 1080px);
  }
}
.p-fact__graph {
  width: calc(100% - 2rem);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-fact__graph {
    width: min(90%, 1280px);
  }
}
@media screen and (min-width: 768px) {
  .p-fact__graph--chart .p-fact__graph-txt {
    margin: 1.875rem 0 0 auto;
    max-width: 1166px;
    width: 100%;
  }
}
.p-fact__graph-txt {
  width: fit-content;
  margin-inline: auto;
}

.p-fact__graph-txt small {
  display: flex;
  align-items: baseline;
  gap: 0.2666666667rem;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  color: #ffffff;
}

.p-fact__graph-txt small span {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-fact__graph-txt small {
    gap: 0;
    font-size: min(1.171875vw, 12px);
  }
}
.p-fact__pie-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 3.4rem;
}

@media screen and (min-width: 768px) {
  .p-fact__pie-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 5.6875rem;
    margin-left: auto;
    max-width: 1200px;
  }
}
.p-fact__pie-container.js-pie-container {
  /* 各ラベルの位置（グラフ内に配置） */
}

.p-fact__pie-container.js-pie-container .p-fact__label--01 {
  color: white;
  font-size: 1.6rem;
  top: 45%;
  left: 60%;
}

@media screen and (min-width: 768px) {
  .p-fact__pie-container.js-pie-container .p-fact__label--01 {
    font-size: min(2.0833333333vw, 30px);
    left: 56%;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__pie-container.js-pie-container .p-fact__label--01 {
    font-size: 1.875rem;
  }
}
.p-fact__pie-container.js-pie-container .p-fact__label--02 {
  color: #000000;
  font-size: 1.3333333333rem;
  top: 55%;
  left: 16%;
}

@media screen and (min-width: 768px) {
  .p-fact__pie-container.js-pie-container .p-fact__label--02 {
    font-size: min(1.5625vw, 20px);
    left: 13%;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__pie-container.js-pie-container .p-fact__label--02 {
    font-size: 1.25rem;
  }
}
.p-fact__pie-container.js-pie-container .p-fact__label--03 {
  color: #000000;
  font-size: 1.3333333333rem;
  top: 10%;
  left: 24%;
}

@media screen and (min-width: 768px) {
  .p-fact__pie-container.js-pie-container .p-fact__label--03 {
    font-size: min(1.5625vw, 20px);
    top: 13%;
    left: 26%;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__pie-container.js-pie-container .p-fact__label--03 {
    font-size: 1.25rem;
  }
}
.p-fact__pie-container.js-pie-container02 {
  /* 各ラベルの位置（グラフ内に配置） */
}

.p-fact__pie-container.js-pie-container02 .p-fact__label--01 {
  color: white;
  font-size: 1.3333333333rem;
  top: 50%;
  left: 60%;
}

@media screen and (min-width: 768px) {
  .p-fact__pie-container.js-pie-container02 .p-fact__label--01 {
    font-size: min(1.5625vw, 20px);
    left: 56%;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__pie-container.js-pie-container02 .p-fact__label--01 {
    font-size: 1.25rem;
  }
}
.p-fact__pie-container.js-pie-container02 .p-fact__label--02 {
  color: #000000;
  font-size: 1.3333333333rem;
  top: 30%;
  left: 12%;
}

@media screen and (min-width: 768px) {
  .p-fact__pie-container.js-pie-container02 .p-fact__label--02 {
    font-size: min(1.5625vw, 20px);
    left: 13%;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__pie-container.js-pie-container02 .p-fact__label--02 {
    font-size: 1.25rem;
  }
}
.p-fact__pie-container.js-pie-container03 {
  /* 各ラベルの位置（グラフ内に配置） */
}

.p-fact__pie-container.js-pie-container03 .p-fact__label--01 {
  color: white;
  font-size: 1.3333333333rem;
  top: 38%;
  left: 57%;
}

@media screen and (min-width: 768px) {
  .p-fact__pie-container.js-pie-container03 .p-fact__label--01 {
    font-size: min(1.5625vw, 20px);
    left: 56%;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__pie-container.js-pie-container03 .p-fact__label--01 {
    font-size: 1.25rem;
  }
}
.p-fact__pie-container.js-pie-container03 .p-fact__label--02 {
  color: #000000;
  font-size: 1.3333333333rem;
  top: 16%;
  left: 12%;
}

@media screen and (min-width: 768px) {
  .p-fact__pie-container.js-pie-container03 .p-fact__label--02 {
    font-size: min(1.5625vw, 20px);
    left: 13%;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__pie-container.js-pie-container03 .p-fact__label--02 {
    font-size: 1.25rem;
  }
}
.p-fact__pie-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .p-fact__pie-wrapper {
    gap: 2.125rem;
    width: min(40.3645833333vw, 454px);
  }
}
@media screen and (min-width: 1280px) {
  .p-fact__pie-wrapper {
    width: 37.8333333333%;
  }
}
.p-fact__pie {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  max-width: 22.6666666667rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-fact__pie {
    max-width: 100%;
  }
}
.p-fact__pie canvas {
  width: 100%;
  height: 100%;
}

.p-fact__labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-fact__label {
  position: absolute;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.p-fact__label.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-fact__graph-item {
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.p-fact__graph-item.is-visible {
  opacity: 1;
  transform: scale(1);
}

@media screen and (min-width: 768px) {
  .p-fact__graph-item {
    width: 54.5%;
  }
  .p-fact__graph-item--mt01 {
    margin-top: -3.125rem;
  }
  .p-fact__graph-item--mt02 {
    margin-top: -7.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-fact__graph-item--mt01 {
    margin-top: -1.875rem;
  }
  .p-fact__graph-item--mt02 {
    margin-top: -6.25rem;
  }
}
.p-fact__txt01 {
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.45;
  color: #ccc;
  --to: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-fact__txt01 {
    font-size: min(2.6041666667vw, 40px);
    line-height: 1.45;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__txt01 {
    font-size: 2.5rem;
  }
}
.p-fact__bubble {
  width: 100%;
  text-align: center;
  background: #EF13EF;
  border-radius: 3.3333333333rem;
  padding: 2.4666666667rem 0;
  margin: 1.3333333333rem auto 0;
  width: 21.8rem;
  position: relative;
}

.p-fact__bubble::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2rem;
  background: #EF13EF;
  position: absolute;
  bottom: -1.9333333333rem;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

@media screen and (min-width: 768px) {
  .p-fact__bubble {
    padding: 0 0 1.3125rem;
    width: 100%;
    margin-top: 2rem;
  }
  .p-fact__bubble::after {
    width: 4.375rem;
    height: 4.875rem;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: -3.75rem;
  }
}
.p-fact__bubble-txt {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.p-fact__txt02 {
  font-size: 6.6666666667rem;
  font-weight: 900;
  line-height: 0.73;
  --to: #fff;
  color: #EF13EF;
}

@media screen and (min-width: 768px) {
  .p-fact__txt02 {
    font-size: min(13.0208333333vw, 196px);
    line-height: 1.4540816327;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__txt02 {
    font-size: 12.25rem;
  }
}
.p-fact__txt-sm {
  font-size: 4.6666666667rem;
  line-height: 1;
  color: #EF13EF;
  --to: #fff;
}

@media screen and (min-width: 768px) {
  .p-fact__txt-sm {
    font-size: min(7.8125vw, 131px);
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__txt-sm {
    font-size: 8.1875rem;
  }
}
.p-fact__txt03 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  --to: #DCE8F4;
}

@media screen and (min-width: 768px) {
  .p-fact__txt03 {
    text-align: left;
    font-size: min(1.4322916667vw, 20px);
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__txt03 {
    font-size: 1.25rem;
  }
}
.p-fact__chart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.0666666667rem;
  max-width: 24rem;
  margin-inline: auto;
}

.p-fact__chart-wrapper--reverse {
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .p-fact__chart-wrapper {
    flex-direction: row;
    gap: min(5.2083333333vw, 85px);
    max-width: 100%;
  }
  .p-fact__chart-wrapper--reverse {
    flex-direction: row;
    gap: 6.25rem;
  }
  .p-fact__chart-wrapper--reverse .p-fact__chart-box {
    width: 54%;
    flex-shrink: inherit;
  }
  .p-fact__chart-wrapper--reverse .p-fact__graph-item {
    margin-top: auto;
  }
  .p-fact__chart-wrapper .p-fact__bubble {
    margin-bottom: 1.25rem;
  }
  .p-fact__chart-wrapper .p-fact__bubble::after {
    width: 10rem;
    height: 3.875rem;
    bottom: 1.8125rem;
    top: auto;
    transform: translateY(0);
    left: -9.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-fact__chart-wrapper--reverse .p-fact__chart-box {
    width: 43%;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__chart-wrapper--reverse .p-fact__chart-box {
    width: 42.1875%;
  }
}
.p-fact__chart-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8666666667rem;
  width: 100%;
  width: 24rem;
  margin-inline: auto;
}

.p-fact__chart-box .p-fact__question {
  margin-top: 0;
}

.p-fact__chart-box .p-fact__graph-txt {
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-fact__chart-box {
    flex-shrink: 0;
    width: 55%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-fact__chart-box {
    width: 53%;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__chart-box {
    width: 49.296875%;
  }
}
.p-fact__chart {
  position: relative;
  width: 100%;
  padding: 1.2666666667rem 0;
}

@media screen and (min-width: 768px) {
  .p-fact__chart {
    padding: 1.75rem 0;
  }
}
.p-fact__chart::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 5.4666666667rem;
}

@media screen and (min-width: 768px) {
  .p-fact__chart::before {
    left: min(10.546875vw, 123px);
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__chart::before {
    left: 7.6875rem;
  }
}
.p-fact__chart--02 .p-fact__bar {
  height: 2rem;
}

.p-fact__chart--02 .p-fact__bar.last {
  height: 2rem;
  background-color: #F9D5FF;
}

.p-fact__chart--02 .p-fact__bar.last .p-fact__bar-value {
  color: #000000;
}

@media screen and (min-width: 768px) {
  .p-fact__chart--02 .p-fact__bar {
    height: min(4.5572916667vw, 53px);
  }
  .p-fact__chart--02 .p-fact__bar.last {
    height: min(4.5572916667vw, 53px);
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__chart--02 .p-fact__bar {
    height: 3.3125rem;
  }
  .p-fact__chart--02 .p-fact__bar.last {
    height: 3.3125rem;
  }
}
.p-fact__chart--03::before {
  left: 2.4666666667rem;
}

.p-fact__chart--03 .p-fact__bar-row:nth-child(1) .p-fact__bar {
  background: #D50099;
}

.p-fact__chart--03 .p-fact__bar-row:nth-child(1) .p-fact__bar-value {
  color: #ffffff;
}

.p-fact__chart--03 .p-fact__bar-row:nth-child(2) .p-fact__bar {
  background: #EF13EF;
}

.p-fact__chart--03 .p-fact__bar-row:nth-child(2) .p-fact__bar-value {
  color: #ffffff;
}

.p-fact__chart--03 .p-fact__bar-row:nth-child(3) .p-fact__bar {
  background: #FFA6F9;
}

.p-fact__chart--03 .p-fact__bar-row:nth-child(4) .p-fact__bar {
  background: #F9D5FF;
}

.p-fact__chart--03 .p-fact__bar-label {
  text-align: left;
  padding-right: 0;
  width: 2.6rem;
}

.p-fact__chart--03 .p-fact__bar {
  height: 2.4666666667rem;
}

.p-fact__chart--03 .p-fact__bar.last {
  height: 2.4666666667rem;
  background-color: #F9D5FF;
}

.p-fact__chart--03 .p-fact__bar.last .p-fact__bar-value {
  color: #000000;
}

@media screen and (min-width: 768px) {
  .p-fact__chart--03 .p-fact__bar {
    height: min(4.5572916667vw, 53px);
  }
  .p-fact__chart--03 .p-fact__bar.last {
    height: min(4.5572916667vw, 53px);
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__chart--03 .p-fact__bar {
    height: 3.3125rem;
  }
  .p-fact__chart--03 .p-fact__bar.last {
    height: 3.3125rem;
  }
}
.p-fact__chart--04::before {
  left: 2.4666666667rem;
}

.p-fact__chart--04 .p-fact__bar-row:nth-child(1) .p-fact__bar {
  background: #D50099;
}

.p-fact__chart--04 .p-fact__bar-row:nth-child(1) .p-fact__bar-value {
  color: #ffffff;
}

.p-fact__chart--04 .p-fact__bar-row:nth-child(2) .p-fact__bar {
  background: #EF13EF;
}

.p-fact__chart--04 .p-fact__bar-row:nth-child(2) .p-fact__bar-value {
  color: #ffffff;
}

.p-fact__chart--04 .p-fact__bar-row:nth-child(3) .p-fact__bar {
  background: #FFA6F9;
}

.p-fact__chart--04 .p-fact__bar-row:nth-child(4) .p-fact__bar {
  background: #F9D5FF;
}

.p-fact__chart--04 .p-fact__bar-label {
  text-align: left;
  padding-right: 0;
  width: 2.6rem;
}

.p-fact__chart--04 .p-fact__bar {
  height: 2.4666666667rem;
}

.p-fact__chart--04 .p-fact__bar.last {
  height: 2.4666666667rem;
  background-color: #F9D5FF;
}

.p-fact__chart--04 .p-fact__bar.last .p-fact__bar-value {
  color: #000000;
}

@media screen and (min-width: 768px) {
  .p-fact__chart--04 .p-fact__bar {
    height: min(4.5572916667vw, 53px);
  }
  .p-fact__chart--04 .p-fact__bar.last {
    height: min(4.5572916667vw, 53px);
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__chart--04 .p-fact__bar {
    height: 3.3125rem;
  }
  .p-fact__chart--04 .p-fact__bar.last {
    height: 3.3125rem;
  }
}
.p-fact__bar {
  position: relative;
  height: 2.8rem;
  background-color: #F9D5FF;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-out;
}

.p-fact__bar:nth-child(1) {
  animation-delay: 0s;
}

.p-fact__bar:nth-child(2) {
  animation-delay: 0.2s;
}

.p-fact__bar:nth-child(3) {
  animation-delay: 0.4s;
}

.p-fact__bar:nth-child(4) {
  animation-delay: 0.6s;
}

.p-fact__bar:nth-child(5) {
  animation-delay: 0.8s;
}

.p-fact__bar.last {
  height: 3.8666666667rem;
  background-color: #EF13EF;
}

.p-fact__bar.last .p-fact__bar-value {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-fact__bar {
    height: min(4.5572916667vw, 64px);
  }
  .p-fact__bar.last {
    height: min(7.8125vw, 87px);
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__bar {
    height: 4rem;
  }
  .p-fact__bar.last {
    height: 5.4375rem;
  }
}
.p-fact__bar.is-animated {
  transform: scaleX(1);
}

.p-fact__bar-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.2666666667rem;
}

@media screen and (min-width: 768px) {
  .p-fact__bar-row {
    margin-bottom: 0.4375rem;
  }
}
.p-fact__bar-label {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.9333333333rem;
  text-align: right;
  padding-right: 0.6666666667rem;
  color: #ffffff;
  width: 5.6rem;
}

@media screen and (min-width: 768px) {
  .p-fact__bar-label {
    width: min(10.8072916667vw, 125px);
    padding-right: min(1.5625vw, 24px);
    font-size: min(1.8229166667vw, 20px);
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__bar-label {
    width: 7.8125rem;
    padding-right: 1.5rem;
    font-size: 1.25rem;
  }
}
.p-fact__bar-value {
  position: absolute;
  left: 0.7333333333rem;
  top: 50%;
  transform: translatey(-50%);
  font-weight: 700;
  font-size: 0.9333333333rem;
  color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-fact__bar-value {
    font-size: min(1.8229166667vw, 20px);
    left: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__bar-value {
    font-size: 1.25rem;
  }
}
.p-fact__bar-value.is-visible {
  opacity: 1;
}

.p-fact__item-txt {
  font-size: 1.0666666667rem;
  font-weight: 700;
}

.p-fact__item-txt p + p {
  margin: 1.0666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-fact__item-txt {
    font-size: min(1.6927083333vw, 20px);
  }
  .p-fact__item-txt p + p {
    margin: 1.25rem 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__item-txt {
    font-size: 1.25rem;
  }
}
.p-fact__question {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  color: #ffffff;
  text-align: center;
  margin: 1.0666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-fact__question {
    font-size: min(1.4322916667vw, 20px);
    font-weight: 900;
    line-height: 1.75;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .p-fact__anime-txt {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-fact__anime-txt02 {
    max-width: 36rem;
    margin: 2.25rem auto 0;
    text-align: left;
  }
}
.p-fact__circle {
  display: inline-block;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: #42BAAD;
  color: #ffffff;
  font-size: 0.9333333333rem;
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
  padding: 1.0666666667rem 0.6666666667rem;
  position: absolute;
  bottom: -4.6666666667rem;
  left: 50%;
  transform: translateX(-50%) rotate(7deg);
}

.p-fact__circle img {
  width: 1.8666666667rem;
  margin-inline: auto;
  margin-bottom: 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-fact__circle {
    width: min(19.53125vw, 268px);
    height: min(19.53125vw, 268px);
    font-size: min(1.8229166667vw, 22px);
    padding: min(2.0833333333vw, 47px);
    bottom: -3.75rem;
    left: calc(50% + min(20.8333333333vw, 344px));
    transform: rotate(7deg);
  }
  .p-fact__circle img {
    width: 3.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__circle {
    width: 16.75rem;
    height: 16.75rem;
    font-size: 1.375rem;
    padding: 2.9375rem 0.625rem;
    bottom: -3.75rem;
    left: calc(50% + 21.5rem);
  }
}
.p-fact__txt-white {
  --to: #fff;
}

.p-fact__txt-gray {
  --to: #DCE8F4;
}

.p-fact__txt-pink {
  --to: #FFA6F9;
}

.p-fact__txt-yellow {
  --to: #E3E540;
}

.p-fact__txt-lg.p-fact__txt-pink {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .p-fact__txt-lg {
    font-size: min(3.3854166667vw, 40px);
    line-height: 1.475;
  }
}
@media screen and (min-width: 1440px) {
  .p-fact__txt-lg {
    font-size: 2.5rem;
  }
}
.p-faq {
  padding: 3.7333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-faq {
    padding-top: 11rem;
  }
}
.p-faq__ttl {
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-faq__ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #5F6984;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.p-faq__ttl h2 {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.7333333333rem 4rem 0;
  background: #ffffff;
  border-left: 1px solid #5F6984;
  border-right: 1px solid #5F6984;
  border-top: 1px solid #5F6984;
  display: inline-block;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-faq__ttl h2 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.4666666667;
    padding: 1.5rem 5.875rem 1rem;
    width: 44.25rem;
  }
}
.p-faq__head {
  margin: 2.4rem 0 0;
}

.p-faq__head p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4666666667;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-faq__head {
    margin-top: 3.25rem;
  }
  .p-faq__head p {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    margin: 3.25rem 0 0;
  }
}
.p-faq__item {
  padding: 1.3333333333rem 0;
  border-bottom: 1px solid #5F6984;
}

@media screen and (min-width: 768px) {
  .p-faq__item {
    padding: 1.875rem 0;
  }
}
.p-faq__question {
  display: flex;
  align-items: baseline;
  gap: 0.7333333333rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}

.p-faq__question::before {
  content: "Q";
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.8;
  color: #1B1685;
}

@media screen and (min-width: 768px) {
  .p-faq__question {
    font-size: 1.625rem;
    gap: 2.1875rem;
  }
  .p-faq__question::before {
    font-size: 2.125rem;
  }
}
.p-faq__answer {
  display: flex;
  align-items: baseline;
  gap: 0.8666666667rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0.4rem 0 0;
}

.p-faq__answer::before {
  content: "A";
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.35;
  color: #FFA6F9;
}

@media screen and (min-width: 768px) {
  .p-faq__answer {
    font-size: 1.25rem;
    gap: 2.375rem;
    margin-top: 0.6875rem;
  }
  .p-faq__answer::before {
    font-size: 2.125rem;
  }
}
.p-flowing-text {
  padding: 60px 0;
  background: #f8f9fa;
  overflow: hidden;
}

.p-flowing-text__container {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}

.p-flowing-text__content {
  display: flex;
  align-items: center;
  animation: flowing-text 30s linear infinite;
  white-space: nowrap;
  will-change: transform;
}

.p-flowing-text__item {
  display: inline-block;
  padding: 8px 20px;
  margin: 0 15px;
  background: #007bff;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
}

.p-flowing-text__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

@keyframes flowing-text {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .p-flowing-text {
    padding: 40px 0;
  }
  .p-flowing-text__container {
    height: 50px;
  }
  .p-flowing-text__item {
    padding: 6px 16px;
    margin: 0 10px;
    font-size: 14px;
  }
}
.p-modal-card h4 {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.p-modal-card h4 span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-modal-card h4 {
    font-size: 1.875rem;
    line-height: 1.4333333333;
  }
}
.p-modal-card__img {
  margin: 1.3333333333rem auto 0;
  width: 97.3333333333%;
}

.p-modal-card__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-modal-card__img {
    margin-top: 3.375rem;
    width: 84.835630965%;
  }
}
.p-modal-card__list {
  margin: 1.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-modal-card__list {
    margin-top: 3.375rem;
  }
}
.p-modal-card__item:nth-child(2) {
  margin-top: 1.3333333333rem;
}

.p-modal-card__item:nth-child(2)::before {
  content: "";
  display: block;
  width: 3.3333333333rem;
  height: 3.0666666667rem;
  background: url(./images/top/modal_ico.svg) no-repeat center center/contain;
  margin-inline: auto;
}

.p-modal-card__item:nth-child(2) h5 {
  margin-top: 1.8rem;
}

.p-modal-card__item h5 {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 1.6666666667rem;
  border-bottom: 1px solid #5F6984;
}

@media screen and (min-width: 768px) {
  .p-modal-card__item:nth-child(2) {
    margin-top: 3.375rem;
  }
  .p-modal-card__item:nth-child(2)::before {
    width: 3.125rem;
    height: 2.875rem;
  }
  .p-modal-card__item:nth-child(2) h5 {
    margin-top: 1.6875rem;
  }
  .p-modal-card__item h5 {
    font-size: 1.25rem;
    padding-bottom: 1.6875rem;
  }
}
.p-modal-card__item-txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 1.8rem;
}

@media screen and (min-width: 768px) {
  .p-modal-card__item-txt {
    font-size: 1rem;
    margin-top: 1.5625rem;
  }
}
.p-modal {
  padding: 4rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E8ECF0;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  /* 矢印のクリック範囲など */
  /* 前の矢印 */
  /* 次の矢印 */
}

@media screen and (min-width: 768px) {
  .p-modal {
    padding: clamp(55px, 4.1666666667vw, 110px) 4.1875rem 3.125rem;
  }
}
.p-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

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

.p-modal .p-modal__close {
  position: absolute;
  top: -3.8666666667rem;
  right: -0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.p-modal .p-modal__close span {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.4444444444;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.p-modal .p-modal__close button {
  background: #1B1685;
  border: 1px solid #1B1685;
  width: 3.6666666667rem;
  height: 3.6666666667rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-modal .p-modal__close button::before {
  content: "";
  mask-image: url(./images/common/ico_close.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-modal .p-modal__close {
    top: -4.0625rem;
    right: -2.625rem;
    gap: 0;
  }
  .p-modal .p-modal__close span {
    font-size: 1.625rem;
  }
  .p-modal .p-modal__close button {
    width: 4.5rem;
    height: 4.5rem;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .p-modal .p-modal__close button::before {
    width: 1.625rem;
    height: 1.625rem;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-modal .p-modal__close button:hover {
    background: #ffffff;
  }
  .p-modal .p-modal__close button:hover::before {
    background-color: #1B1685;
  }
}
.p-modal .p-modal__content {
  background: #ffffff;
  position: relative;
  padding: 2.6666666667rem 0 5.3333333333rem;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1490196078);
  height: 100%;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

@media screen and (min-width: 768px) {
  .p-modal .p-modal__content {
    max-width: 1023px;
    margin-inline: auto;
    padding: 2.5rem 0 5rem;
  }
}
.p-modal.is-open .p-modal__content {
  transform: translateY(0);
  opacity: 1;
}

.p-modal .p-modal__inner {
  overflow-y: auto;
  height: 100%;
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  .p-modal .p-modal__inner {
    padding: 0 2.5rem;
  }
}
.p-modal .swiper-button-prev,
.p-modal .swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 10rem;
  width: 3.3333333333rem;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-modal .swiper-button-prev::before,
.p-modal .swiper-button-next::before {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.4444444444;
  text-align: center;
  text-transform: uppercase;
  color: #5F6984;
}

.p-modal .swiper-button-prev::after,
.p-modal .swiper-button-next::after {
  background-color: #1B1685;
  content: "";
  width: 2rem;
  height: 2.3333333333rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-modal .swiper-button-prev,
  .p-modal .swiper-button-next {
    width: 4.5rem;
    gap: 0.3125rem;
  }
  .p-modal .swiper-button-prev::before,
  .p-modal .swiper-button-next::before {
    font-size: 1.625rem;
    line-height: 1.4615384615;
  }
  .p-modal .swiper-button-prev::after,
  .p-modal .swiper-button-next::after {
    width: 4.625rem;
    height: 5.3125rem;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-modal .swiper-button-prev:hover::after,
  .p-modal .swiper-button-next:hover::after {
    background-color: #5F6984;
  }
}
.p-modal .swiper-button-prev {
  left: -0.8rem;
}

.p-modal .swiper-button-prev::before {
  content: "prev";
}

.p-modal .swiper-button-prev::after {
  margin-right: 0.5333333333rem;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

@media screen and (min-width: 768px) {
  .p-modal .swiper-button-prev {
    left: -3.1875rem;
  }
  .p-modal .swiper-button-prev::after {
    margin-right: 0;
  }
}
.p-modal .swiper-button-next {
  right: -0.6666666667rem;
}

.p-modal .swiper-button-next::before {
  content: "next";
}

.p-modal .swiper-button-next::after {
  margin-left: 0.5333333333rem;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

@media screen and (min-width: 768px) {
  .p-modal .swiper-button-next {
    right: -3rem;
  }
  .p-modal .swiper-button-next::after {
    margin-left: 0;
  }
}
.p-modal .p-modal__scroll {
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.p-modal .p-modal__scroll span {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.4444444444;
  text-align: center;
  text-transform: uppercase;
}

.p-modal .p-modal__scroll img {
  width: 1.1333333333rem;
}

@media screen and (min-width: 768px) {
  .p-modal .p-modal__scroll {
    gap: 0;
    bottom: -1.375rem;
  }
  .p-modal .p-modal__scroll span {
    font-size: 1.625rem;
  }
}
.p-mv__top {
  padding: 5.8rem 0 2.4rem;
  background: url(./images/top/mv_bg.webp) no-repeat center center/cover;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-mv__top {
    padding: 9.1666666667vw 0 13.5416666667vw;
    background: url(./images/top/mv_bg_pc.webp) no-repeat center center/cover;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__top {
    padding: 11rem 0 16.25rem;
  }
}
.p-mv__content {
  position: relative;
  padding-bottom: 26.6666666667rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.04em;
  text-align: center;
  color: #1B1685;
  z-index: 1;
}

.p-mv__content .p-mv__ttl-img {
  display: block;
  width: 19.8666666667rem;
  margin: 0 auto 1.0666666667rem;
}

.p-mv__content .p-mv__ttl-img img {
  width: 100%;
}

.p-mv__content .p-mv__check {
  position: relative;
}

.p-mv__content .p-mv__check::before {
  content: "";
  display: block;
  width: 2.0666666667rem;
  height: 1.2rem;
  background: url(./images/top/mv_ttl_check.svg) no-repeat center center/contain;
  position: absolute;
  top: 0.2rem;
  left: -0.2rem;
}

.p-mv__content .p-mv__large {
  font-size: 3.0666666667rem;
}

.p-mv__content .p-mv__sm {
  font-size: 1.6666666667rem;
  display: block;
  margin: 0.6666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-mv__content {
    padding-bottom: 0;
    font-size: min(3.125vw, 45px);
    text-align: left;
    overflow: unset;
  }
  .p-mv__content .p-mv__ttl-img {
    width: min(45.5729166667vw, 679px);
    margin: 0 0 min(0.5208333333vw, 10px);
  }
  .p-mv__content .p-mv__check::before {
    width: min(2.6041666667vw, 41px);
    height: min(1.953125vw, 24px);
    top: min(0.5208333333vw, 8px);
    left: max(-0.2604166667vw, -2px);
  }
  .p-mv__content .p-mv__large {
    font-size: min(4.5572916667vw, 68px);
    line-height: 1.4558823529;
  }
  .p-mv__content .p-mv__sm {
    margin: 0;
    font-size: min(3.125vw, 45px);
    display: inline-block;
    line-height: 1;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__content {
    font-size: 2.8125rem;
  }
  .p-mv__content .p-mv__ttl-img {
    width: 42.4375rem;
    margin: 0 0 0.625rem;
  }
  .p-mv__content .p-mv__check::before {
    width: 2.5625rem;
    height: 1.5rem;
    top: 0.5rem;
    left: -0.125rem;
  }
  .p-mv__content .p-mv__large {
    font-size: 4.25rem;
  }
  .p-mv__content .p-mv__sm {
    font-size: 2.8125rem;
  }
}
.p-mv__img {
  width: 30.6666666667rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-47%);
  z-index: -1;
}

.p-mv__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-mv__img {
    width: min(45.5729166667vw, 750px);
    left: auto;
    right: max(-10.4166666667vw, -170px);
    bottom: max(-19.53125vw, -285px);
    transform: none;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__img {
    width: 46.875rem;
    right: -10.625rem;
    bottom: -17.8125rem;
  }
}
.p-mv__txt {
  margin: -9.4rem 0 0;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4583333333;
  text-align: center;
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 31.85%, #6400B1 63.69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0px 0px 12px rgb(255, 255, 255));
  transform: translateZ(0);
  position: relative;
  z-index: 2;
}

.p-mv__txt::after {
  content: "";
  width: 19.5333333333rem;
  height: 2.7333333333rem;
  background: url(./images/top/mv_txt_line.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -3.8666666667rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-mv__txt {
    margin: min(2.1875vw, 42px) 0 0;
    font-size: min(2.0833333333vw, 29px);
    font-weight: 700;
    text-align: left;
    line-height: 1.4482758621;
    filter: none;
    width: fit-content;
  }
  .p-mv__txt::after {
    width: 100%;
    height: 5.2083333333vw;
    background: url(./images/top/mv_txt_line_pc.svg) no-repeat center center/contain;
    bottom: -5.7291666667vw;
    left: max(-0.9114583333vw, -10px);
    transform: translateX(0);
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__txt {
    margin: 2.625rem 0 0;
    font-size: 1.8125rem;
  }
  .p-mv__txt::after {
    left: -0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    width: min(95%, 1422px);
    margin-inline: auto;
  }
}
.p-mv__bottom {
  background: #ffffff;
  position: relative;
  padding: 0.6666666667rem 2.3333333333rem 2.4rem;
  filter: drop-shadow(4px 4px 17px rgba(0, 0, 0, 0.2509803922));
  transform: translateZ(0);
  z-index: 1;
}

.p-mv__bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.9333333333rem;
  background: #ffffff;
  position: absolute;
  bottom: -2.8666666667rem;
  left: 0;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

@media screen and (min-width: 768px) {
  .p-mv__bottom {
    padding: 2.1875rem 8.8020833333vw 2.0625rem;
    margin: max(-5.2083333333vw, -100px) 0 0;
  }
  .p-mv__bottom::after {
    height: min(6.4583333333vw, 124px);
    bottom: max(-6.40625vw, -123px);
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__bottom {
    padding: 2.1875rem min(8.8020833333vw, 169px) 2.0625rem;
    margin: -6.25rem 0 0;
  }
  .p-mv__bottom::after {
    height: 7.75rem;
    bottom: -7.6875rem;
  }
}
.p-mv__bottom-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-mv__bottom-ttl {
    font-size: min(2.4739583333vw, 35px);
    line-height: 1.4482758621;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__bottom-ttl {
    font-size: 2.1875rem;
  }
}
.p-mv__bottom-en01 {
  font-size: 2.6666666667rem;
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 31.85%, #8D00B1 63.69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transform: rotate(-12deg);
  display: block;
  width: fit-content;
  padding-left: 0.6rem;
  padding-bottom: 0.3333333333rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-mv__bottom-en01 {
    font-size: min(5.2083333333vw, 100px);
    margin: 0;
    position: absolute;
    top: max(-4.4270833333vw, -85px);
    left: min(5vw, 96px);
    padding-left: min(1.0416666667vw, 20px);
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__bottom-en01 {
    font-size: 6.25rem;
    line-height: 1.25;
    top: -5rem;
    left: 6rem;
    padding-left: 1.25rem;
  }
}
.p-mv__bottom-en02 {
  display: block;
  font-size: 1.0666666667rem;
  font-weight: 300;
  line-height: 1.4375;
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 31.85%, #8D00B1 63.69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .p-mv__bottom-en02 {
    font-size: min(2.734375vw, 40px);
    line-height: 1.45;
    padding-bottom: min(0.78125vw, 15px);
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__bottom-en02 {
    font-size: 2.5rem;
    padding-bottom: 0.9375rem;
  }
}
.p-mv__bottom-list {
  margin: 0.5333333333rem auto 0;
  max-width: 21.3333333333rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.7333333333rem;
}

.p-mv__bottom-list li {
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 2.5;
  display: grid;
  grid-template-columns: 0.9333333333rem 1fr;
  align-items: center;
  gap: 0.3em;
}

.p-mv__bottom-list li::before {
  content: "";
  display: block;
  width: 0.9333333333rem;
  height: 0.9333333333rem;
  background: url(./images/common/ico_check.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-mv__bottom-list {
    margin-top: min(1.25vw, 24px);
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: min(0.9895833333vw, 19px) min(2.1354166667vw, 41px);
  }
  .p-mv__bottom-list li {
    font-size: min(1.6927083333vw, 23px);
    line-height: 1.7391304348;
    grid-template-columns: min(1.6927083333vw, 20px) 1fr;
  }
  .p-mv__bottom-list li::before {
    width: min(1.6927083333vw, 20px);
    height: min(1.6927083333vw, 20px);
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__bottom-list {
    margin: 1.5rem 0 0;
    gap: 1.1875rem 2.5625rem;
  }
  .p-mv__bottom-list li {
    font-size: 1.4375rem;
    grid-template-columns: 1.25rem 1fr;
  }
  .p-mv__bottom-list li::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-point {
  padding: 2.5333333333rem 0 4.6rem;
}

@media screen and (min-width: 768px) {
  .p-point {
    padding: min(10.4166666667vw, 135px) 0 min(26.0416666667vw, 338px);
    position: relative;
  }
  .p-point::after {
    content: "";
    position: absolute;
    bottom: 10.4166666667vw;
    right: 0;
    width: min(23.4375vw, 376px);
    height: min(119.7916666667vw, 1867px);
    background: url(./images/top/point_list_bg.svg) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1440px) {
  .p-point {
    padding: 8.4375rem 0 21.125rem;
  }
  .p-point::after {
    width: 23.5rem;
    height: 116.6875rem;
    bottom: -1.5333333333rem;
  }
}
.p-point__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.3333333333rem;
}

.p-point__head h2 img {
  width: 13.6rem;
}

@media screen and (min-width: 768px) {
  .p-point__head {
    flex-direction: row;
    align-items: flex-end;
    gap: 1.25rem;
    text-align: left;
    margin-left: -1.25rem;
  }
  .p-point__head h2 {
    display: flex;
    flex-direction: column;
  }
  .p-point__head h2 img {
    width: min(62.5vw, 880px);
  }
}
@media screen and (min-width: 1440px) {
  .p-point__head h2 img {
    width: 55rem;
  }
}
.p-point__head-txt {
  font-size: 3.3333333333rem;
  font-weight: 900;
  line-height: 1.14;
  color: #E8ECF0;
}

@media screen and (min-width: 768px) {
  .p-point__head-txt {
    font-size: min(13.0208333333vw, 160px);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (min-width: 1440px) {
  .p-point__head-txt {
    font-size: 10rem;
  }
}
.p-point__head-txt2 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.8;
  color: #B7C0CA;
  margin: 0.8rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-point__head-txt2 {
    margin: 1.375rem 0 0;
    font-size: min(2.6041666667vw, 37px);
  }
}
@media screen and (min-width: 1440px) {
  .p-point__head-txt2 {
    font-size: 2.3125rem;
  }
}
.p-point__txt-gray {
  color: #5F6984;
}

.p-point__content {
  margin: 1.3333333333rem 0 0;
  position: relative;
}

.p-point__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6.6666666667rem;
  height: 100%;
  background: url(./images/top/point_bg.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-point__content {
    display: none;
  }
}
.p-point__content-inner {
  max-width: 22.9333333333rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-point__content-inner .p-point__label {
  padding: 3.2rem 4.4rem;
  background: url(./images/top/point_border.svg) no-repeat center center/contain;
  display: grid;
  gap: 4.6666666667rem;
}

.p-point__content-inner .p-point__label-txt {
  font-size: 4.1333333333rem;
  font-weight: 400;
  font-family: "Poiret One", sans-serif;
  line-height: 1.1290322581;
  color: #3E3A9F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-point__content-inner .p-point__label-txt span {
  font-family: "Montserrat Underline", sans-serif;
  font-size: 0.9333333333rem;
  font-weight: 700;
  line-height: 1.3571428571;
  text-transform: uppercase;
  margin-bottom: -0.4666666667rem;
}

.p-point__content-ttl {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 3.6666666667rem;
}

.p-point__content-ttl p {
  font-size: 4.6666666667rem;
  font-weight: 900;
  line-height: 1.4428571429;
  color: #3E3A9F;
}

.p-point__list {
  margin: 8.2rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-point__list {
    margin-top: 4.4375rem;
  }
}
.p-point__list-inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .p-point__list-inner {
    width: min(90%, 1280px);
    display: flex;
    align-items: flex-end;
    gap: 2.5rem;
  }
}
.p-point__list-inner .p-point__label {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-point__list-inner .p-point__label {
    width: 40%;
    padding: min(9.1145833333vw, 113px) min(3.90625vw, 113px);
    background: url(./images/top/point_border.svg) no-repeat center center/contain;
    display: grid;
    gap: min(11.71875vw, 165px);
    margin-left: -1.0625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-point__list-inner .p-point__label {
    gap: 10.3125rem;
    width: 27.0625rem;
    padding: 7.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-point__list-inner .p-point__label-txt {
    font-size: min(11.71875vw, 150px);
    font-weight: 400;
    font-family: "Poiret One", sans-serif;
    line-height: 1.1733333333;
    color: #3E3A9F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p-point__list-inner .p-point__label-txt span {
    font-family: "Montserrat Underline", sans-serif;
    font-size: min(2.0833333333vw, 30px);
    font-weight: 700;
    line-height: 1.5333333333;
    text-transform: uppercase;
    margin-bottom: -0.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-point__list-inner .p-point__label-txt {
    font-size: 9.375rem;
  }
  .p-point__list-inner .p-point__label-txt span {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-point__list-inner ol {
    width: 62.96875%;
  }
}
@media screen and (min-width: 1440px) {
  .p-point__list-inner ol {
    width: 50.375rem;
  }
}
.p-point__list-inner ol li {
  position: relative;
}

.p-point__list-inner ol li h3 {
  position: relative;
  z-index: 2;
  font-size: 7.1333333333rem;
  font-weight: 900;
  line-height: 1.4485981308;
  color: #3E3A9F;
  margin-top: -2.3333333333rem;
}

.p-point__list-inner ol li h3 span {
  font-size: 4.7333333333rem;
  color: #D2D1E6;
}

@media screen and (min-width: 768px) {
  .p-point__list-inner ol li h3 {
    font-size: min(13.0208333333vw, 196px);
    margin-top: 0;
  }
  .p-point__list-inner ol li h3 span {
    font-size: min(9.1145833333vw, 130px);
  }
}
@media screen and (min-width: 1440px) {
  .p-point__list-inner ol li h3 {
    font-size: 12.25rem;
  }
  .p-point__list-inner ol li h3 span {
    font-size: 8.125rem;
  }
}
.p-point__list-inner ol li:not(:first-child) {
  margin-top: 3.5333333333rem;
}

@media screen and (min-width: 768px) {
  .p-point__list-inner ol li:not(:first-child) {
    margin-top: 0.625rem;
  }
}
.p-point__list-inner ol li:not(:last-child) {
  padding-bottom: 2.4666666667rem;
  border-bottom: 1px solid #E8ECF0;
}

@media screen and (min-width: 768px) {
  .p-point__list-inner ol li:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-point .p-point__list-num {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1666666667;
  color: #3E3A9F;
  font-family: "Poiret One", sans-serif;
}

.p-point .p-point__list-num span {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5833333333;
  text-transform: uppercase;
  font-family: "Montserrat Underline", sans-serif;
  margin-right: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-point .p-point__list-num {
    display: none;
  }
}
.p-point .p-point__sub-ttl {
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 31.85%, #6400B1 63.69%);
  border-radius: 50%;
  padding: 0.1333333333rem;
  position: absolute;
  top: -2.0666666667rem;
  left: 12.0666666667rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.9333333333rem;
  height: 11.9333333333rem;
}

.p-point .p-point__sub-ttl::after {
  content: "";
  position: absolute;
  top: 0.1333333333rem;
  left: 0.1333333333rem;
  width: calc(100% - 0.2666666667rem);
  height: calc(100% - 0.2666666667rem);
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
}

.p-point .p-point__sub-ttl p {
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 31.85%, #6400B1 63.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 1.0666666667rem;
  font-weight: 900;
  line-height: 1.4375;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-point .p-point__sub-ttl {
    width: min(13.0208333333vw, 179px);
    height: min(13.0208333333vw, 179px);
    padding: 0.125rem;
    top: min(-1.953125vw, -10px);
    left: min(27.9947916667vw, 428px);
  }
  .p-point .p-point__sub-ttl::after {
    width: calc(100% - 0.25rem);
    height: calc(100% - 0.25rem);
    top: 0.125rem;
    left: 0.125rem;
  }
  .p-point .p-point__sub-ttl p {
    font-size: min(1.3020833333vw, 16px);
  }
}
@media screen and (min-width: 1440px) {
  .p-point .p-point__sub-ttl {
    width: 11.1875rem;
    height: 11.1875rem;
    left: 26.75rem;
    top: -0.625rem;
  }
  .p-point .p-point__sub-ttl p {
    font-size: 1rem;
  }
}
.p-point .p-point__list-txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .p-point .p-point__list-txt {
    font-size: min(1.4322916667vw, 18px);
    margin-top: -0.6510416667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-point .p-point__list-txt {
    font-size: 1.125rem;
    margin-top: -1.5rem;
  }
}
.p-privacy {
  margin: 4rem 0 0;
  padding: 2.8666666667rem 0 3.1333333333rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-privacy {
    margin-top: min(6.9010416667vw, 100px);
    padding: 4.4375rem 0 7.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-privacy {
    margin-top: min(5.6640625vw, 100px);
  }
}
.p-privacy::before, .p-privacy::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 31.85%, #6400B1 63.69%);
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-privacy::before, .p-privacy::after {
    height: 4px;
  }
}
.p-privacy::before {
  top: 0;
}

.p-privacy::after {
  bottom: 0;
}

.p-privacy h1 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
  color: #5F6984;
}

@media screen and (min-width: 768px) {
  .p-privacy h1 {
    font-size: 2.5rem;
  }
}
.p-privacy__box {
  margin: 1.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-privacy__box {
    margin-top: 2.8125rem;
  }
}
.p-privacy h2 {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.75;
  margin: 2rem 0 1.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-privacy h2 {
    font-size: 1.5rem;
    margin: 2.875rem 0 1.5625rem;
  }
}
.p-privacy p {
  font-size: 1.0666666667rem;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .p-privacy p {
    font-size: 1.25rem;
  }
}
.p-privacy ol {
  margin: 0.7333333333rem 0 0.7333333333rem 1.5em;
}

.p-privacy ol li {
  list-style: decimal;
  font-size: 1.0666666667rem;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .p-privacy ol li {
    font-size: 1.25rem;
  }
}
.p-privacy ul {
  margin: 0 0 0.7333333333rem 1.5em;
}

.p-privacy ul li {
  list-style: disc;
  font-size: 1.0666666667rem;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .p-privacy ul li {
    font-size: 1.25rem;
  }
}
.p-privacy ul li ol {
  margin: 0 0 0.7333333333rem 1.5em;
}

.p-privacy ul li ol li {
  list-style: lower-roman;
}

.p-privacy__right {
  text-align: right;
}

.p-refused {
  background: #E8ECF0;
  padding: 2.2rem 0 3.2rem;
}

@media screen and (min-width: 768px) {
  .p-refused {
    padding: 1.75rem 0 5.25rem;
    position: relative;
  }
}
.p-refused h2 {
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.p-refused h2 span {
  position: relative;
  top: -0.2666666667rem;
  width: 4.8rem;
  display: inline-block;
}

.p-refused h2 span img {
  display: inline-block;
  width: 100%;
}

.p-refused h2 span::before {
  content: "";
  background: url(./images/top/worry_dots.svg) no-repeat center center/contain;
  width: 3.6rem;
  height: 0.4rem;
  position: absolute;
  top: -0.1333333333rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-refused h2 {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
    position: absolute;
    background: #E8ECF0;
    width: 51.875rem;
    top: -4.0625rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.625rem 0 0;
  }
  .p-refused h2 span {
    width: 11.5rem;
    top: -1.125rem;
  }
  .p-refused h2 span::before {
    width: 8.25rem;
    height: 1rem;
    top: -1.5625rem;
  }
}
.p-refused__head {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-refused__head::before, .p-refused__head::after {
  content: "";
  width: 0.8rem;
  height: 3rem;
  border-top: 1px solid #5F6984;
  border-bottom: 1px solid #5F6984;
}

.p-refused__head::before {
  border-left: 1px solid #5F6984;
}

.p-refused__head::after {
  border-right: 1px solid #5F6984;
}

.p-refused__head p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4666666667;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-refused__head {
    gap: 4.375rem;
    justify-content: center;
  }
  .p-refused__head::before, .p-refused__head::after {
    width: 0.75rem;
    height: 4.0625rem;
  }
  .p-refused__head p {
    font-size: 1.25rem;
  }
}
.p-refused__list {
  margin: 2.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-refused__list {
    margin-top: 3.75rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.6041666667vw, 66px);
  }
}
@media screen and (min-width: 1440px) {
  .p-refused__list {
    gap: 4.125rem;
  }
}
.p-refused__item {
  background: #ffffff;
  padding: 1.8666666667rem 1.3333333333rem 2.2666666667rem;
}

.p-refused__item:not(:first-child) {
  margin: 1.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-refused__item {
    padding: 2.375rem 2.875rem 3.25rem;
  }
  .p-refused__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-refused__wrap {
  display: grid;
  grid-template-columns: 5.3333333333rem 1fr;
  gap: 1.1333333333rem;
}

@media screen and (min-width: 768px) {
  .p-refused__wrap {
    grid-template-columns: min(9.1145833333vw, 104px) 1fr;
    gap: min(1.953125vw, 34px);
  }
}
@media screen and (min-width: 1440px) {
  .p-refused__wrap {
    grid-template-columns: 6.5rem 1fr;
    gap: 2.125rem;
  }
}
.p-refused__img img {
  width: 100%;
}

.p-refused__name {
  margin: 0.4rem 0 0;
}

.p-refused__name p {
  font-size: 1.2rem;
  font-weight: 700;
}

.p-refused__name p span {
  display: block;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-refused__name {
    margin-top: 0.375rem;
  }
  .p-refused__name p {
    font-size: min(2.34375vw, 30px);
  }
  .p-refused__name p span {
    font-size: min(1.8229166667vw, 24px);
  }
}
@media screen and (min-width: 1440px) {
  .p-refused__name p {
    font-size: 1.875rem;
  }
  .p-refused__name p span {
    font-size: 1.5rem;
  }
}
.p-refused__txt {
  margin: 1.7333333333rem 0 0;
}

.p-refused__txt p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .p-refused__txt {
    margin-top: 2.125rem;
  }
  .p-refused__txt p {
    font-size: 1rem;
    line-height: 1.4375;
  }
}
.p-thanks {
  margin: 4rem 0 0;
  padding: 2.6666666667rem 0 4.0666666667rem;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-thanks {
    margin-top: min(6.9010416667vw, 100px);
    padding: 4.4375rem 0 8.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-thanks {
    margin-top: min(5.6640625vw, 100px);
  }
}
.p-thanks::before, .p-thanks::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 31.85%, #6400B1 63.69%);
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-thanks::before, .p-thanks::after {
    height: 4px;
  }
}
.p-thanks::before {
  top: 0;
}

.p-thanks::after {
  bottom: 0;
}

.p-thanks h2 {
  font-size: 1.7333333333rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-thanks h2 {
    font-size: 2.5rem;
  }
}
.p-thanks__ico {
  margin: 1.8666666667rem auto 0;
  width: 8rem;
  animation: blinking 1.5s infinite;
}

.p-thanks__ico img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-thanks__ico {
    margin-top: 1.875rem;
    width: 11.25rem;
  }
}
@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-thanks__note {
  margin: 1.8666666667rem calc(50% - 50vw) 0;
  font-size: 2.2666666667rem;
  font-weight: 900;
  line-height: 1.4705882353;
  text-align: center;
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 31.85%, #6400B1 63.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media screen and (min-width: 768px) {
  .p-thanks__note {
    font-size: min(5.2083333333vw, 71px);
    line-height: 1.32;
  }
}
@media screen and (min-width: 1440px) {
  .p-thanks__note {
    font-size: 4.4375rem;
  }
}
.p-thanks h3 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-inline: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-thanks h3 {
    font-size: min(2.6041666667vw, 40px);
    line-height: 1.75;
  }
}
@media screen and (min-width: 1440px) {
  .p-thanks h3 {
    font-size: 2.5rem;
  }
}
.p-thanks__box {
  margin: 2.6666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-thanks__box {
    margin-top: 2.75rem;
  }
}
.p-thanks__box-txt {
  margin: 1.4rem 0 0;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 31.85%, #6400B1 63.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media screen and (min-width: 768px) {
  .p-thanks__box-txt {
    margin-top: 3rem;
    font-size: min(5.2083333333vw, 71px);
    line-height: 1.5;
  }
}
@media screen and (min-width: 1440px) {
  .p-thanks__box-txt {
    font-size: 4.4375rem;
  }
}
.p-thanks__book {
  margin: 3.8666666667rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-thanks__book {
    margin-top: 5.8125rem;
    width: 66.6875rem;
  }
}
.p-thanks__book img {
  width: 100%;
}

.p-thanks__btn {
  margin: 2.3333333333rem 0 0;
  text-align: center;
}

.p-thanks__btn p {
  margin-top: 0.2666666667rem;
  font-size: 1.0666666667rem;
  font-weight: 900;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .p-thanks__btn {
    margin: 4.25rem auto 0;
    width: 26.0666666667rem;
  }
  .p-thanks__btn p {
    margin-top: 0.125rem;
    font-size: 1rem;
  }
}
.p-thanks__step {
  margin: 1.8666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-thanks__step {
    margin-top: 3.75rem;
  }
}
.p-thanks__step ol {
  width: 78.2051282051vw;
  margin: 2.6666666667rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-thanks__step ol {
    width: 100%;
    margin-top: min(3.90625vw, 60px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-thanks__step ol {
    margin-top: 3.75rem;
  }
}
.p-thanks__step ol li:not(:first-child) {
  margin-top: 1.8666666667rem;
}

@media screen and (min-width: 768px) {
  .p-thanks__step ol li:not(:first-child) {
    margin-top: 0;
  }
}
.p-thanks__step ol li p {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin: 0.6rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-thanks__step ol li p {
    font-size: min(2.0833333333vw, 26px);
    margin-top: 0.5625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-thanks__step ol li p {
    font-size: 1.625rem;
  }
}
.p-thanks__img {
  width: 100%;
  box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.2509803922);
}

.p-thanks__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.p-thanks__step-sp {
  display: inline-block;
}

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

@media screen and (min-width: 768px) {
  .p-thanks__step-pc {
    display: inline-block;
  }
}
.p-voice {
  padding: 1.4666666667rem 0 4.4rem;
  background: #E8ECF0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-voice {
    padding: 5.625rem 0 7.4375rem;
  }
}
.p-voice h2 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-voice h2 {
    position: absolute;
    top: -5.1875rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.875rem;
    line-height: 1.4666666667;
    z-index: 2;
    background: #E8ECF0;
    padding: 1.5rem 0.9375rem 1rem;
    width: 44.25rem;
  }
}
.p-voice__list {
  margin: 1.2666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-voice__list {
    margin-top: 0;
  }
}
.p-voice__item {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  padding: 2.3333333333rem 1.3333333333rem 2.1333333333rem;
}

.p-voice__item:not(:first-child) {
  margin-top: 1.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-voice__item {
    padding: 2.5rem min(2.6041666667vw, 40px);
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .p-voice__item:not(:first-child) {
    margin-top: 2.9375rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-voice__item {
    padding: 2.5rem 3.5rem 2.5rem 2.5rem;
  }
}
.p-voice__img {
  width: 25%;
  margin-top: 0.3333333333rem;
}

.p-voice__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-voice__img {
    width: min(13.0208333333vw, 168px);
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-voice__img {
    width: 10.5rem;
  }
}
.p-voice__body {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-voice__body {
    display: block;
    width: 62.5rem;
  }
}
.p-voice__info {
  width: 71.25%;
  margin-left: 0.8rem;
}

.p-voice__info h3 {
  border-bottom: 1px solid #5F6984;
  padding-bottom: 0.3333333333rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-voice__info {
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #5F6984;
  }
  .p-voice__info h3 {
    padding-bottom: 0;
    border-bottom: none;
    line-height: 2;
    display: flex;
    gap: min(1.3020833333vw, 26px);
  }
}
@media screen and (min-width: 1440px) {
  .p-voice__info h3 {
    gap: 1.625rem;
  }
}
.p-voice__company {
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-voice__company {
    font-size: min(1.8229166667vw, 20px);
  }
}
@media screen and (min-width: 1440px) {
  .p-voice__company {
    font-size: 1.25rem;
  }
}
.p-voice__name {
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-voice__name {
    font-size: min(1.8229166667vw, 20px);
  }
}
@media screen and (min-width: 1440px) {
  .p-voice__name {
    font-size: 1.25rem;
  }
}
.p-voice__post {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 1.4rem;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-voice__post {
    font-size: min(1.8229166667vw, 20px);
    margin-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-voice__post {
    font-size: 1.25rem;
  }
}
.p-voice__info-wrap {
  margin: 0.6666666667rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4166666667;
}

@media screen and (min-width: 768px) {
  .p-voice__info-wrap {
    margin-top: 0;
    font-size: min(1.4322916667vw, 16px);
  }
}
@media screen and (min-width: 1440px) {
  .p-voice__info-wrap {
    font-size: 1rem;
  }
}
.p-voice__place {
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.p-voice__place::before {
  content: "";
  display: block;
  width: 0.6666666667rem;
  height: 0.8666666667rem;
  background: url(./images/common/ico_place.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-voice__place::before {
    width: 0.875rem;
    height: 1.125rem;
    margin-top: 0.1875rem;
  }
}
.p-voice__occupation {
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.p-voice__occupation::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.9333333333rem;
  background: url(./images/common/ico_shop.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-voice__occupation::before {
    width: 1.25rem;
    height: 1.125rem;
  }
}
.p-voice__txt {
  margin: 1.7333333333rem 0 0;
}

.p-voice__txt h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}

.p-voice__txt p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 1.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-voice__txt {
    margin-top: 0.625rem;
  }
  .p-voice__txt h4 {
    font-size: min(1.6927083333vw, 20px);
  }
  .p-voice__txt p {
    font-size: min(1.5625vw, 20px);
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-voice__txt h4 {
    font-size: 1.25rem;
  }
  .p-voice__txt p {
    font-size: 1rem;
  }
}
.p-worry-bottom__box {
  position: relative;
  margin: 2.0666666667rem 0 0;
  z-index: 1;
}

.p-worry-bottom__box .p-worry-bottom__anime-txt {
  position: absolute;
  bottom: 8.9743589744vw;
  left: 6.4102564103vw;
  width: 100%;
  z-index: 1;
  transform: rotate(-6deg);
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ccc;
}

@media screen and (min-width: 768px) {
  .p-worry-bottom__box {
    margin-top: 0;
  }
  .p-worry-bottom__box .p-worry-bottom__anime-txt {
    position: static;
    transform: none;
    align-items: flex-start;
    justify-content: flex-start;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}
.p-worry-bottom__txt01 {
  --to: #9CA3AC;
}

.p-worry-bottom__txt02 {
  --to: #444B5E;
}

.p-worry-bottom__txt03 {
  font-size: 11.7948717949vw;
  margin-bottom: 1.3333333333rem;
  --to: #444B5E;
}

@media screen and (min-width: 768px) {
  .p-worry-bottom__txt03 {
    font-size: 11.71875vw;
    line-height: 1.3722222222;
    letter-spacing: -0.1em;
    margin-bottom: 0;
  }
  .p-worry-bottom__txt03 .ls-01 {
    letter-spacing: -0.33em;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry-bottom__txt03 {
    font-size: 11.25rem;
  }
}
.p-worry-bottom__txt04 {
  font-size: 5.641025641vw;
  --to: #9CA3AC;
}

@media screen and (min-width: 768px) {
  .p-worry-bottom__txt04 {
    margin-top: 0.625rem;
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry-bottom__txt04 {
    font-size: 2.5rem;
  }
}
.p-worry-bottom__anime-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 900;
  font-size: 1.3333333333rem;
  line-height: 1.75;
  color: #ccc;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-worry-bottom__anime-txt {
    align-items: flex-start;
    text-align: left;
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry-bottom__anime-txt {
    font-size: 2.5rem;
  }
}
.p-worry-bottom__img {
  width: 86.1333333333vw;
  margin-left: auto;
}

.p-worry-bottom__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-worry-bottom__img {
    width: 39.0625vw;
    position: absolute;
    right: -7.8125vw;
    bottom: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry-bottom__img {
    width: min(33.9583333333vw, 652px);
    right: -6.25rem;
  }
}
@media screen and (min-width: 1680px) {
  .p-worry-bottom__img {
    bottom: -0.625rem;
    right: max(-14.5833333333vw, -280px);
  }
}
.p-worry-bottom__bg-txt {
  display: flex;
  flex-direction: column;
  gap: 0.5333333333rem;
  transform: rotate(-5deg);
  margin: -3.8461538462vw 0 0;
  position: relative;
  z-index: 1;
}

.p-worry-bottom__bg-txt span {
  color: #ffffff;
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  padding: 0.6666666667rem;
  margin-left: -0.6666666667rem;
  position: relative;
}

.p-worry-bottom__bg-txt span::before {
  content: "";
  display: block;
  width: calc(100% + 1.3333333333rem);
  height: 100%;
  background: linear-gradient(272.22deg, #4A39DB 36.57%, #64C7F1 99.7%);
  position: absolute;
  top: 0;
  left: -0.3333333333rem;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-worry-bottom__bg-txt {
    gap: 0.78125vw;
    margin-top: 1.0416666667vw;
  }
  .p-worry-bottom__bg-txt span {
    font-size: 3.125vw;
    line-height: 1.45;
    padding: 0.3125rem 0.6875rem 0.375rem;
  }
  .p-worry-bottom__bg-txt span::before {
    background: linear-gradient(90.01deg, #1B1685 6.74%, #1392C1 50.74%, #6400B1 94.74%);
    width: 113.4375vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1440px) {
  .p-worry-bottom__bg-txt {
    gap: 0.9375rem;
  }
  .p-worry-bottom__bg-txt span {
    font-size: 3.75rem;
  }
}
.p-worry-bottom__anime-txt02 {
  margin: 2.6666666667rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 900;
  font-size: 1.3333333333rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .p-worry-bottom__anime-txt02 {
    font-size: 2.6041666667vw;
    line-height: 2;
    margin-top: 6.5104166667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry-bottom__anime-txt02 {
    font-size: 2.5rem;
    margin-top: 6.75rem;
  }
}
.p-worry {
  padding: 5.6rem 0 4.3333333333rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-worry {
    padding: min(13.0208333333vw, 188px) 0 8.6666666667rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry {
    padding: 11.75rem 0 8.6666666667rem;
  }
}
.p-worry__head {
  text-align: center;
}

.p-worry__head h2 {
  font-size: 2.2666666667rem;
  font-weight: 700;
  line-height: 1.3235294118;
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 31.85%, #6400B1 63.69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  position: relative;
  padding: 0 0.4rem 0.6666666667rem;
}

.p-worry__head h2::before {
  content: "";
  display: block;
  width: 5.1333333333rem;
  height: 0.6rem;
  background: url(./images/top/worry_dots.svg) no-repeat center center/contain;
  position: absolute;
  top: -0.2em;
  right: 1.5em;
}

.p-worry__head h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1333333333rem;
  background: linear-gradient(180deg, #1B1685 0%, #1392C1 31.85%, #6400B1 63.69%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-worry__head p {
  font-size: 1.8666666667rem;
  font-weight: 900;
  line-height: 1.4642857143;
  color: #1B1685;
  margin: 0.8rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-worry__head h2 {
    font-size: min(6.5104166667vw, 100px);
    line-height: 1.28;
    padding: 0 min(6.5104166667vw, 100px) 1.25rem;
  }
  .p-worry__head h2::before {
    width: min(14.9739583333vw, 216px);
    height: min(1.8229166667vw, 24px);
    right: 2.4em;
  }
  .p-worry__head h2::after {
    height: 0.25rem;
  }
  .p-worry__head p {
    font-size: min(5.2083333333vw, 80px);
    line-height: 1.45;
    margin-top: min(1.953125vw, 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-worry__head h2 {
    font-size: 6.25rem;
    line-height: 1.28;
    padding: 0 6.25rem 1.25rem;
  }
  .p-worry__head h2::before {
    width: 13.5rem;
    height: 1.5rem;
  }
  .p-worry__head p {
    font-size: 5rem;
    line-height: 1.45;
    margin-top: 2.1875rem;
  }
}
.p-worry__anime-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

@media screen and (min-width: 768px) {
  .p-worry__anime-txt {
    gap: 0.5rem;
  }
}
.p-worry__txt01 {
  font-size: 1.4666666667rem;
  line-height: 1.4545454545;
  font-weight: 900;
  --to: #5F6984;
}

@media screen and (min-width: 768px) {
  .p-worry__txt01 {
    font-size: min(4.4270833333vw, 64px);
    line-height: 1.46875;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry__txt01 {
    font-size: 4rem;
    line-height: 1.46875;
  }
}
.p-worry__txt02 {
  font-size: 1.2rem;
  line-height: 1.4444444444;
  font-weight: 900;
  --to: #5F6984;
}

@media screen and (min-width: 768px) {
  .p-worry__txt02 {
    font-size: min(3.6458333333vw, 48px);
    line-height: 1.4583333333;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry__txt02 {
    font-size: 3rem;
    line-height: 1.4583333333;
  }
}
.p-worry__content {
  margin: 3.4666666667rem 0 0;
  padding-bottom: 12.8205128205vw;
  position: relative;
  z-index: 1;
}

.p-worry__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 180.7692307692vw;
  background: url(./images/top/worry_bg_sp.webp) no-repeat center center/cover;
  position: absolute;
  top: 28.7179487179vw;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-worry__content {
    margin-top: min(3.90625vw, 60px);
    padding-bottom: min(5.2083333333vw, 165px);
  }
  .p-worry__content::before {
    background: url(./images/top/worry_bg_pc.webp) no-repeat center center/cover;
    top: min(7.8125vw, 130px);
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry__content {
    margin-top: 3.75rem;
    padding-bottom: max(8.59375vw, 165px);
  }
  .p-worry__content::before {
    background: url(./images/top/worry_bg_pc.webp) no-repeat top center/cover;
    top: auto;
    bottom: 0;
    height: calc(100% - min(5.7291666667vw, 110px));
  }
  .p-worry__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 8.8020833333vw;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
  }
}
.p-worry__catch {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: center;
  gap: 0.9333333333rem;
  position: relative;
  z-index: 3;
}

.p-worry__catch span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 3.0666666667rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(180deg, #1B1685 -27.83%, #1392C1 35.44%, #8D00B1 98.71%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.p-worry__catch span:nth-child(1) {
  padding-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .p-worry__catch {
    gap: min(1.3020833333vw, 33px);
  }
  .p-worry__catch span {
    font-size: min(6.5104166667vw, 100px);
  }
}
@media screen and (min-width: 1440px) {
  .p-worry__catch {
    gap: 2.0625rem;
  }
  .p-worry__catch span {
    font-size: 6.25rem;
  }
}
.p-worry__flowing {
  position: absolute;
  top: 20.5128205128vw;
  left: -0.3333333333rem;
  display: flex;
  align-items: center;
  transform: rotate(-5deg);
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

.p-worry__flowing ul {
  display: flex;
  align-items: center;
}

.p-worry__flowing li {
  white-space: nowrap;
  width: 413.5897435897vw;
  animation: flowing-text-smooth 70s linear infinite;
  will-change: transform;
  background: linear-gradient(90deg, #1B1685 0%, #1392C1 31.85%, #6400B1 63.69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 10.2564102564vw;
  font-family: "Montserrat Underline", sans-serif;
  line-height: 1.225;
  opacity: 0.1;
}

.p-worry__flowing--reverse {
  top: auto;
  bottom: 0;
  transform: rotate(175deg);
}

@media screen and (min-width: 768px) {
  .p-worry__flowing {
    top: min(9.1145833333vw, 123px);
  }
  .p-worry__flowing li {
    width: min(168.0208333333vw, 3226px);
    font-size: min(4.1666666667vw, 80px);
    line-height: 1.225;
  }
  .p-worry__flowing--reverse {
    top: auto;
    bottom: -7.1614583333vw;
    transform: rotate(175deg);
  }
}
@media screen and (min-width: 1440px) {
  .p-worry__flowing {
    top: min(5.5729166667vw, 107px);
  }
  .p-worry__flowing li {
    width: max(168.0208333333vw, 201.625rem);
    font-size: max(4.1666666667vw, 5rem);
    line-height: 1.225;
  }
  .p-worry__flowing--reverse {
    top: auto;
    bottom: max(-0.5208333333vw, -0.625rem);
    transform: rotate(175deg);
  }
}
.p-worry__img01 {
  margin: -8.7179487179vw 0 0;
  width: 97.1794871795vw;
}

.p-worry__img01 img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-worry__img01 {
    width: min(58.59375vw, 872px);
    margin: 0;
    position: absolute;
    bottom: -1.8229166667vw;
    right: -10.0260416667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry__img01 {
    width: 45.4166666667vw;
    margin: 0;
    position: absolute;
    bottom: max(5vw, 90px);
    left: calc(50% + 6.25vw);
    right: auto;
  }
}
.p-worry__txt-bg {
  margin: -4.6153846154vw 0 0;
}

@media screen and (min-width: 768px) {
  .p-worry__txt-bg {
    margin: min(3.90625vw, 90px) auto 0;
    width: min(90%, 1280px);
  }
}
.p-worry__bg-wrap {
  position: relative;
  display: block;
  transform: rotate(-5deg);
}

.p-worry__bg-wrap:not(:first-child) {
  margin-top: 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-worry__bg-wrap {
    transform: rotate(0);
    width: fit-content;
    min-width: min(39.0625vw, 586px);
  }
  .p-worry__bg-wrap:not(:first-child) {
    margin-top: 1.375rem;
  }
  .p-worry__bg-wrap:nth-child(2) {
    margin-left: 2.3125rem;
  }
  .p-worry__bg-wrap:nth-child(3) {
    margin-left: 4.625rem;
  }
  .p-worry__bg-wrap:nth-child(4) {
    margin-left: 6.9375rem;
  }
  .p-worry__bg-wrap:nth-child(5) {
    margin-left: 9.25rem;
  }
  .p-worry__bg-wrap:nth-child(7) {
    margin-left: 2.5rem;
  }
  .p-worry__bg-wrap:nth-child(8) {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry__bg-wrap {
    min-width: 36.625rem;
  }
}
.p-worry__bg-wrap.is-active::before {
  animation: bg 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(272.22deg, #4A39DB 36.57%, #64C7F1 99.7%);
  content: "";
  position: absolute;
  top: 0;
  left: -0.3333333333rem;
  width: calc(100% + 0.6666666667rem);
  height: 100%;
  transform-origin: left center;
}

@media screen and (min-width: 768px) {
  .p-worry__bg-wrap.is-active::before {
    left: 0;
    width: 100%;
  }
}
.p-worry__bg-wrap.is-active .p-worry__inn {
  animation: opacity 0.5s ease-in-out forwards;
}

.p-worry__inn {
  color: #fff;
  display: block;
  font-size: 1.3333333333rem;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
  padding: 0.7333333333rem;
  position: relative;
  z-index: 1;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .p-worry__inn {
    padding: 0.25rem 0.625rem;
    font-size: min(2.0833333333vw, 30px);
    line-height: 1.4333333333;
  }
}
@media screen and (min-width: 1440px) {
  .p-worry__inn {
    padding: 0.25rem 0.625rem;
    font-size: 1.875rem;
    line-height: 1.4333333333;
  }
}
.p-worry__bottom {
  margin: 2.4rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-worry__bottom {
    margin: 15.625vw auto 0;
    width: min(90%, 1288px);
  }
}
@media screen and (min-width: 1440px) {
  .p-worry__bottom {
    margin: 6.75rem auto 0;
  }
}
@keyframes flowing-text-smooth {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-desktop {
  display: none;
}

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

@media screen and (min-width: 768px) {
  .u-tablet {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .u-tablet {
    display: none;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */