@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 994px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 995 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #504F4C;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 600;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F6F9), to(#FFFCF7));
  background: linear-gradient(180deg, #F8F6F9 0%, #FFFCF7 100%);
  overflow: hidden;
}

.l-inner {
  width: 100%;
  max-width: 540px;
  padding: 0 1.25rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-inner {
    position: relative;
    width: 100%;
    max-width: 995px;
    height: inherit;
    padding: 0 2.5rem;
    margin-inline: auto;
  }
}

.l-inner__narrow {
  padding: 0 1.25rem;
  max-width: 500px;
}
@media (min-width: 768px) {
  .l-inner__narrow {
    max-width: 50rem;
  }
}

.c-heading {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 2rem;
    row-gap: 0.75rem;
  }
}
.c-heading::after {
  content: "";
  width: 3.125rem;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .c-heading::after {
    width: 2.5rem;
  }
}
.c-heading.--purple {
  color: #610F7A;
}
.c-heading.--purple::after {
  background-color: #610F7A;
}
.c-heading.--orange {
  color: #EF8400;
}
.c-heading.--orange::after {
  background-color: #EF8400;
}
.c-heading span {
  position: absolute;
  bottom: calc(100% - 1.25rem);
  text-transform: uppercase;
  font-size: 7.5rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
  z-index: -1;
  opacity: 0.64;
}
@media screen and (max-width: 767px) {
  .c-heading span {
    font-size: 5rem;
    bottom: calc(100% - 0.875rem);
  }
}
.c-heading span.--feature {
  bottom: calc(100% - 1.875rem);
}
@media screen and (max-width: 767px) {
  .c-heading span.--feature {
    font-size: 3.75rem;
    letter-spacing: 0;
    bottom: calc(100% - 1.25rem);
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__clipView {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.c-animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

.animated__slideIn--left {
  opacity: 0;
  translate: -1000px;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease;
}
@media (max-width: 800px) {
  .animated__slideIn--left {
    opacity: 0;
    translate: 0 40px;
  }
}
.animated__slideIn--left.js-show {
  opacity: 1;
  translate: 0;
}

.animated__slideIn--right {
  opacity: 0;
  translate: 1000px;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease;
}
@media (max-width: 800px) {
  .animated__slideIn--right {
    opacity: 0;
    translate: 0 40px;
  }
}
.animated__slideIn--right.js-show {
  opacity: 1;
  translate: 0;
}

.p-header {
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 0.875rem 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 1.25rem;
  }
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 13.1875rem 1fr;
  padding-block: 1rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.p-header__logo {
  width: 13.1875rem;
  aspect-ratio: 211/62;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 11.25rem;
  }
}
.p-header__logo img {
  height: auto;
}

.p-header__nav {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  position: relative;
  background-color: #610F7A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.3125rem;
     -moz-column-gap: 3.3125rem;
          column-gap: 3.3125rem;
  padding: 2rem 9.375rem;
  height: 100%;
}
.p-header__list::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  height: calc(100% + 1px);
  width: 2.5rem;
  top: 0;
  left: -1px;
  background-color: #fff;
}
.p-header__list li a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding-inline: 0.625rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-header__list li a:hover {
    opacity: 0.7;
  }
}

.p-fv {
  padding-block: 2.625rem min(1.875vw, 21px);
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-block: 2.625rem 2.5rem;
  }
}

