/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media only screen and (max-width: 390px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 1.1764705882vw;
  }
}
@media only screen and (min-width: 1360px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #fff;
  color: #000000;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7142857143;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  overflow: hidden;
}

* {
  line-height: inherit;
  min-inline-size: 0;
}

picture {
  display: block;
  line-height: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

ul {
  list-style: none;
}

button {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.c-inner {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .c-inner {
    padding: 0;
  }
}

.c-section {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-section {
    max-width: 85rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.c-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.c-img img {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-header {
  background: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease-out;
  transition-property: box-shadow, background;
  z-index: 100;
}
.c-header.is-active {
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) {
  .c-header.is-active .c-header__inner {
    height: 5rem;
  }
  .c-header.is-active .c-header__logo {
    width: 31.25rem;
  }
}
.c-header__inner {
  align-items: center;
  display: flex;
  height: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .c-header__inner {
    height: 8.125rem;
    max-width: 100%;
    transition: 0.3s ease-out;
    transition-property: height;
  }
}
.c-header__logo {
  aspect-ratio: 343/18;
  width: 21.4375rem;
}
@media only screen and (min-width: 768px) {
  .c-header__logo {
    aspect-ratio: 688/50;
    transition: 0.3s ease-out;
    transition-property: width;
    width: 43rem;
  }
}
.c-header__btn {
  display: none;
}
@media only screen and (min-width: 768px) {
  .c-header__btn {
    aspect-ratio: 319/50;
    display: block;
    margin-left: auto;
    max-width: 19.9375rem;
    transition: 0.3s ease-out;
    transition-property: opacity;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (hover: hover) {
  .c-header__btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) and (hover: none) {
  .c-header__btn:active {
    opacity: 0.7;
  }
}

.c-footer {
  margin-bottom: 3.625rem;
  padding: 8.4375rem 0 8.375rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-footer {
    margin: 0;
    padding: 18.75rem 0;
  }
}
.c-footer::before {
  background: rgba(0, 0, 0, 0.408);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-footer__box {
  background: #fff;
  border-radius: 0.375rem;
  padding: 1.25rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-footer__box {
    padding: 2.5rem;
  }
}
.c-footer__btn {
  aspect-ratio: 101/16;
  display: flex;
  margin: 0 auto;
  max-width: 31.875rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
  width: 100%;
}
@media (hover: hover) {
  .c-footer__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-footer__btn:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .c-footer__btn {
    aspect-ratio: 510/80;
  }
}
.c-footer__list {
  align-items: center;
  border-bottom: 1px solid #000000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.1875rem;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .c-footer__list {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
    justify-content: center;
    margin-bottom: 1.75rem;
    padding-bottom: 1.6875rem;
    padding-top: 2.5625rem;
  }
}
.c-footer__item {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media only screen and (min-width: 768px) {
  .c-footer__item {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.c-footer__copy {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-footer__copy {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.c-footer__bg {
  bottom: 0;
  display: -ms-grid;
  display: grid;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.c-footer__bg > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-footer__bg > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.c-footer__bg > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.c-footer__bg .splide__slide {
  aspect-ratio: 400/300;
  height: -webkit-max-content;
  height: max-content;
}
.c-footer__bg .splide__list {
  align-items: flex-start;
}

.c-follow {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  bottom: 0;
  display: flex;
  height: 3.75rem;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  transition: 0.3s ease-out;
  transition-property: opacity, visibility;
  visibility: hidden;
  z-index: 100;
}
.c-follow.is-active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .c-follow {
    display: none;
  }
}
.c-follow__btn {
  aspect-ratio: 51/8;
  max-width: 17.5rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
  width: 100%;
}
@media (hover: hover) {
  .c-follow__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-follow__btn:active {
    opacity: 0.7;
  }
}

.l-fv {
  padding-top: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .l-fv {
    padding-top: 8.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-fv__inner {
    max-width: 100%;
  }
}
.l-fv__slider {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-fv__slider {
    margin-bottom: 0;
  }
}
.l-fv__slider .splide__track {
  border: 1px solid #000000;
  border-radius: 0.375rem;
  overflow: hidden;
}
.l-fv__slider .splide__slide .img {
  aspect-ratio: 343/470;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 768px) {
  .l-fv__slider .splide__slide .img {
    aspect-ratio: 1760/872;
  }
}
.l-fv__slider .splide__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}
.l-fv__slider .splide__arrow--prev,
.l-fv__slider .splide__arrow--next {
  aspect-ratio: 1/1;
  background: url(../img/fv/next.webp) no-repeat center/100% auto;
  cursor: pointer;
  transition: 0.3s ease-out;
  transition-property: opacity;
  width: 1.75rem;
}
@media (hover: hover) {
  .l-fv__slider .splide__arrow--prev:hover,
  .l-fv__slider .splide__arrow--next:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-fv__slider .splide__arrow--prev:active,
  .l-fv__slider .splide__arrow--next:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .l-fv__slider .splide__arrow--prev,
  .l-fv__slider .splide__arrow--next {
    background: url(../img/fv/next-pc.webp) no-repeat center/100% auto;
    width: 3.75rem;
  }
}
.l-fv__slider .splide__arrow--next {
  position: relative;
  right: -0.875rem;
}
@media only screen and (min-width: 768px) {
  .l-fv__slider .splide__arrow--next {
    right: 2.5rem;
  }
}
.l-fv__slider .splide__arrow--prev {
  left: -0.875rem;
  position: relative;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
@media only screen and (min-width: 768px) {
  .l-fv__slider .splide__arrow--prev {
    left: 2.5rem;
  }
}
.l-fv__btn {
  aspect-ratio: 343/54;
  max-width: 21.4375rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
  width: 100%;
}
@media (hover: hover) {
  .l-fv__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-fv__btn:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .l-fv__btn {
    aspect-ratio: 370/58;
    bottom: 8.6009174312%;
    left: 17.7272727273%;
    position: absolute;
    width: 21.4772727273%;
  }
}

.l-about {
  padding-top: 2.6875rem;
}
@media only screen and (min-width: 768px) {
  .l-about {
    padding-bottom: 5rem;
    padding-top: 7rem;
  }
}
.l-about__inner {
  border-top: 1px solid #000000;
  padding-bottom: 1.3125rem;
  padding-top: 2.1875rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-about__inner {
    border: 1px solid #000000;
    border-radius: 0.375rem;
    padding: 4.4375rem 2.4375rem 2.4375rem;
  }
}
.l-about__ttl {
  aspect-ratio: 160/30;
  left: 1rem;
  position: absolute;
  top: 0;
  width: 10rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .l-about__ttl {
    aspect-ratio: 345/64;
    left: 2.5rem;
    width: 21.5625rem;
  }
}
.l-about__txt {
  background: #FFF6D9;
  border: 1px solid #000000;
  border-radius: 0.375rem;
  font-size: 1rem;
  line-height: 1.75;
  padding: 0.75rem 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-about__txt {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    padding: 1.4375rem;
    padding-top: 1.125rem;
  }
}
.l-about__txt .marker {
  background: linear-gradient(to top, #FFD800 0, #FFD800 0.625rem, transparent 0.625rem, transparent 100%);
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .l-about__txt .marker {
    background: linear-gradient(to top, #FFD800 0, #FFD800 1rem, transparent 1rem, transparent 100%);
  }
}

.l-trouble {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .l-trouble {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.l-trouble.lazyloaded {
  background: url(../img/trouble/bg-sp.webp) no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .l-trouble.lazyloaded {
    background: url(../img/trouble/bg-pc.webp) no-repeat center/cover;
  }
}
.l-trouble__ttl {
  aspect-ratio: 343/79;
  margin: 0 auto 0.75rem;
  width: 21.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-trouble__ttl {
    aspect-ratio: 1627/372;
    left: 1rem;
    margin: 0 0 2rem;
    position: relative;
    width: 50.8125rem;
  }
}
.l-trouble__txt {
  aspect-ratio: 343/12;
  margin: 0 auto 1.75rem;
  width: 21.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-trouble__txt {
    aspect-ratio: 1909/62;
    margin: 0 0 3.25rem;
    width: 59.625rem;
  }
}
.l-trouble__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .l-trouble__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.5rem;
  }
}
.l-trouble__item {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 0.375rem;
  color: #fff;
  padding: 0.6875rem;
}
@media only screen and (min-width: 768px) {
  .l-trouble__item {
    flex: 0 0 auto;
    padding: 1.4375rem;
    width: calc(50% - 1.25rem);
  }
}
.l-trouble__item .ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-trouble__item .ttl {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.l-trouble__item .ttl::before {
  background: radial-gradient(circle farthest-side, #fff, #fff 43%, transparent 43%, transparent);
  background-position: center;
  background-size: 0.4375rem 0.4375rem;
  bottom: 0;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  display: inline-block;
  transform: translate(-50%, 50%);
  width: 100%;
}
.l-trouble__item .txt {
  font-size: 0.75rem;
  line-height: 1.4166666667;
}
@media only screen and (min-width: 768px) {
  .l-trouble__item .txt {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.l-slide {
  overflow: hidden;
  padding-bottom: 1.75rem;
  padding-top: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .l-slide {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.l-slide__slider .splide__list {
  align-items: flex-start;
}
.l-slide__slider .splide__slide {
  aspect-ratio: 166/115;
  border: 1px solid #000000;
  border-radius: 0.375rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .l-slide__slider .splide__slide {
    aspect-ratio: 480/330;
  }
}

.l-monster {
  min-height: 29.4375rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .l-monster {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.l-monster.lazyloaded {
  background: url(../img/monster/bg-sp.webp) no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .l-monster.lazyloaded {
    background: url(../img/monster/bg-pc.webp) no-repeat center/cover;
  }
}
.l-monster__ttl {
  aspect-ratio: 343/78;
  margin: 0 auto 1.75rem;
  width: 21.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-monster__ttl {
    aspect-ratio: 600/61;
    margin-bottom: 3.25rem;
    width: 100%;
  }
}
.l-monster__list {
  display: flex;
  gap: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .l-monster__list {
    flex-wrap: wrap;
    gap: 1.875rem;
    justify-content: center;
  }
}
.l-monster__list::after {
  content: "";
  flex: 0 0 auto;
  width: 0.375rem;
}
@media only screen and (min-width: 768px) {
  .l-monster__list::after {
    display: none;
  }
}
.l-monster__list-box {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-bottom: 1.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-monster__list-box {
    margin: 0;
    padding: 0;
  }
}
.l-monster__list-box .simplebar-horizontal {
  background: #ffffff;
  border-radius: 0.25rem;
  height: 0.375rem;
  left: 1rem;
  right: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-monster__list-box .simplebar-horizontal {
    display: none;
  }
}
.l-monster__list-box .simplebar-horizontal .simplebar-scrollbar {
  background: #a7a7a7;
  border-radius: 0.25rem;
}
.l-monster__list-box .simplebar-horizontal .simplebar-scrollbar::before {
  display: none;
}
.l-monster__item {
  border: 1px solid #ffffff;
  flex: 0 0 auto;
  padding: 0.6875rem 0.6875rem 0.875rem;
  width: 14.625rem;
}
@media only screen and (min-width: 768px) {
  .l-monster__item {
    padding: 1.4375rem;
    width: calc(33.3333333333% - 1.25rem);
  }
}
.l-monster__item .img {
  aspect-ratio: 210/140;
  margin-bottom: 0.9375rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-monster__item .img {
    aspect-ratio: 332/222;
    margin-bottom: 1.5rem;
  }
}
.l-monster__item .name {
  margin-bottom: 0.75rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-monster__item .name {
    margin-bottom: 1.25rem;
  }
}
.l-monster__item .name img {
  height: 1.75rem;
  width: auto;
}
.l-monster__item .txt {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-monster__item .txt {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.l-package {
  padding-top: 3.625rem;
}
@media only screen and (min-width: 768px) {
  .l-package {
    padding-bottom: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 9.5rem;
  }
}
.l-package__inner {
  border-top: 1px solid #000000;
  padding-bottom: 1.25rem;
  padding-top: 2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-package__inner {
    border: 1px solid #000000;
    border-radius: 0.375rem;
    margin-bottom: 3.75rem;
    max-width: 75rem;
    padding: 4.6875rem 2.4375rem 2.4375rem;
  }
}
.l-package__logo {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  aspect-ratio: 55/8;
  transform: translate(-50%, -50%);
  width: 17.1875rem;
}
@media only screen and (min-width: 768px) {
  .l-package__logo {
    top: -1.125rem;
    width: 47.1875rem;
  }
}
.l-package__ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-package__ttl {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    margin-bottom: 1.5rem;
  }
}
.l-package__top {
  background: #fff6d9;
  border: 1px solid #000000;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 1.25rem;
  padding: 0.8125rem 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-package__top {
    font-size: 2rem;
    line-height: 1.4375;
    margin: 0 auto 2.5rem;
    max-width: 70rem;
    padding: 1.4375rem;
    text-align: center;
  }
}
.l-package__top .marker {
  background: linear-gradient(to top, #ffd800 0, #ffd800 0.625rem, transparent 0.625rem, transparent 100%);
}
@media only screen and (min-width: 768px) {
  .l-package__top .marker {
    background: linear-gradient(to top, #ffd800 0, #ffd800 1.25rem, transparent 1.25rem, transparent 100%);
  }
}
.l-package__bottom {
  aspect-ratio: 375/300;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-package__bottom {
    aspect-ratio: 1760/700;
  }
}
.l-package__bottom::before {
  border: 1px solid #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.l-package__img {
  aspect-ratio: 157/159;
  margin: 0 auto 2.4375rem;
  max-width: 13.5625rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-package__img {
    bottom: 0;
    left: 50%;
    margin: 0;
    max-width: 19.625rem;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.l-package__box {
  position: relative;
}
.l-package__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.9375rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-package__list {
    gap: 2rem calc(100% - 33.75rem);
  }
}
.l-package__list::before {
  aspect-ratio: 24/41;
  background: url(../img/package/arrow-sp.webp) no-repeat center/100% auto;
  content: "";
  left: 50%;
  position: absolute;
  top: -0.75rem;
  width: 1.5rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
@media only screen and (min-width: 768px) {
  .l-package__list::before {
    display: none;
  }
}
.l-package__list .item {
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #000000;
  border-radius: 0.375rem;
  display: flex;
  flex: 0 0 auto;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4285714286;
  min-height: 3.125rem;
  padding: 0.25rem 0.6875rem;
  text-align: center;
  width: calc(50% - 0.46875rem);
}
@media only screen and (min-width: 768px) {
  .l-package__list .item {
    border-radius: 0.625rem;
    font-size: 1.375rem;
    height: 4.375rem;
    line-height: 1.2727272727;
    position: relative;
    width: 16.875rem;
  }
  .l-package__list .item:nth-child(2n)::before {
    background: url(../img/package/arrow-right.webp) no-repeat center/100% auto;
    left: -1rem;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .l-package__list .item:nth-child(2n+1)::before {
    background: url(../img/package/arrow-left.webp) no-repeat center/100% auto;
    right: -1rem;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  .l-package__list .item::before {
    aspect-ratio: 82/48;
    content: "";
    position: absolute;
    top: 50%;
    width: 5.125rem;
  }
}

.l-phase {
  padding-top: 3.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-phase {
    padding-bottom: 5rem;
    padding-top: 7rem;
  }
}
.l-phase__inner {
  border-top: 1px solid #000000;
  padding-bottom: 2.375rem;
  padding-top: 2.1875rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-phase__inner {
    border: 1px solid #000000;
    padding: 4.4375rem 2.4375rem 2.4375rem;
  }
}
.l-phase__head {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .l-phase__head {
    left: 2.5rem;
    right: 2.5rem;
  }
}
.l-phase__ttl {
  aspect-ratio: 159/30;
  flex: 0 0 auto;
  width: 9.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__ttl {
    aspect-ratio: 343/64;
    width: 21.4375rem;
  }
}
.l-phase__icon {
  aspect-ratio: 55/8;
  width: 5.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__icon {
    aspect-ratio: 440/64;
    width: 27.5rem;
  }
}
.l-phase__top {
  background: #FFF6D9;
  border: 1px solid #000000;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 1rem;
  padding: 0.8125rem 0.9375rem 0.6875rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__top {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    margin-bottom: 2rem;
    padding: 1.4375rem;
    text-align: center;
  }
}
.l-phase__top .sm {
  font-size: 0.75rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .l-phase__top .sm {
    font-size: 0.875rem;
  }
}
.l-phase__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem 1.25rem;
  }
}
.l-phase__item {
  background: #F7F7F7;
  border: 1px solid #000000;
  border-radius: 0.375rem;
  min-height: 8.4375rem;
  overflow: hidden;
  padding: 0.6875rem 0.6875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__item {
    flex: 0 0 auto;
    padding: 1.1875rem;
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
.l-phase__item.-phase0 {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .l-phase__item.-phase0 {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
}
.l-phase__item.-phase0 .label {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__item.-phase0 .label {
    margin-bottom: 1.25rem;
  }
}
.l-phase__item.-phase0 .ttl {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__item.-phase0 .ttl {
    font-size: 1.625rem;
    line-height: 1.4230769231;
    margin-bottom: 1rem;
  }
}
.l-phase__item.-phase0 .bold {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 0.125rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__item.-phase0 .bold {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 0.5rem;
  }
}
.l-phase__item.-phase0 .strong {
  color: #D60000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}
@media only screen and (min-width: 768px) {
  .l-phase__item.-phase0 .strong {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.l-phase__item.-phase0 .strong .marker {
  background: linear-gradient(to top, #FFEB00 0, #FFEB00 0.75rem, transparent 0.75rem, transparent 100%);
}
@media only screen and (min-width: 768px) {
  .l-phase__item.-phase0 .strong .marker {
    background: linear-gradient(to top, #FFEB00 0, #FFEB00 1.0625rem, transparent 1.0625rem, transparent 100%);
  }
}
.l-phase__item.-phase0 .img {
  height: 10.3125rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__item.-phase0 .img {
    flex: 0 0 auto;
    height: auto;
    width: 34.625rem;
  }
}
.l-phase__item.-phase0 .body {
  padding: 0.6875rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__item.-phase0 .body {
    padding: 1.1875rem;
  }
}
.l-phase__item .label {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__item .label {
    margin-bottom: 1.25rem;
  }
}
.l-phase__item .label img {
  height: 1.4375rem;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .l-phase__item .label img {
    height: 2.625rem;
  }
}
.l-phase__item .head {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__item .head {
    gap: 1rem;
    margin-bottom: 1.125rem;
  }
}
.l-phase__item .head img {
  aspect-ratio: 25/26;
  flex: 0 0 auto;
  width: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  .l-phase__item .head img {
    aspect-ratio: 62/64;
    width: 3.875rem;
  }
}
.l-phase__item .ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media only screen and (min-width: 768px) {
  .l-phase__item .ttl {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.l-phase__item .txt {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .l-phase__item .txt {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.l-price {
  background: #F5F5F5;
  padding-bottom: 2.5rem;
  padding-top: 3.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-price {
    padding-bottom: 5rem;
    padding-top: 7rem;
  }
}
.l-price__inner {
  background: #fff;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  padding-bottom: 1.1875rem;
  padding-top: 2.125rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-price__inner {
    border: 1px solid #000000;
    padding: 4.4375rem 2.4375rem 2.4375rem;
  }
}
.l-price__head {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .l-price__head {
    left: 2.5rem;
    right: 2.5rem;
  }
}
.l-price__ttl {
  aspect-ratio: 53/15;
  flex: 0 0 auto;
  width: 6.625rem;
}
@media only screen and (min-width: 768px) {
  .l-price__ttl {
    aspect-ratio: 228/64;
    width: 14.25rem;
  }
}
.l-price__icon {
  aspect-ratio: 55/8;
  width: 5.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-price__icon {
    aspect-ratio: 440/64;
    width: 27.5rem;
  }
}
.l-price__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-price__list {
    gap: 1.5rem;
  }
}
.l-price__item {
  background: #F7F7F7;
  border: 1px solid #000000;
  border-radius: 0.375rem;
  padding: 0.6875rem 0.6875rem 0.5625rem;
}
@media only screen and (min-width: 768px) {
  .l-price__item {
    display: flex;
    min-height: 11.9375rem;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .l-price__item .head {
    border-right: 1px solid #000000;
    flex: 0 0 auto;
    padding: 0.9375rem 1.4375rem 1.4375rem;
    width: 30.5rem;
  }
}
.l-price__item .ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .l-price__item .ttl {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    margin-bottom: 1rem;
  }
}
.l-price__item .price {
  align-items: center;
  background: #000000;
  display: flex;
  height: 3.75rem;
  margin-bottom: 0.625rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .l-price__item .price {
    height: 6.25rem;
    margin-bottom: 0;
    padding: 0 1.3125rem;
  }
}
.l-price__item .price img {
  height: 2.5rem;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .l-price__item .price img {
    height: 2.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-price__item .body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    padding: 0.75rem 1.4375rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-price__item .txt {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.l-cta {
  background: #000;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .l-cta {
    padding-bottom: 6.875rem;
    padding-top: 6.9375rem;
  }
}
.l-cta.lazyloaded {
  background: url(../img/cta/bg1-sp.webp) no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .l-cta.lazyloaded {
    background: url(../img/cta/bg1-pc.webp) no-repeat center/cover;
  }
}
.l-cta__inner {
  max-width: 75.5rem;
}
.l-cta__body {
  margin-left: auto;
  max-width: 43.625rem;
}
.l-cta__txt {
  aspect-ratio: 686/223;
  margin: 0 auto 1.75rem;
  width: 21.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-cta__txt {
    aspect-ratio: 31/10;
    margin: 0 0 3.4375rem;
    width: 43.625rem;
  }
}
.l-cta__btn {
  aspect-ratio: 343/54;
  margin: 0 auto;
  transition: 0.3s ease-out;
  transition-property: opacity;
  width: 21.4375rem;
}
@media (hover: hover) {
  .l-cta__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-cta__btn:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .l-cta__btn {
    aspect-ratio: 510/80;
    margin: 0;
    width: 31.875rem;
  }
}

.l-cta2 {
  background: #000;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .l-cta2 {
    padding-bottom: 6.875rem;
    padding-top: 6.9375rem;
  }
}
.l-cta2.lazyloaded {
  background: url(../img/cta/bg2-sp.webp) no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .l-cta2.lazyloaded {
    background: url(../img/cta/bg2-pc.webp) no-repeat center/cover;
  }
}
.l-cta2__inner {
  max-width: 74.875rem;
}
.l-cta2__body {
  margin-left: auto;
  max-width: 43.25rem;
}
.l-cta2__txt {
  aspect-ratio: 686/223;
  margin: 0 auto 1.75rem;
  width: 21.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-cta2__txt {
    aspect-ratio: 692/225;
    margin: 0 0 3.4375rem;
    width: 43.25rem;
  }
}
.l-cta2__btn {
  aspect-ratio: 343/54;
  margin: 0 auto;
  transition: 0.3s ease-out;
  transition-property: opacity;
  width: 21.4375rem;
}
@media (hover: hover) {
  .l-cta2__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-cta2__btn:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .l-cta2__btn {
    aspect-ratio: 510/80;
    margin: 0;
    width: 31.875rem;
  }
}

.l-member {
  padding-top: 5.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-member {
    padding-bottom: 5rem;
    padding-top: 11.25rem;
  }
}
.l-member__inner {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  padding-bottom: 2.5rem;
  padding-top: 2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-member__inner {
    border: 1px solid #000000;
    padding: 4.25rem 2.4375rem 2.4375rem;
  }
}
.l-member__head {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 0.9375rem;
  z-index: 1;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media only screen and (min-width: 768px) {
  .l-member__head {
    left: 2.5rem;
    right: 2.5rem;
    top: 2.125rem;
  }
}
.l-member__ttl {
  aspect-ratio: 229/62;
  flex: 0 0 auto;
  width: 14.3125rem;
}
@media only screen and (min-width: 768px) {
  .l-member__ttl {
    aspect-ratio: 498/134;
    width: 31.125rem;
  }
}
.l-member__icon {
  aspect-ratio: 55/8;
  bottom: 0.5rem;
  position: relative;
  width: 5.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-member__icon {
    aspect-ratio: 440/64;
    bottom: 0;
    width: 27.5rem;
  }
}
.l-member__txt {
  margin-bottom: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .l-member__txt {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1.875rem;
  }
}
.l-member__thumb {
  margin: 0 auto;
  max-width: 21.4375rem;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .l-member__thumb {
    max-width: 100%;
    padding-bottom: 2.75rem;
  }
}
.l-member__thumb .splide__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .l-member__thumb .splide__list {
    flex-direction: row;
    gap: 0;
  }
}
@media only screen and (min-width: 768px) {
  .l-member__thumb .splide__track {
    overflow: visible;
  }
}
.l-member__thumb .splide__slide {
  align-items: center;
  background: url(../img/member/dot-sp.svg) no-repeat center/100% 100%;
  color: #a7a7a7;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1px;
  height: 3.25rem;
  justify-content: center;
  transition: 0.3s ease-out;
  transition-property: opacity, background, color;
  width: 100%;
}
@media (hover: hover) {
  .l-member__thumb .splide__slide:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-member__thumb .splide__slide:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .l-member__thumb .splide__slide {
    background: url(../img/member/dot-pc.svg) no-repeat center/100% 100%;
    height: 4.625rem;
    text-align: center;
  }
}
.l-member__thumb .splide__slide::before {
  background: #f4c52e;
  border: 1px solid #707070;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .l-member__thumb .splide__slide::after {
    bottom: -1.3125rem;
    content: "";
    height: 1.75rem;
    left: 50%;
    position: absolute;
    width: 1.375rem;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    background: #707070;
    transform: translate(-50%, 0);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    opacity: 0;
  }
}
.l-member__thumb .splide__slide.is-active {
  background: #f4c52e;
  color: #000000;
}
.l-member__thumb .splide__slide.is-active::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .l-member__thumb .splide__slide.is-active::after {
    opacity: 1;
  }
  .l-member__thumb .splide__slide.is-active .arrow {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .l-member__thumb .splide__slide .arrow {
    bottom: -1.1875rem;
    height: 1.75rem;
    left: 50%;
    position: absolute;
    width: 1.375rem;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    background: #f4c52e;
    transform: translate(-50%, 0);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    opacity: 0;
  }
}
.l-member__thumb .splide__slide .position {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .l-member__thumb .splide__slide .position {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
.l-member__thumb .splide__slide .name {
  font-weight: 700;
  line-height: 1.4285714286;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .l-member__thumb .splide__slide .name {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .l-member__slider {
    padding: 0 1.875rem;
  }
}
.l-member__slider .splide__pagination {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  margin-top: 1rem;
}
.l-member__slider .splide__pagination > li {
  font-size: 0;
  height: 0.5rem;
  width: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__pagination {
    display: none;
  }
}
.l-member__slider .splide__pagination__page {
  aspect-ratio: 1/1;
  background: #a7a7a7;
  border-radius: 50%;
  transition: 0.3s ease-out;
  transition-property: opacity;
  width: 100%;
}
@media (hover: hover) {
  .l-member__slider .splide__pagination__page:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-member__slider .splide__pagination__page:active {
    opacity: 0.7;
  }
}
.l-member__slider .splide__pagination__page.is-active {
  background: #f4c52e;
  border: 1px solid #000000;
}
.l-member__slider .splide__slide {
  background: #f7f7f7;
  border: 1px solid #000000;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide {
    display: flex;
    flex-direction: row-reverse;
  }
}
.l-member__slider .splide__slide .img {
  border-bottom: 1px solid #000000;
  height: 13.75rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .img {
    border-bottom: none;
    border-left: 1px solid #000000;
    flex: 0 0 auto;
    height: auto;
    width: 28.125rem;
  }
}
.l-member__slider .splide__slide .body {
  padding: 0.9375rem 0.9375rem 0.75rem;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .body {
    padding: 2rem 2.5rem 1.75rem;
  }
}
.l-member__slider .splide__slide .ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .ttl {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-bottom: 1.5rem;
  }
}
.l-member__slider .splide__slide .box {
  background: #fff;
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
  height: 4.25rem;
  justify-content: center;
  margin-bottom: 1rem;
  padding-left: 2.9375rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .box {
    height: 5.0625rem;
    margin-bottom: 1.125rem;
    padding-left: 5.625rem;
  }
}
.l-member__slider .splide__slide .box-label {
  aspect-ratio: 36/68;
  left: 0.375rem;
  position: absolute;
  top: 50%;
  width: 2.25rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .box-label {
    aspect-ratio: 58/81;
    left: 1rem;
    width: 3.625rem;
  }
}
.l-member__slider .splide__slide .box-position {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-bottom: 0.1875rem;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .box-position {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.3125rem;
  }
  .l-member__slider .splide__slide .box-position br {
    display: none;
  }
}
.l-member__slider .splide__slide .box-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .box-bottom {
    align-items: center;
    flex-direction: row;
    gap: 1rem;
  }
}
.l-member__slider .splide__slide .box-name {
  font-weight: 700;
  line-height: 1.4285714286;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .box-name {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.l-member__slider .splide__slide .box-role {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .box-role {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.l-member__slider .splide__slide .txt {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-bottom: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .txt {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-bottom: 1.25rem;
  }
}
.l-member__slider .splide__slide .label {
  align-items: center;
  background: #f4c52e;
  border: 1px solid #000000;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 2.5rem;
  margin-bottom: 0.75rem;
  padding: 0 0.6875rem;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .label {
    font-size: 1.25rem;
    height: 2.875rem;
    margin-bottom: 1.125rem;
    padding: 0 0.9375rem;
  }
}
.l-member__slider .splide__slide .desire {
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__slide .desire {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
.l-member__slider .splide__arrows {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__arrows {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    justify-content: space-between;
    transform: translate(0, -50%);
    width: calc(100% - 3.75rem);
    z-index: 1;
  }
}
.l-member__slider .splide__arrow--prev,
.l-member__slider .splide__arrow--next {
  aspect-ratio: 1/1;
  background: url(../img/member/next.svg) no-repeat center/100% auto;
  cursor: pointer;
  flex: 0 0 auto;
  transition: 0.3s ease-out;
  transition-property: opacity;
  width: 2.5rem;
}
@media (hover: hover) {
  .l-member__slider .splide__arrow--prev:hover,
  .l-member__slider .splide__arrow--next:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-member__slider .splide__arrow--prev:active,
  .l-member__slider .splide__arrow--next:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__arrow--prev,
  .l-member__slider .splide__arrow--next {
    background: url(../img/member/next-pc.svg) no-repeat center/100% auto;
    position: relative;
    width: 3.75rem;
  }
}
.l-member__slider .splide__arrow--prev {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__arrow--prev {
    left: -1.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-member__slider .splide__arrow--next {
    right: -1.875rem;
  }
}

.l-case {
  padding-bottom: 2.5rem;
  padding-top: 3.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-case {
    padding-bottom: 5rem;
    padding-top: 7rem;
  }
}
.l-case.lazyloaded {
  background: url(../img/case/bg-sp.webp) no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .l-case.lazyloaded {
    background: url(../img/case/bg-pc.webp) no-repeat center/cover;
  }
}
.l-case__inner {
  background: #fff;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  padding-bottom: 1.1875rem;
  padding-top: 2.125rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-case__inner {
    border: 1px solid #000000;
    padding: 4.4375rem 2.4375rem 2.4375rem;
  }
}
.l-case__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .l-case__head {
    left: 2.5rem;
    right: 2.5rem;
  }
}
.l-case__ttl {
  aspect-ratio: 169/30;
  flex: 0 0 auto;
  width: 10.5625rem;
}
@media only screen and (min-width: 768px) {
  .l-case__ttl {
    aspect-ratio: 365/64;
    width: 22.8125rem;
  }
}
.l-case__icon {
  aspect-ratio: 55/8;
  width: 5.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-case__icon {
    aspect-ratio: 440/64;
    width: 27.5rem;
  }
}
.l-case__top {
  background: #fff6d9;
  border: 1px solid #000000;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  margin: 0 auto 1rem;
  padding: 0.9375rem 0.9375rem 0.75rem;
}
@media only screen and (min-width: 768px) {
  .l-case__top {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    margin: 0 auto 2.5rem;
    padding: 1.4375rem;
    text-align: center;
  }
}
.l-case__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-case__list {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.l-case__item {
  background: #f7f7f7;
  border: 1px solid #000000;
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-case__item {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
.l-case__item .number {
  aspect-ratio: 72/90;
  border-bottom: 1px solid #000000;
  border-radius: 0 0 0.375rem 0;
  border-right: 1px solid #000000;
  left: 0;
  position: absolute;
  top: 0;
  width: 4.5rem;
  z-index: 1;
}
.l-case__item .img {
  border-bottom: 1px solid #000000;
  height: 13.75rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-case__item .img {
    height: 14.375rem;
  }
}
.l-case__item .body {
  padding: 0.9375rem;
  padding-bottom: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  .l-case__item .body {
    padding: 1.1875rem;
    padding-bottom: 1.3125rem;
  }
}
.l-case__item .status {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .l-case__item .status {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 1rem;
  }
}
.l-case__item .ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-bottom: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .l-case__item .ttl {
    font-size: 1.5rem;
    line-height: 1.4166666667;
    margin-bottom: 1.125rem;
  }
}
.l-case__item .list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-case__item .list {
    gap: 0.6875rem;
  }
}
.l-case__item .list li {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-left: 1.0625rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-case__item .list li {
    font-size: 1.25rem;
    line-height: 1.3;
    padding-left: 1.3125rem;
  }
}
.l-case__item .list li::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  aspect-ratio: 1/1;
  background: #b1b1b1;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: translate(0, -50%);
  width: 0.5625rem;
}
@media only screen and (min-width: 768px) {
  .l-case__item .list li::before {
    width: 0.8125rem;
  }
}
.l-case__head {
  display: flex;
}

.l-faq {
  padding-top: 3.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-faq {
    padding-bottom: 5rem;
    padding-top: 6.875rem;
  }
}
.l-faq__inner {
  border-top: 1px solid #000000;
  padding-bottom: 1.25rem;
  padding-top: 2.1875rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-faq__inner {
    border: 1px solid #000000;
    padding: 5.3125rem 2.4375rem 3.1875rem;
  }
}
.l-faq__head {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .l-faq__head {
    left: 2.5rem;
    right: 2.5rem;
  }
}
.l-faq__ttl {
  aspect-ratio: 124/30;
  flex: 0 0 auto;
  width: 7.75rem;
}
@media only screen and (min-width: 768px) {
  .l-faq__ttl {
    aspect-ratio: 267/64;
    width: 16.6875rem;
  }
}
.l-faq__icon {
  aspect-ratio: 55/8;
  width: 5.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-faq__icon {
    aspect-ratio: 440/64;
    width: 27.5rem;
  }
}
.l-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-faq__list {
    gap: 1.5rem;
  }
}
.l-faq__item {
  background: #f7f7f7;
  border: 1px solid #000000;
  border-radius: 0.375rem;
  padding: 0.625rem 0.6875rem;
}
@media only screen and (min-width: 768px) {
  .l-faq__item {
    padding: 1rem 1.25rem 0.875rem;
  }
}
.l-faq__q {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
@media (hover: hover) {
  .l-faq__q:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-faq__q:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .l-faq__q {
    gap: 0.75rem;
  }
}
.l-faq__q.is-active .arrow {
  background: url(../img/faq/open-sp.svg) no-repeat center/100% auto;
}
@media only screen and (min-width: 768px) {
  .l-faq__q.is-active .arrow {
    background: url(../img/faq/open-pc.svg) no-repeat center/100% auto;
  }
}
.l-faq__q .icon {
  aspect-ratio: 35/44;
  flex: 0 0 auto;
  width: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  .l-faq__q .icon {
    aspect-ratio: 32/40;
    width: 2rem;
  }
}
.l-faq__q .txt {
  flex: 1 1 auto;
  font-weight: 700;
  line-height: 1.7142857143;
  font-size: 13.3px;
  color: black;
}
@media only screen and (min-width: 768px) {
  .l-faq__q .txt {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.l-faq__q .arrow {
  aspect-ratio: 1/1;
  background: url(../img/faq/close-sp.svg) no-repeat center/100% auto;
  flex: 0 0 auto;
  margin-left: 0.25rem;
  width: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .l-faq__q .arrow {
    background: url(../img/faq/close-pc.svg) no-repeat center/100% auto;
    width: 2.5rem;
  }
}
.l-faq__a {
  display: none;
}
.l-faq__a-txt {
  border-top: 1px solid #000000;
  margin-top: 0.75rem;
  padding-top: 0.6875rem;
}
@media only screen and (min-width: 768px) {
  .l-faq__a-txt {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-top: 1rem;
    padding-top: 0.9375rem;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */