@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: 1079px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1080 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}

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 {
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-padding-before: 3.75rem;
            padding-block-start: 3.75rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    padding: 0 1.25rem;
  }
  .is-max-width-type .l-inner {
    max-width: 540px;
  }
}

.l-inner__narrow {
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 500px;
  }
}

.l-footer {
  padding-block: 1.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 0.625rem;
  }
}

.l-section {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 3.125rem;
  }
}

.l-heading {
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-heading {
    -webkit-padding-after: 1.75rem;
            padding-block-end: 1.75rem;
  }
}

.l-heading-title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4; /* 56px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .l-heading-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5; /* 33px */
    letter-spacing: 0.44px;
  }
}

.c-btn {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  position: relative;
}
.is-cta-type .c-btn {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.c-btn--type-price {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  margin-inline: auto;
  width: 17.375rem;
}
@media screen and (max-width: 767px) {
  .c-btn--type-price {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
    width: 17.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    width: 17.375rem;
    gap: 0;
    margin-inline: auto;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  background-image: url("../img/fv-blob.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7.3125rem;
  height: auto;
  aspect-ratio: 117/130;
  left: -4.375rem;
  top: 1.5rem;
  z-index: -1;
}
.c-btn::before--type-price {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    width: 3.0625rem;
    left: -2.1875rem;
  }
}

.c-btn__micro-copy {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5; /* 36px */
  letter-spacing: 0.48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn__micro-copy {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.26px;
  }
}
.c-btn__micro-copy span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn__micro-copy span {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7; /* 27.2px */
    letter-spacing: 0.32px;
  }
}
.c-btn__micro-copy--type-price {
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.32px;
}
.c-btn__micro-copy--type-price span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6; /* 28.8px */
  letter-spacing: 0.36px;
}
.c-btn__micro-copy::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='21' viewBox='0 0 10 21' fill='none'%3E%3Cpath d='M9.00024 1.00024L1.00024 20.0002' stroke='%230586FD' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: -1rem;
  bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-btn__micro-copy::after {
    right: -0.8125rem;
  }
}
.c-btn__micro-copy::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='21' viewBox='0 0 10 21' fill='none'%3E%3Cpath d='M9.00024 1.00024L1.00024 20.0002' stroke='%230586FD' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -1rem;
  bottom: 0.375rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .c-btn__micro-copy::before {
    left: -0.8125rem;
  }
}

.c-btn__text {
  padding: 1.25rem 1.75rem;
  border-radius: 50px;
  background: linear-gradient(125deg, #80c2ff 2.24%, #0586FD 102.81%);
  -webkit-box-shadow: 4px 4px 8px 0 rgba(13, 71, 161, 0.25);
          box-shadow: 4px 4px 8px 0 rgba(13, 71, 161, 0.25);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5; /* 42px */
  letter-spacing: 0.28px;
  color: #ffffff;
  white-space: nowrap;
}
.c-btn__text--type-price {
  padding: 0.625rem 1rem;
  font-size: 1rem;
  letter-spacing: 0.32px;
  font-size: 1.375rem;
  letter-spacing: 0.44px;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    padding: 0.625rem 1.75rem;
    font-size: 1.25rem;
    letter-spacing: 0.2px;
  }
}

.c-marker {
  display: inline;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: #F0CC06; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 2.5rem;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
}
@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: 16.375rem 1fr;
  padding-block: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    grid-template-columns: 10.75rem 1fr;
    padding-block: 0.8125rem 0.875rem;
  }
}

.p-header__logo {
  width: 16.375rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 10.75rem;
  }
}
.p-header__logo img {
  width: 100%;
  height: auto;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__list li a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6; /* 28.8px */
  letter-spacing: 0.36px;
}

.p-header__btn {
  padding: 0.625rem 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
  background: linear-gradient(125deg, #80c2ff 2.24%, #0586FD 102.81%);
  -webkit-box-shadow: 4px 4px 8px 0 rgba(13, 71, 161, 0.25);
          box-shadow: 4px 4px 8px 0 rgba(13, 71, 161, 0.25);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6; /* 28.8px */
  letter-spacing: 0.36px;
  color: #ffffff;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 1.3125rem;
  right: 1.25rem;
  width: 1.5rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 0.0625rem;
  background: #000;
  border-radius: 4px;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.46875rem;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.46875rem;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 17.375rem;
  height: 100vh;
  height: 100svh;
  background: #0586FD;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 4.875rem 2.5rem;
  padding-left: 2.125rem;
}

.p-drawer__list {
  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: 2rem;
  margin-bottom: 2.5rem;
}
.p-drawer__list li a {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
}

.p-drawer__btn {
  display: inline-block;
  padding: 0.625rem 1.75rem;
  background: #ffffff;
  border-radius: 999px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5; /* 30px */
  letter-spacing: 0.2px;
}

.p-footer__inner {
  width: min(696px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    width: 100%;
  }
}

.p-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.1875rem;
  }
}

.p-footer__list,
.p-footer__copy-right {
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .p-footer__list,
  .p-footer__copy-right {
    font-size: 0.75rem;
    letter-spacing: 0.24px;
  }
}

.p-footer__copy-right {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copy-right {
    text-align: left;
  }
}

.p-fv {
  -webkit-padding-after: 2.5625rem;
          padding-block-end: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    overflow: hidden;
  }
}
@media screen and (min-width: 1441px) {
  .p-fv {
    -webkit-padding-after: 6.25rem;
            padding-block-end: 6.25rem;
  }
}
@media screen and (min-width: 1701px) {
  .p-fv {
    -webkit-padding-after: 12.5rem;
            padding-block-end: 12.5rem;
  }
}

.p-fv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-fv__content {
  padding-left: 5.875rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-fv__content {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    padding-inline: 1.25rem;
  }
}

.p-fv__square {
  position: absolute;
  z-index: -1;
  width: 4rem;
  top: 13.5rem;
  left: -34px;
}
@media screen and (max-width: 767px) {
  .p-fv__square {
    top: 8.6875rem;
    left: -12%;
  }
}

.p-fv__title-top {
  -webkit-margin-before: 1.9375rem;
          margin-block-start: 1.9375rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5; /* 30px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .p-fv__title-top {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7; /* 27.2px */
    letter-spacing: 0.32px;
  }
}

.p-fv__title-main {
  -webkit-margin-before: 1.6875rem;
          margin-block-start: 1.6875rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4; /* 56px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .p-fv__title-main {
    -webkit-margin-before: 0.9375rem;
            margin-block-start: 0.9375rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5; /* 33px */
    letter-spacing: 0.44px;
  }
}
.p-fv__title-main span {
  color: #0586FD;
}

.p-fv__crowns {
  -webkit-margin-before: 0.125rem;
          margin-block-start: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__crowns {
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
    gap: 0.5rem;
  }
}

.p-fv__crown {
  width: 10.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__crown {
    width: 6.625rem;
  }
}
.p-fv__crown img {
  width: 100%;
}

