@charset "UTF-8";
/*****************************
* 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;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 100%;
}
@media (max-width: 1074px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "shippori mincho", sans-serif;
  color: #1C2570;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 28.125rem;
  }
}

.c-section-title {
  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: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
  letter-spacing: 0.12rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    margin-bottom: 1.625rem;
    gap: 0.25rem;
  }
}
@media screen and (max-width: 600px) {
  .c-section-title {
    gap: 0rem;
  }
}

.c-section-title__deco {
  font-family: "shippori mincho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco {
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
}

.c-section-title__text {
  font-family: "shippori mincho", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title__text {
    font-size: 1.375rem;
    letter-spacing: 0.01em;
  }
}

.c-section-title--light .c-section-title__deco,
.c-section-title--light .c-section-title__text {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-philosophy__title .c-section-title__text {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__title {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__title .c-section-title__text {
    font-size: 1.3125rem;
    letter-spacing: 0.01em;
  }
}

.c-section-title--service .c-section-title__text {
  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.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-title--service .c-section-title__text {
    display: block;
  }
}
.c-section-title--service .c-section-title__accent-bg {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.5rem;
  padding: 0.5rem 3rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-title--service .c-section-title__accent-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.c-section-title--service .c-section-title__mid {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-section-title--service .c-section-title__mid {
    font-size: 1.375rem;
  }
}
.c-section-title--service .c-section-title__large {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-title--service .c-section-title__large {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title--service {
    position: relative;
    padding-top: 3.375rem;
  }
}

.c-section-title__accent-bg {
  display: inline;
  background-color: #1C2570;
  color: #fff;
  padding: 0 0.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;
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 1rem 1.5rem;
  }
}

.c-btn--primary {
  background-color: #C5A059;
  color: #fff;
}

.c-btn--outline {
  background-color: #4A6D8C;
  color: #fff;
  border: 0.125rem solid #fff;
}

.c-btn--gold {
  position: relative;
  background-color: #C5A059;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  border: 0.125rem solid #C5A059;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.c-btn--gold::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.8-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.8-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-btn--gold:hover {
  background-color: #fff;
  color: #C5A059;
}
.c-btn--gold:hover::after {
  background-color: #C5A059;
}

.c-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-form {
    gap: 1.0625rem;
  }
}

.c-form__group {
  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.4375rem;
}

.c-form__label {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #1C2570;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.c-form__required {
  color: #FB2C36;
  font-family: Inter;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-form__input {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  background: #f3f3f5;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1rem;
  color: #1C2570;
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.c-form__input::-webkit-input-placeholder {
  color: #71717a;
}
.c-form__input::-moz-placeholder {
  color: #71717a;
}
.c-form__input::-ms-input-placeholder {
  color: #71717a;
}
.c-form__input::placeholder {
  color: #71717a;
}
.c-form__input:focus {
  border-color: #4A6D8C;
}

.c-form__textarea {
  width: 100%;
  padding: 0.625rem 0.875rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1rem;
  color: #1C2570;
  background-color: #fff;
  outline: none;
  resize: vertical;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.c-form__textarea::-webkit-input-placeholder {
  color: #71717a;
}
.c-form__textarea::-moz-placeholder {
  color: #71717a;
}
.c-form__textarea::-ms-input-placeholder {
  color: #71717a;
}
.c-form__textarea::placeholder {
  color: #71717a;
}
.c-form__textarea:focus {
  border-color: #4A6D8C;
}
@media screen and (max-width: 767px) {
  .c-form__textarea {
    font-size: 0.875rem;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-fv__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 11.875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(#f6f6f6));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #f6f6f6 100%);
}

.p-fv__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-img {
    -o-object-position: 15% 0;
       object-position: 15% 0;
  }
}

.p-fv__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  max-width: 83.125rem;
  padding-top: 5.875rem;
  padding-bottom: 4.25rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
    gap: 2.5rem;
    max-width: 450px;
  }
}

.p-fv__hero {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__hero {
    width: 100%;
  }
}

.p-fv__hero-wrap {
  border-radius: 1rem;
  background: rgba(78, 122, 160, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  margin-top: 0rem;
  margin-bottom: 2.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv__hero-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 2.5rem 1.3125rem 2.5rem 1rem;
    margin-bottom: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.p-fv__title {
  font-family: "shippori mincho", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.1875rem;
    line-height: 1.5;
    text-align: center;
  }
  .p-fv__title-em {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
  }
}

.p-fv__subtitle {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-fv__subtitle {
    font-size: 1rem;
    text-align: center;
  }
}

.p-fv__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv__badges {
    gap: 0.75rem;
  }
}

.p-fv__badge {
  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;
  width: 10.1875rem;
  height: 10.1875rem;
  border-radius: 50%;
  position: relative;
  background-image: url("../images/fv-badge.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__badge {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.p-fv__badge-check {
  position: absolute;
  top: 1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.25rem;
  height: 1.25rem;
  color: #4A6D8C;
}
@media screen and (max-width: 767px) {
  .p-fv__badge-check {
    top: 0.875rem;
    width: 1rem;
    height: 1rem;
  }
}

.p-fv__badge-text {
  font-family: "shippori mincho", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv__badge-text {
    font-size: 0.6875rem;
    margin-top: 0.375rem;
  }
}

.p-fv__badge:nth-of-type(1) .p-fv__badge-text {
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__badge:nth-of-type(1) .p-fv__badge-text {
    font-size: 0.8125rem;
  }
}

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

.p-fv__badge:nth-of-type(2) .p-fv__badge-text {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__badge:nth-of-type(2) .p-fv__badge-text {
    font-size: 1.0625rem;
  }
}

.p-fv__badge:nth-of-type(3) .p-fv__badge-text {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__badge:nth-of-type(3) .p-fv__badge-text {
    font-size: 1rem;
  }
}

.p-fv__form-wrap {
  width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.625rem 0.75rem rgba(0, 0, 0, .1), 0 1.5625rem 1.9375rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.625rem 0.75rem rgba(0, 0, 0, .1), 0 1.5625rem 1.9375rem rgba(0, 0, 0, .1);
  padding: 2rem 2.5rem;
  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.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__form-wrap {
    width: 100%;
    padding: 2rem 1rem;
    gap: 1.25rem;
  }
}

.p-fv__form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #01a1b5;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__form-header {
    gap: 0.8125rem;
    padding: 0.75rem 0.8125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-fv__form-book {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__form-book {
    width: 4.375rem;
  }
}

.p-fv__form-book-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__form-header-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__form-header-text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.p-fv__form-book-label {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1C2570;
  display: block;
  margin-bottom: 0.5rem;
}

.p-fv__form-note {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "zen kaku gothic new", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv__form-note {
    font-size: 0.9375rem;
  }
}

.p-fv__form-title {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__form-title {
    font-size: 1.375rem;
  }
}

.p-fv__form-subtitle {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv__form-subtitle {
    font-size: 0.8125rem;
  }
}

.p-fv__form-body {
  padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1124px) {
  .p-fv__inner {
    gap: 1.0625rem;
    padding-inline: 1rem;
  }
  .p-fv__form-wrap {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
  .p-fv__title {
    font-size: 2rem;
  }
  .p-fv__subtitle {
    font-size: 1.125rem;
  }
  .p-fv__badges {
    gap: 0.875rem;
  }
}
.p-worries {
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url(../images/worry-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-worries {
    padding: 5rem 0;
  }
}

.p-worries__inner {
  max-width: 76.25rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-worries__inner {
    padding: 0 1.5rem;
    max-width: 28.125rem;
  }
}

.p-worries__content {
  position: relative;
  height: 26.875rem;
  margin-bottom: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-worries__content {
    position: static;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}

.p-worries__image {
  position: absolute;
  top: 3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31.25rem;
}
.p-worries__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-worries__image {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    height: 12.3125rem;
    margin-top: -11.25rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .p-worries__image img {
    border-radius: 1.5rem;
  }
}

.p-worries__item {
  position: absolute;
  width: 15rem;
  height: 13.25rem;
  background-image: url(../images/worry-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  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.75rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-worries__item {
    position: static;
    width: 10.5625rem;
    height: 9.1875rem;
    gap: 0.5rem;
    padding: 1rem 0.75rem;
  }
}

.p-worries__item--top-left {
  top: 0.4375rem;
  left: -1.625rem;
}
@media screen and (max-width: 767px) {
  .p-worries__item--top-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.p-worries__item--bottom-left {
  top: 14.875rem;
  left: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-worries__item--bottom-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}

.p-worries__item--top-right {
  top: 0.4375rem;
  right: -1.625rem;
}
@media screen and (max-width: 767px) {
  .p-worries__item--top-right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}

.p-worries__item--bottom-right {
  top: 14.875rem;
  right: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-worries__item--bottom-right {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
}

.p-worries__item-title {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #4A6D8C;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-worries__item-title {
    font-size: 0.9375rem;
  }
}

.p-worries__item-text {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #4A6D8C;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-worries__item-text {
    font-size: 0.75rem;
  }
}

.p-worries__list {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-worries__list {
    max-width: 400px;
    margin: 0 auto;
  }
}

.p-worries__list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  list-style: none;
  max-width: 38.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-worries__list-items {
    margin-bottom: 4rem;
  }
}

.p-worries__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  font-family: "shippori mincho", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  color: #1C2570;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-worries__list-item {
    font-size: 1rem;
    gap: 1rem;
  }
}

.p-worries__list-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: #4A6D8C;
}
@media screen and (max-width: 767px) {
  .p-worries__list-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-worries__list-icon img {
    width: 1rem;
    height: 1rem;
  }
}

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

.p-worries__message-lead {
  font-family: "shippori mincho", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1C2570;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-worries__message-lead {
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
  }
}

.p-worries__message-sub {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1C2570;
}
@media screen and (max-width: 767px) {
  .p-worries__message-sub {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

.p-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 31.25rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-divider {
    height: 12.5rem;
  }
}
.p-divider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 253, 253, 0)), color-stop(105%, #FBFDFD));
  background: linear-gradient(180deg, rgba(251, 253, 253, 0) 0%, #FBFDFD 105%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-divider::after {
    height: 4rem;
  }
}
.p-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 253, 253, 0)), color-stop(105%, #FBFDFD));
  background: linear-gradient(0deg, rgba(251, 253, 253, 0) 0%, #FBFDFD 105%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-divider::before {
    height: 4rem;
  }
}

.p-divider__left,
.p-divider__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.p-divider__left picture,
.p-divider__right picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-divider__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-divider__img {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}

.p-philosophy {
  padding-top: 10rem;
  background-image: url(../images/philosophy-bg-01.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    padding-top: 5rem;
    background-image: url(../images/philosophy-bg-01-sp.webp);
  }
}

.p-philosophy__inner {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__inner {
    padding-bottom: 5rem;
    max-width: 28.125rem;
    margin: 0 auto;
  }
}

.p-philosophy__title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__title {
    margin-bottom: 2.625rem;
  }
}

.p-philosophy__text {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.0225rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.p-philosophy__text--em {
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text--em {
    margin-bottom: 2.5rem;
  }
}

.p-philosophy__highlight {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__highlight {
    margin-bottom: 2rem;
  }
}

.p-philosophy__highlight-lead {
  font-family: "shippori mincho", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1C2570;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__highlight-lead {
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 1.875rem;
  }
}

.p-philosophy__highlight-sub {
  font-family: "shippori mincho", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
}

.p-philosophy__cta-banner {
  padding: 0.9375rem 0;
  text-align: center;
  background-image: url(../images/philosophy-text-bg.webp);
  background-size: cover;
  background-position: center;
  border-radius: 0.75rem;
  max-width: 55rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-philosophy__cta-banner {
    padding: 1.5rem 0;
    background-position: left;
  }
}

.p-philosophy__cta-lead {
  font-family: "shippori mincho", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.625rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-philosophy__cta-lead {
    font-size: 1.125rem;
    margin-bottom: 0.1875rem;
  }
}

.p-philosophy__cta-text {
  font-family: "shippori mincho", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-philosophy__cta-text {
    font-size: 1.375rem;
  }
}

.p-philosophy__soreigehai {
  padding: 6.25rem 0;
  background-image: url(../images/philosophy-bg-02.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy__soreigehai {
    padding: 4rem 0 5rem;
    background-image: url(../images/philosophy-bg-02-sp.webp);
    background-position: center 65%;
  }
}

.p-philosophy__soreigehai-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy__soreigehai-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-philosophy__soreigehai-content {
  width: 100%;
  max-width: 33.75rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__soreigehai-content {
    max-width: none;
  }
}

.p-philosophy__soreigehai-title {
  font-family: "shippori mincho", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__soreigehai-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.p-philosophy__soreigehai-subtitle {
  display: block;
  font-family: "zen kaku gothic new", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__soreigehai-subtitle {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}

.p-philosophy__soreigehai-text {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-philosophy__soreigehai-text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}

.p-data {
  background-image: url(../images/data-bg-01.webp);
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-data {
    padding-top: 5rem;
  }
}

.p-data__inner {
  padding-bottom: 10rem;
  padding-inline: 25px;
  margin: 0 auto;
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-data__inner {
    padding-bottom: 5rem;
    padding-inline: 24px;
    max-width: 31.25rem;
  }
}

.p-data-content {
  background-color: #fff;
  border-radius: 2.5rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  margin: 0 auto;
  width: 100%;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .p-data-content {
    border-radius: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-inline: 1rem;
  }
}

.p-data-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-data-title {
    margin-bottom: 2.5rem;
  }
}

.p-data__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 55rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-data__layout {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-data__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-data__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-data__image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-data__image {
    width: 100%;
  }
}

.p-data__table-wrap {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
@media screen and (max-width: 767px) {
  .p-data__table-wrap {
    width: 100%;
  }
}

.p-data__table {
  width: 100%;
  margin-bottom: 1rem;
}

.p-data__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.875rem;
  border-bottom: none;
}
.p-data__row:last-child {
  margin-bottom: 0;
}
.p-data__row:first-child {
  border-top: none;
}

.p-data__label {
  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;
  padding: 1rem 1.5rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0225rem;
  color: #1C2570;
  width: 32%;
  text-align: center;
  border-radius: 1rem 0 0 1rem;
  border: 1px solid #fff;
  background: #cfd4db;
}
@media screen and (max-width: 767px) {
  .p-data__label {
    font-size: 1rem;
    width: 43%;
    padding: 1rem 0.75rem;
    font-weight: 700;
  }
}

.p-data__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 1.5rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0225rem;
  color: #1C2570;
  border-radius: 0 1rem 1rem 0;
  border: 1px solid #fff;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-data__value {
    font-size: 1rem;
    padding: 1rem 0.75rem;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}

.p-data__note {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4A6D8C;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-data__note {
    text-align: left;
  }
}

.p-data__lead {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1C2570;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-data__lead {
    font-size: 1rem;
  }
}

.p-date-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-date-divider {
    height: 12.5rem;
  }
}
.p-date-divider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 253, 253, 0)), color-stop(70.19%, rgba(251, 253, 253, .8)), to(#fbfdfd));
  background: linear-gradient(180deg, rgba(251, 253, 253, 0) 0%, rgba(251, 253, 253, .8) 70.19%, #fbfdfd 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-date-divider::after {
    height: 3.25rem;
  }
}
.p-date-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 253, 253, 0)), color-stop(77.88%, rgba(242, 242, 235, .9)), to(#f2f2eb));
  background: linear-gradient(0deg, rgba(251, 253, 253, 0) 0%, rgba(242, 242, 235, .9) 77.88%, #f2f2eb 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-date-divider::before {
    height: 3.25rem;
  }
}
.p-date-divider picture {
  width: 100%;
  display: block;
}
.p-date-divider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: left;
     object-position: left;
}

.p-consultation {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#aed6dc));
  background: linear-gradient(180deg, #fff 0%, #aed6dc 100%);
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-consultation {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-consultation::before {
  content: "";
  position: absolute;
  width: 37rem;
  height: 33.5rem;
  top: 2rem;
  right: 2.5rem;
  background-image: url("../images/consultation-image.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-consultation::before {
    width: 17.75rem;
    height: 16.0625rem;
    top: 1rem;
    right: 7.125rem;
  }
}
@media screen and (max-width: 600px) {
  .p-consultation::before {
    right: -1.875rem;
  }
}

.p-consultation__inner {
  max-width: 58.125rem;
  padding-inline: 1.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-consultation__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 28.125rem;
  }
}

.p-consultation__title {
  font-family: "shippori mincho", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-consultation__title {
    font-size: 1.375rem;
    margin-bottom: 1.75rem;
    letter-spacing: 0.01em;
  }
}

.p-consultation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin-bottom: 4rem;
  max-width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-consultation__list {
    margin-bottom: 2.25rem;
    gap: 0.75rem;
  }
}

.p-consultation__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  font-family: "shippori mincho", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  color: #1C2570;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-consultation__list-item {
    font-size: 1rem;
    gap: 0.5rem;
  }
}

.p-consultation__list-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.p-consultation__stat {
  padding: 2.5rem 2.5rem;
  display: inline-block;
  border-radius: 2.5rem;
  border: 1px solid #a4bcc0;
  background-color: rgba(250, 250, 250, .9);
  text-align: center;
  width: 55rem;
}
@media screen and (max-width: 767px) {
  .p-consultation__stat {
    width: 100%;
    padding: 2.5rem 1.5rem;
    border-radius: 1.5rem;
  }
}

.p-consultation__stat-label {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.495rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-consultation__stat-label {
    font-size: 1.0625rem;
    letter-spacing: 0.4675rem;
  }
}

.p-consultation__stat-number {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1C2570;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-consultation__stat-number {
    font-size: 1.5rem;
  }
}

.p-consultation__stat-big {
  font-size: 5.5rem;
  font-family: "shippori mincho", sans-serif;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c2570), to(#777eb6));
  background: linear-gradient(180deg, #1c2570 0%, #777eb6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-consultation__stat-big {
    font-size: 4.5rem;
  }
}

.p-consultation__stat-note {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.0225rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-consultation__stat-note {
    font-size: 1rem;
  }
}

.p-cta-banner {
  background-color: #4A6D8C;
  background-image: url("../images/cta-banner-bg.webp");
  background-size: cover;
  background-position: center;
  background-blend-mode: color-burn;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-cta-banner {
    padding: 5rem 0;
  }
}

.p-cta-banner__inner {
  text-align: center;
}

.p-cta-banner__title {
  font-family: "shippori mincho", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 4rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .p-cta-banner__title {
    font-size: 1.4375rem;
    margin-bottom: 2.25rem;
    letter-spacing: 0.01em;
    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.5rem;
  }
}

.p-cta-banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-banner__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
}

/* 共通ボタン設定 */
.p-cta-banner__btn {
  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.5rem;
  width: 30rem;
  max-width: 31.25rem;
  height: auto;
  padding: 1.5rem 1rem;
  border-radius: 0.75rem;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cta-banner__btn {
    width: 100%;
    max-width: 20rem;
    padding: 0.75rem 0.875rem;
  }
}
.p-cta-banner__btn:hover {
  opacity: 0.7;
}
.p-cta-banner__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-cta-banner__btn::before {
    right: 0.75rem;
  }
}

