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

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

span, picture {
  display: inline-block;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
}

/*----------------------------------
  レイアウト（単位不要）
----------------------------------*/
/*----------------------------------
  color
----------------------------------*/
/*----------------------------------
  font-family
----------------------------------*/
/*----------------------------------
  z-index
----------------------------------*/
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.c-button-training {
  position: absolute;
  left: 0.5rem;
  top: 6.8125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-button-training {
    left: 2.5rem;
    top: 21.5625rem;
  }
}
@media (any-hover: hover) {
  .c-button-training a:hover {
    opacity: 1;
  }
}

.c-button-training__link {
  background: #0073f0;
  -webkit-filter: drop-shadow(0 6px 0 #999);
          filter: drop-shadow(0 6px 0 #999);
  min-width: 11.25rem;
  color: #FFF;
  font-size: 0.8125rem;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1.4;
  border-radius: 1.875rem;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  border: none;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-button-training__link {
    padding: 0.875rem 1.875rem 0.9375rem 1.875rem;
    font-size: 1.5rem;
    min-width: 24.5625rem;
    -webkit-filter: drop-shadow(0 10px 0 #999);
            filter: drop-shadow(0 10px 0 #999);
  }
}
.c-button-training__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 30%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 80%, transparent 100%);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  pointer-events: none;
}
.c-button-training__link {
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
@media (any-hover: hover) {
  .c-button-training__link:hover::after {
    -webkit-animation: shimmer 0.6s ease-in-out forwards;
            animation: shimmer 0.6s ease-in-out forwards;
  }
}
.c-button-training__link span {
  display: block;
  background: url("../img/training/pencil.svg") center/cover no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.3125rem;
  position: relative;
  top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-button-training__link span {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

@-webkit-keyframes shimmer {
  0% {
    left: -80%;
  }
  100% {
    left: 120%;
  }
}

@keyframes shimmer {
  0% {
    left: -80%;
  }
  100% {
    left: 120%;
  }
}
.c-button-training-cta {
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  padding: 0.9375rem 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-button-training-cta {
    font-size: 1.5rem;
    padding: 0.875rem 2.5rem 0.9375rem 2.5rem;
  }
}
.c-button-training-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 80%, transparent 100%);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  pointer-events: none;
}
.c-button-training-cta {
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
@media (any-hover: hover) {
  .c-button-training-cta:hover {
    opacity: 1;
  }
  .c-button-training-cta:hover::after {
    -webkit-animation: shimmer 0.6s ease-in-out forwards;
            animation: shimmer 0.6s ease-in-out forwards;
  }
}
.c-button-training-cta.--green {
  background: #22d000;
}
.c-button-training-cta.--green span {
  display: block;
  background: url("../img/training/line-white.svg") center/cover no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.3125rem;
  position: relative;
  top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-button-training-cta.--green span {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.c-button-training-cta.--blue {
  background: #0073f0;
}
.c-button-training-cta.--blue span {
  display: block;
  background: url("../img/training/pencil.svg") center/cover no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.3125rem;
  position: relative;
  top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-button-training-cta.--blue span {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.c-heading {
  color: #003EA1;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 2.5rem;
  }
}

.c-heading-single {
  color: #003ea1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-heading-single {
    font-size: 2.5rem;
  }
}
.c-heading-single .--red {
  color: #AC0202;
}

.c-heading-training {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-heading-training.--white {
  color: #FFF;
}
.c-heading-training.--blue {
  color: #0168B7;
}

.c-heading-training--ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-heading-training--ja {
    font-size: 1.1875rem;
  }
}

.c-heading-training--en {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.0875rem;
  border-left: 10px solid currentColor;
  padding-inline: 1.4375rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-heading-training--en {
    font-size: 3rem;
    padding-inline: 1.5rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 35rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 70rem;
    padding-inline: 2.5rem;
  }
}

.l-header {
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
  background: #FFF;
  padding-block: 1.1875rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-block: 1.5rem 0;
  }
}

.l-header__inner {
  padding-inline: 1.125rem;
}
.l-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-header__top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2.125rem;
  }
}

.l-header__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-header__text {
    text-align: left;
    font-size: 1rem;
  }
}

.l-header__logo-img {
  max-width: 18rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo-img {
    max-width: 36rem;
    margin-top: 1.375rem;
  }
}

.l-header__img-box {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header__tel {
    max-width: 27.5625rem;
  }
}

.l-header__assets {
  max-width: 13.875rem;
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    display: block;
  }
}

.l-header__nav-list {
  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: 4.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

a.l-header__nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  padding-block: 1.5rem;
}
a.l-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 1.375rem;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  a.l-header__nav-link:hover {
    opacity: 1;
  }
  a.l-header__nav-link:hover::after {
    width: 100%;
  }
}

.l-drawer-menu {
  position: fixed;
  top: 0rem;
  right: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  z-index: 100;
  padding-block: 4.0625rem 2.5rem;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.l-drawer-menu.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drawer-menu__nav {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  padding-block: 1.5rem;
}

.l-drawer-menu__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: 1.75rem;
}

.l-drawer-menu__img-box {
  width: 20.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-inline: auto;
}

.l-drawer-button {
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  width: 2.8125rem;
  height: 2.8125rem;
  border: 2px solid #003EA1;
  background-color: #FFF;
  cursor: pointer;
  z-index: 110;
  position: fixed;
  top: 7.875rem;
  right: 1.4375rem;
  margin-left: auto;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
@media screen and (min-width: 768px) {
  .l-drawer-button {
    display: none;
  }
}
.l-drawer-button__bar {
  display: block;
  width: 1.5rem;
  height: 2px;
  background: #003EA1;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-drawer-button.is-checked {
  top: 1.25rem !important;
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

body.is-fixed {
  overflow: hidden;
}

.l-footer {
  border-top: 1px solid #003ea1;
  background-color: #FFF;
}

.l-footer__top {
  max-width: 75rem;
  padding-block: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__top {
    padding-block: 3rem 2rem;
  }
}

.l-footer__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__top-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-footer__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.l-footer__logo {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    max-width: 24rem;
  }
}

.l-footer__logo-img {
  width: 20.9375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo-img {
    width: 24rem;
  }
}

.l-footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: max(0.75rem, 10px);
  margin-top: 0.625rem;
}

.l-footer__info {
  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;
}
@media screen and (min-width: 768px) {
  .l-footer__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
.l-footer__info + .l-footer__info {
  margin-top: 1rem;
}

.l-footer__info-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  width: 6.375rem;
}

.l-footer__info-icon {
  width: 1.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__info-icon {
    width: 1.75rem;
  }
}

.l-footer__info-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.l-footer__info-desc + .l-footer__info-desc {
  margin-top: 0.5rem;
}

.l-footer__info-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-right: 0.375rem;
}

.l-footer__bottom {
  background: #f9f9f9;
  padding-block: 2rem 1.5rem;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    padding-block: 3rem 2rem;
  }
}

.l-footer__bottom__inner {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom__inner {
    max-width: 75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-footer__nav {
  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 (min-width: 768px) {
  .l-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.25rem, -1.1764705882rem + 3.5294117647vw, 2rem);
  }
}

.l-footer__nav-about {
  font-size: 1rem;
  font-weight: 700;
}

.l-footer__nav-list {
  margin-top: 1rem;
  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.875rem;
}

.l-footer__nav-item {
  font-size: 0.875rem;
  font-weight: 400;
}

.l-footer__nav-link {
  position: relative;
}
.l-footer__nav-link::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer__nav-link:hover {
    opacity: 1;
  }
  .l-footer__nav-link:hover::after {
    width: 100%;
  }
}

.l-footer__nav-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(1.25rem, -1.1764705882rem + 3.5294117647vw, 2rem);
  }
}

.l-footer__nav-category-title {
  font-weight: 700;
}

.l-footer__nav-category-link {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}
.l-footer__nav-category-link::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer__nav-category-link:hover {
    opacity: 1;
  }
  .l-footer__nav-category-link:hover::after {
    width: 100%;
  }
}

.l-footer__nav-post-list {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.75rem;
  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;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-post-list {
    margin-top: 1rem;
    gap: 1rem;
  }
}

.l-footer__nav-post-link {
  position: relative;
}
.l-footer__nav-post-link::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer__nav-post-link:hover {
    opacity: 1;
  }
  .l-footer__nav-post-link:hover::after {
    width: 100%;
  }
}

.l-footer__right {
  max-width: 22.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: 1rem;
  margin: 0.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .l-footer__right {
    margin: 0;
    gap: 1.25rem;
  }
}
.l-footer__right a {
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (any-hover: hover) {
  .l-footer__right a:hover {
    opacity: 1;
    scale: 1.05;
  }
}

.l-footer__copyright {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 2.5rem;
  }
}

.l-section {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 5rem;
  }
}

.l-page-section {
  padding-block: 3.75rem 5rem;
}
@media screen and (min-width: 768px) {
  .l-page-section {
    padding-block: 5rem 7.5rem;
  }
}

.l-cta__banners {
  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.875rem;
  max-width: 50rem;
  margin-inline: auto;
}
.l-cta__banners a {
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (any-hover: hover) {
  .l-cta__banners a:hover {
    opacity: 1;
    scale: 1.05;
  }
}

.l-cta-type02__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-cta-type02__banners {
    display: grid;
    grid-template-columns: 22.5rem 24.375rem;
    gap: 1.25rem;
    max-width: 48.125rem;
    margin-inline: auto;
  }
}
.l-cta-type02__banners a {
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (any-hover: hover) {
  .l-cta-type02__banners a:hover {
    opacity: 1;
    scale: 1.05;
  }
}

.l-cta__banner-link {
  font-size: 0;
}

.l-cta-type03 {
  gap: 0;
}

.l-cta-type03__inner {
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-cta-type03__inner {
    gap: 1.5rem;
  }
}

.l-cta-type03__title {
  position: relative;
  background-color: #003EA1;
  z-index: 0;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
  padding: 0.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-cta-type03__title {
    font-size: 1.75rem;
    padding: 1.125rem 3.9375rem;
  }
}
.l-cta-type03__title::before {
  content: "";
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  translate: -50% 0;
  width: 1.625rem;
  aspect-ratio: 32/28;
  background-color: #003EA1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .l-cta-type03__title::before {
    bottom: -1.25rem;
    width: 2rem;
  }
}

.l-cta-type03__lead {
  color: #003ea1;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  -webkit-text-stroke-width: 0.3125rem;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke fill;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.0875rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-cta-type03__lead {
    font-size: 1.75rem;
    padding-top: 2.75rem;
  }
}
.l-cta-type03__lead .--red {
  color: #AC0202;
}

.l-cta-type03__contents {
  gap: 2rem;
}

.l-cta-type03__list.is-layout-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-cta-type03__list.is-layout-grid {
    display: grid;
  }
}

.l-cta-type03__link {
  position: relative;
  padding-inline: 2.375rem;
  padding-block: 1.75rem 1rem;
  gap: 0.5rem;
}
@media (any-hover: hover) {
  .l-cta-type03__link {
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .l-cta-type03__link.--mail:hover {
    background: #f5d47a;
  }
  .l-cta-type03__link.--mail:hover .l-cta-type03__link-text-top.--mail {
    color: #c49a38;
    border-color: #f5d47a;
  }
  .l-cta-type03__link.--mail:hover .l-cta-type03__link-text-bottom.--mail {
    color: #c49a38;
  }
  .l-cta-type03__link.--line:hover {
    background: #3dd67a;
  }
  .l-cta-type03__link.--line:hover .l-cta-type03__link-text-top.--line {
    color: #05b045;
    border-color: #3dd67a;
  }
  .l-cta-type03__link.--line:hover .l-cta-type03__link-text-bottom.--line {
    color: #05b045;
  }
  .l-cta-type03__link.--tel:hover {
    background: #1a5cc7;
  }
  .l-cta-type03__link.--tel:hover .l-cta-type03__link-text-top.--tel {
    color: #1a5cc7;
    border-color: #1a5cc7;
  }
  .l-cta-type03__link.--tel:hover .l-cta-type03__link-text-bottom.--tel {
    color: #1a5cc7;
  }
}
.l-cta-type03__link.--mail {
  background: #edc464;
}
.l-cta-type03__link.--line {
  background: #06c755;
}
.l-cta-type03__link.--tel {
  background: #003ea1;
}

.l-cta-type03__link-text-top {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -0.9375rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05625rem;
  border-radius: 3.75rem;
  background: #fff;
  padding-block: 0.25rem;
  width: 17rem;
}
@media screen and (min-width: 768px) {
  .l-cta-type03__link-text-top {
    font-size: 1.125rem;
  }
}
.l-cta-type03__link-text-top.--mail {
  color: #d5ac4d;
  border: 2px solid #edc464;
}
.l-cta-type03__link-text-top.--line {
  color: #06c755;
  border: 2px solid #06c755;
}
.l-cta-type03__link-text-top.--tel {
  color: #003ea1;
  border: 2px solid #003ea1;
}

.l-cta-type03__link-text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.075rem;
}
.l-cta-type03__link-text-center::before {
  content: "";
}
.l-cta-type03__link-text-center.--mail::before {
  background: url("../img/common/cta-type03/mail.svg") center/cover no-repeat;
  width: 1.75rem;
  height: 1.75rem;
}
.l-cta-type03__link-text-center.--line::before {
  background: url("../img/common/cta-type03/line.svg") center/cover no-repeat;
  width: 1.875rem;
  height: 1.875rem;
}
.l-cta-type03__link-text-center.--tel::before {
  background: url("../img/common/cta-type03/tel.svg") center/cover no-repeat;
  width: 2.625rem;
  height: 2.625rem;
}
.l-cta-type03__link-text-center a:hover {
  opacity: 1;
}

.l-cta-type03__link-text-bottom {
  background-color: #FFF;
  text-align: center;
  width: 10.4375rem;
}
.l-cta-type03__link-text-bottom.--mail {
  color: #d5ac4d;
}
.l-cta-type03__link-text-bottom.--line {
  color: #06c755;
}
.l-cta-type03__link-text-bottom.--tel {
  color: #003ea1;
}

.l-page-fv {
  position: relative;
  height: 19.4375rem;
}
.l-page-fv.--price::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/price/bg.webp") center/cover no-repeat;
  z-index: -1;
}

.l-page-fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #003EA1;
  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;
}

.l-page-fv-title__icon {
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-page-fv-title__icon {
    width: 2rem;
  }
}

.l-page-fv__title--ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-page-fv__title--ja {
    font-size: 2.5rem;
  }
}

.l-page-fv__title--en {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-page-fv__title--en {
    font-size: 1.125rem;
  }
}

.l-voice {
  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;
}

.l-voice__cards.is-layout-flex {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3125rem;
  max-width: 62.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-voice__cards.is-layout-flex {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.l-voice__card {
  border-radius: 0.3125rem;
  border: 1px solid #4d2d2a;
  padding: 1.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-voice__card {
    padding: 1.5rem;
  }
}

.l-voice__card-top {
  gap: 0.5rem;
  width: 100%;
  max-width: 27rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-voice__card-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.0625rem;
  }
}

.l-voice__card-profile-box {
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0.5625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 768px) {
  .l-voice__card-profile-box {
    gap: 1rem;
  }
}

.l-voice-card__profile-text {
  color: #909090;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  gap: 0;
  padding-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .l-voice-card__profile-text {
    font-size: 1rem;
  }
}

.l-voice__card-lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin-right: auto !important;
}
@media screen and (min-width: 768px) {
  .l-voice__card-lead {
    margin: 0;
    font-size: 1.125rem;
  }
}

.l-voice__card-img {
  border-radius: 50%;
  border: 1px solid #000;
  overflow: hidden;
  -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;
  padding: 0.1875rem;
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .l-voice__card-img {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.l-voice__card-img figure {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
.l-voice__card-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.l-voice__bottom-text {
  color: #000;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.9;
}
.l-voice__bottom-text strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-voice__bottom-text {
    font-size: 1rem;
  }
}

.l-point {
  gap: 0;
}

.l-point__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .l-point__inner {
    gap: 3rem;
  }
}

.l-point__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .l-point__title-wrap {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 0.4375rem;
  }
}

.l-point__title-num {
  color: #AC0202;
  font-family: "Roboto", sans-serif;
  font-size: clamp(3.5rem, 1.8836206897rem + 6.8965517241vw, 4.125rem);
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .l-point__title-num {
    font-size: 6.25rem;
  }
}

.l-point__title-box {
  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;
}

.l-point__title {
  color: #003EA1;
  font-size: clamp(1.0625rem, -0.0689655172rem + 4.8275862069vw, 1.5rem);
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .l-point__title {
    font-size: 2.5rem;
  }
}

.l-point__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 62.5rem;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .l-point__cards {
    gap: 2.75rem;
  }
}

.l-point__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-point__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-point__card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.l-point__card-text-content {
  max-width: 37.1875rem;
  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;
}

.l-point__card-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.l-point__card-title-img {
  max-width: 3.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-point__card-title-img {
    max-width: 7.125rem;
  }
}

.l-point__card-title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-point__card-title {
    font-size: 2rem;
  }
}
.l-point__card-title .--red {
  color: #AC0202;
}

.l-point__card-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-point__card-text {
    font-size: 1.125rem;
  }
}

.l-point__card-img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .l-point__card-img {
    max-width: 23.75rem;
  }
}

.l-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-pagination {
    gap: 2rem;
  }
}
.l-pagination li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.125rem;
  height: 2.1875rem;
  display: grid;
  place-items: center;
  border-radius: 0.3125rem;
  background-color: #FFF;
  color: #969696;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.l-pagination li a {
  width: 100%;
  height: 100%;
  display: grid;
  border-radius: 0.3125rem;
  place-items: center;
}

.l-pagination__prev,
.l-pagination__next {
  position: relative;
  border: none !important;
}
.l-pagination__prev a,
.l-pagination__next a {
  width: 1.625rem;
  height: 1.5625rem;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
@media (any-hover: hover) {
  .l-pagination__prev a:hover,
  .l-pagination__next a:hover {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}

.l-pagination__prev a {
  background: url(../img/blog/arrow-left.png) center/contain no-repeat;
}

.l-pagination__next a {
  background: url(../img/blog/arrow-right.png) center/contain no-repeat;
}

.l-pagination__current {
  border: 2px solid #000;
  color: #000 !important;
}

.l-pagination__page a {
  border: 2px solid #969696;
  -webkit-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}
@media (any-hover: hover) {
  .l-pagination__page a:hover {
    opacity: 1;
    border-color: #000;
    color: #000;
  }
}

.l-page-block {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-page-block {
    padding-bottom: 7.5rem;
  }
}

.l-bread-crumb {
  padding-block: 0.625rem;
}

@media screen and (min-width: 768px) {
  .l-bread-crumb__inner {
    max-width: 75rem;
  }
}

.l-bread-crumb__nav {
  display: block;
}
.l-bread-crumb__nav span {
  color: #484848;
  font-size: max(0.75rem, 10px);
  line-height: 1.8;
  letter-spacing: 0.05rem;
  display: inline;
  word-break: break-all;
  white-space: normal;
}
.l-bread-crumb__nav .current-item {
  font-weight: 700;
}
.l-bread-crumb__nav span:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/common/bread-crumb.svg") no-repeat center/contain;
  margin-inline: 0.75rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 768px) {
  .l-bread-crumb__nav span:nth-child(n+2)::before {
    width: 1.8125rem;
    height: 1.8125rem;
    margin-inline: 1.5rem;
  }
}
.l-bread-crumb__nav span[property=itemListElement] {
  display: inline;
}
.l-bread-crumb__nav span:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.l-bread-crumb__nav a {
  color: inherit;
  position: relative;
}
.l-bread-crumb__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  scale: 0 1;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
}
@media (any-hover: hover) {
  .l-bread-crumb__nav a:hover {
    opacity: 1;
  }
  .l-bread-crumb__nav a:hover::after {
    scale: 1 1;
  }
}

.p-top-main-visual__fv {
  padding-inline: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__fv {
    padding-inline: 0;
  }
}

.p-top-main-visual__img-box {
  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.9375rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__img-box {
    display: none;
  }
}

.p-top-main-visual__tel {
  max-width: 21.875rem;
}

.p-top-main-visual__assets {
  max-width: 16.25rem;
}

.p-top-banner__swiper {
  max-width: 50rem;
  padding-bottom: 2.5rem;
}
.p-top-banner__swiper .swiper-pagination-bullet {
  background-color: #d9d9d9;
  width: 0.75rem;
  height: 0.75rem;
}
.p-top-banner__swiper .swiper-pagination-bullet-active {
  background-color: #8f8f8f;
}

.p-top-banner__swiper-slide {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
          box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
  overflow: hidden;
}
.p-top-banner__swiper-slide img {
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (any-hover: hover) {
  .p-top-banner__swiper-slide:hover {
    opacity: 1;
  }
  .p-top-banner__swiper-slide:hover img {
    scale: 1.05;
  }
}

.p-top-problem {
  overflow: hidden;
}

.p-top-problem__title {
  border-radius: 1.75rem;
  border: 3px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0154d7), to(#012f79));
  background: linear-gradient(180deg, #0154d7 0%, #012f79 100%);
  -webkit-box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
          box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-problem__title {
    font-size: 2.5rem;
    padding: 2rem 2.75rem;
  }
}

.p-top-problem__text {
  position: relative;
  z-index: 1;
  color: #560000;
  text-shadow: 4px 4px 10px rgba(150, 145, 145, 0.13);
  -webkit-text-stroke-width: 0.3125rem;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke fill;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-problem__text {
    font-size: 1.5rem;
  }
}
.p-top-problem__text.--yellow {
  color: #E7C716;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  paint-order: stroke fill;
}
@media screen and (min-width: 768px) {
  .p-top-problem__text.--yellow {
    font-size: 1.75rem;
  }
}

.p-top-problem__lists-wrap {
  position: relative;
  z-index: 0;
}
.p-top-problem__lists-wrap::before {
  content: "";
  position: absolute;
  background: url("../img/top/problem/bg-sp.webp") center/contain no-repeat;
  z-index: -1;
  width: 24.125rem;
  height: 49.375rem;
  top: -10.375rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .p-top-problem__lists-wrap::before {
    width: 58.125rem;
    height: 58.125rem;
    top: -15rem;
    left: calc(50% - 0.375rem);
    background: url("../img/top/problem/bg.webp") center/contain no-repeat;
  }
}

.p-top-problem__lists {
  border: 1px solid #000;
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
          box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
  margin-inline: auto;
  max-width: 20.9375rem;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .p-top-problem__lists {
    margin-top: 3.75rem;
    max-width: 46.25rem;
    margin-top: 3.75rem;
  }
}

.p-top-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid #000;
  padding-block: 1.125rem;
  padding-inline: 0.625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-problem__list {
    padding-block: 1.75rem;
    padding-inline: 3.75rem 0.625rem;
    gap: 1rem;
  }
}
.p-top-problem__list:nth-last-child {
  border-bottom: none;
}
.p-top-problem__list .--text {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-problem__list .--text {
    font-size: 1.25rem;
  }
}
.p-top-problem__list .--red {
  color: #AC0202;
}
.p-top-problem__list:before {
  content: "";
  background: url("../img/top/problem/check.webp") center/contain no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-top-problem__list:before {
    width: 2rem;
    height: 2rem;
  }
}

.p-top-problem__text--bottom {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  padding-top: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-problem__text--bottom {
    font-size: 1.25rem;
  }
}

.p-top-problem__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-problem__banners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3rem;
  }
}

.p-top-problem__banner {
  width: 100%;
  -webkit-box-shadow: 4px 4px 10px rgba(150, 145, 145, 0.13);
          box-shadow: 4px 4px 10px rgba(150, 145, 145, 0.13);
}

.p-top-strength__cards {
  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;
  width: 100%;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-strength__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 5.625rem;
    max-width: 62.5rem;
    margin-top: 2.5rem;
  }
}

.p-top-strength__card {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
          box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
  max-width: 28.4375rem;
  padding: 0.5rem;
  width: 100%;
}
.p-top-strength__card:nth-child(2) .p-top-strength__card-img {
  max-width: 19rem;
}
.p-top-strength__card:nth-child(3) .p-top-strength__card-img {
  max-width: 18.5625rem;
}
.p-top-strength__card:nth-child(4) .p-top-strength__card-img {
  max-width: 25.6875rem;
}

.p-top-strength__card-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-strength__card-title-wrap {
    gap: 2.5rem;
  }
}

.p-top-strength__card_number {
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-strength__card_number {
    width: 5rem;
  }
}

.p-top-strength__card-title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-strength__card-title {
    font-size: 1.75rem;
  }
}
.p-top-strength__card-title .--red {
  color: #AC0202;
}

.p-top-strength__card-img {
  margin-top: 1rem;
  margin-inline: auto;
  width: 100%;
}

.p-top-vision {
  background: url("../img/top/vision/bg.webp") center/cover no-repeat;
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-vision {
    padding-block: 5rem;
  }
}

.p-top-vision__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-vision__text-box {
    gap: 3.75rem;
    margin-top: 2rem;
  }
}

.p-top-vision_text {
  text-align: center;
  font-size: 0.84375rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-top-vision_text {
    font-size: 1.5rem;
  }
}

.p-top-concerns__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-concerns__content-wrap {
    gap: 2.875rem;
  }
}

.p-top-concerns__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-concerns__content {
    gap: 2rem;
  }
}

.p-top-concerns__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  max-width: 20.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-concerns__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 50rem;
  }
}
.p-top-concerns__lists > * {
  max-width: 100%;
  width: 100%;
}

.p-top-concerns__list {
  position: relative;
  cursor: pointer;
  z-index: 1;
  width: 100%;
}
.p-top-concerns__list::before {
  content: "";
  position: absolute;
  top: -4.0625rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  width: 100%;
  height: 13.75rem;
}
.p-top-concerns__list.--blue::before {
  background: url("../img/top/concerns/blue.webp") center/contain no-repeat;
}
.p-top-concerns__list.--gold::before {
  background: url("../img/top/concerns/gold.webp") center/contain no-repeat;
}
.p-top-concerns__list.--red::before {
  background: url("../img/top/concerns/red.webp") center/contain no-repeat;
}
.p-top-concerns__list.--gray::before {
  background: url("../img/top/concerns/gray.webp") center/contain no-repeat;
}
.p-top-concerns__list a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}
.p-top-concerns__list figure {
  overflow: hidden;
}
.p-top-concerns__list figure img {
  -webkit-transition: scale 0.6s;
  transition: scale 0.6s;
}
@media (any-hover: hover) {
  .p-top-concerns__list a {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .p-top-concerns__list a:hover {
    opacity: 1;
  }
  .p-top-concerns__list:hover figure img {
    scale: 1.05;
  }
}

.p-top-concerns__list-title-box {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  z-index: 2;
  min-height: 5rem;
  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;
}

.p-top-concerns__list-title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.45rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-concerns__list-title {
    font-size: 2.5rem;
  }
}
.p-top-concerns__list-title .--sm {
  font-size: 1.125rem;
  display: block;
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-concerns__list-title .--sm {
    font-size: 1.25rem;
  }
}
.p-top-concerns__list-title .--md {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-concerns__list-title .--md {
    font-size: 2rem;
  }
}

.p-top-concerns__list-text-box {
  position: absolute;
  top: 5.625rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-concerns__list-text-box {
    top: 6.6875rem;
  }
}

.p-top-concerns__list-text {
  color: #444a53;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-top-concerns__list-text {
    font-size: 1.5rem;
  }
}

.p-top-concerns__text--bold {
  position: absolute;
  bottom: 0.625rem;
  left: 5.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-concerns__text--bold {
    bottom: 1.4375rem;
  }
}
.p-top-concerns__text--bold::after {
  content: "";
  background: url("../img/top/concerns/polygon.svg") center/contain no-repeat;
  width: 1.625rem;
  height: 0.75rem;
}

.p-top-concerns__link a {
  font-size: 0;
}

.p-top-message__lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 2rem;
  max-width: 62.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-message__lead {
    font-size: 2rem;
    margin-top: 3rem;
  }
}

.p-top-message__contents {
  max-width: 62.5rem;
  margin-inline: auto;
  margin-top: 1.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.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-message__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-message__left {
  max-width: 37.5rem;
}

.p-top-message__left-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-top-message__left-text {
    font-size: 1.125rem;
  }
}

.p-top-message__left-director-info {
  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.125rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-message__left-director-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-message__left-profile,
.p-top-message__left-qualifications {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-top-message__left-profile-list,
.p-top-message__left-qualifications-list {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-top-message__left-profile-list::before,
.p-top-message__left-qualifications-list::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-top-message__left-profile-list {
  width: 18.625rem;
}

@media screen and (min-width: 768px) {
  .p-top-message__right {
    margin-top: 3.75rem;
  }
}

.p-top-message__right-profile {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-top-message__position {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 0.125rem;
}

.p-top-message__name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-top-faq__contents {
  margin-top: 2rem;
  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 (min-width: 768px) {
  .p-top-faq__contents {
    margin-top: 3rem;
  }
}

.p-top-faq__contents-item {
  border-radius: 0.3125rem;
  border: 1px solid #000;
}

.p-top-faq__contents-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  list-style: none;
  padding: 1rem;
  gap: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-top-faq__contents-question {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.125rem;
    padding-inline: 2rem 2.375rem;
  }
}

.p-top-faq__contents-q {
  color: #003EA1;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-faq__contents-q {
    font-size: 2rem;
  }
}

.p-top__contents-q-text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-top__contents-q-text {
    font-size: 1.125rem;
  }
}

.p-top-faq__contents-question::-webkit-details-marker {
  display: none;
}

.p-top-faq__contents-icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin-block: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top-faq__contents-icon {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.p-top-faq__contents-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #5a5a5a;
  display: block;
}

.p-top-faq__contents-line:nth-child(1) {
  width: 1.5rem;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .p-top-faq__contents-line:nth-child(1) {
    width: 2.1875rem;
  }
}

.p-top-faq__contents-line.js-sidebar-menu-icon {
  width: 1px;
  height: 1.5rem;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 768px) {
  .p-top-faq__contents-line.js-sidebar-menu-icon {
    height: 2.1875rem;
  }
}

.p-top-faq__contents-answer {
  padding: 1.125rem 1rem 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-faq__contents-answer {
    gap: 1.75rem;
    padding-inline: 2.125rem;
  }
}
.p-top-faq__contents-answer::before {
  content: "";
  position: absolute;
  top: -0.1875rem;
  left: 50%;
  translate: -50% 0;
  width: calc(100% - 3.75rem);
  height: 0.0625rem;
  background: #BDBDBD;
}

.p-top-faq__contents-a {
  color: #AC0202;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-top-faq__contents-a {
    font-size: 2rem;
  }
}

.p-top-faq__contents-a-text {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-faq__contents-a-text {
    font-size: 1rem;
  }
}

.p-top-assets__title {
  max-width: 62.5rem;
  margin-inline: auto;
}

.p-top-assets__top {
  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: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-assets__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3rem;
    gap: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-assets-info {
  -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;
}
@media screen and (min-width: 768px) {
  .p-top-assets-info {
    width: 23.75rem;
  }
}

.p-top-assets-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #A8B3B8;
}

.p-top-assets-info__term {
  width: 3.25rem;
  color: #003EA1;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-assets-info__term {
    width: 5.25rem;
  }
}

.p-top-assets-info__desc {
  color: #222425;
  font-size: 0.9375rem;
  font-weight: 500;
  white-space: nowrap;
}
.p-top-assets-info__desc .--bold {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-top-assets__map iframe {
  max-width: 100%;
  margin-inline: auto;
}

.p-top-assets__bottom {
  margin-top: 1.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-assets__bottom {
    max-width: 40rem;
  }
}

.p-top-training {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-training {
    margin-top: 3.5rem;
  }
}
.p-top-training a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
}
@media (any-hover: hover) {
  .p-top-training a:hover {
    opacity: 1;
  }
}

