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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1875rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  border-radius: 2.4375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9B3F), to(#FD7A00));
  background: linear-gradient(180deg, #FF9B3F 0%, #FD7A00 100%);
  -webkit-box-shadow: 0px 4px 8.3px 0px rgba(0, 0, 0, .2901960784);
          box-shadow: 0px 4px 8.3px 0px rgba(0, 0, 0, .2901960784);
  padding: 0.8125rem 0.625rem 1rem;
  min-width: 25.9375rem;
  pointer-events: none;
}
.c-btn span {
  font-size: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.c-btn span::before {
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background: url(../images/icon_tel.svg) no-repeat center center/contain;
  margin-top: 0.3125rem;
}
.c-btn:hover {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .c-btn {
    min-width: 18.75rem;
    font-size: 1.0625rem;
    pointer-events: auto;
    padding: 0.625rem;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .29);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .29);
  }
  .c-btn span {
    font-size: 1.4375rem;
  }
  .c-btn span::before {
    width: 1.1875rem;
    height: 1.1875rem;
    margin-top: 0.1875rem;
  }
}

.c-card {
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.875rem 1.25rem 1.25rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1490196078);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1490196078);
}
@media screen and (max-width: 767.98px) {
  .c-card {
    padding-inline: 0.9375rem;
  }
}

.c-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .c-card__head {
    -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;
  }
}

.c-card__img {
  width: 11.8125rem;
  height: 11.8125rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.3125rem solid #24ADDA;
}
.c-card__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-card__name span {
  font-size: 0.875rem;
  font-weight: 700;
  background: #24ADDA;
  color: #fff;
  padding: 0.125rem 0.375rem;
  border-radius: 0.3125rem;
}

.c-card__text {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0876C3;
}
@media screen and (max-width: 767.98px) {
  .c-card__text {
    font-size: 1.125rem;
  }
}

.c-card__body {
  margin-top: 1rem;
}

.c-card__body-title {
  background: #0876C3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  padding: 0.25rem;
}
.c-card__body-title::before, .c-card__body-title::after {
  content: "";
  display: block;
  width: 9.125rem;
  height: auto;
  aspect-ratio: 295/22;
  background: url(../images/card_line.webp) no-repeat center center/contain;
}
.c-card__body-title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767.98px) {
  .c-card__body-title {
    font-size: 1rem;
    gap: 0.5rem;
  }
  .c-card__body-title::before, .c-card__body-title::after {
    width: 4.625rem;
  }
}

.c-card__list {
  background: #F7F7F7;
  border-radius: 0.625rem;
  padding: 1.25rem 2.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.25rem;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767.98px) {
  .c-card__list {
    padding: 0.625rem 0.5rem 0.9375rem;
    grid-template-columns: 1fr;
  }
}

.c-card__item {
  position: relative;
  padding-left: 0.875rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767.98px) {
  .c-card__item {
    font-size: 0.75rem;
    padding-left: 0.625rem;
  }
}
.c-card__item::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: #0876C3;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  .c-card__item::before {
    width: 0.375rem;
    height: 0.375rem;
    top: 0.4875rem;
  }
}

.c-card02 {
  background: #fff;
  border-radius: 0.625rem;
  padding: 2.0625rem 1.5rem 2.5625rem;
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .c-card02 {
    display: block;
    padding: 1.25rem 1.25rem;
  }
}

.c-card02__img {
  border-radius: 50%;
  border: 0.5rem solid #24ADDA;
  overflow: hidden;
}
.c-card02__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .c-card02__img {
    border-width: 0.25rem;
    width: 12.5rem;
    margin-inline: auto;
  }
}

.c-card02__info {
  margin-top: 1.1875rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-card02__info {
    margin-top: 0.625rem;
  }
}

.c-card02__type {
  display: inline-block;
  background: #24ADDA;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0.375rem 0.125rem;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767.98px) {
  .c-card02__type {
    font-size: 0.875rem;
  }
}

.c-card02__name {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .c-card02__name {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767.98px) {
  .c-card02__content {
    margin-top: 0.9375rem;
  }
}

.c-card02__content-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #0876C3;
}
@media screen and (max-width: 1024px) {
  .c-card02__content-text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card02__content-text {
    font-size: 1.125rem;
  }
}

.c-card02__body {
  margin-top: 1.5rem;
}

.c-card02__body-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: #0876C3;
  padding: 0.25rem 0.375rem;
  border-radius: 0.3125rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .c-card02__body-title {
    font-size: 0.875rem;
  }
}

.c-card02__list {
  margin-top: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-card02__item {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.25rem;
  min-width: 13.375rem;
}
.c-card02__item::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background: #0876C3;
  border-radius: 50%;
}

.js-fadeAnime {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.js-fadeAnime.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p-case {
  padding: 5rem 0;
  background: url(../images/case_bg.webp) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-case {
    padding: 3.125rem 0 3.75rem;
  }
}

.p-case__inner {
  max-width: 1300px;
}

.p-case__head {
  width: 25.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-case__head {
    width: 20rem;
  }
}

.p-case__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-case__balloon::before, .p-case__balloon::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.5rem;
  background: #242424;
}
.p-case__balloon::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-case__balloon::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 767.98px) {
  .p-case__balloon {
    font-size: 1rem;
  }
}

.p-case__title span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}
.p-case__title img {
  width: 100%;
}

.p-case__list {
  margin-top: 4.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.6875rem 4.72%;
  counter-reset: item;
}
@media screen and (max-width: 767.98px) {
  .p-case__list {
    margin-top: 3.125rem;
    -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: 3.125rem;
  }
}

.p-case__item {
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1490196078);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1490196078);
  padding: 1.5rem 1.75rem;
  position: relative;
  width: 47.64%;
}
@media screen and (max-width: 767.98px) {
  .p-case__item {
    width: 100%;
    padding: 1.5rem 0.9375rem;
  }
}

.p-case__item-num {
  position: absolute;
  top: -1.9375rem;
  left: 1.25rem;
  width: 4.4375rem;
  height: 4.4375rem;
  background: #F7EA28;
  border-radius: 50%;
  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;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0876C3;
  padding-bottom: 0.3125rem;
  z-index: 2;
}
.p-case__item-num span {
  font-size: 2rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 0.75;
}
@media screen and (max-width: 767.98px) {
  .p-case__item-num {
    font-size: 0.875rem;
    width: 3.75rem;
    height: 3.75rem;
    top: -1.5625rem;
    left: 0.625rem;
  }
  .p-case__item-num span {
    font-size: 1.5rem;
  }
}

.p-case__images {
  display: grid;
  grid-template-columns: 38.2189239332% 55.6586270872%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.0625rem;
}
.p-case__images--normal {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-case__images {
    gap: 1.25rem;
  }
  .p-case__images--normal {
    gap: 0.5rem;
  }
}

.p-case__before {
  position: relative;
}
.p-case__before img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 206/134;
}
.p-case__before figcaption {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0.375rem;
  z-index: 1;
}
.p-case__before::after {
  content: "";
  display: block;
  width: 4.3125rem;
  height: 1.75rem;
  background: url(../images/list_arrow.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -2.0625rem;
  right: -1.6875rem;
}
@media screen and (max-width: 767.98px) {
  .p-case__before figcaption {
    font-size: 0.875rem;
  }
  .p-case__before::after {
    width: 3.125rem;
    height: 1.25rem;
    bottom: -1.5625rem;
    right: -0.9375rem;
  }
}

.p-case__after {
  position: relative;
}
.p-case__after img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/195;
}
.p-case__after figcaption {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  bottom: 0.1875rem;
  right: 0.375rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-case__after figcaption {
    font-size: 1rem;
  }
}

.p-case__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 260/195;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case__content {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-case__content {
    margin-top: 1.25rem;
  }
}

.p-case__content-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-case__content-title {
    font-size: 1rem;
  }
}

.p-case__text-blue {
  color: #0876C3;
  font-size: 1.75rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767.98px) {
  .p-case__text-blue {
    font-size: 1.25rem;
  }
}

.p-case__text-block {
  display: inline-block;
}

.p-case__content-num {
  font-size: 2.625rem;
  line-height: 1.1;
}
@media screen and (max-width: 767.98px) {
  .p-case__content-num {
    font-size: 2rem;
    margin-bottom: 0.3125rem;
  }
}

.p-case__content-text {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-case__content-text::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../images/icon_map.svg) no-repeat center center/contain;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 767.98px) {
  .p-case__content-text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-company {
  padding: 5rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-company {
    padding: 3.125rem 0 5rem;
  }
}

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

.p-company__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-company__title {
    font-size: 2rem;
  }
}

.p-company__table {
  margin-top: 2rem;
}
.p-company__table table {
  width: 100%;
}
.p-company__table table tr {
  display: grid;
  grid-template-columns: 12.25rem 1fr;
}
@media screen and (max-width: 767.98px) {
  .p-company__table table tr {
    grid-template-columns: 6.25rem 1fr;
  }
}
.p-company__table table th {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #333;
  padding: 2rem 0 1.5rem;
  text-align: left;
  border-bottom: 2px solid #034495;
}
.p-company__table table td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #333;
  padding: 2rem 0 1.5rem;
  border-bottom: 2px solid #DDDDDD;
}

.p-company__item:not(:first-child) {
  margin-top: 1rem;
}

.p-comparison {
  padding: 5rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-comparison {
    padding: 3.125rem 0 3.75rem;
  }
}

.p-comparison__title {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2115384615;
  color: #0876C3;
  padding: 0 0.75rem 0.6875rem;
  border-bottom: 4px solid #0876C3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-comparison__title {
    font-size: 2rem;
    padding-bottom: 0.375rem;
    border-bottom: 3px solid #0876C3;
  }
}

.p-comparison__text {
  margin-top: 0.8125rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-comparison__text {
    font-size: 1.125rem;
  }
}

.p-comparison__text-blue {
  color: #0876C3;
}

.p-comparison__text-line {
  display: inline-block;
  padding-left: 0.75rem;
  margin-top: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F7EA28));
  background: linear-gradient(transparent 50%, #F7EA28 50%);
}
@media screen and (max-width: 767.98px) {
  .p-comparison__text-line {
    padding-left: 0.375rem;
  }
}

.p-comparison__table {
  margin-top: 4.1875rem;
  padding-bottom: 0.4375rem;
}
@media screen and (max-width: 767.98px) {
  .p-comparison__table {
    overflow-x: scroll;
    margin-top: 2.5rem;
    padding-bottom: 0.3125rem;
  }
}
.p-comparison__table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-comparison__table table tr {
  width: 100%;
  display: grid;
  grid-template-columns: 12.8125rem 14.5625rem 20.5625rem 14.5625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  .p-comparison__table table tr {
    grid-template-columns: 9.6875rem 11.625rem 14.75rem 11.625rem;
  }
}
.p-comparison__table thead th:not(:first-child) {
  background: #859AB5;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  padding: 0.1875rem 0;
  vertical-align: middle;
  height: 2.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-comparison__table thead th:not(:first-child) {
    font-size: 1rem;
    height: 2rem;
  }
}
.p-comparison__table thead th:not(:first-child).p-comparison__table-main {
  background: #034495;
  font-size: 1.875rem;
  padding: 0.625rem 0;
  border-top: 0.4375rem solid #034495;
  border-left: 0.4375rem solid #034495;
  border-right: 0.4375rem solid #034495;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .p-comparison__table thead th:not(:first-child).p-comparison__table-main {
    font-size: 1.25rem;
    border-width: 0.3125rem;
  }
}
.p-comparison__table tbody th {
  background: #E9E9E9;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #034495;
  height: 100%;
  display: grid;
  place-items: center;
  border-bottom: 0.1875rem solid #fff;
  border-left: 0.1875rem solid #fff;
}
@media screen and (max-width: 767.98px) {
  .p-comparison__table tbody th {
    font-size: 1rem;
  }
}
.p-comparison__table tbody td {
  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;
  gap: 0.375rem;
  height: 100%;
  border-left: 0.1875rem solid #859AB5;
  border-bottom: 0.1875rem solid #859AB5;
  border-right: 0.1875rem solid #859AB5;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 1.1875rem 0;
}
.p-comparison__table tbody td span {
  width: 2.5rem;
}
.p-comparison__table tbody td span img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-comparison__table tbody td {
    font-size: 1rem;
    padding: 0.9375rem 0;
  }
  .p-comparison__table tbody td span {
    width: 1.875rem;
  }
}
.p-comparison__table tbody td:first-of-type {
  border-right: none;
}
.p-comparison__table tbody td:last-child {
  border-left: none;
}
.p-comparison__table tbody td.p-comparison__table-main {
  border-left: 0.4375rem solid #034495;
  border-bottom: none;
  border-right: 0.4375rem solid #034495;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-comparison__table tbody td.p-comparison__table-main {
    border-width: 0.3125rem;
  }
}
.p-comparison__table tbody tr:last-child th {
  border-bottom: none;
}
.p-comparison__table tbody tr:last-child td.p-comparison__table-main {
  position: relative;
}
.p-comparison__table tbody tr:last-child td.p-comparison__table-main::after {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 0.875rem);
  height: 0.4375rem;
  background: #034495;
}
@media screen and (max-width: 767.98px) {
  .p-comparison__table tbody tr:last-child td.p-comparison__table-main::after {
    bottom: -0.3125rem;
    height: 0.3125rem;
    width: calc(100% + 0.625rem);
  }
}
.p-comparison__table tbody tr:nth-child(odd) td.p-comparison__table-main {
  background: #E5F4FF;
}

.p-cta {
  background-color: #0170D7;
  background-image: url(../images/cta_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 2.5rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-cta {
    padding-bottom: 8.75rem;
  }
}

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

.p-cta__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #F7EA28;
}
@media screen and (max-width: 767.98px) {
  .p-cta__title {
    font-size: 1.5rem;
  }
}

.p-cta__text {
  margin-top: 0.5625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.p-cta__text span {
  color: #F7EA28;
}

.p-cta__btn {
  margin-top: 1.3125rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-cta__btn {
    max-width: 18.75rem;
    margin-inline: auto;
  }
}

.p-cta__btn-text {
  margin-top: 0.5625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-cta__btn-text {
    font-size: 0.875rem;
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-cta__img {
  position: absolute;
  left: calc(50% + 15rem);
  bottom: 0;
  width: min(362px, 25.1388888889vw);
}
.p-cta__img img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-cta__img {
    left: 45%;
    width: 12.5rem;
  }
}

.p-faq {
  padding: 5rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-faq {
    padding: 3.125rem 0 3.75rem;
  }
}

.p-faq__inner {
  max-width: 930px;
}

.p-faq__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-faq__title {
    font-size: 2rem;
  }
}

.p-faq__text {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-faq__text span {
  color: #0876C3;
}
@media screen and (max-width: 767.98px) {
  .p-faq__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-faq__list {
  margin-top: 2.8125rem;
}

.p-faq__item:not(:first-child) {
  margin-top: 1rem;
}

.p-faq__q {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  cursor: pointer;
  padding: 1rem 4rem 1rem 1.5rem;
  background: #0876C3;
  border-radius: 0.625rem;
  position: relative;
  -webkit-transition: border-radius 0.3s;
  transition: border-radius 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-faq__q {
    line-height: 1.5;
    padding: 1rem 3.125rem 1rem 1rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.p-faq__q::before {
  content: "Q";
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125;
  color: #0876C3;
  width: 2.25rem;
  height: 2.25rem;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-faq__q.open {
  border-radius: 0.625rem 0.625rem 0 0;
}
.p-faq__q.open .p-faq__icon::after {
  opacity: 0;
}

.p-faq__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  width: 1rem;
  height: 2px;
  background: #fff;
}
.p-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 1rem;
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-faq__content {
  background: #F7F7F7;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 1rem 1.5rem;
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-faq__content::before {
  content: "A";
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125;
  background: #0876C3;
  width: 2.25rem;
  height: 2.25rem;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-faq__content {
    padding: 1rem 1rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.p-faq__a {
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-faq__a a {
  color: #0876C3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-footer {
  background: #034495;
  padding: 1.25rem 0;
}

.p-footer__copy {
  text-align: center;
}
.p-footer__copy small {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-footer__copy small {
    font-size: 0.75rem;
  }
}

.p-header {
  width: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1019607843);
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-header {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1);
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1);
  }
}
.p-header h1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}

.p-header__inner {
  max-width: 100%;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-header__inner {
    padding: 0 0.625rem;
  }
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 95;
}

.p-header__logo a {
  width: 17.0625rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-header__logo a {
    width: 12.125rem;
  }
}
.p-header__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

@media screen and (max-width: 767.98px) {
  .p-header__nav {
    margin-top: 3.5rem;
  }
}

.p-header__hamburger {
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .p-header__hamburger {
    background: #0876C3;
    border: none;
    padding: 0.4375rem 1.125rem;
    width: 3.75rem;
    height: 3.5rem;
    position: relative;
    z-index: 95;
  }
  .p-header__hamburger span:not(:nth-child(4)) {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-header__hamburger span:nth-child(2) {
    margin: 0.25rem 0;
  }
  .p-header__hamburger span.p-header__hamburger-text {
    display: none;
  }
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}
.p-header__hamburger.open span:nth-child(2) {
  opacity: 0;
  margin: 0;
}
.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
.p-header__hamburger.open span:last-child {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-introduction {
  padding: 3.75rem 0 4.3125rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-introduction::before {
  content: "";
  position: absolute;
  top: -2.0833333333vw;
  right: -4.7916666667vw;
  width: 64.9305555556vw;
  height: 33.8888888889vw;
  background: url(../images/introduction_bg01.webp) no-repeat center center/contain;
  z-index: -1;
}
.p-introduction::after {
  content: "";
  position: absolute;
  bottom: -0.875rem;
  left: 0;
  width: min(64.9305555556vw, 935px);
  height: min(35.8333333333vw, 516px);
  background: url(../images/introduction_bg02.webp) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-introduction {
    padding: 3.125rem 0 3.75rem;
  }
  .p-introduction::before {
    width: 75vw;
    height: 45vw;
  }
  .p-introduction::after {
    width: 100vw;
    height: 60vw;
  }
}

.p-introduction__inner {
  max-width: 1168px;
}

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

.p-introduction__title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-introduction__title span {
  display: inline-block;
  color: #0876C3;
  background: #F7EA28;
  padding: 0 0.5rem;
  margin-right: 0.375rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767.98px) {
  .p-introduction__title {
    font-size: 1.25rem;
  }
}

.p-introduction__head-text {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem auto 0;
  border-bottom: 0.25rem solid #0876C3;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media screen and (max-width: 767.98px) {
  .p-introduction__head-text {
    font-size: 1.75rem;
  }
}

.p-introduction__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 2.5rem;
}
.p-introduction__text span {
  color: #0876C3;
}
@media screen and (max-width: 767.98px) {
  .p-introduction__text {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.p-introduction__slider {
  margin-top: 3.6875rem;
}
.p-introduction__slider .swiper {
  padding: 0.625rem 6.125rem 3.125rem;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-introduction__slider .swiper {
    padding: 0.625rem 5rem 3.125rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-introduction__slider .swiper {
    margin-inline: calc(50% - 50vw);
    padding: 0.625rem 1.5625rem 3.125rem;
  }
}
.p-introduction__slider .swiper-slide {
  height: auto;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-introduction__slider .swiper-slide-active {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .1490196078);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .1490196078);
}
.p-introduction__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-introduction__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-introduction__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-introduction__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.375rem;
  }
}
.p-introduction__slider .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}
.p-introduction__slider .swiper-pagination-bullet-active {
  background: #24ADDA;
}
.p-introduction__slider .swiper-button-prev {
  width: 3.5625rem;
  top: calc(50% - 1.5625rem);
  left: 0.4375rem;
}
.p-introduction__slider .swiper-button-prev::after {
  content: "";
  width: 3.5625rem;
  height: 3.5625rem;
  background: url(../images/icon_arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-box-shadow: 0px 7px 7px 0px rgba(119, 119, 119, .15);
          box-shadow: 0px 7px 7px 0px rgba(119, 119, 119, .15);
  border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  .p-introduction__slider .swiper-button-prev {
    width: 2.5rem;
    left: 0;
  }
  .p-introduction__slider .swiper-button-prev::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-introduction__slider .swiper-button-next {
  width: 3.5625rem;
  top: calc(50% - 1.5625rem);
  right: 0.4375rem;
}
.p-introduction__slider .swiper-button-next::after {
  content: "";
  width: 3.5625rem;
  height: 3.5625rem;
  background: url(../images/icon_arrow.svg) no-repeat center center/contain;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(119, 119, 119, .15);
          box-shadow: 0px 7px 7px 0px rgba(119, 119, 119, .15);
  border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  .p-introduction__slider .swiper-button-next {
    width: 2.5rem;
    right: 0;
  }
  .p-introduction__slider .swiper-button-next::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-introduction__slider .swiper-pagination {
  bottom: -0.3125rem;
}

.p-introduction__bottom {
  margin-top: 4.3125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-introduction__bottom {
    margin-top: 2.5rem;
  }
}

.p-introduction__bottom-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-introduction__bottom-text span {
  color: #0876C3;
  font-size: 2rem;
}
.p-introduction__bottom-text + .p-introduction__bottom-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .p-introduction__bottom-text {
    font-size: 1rem;
  }
  .p-introduction__bottom-text span {
    font-size: 1.125rem;
  }
}

.p-mv {
  position: relative;
  background: #0876C3;
}
@media screen and (max-width: 767.98px) {
  .p-mv {
    margin-top: 3.5rem;
    padding-top: 7.375rem;
    padding-bottom: 6.25rem;
    overflow: hidden;
  }
}

.p-mv__inner {
  max-width: max(71.25vw, 1026px);
}
@media screen and (max-width: 767.98px) {
  .p-mv__inner {
    padding-inline: 0.5rem;
  }
}

.p-mv__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: max(51.3888888889vw, 46.25rem);
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 36.3888888889vw);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-mv__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 524/370;
}
@media screen and (max-width: 767.98px) {
  .p-mv__images {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-mv__images .p-mv__img01 {
    top: 0;
    left: 0;
  }
  .p-mv__images .p-mv__img02 {
    top: 0;
    right: 0;
  }
  .p-mv__images .p-mv__img03 {
    bottom: 0;
    left: 0;
  }
  .p-mv__images .p-mv__img04 {
    bottom: 0;
    right: 0;
  }
  .p-mv__images picture {
    position: absolute;
    width: 50%;
    height: 64vw;
  }
  .p-mv__images picture img {
    aspect-ratio: 187/240;
  }
}

.p-mv__content {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  height: max(51.5277777778vw, 46.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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-mv__content::before {
  content: "";
  position: absolute;
  top: -3.0625rem;
  left: 50%;
  width: max(61.6666666667vw, 55.5rem);
  height: max(61.6666666667vw, 55.5rem);
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-mv__content {
    height: auto;
    padding: 5.125rem 0 0;
  }
  .p-mv__content::before {
    top: 0;
    width: 138.4vw;
    height: 138.4vw;
  }
}

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

.p-mv__catch-balloon {
  font-size: max(1.3888888889vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.p-mv__catch-balloon::before, .p-mv__catch-balloon::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.375rem;
  background: #242424;
}
.p-mv__catch-balloon::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-mv__catch-balloon::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 767.98px) {
  .p-mv__catch-balloon {
    font-size: 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
  }
  .p-mv__catch-balloon::before, .p-mv__catch-balloon::after {
    height: 1.8125rem;
  }
}

.p-mv__catch-text {
  margin-top: 1.3125rem;
}
.p-mv__catch-text img {
  width: max(61.4583333333vw, 55.3125rem);
  display: inline-block;
  margin-right: max(0.6944444444vw, 0.625rem);
}
.p-mv__catch-text span {
  display: block;
  font-size: max(5.1388888889vw, 4.625rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  margin-top: -0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__catch-text {
    margin-top: 0.5rem;
  }
  .p-mv__catch-text picture {
    width: 100vw;
  }
  .p-mv__catch-text picture img {
    width: 100%;
  }
  .p-mv__catch-text span {
    font-size: 2.375rem;
    letter-spacing: -0.07em;
    margin-left: -0.625rem;
    margin-top: -0.0625rem;
  }
}

.p-mv__balloon {
  margin: 2.6875rem auto 0;
  display: grid;
  grid-template-columns: max(6.3194444444vw, 5.6875rem) 1fr;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: max(35.7638888889vw, 32.1875rem);
  background: #0876C3;
  border-radius: 0.625rem;
  padding: 0.5625rem 0.625rem 0.8125rem;
  position: relative;
}
.p-mv__balloon::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 2.1875rem;
  height: 1.0625rem;
  background: #0876C3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767.98px) {
  .p-mv__balloon {
    margin-top: 1.875rem;
    width: 100%;
    grid-template-columns: 14.1333333333vw 1fr;
    gap: 0.1875rem;
    padding: 0.375rem 0 0.375rem 0.625rem;
    border-radius: 0.3125rem;
  }
  .p-mv__balloon::before {
    bottom: -0.6875rem;
    width: 1.5rem;
    height: 0.75rem;
  }
}

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

.p-mv__balloon-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
  margin-right: 0.8125rem;
  font-size: max(1.1111111111vw, 1rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.p-mv__balloon-title span {
  color: #F7EA28;
  font-size: max(1.3888888889vw, 1.25rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .p-mv__balloon-title {
    font-size: 0.75rem;
    margin-right: 2.0625rem;
    padding-bottom: 0.1875rem;
  }
  .p-mv__balloon-title span {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    margin-right: 0.25rem;
  }
}

.p-mv__balloon-text {
  margin-top: 0.375rem;
  font-size: max(1.1111111111vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-mv__balloon-text {
    font-size: 0.75rem;
  }
}

.p-mv__btn {
  margin-top: 1.75rem;
  text-align: center;
}
.p-mv__btn a {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__btn {
    margin-top: 1.0625rem;
  }
  .p-mv__btn a {
    margin-top: 0.25rem;
  }
}

.p-mv__btn-top {
  font-size: max(1.3888888889vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  color: #034495;
}
.p-mv__btn-top span {
  color: #FF3131;
}
@media screen and (max-width: 767.98px) {
  .p-mv__btn-top {
    font-size: 0.875rem;
  }
}

.p-mv__btn-bottom {
  margin-top: 0.5625rem;
  font-size: max(1.1111111111vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-mv__btn-bottom {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
}

.p-mv__medal {
  position: absolute;
  right: 0;
  top: 62%;
  width: max(14.4444444444vw, 13rem);
}
.p-mv__medal img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-mv__medal {
    top: -4.625rem;
    width: 9.375rem;
  }
}

.p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 767.98px) {
  .p-nav {
    display: none;
    overflow-y: auto;
    padding: 3rem 0.9375rem 6.25rem;
    background: #E5F4FF;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
  }
}

.p-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-nav__list {
    display: block;
    border-top: 1px solid #CCD3BE;
  }
}

.p-nav__item a {
  display: block;
  padding: 0 1.5rem;
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1.5714285714;
}
@media (hover: hover) {
  .p-nav__item a:hover {
    opacity: 1;
    color: #0876C3;
  }
}
@media screen and (max-width: 767.98px) {
  .p-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    line-height: 1;
    color: #0876C3;
    padding: 0.875rem 0.3125rem 0.875rem 0;
    border-bottom: 1px solid #CCD3BE;
  }
  .p-nav__item a::after {
    content: "";
    width: 0.5rem;
    height: 0.5625rem;
    background: #0876C3;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}

.p-nav__btn {
  margin-left: 1.5rem;
}
.p-nav__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  padding: 0.625rem 1.0625rem;
  background: #0876C3;
  color: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0px 4px 8.3px 0px rgba(0, 0, 0, .2901960784);
          box-shadow: 0px 4px 8.3px 0px rgba(0, 0, 0, .2901960784);
  border: 1px solid #0876C3;
}
.p-nav__btn a::before {
  content: "";
  width: 0.9375rem;
  height: 0.75rem;
  -webkit-mask-image: url(../images/icon_mail.svg);
          mask-image: url(../images/icon_mail.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (hover: hover) {
  .p-nav__btn a:hover {
    opacity: 1;
    background: #fff;
    color: #0876C3;
  }
  .p-nav__btn a:hover::before {
    background: #0876C3;
  }
}
@media screen and (max-width: 767.98px) {
  .p-nav__btn {
    margin-left: 0;
  }
  .p-nav__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    line-height: 1;
    color: #0876C3;
    padding: 0.875rem 0.3125rem 0.875rem 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #CCD3BE;
  }
  .p-nav__btn a::before {
    display: none;
  }
  .p-nav__btn a::after {
    content: "";
    width: 0.5rem;
    height: 0.5625rem;
    background: #0876C3;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}
@media screen and (max-width: 767.98px) and (hover: hover) {
  .p-nav__btn a:hover {
    background: none;
  }
}

.p-nav__cta {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-nav__cta {
    display: block;
    margin-top: 3.6875rem;
    text-align: center;
  }
  .p-nav__cta a {
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-nav__cta-top {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #034495;
  }
  .p-nav__cta-top span {
    color: #FF3131;
  }
}

@media screen and (max-width: 767.98px) {
  .p-nav__cta-bottom {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4166666667;
    color: #0876C3;
  }
}

.p-price {
  margin-top: -1px;
  position: relative;
  z-index: 1;
  padding: 4.4375rem 0 4.5625rem;
  background: #0876C3;
}
@media screen and (max-width: 767.98px) {
  .p-price {
    padding: 3.125rem 0 3.75rem;
  }
}

.p-price__title {
  font-size: 3.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2115384615;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-price__title {
    font-size: 2rem;
  }
}

.p-price__text {
  margin-top: 1.1875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.p-price__text span {
  color: #F7EA28;
}
@media screen and (max-width: 767.98px) {
  .p-price__text {
    font-size: 1rem;
  }
}

.p-price__list {
  margin-top: 2.4375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1875rem;
}
@media screen and (max-width: 767.98px) {
  .p-price__list {
    gap: 1rem;
  }
}

.p-price__item {
  background: #fff;
  border-radius: 0.625rem;
  padding: 0.75rem 1.875rem 0.75rem 0.75rem;
  display: grid;
  grid-template-columns: 15.6875rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-price__item {
    display: block;
    padding: 0.75rem;
  }
}

.p-price__img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-price__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

@media screen and (max-width: 767.98px) {
  .p-price__content {
    margin-top: 0.9375rem;
  }
}

.p-price__content-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-price__content-title span {
  font-size: 1rem;
  display: block;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-price__content-title {
    font-size: 1.25rem;
  }
  .p-price__content-title span {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}

.p-price__content-price {
  margin-top: 1.75rem;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 0.5714285714;
  text-align: center;
  color: #FF3131;
}
.p-price__content-price span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-price__content-price {
    font-size: 1.75rem;
    line-height: 1;
    margin-top: 1.25rem;
  }
  .p-price__content-price span {
    display: inline-block;
    transform: translateY(-5%);
    padding-left: 1px;
    font-size: 1rem;
  }
}

.p-price__content-text {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-price__content-text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-price__note {
  display: block;
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-price__note {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-reason-top {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767.98px) {
  .p-reason-top__inner {
    padding-inline: 0.8125rem;
  }
}

.p-reason-top__balloon {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-left: 0.625rem;
}
.p-reason-top__balloon::before, .p-reason-top__balloon::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.375rem;
  background: #242424;
}
.p-reason-top__balloon::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-reason-top__balloon::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 767.98px) {
  .p-reason-top__balloon {
    position: absolute;
    top: -1.3125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    font-size: 0.875rem;
    color: #fff;
    background: #0876C3;
    border-radius: 0.3125rem;
    padding: 0.3125rem 0.5625rem;
    margin-left: 0;
  }
  .p-reason-top__balloon::before {
    display: none;
  }
  .p-reason-top__balloon::after {
    width: 0.5625rem;
    height: 0.5rem;
    background: #0876C3;
    position: absolute;
    bottom: -0.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}

.p-reason-top__box {
  background: #E6F9FF;
  padding: 0 2.6875rem 1.4375rem;
  border-radius: 0.3125rem;
  margin-top: 0.625rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
}
@media screen and (max-width: 767.98px) {
  .p-reason-top__box {
    padding: 1.75rem 0.9375rem 1.875rem;
  }
}

.p-reason-top__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason-top__title {
    font-size: 1.5rem;
  }
}

.p-reason-top__circle {
  position: relative;
  color: #fff;
  width: 5rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.625rem;
  padding-left: 0.3125rem;
  margin-top: -0.75rem;
}
.p-reason-top__circle::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: #0876C3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-reason-top__circle {
    width: 3.375rem;
    margin-top: 0;
    padding: 0;
  }
  .p-reason-top__circle::before {
    width: 3.375rem;
    height: 3.375rem;
    -webkit-transform: translate(-52%, -48%);
            transform: translate(-52%, -48%);
  }
}

.p-reason-top__num {
  font-size: 3.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason-top__num {
    font-size: 2.5rem;
  }
}

.p-reason-top__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason-top__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem 0;
  }
}

@media screen and (max-width: 767.98px) {
  .p-reason-top__item {
    width: 50%;
  }
}
.p-reason-top__item:nth-child(5) .p-reason-top__text {
  margin-top: 0.875rem;
}

.p-reason-top__img {
  width: 3.75rem;
  margin-inline: auto;
}
.p-reason-top__img img {
  width: 100%;
}

.p-reason-top__text {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-reason-top__text span {
  color: #0876C3;
}
@media screen and (max-width: 767.98px) {
  .p-reason-top__text {
    font-size: 0.875rem;
    margin-top: 0.1875rem;
  }
}

.p-reason {
  background: #0876C3;
  padding-bottom: 5.5rem;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason {
    padding-bottom: 2.5rem;
    position: relative;
    z-index: 2;
  }
}

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

.p-reason__title {
  margin-top: 2.78125rem;
  padding-top: 2.78125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #fff;
}
.p-reason__title span {
  color: #0876C3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-left: 0.75rem;
  margin-right: 0.5625rem;
  width: 4.75rem;
  font-size: 3.875rem;
  line-height: 1;
  padding-bottom: 0.4375rem;
}
.p-reason__title span::before {
  content: "";
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  background: #F7EA28;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-reason__title {
    margin-top: 1.5625rem;
    padding-top: 1.5625rem;
    font-size: 2.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
  }
}

.p-reason__head {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
}
.p-reason__head span {
  color: #F7EA28;
}
@media screen and (max-width: 767.98px) {
  .p-reason__head {
    font-size: 1rem;
  }
}

.p-reason__list {
  margin-top: 3.125rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.8125rem 7rem 3.75rem;
  counter-reset: num;
}
@media screen and (max-width: 767.98px) {
  .p-reason__list {
    margin-top: 1.875rem;
    padding: 1.875rem 0.9375rem;
  }
}

.p-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.p-reason__item:not(:first-child) {
  margin-top: 2rem;
}
.p-reason__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .p-reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-reason__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-reason__img {
  width: 22.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__img {
    width: 100%;
  }
}

.p-reason__body {
  width: 22.75rem;
}
.p-reason__body::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.06em;
  color: #fff;
  background: #0876C3;
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-reason__body {
    width: 100%;
  }
}

.p-reason__item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
  color: #0876C3;
}
.p-reason__item-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F7EA28));
  background: linear-gradient(transparent 70%, #F7EA28 30%);
}
@media screen and (max-width: 767.98px) {
  .p-reason__item-title {
    font-size: 1.625rem;
  }
}

.p-reason__item-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-reason__item-text span {
  font-weight: 700;
}

.p-reason__slider {
  margin-top: 4.25rem;
}
.p-reason__slider .swiper-slide {
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .p-reason__slider {
    margin-top: 3.125rem;
  }
}

.p-reason__slider-balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-reason__slider-balloon::before, .p-reason__slider-balloon::after {
  content: "";
  display: block;
  width: 2px;
  height: 2.8125rem;
  background: #fff;
}
.p-reason__slider-balloon::before {
  -webkit-transform: rotate(-25deg) translateX(-15px);
          transform: rotate(-25deg) translateX(-15px);
}
.p-reason__slider-balloon::after {
  -webkit-transform: rotate(25deg) translateX(15px);
          transform: rotate(25deg) translateX(15px);
}
@media screen and (max-width: 767.98px) {
  .p-reason__slider-balloon {
    gap: 0.3125rem;
  }
}

.p-reason__balloon-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.p-reason__balloon-text span {
  color: #F7EA28;
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__balloon-text {
    font-size: 1rem;
    text-align: center;
  }
  .p-reason__balloon-text span {
    font-size: 1.25rem;
  }
}

.p-reason__card {
  margin-top: 0.625rem;
  height: calc(100% - 3.625rem);
}
@media screen and (max-width: 767.98px) {
  .p-reason__card {
    height: auto;
  }
}

.p-voice {
  padding: 6.25rem 0 6.625rem;
  background: url(../images/voice_bg.webp) no-repeat center bottom/cover;
}
@media screen and (max-width: 767.98px) {
  .p-voice {
    padding: 3.125rem 0 3.75rem;
  }
}

.p-voice__title {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2115384615;
  color: #034495;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-voice__title {
    font-size: 2rem;
  }
}

.p-voice__text {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-voice__text {
    font-size: 1rem;
  }
}

.p-voice__evaluation {
  margin-top: 2.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.p-voice__evaluation::before, .p-voice__evaluation::after {
  content: "";
  width: 1.0625rem;
  height: 2.75rem;
  background: url(../images/deco.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-voice__evaluation::before, .p-voice__evaluation::after {
    width: 2rem;
    height: 3.6875rem;
  }
}
.p-voice__evaluation::after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.p-voice__evaluation-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0876C3;
  border-bottom: 1px solid #0876C3;
  padding: 0.4375rem 0;
}
.p-voice__evaluation-text span {
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-voice__evaluation-text {
    text-align: center;
    padding-top: 0;
  }
}

.p-voice__list {
  margin: 1.5rem auto 0;
  width: 43rem;
}
@media screen and (max-width: 767.98px) {
  .p-voice__list {
    width: 100%;
  }
}

.p-voice__item {
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.5rem 1.5rem 1.5rem 0.75rem;
  display: grid;
  grid-template-columns: 6.8125rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .2509803922);
}
.p-voice__item:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-voice__item {
    grid-template-columns: 1fr;
    padding: 1.5rem 0.9375rem;
    gap: 0.9375rem;
  }
}

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

.p-voice__content {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-voice__content-text {
  font-weight: 700;
}

.p-voice__text-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F7EA28));
  background: linear-gradient(transparent 50%, #F7EA28 50%);
}

.p-voice__name {
  margin-top: 0.5625rem;
  font-weight: 400;
}

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

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


/* お問い合わせ */
.p-contact {
  margin-top: -1px;
  position: relative;
  z-index: 1;
  background-color: #0876C3;
  padding-block: 80px;
}
.p-contact__inner {
  border-radius: 10px;
  background-color: #FAFAFA;
  padding: 80px 20px;
}
.p-contact__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-contact__text {
  margin-top: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}
.p-contact__formZone {
  margin-top: 56px;
  margin-inline: auto;
  max-width: 640px;
}
.contact-form__list:not(:first-child) {
  margin-top: 32px;
}

/* dt */
.contact-form__title {
  display: flex;
  align-items: center;
  gap: 2px 8px;
  flex-wrap: wrap;
}
.contact-form__must {
  padding: 3px 6px;
  background-color: #F22A2A;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.contact-form__label {
  font-weight: 500;
  font-size: 16px;
  line-height: calc(24 / 16);
}
.contact-form__caution {
  font-weight: 700;
  font-size: 13px;
  color: #F22A2A;
  display: none;
}
.contact-form__caution.is-visible {
  display: inline-block;
}

/* dd */
.contact-form__data {
  margin: 8px 0 0 0;
}
.contact-form__input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 16px;
}
.contact-form__textarea {
  width: 100%;
  height: 240px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 16px;
  resize: vertical;
}

.contact-form__radio-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.contact-form__radio-label {
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(19 / 16);
  cursor: pointer;
  position: relative;
}
.contact-form__radio-label::before {
  margin-right: 12px;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  background-color: #fff;
}
input[type="radio"]:checked + .contact-form__radio-label::after {
  position: absolute;
  top: 7px;
  left: 6px;
  transform: rotate(-45deg);
  content: "";
  width: 13px;
  height: 6px;
  border-left: 2px solid #242424;
  border-bottom: 2px solid #242424;
}

/* 同意チェック */
.contact-form__check {
  margin-top: 24px;
}
.contact-form__check-label {
  display: inline-block;
}
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.contact-form__check-text {
  display: block;
  padding-left: 31px;
  font-weight: 500;
  font-size: 14px;
  line-height: calc(17 / 14);
  cursor: pointer;
  position: relative;
}
.contact-form__check-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  vertical-align: middle;
}
input[type="checkbox"]:checked + .contact-form__check-text::after {
  position: absolute;
  top: 5px;
  left: 3px;
  transform: rotate(-45deg);
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #242424;
  border-bottom: 2px solid #242424;
}
.contact-form__policy-link {
  color: #0876C3;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ボタン */
.contact-form__submit {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
.contact-form__submit-button {
  width: 220px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: calc(19 / 16);
  color: #fff;
  border: 1px solid #0876C3;
  background-color: #0876C3;
  transition: all 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .contact-form__submit-button:hover {
    color: #0876C3;
    background-color: #fff;
  }
}
.contact-form__submit-button:disabled {
  color: #fff;
  background-color: #0876C3;
  cursor: not-allowed;
}

@media screen and (max-width: 767.98px) {
  .p-contact {
    padding-block: 50px;
  }
  .p-contact__inner {
    border-radius: 5px;
    padding: 40px min(calc(100vw / 375 * 20), 20px);
  }
  .p-contact__title {
    font-size: 2rem;
  }
  .p-contact__text {
    font-size: min(calc(100vw / 375 * 14), 14px);
  }
  .p-contact__formZone {
    margin-top: 42px;
  }
  .contact-form__check {
    margin-inline: -6px;
    width: calc(100% + 12px);
  }
  .contact-form__check-text {
    padding-left: 20px;
  }
  .contact-form__submit {
    margin-top: 40px;
  }
}

/* 確認画面 */
#formWrap h3 {
  padding-block: 30px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}
#formWrap h3 + p {
  margin-bottom: 16px;
}
#formWrap form input[type="submit"] {
  margin-top: 16px;
  width: 220px;
  height: auto;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: calc(19 / 16);
  color: #fff;
  border: 1px solid #0876C3;
  background-color: #0876C3;
  transition: all 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  #formWrap form input[type="submit"]:hover {
    color: #0876C3;
    background-color: #fff;
    opacity: 1;
  }
}
#formWrap form input[type="button"] {
  margin-top: 16px;
  margin-bottom: 60px;
  width: 220px;
  height: auto;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: calc(19 / 16);
  color: #0876C3;
  border: 1px solid #0876C3;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  #formWrap form input[type="button"]:hover {
    color: #fff;
    background-color: #0876C3;
    opacity: 1;
  }
}

/* 完了画面 */
.complete-text {
  padding-top: 30px;
}
.complete-link {
  width: 220px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: calc(19 / 16);
  color: #fff;
  border: 1px solid #0876C3;
  background-color: #0876C3;
  transition: all 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .complete-link:hover {
    color: #0876C3;
    background-color: #fff;
    opacity: 1;
  }
}