/* 白ボタン（電話：PCではクリック無効、SPで有効） */
.p-cta-banner__btn--white {
  background-color: #fff;
  border: 1px solid #ccc;
  pointer-events: none;
}
.p-cta-banner__btn--white::before {
  background-image: url("../images/cta-banner-arrow-bk.svg");
}
.p-cta-banner__btn--white .p-cta-banner__btn-text,
.p-cta-banner__btn--white .p-cta-banner__btn-arrow {
  color: #4A6D8C;
}
.p-cta-banner__btn--white:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-cta-banner__btn--white {
    pointer-events: auto;
  }
  .p-cta-banner__btn--white:hover {
    opacity: 0.7;
  }
}

/* ゴールドボタン */
.p-cta-banner__btn--gold {
  background-color: #C5A059;
}
.p-cta-banner__btn--gold::before {
  background-image: url("../images/cta-banner-arrow-wh.svg");
}
.p-cta-banner__btn--gold .p-cta-banner__btn-text,
.p-cta-banner__btn--gold .p-cta-banner__btn-arrow {
  color: #fff;
}

/* コンテンツ内部パーツ */
.p-cta-banner__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.375rem;
}

.p-cta-banner__btn-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.1875rem;
  height: 6.5625rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-cta-banner__btn-icon {
    width: 5.4375rem;
    height: 3.625rem;
  }
}
.p-cta-banner__btn-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-cta-banner__btn-text {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta-banner__btn-text {
    font-size: 1.125rem;
  }
}

.p-cta-banner__number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-cta-banner__number-wrap img {
  width: 2.8125rem;
  height: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-cta-banner__number-wrap {
    gap: 0.125rem;
  }
  .p-cta-banner__number-wrap img {
    width: 1.5625rem;
    height: 0.875rem;
  }
}

.p-cta-banner__number {
  font-size: 1.875rem;
  font-weight: 700;
  color: #4A6D8C;
  font-family: "zen kaku gothic new", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-cta-banner__number {
    font-size: 1.125rem;
  }
}

.p-cta-banner__btn-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta-banner__btn-arrow {
    width: 0.625rem;
    height: 0.9375rem;
  }
}

.p-howto {
  background-color: #fff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  border-bottom: 0.0625rem solid #eee;
  background-image: url(../images/howto-bg.webp);
}
@media screen and (max-width: 767px) {
  .p-howto {
    padding: 5rem 0;
  }
}

.p-howto__title {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-howto__title {
    font-size: 1.375rem;
  }
}

.p-howto__content {
  max-width: 47.5rem;
  margin: 0 auto;
}

.p-howto__text {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.0225rem;
}
@media screen and (max-width: 767px) {
  .p-howto__text {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.02rem;
  }
}

.p-area {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-image: url(../images/area-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-area {
    padding: 5rem 0;
  }
}

.p-area__inner {
  max-width: 55rem;
  margin: 0 auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-area__inner {
    padding-inline: 24px;
    max-width: 28.125rem;
  }
}

.p-area-title {
  margin-bottom: 1rem;
}

.p-area__lead {
  text-align: center;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.0225rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-area__lead {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.p-area__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .p-area__layout {
    gap: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-area__layout {
    margin-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-area__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-area__map img {
  width: 100%;
  height: auto;
  max-width: 30rem;
  display: block;
  margin: 0 auto;
}

.p-area__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 0.8125rem;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .p-area__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-area__list {
    gap: 1rem;
  }
}

.p-area__list--city .p-area__list-item {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #1C2570;
  padding: 0;
  border: 0;
  background-color: initial;
}

.p-area__list-item {
  background-color: #fff;
  border: 1px solid #a0b8cc;
  border-radius: 0.25rem;
  padding: 0.375rem 1rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1C2570;
}
@media screen and (max-width: 767px) {
  .p-area__list-item {
    padding: 0.3125rem 1rem;
  }
}

.p-area__list-item--no-border {
  background-color: transparent;
  border: none;
  padding-inline: 0;
}

.p-area__note {
  text-align: center;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
}
@media screen and (max-width: 767px) {
  .p-area__note {
    font-size: 1rem;
    text-align: left;
  }
}

.p-service {
  position: relative;
  background-image: url(../images/service‐bg.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-service__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    padding: 0 24px;
    max-width: 28.125rem;
  }
}

.p-service .c-section-title {
  margin-bottom: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-service .c-section-title {
    margin-bottom: 2rem;
  }
}

.p-service__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service__rows {
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-service__row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40rem;
}
@media screen and (max-width: 767px) {
  .p-service__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
  }
}

.p-service__row-image {
  grid-row: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service__row-image {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-service__row-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__row-image img {
    height: auto;
    aspect-ratio: 109/72;
  }
}

.p-service__row--odd .p-service__row-image {
  grid-column: 4/13;
}

.p-service__row--even .p-service__row-image {
  grid-column: 1/10;
}

.p-service__card {
  grid-row: 1;
  z-index: 2;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
  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.5rem;
  -webkit-box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, .1);
  background: rgba(255, 255, 255, .9);
  letter-spacing: 0.105rem;
}
@media screen and (max-width: 767px) {
  .p-service__card {
    position: relative;
    z-index: 0;
    width: 90%;
    height: auto;
    margin-top: -1.875rem;
    margin-inline: auto;
    padding: 2.5rem 1rem;
    gap: 1.5rem;
  }
}

.p-service__row--odd .p-service__card {
  grid-column: 1/7;
}

.p-service__row--even .p-service__card {
  grid-column: 7/13;
}

.p-service__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-service__card-title {
  font-family: "shippori mincho", sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  color: #1C2570;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-service__card-title {
    font-size: 1.3125rem;
  }
}

.p-service__card-desc {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-service__card-desc {
    font-size: 1rem;
  }
}

.p-service__card-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-service__card-list {
    gap: 0.5rem;
  }
}

.p-service__card-list-item {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-service__card-list-item {
    font-size: 1rem;
  }
}
.p-service__card-list-item::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../images/common-check-orange.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.p-service__card-fee-label {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1C2570;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-service__card-fee-label::before {
  content: "";
  display: inline-block;
  width: 0.1875rem;
  height: 1.5rem;
  background-color: #C5A059;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-service__card-fee-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.375rem;
}

.p-service__card-fee-avg {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-service__card-fee-price {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1C2570;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-service__card-fee-num {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-service__card-fee-note {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4A6D8C;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-service__card-fee-plans {
  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.75rem;
}

.p-service__card-fee-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-service__card-fee-plan-name {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-service__card-fee-plan-name {
    font-size: 0.875rem;
  }
}

.p-service__card-message {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-service__card-message {
    font-size: 1rem;
  }
}

.p-service__closing {
  text-align: center;
  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.5rem;
}

.p-service__closing-text {
  font-family: "shippori mincho", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1C2570;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-service__closing-text {
    font-size: 1.375rem;
  }
}

.p-service__deco-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service__deco-sp {
    display: block;
    position: absolute;
    bottom: 3.375rem;
    right: calc(50% - 14.0625rem);
    width: 5.875rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-service__deco-sp {
    right: calc(50% - 11.75rem);
    bottom: 3rem;
  }
}

.p-video {
  background-image: url(../images/video-bg.webp);
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-video {
    padding: 5rem 0;
  }
}

.p-video__inner {
  max-width: 83.125rem;
  padding-inline: 1.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-video__inner {
    padding-inline: 24px;
    max-width: 28.125rem;
  }
}

.p-video-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-video-title {
    margin-bottom: 2.5rem;
  }
}

.p-video__lead {
  text-align: center;
  font-family: "shippori mincho", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-video__lead {
    font-size: 0.9375rem;
    margin-bottom: 1.75rem;
  }
}

.p-video__placeholder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 4rem;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .p-video__placeholder {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-video__placeholder {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .p-video__placeholder--item {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.p-video__placeholder--item {
  width: 100%;
  max-width: 38rem;
  height: 21.375rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0.25rem 0.4375rem 0.25rem 0 rgba(0, 0, 0, .13);
          box-shadow: 0.25rem 0.4375rem 0.25rem 0 rgba(0, 0, 0, .13);
}
.p-video__placeholder--item iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-video__placeholder--item {
    width: auto;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-profile {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#aed6dc));
  background: linear-gradient(180deg, #fff 0%, #aed6dc 100%);
  padding-top: 10rem;
  padding-bottom: 14.9375rem;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding: 5rem 0;
  }
}

.p-profile__inner {
  max-width: 58.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-profile__inner {
    padding: 0 24px;
    max-width: 28.125rem;
  }
}

.p-profile-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-profile-title {
    margin-bottom: 1.5rem;
  }
}

.p-profile__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-profile__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-profile__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-profile__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24.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.75rem;
}
.p-profile__image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-profile__image img {
    border-radius: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__image {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 13.9375rem;
    height: 15.75rem;
  }
}

.p-profile__text {
  font-family: "shippori mincho", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
}

.p-profile__org {
  font-family: "shippori mincho", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1C2570;
  text-align: end;
}

.p-profile__name {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1C2570;
  text-align: end;
}

.p-profile__message {
  text-align: center;
  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.5rem;
}
@media screen and (max-width: 767px) {
  .p-profile__message {
    gap: 0.5rem;
  }
}

.p-profile__message-text {
  font-family: "shippori mincho", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1C2570;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-profile__message-text {
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: -0.22px;
  }
}

@media screen and (max-width: 767px) {
  .p-profile__name-block--sp {
    margin-top: 1.5rem;
  }
}

.p-profile__deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.p-profile__deco img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-profile__deco {
    width: 3.5rem;
    height: 2.25rem;
  }
}

.p-profile__deco--left {
  bottom: 4.5rem;
  left: calc(50% - 40.625rem);
  width: 16.0625rem;
}
@media screen and (max-width: 1440px) {
  .p-profile__deco--left {
    left: 9%;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__deco--left {
    bottom: 20.75rem;
    left: calc(50% - 15.0625rem);
    right: auto;
    width: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-profile__deco--left {
    bottom: 21.25rem;
    left: calc(50% - 11.25rem);
    right: auto;
    width: 3.5rem;
  }
}

.p-profile__deco--right {
  bottom: 10.5rem;
  right: calc(50% - 36.625rem);
  width: 11.375rem;
}
@media screen and (max-width: 1440px) {
  .p-profile__deco--right {
    right: 11%;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__deco--right {
    bottom: 28.5rem;
    right: calc(50% - 11.625rem);
    left: auto;
    width: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-profile__deco--right {
    bottom: 28.5625rem;
    right: calc(50% - 9.375rem);
    left: auto;
    width: 3.5rem;
  }
}

.p-cases {
  position: relative;
  isolation: isolate;
  background-color: #E2F4F7;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-cases {
    padding: 5rem 0;
  }
}

.p-cases::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/cases-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  mix-blend-mode: darken;
  z-index: -1;
}

.p-cases__inner {
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-cases__inner {
    padding: 0 1.5rem;
    max-width: 28.125rem;
  }
}

.p-cases-title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cases-title {
    margin-bottom: 1.5rem;
  }
}

.p-cases__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4.0625rem;
     -moz-column-gap: 4.0625rem;
          column-gap: 4.0625rem;
  row-gap: 0;
}
@media screen and (max-width: 1024px) {
  .p-cases__cards {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cases__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-cases__card {
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, .08);
          box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, .08);
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-cases__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row: auto;
  }
}

.p-cases__card-header {
  background-color: #4A6D8C;
  padding: 1rem 1.5rem 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-cases__card-header {
    padding: 1rem 1rem 0.75rem;
  }
}

.p-cases__card-label {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 0.125rem 1rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #4A6D8C;
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
}

.p-cases__card-voice {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-cases__card-voice {
    font-size: 1.125rem;
  }
}

.p-cases__card-client {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  text-align: right;
  letter-spacing: 0.02em;
}

.p-cases__card-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.9375rem 1.5rem 2.5rem;
  display: grid;
  grid-template-columns: 5.0625rem 1fr;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-cases__card-detail {
    padding: 0rem 1rem 1.5625rem;
  }
}

.p-cases__card-term {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1C2570;
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid rgba(28, 37, 112, .4);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-cases__card-term {
    padding: 1.0625rem 0 1rem;
  }
}

.p-cases__card-desc {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1C2570;
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid rgba(28, 37, 112, .4);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-cases__card-desc {
    padding: 0.9375rem 0;
  }
}

.p-cases__card-term:last-of-type,
.p-cases__card-desc:last-child {
  border-bottom: none;
}

.p-cases__closing {
  text-align: center;
  font-family: "shippori mincho", sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  color: #1C2570;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cases__closing {
    font-size: 1.375rem;
  }
}

.p-cases__closing-sub {
  text-align: center;
  font-family: "shippori mincho", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1C2570;
}
@media screen and (max-width: 767px) {
  .p-cases__closing-sub {
    font-size: 0.875rem;
  }
}

.p-voice {
  background-image: url(../images/voice-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 5rem 0;
  }
}

.p-voice__inner {
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding: 0 1.5rem;
    max-width: 28.125rem;
  }
}

.p-voice-title {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-title {
    margin-bottom: 2.5rem;
  }
}

.p-voice__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__cards {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.p-voice__card {
  background-color: #fff;
  text-decoration: none;
  border-radius: 2.5rem;
  padding: 3.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  -webkit-box-shadow: 0.25rem 0.4375rem 1.25rem rgba(0, 0, 0, .13);
          box-shadow: 0.25rem 0.4375rem 1.25rem rgba(0, 0, 0, .13);
}
@media screen and (max-width: 767px) {
  .p-voice__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1.5rem;
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-voice__card-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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.75rem;
  width: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__card-image {
    -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;
    width: 100%;
    gap: 0.5rem;
  }
}

.p-voice__card-photo {
  width: 6.0625rem;
  height: 6rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-voice__card-photo {
    height: 6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-voice__card-client {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #888888;
  text-align: center;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-voice__card-client {
    text-align: center;
  }
}

.p-voice__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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.5rem;
}

.p-voice__card-quote {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.0275rem;
}
@media screen and (max-width: 767px) {
  .p-voice__card-quote {
    font-size: 1.25rem;
  }
}

.p-voice__card-text {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-voice__card-text {
    font-size: 1rem;
  }
}

.p-reason {
  background: -webkit-gradient(linear, left top, left bottom, from(#dbedee), to(#fff));
  background: linear-gradient(180deg, #dbedee 0%, #fff 100%);
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 5rem 0;
  }
}

.p-reason__inner {
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding: 0 24px;
    max-width: 28.125rem;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-title.c-section-title {
    font-size: 1.3125rem;
    letter-spacing: 0.01em;
    gap: 0;
  }
}

.p-reason__lead {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason__lead {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}

.p-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 5rem;
  background-color: #fff;
  padding: 5rem 3.125rem;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2.5rem 1rem 2.5rem;
    border-radius: 1.25rem;
  }
}

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

.p-reason__row--2col {
  grid-template-columns: repeat(2, calc(33.33333% - 1.66667rem));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-reason__row--2col {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.p-reason__row--3col {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__row--3col {
    grid-template-columns: 1fr;
  }
}

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

.p-reason__item-image {
  width: 100%;
  height: 12.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item-image {
    width: 18.4375rem;
    height: 10.375rem;
    margin-bottom: 0.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-reason__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item-header {
    margin-bottom: 1rem;
    max-width: 18.4375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-reason__item-num {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.0625rem;
}

.p-reason__item-label {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1C2570;
  letter-spacing: 0.08em;
}

.p-reason__item-no {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #1C2570;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-reason__item-title {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #1C2570;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item-title {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}

.p-reason__item-prices {
  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.5rem;
  list-style: none;
  font-family: "zen kaku gothic new", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-reason__item-prices {
    margin-bottom: 1rem;
  }
}

.p-reason-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-reason__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
}

.p-reason__item-text {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-reason__item-text {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}

.p-reason__compare {
  overflow-x: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__compare {
    margin-bottom: 2.5rem;
    overflow-x: visible;
  }
}

.p-reason__table {
  width: 55rem;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-reason__table {
    width: 100%;
  }
}

.p-reason__table-head {
  background-color: #4A6D8C;
}

.p-reason__table-th:first-child {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__table-th:first-child {
    width: 5.625rem;
  }
}

.p-reason__table-th {
  padding: 1.25rem 0.625rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border: 0.0625rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-reason__table-th {
    font-size: 0.875rem;
    padding: 0.75rem 0.5rem;
  }
}

.p-reason__table-th--highlight {
  font-size: 1.375rem;
  font-weight: 500;
  background-color: #1C2570;
}
@media screen and (max-width: 767px) {
  .p-reason__table-th--highlight {
    font-size: 1.3125rem;
    letter-spacing: 0.02em;
  }
}

.p-reason__table-td {
  padding: 1.25rem 0.625rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  text-align: left;
  vertical-align: middle;
  background-color: #f3f3f3;
  border: 0.0625rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-reason__table-td {
    font-size: 1rem;
    padding: 0.75rem 0.5rem;
  }
}

.p-reason__table-td--label {
  background-color: #d8e3f0;
}

.p-reason__table-td--highlight {
  font-weight: 700;
  background-color: #e3e3e3;
}
@media screen and (max-width: 767px) {
  .p-reason__table-td--highlight {
    text-align: left;
  }
}

.p-reason__closing {
  text-align: center;
  font-family: "shippori mincho", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, from(#1c2570), to(#3b82b5));
  background: linear-gradient(to right, #1c2570, #3b82b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .p-reason__closing {
    font-size: 1.375rem;
  }
}

.p-media {
  background-image: url(../images/media-bg.webp);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-media {
    padding: 5rem 0;
  }
}

.p-media__inner {
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-media__inner {
    padding: 0 24px;
    max-width: 28.125rem;
  }
}

.p-media-content {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 5rem 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-media-content {
    padding: 3rem 1.5rem;
    border-radius: 1rem;
  }
}

.p-media__lead {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1C2570;
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-media__lead {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

.p-media__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-media__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 0rem;
  }
}

.p-media__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-media__item iframe {
  width: 100%;
}

.p-media__card {
  border-radius: 0.75rem;
  -webkit-box-shadow: 0.25rem 0.4375rem 0.25rem 0 rgba(0, 0, 0, .13);
          box-shadow: 0.25rem 0.4375rem 0.25rem 0 rgba(0, 0, 0, .13);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-media__card {
    width: 16.9375rem;
    margin: 0 auto;
  }
}
.p-media__card img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-media__card img {
    width: 18.9375rem;
    height: 10.625rem;
  }
}

.p-media__card-title {
  font-family: "zen kaku gothic new", sans-serif;
  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.625rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1C2570;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-media__card-title::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-media__card-title {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    gap: 0.75rem;
  }
  .p-media__card-title::before {
    width: 1.25rem;
    height: 1.5rem;
  }
}

.p-media__item:nth-child(1) .p-media__card-title::before {
  background-image: url("../images/media-deco01.svg");
  width: 1.25rem;
  height: 1.5rem;
}

.p-media__item:nth-child(2) .p-media__card-title::before {
  background-image: url("../images/media-deco02.svg");
  width: 2.0625rem;
  height: 1.5rem;
}

.p-media__item:nth-child(3) .p-media__card-title::before {
  background-image: url("../images/media-deco03.svg");
  width: 2.75rem;
  height: 2.375rem;
}

.p-media__closing {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1C2570;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-media__closing {
    font-size: 1.375rem;
    margin-top: 1.5rem;
  }
}

.p-flow {
  background-image: url(../images/flow-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 5rem 0;
  }
}

.p-flow__inner {
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding: 0 24px;
    max-width: 28.125rem;
  }
}

.p-flow-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-flow-title {
    margin-bottom: 2rem;
  }
}

.p-flow__lead {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1C2570;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__lead {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

.p-flow__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  list-style: none;
  margin-bottom: 5rem;
  margin-top: 0rem;
}
@media screen and (max-width: 1024px) {
  .p-flow__steps {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-flow__step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  text-align: center;
  gap: 1rem;
  background-color: #E2F4F7;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.125rem 0.4375rem 0.625rem 0 rgba(0, 0, 0, .14);
          box-shadow: 0.125rem 0.4375rem 0.625rem 0 rgba(0, 0, 0, .14);
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__step {
    background-color: #fff;
    padding: 2rem 2.5625rem;
    gap: 0;
    border-radius: 2.5rem;
  }
}

.p-flow__step-num {
  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;
  width: 100%;
  height: 2.3125rem;
  border-radius: 1.5rem;
  background-color: #4A6D8C;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.08em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "zen kaku gothic new", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-flow__step-num {
    width: 12.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
}

.p-flow__step-image {
  width: 100%;
  height: 10.125rem;
  background-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;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-flow__step-image {
    width: 13.5rem;
    height: 10.125rem;
  }
}
.p-flow__step-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-flow__step-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.5rem;
  width: 100%;
}

.p-flow__step-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1C2570;
  letter-spacing: 0.02em;
  font-family: "zen kaku gothic new", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-flow__step-title {
    font-size: 1.25rem;
  }
}

.p-flow__step-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1C2570;
  text-align: left;
  font-family: "zen kaku gothic new", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__step-text {
    font-size: 1rem;
  }
}

.p-flow__closing {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1C2570;
  margin-bottom: 0.5rem;
  font-family: "shippori mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-flow__closing {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
}

.p-flow__closing + .p-flow__closing {
  margin-bottom: 0;
}

.p-faq {
  background-image: url(../images/faq-bg.webp);
  background-repeat: repeat;
  background-size: cover;
  background-position: left top;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 5rem 0;
  }
}

.p-faq__inner {
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: 0 24px;
    max-width: 28.125rem;
  }
}

.p-faq-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-title {
    margin-bottom: 2.5rem;
  }
}

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

.p-faq__item {
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-box-shadow: 0.1875rem 0.5rem 0.75rem 0 rgba(0, 0, 0, .09);
          box-shadow: 0.1875rem 0.5rem 0.75rem 0 rgba(0, 0, 0, .09);
}
.p-faq__item:last-child {
  margin-bottom: 0;
}

.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  padding: 3rem 4rem 0.75rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.02em;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 1.25rem;
    padding: 2.5rem 1rem 0.75rem;
    gap: 0.75rem;
  }
}

.p-faq__q {
  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;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #4A6D8C;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    letter-spacing: 0.07rem;
  }
}

.p-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  padding: 0.75rem 4rem 3rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1C2570;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    font-size: 1rem;
    padding: 0.75rem 1rem 2.5rem;
    gap: 0.75rem;
  }
}