.p-top-training__img {
  max-width: 24.375rem;
  margin-inline: auto;
  margin-top: 1.25rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-training__img {
    margin-top: 2rem;
  }
}
.p-top-training__img img {
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (any-hover: hover) {
  .p-top-training__img:hover {
    opacity: 1;
  }
  .p-top-training__img:hover img {
    scale: 1.05;
  }
}

.p-price {
  border-top: 1px solid #c4c4c4;
}

.p-price__lists {
  margin-top: 2rem;
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__lists {
    margin-top: 2.5rem;
    gap: 2rem;
  }
}

.p-price .wp-block-group.l-inner {
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-price .wp-block-group.l-inner {
    gap: 2.5rem;
  }
}
.p-price .wp-block-group.l-inner .p-price__lists {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.p-price-list__title-box {
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-price-list__title-box {
    gap: 1.5rem;
  }
}
.p-price-list__title-box figure {
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-price-list__title-box figure {
    width: 2rem;
  }
}

.p-price-list__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-price-list__title {
    font-size: 1.5rem;
  }
}
.p-price-list__title.--blue {
  color: #003EA1;
}
.p-price-list__title.--red {
  color: #AC0202;
}

.p-price__list {
  width: 100%;
  min-width: 0;
}

.p-price-price__card-wrap {
  overflow-x: auto;
  width: 100%;
  min-width: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.p-price-price__card-wrap figure {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.wp-block-table.p-price-price__card {
  margin-top: 0.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .wp-block-table.p-price-price__card {
    margin-top: 1.5rem;
  }
}
.wp-block-table.p-price-price__card.--blue table tr td:first-child {
  background: #eaf2ff;
}
.wp-block-table.p-price-price__card.--red table tr td:first-child {
  background: #f8ecec;
}
.wp-block-table.p-price-price__card table {
  white-space: nowrap;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  width: 30rem;
}
@media screen and (min-width: 768px) {
  .wp-block-table.p-price-price__card table {
    width: 50rem;
  }
}
.wp-block-table.p-price-price__card table tr td {
  border: 1px solid #d9d9d9;
  padding: 1rem 1.5rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .wp-block-table.p-price-price__card table tr td {
    padding-inline: 2rem;
  }
}
.wp-block-table.p-price-price__card table tr td:first-child {
  width: 12.5rem;
  font-weight: 700;
  padding-inline: 0.625rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .wp-block-table.p-price-price__card table tr td:first-child {
    width: 18.75rem;
    font-size: 1.5rem;
    padding-inline: 1rem;
  }
}
.wp-block-table.p-price-price__card table tr td:first-child .--small {
  display: block;
  font-size: 1rem;
  margin-top: -0.1875rem;
}
.wp-block-table.p-price-price__card table tr td:not(:first-child) {
  width: 17.5rem;
  background: #FFF;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .wp-block-table.p-price-price__card table tr td:not(:first-child) {
    width: 31.25rem;
    font-size: 1.25rem;
  }
}

.p-price__list-text-box,
.p-price__text-box {
  margin-top: 2rem;
  max-width: 50rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-price__list-text-box,
  .p-price__text-box {
    margin-top: 2.5rem;
  }
}

.p-price__list-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-price__list-text.--bold {
  font-size: 1.125rem;
  font-weight: 700;
}

.p-price-price__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  overflow: auto hidden !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-price-price__card-wrap .scroll-hint-icon {
  top: calc(50% - 34px);
  padding-block: 14px 4px;
}
.p-price-price__card-wrap .scroll-hint-icon::before {
  width: 30px;
  height: 30px;
}
.p-price-price__card-wrap .scroll-hint-icon::after {
  top: 6px;
}

.p-case-fv {
  position: relative;
  height: 20rem;
  background: center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-case-fv {
    background: center/cover no-repeat;
    height: 31.3125rem;
  }
}

.p-case-fv__content {
  position: absolute;
  bottom: 1.75rem;
  left: 1rem;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 768px) {
  .p-case-fv__content {
    bottom: 6.25rem;
    left: 5.6875rem;
    width: calc(100% - 11.375rem);
  }
}

.p-case-fv__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-case-fv__icon-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-case-fv__icon {
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-case-fv__icon {
    width: 3.4375rem;
  }
}

.p-case-fv__icon-label {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-case-fv__icon-label {
    font-size: 1.125rem;
  }
}

.p-case-fv__title {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.45rem;
}
@media screen and (min-width: 768px) {
  .p-case-fv__title {
    font-size: 2.5rem;
  }
}

.p-case__lead-box {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-case__lead-box {
    margin-top: 1.125rem;
  }
}

.p-case-fv__lead {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9;
  display: inline;
  background: #003ea1;
  padding-inline: 0.8125rem 0.625rem;
  padding-block: 0.3em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .p-case-fv__lead {
    font-size: 1.5rem;
    padding-block: 0.45em;
  }
}
.p-case-fv__lead .--yellow {
  color: #f6c466;
}

.p-case-open {
  position: relative;
  max-width: 50rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #d3b174;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
          box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
}

.p-case-open__inner {
  padding-block: 3.25rem 3.125rem;
  padding-inline: 4.25rem 2.9375rem;
}

.p-case-open__img {
  position: absolute;
  top: 0.625rem;
  left: 50%;
  translate: -50% -50%;
  max-width: 35.75rem;
  width: 100%;
}

.p-case-open__day-box {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  left: 50%;
  translate: -50% 0;
}

@media screen and (min-width: 768px) {
  .p-case-open__contents {
    gap: 4.5rem;
  }
}
.p-case-open__contents::after {
  content: "";
  background: url("../img/case/arrow.svg") center/contain no-repeat;
  width: 6.25rem;
  height: 2.875rem;
  position: relative;
  top: 50%;
  translate: 0 -50%;
}

.p-case-open__content-left-course {
  border: 1px solid #f2dc99;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
          box-shadow: 4px 4px 10px 0 rgba(150, 145, 145, 0.13);
  padding-block: 1.1875rem 1.75rem;
  padding-inline: 1.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-case-open__content-left-course-text--lg {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-case-open__content-left-course-text--lg {
    font-size: 1.5rem;
  }
}

.p-case-open__content-left-course-text--md {
  font-size: 1rem;
  font-weight: 700;
  gap: 0.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-case-open__content-left-course-text--md {
    font-size: 1.125rem;
  }
}
.p-case-open__content-left-course-text--md .--sm {
  font-size: 0.875rem;
  padding-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-case-open__content-left-course-text--md .--sm {
    font-size: 0.9375rem;
  }
}

.p-case-open__content-left-price-text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-case-open__content-left-price-text--lg {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.135rem;
}
@media screen and (min-width: 768px) {
  .p-case-open__content-left-price-text--lg {
    font-size: 4.5rem;
  }
}

.p-open__content-left-price-text-unit--sm {
  font-size: 1rem;
  font-weight: 700;
}

.p-open__content-left-price-text-unit {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-open__content-left-price-text-unit {
    font-size: 2rem;
  }
}

.p-case-open__content-left-sub-price-text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03375rem;
}
@media screen and (min-width: 768px) {
  .p-case-open__content-left-sub-price-text {
    font-size: 1.125rem;
  }
}

.p-case-open__content-right-text {
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  color: #FFF;
}
.p-case-open__content-right-text::before {
  content: "";
  position: absolute;
  top: 69%;
  left: 50%;
  translate: -50% -50%;
  background: url("../img/case/red.svg") center/contain no-repeat;
  width: 15.6875rem;
  height: 3.875rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-case-open__content-right-text {
    font-size: 1.5rem;
  }
}

.p-case-open__content-right-price {
  color: #AC0202;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -0.1725rem;
}
@media screen and (min-width: 768px) {
  .p-case-open__content-right-price {
    font-size: 5.75rem;
  }
}

.p-case-open__content-right-price-unit-box {
  color: #AC0202;
}

.p-case-open__content-right-price-unit-sm {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-case-open__content-right-price-unit-sm {
    font-size: 1rem;
  }
}

.p-case-open__content-right-price-unit {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-case-open__content-right-price-unit {
    font-size: 2.5rem;
  }
}

.p-case-symptom {
  background: #f9f9f9;
  padding-block: 2rem;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-case-symptom {
    padding-block: 3.75rem;
  }
}

.p-case-symptom__inner {
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case-symptom__inner {
    gap: 3rem;
  }
}

.p-case-symptom__lead-box.wp-container-core-group-is-layout-4fc3f8e1 {
  color: #003ea1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-case-symptom__lead {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-case-symptom__lead {
    font-size: 2.5rem;
  }
}
.p-case-symptom__lead .--red {
  color: #AC0202;
}

.p-case-symptom__sub-lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-case-symptom__sub-lead {
    font-size: 2rem;
  }
}

.p-case-symptom__lists {
  padding-top: 1.75rem;
  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.75rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-case-symptom__lists {
    margin-top: 2rem;
    padding-top: 3rem;
    gap: 2.5625rem;
  }
}

.p-case-symptom__list {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-case-symptom__list {
    font-size: 1.125rem;
    gap: 1rem;
  }
}
.p-case-symptom__list::before {
  content: "";
  background: url("../img/case/check.svg") center/contain no-repeat;
  width: 1.25rem;
  height: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-case-symptom__list::before {
    width: 2rem;
    height: 2rem;
  }
}

.p-case-reason {
  gap: 0;
}

.p-case-reason__inner {
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case-reason__inner {
    gap: 3rem;
  }
}

.p-case-reason__cards {
  max-width: 59.875rem;
  gap: 2rem;
  margin-top: 1.25rem !important;
}
@media screen and (min-width: 768px) {
  .p-case-reason__cards {
    gap: 2.75rem;
    margin-top: 2.5rem !important;
  }
}

.p-case-reason__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case-reason__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-case-reason__card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-case-reason__card-text-content {
  max-width: 32.375rem;
}
.p-case-reason__card-text-content p {
  text-align: justify;
}

.p-case-reason__card-title-img {
  max-width: 3.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-case-reason__card-title-img {
    max-width: 7.125rem;
  }
}

.p-case-reason__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-case-reason__card-title {
    font-size: 1.5rem;
  }
}
.p-case-reason__card-title .--red {
  color: #AC0202;
}

.p-case-reason__card-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.5rem !important;
}

.p-case-reason__card-img {
  max-width: 26.25rem;
}
@media screen and (min-width: 768px) {
  .p-case-reason__card-img {
    margin-top: 2.75rem !important;
  }
}

.p-case-comparison {
  background: #f9f9f9;
  padding-block: 2rem;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-case-comparison {
    padding-block: 3.75rem;
  }
}

.p-case-comparison__inner {
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case-comparison__inner {
    gap: 3rem;
  }
}

.wp-block-table.p-case-comparison__table {
  width: 100%;
  margin-inline: auto;
  max-width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .wp-block-table.p-case-comparison__table {
    max-width: 60rem;
    margin-top: 2.5rem;
  }
}
.wp-block-table.p-case-comparison__table table {
  border-collapse: collapse;
  border: 1px solid #f9f9f9;
  width: 40rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .wp-block-table.p-case-comparison__table table {
    width: 100%;
  }
}
.wp-block-table.p-case-comparison__table table tr td {
  vertical-align: middle;
  text-align: center;
}
.wp-block-table.p-case-comparison__table table tr:first-child td {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .wp-block-table.p-case-comparison__table table tr:first-child td {
    font-size: 1.25rem;
  }
}
.wp-block-table.p-case-comparison__table table tr:first-child td:nth-child(1) {
  background: transparent;
  border-top: transparent;
  border-left: transparent;
}
.wp-block-table.p-case-comparison__table table tr:first-child td:nth-child(2) {
  background: #d5d5d5;
  color: #000;
}
.wp-block-table.p-case-comparison__table table tr:first-child td:nth-child(3) {
  background: #ac0202;
  color: #fff;
}
.wp-block-table.p-case-comparison__table table tr:not(:first-child) td {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
}
.wp-block-table.p-case-comparison__table table tr:not(:first-child) td:nth-child(1) {
  background: #003ea1;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .wp-block-table.p-case-comparison__table table tr:not(:first-child) td:nth-child(1) {
    font-size: 1.25rem;
  }
}
.wp-block-table.p-case-comparison__table table tr:not(:first-child) td:nth-child(2) {
  background: #f4f3f3;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .wp-block-table.p-case-comparison__table table tr:not(:first-child) td:nth-child(2) {
    font-size: 1.125rem;
  }
}
.wp-block-table.p-case-comparison__table table tr:not(:first-child) td:nth-child(3) {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  background: #fff8da;
}
@media screen and (min-width: 768px) {
  .wp-block-table.p-case-comparison__table table tr:not(:first-child) td:nth-child(3) {
    font-size: 1.125rem;
  }
}
.wp-block-table.p-case-comparison__table table tr:not(:first-child) td:nth-child(3) br {
  display: block;
  margin-bottom: 0.375rem;
  content: "";
}