.p-fv__wrapper {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-fv__text-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.56%, #fff), to(#fff5ea));
  background: linear-gradient(180deg, #fff 23.56%, #fff5ea 100%);
  padding: 4.875rem 2.0625rem 3.75rem 5.625vw;
  width: 44.1071428571vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .p-fv__text-wrapper {
    width: 100%;
    padding: 3.5rem 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-fv__title {
  font-size: 2rem;
  line-height: 1.2;
  -webkit-padding-after: 1.375rem;
          padding-block-end: 1.375rem;
  -webkit-border-after: 1px solid #EF8400;
          border-block-end: 1px solid #EF8400;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.75rem;
  }
}

.p-fv__dots {
  background-image: radial-gradient(circle at center, orange 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
}

.p-fv__orange {
  color: #EF8400;
}

.p-fv__text {
  color: #EF8400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-padding-before: 1.25rem;
          padding-block-start: 1.25rem;
  -webkit-padding-end: 3.5rem;
          padding-inline-end: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1rem;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
.p-fv__text img {
  width: 2rem;
  height: 4.125rem;
}

.p-fv__img-wrapper {
  position: relative;
}

.p-fv__img {
  position: relative;
  width: min(55.8928571429vw, 626px);
  aspect-ratio: 626/514;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    width: 100%;
  }
}
.p-fv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-fv__merit {
  position: absolute;
  color: #ffffff;
  font-size: min(1.6071428571vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  display: grid;
  place-items: center;
  text-align: center;
  width: min(17.7678571429vw, 199px);
  aspect-ratio: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__merit {
    font-size: 3.2vw;
    width: 32vw;
  }
}
.p-fv__merit::before {
  content: "";
  position: absolute;
  width: inherit;
  aspect-ratio: 1;
  background: url(../img/circle.svg) no-repeat center center/cover;
  z-index: -1;
}
.p-fv__merit.--top {
  top: max(-1.4285714286vw, -16px);
  left: min(1.0714285714vw, 35px);
}
@media screen and (max-width: 767px) {
  .p-fv__merit.--top {
    top: -1.875rem;
    left: 0.875rem;
  }
}
.p-fv__merit.--left {
  left: max(-5.3571428571vw, -60px);
  bottom: max(-1.875vw, -21px);
}
@media screen and (max-width: 767px) {
  .p-fv__merit.--left {
    left: 0;
  }
}
.p-fv__merit.--right {
  right: min(3.4821428571vw, 39px);
  bottom: min(4.1964285714vw, 47px);
}

.p-point {
  padding-block: 10.75rem 10.9375rem;
}
@media screen and (max-width: 767px) {
  .p-point {
    padding-block: 5rem 6.25rem;
  }
}

.p-point__list {
  position: relative;
  -webkit-margin-before: 2.0625rem;
          margin-block-start: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.8125rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-point__list {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
    row-gap: 1.5rem;
  }
}
.p-point__list::before {
  content: "";
  position: absolute;
  background: url(../img/point_person.png) no-repeat center center/contain;
  width: 11.625rem;
  aspect-ratio: 186/199;
  left: 0;
  bottom: calc(100% - 1px);
}
@media screen and (max-width: 767px) {
  .p-point__list::before {
    width: 5.125rem;
  }
}
.p-point__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding-inline: 3.125rem 5rem;
  -webkit-box-shadow: 6px 6px 19.2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 6px 6px 19.2px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-point__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
}
.p-point__list li:nth-of-type(1) {
  padding-block: 4.1875rem 2rem;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-point__list li:nth-of-type(1) {
    padding: 3.75rem 1.25rem 1.25rem;
  }
}
.p-point__list li:nth-of-type(1) .p-point__img {
  width: 23.5rem;
  aspect-ratio: 376 260;
}
@media screen and (max-width: 767px) {
  .p-point__list li:nth-of-type(1) .p-point__img {
    width: 100%;
  }
}
.p-point__list li:nth-of-type(1) .p-point__circle {
  top: -2.5rem;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .p-point__list li:nth-of-type(1) .p-point__circle {
    top: -1.875rem;
    right: -1.25rem;
  }
}
.p-point__list li:nth-of-type(2) {
  padding-block: 6.125rem 2.5rem;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-point__list li:nth-of-type(2) {
    padding: 3.75rem 1.25rem 1.25rem;
  }
}
.p-point__list li:nth-of-type(2) .p-point__img {
  width: 22.75rem;
  aspect-ratio: 376/260;
}
@media screen and (max-width: 767px) {
  .p-point__list li:nth-of-type(2) .p-point__img {
    width: 100%;
  }
}
.p-point__list li:nth-of-type(2) .p-point__circle {
  top: -2.9375rem;
  right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__list li:nth-of-type(2) .p-point__circle {
    top: -1.25rem;
    right: -1.25rem;
  }
}
.p-point__list li:nth-of-type(2) .p-point__circle::before {
  -webkit-margin-before: -0.5rem;
          margin-block-start: -0.5rem;
}
.p-point__list li:nth-of-type(3) {
  padding-block: 3.625rem 2.8125rem;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-point__list li:nth-of-type(3) {
    padding: 3.75rem 1.25rem 1.25rem;
  }
}
.p-point__list li:nth-of-type(3) .p-point__img {
  width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .p-point__list li:nth-of-type(3) .p-point__img {
    text-align: center;
  }
}
.p-point__list li:nth-of-type(3) .p-point__img img {
  width: 9.9375rem;
  aspect-ratio: 159/283;
}
.p-point__list li:nth-of-type(3) .p-point__circle {
  top: 2.1875rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-point__list li:nth-of-type(3) .p-point__circle {
    top: -1.875rem;
    right: -0.125rem;
  }
}

.p-point__step {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.875rem 4.5625rem 0.8125rem 3.125rem;
  color: #610F7A;
  font-size: 1.625rem;
  background-color: #e5d8e9;
}
@media screen and (max-width: 767px) {
  .p-point__step {
    padding: 0.5rem 2.5rem 0.4375rem 1.5rem;
    font-size: 1.125rem;
  }
}
.p-point__step::before {
  content: "";
  position: absolute;
  width: 2.1875rem;
  height: calc(100% + 1px);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: #fff;
  top: 0;
  right: -1px;
}
@media screen and (max-width: 767px) {
  .p-point__step::before {
    width: 1.25rem;
  }
}

.p-point__number {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-point__number {
    font-size: 1.5rem;
  }
}

.p-point__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
}

.p-point__heading {
  color: #1e1e1e;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  -webkit-padding-after: 0.625rem;
          padding-block-end: 0.625rem;
  -webkit-border-after: 2px solid #610F7A;
          border-block-end: 2px solid #610F7A;
}
@media screen and (max-width: 767px) {
  .p-point__heading {
    font-size: 1.25rem;
  }
}

.p-point__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-point__text {
    font-size: 0.875rem;
  }
}

.p-point__right {
  position: relative;
}

.p-point__circle {
  position: absolute;
  color: #EF8400;
  font-size: 1.125rem;
  line-height: 1.4;
  width: 10.625rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point__circle {
    font-size: 0.75rem;
    width: 7.5rem;
  }
}
.p-point__circle::before {
  content: "";
  position: absolute;
  width: inherit;
  height: 100%;
  background: url(../img/circle2.svg) no-repeat center center/cover;
  z-index: -1;
}

.p-feature {
  -webkit-padding-after: 4.6875rem;
          padding-block-end: 4.6875rem;
}

.p-feature__contents {
  position: relative;
  padding-block: 8.75rem 3.375rem;
}

.p-feature__bg {
  position: absolute;
  top: 0;
  left: 0;
  margin-inline: -4.5rem;
  width: calc(100% + 9rem);
  height: 100%;
  border-radius: 2.5rem;
  background: #f2f2f2;
}
@media screen and (max-width: 1070px) {
  .p-feature__bg {
    width: calc(100% + 5rem);
    margin-inline: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__bg {
    width: calc(100% + 2.5rem);
    margin-inline: -1.25rem;
    border-radius: 1rem;
  }
}

.p-feature__block {
  -webkit-margin-before: 2.4375rem;
          margin-block-start: 2.4375rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-feature__block {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}
.p-feature__block::before {
  content: "";
  position: absolute;
  width: 5.9375rem;
  aspect-ratio: 95/136;
  background: url(../img/feature_app.png) no-repeat center center/contain;
  bottom: calc(100% - 0.625rem);
  right: 9.75rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-feature__block::before {
    width: 3.5rem;
    bottom: calc(100% - 0.375rem);
    right: auto;
    left: calc(50% + 5.625rem);
  }
}
.p-feature__block span {
  border: 2px solid #EF8400;
  width: 100%;
  color: #EF8400;
  font-size: 1.375rem;
  background-color: #ffffff;
  padding: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__block span {
    font-size: 1.25rem;
  }
}

.p-feature__cards {
  -webkit-margin-before: 2.5625rem;
          margin-block-start: 2.5625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3125rem 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-feature__cards {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.5rem;
  }
}

.p-feature__head {
  background-color: #814d91;
  padding: 1.375rem;
  text-align: center;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-feature__head {
    padding: 0.875rem;
  }
}

.p-feature__head-text {
  color: #ffffff;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-feature__head-text {
    font-size: 1rem;
  }
}

.p-feature__body {
  background-color: #fff;
  padding: 1.625rem 1.875rem;
  border-radius: 0 0 0.625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.8125rem;
  min-height: 24.375rem;
}
@media screen and (max-width: 767px) {
  .p-feature__body {
    padding: 0.875rem 1rem 2rem;
    min-height: 0;
  }
}

.p-feature__img {
  width: 24rem;
  aspect-ratio: 384/196;
}
@media screen and (max-width: 767px) {
  .p-feature__img {
    width: 100%;
  }
}
.p-feature__img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-feature__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-feature__text {
    font-size: 0.875rem;
  }
}

.p-footer__top {
  background-color: #f2f2f2;
  padding: 0.25rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    padding: 2.5rem 0.75rem;
  }
}