.p-fv__visual {
  width: 45.5625rem;
  margin-left: auto;
  position: absolute;
  z-index: -1;
  right: 0;
}
@media screen and (min-width: 1441px) {
  .p-fv__visual {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
@media screen and (min-width: 1701px) {
  .p-fv__visual {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .p-fv__visual {
    width: 42.5rem;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .p-fv__visual {
    width: 39.375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-fv__visual {
    width: 36.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__visual {
    width: 74vw;
    position: relative;
    -webkit-margin-before: -1.25rem;
            margin-block-start: -1.25rem;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

.p-fv__illustration-right {
  position: absolute;
  width: 10.5rem;
  bottom: -1.875rem;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .p-fv__illustration-right {
    width: 5rem;
    bottom: -26px;
    left: 0;
  }
}
.p-fv__illustration-right img {
  width: 100%;
}

.p-fv__illustration-left {
  position: absolute;
  width: 11.0625rem;
  bottom: 0.625rem;
  left: -17%;
}
@media screen and (max-width: 767px) {
  .p-fv__illustration-left {
    width: 5.1875rem;
    bottom: 10px;
    left: -30%;
  }
}
.p-fv__illustration-left img {
  width: 100%;
}

.p-fv__star {
  position: absolute;
  z-index: -1;
  width: 5rem;
  aspect-ratio: 1/1;
  bottom: 14.5rem;
  left: -7%;
}
@media screen and (max-width: 767px) {
  .p-fv__star {
    width: 3.75rem;
    bottom: 106%;
    left: 76%;
  }
}
.p-fv__star img {
  width: 100%;
}

.p-fv__dots {
  position: absolute;
  z-index: -1;
  width: 4rem;
  top: -2%;
  left: -12%;
}
@media screen and (max-width: 767px) {
  .p-fv__dots {
    width: 4.375rem;
    top: -265px;
    left: 86%;
  }
}
.p-fv__dots img {
  width: 100%;
}

.p-fv__image {
  width: 100%;
}

.p-worry__inner {
  width: min(880px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-worry__inner {
    padding-inline: 20px;
  }
}

.p-worry__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-worry__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
  }
}

.p-worry__content {
  width: 24.0625rem;
}
@media screen and (max-width: 767px) {
  .p-worry__content {
    width: 100%;
  }
}

.p-worry__content-text {
  line-height: 1.75; /* 28px */
  letter-spacing: 0.32px;
}

.p-worry__content-image {
  margin-top: 2.5rem;
  width: 16.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-worry__content-image {
    margin-top: 0.875rem;
    width: 11.25rem;
  }
}
.p-worry__content-image img {
  width: 100%;
  height: auto;
}

.p-worry__visual {
  width: 22.875rem;
}
@media screen and (max-width: 767px) {
  .p-worry__visual {
    width: 100%;
    margin-inline: auto;
  }
}
.p-worry__visual img {
  width: 100%;
  height: auto;
}

.p-empathy {
  background: #f4f4f4;
  -webkit-padding-before: 6.25rem;
          padding-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-empathy {
    -webkit-padding-before: 3.125rem;
            padding-block-start: 3.125rem;
  }
}

.p-empathy__inner {
  -webkit-padding-after: 4.875rem;
          padding-block-end: 4.875rem;
}

.p-empathy__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-empathy__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-empathy__card {
  width: 20rem;
  padding: 1.5rem 2.65625rem;
  background: #ffffff;
  border-radius: 20px;
}

.p-empathy__card-image {
  width: 14.6875rem;
}
.p-empathy__card-image img {
  width: 100%;
}

.p-empathy__card-text {
  padding: 3.125rem 1.09375rem 0;
  line-height: 1.75; /* 28px */
  letter-spacing: 0.32px;
}

.p-empathy__message {
  background: -webkit-gradient(linear, left top, right top, from(#0586fd), to(#82c3ff));
  background: linear-gradient(90deg, #0586fd 0%, #82c3ff 100%);
  padding-block: 6.25rem 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-empathy__message {
    padding-inline: 1.25rem;
    padding-block: 3.125rem;
  }
}
.p-empathy__message::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -8px;
  background: url(../img/empathy-down-arrow.png) no-repeat center center/cover;
  width: 11.0625rem;
  height: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-empathy__message::after {
    top: -36px;
  }
}

.p-empathy__message-wrapper {
  background: #ffffff;
  padding: 1.875rem;
  width: 62.5rem;
  margin-inline: auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-empathy__message-wrapper {
    padding: 1.25rem;
    width: 20.9375rem;
  }
}

.p-empathy__message-title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5; /* 42px */
  letter-spacing: 0.28px;
}
@media screen and (max-width: 767px) {
  .p-empathy__message-title {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 1.25rem;
    letter-spacing: 0.2px;
  }
}

.p-empathy__message-text {
  -webkit-padding-before: 0.625rem;
          padding-block-start: 0.625rem;
  line-height: 1.75; /* 28px */
  letter-spacing: 0.32px;
}

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

.p-solution__blue-square {
  position: absolute;
  z-index: -1;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  aspect-ratio: 1/1;
  left: 1.75rem;
  top: 9.25rem;
  border-radius: 6px;
  background: linear-gradient(125deg, #aff3ff 2.24%, #0586fd 102.81%);
}
@media screen and (max-width: 767px) {
  .p-solution__blue-square {
    left: -2.75rem;
    top: 5rem;
  }
}
.p-solution__blue-square img {
  width: 100%;
}

.p-solution__yellow-polygon {
  position: absolute;
  z-index: -1;
  width: 3.75rem;
  height: 3.75rem;
  left: 4.25rem;
  bottom: 32.5rem;
}
@media screen and (max-width: 767px) {
  .p-solution__yellow-polygon {
    left: -1.75rem;
    top: 51%;
  }
}
.p-solution__yellow-polygon img {
  width: 100%;
}

.p-solution__blue-dots {
  position: absolute;
  z-index: -1;
  width: 4rem;
  height: 3.125rem;
  left: -0.625rem;
  top: 69.8125rem;
}
@media screen and (max-width: 767px) {
  .p-solution__blue-dots {
    left: -10%;
    top: 98%;
  }
}
.p-solution__blue-dots img {
  width: 100%;
}

.p-solution__blue-circle {
  position: absolute;
  z-index: -1;
  width: 1.875rem;
  height: 1.875rem;
  right: 7.25rem;
  top: 11.9375rem;
}
@media screen and (max-width: 767px) {
  .p-solution__blue-circle {
    right: -3%;
    top: 4%;
  }
}
.p-solution__blue-circle img {
  width: 100%;
}

.p-solution__yellow-square {
  position: absolute;
  z-index: -1;
  width: 15rem;
  height: 5.375rem;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e89f), to(#f0cc06));
  background: linear-gradient(180deg, #f5e89f 0%, #f0cc06 100%);
  right: -8.5625rem;
  bottom: 26.8125rem;
}
@media screen and (max-width: 767px) {
  .p-solution__yellow-square {
    right: -56%;
    top: 49%;
  }
}

.p-solution__blue-ring {
  position: absolute;
  z-index: -1;
  z-index: -1;
  width: 7.3125rem;
  height: 7.3125rem;
  right: 3.75rem;
  bottom: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .p-solution__blue-ring {
    right: -24%;
    top: 97%;
  }
}
.p-solution__blue-ring img {
  width: 100%;
}

.p-solution__heading-title {
  -webkit-margin-after: 2.6875rem;
          margin-block-end: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-solution__heading-title {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    -webkit-margin-after: 2.25rem;
            margin-block-end: 2.25rem;
  }
}
.p-solution__heading-title span {
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-solution__heading-title span {
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.28px;
  }
}

.p-solution__cords {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 5.0625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-solution__cords {
    grid-template-columns: 1fr;
    gap: 3.5rem 0rem;
  }
}

.p-solution__card {
  position: relative;
}

.p-solution__card-number {
  position: absolute;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5; /* 48px */
  letter-spacing: 0.32px;
  left: 50%;
  translate: -50%;
  top: -2.375rem;
}
@media screen and (max-width: 767px) {
  .p-solution__card-number {
    font-size: 1.625rem;
    letter-spacing: 0.52px;
    top: -1.8125rem;
  }
}
.p-solution__card-number::before {
  content: "";
  position: absolute;
  background: url(../img/solution-number-bg.png) no-repeat center center/cover;
  width: 3.75rem;
  height: 3.75rem;
  left: 50%;
  translate: -50%;
  top: -0.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-solution__card-number::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.p-solution__card-title {
  font-size: 1.625rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5; /* 39px */
  letter-spacing: 0.52px;
  padding: 1.25rem 1.875rem 0.625rem 1.875rem;
  border-radius: 20px 20px 0 0;
  text-align: center;
  background: #0586FD;
  position: relative;
  z-index: -1;
}
.p-solution__card-title::after {
  content: "";
  position: absolute;
  background: url(../img/solution-under-arrow.png) no-repeat center center/cover;
  width: 1.6875rem;
  height: 1.6875rem;
  left: 50%;
  translate: -50%;
  top: 86%;
}

.p-solution__card-image {
  border-left: 3px solid #0586FD;
  border-right: 3px solid #0586FD;
  background: #ffffff;
}
.p-solution__card-image img {
  width: 100%;
  height: auto;
}

.p-solution__card-text {
  border-left: 3px solid #0586FD;
  border-right: 3px solid #0586FD;
  border-bottom: 3px solid #0586FD;
  border-radius: 0 0 20px 20px;
  padding: 1.25rem 2.125rem 1.625rem 2.125rem;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.32px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-solution__card-text {
    padding: 0.625rem 2.5625rem;
  }
}

.p-cta {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#0586fd), to(#82c3ff));
  background: linear-gradient(90deg, #0586fd 0%, #82c3ff 100%);
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 2.5rem;
    overflow: hidden;
  }
}

.p-cta__left-blob {
  position: absolute;
  width: 27.3125rem;
  height: 16.375rem;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__left-blob {
    width: 7.5rem;
    height: 12.875rem;
  }
}
.p-cta__left-blob img {
  width: 100%;
}

.p-cta__right-blob {
  position: absolute;
  width: 30.25rem;
  height: 18.0625rem;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__right-blob {
    width: 7.3125rem;
    height: 11.75rem;
  }
}
.p-cta__right-blob img {
  width: 100%;
}

.p-cta__left-yellow-square {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  aspect-ratio: 1/1;
  border-radius: 6px;
  background: #F0CC06;
  left: 4%;
  bottom: 31%;
}
@media screen and (max-width: 767px) {
  .p-cta__left-yellow-square {
    left: -0.9375rem;
    bottom: 1.1875rem;
  }
}

.p-cta__left-blue-square {
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  aspect-ratio: 1/1;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  left: 8%;
  bottom: 8%;
}
@media screen and (max-width: 767px) {
  .p-cta__left-blue-square {
    left: -1.9375rem;
    bottom: -3.1875rem;
  }
}

.p-cta__right-blue-square {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  aspect-ratio: 1/1;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  right: 4%;
  top: 10%;
}
@media screen and (max-width: 767px) {
  .p-cta__right-blue-square {
    right: -1.125rem;
    top: 0.5rem;
  }
}

.p-cta__right-yellow-polygon {
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  right: 8%;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .p-cta__right-yellow-polygon {
    right: 1.625rem;
    top: -2.5rem;
  }
}

.p-cta__inner {
  position: relative;
  width: min(67.5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-inline: 1.25rem;
  }
}

.p-cta__wrapper {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding-block: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta__wrapper {
    padding: 1.25rem 1.75rem;
  }
}

.p-cta__content {
  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;
  margin-inline: auto;
}

.p-cta__title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4; /* 56px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 1.375rem;
    line-height: 1.5; /* 33px */
    letter-spacing: 0.44px;
  }
}

.p-cta__sub-title {
  margin-top: 0.5rem;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.32px;
}

.p-change {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-change {
    overflow: hidden;
  }
}

.p-change__yellow-blob {
  position: absolute;
  width: 5.9375rem;
  height: 6.375rem;
  top: 4%;
  left: 3%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-change__yellow-blob {
    width: 2.5625rem;
    height: 2.75rem;
    top: 3%;
    left: -5%;
  }
}
.p-change__yellow-blob img {
  width: 100%;
}

.p-change__blue-square {
  position: absolute;
  width: 15rem;
  height: 5.375rem;
  bottom: 28%;
  left: -6%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-change__blue-square {
    bottom: 21%;
    left: -19%;
  }
}
.p-change__blue-square img {
  width: 100%;
}

.p-change__blue-blob {
  position: absolute;
  width: 5.3125rem;
  height: 4.375rem;
  top: 18%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-change__blue-blob {
    top: 7%;
    right: -13%;
  }
}
.p-change__blue-blob img {
  width: 100%;
}

.p-change__yellow-dots {
  position: absolute;
  width: 4rem;
  height: 3.125rem;
  bottom: 27%;
  right: 6%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-change__yellow-dots {
    bottom: 9%;
    right: -7%;
  }
}
.p-change__yellow-dots img {
  width: 100%;
}

.p-change__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../img/change-bg-pc.svg) no-repeat center center/cover;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-change__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/change-bg-sp.svg) no-repeat center center/cover;
  }
}

.p-change__before {
  padding-block: 3rem;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-change__before {
    padding-block: 1.5rem 2.625rem;
    padding-inline: 0.5rem;
  }
}

.p-change__after {
  padding-block: 3rem;
  -webkit-padding-end: 1.25rem;
          padding-inline-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-change__after {
    padding-block: 1.5rem;
    padding-inline: 0.5rem;
  }
}

.p-change__before,
.p-change__after {
  width: 27.125rem;
}
@media screen and (max-width: 767px) {
  .p-change__before,
  .p-change__after {
    width: 100%;
  }
}

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

.p-change__head-title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5; /* 48px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .p-change__head-title {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
  }
}

.p-change__head-sub-title {
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.32px;
}

.p-change__example-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-change__example-main-wrapper {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-change__example-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-change__example-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-change__example-main-image {
  width: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-change__example-main-image {
    width: 2.5rem;
  }
}
.p-change__example-main-image img {
  width: 100%;
  height: auto;
}

.p-change__example-main-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5; /* 36px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .p-change__example-main-text {
    font-size: 18px;
    line-height: 1.6; /* 28.8px */
    letter-spacing: 0.36px;
  }
}

.p-change__example-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  background: #ffffff;
  padding: 1.25rem 0.625rem;
  border-radius: 20px;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-change__example-contents {
    gap: 0.375rem;
    padding: 1rem 0.375rem;
    -webkit-margin-before: 0.5625rem;
            margin-block-start: 0.5625rem;
  }
}

.p-change__example-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-change__example-content {
    gap: 0.1875rem;
  }
}

.p-change__ng-example-content-image,
.p-change__ok-example-content-image {
  width: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-change__ng-example-content-image,
  .p-change__ok-example-content-image {
    width: 0.875rem;
  }
}
.p-change__ng-example-content-image img,
.p-change__ok-example-content-image img {
  width: 100%;
  height: auto;
}

.p-change__example-content-text {
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .p-change__example-content-text {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

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

.p-power__left-blob {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.p-power__left-blob img {
  width: 100%;
}

.p-power__right-blob {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}
.p-power__right-blob img {
  width: 100%;
}

.p-power__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1.875rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-power__body {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-power__content {
  display: grid;
  grid-template-columns: 6.3125rem 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-power__content {
    gap: 0.75rem;
  }
}

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

.p-power__content-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5; /* 42px */
  letter-spacing: 0.28px;
}
@media screen and (max-width: 767px) {
  .p-power__content-title {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
  }
}

.p-power__content-text {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  line-height: 1.75; /* 28px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .p-power__content-text {
    -webkit-margin-before: 0.1875rem;
            margin-block-start: 0.1875rem;
    letter-spacing: 0.32px;
  }
}

.p-voice {
  background: #fffae0;
}

.p-voice__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice__body {
    grid-template-columns: 1fr;
  }
}

.p-voice__message {
  padding: 1.25rem 1.875rem;
  border-radius: 20px 20px 20px 0;
  border: 1px solid #333333;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.p-voice__title {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5; /* 33px */
  letter-spacing: 0.44px;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: 1.125rem;
    line-height: 1.6; /* 28.8px */
    letter-spacing: 0.36px;
  }
}

.p-voice__text {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}

.p-voice__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.4375rem;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-voice__info {
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.p-voice__info-visual {
  width: 5.9375rem;
  height: 5.9375rem;
  aspect-ratio: 1/1;
}
.p-voice__info-visual img {
  width: 100%;
}

.p-voice__info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__info-body {
    gap: 0.1875rem;
  }
}

.p-voice__name,
.p-voice__age {
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .p-voice__name,
  .p-voice__age {
    font-size: 0.75rem;
    letter-spacing: 0.24px;
  }
}

.p-advantage {
  position: relative;
}

.p-advantage__left-blob {
  position: absolute;
  left: 0;
  top: 0;
  width: 15.5625rem;
  height: 10.375rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-advantage__left-blob {
    width: 7.875rem;
    height: 4.5625rem;
  }
}
.p-advantage__left-blob img {
  width: 100%;
}

.p-advantage__left-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13.8125rem;
  height: 9.75rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-advantage__left-bar {
    width: 2.75rem;
    height: 3.6875rem;
  }
}
.p-advantage__left-bar img {
  width: 100%;
}

.p-advantage__right-blob {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16.8125rem;
  height: 8.75rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-advantage__right-blob {
    width: 8.4375rem;
    height: 4.8125rem;
  }
}
.p-advantage__right-blob img {
  width: 100%;
}

.p-advantage__right-bar {
  position: absolute;
  right: 0;
  top: 0;
  width: 16.9375rem;
  height: 11.1875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-advantage__right-bar {
    width: 3.375rem;
    height: 3.6875rem;
  }
}
.p-advantage__right-bar img {
  width: 100%;
}

.p-advantage__inner {
  width: min(880px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-advantage__inner {
    padding-inline: 20px;
  }
}

.p-advantage__heading-sub-title {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5; /* 30px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .p-advantage__heading-sub-title {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

.p-advantage__lists {
  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;
  gap: 0.8125rem;
}

.p-advantage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.375rem;
  width: 33.875rem;
}
@media screen and (max-width: 767px) {
  .p-advantage__list {
    width: 20.9375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-advantage__check-box {
  width: 1.75rem;
  height: 1.5078125rem;
}
@media screen and (max-width: 767px) {
  .p-advantage__check-box {
    width: 1.6875rem;
    height: 1.5078125rem;
  }
}
.p-advantage__check-box img {
  width: 100%;
}

.p-advantage__text {
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .p-advantage__text {
    font-size: 0.875rem;
    line-height: 1.7; /* 23.8px */
    letter-spacing: 0.28px;
  }
}

.p-price {
  background: #F2FAFC;
}

.p-price__inner {
  width: min(840px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-price__inner {
    width: 100%;
  }
}

.p-price-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-price-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-price__plan {
  width: 23.75rem;
  padding: 1.5rem 1.875rem;
  border-radius: 20px;
  border: 1px solid #333333;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-price__plan {
    width: 20.9375rem;
    padding: 1.125rem 1.875rem;
  }
}

.p-price__title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5; /* 39px */
  letter-spacing: 0.52px;
}
@media screen and (max-width: 767px) {
  .p-price__title {
    font-size: 1.125rem;
    line-height: 1.6; /* 28.8px */
    letter-spacing: 0.36px;
  }
}
.p-price__title--type-pro {
  position: relative;
  -webkit-padding-end: 3.9375rem;
          padding-inline-end: 3.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-price__title--type-pro {
    -webkit-padding-end: 3.6875rem;
            padding-inline-end: 3.6875rem;
  }
}
.p-price__title--type-pro::after {
  content: "人気";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.625rem;
  border-radius: 20px;
  background: #F0CC06;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.32px;
  color: #333333;
  width: 3.3125rem;
  height: 2.1875rem;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-price__title--type-pro::after {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
    width: 3.0625rem;
    height: 2rem;
  }
}

.p-price__value {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4; /* 50.4px */
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .p-price__value {
    font-size: 1.5rem;
    line-height: 1.5; /* 36px */
    letter-spacing: 0.48px;
  }
}
.p-price__value span {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.44px;
}
@media screen and (max-width: 767px) {
  .p-price__value span {
    font-size: 0.875rem;
    line-height: 1.7;
    letter-spacing: 0.28px;
  }
}

.p-price__lists {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-price__lists {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
    gap: 0.375rem;
  }
}

.p-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem;
}