.p-case-message {
  gap: 0;
}

.p-case-message__inner {
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case-message__inner {
    gap: 3rem;
  }
}

.p-case-message__title {
  padding: 0.25rem 1.25rem;
  background: #AC0202;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
}
@media screen and (min-width: 768px) {
  .p-case-message__title {
    padding: 0.5rem 2.5rem;
    font-size: 1.75rem;
  }
}

.p-case-message__content-wrap {
  gap: 1.75rem;
  max-width: 62.3125rem;
}

.p-case-message__content-lead {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.175rem;
  margin-top: 1.25rem !important;
}
@media screen and (min-width: 768px) {
  .p-case-message__content-lead {
    font-size: 1.75rem;
    margin-top: 2.5rem !important;
  }
}

.p-case-message__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-case-message__content {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-case-message__content-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-case-message__content-text {
    font-size: 1.125rem;
  }
}

.p-case-message02 {
  gap: 0;
}

.p-case-message02__inner {
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case-message02__inner {
    gap: 3rem;
  }
}

.p-case-message02__lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  padding-top: 2rem;
  max-width: 62.5rem;
  margin-inline: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-case-message02__lead {
    font-size: 2rem;
    padding-top: 3rem;
  }
}

.p-case-message02__contents {
  max-width: 62.5rem;
  margin-inline: auto;
  padding-top: 1.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.4375rem;
}
@media screen and (min-width: 768px) {
  .p-case-message02__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-case-message02__left {
  max-width: 37.5rem;
}

.p-case-message02__left-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-case-message02__left-text {
    font-size: 1.125rem;
  }
}

.p-case-message02__left-director-info {
  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.125rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-case-message02__left-director-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-case-message02__left-profile,
.p-case-message02__left-qualifications {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-case-message02__left-profile-list,
.p-case-message02__left-qualifications-list {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-case-message02__left-profile-list::before,
.p-case-message02__left-qualifications-list::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-case-message02__left-profile-list {
  width: 18.625rem;
}

@media screen and (min-width: 768px) {
  .p-case-message02__right {
    margin-top: 3.75rem;
  }
}

.p-case-message02__right-profile {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.p-case-message02__name-wrap {
  gap: 1rem;
}

.p-case-message02__position {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-case-message02__name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-case-assets {
  gap: 0;
}

.p-case-assets__inner {
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case-assets__inner {
    gap: 3rem;
  }
}

.p-case-assets__content {
  max-width: 62.5rem;
  margin-inline: auto;
  gap: 1.5rem;
}

.p-case-assets__top {
  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: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-case-assets__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3rem;
    gap: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-case-assets-info {
  -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;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-case-assets-info {
    width: 23.75rem;
  }
}

.p-case-assets-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #A8B3B8;
  width: 100%;
}

.p-case-assets-info__term {
  width: 3.25rem;
  color: #003EA1;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-case-assets-info__term {
    width: 5.25rem;
  }
}

.p-case-assets-info__desc {
  color: #222425;
  font-size: 0.9375rem;
  font-weight: 500;
}
.p-case-assets-info__desc .--bold {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-case-assets__map iframe {
  max-width: 100%;
  margin-inline: auto;
}

.p-case-assets-info__desc-wrap {
  gap: 0;
}

.p-case-assets__bottom {
  margin-top: 1.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-case-assets__bottom {
    max-width: 40rem;
  }
}

.p-case-faq {
  gap: 0;
}

.p-case-faq__inner {
  gap: 0rem;
}

.p-case-faq__contents {
  margin-top: 2rem !important;
  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;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-case-faq__contents {
    margin-top: 3rem !important;
  }
}
.p-case-faq__contents[class*=wp-container-] {
  max-width: 100% !important;
  padding-inline: 0 !important;
}

.p-case-faq__contents-item {
  border-radius: 0.3125rem;
  border: 1px solid #000;
  width: 100%;
}

.p-case-faq__contents-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  list-style: none;
  padding: 1rem;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-case-faq__contents-question {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 2rem 2.375rem;
    gap: 1.125rem;
    font-size: 1.125rem;
  }
}

.p-case-faq__contents-q {
  color: #003EA1;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-case-faq__contents-q {
    font-size: 2rem;
  }
}

.p-case__contents-q-text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-case__contents-q-text {
    font-size: 1.125rem;
  }
}

.p-case-faq__contents-question::-webkit-details-marker {
  display: none;
}

.p-case-faq__contents-icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin-block: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-case-faq__contents-icon {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.p-case-faq__contents-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #5a5a5a;
  display: block;
}

.p-case-faq__contents-line:nth-child(1) {
  width: 1.5rem;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .p-case-faq__contents-line:nth-child(1) {
    width: 2.1875rem;
  }
}

.p-case-faq__contents-line.js-sidebar-menu-icon {
  width: 1px;
  height: 1.5rem;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 768px) {
  .p-case-faq__contents-line.js-sidebar-menu-icon {
    height: 2.1875rem;
  }
}

.p-case-faq__contents-answer {
  padding: 1.125rem 1rem 1.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-case-faq__contents-answer {
    padding-inline: 2.125rem;
  }
}
.p-case-faq__contents-answer::before {
  content: "";
  position: absolute;
  top: -0.1875rem;
  left: 50%;
  translate: -50% 0;
  width: calc(100% - 3.75rem);
  height: 0.0625rem;
  background: #BDBDBD;
}

.p-case-faq__contents-answer-text {
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-case-faq__contents-answer-text {
    gap: 1.75rem;
  }
}

.p-case-faq__contents-a {
  color: #AC0202;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-case-faq__contents-a {
    font-size: 2rem;
  }
}

.p-case-faq__contents-a-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
  font-weight: 500;
}

.p-case__contents-q-text-box {
  width: 100%;
}

.p-case__contents-q-text-box,
.p-case-faq__contents-a-text {
  gap: 0;
}

.p-blog {
  border-top: 1px solid #C4C4C4;
}

@media screen and (min-width: 768px) {
  .p-blog__inner {
    max-width: 67.5rem;
  }
}

.p-blog__category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-blog__category-wrapper {
    gap: 0.75rem 1.5rem;
    margin-top: 3rem;
  }
}

.p-blog__category {
  height: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.125rem;
  border: 1px solid #969696;
  color: #969696;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-inline: 0.9375rem;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.p-blog__category.is-active {
  background-color: #969696;
  color: #FFF;
}
@media (any-hover: hover) {
  .p-blog__category:hover {
    opacity: 1;
    background-color: #969696;
    color: #FFF;
  }
}

.p-blog__list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-blog__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }
}

@media (any-hover: hover) {
  .p-blog__item:hover {
    opacity: 1;
  }
  .p-blog__item:hover .p-blog__item-image img {
    scale: 1.1;
  }
}

.p-blog__item-image {
  aspect-ratio: 317/196;
  border-radius: 0.3125rem 0.3125rem 0 0;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}
.p-blog__item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}

.p-blog__item-content {
  padding: 0.5rem 1rem 0.75rem;
}

.p-blog__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-blog__item-date {
  color: #232323;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-blog__item-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
}

.p-blog__item-category {
  height: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.125rem;
  border: 1px solid #969696;
  color: #969696;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-inline: 0.9375rem;
}

.p-blog__item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

.p-post-blog {
  border-top: 1px solid #C4C4C4;
}

@media screen and (min-width: 768px) {
  .p-post-blog__inner {
    max-width: 58.75rem;
  }
}

.p-post-blog__heading {
  text-align: left;
}

.p-post-blog__image {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-post-blog__image {
    margin-top: 2.8125rem;
  }
}