.p-footer__nav {
  display: grid;
  grid-template-columns: 1fr 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    grid-template-columns: 1fr 2.5rem;
  }
}
.p-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.25rem;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-footer__nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
}
.p-footer__nav ul li::before {
  content: "▶︎";
  font-size: 0.375rem;
}
.p-footer__nav ul li a {
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-footer__nav ul li a {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .p-footer__nav ul li a:hover {
    opacity: 0.7;
  }
}

.p-footer__to-top {
  display: block;
  border-radius: 0.25rem;
  line-height: 1;
  width: 3.125rem;
  font-size: 0.625rem;
  aspect-ratio: 50/40;
  text-transform: uppercase;
  color: #f2f2f2;
  background-color: #aeaeae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-footer__to-top {
    width: 2.5rem;
    aspect-ratio: 40/30;
    font-size: 0.5rem;
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.p-footer__to-top::before {
  content: "";
  -webkit-border-after: 2px solid #f2f2f2;
          border-block-end: 2px solid #f2f2f2;
  -webkit-border-start: 2px solid #f2f2f2;
          border-inline-start: 2px solid #f2f2f2;
  rotate: 135deg;
  width: 0.625rem;
  aspect-ratio: 1;
  -webkit-margin-after: -2px;
          margin-block-end: -2px;
}
@media screen and (max-width: 767px) {
  .p-footer__to-top::before {
    width: 0.5rem;
  }
}

.p-footer__bottom {
  background-color: #ffffff;
  padding-block: 2.5rem 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding-block: 1.875rem 3.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__bottom {
    row-gap: 2rem;
  }
}

.p-footer__logo {
  width: 17.0625rem;
  aspect-ratio: 273/40;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 9.375rem;
  }
}

.p-footer__copy {
  font-size: 0.75rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.5rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}