.p-price__check-mark {
  width: 1.6875rem;
  height: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-price__check-mark {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-price__check-mark img {
  width: 100%;
}

.p-price__text {
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .p-price__text {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}

.p-faq {
  position: relative;
}

.p-faq__image-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7.5rem;
  aspect-ratio: 199/220;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-faq__image-left {
    width: 3.75rem;
  }
}

.p-faq__image-right {
  position: absolute;
  right: 0;
  top: 3%;
  width: 8.125rem;
  aspect-ratio: 261/299;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-faq__image-right {
    width: 3.75rem;
  }
}

.p-faq__inner {
  width: min(880px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-inline: 20px;
  }
}

.p-faq-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-faq-item {
  -webkit-border-after: 1px solid #dadada;
          border-block-end: 1px solid #dadada;
  padding-block: 1.25rem;
}
@media (max-width: 767px) {
  .p-faq-item {
    padding-block: 0;
  }
}

.p-faq-item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  padding-block: 0.5625rem;
}
@media (max-width: 767px) {
  .p-faq-item-question {
    padding-block: 1.5rem;
  }
}

.p-faq-item-question-mark {
  padding: 0.125rem 0.71875rem 0.25rem;
  border-radius: 8px;
  background: #F0CC06;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5; /* 36px */
  letter-spacing: 0.48px;
  text-align: center;
}

.p-faq-item-question-text {
  font-weight: 700;
  line-height: 1.7;
}

.p-faq-item-question-icon {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  width: 24px;
}
@media (max-width: 767px) {
  .p-faq-item-question-icon {
    width: 18px;
  }
}
.p-faq-item-question-icon line {
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.p-faq-item.is-opened .p-faq-item-question-icon line:nth-of-type(2) {
  rotate: 90deg;
}

.p-faq-item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.0625rem;
}

.is-opened .p-faq-item-answer {
  opacity: 1;
}

.p-faq-item-answer-mark {
  padding: 0.125rem 0.78125rem 0.25rem;
  border-radius: 8px;
  background: #0586FD;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5; /* 36px */
  letter-spacing: 0.48px;
  text-align: center;
}

.p-faq-item-answer-text {
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-faq-item-answer-text {
    font-size: 0.9375rem;
    -webkit-padding-after: 28px;
            padding-block-end: 28px;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.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;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

@-webkit-keyframes btn-shine {
  0% {
    -webkit-transform: translateX(-100%) skewX(-15deg);
            transform: translateX(-100%) skewX(-15deg);
  }
  100% {
    -webkit-transform: translateX(200%) skewX(-15deg);
            transform: translateX(200%) skewX(-15deg);
  }
}

@keyframes btn-shine {
  0% {
    -webkit-transform: translateX(-100%) skewX(-15deg);
            transform: translateX(-100%) skewX(-15deg);
  }
  100% {
    -webkit-transform: translateX(200%) skewX(-15deg);
            transform: translateX(200%) skewX(-15deg);
  }
}
.u-animation__btn-glow .c-btn__text {
  position: relative;
  overflow: hidden;
}
.u-animation__btn-glow .c-btn__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: btn-shine 2s ease-in-out infinite;
          animation: btn-shine 2s ease-in-out infinite;
}