.p-post-blog__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.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.p-post-blog__body h2 {
  color: #003EA1;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body h2 {
    font-size: 2rem;
  }
}
.p-post-blog__body h3 {
  color: #003EA1;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body h3 {
    font-size: 1.5rem;
  }
}
.p-post-blog__body h4 {
  color: #003EA1;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body h4 {
    font-size: 1.125rem;
  }
}
.p-post-blog__body p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body p {
    font-size: 1rem;
  }
}
.p-post-blog__body ul {
  padding: 1rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body ul {
    padding: 1.875rem 1.5rem;
  }
}
.p-post-blog__body ul li {
  list-style: disc inside;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body ul li {
    font-size: 0.9375rem;
  }
}
.p-post-blog__body ul li + li {
  margin-top: 0.625rem;
}
.p-post-blog__body blockquote {
  position: relative;
  padding: 0.625rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body blockquote {
    padding: 1rem 3.9375rem;
  }
}
.p-post-blog__body blockquote::before, .p-post-blog__body blockquote::after {
  content: "";
  position: absolute;
  width: 1.375rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body blockquote::before, .p-post-blog__body blockquote::after {
    width: 1.75rem;
  }
}
.p-post-blog__body blockquote::before {
  top: 0;
  left: 0.625rem;
  background: url(../img/blog/blockquote-icon-01.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body blockquote::before {
    left: 1.0625rem;
  }
}
.p-post-blog__body blockquote::after {
  bottom: 0;
  right: 0.625rem;
  background: url(../img/blog/blockquote-icon-02.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body blockquote::after {
    right: 1.0625rem;
  }
}
.p-post-blog__body blockquote p {
  border-block: 1px solid #A0A8B6;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-block: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body blockquote p {
    font-size: 0.9375rem;
    padding-block: 2.1875rem;
  }
}
.p-post-blog__body .vlp-link-container {
  position: relative;
  -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: 1rem;
  border: none;
  background-color: #F9F9F9;
  padding: 1.25rem 1rem;
  margin: 1.6875rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body .vlp-link-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.p-post-blog__body .vlp-link-container::before {
  content: "関連記事";
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -100%;
  border-radius: 0.3125rem 0.3125rem 0 0;
  background-color: #003EA1;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body .vlp-link-container::before {
    font-size: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .p-post-blog__body .vlp-link-container:hover .vlp-layout-zone-side img {
    scale: 1.1;
  }
}
.p-post-blog__body .vlp-link {
  z-index: 1;
}
.p-post-blog__body .vlp-layout-zone-side {
  width: 17.5rem;
  padding: 0 !important;
}
.p-post-blog__body .vlp-layout-zone-side img {
  max-width: 100% !important;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
.p-post-blog__body .vlp-link-title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-post-blog__body .vlp-link-title {
    font-size: 1.125rem;
  }
}
.p-post-blog__body .vlp-link-summary {
  display: none;
}

.p-top-voice__swiper {
  margin-top: 2rem;
  padding-bottom: 2.8125rem;
}
.p-top-voice__swiper.is-one-slide {
  overflow: visible;
  margin-inline: unset;
  padding-bottom: 0;
}
.p-top-voice__swiper.is-one-slide > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-voice__swiper.is-one-slide .p-top-voice__card {
  width: 100%;
  max-width: 30.5625rem;
}
.p-top-voice__swiper.is-two-slides {
  overflow: visible;
  margin-inline: unset;
  padding-bottom: 0;
}
.p-top-voice__swiper.is-two-slides > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-voice__swiper.is-two-slides > div:first-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.p-top-voice__swiper.is-two-slides .p-top-voice__card {
  width: 100%;
  max-width: 30.5625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-voice__swiper.is-two-slides .p-top-voice__card {
    max-width: 100%;
  }
}

.p-top-voice__card {
  height: auto;
  padding: 1.5rem;
  border-radius: 5px;
  border: 1px solid #4d2d2a;
  background: #fff;
  height: auto;
}

.p-top-voice__card-profile-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.p-top-voice__card-img {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  border: 1px solid #000;
  overflow: hidden;
  -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;
  padding: 0.1875rem;
}

.p-top-voice__card-img-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
.p-top-voice__card-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-top-voice-card__profile-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #909090;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-top-voice__card-bottom {
  margin-top: 0.75rem;
}

.p-top-voice__bottom-text {
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}

.p-top-voice__cards-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 1.25rem;
}

.p-top-voice__cards-pagination {
  position: static;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.p-top-voice__cards-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #D9D9D9;
  margin-inline: 0.375rem;
}
.p-top-voice__cards-pagination .swiper-pagination-bullet-active {
  background-color: #8F8F8F;
}

.p-top-voice__cards-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: static;
  width: 1.3125rem;
  height: 2.375rem;
  margin: 0 !important;
}
.p-top-voice__cards-button svg {
  display: none;
}
.p-top-voice__cards-button.--prev {
  background: url(../img/top/voice/arrow-left.png) center/contain no-repeat;
}
.p-top-voice__cards-button.--next {
  background: url(../img/top/voice/arrow-right.png) center/contain no-repeat;
}

.p-contact {
  border-top: 1px solid #C4C4C4;
}

@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 55rem;
  }
}

.p-contact__body:has(.p-contact__privacy-policy .wpcf7-not-valid-tip) .p-contact__button-wrapper {
  margin-top: 3rem;
}
.p-contact__list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__list {
    margin-top: 3rem;
  }
}

.p-contact__item + .p-contact__item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item + .p-contact__item {
    margin-top: 1.5rem;
  }
}
.p-contact__item span {
  display: block;
}

.p-contact__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.p-contact__item-label {
  color: #222425;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .p-contact__item-label {
    font-size: 1.125rem;
  }
}

.p-contact__item-required {
  height: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3125rem;
  background-color: #AC0202;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  padding-inline: 0.5rem;
}

.p-contact__item-input {
  width: 100%;
  height: 2.5rem;
  border: none;
  background-color: #F8F8F8;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-inline: 1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item-input {
    padding-inline: 1.5rem;
  }
}
.p-contact__item-input::-webkit-input-placeholder {
  color: #C5C5C5;
}
.p-contact__item-input::-moz-placeholder {
  color: #C5C5C5;
}
.p-contact__item-input:-ms-input-placeholder {
  color: #C5C5C5;
}
.p-contact__item-input::-ms-input-placeholder {
  color: #C5C5C5;
}
.p-contact__item-input::placeholder {
  color: #C5C5C5;
}
.p-contact__item-input.--textarea {
  height: 13.1875rem;
  padding-block: 1rem;
}

.p-contact__privacy-policy {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-left: 2rem;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-contact__privacy-policy {
    margin-top: 2.5rem;
  }
}
.p-contact__privacy-policy::before, .p-contact__privacy-policy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  margin-top: 0.0625rem;
}
.p-contact__privacy-policy::before {
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #B3B3B3;
}
.p-contact__privacy-policy::after {
  left: 0.1875rem;
  width: 1rem;
  height: 0.75rem;
  background: url(../img/common/check-icon.png) center/contain no-repeat;
  opacity: 0;
}
.p-contact__privacy-policy:has(.p-contact__privacy-check-box:checked)::after {
  opacity: 1;
}
.p-contact__privacy-policy .wpcf7-not-valid-tip {
  position: absolute;
  top: 1.75rem;
  left: -2.5rem;
  width: 20rem;
}

.p-contact__privacy-policy-text {
  text-decoration: underline;
}

.p-contact__privacy-check-box {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.p-contact__button {
  width: 16.625rem;
  height: 3.75rem;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 3.125rem;
  background-color: #A8B3B8;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.5rem auto 0;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-contact__button {
    margin-top: 2.5rem;
  }
}
@media (any-hover: hover) {
  .p-contact__button:hover {
    opacity: 1;
    background-color: #C5D2D8;
  }
}

.p-contact__text {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/*スピナー非表示*/
.wpcf7-spinner {
  display: none;
}

.p-training__wrap {
  position: relative;
}

.p-training-fv__top {
  background: #0168b7;
  max-width: 64rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.9375rem 0.25rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-training-fv__top {
    padding: 0.5rem 4.25rem 0.25rem 0.9375rem;
  }
}

.p-training-fv__top-img {
  max-width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-training-fv__top-img {
    max-width: 29.0625rem;
  }
}

.p-training-fv__top-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.p-training-fv__top-pencil {
  width: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-training-fv__top-pencil {
    width: 2.1875rem;
  }
}

.p-training-fv__top-line {
  width: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-training-fv__top-line {
    width: 2.3125rem;
  }
}

.p-training-fv__bg-wrap {
  position: relative;
  z-index: 0;
  max-width: 64rem;
  margin: 0 auto;
}

.p-training-fv__bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-training-bg {
  width: 100%;
  max-width: 64rem;
  margin-inline: auto;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  overflow: hidden;
  z-index: -1;
}

.p-training-bg__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.p-training__bread-crumb {
  background-color: #FFF;
  margin-top: -1px;
}

.p-training-bg__white {
  position: relative;
  background-color: #FFF;
  max-width: 64rem;
  margin-inline: auto;
}
.p-training-bg__white.--opacity {
  background: rgba(255, 255, 255, 0.9);
}
.p-training-bg__white.--pb100 {
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-training-bg__white.--pb100 {
    padding-bottom: 5.25rem;
  }
}

.p-training-bg__blue {
  position: relative;
  max-width: 64rem;
  margin-inline: auto;
  background: #388ed1;
}
.p-training-bg__blue.--opacity {
  background: rgba(1, 104, 183, 0.8);
}

.p-training-section {
  max-width: 64rem;
  margin-inline: auto;
}

.p-training-cta {
  padding-block: 1rem 1.125rem;
}
.p-training-cta.--white {
  background: #FFF;
}

.p-training-cta__button-box {
  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: 1rem;
}
@media screen and (min-width: 768px) {
  .p-training-cta__button-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 41.25rem;
    margin-inline: auto;
  }
}

.p-training-cta__info-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-training-cta__tel {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-training-cta__tel {
    font-size: 2.71875rem;
    margin-top: 0.9375rem;
    margin-top: 0.9375rem;
  }
}
.p-training-cta__tel::before {
  content: "";
  background: url("../img/training/tel.svg") center/cover no-repeat;
  width: 1.9375rem;
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-training-cta__tel::before {
    width: 3.125rem;
    height: 3rem;
  }
}

.p-training-cta-hours {
  color: #333;
  font-size: 0.6875rem;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  margin-top: 0.625rem;
}