.p-faq__a {
  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;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #1C2570;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  border: 0.125rem solid #1C2570;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    letter-spacing: 0.07rem;
  }
}

.p-price {
  background-image: url(../images/price-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 8.75rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding: 5rem 0 5rem;
  }
}

.p-price__inner {
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-price__inner {
    max-width: 28.125rem;
    padding: 0 24px;
  }
}

.p-price__box {
  background-color: rgba(238, 242, 245, .92);
  border-radius: 2.5rem;
  padding: 4rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-price__box {
    padding: 0rem 0rem;
    border-radius: 0.625rem;
    background-color: transparent;
  }
}

.p-price__lead {
  text-align: center;
  font-family: "shippori mincho", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-price__lead {
    font-size: 1rem;
    margin-bottom: 3rem;
    text-align: left;
    letter-spacing: 0.02em;
  }
}

.p-price__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-price__cards {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-price__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-price__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1rem;
  background-color: #fff;
  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;
  overflow: hidden;
  -webkit-box-shadow: 0.125rem 0.375rem 0.8125rem rgba(0, 0, 0, .08);
          box-shadow: 0.125rem 0.375rem 0.8125rem rgba(0, 0, 0, .08);
  gap: 1.5rem;
  padding-bottom: 3rem;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.p-price__card-img {
  width: 27.5rem;
  height: 16.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-price__card-img {
    width: calc(100% - 3rem);
    height: auto;
    aspect-ratio: 440/259;
  }
}
@media screen and (max-width: 767px) {
  .p-price__card-img {
    width: 18.4375rem;
    height: 10.8125rem;
    border-radius: 1rem;
  }
}

.p-price__card-name {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0.625rem;
  background-color: #4A6D8C;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-price__card-name {
    font-size: 1.3125rem;
    padding: 1.5rem 0.625rem;
  }
}

.p-price__card-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: 1.5rem;
}

.p-price__card-price {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
}

.p-price__card-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 0.25rem;
}

.p-price__card-num {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #4A6D8C;
  line-height: 1.2;
}

.p-price__card-yen {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #4A6D8C;
}

.p-price__card-unit {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #4A6D8C;
}

.p-price__card-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: left;
}

.p-price__card-list-item {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  padding-left: 1.625rem;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-price__card-list-item {
    font-size: 0.9375rem;
  }
}

.p-price__card-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../images/price-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-price__example {
  background-color: rgba(255, 255, 255, .75);
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-price__example {
    padding: 1.125rem 1.25rem;
    margin-bottom: 1.5rem;
  }
}

.p-price__example-label {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1C2570;
  margin-bottom: 0.75rem;
}

.p-price__example-content {
  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: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-price__example-content {
    gap: 0.625rem;
  }
}

.p-price__example-case {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #1C2570;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .p-price__example-case {
    font-size: 1.0625rem;
  }
}

.p-price__example-arrow {
  font-size: 1.5rem;
  color: #4A6D8C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-price__example-result {
  font-family: "shippori mincho", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #4A6D8C;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .p-price__example-result {
    font-size: 1.25rem;
  }
}

.p-price__example-note {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #888;
  margin-top: 0.5rem;
}

.p-price__features {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__features {
    margin-bottom: 1.75rem;
  }
}

.p-price__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem 2rem;
  background-color: rgba(255, 255, 255, .75);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__feature-list {
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-price__feature-item {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #1C2570;
  padding-left: 1.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price__feature-item {
    font-size: 0.875rem;
  }
}

.p-price__feature-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #65A05B;
  font-weight: 700;
}

.p-price__closing {
  text-align: center;
  font-family: "shippori mincho", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1C2570;
  padding: 2rem 0 0;
  border-top: 0.0625rem solid rgba(28, 37, 112, .15);
}
@media screen and (max-width: 767px) {
  .p-price__closing {
    font-size: 1.0625rem;
    padding-top: 1.5rem;
  }
}

.p-company {
  background-image: url(../images/company-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 5rem 0;
  }
}

.p-company__inner {
  max-width: 58.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding: 0 24px;
    max-width: 28.125rem;
  }
}

.p-company__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-company__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-company__table-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-company__table-wrap {
    width: 100%;
  }
}

.p-company__table {
  width: 100%;
  border-collapse: collapse;
}

.p-company__row {
  border-bottom: 0.0625rem solid rgba(87, 83, 76, .4);
}
.p-company__row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    display: block;
  }
}

.p-company__th {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #321607;
  padding: 1rem 1.5rem 1rem 0;
  white-space: nowrap;
  width: 7.125rem;
  vertical-align: top;
  line-height: 1.6;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .p-company__th {
    display: block;
    padding: 0.75rem 0 0.25rem;
    width: 100%;
    white-space: normal;
  }
}

.p-company__td {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1C2570;
  padding: 0.375rem 0;
  line-height: 1.7;
  letter-spacing: 0.025rem;
}
@media screen and (max-width: 767px) {
  .p-company__td {
    display: block;
    font-size: 1rem;
    padding: 0rem 0 0.75rem;
    letter-spacing: 0.02em;
  }
}

.p-company__map {
  width: 22.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.375rem;
  overflow: hidden;
  aspect-ratio: 361/498;
}
@media screen and (max-width: 767px) {
  .p-company__map {
    width: 100%;
    aspect-ratio: 327/200;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-company__map-iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.p-contact {
  background-color: #E2F4F7;
  padding: 7.5rem 0 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 5rem 0;
  }
}

.p-contact__inner {
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    max-width: 28.125rem;
    padding: 0 24px;
  }
}

.p-contact-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-title {
    margin-bottom: 1.5rem;
  }
}

.p-contact__form-wrap {
  max-width: 55rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 3rem 2.5rem;
  -webkit-box-shadow: 0 0.25rem 1.5rem rgba(74, 109, 140, .12);
          box-shadow: 0 0.25rem 1.5rem rgba(74, 109, 140, .12);
}
@media screen and (max-width: 767px) {
  .p-contact__form-wrap {
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
  }
}

.p-contact__banner {
  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.5rem;
  background-color: #01A1B5;
  border-radius: 0.75rem;
  padding: 0.75rem 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__banner {
    gap: 0.25rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
  }
}

.p-contact__banner-image {
  width: 6.25rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__banner-image {
    width: 4.3125rem;
  }
}

.p-contact__banner-body {
  text-align: left;
}

.p-contact__form-label {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-contact__form-label {
    font-size: 0.9375rem;
  }
}

.p-contact__form-title {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-contact__form-title {
    font-size: 1.375rem;
  }
}

.p-contact__form-subtitle {
  font-family: "zen kaku gothic new", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form-subtitle {
    font-size: 0.8125rem;
  }
}

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

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