.p-training-cta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-training-about {
  background: #388ed1;
  padding-block: 3.3125rem 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-training-about {
    padding-block: 5.1875rem 3.1875rem;
  }
}

.p-training-about__img {
  margin-top: 2rem;
}

.p-training-concerns {
  background: #FFF;
  padding-top: 3.1875rem;
}

.p-training-reason {
  padding-top: 2rem;
}

.p-training-reason__lists {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-training-reason__lists {
    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;
    margin-top: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-training-reason__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-training-reason__right {
  background: #f3f3f3;
}

.p-training-reason__list-title {
  border-bottom: 5px solid #68b6f2;
  background: #0168b7;
  padding: 1.5rem 1rem;
  color: #FFF;
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-training-reason__list-title {
    font-size: 2.5rem;
  }
}

.p-training-reason__text-box {
  padding: 1.3125rem 0.625rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-training-reason__text-box {
    padding: 1.5rem 0.9375rem;
  }
}

.p-training-reason__text {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-training-reason__text {
    font-size: 1.1875rem;
  }
}

.p-training-support {
  margin-top: 0.9375rem;
}

.p-training-sports {
  padding-bottom: 3.1875rem;
}

.p-training-review {
  width: 100%;
  padding: 2rem 1.3125rem clamp(9.6875rem, -16.9827586207rem + 113.7931034483vw, 20rem) 1.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-training-review {
    padding: 5.1875rem 3.1875rem 26.25rem 3.1875rem;
  }
}
.p-training-review::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../img/training/review.webp) center bottom/contain no-repeat;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-training-review__slider {
  max-width: 57.625rem;
  background: #FFF;
  border-radius: 0.9375rem;
  font-size: 0.875rem;
  color: #0168b7;
  position: relative;
  margin: 0 auto;
  margin-top: 2rem;
  padding-block: 1rem 2rem;
  padding-inline: 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-training-review__slider {
    font-size: 1.1875rem;
    padding-block: 2.5rem 3.75rem;
    padding-inline: 2rem 2.8125rem;
  }
}
.p-training-review__slider::after {
  content: "";
  position: absolute;
  width: 3.8rem;
  height: 2.8rem;
  bottom: -1.8rem;
  left: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(30% 0, 100% 0, 0% 100%);
  background: #FFF;
}

.p-training-review__tag {
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  background: #0168b7;
  padding: 0.3rem 1rem;
  margin: 0 0 0.5rem;
  display: table;
  border-radius: 3.125rem;
}

.p-training-review__text {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  margin: 0;
  padding-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-training-review__text {
    font-size: 1.1875rem;
  }
}

.p-training-review__check {
  display: inline;
  text-decoration: underline;
  text-decoration-color: #ff6;
  text-decoration-thickness: 0.4em;
  text-underline-offset: -0.2em;
  font-weight: 700;
}

.p-training-review__button {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.swiper-button-prev.p-training-review__prev,
.swiper-button-next.p-training-review__next {
  width: 0.5625rem;
}

.p-training-price {
  padding-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-training-price {
    padding-top: 5.1875rem;
  }
}

.p-training-price-img {
  max-width: 57.5rem;
  margin-inline: auto;
}

.p-training-free {
  padding-block: 5.1875rem 3.1875rem;
}

.p-training-free__list {
  width: calc(100% - 2.25rem);
  max-width: 25.8125rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-training-free__list {
    max-width: 57.625rem;
    width: unset;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.p-training-free__item {
  margin: 2rem 0;
}

.p-training-free__visual {
  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;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-training-free__step {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  color: #0168b7;
  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;
  background: #FFF;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.6875rem;
  height: 5.6875rem;
  padding-block: 1.1875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-training-free__step {
    width: 3.8125rem;
    height: 3.8125rem;
  }
}

.p-training-free__image {
  width: 6.25rem;
  height: auto;
  margin-left: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-training-free__image {
    width: 4.25rem;
  }
}

.p-training-free__label {
  margin-top: 1.5rem;
  text-align: center;
  background: #FFF;
  color: #0168b7;
  font-size: 1rem;
  font-weight: 700;
  padding-block: 0.1875rem;
}

.p-training-free__text {
  color: #FFF;
  border: 2px solid;
  padding: 0.5rem 0.4375rem;
  min-height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
}

.p-training-faq {
  width: 100%;
  padding: 2rem 1.125rem 1.125rem 1.125rem;
  background: #388ed1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-training-faq {
    padding: 5.1875rem 3.1875rem 3.3125rem 3.1875rem;
  }
}

.p-training-faq__list {
  padding-top: 2rem;
  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.25rem;
}

.p-training-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-training-faq__question--label {
  width: 3.125rem;
  background: #bababa;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.75rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-training-faq__question--label {
    width: 8.25rem;
    font-size: 1.1875rem;
  }
}

.p-training-faq__question--text {
  background: #ececec;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  padding: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-training-faq__question--text {
    font-size: 1.1875rem;
  }
}

.p-training-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-training-faq__answer--label {
  width: 3.125rem;
  background: #55b5ff;
  color: #FFF;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  padding: 0.75rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-training-faq__answer--label {
    font-size: 1.1875rem;
    width: 8.25rem;
  }
}

.p-training-faq__answer--text {
  width: 100%;
  background: #FFF;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  padding: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-training-faq__answer--text {
    font-size: 1.1875rem;
  }
}

.p-training-contact {
  width: 100%;
  padding: 5%;
  padding-block: 5.1875rem 3.1875rem;
}
.p-training-contact .wpcf7-submit {
  width: 100%;
  border: none;
  background: #0168b7;
  color: #FFF;
  font-size: 1.625rem;
  padding: 0.5rem;
  font-weight: bold;
  margin-top: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-training-contact .wpcf7-submit {
    font-size: 2rem;
    padding: 0.8125rem;
  }
}
.p-training-contact .wpcf7-response-output {
  font-size: min(4vw, 1.4rem);
  font-weight: bold;
  color: #ff2278;
  background: #ffffa1;
  line-height: 1.2;
  margin: 1rem 0 0;
  text-align: center;
  padding: 0.5rem 0;
}

.p-training-contact-wrap {
  padding-top: 3.5625rem;
}

.p-training-contact__form {
  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;
  width: 100%;
  max-width: 57.0625rem;
}

.p-training-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-training-contact__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-training-contact__row .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: block;
}
.p-training-contact__row input[type=text],
.p-training-contact__row input[type=tel],
.p-training-contact__row input[type=email],
.p-training-contact__row input[type=date] {
  width: 100%;
  height: 2rem;
  padding: 0.5rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.p-training-contact__row select {
  width: 12.375rem;
  height: 2rem;
  padding-inline: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #767676;
  background: #EFEFEF;
}
.p-training-contact__row textarea {
  width: 100%;
  height: 6.25rem;
  padding: 0.5rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-training-contact__row textarea {
    height: 6.125rem;
  }
}
.p-training-contact__row .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #ff2278;
  display: block;
  margin-top: 0.2rem;
}

.p-training-contact__label {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  background: #0168b7;
  color: #FFF;
  padding: 0.5rem 0.75rem;
  text-align: center;
  -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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 768px) {
  .p-training-contact__label {
    width: 17rem;
  }
}

.p-training-assets {
  width: 100%;
  padding: 5%;
  background: rgb(1, 104, 183);
  position: relative;
  padding-block: 4.375rem 5rem;
}

.p-training-assets__logo {
  width: 100%;
  max-width: 530px;
  margin: 0 auto 2%;
}
.p-training-assets__logo img {
  width: 100%;
  height: auto;
}

.p-training-assets__contents {
  max-width: 39rem;
  margin: 0 auto;
}

.p-training-assets__info {
  display: block;
}

.p-training-assets__text {
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-training-assets__text {
    font-size: 1rem;
  }
}
.p-training-assets__text .--md {
  font-size: 1.3125rem;
}
.p-training-assets__text.--sm {
  font-size: 0.75rem;
  line-height: 1.4;
  padding-top: 0.5rem;
}

.p-training-assets__map {
  width: 100%;
  border-top: 1px solid #FFF;
  padding-block: 1.5rem 3.1875rem;
}
.p-training-assets__map iframe {
  display: block;
  width: 100%;
  height: 18.75rem;
  border: 0;
}

.p-privacy-policy__body {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__body {
    margin-top: 3rem;
  }
}

.p-privacy-policy__text {
  line-height: 1.6;
}
.p-privacy-policy__text + .p-privacy-policy__text {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__text + .p-privacy-policy__text {
    margin-top: 1rem;
  }
}

.p-privacy-policy__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__list {
    margin-top: 2rem;
  }
}

.p-privacy-policy__item + .p-privacy-policy__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__item + .p-privacy-policy__item {
    margin-top: 2rem;
  }
}

.p-privacy-policy__item-title {
  background-color: #003EA1;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__item-title {
    font-size: 1.25rem;
  }
}

.p-privacy-policy__item-text-wrapper {
  text-indent: -1em;
  margin: 0.625rem 0 0 1em;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__item-text-wrapper {
    margin-top: 1rem;
  }
}

.p-privacy-policy__item-text {
  list-style: decimal inside;
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */