@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  color: #333333;
  font-weight: 400;
  letter-spacing: -0.01em;
}

a {
  text-decoration: none;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 1090px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.tab-br {
  display: none;
}
@media screen and (max-width: 1090px) {
  .tab-br {
    display: block;
  }
}

.anchor-link {
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 1090px) {
  .anchor-link {
    scroll-margin-top: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .anchor-link {
    scroll-margin-top: 2.5rem;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: transparent;
}
.l-header__inner {
  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;
  width: 100%;
  padding: 1rem clamp(1rem, 4vw, 3.125rem);
}
@media screen and (max-width: 1090px) {
  .l-header__inner {
    padding: 0.625rem 1rem;
  }
}
.l-header__logo {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: center;
}
.l-header__logo img {
  width: 100%;
  max-width: 10.625rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    max-width: clamp(7.5rem, 40vw, 9.375rem);
  }
}
.l-header__tagline {
  font-weight: 500;
  color: #164285;
  font-size: clamp(0.6875rem, 1.2vw, 0.875rem);
  margin-bottom: 0.5rem;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-header__tagline {
    white-space: normal;
    font-size: clamp(0.5rem, 3vw, 0.625rem);
    margin-bottom: 0.25rem;
    max-width: clamp(7.5rem, 48vw, 11.25rem);
  }
}
.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.75rem, 2.5vw, 2rem);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1090px) {
  .l-header__list {
    gap: 1rem;
  }
}
.l-header__info {
  text-align: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .l-header__info {
    display: none;
  }
}
.l-header__tel-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: clamp(0.25rem, 0.8vw, 0.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #164285;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  line-height: 1;
  font-weight: 600;
  width: auto;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.l-header__tel-number::before {
  content: "";
  background-image: url("../img/common/mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(1.5rem, 3.2vw, 2.5rem);
  height: clamp(1.5rem, 3.2vw, 2.5rem);
}
.l-header__tel-time {
  font-size: clamp(0.75rem, 1.3vw, 1rem);
  white-space: nowrap;
  margin-top: -0.5rem;
}
.l-header__btn {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background-color: #E59900;
  color: #FFFFFF;
  border-radius: 1rem;
  padding: 0.875rem clamp(0.75rem, 2.5vw, 2.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1;
  -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.375rem;
  font-size: clamp(0.8125rem, 1.4vw, 1.125rem);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header__btn:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .l-header__btn {
    padding: 0.75rem 1.125rem;
    border-radius: 0.625rem;
    gap: 0.25rem;
    font-size: clamp(0.5625rem, 3vw, 0.6875rem);
  }
}
.l-header__btn span {
  font-size: clamp(1.125rem, 2.2vw, 1.75rem);
}
@media screen and (max-width: 768px) {
  .l-header__btn span {
    font-size: clamp(0.875rem, 4.5vw, 1rem);
  }
}

.grecaptcha-badge {
  left: 0 !important;
  right: auto !important;
  width: 4.375rem !important;
  bottom: 1.5rem !important;
  z-index: 999;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease !important;
  transition: width 0.3s ease, opacity 0.3s ease !important;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 7.25rem !important;
  }
}
.grecaptcha-badge:hover {
  width: 16rem !important;
}
.grecaptcha-badge, .grecaptcha-badge *, .grecaptcha-badge [class*=rc-anchor], .grecaptcha-badge [class*=rc-anchor] * {
  font-feature-settings: normal !important;
  -webkit-font-feature-settings: normal !important;
}

body.is-scrolled .grecaptcha-badge {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.l-footer {
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
.l-footer {
  width: 100%;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 9.375rem;
  }
}
.l-footer__inner {
  max-width: 62.5rem;
  padding: 4rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  .l-footer__inner {
    padding: 4rem 1.25rem 2.5rem;
  }
}
.l-footer__logo {
  margin-bottom: 1.5rem;
}
.l-footer__company {
  font-size: 1.5rem;
  font-weight: 700;
  color: #164285;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__company {
    margin-bottom: 1rem;
  }
}
.l-footer__info {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    margin-bottom: 1.5rem;
  }
}
.l-footer__copyright {
  text-align: center;
  line-height: 1.4;
  padding: 0 1.25rem;
}

/* ==========================================================================
   ページ内アンカーナビゲーション（Absolute固定 ＆ SP横スクロール対応）
   各要素内ネスト版
   ========================================================================== */
.l-navigation {
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: transparent;
}
.l-navigation.is-fixed {
  position: fixed;
  top: 1.25rem;
}
@media screen and (max-width: 1090px) {
  .l-navigation.is-fixed {
    top: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .l-navigation.is-fixed {
    top: 0rem;
  }
}
@media screen and (max-width: 1090px) {
  .l-navigation {
    padding: 0;
    background-color: #164285;
  }
}
.l-navigation__inner {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1090px) {
  .l-navigation__inner {
    padding: 0;
    max-width: 100%;
  }
}
.l-navigation__scroll-box {
  overflow: visible;
  width: 100%;
}
@media screen and (max-width: 1090px) {
  .l-navigation__scroll-box {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0.625rem 1.25rem;
  }
}
@media screen and (max-width: 1090px) {
  .l-navigation__scroll-box::-webkit-scrollbar {
    display: none;
  }
}
.l-navigation__list {
  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: 1.5rem;
  list-style: none;
  padding: 0.75rem 0;
  margin: 0;
  background-color: #164285;
  border-radius: 624.9375rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1090px) {
  .l-navigation__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.75rem;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 1090px) {
  .is-scrollable .l-navigation__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .l-navigation__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-navigation__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-navigation__link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  padding: 0.25rem;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 1090px) {
  .l-navigation__link {
    font-size: 0.875rem;
    padding-bottom: 0.375rem;
  }
}
.l-navigation__link:hover::after, .l-navigation__link.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1090px) {
  .l-navigation__item:last-child .l-navigation__link {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1090px) {
  .l-navigation__item:first-child .l-navigation__link {
    margin-left: 1rem;
  }
}
.l-navigation__arrow {
  display: none;
}
@media screen and (max-width: 1090px) {
  .l-navigation__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2rem;
    z-index: 1005;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
@media screen and (max-width: 1090px) {
  .l-navigation__arrow::before {
    content: "";
    background-image: url("../img/common/arrow_forward.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 1090px) {
  .l-navigation__arrow.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1090px) {
  .l-navigation__arrow--left {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #164285), to(rgba(22, 66, 133, 0)));
    background: linear-gradient(to right, #164285 50%, rgba(22, 66, 133, 0));
  }
}
@media screen and (max-width: 1090px) {
  .l-navigation__arrow--right {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #164285), to(rgba(22, 66, 133, 0)));
    background: linear-gradient(to left, #164285 50%, rgba(22, 66, 133, 0));
  }
}
@media screen and (max-width: 1090px) {
  .l-navigation__arrow--right::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.c-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: 8.125rem;
  z-index: 999;
  background-color: #164285;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-to-top {
    right: 1.25rem;
    bottom: 7rem;
  }
}
.c-to-top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-to-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #164285;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.125rem;
  text-decoration: none;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  gap: 0.125rem;
}
@media screen and (max-width: 768px) {
  .c-to-top {
    width: 3rem;
    height: 3rem;
    font-size: 0.875rem;
  }
}
.c-to-top::before {
  content: "";
  background-image: url("../img/common/arrow_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.125rem;
  height: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-to-top::before {
    width: 0.875rem;
    height: 0.5rem;
  }
}

.c-btn-external {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  background-color: #164285;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-external {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.3;
    width: 100%;
  }
}
.c-btn-external:hover {
  opacity: 0.8;
}
.c-btn-external::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../img/common/open_in_new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
}

/* ==========================================================================
   画面追従コンバージョンエリア（Component層）
   ========================================================================== */
.c-floating-cta {
  position: absolute;
  z-index: 99;
  width: auto;
  right: 3.125rem;
  bottom: 5rem;
}
.c-floating-cta.is-fixed {
  position: fixed;
  z-index: 999;
  right: 3.125rem;
  bottom: 1.875rem;
  -webkit-animation: ctaFadeIn 0.3s ease forwards;
          animation: ctaFadeIn 0.3s ease forwards;
}
@media screen and (max-width: 768px) {
  .c-floating-cta.is-fixed {
    left: 0;
    bottom: 0;
  }
}
.c-floating-cta__inner {
  position: relative;
}
.c-floating-cta__badge {
  position: absolute;
  top: -2.5rem;
  left: -3.75rem;
  width: 9.375rem;
  height: 4.5rem;
  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;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 0.75rem;
  letter-spacing: 0.08em;
  z-index: 9999;
  line-height: 1;
  background: transparent !important;
  -webkit-filter: drop-shadow(0 0.25rem 0.625rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0.25rem 0.625rem rgba(0, 0, 0, 0.15));
}
.c-floating-cta__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/badge-balloon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.c-floating-cta__badge strong {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}
.c-floating-cta__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-floating-cta__btn {
  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;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}
.c-floating-cta__btn:hover {
  opacity: 1;
  -webkit-transform: translateY(-0.25rem) scale(1.03);
          transform: translateY(-0.25rem) scale(1.03);
  -webkit-box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1090px) {
  .c-floating-cta__btn:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-floating-cta__btn--web {
  background-color: #E59900;
  color: #FFFFFF;
  padding: 0.75rem 1.25rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .c-floating-cta__btn--web {
    border-radius: 0.75rem;
  }
}
.c-floating-cta__btn--tel {
  background-color: #FFFFFF;
  border: 1px solid #164285;
  color: #164285;
  padding: 0.75rem 1.25rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .c-floating-cta__btn--tel {
    border-radius: 0.75rem;
  }
}
.c-floating-cta__lead-contact {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  font-weight: 500;
  line-height: 1;
}
.c-floating-cta__lead-contact strong {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}
.c-floating-cta__text-contact {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.c-floating-cta__lead-tel {
  font-size: 1rem;
  margin-bottom: 0.375rem;
  font-weight: 500;
  line-height: 1;
}
.c-floating-cta__tel-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;
}
.c-floating-cta__tel-number {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Sofia Sans Condensed", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-floating-cta__tel-number {
    gap: 0.125rem;
  }
}
.c-floating-cta__tel-number::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../img/common/mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.625rem;
  height: 1.625rem;
}
.c-floating-cta__tel-time {
  font-size: 0.875rem;
  color: #333333;
  margin-top: 0.125rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-floating-cta__tel-time {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  .c-floating-cta {
    position: fixed !important;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
    background-color: #164285;
    padding: 0.5rem 1rem 0.75rem;
    -webkit-animation: none !important;
            animation: none !important;
  }
  .c-floating-cta__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: 0.375rem;
    width: 100%;
  }
  .c-floating-cta__badge {
    position: static;
    background-image: none;
    width: auto;
    height: auto;
    padding-bottom: 0;
    background-color: transparent;
    color: #FFFFFF;
    padding: 0;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    -webkit-filter: none !important;
            filter: none !important;
  }
  .c-floating-cta__badge::before {
    display: none !important;
  }
  .c-floating-cta__badge-text::before {
    content: "＼ ";
  }
  .c-floating-cta__badge-text::after {
    content: " ／";
  }
  .c-floating-cta__items {
    gap: 0.5rem;
    width: 100%;
  }
  .c-floating-cta__btn {
    padding: 0.5rem 0;
    min-height: 3rem;
  }
  .c-floating-cta__btn--tel {
    pointer-events: auto;
    border: none;
    background-color: #FFFFFF;
    color: #164285;
  }
  .c-floating-cta__lead-contact, .c-floating-cta__lead-tel {
    display: none;
  }
  .c-floating-cta__text-contact {
    font-size: 1rem;
  }
  .c-floating-cta__tel-number {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
  .c-floating-cta__tel-number::before {
    width: 1.25rem;
    height: 1.25rem;
  }
  .c-floating-cta__tel-time {
    font-size: 0.5625rem;
  }
}

@-webkit-keyframes ctaFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.9375rem);
            transform: translateY(0.9375rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ctaFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.9375rem);
            transform: translateY(0.9375rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ==========================================================================
   新規：共通パネルカードコンポーネント（Component層）
   他のセクションでも「青い帯のカード」として使い回せます
   ========================================================================== */
.c-panel-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-panel-card {
    border-radius: 1rem;
  }
}
.c-panel-card__header {
  background-color: #164285;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 0.75rem 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-panel-card__header {
    font-size: 1.25rem;
  }
}
.c-panel-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 2.25rem 3rem;
}
@media screen and (max-width: 768px) {
  .c-panel-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.25rem 2rem;
  }
}
.c-panel-card__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 20rem;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .c-panel-card__thumb {
    max-width: 100%;
  }
}
.c-panel-card__thumb img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-panel-card__thumb img {
    border-radius: 0.5rem;
  }
}
.c-panel-card__desc {
  font-size: 1.125rem;
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .c-panel-card__desc {
    font-size: 1rem;
  }
}
.c-panel-card ol {
  font-size: 1.125rem;
  padding-left: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-panel-card ol {
    padding-left: 1rem;
    font-size: 1rem;
  }
}
.c-panel-card ol li {
  list-style: decimal;
}
.c-panel-card strong {
  color: #164285;
  font-weight: 700;
}
.c-panel-card ul {
  font-size: 1.125rem;
  padding-left: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-panel-card ul {
    padding-left: 1rem;
    font-size: 1rem;
  }
}
.c-panel-card ul li {
  list-style: disc;
}
.c-panel-card ul li::marker {
  color: #164285;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-panel-card ul li::marker {
    font-size: 1rem;
  }
}
.c-panel-card--vertical .c-panel-card__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-panel-card--vertical .c-panel-card__body {
    gap: 2rem;
  }
}
.c-panel-card__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.5rem;
}

/* ==========================================================================
   お客様の声カードコンポーネント（Component層）
   ========================================================================== */
.c-voice-card {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1.5rem 2.25rem 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.25rem;
}
@media screen and (max-width: 768px) {
  .c-voice-card {
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    gap: 1rem;
  }
}
.c-voice-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-voice-card__header {
    gap: 1rem;
  }
}
.c-voice-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}
.c-voice-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-voice-card__img {
    width: 5rem;
    height: 5rem;
  }
}
.c-voice-card__meta {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-voice-card__name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #164285;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-voice-card__name {
    font-size: 1.25rem;
  }
}
.c-voice-card__type {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-voice-card__type {
    font-size: 1rem;
  }
}
.c-voice-card__text {
  font-size: 1.125rem;
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .c-voice-card__text {
    font-size: 1rem;
  }
}

/* ==========================================================================
   新規共通：メディアオブジェクトカードコンポーネント（Component層）
   ========================================================================== */
.c-media-card {
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.c-media-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
.c-media-card {
  border-radius: 1.5rem;
  padding: 2.25rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-media-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-radius: 1rem;
    padding: 1.5rem 1rem 2rem;
    gap: 1.25rem;
  }
}
.c-media-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 20rem;
  line-height: 0;
}
.c-media-card__img img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-media-card__img img {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-media-card__img {
    max-width: 100%;
  }
}
.c-media-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-media-card__title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #164285;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-media-card__title {
    font-size: 1.375rem;
    margin-bottom: 0.375rem;
  }
}
.c-media-card__text {
  font-size: 1.125rem;
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .c-media-card__text {
    font-size: 1rem;
  }
}

.c-dot-char {
  position: relative;
  display: inline-block;
}
.c-dot-char::before {
  content: "";
  position: absolute;
  top: -0.35em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.22em;
  height: 0.22em;
  background-color: currentColor;
  border-radius: 50%;
}

/* ==========================================================================
   共通セクションタイトルコンポーネント（Component層）
   ========================================================================== */
.c-section-title {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    margin-bottom: 2rem;
  }
}
.c-section-title__sub {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-section-title__sub {
    font-size: 1.25rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.c-section-title__sub::before, .c-section-title__sub::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.125rem;
  height: 3.125rem;
  background-color: #333333;
}
@media screen and (max-width: 768px) {
  .c-section-title__sub::before, .c-section-title__sub::after {
    height: 2rem;
  }
}
.c-section-title__sub::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
.c-section-title__sub::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
.c-section-title__main {
  font-size: 4.5rem;
  font-weight: 700;
  color: #333333;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-section-title__main {
    font-size: 2.25rem;
    letter-spacing: -0.02em;
  }
}
.c-section-title__highlight {
  font-size: 6.875rem;
  color: #164285;
  font-weight: 800;
  margin-right: 0.25rem;
  display: inline-block;
  font-family: "Sofia Sans Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-section-title__highlight {
    font-size: 4rem;
  }
}

/* ==========================================================================
   共通：テキストミックス見出しコンポーネント（Component層）
   他のエリアでも「〇〇から〇〇までの流れ」などの形式で使い回せます
   ========================================================================== */
.c-phrase-title {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-phrase-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.c-phrase-title__highlight {
  color: #164285;
  font-size: 3.25rem;
  display: inline-block;
  vertical-align: calc(-0.125rem);
}
@media screen and (max-width: 768px) {
  .c-phrase-title__highlight {
    font-size: 2.25rem;
    margin: 0 0.125rem;
  }
}

/* ==========================================================================
   新規独立：左側に縦ラインが入る見出しコンポーネント（Component層）
   c-media-layoutから切り離し、単独でどこでも使い回せるようにしました
   ========================================================================== */
.c-heading-line {
  font-size: 1.75rem;
  font-weight: 700;
  color: #164285;
  line-height: 1.4;
  padding-left: 1.25rem;
  border-left: 0.5rem solid #164285;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-heading-line {
    font-size: 1.375rem;
    border-left: 0.25rem solid #164285;
    margin-bottom: 1.25rem;
    padding-left: 0.75rem;
  }
}

/* ==========================================================================
   共通パーツまとめ（Component層）
   カードやタイトル以外の、サイト全体で使い回す汎用小部品を管理します。
   ========================================================================== */
.c-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-check-list__item {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 1.25rem 0.5rem 3.25rem;
  border-radius: 624.9375rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #164285;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-check-list__item {
    font-size: 1.125rem;
    padding: 0.75rem 1rem 0.75rem 2.875rem;
  }
}
.c-check-list__item::before {
  content: "";
  position: absolute;
  left: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background-color: #164285;
  border-radius: 50%;
  background-image: url("../img/common/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
}
@media screen and (max-width: 768px) {
  .c-check-list__item::before {
    left: 0.5rem;
    width: 1.625rem;
    height: 1.625rem;
  }
}

/* ==========================================================================
   共通メディアオブジェクトレイアウト（Component層）
   ========================================================================== */
.c-media-layout {
  padding: 7.5rem 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1090px) {
  .c-media-layout {
    padding: 5rem 1rem;
  }
}
.c-media-layout__inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-media-layout__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #164285;
  line-height: 1.4;
  padding-left: 1.25rem;
  border-left: 0.5rem solid #164285;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-media-layout__title {
    font-size: 1.5rem;
    border-left: 0.25rem solid #164285;
    margin-bottom: 1.5rem;
    padding-left: 0.625rem;
  }
}
.c-media-layout__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 1090px) {
  .c-media-layout__container {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-media-layout__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.c-media-layout__img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 27.5rem;
  overflow: hidden;
  line-height: 0;
}
.c-media-layout__img-box img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-media-layout__img-box {
    max-width: 100%;
  }
}
.c-media-layout__img-line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 27.5rem;
  border: 0.125rem solid #164285;
  overflow: hidden;
  line-height: 0;
  border-radius: 0.75rem;
}
.c-media-layout__img-line img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-media-layout__img-line {
    max-width: 100%;
  }
}
.c-media-layout__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-media-layout__list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem 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.75rem;
}
@media screen and (max-width: 768px) {
  .c-media-layout__list {
    margin-bottom: 1.25rem;
    gap: 0.5rem;
  }
}
.c-media-layout__list li {
  font-size: 1rem;
  position: relative;
  padding-left: 1.125rem;
  text-align: left;
}
.c-media-layout__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  background-color: #164285;
  border-radius: 50%;
}
.c-media-layout__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.375rem;
  color: #164285;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  .c-media-layout__price {
    margin-bottom: 0;
  }
}
.c-media-layout__price-label {
  font-size: 1.5rem;
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 768px) {
  .c-media-layout__price-label {
    font-size: 1.25rem;
  }
}
.c-media-layout__price-num {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-media-layout__price-num {
    font-size: 2.75rem;
  }
}
.c-media-layout__price-unit {
  font-size: 1.5rem;
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 768px) {
  .c-media-layout__price-unit {
    font-size: 1.25rem;
  }
}
.c-media-layout__note {
  font-size: 1.375rem;
  color: #164285;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-media-layout__note {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.c-media-layout__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #164285;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-media-layout__subtitle {
    font-size: 1.375rem;
    margin-bottom: 0.75rem;
  }
}
.c-media-layout__text {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-media-layout__text {
    margin-bottom: 1.5rem;
    text-align: justify;
  }
}

/* ==========================================================================
   料金テーブルコンポーネント（Component層）
   ========================================================================== */
.c-price-table {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
.c-price-table th, .c-price-table td {
  border: 0.0625rem solid #333333;
  padding: 1rem 2rem;
  vertical-align: middle;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .c-price-table th {
    padding: 0.875rem 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-price-table td {
    padding: 1.125rem 0.5rem;
  }
}
.c-price-table th {
  text-align: center;
  background-color: #E7ECF3;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-price-table th {
    font-size: 1rem;
  }
}
.c-price-table td {
  text-align: right;
  color: #164285;
  font-weight: 700;
}
.c-price-table__txt-num {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-price-table__txt-num {
    font-size: 1.5rem;
  }
}
.c-price-table__txt-unit {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-price-table__txt-unit {
    font-size: 1rem;
  }
}
.c-price-table__txt-symbol {
  font-size: 1.25rem;
  margin: 0 0.125rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-price-table__txt-symbol {
    font-size: 1rem;
    margin: 0 0.125rem;
  }
}
.c-price-table__txt-note {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-price-table__txt-note {
    font-size: 1rem;
  }
}

/* ==========================================================================
   よくある質問アコーディオン
   ========================================================================== */
.c-accordion {
  width: 100%;
}
.c-accordion + .c-accordion {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-accordion + .c-accordion {
    margin-top: 1rem;
  }
}
.c-accordion__trigger {
  display: block;
  list-style: none;
}
.c-accordion__trigger::-webkit-details-marker {
  display: none;
}
.c-accordion__trigger {
  position: relative;
  width: 100%;
  background-color: #164285;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.625rem;
  font-weight: 500;
  padding: 1.5rem 6rem 1.5rem 2.25rem;
  border-radius: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-accordion__trigger {
    font-size: 1.25rem;
    padding: 1.5rem 3.5rem 1.5rem 1rem;
    border-radius: 0.75rem;
  }
}
.c-accordion__trigger::before, .c-accordion__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.25rem;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .c-accordion__trigger::before, .c-accordion__trigger::after {
    right: 1rem;
  }
}
.c-accordion__trigger::before {
  width: 1.5rem;
  height: 0.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-accordion__trigger::before {
    width: 1rem;
  }
}
.c-accordion__trigger::after {
  width: 0.125rem;
  height: 1.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: calc(100% - 3rem);
}
@media screen and (max-width: 768px) {
  .c-accordion__trigger::after {
    height: 1rem;
    left: calc(100% - 1.5rem);
  }
}
.c-accordion__content {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-accordion[open] .c-accordion__trigger::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.c-qa-list {
  margin: 0;
  padding: 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: 1rem;
}
.c-qa-list__item {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2.5rem 2.25rem;
}
@media screen and (max-width: 768px) {
  .c-qa-list__item {
    padding: 1.5rem 1rem;
    border-radius: 1rem;
  }
}
.c-qa-list__title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  padding-left: 2.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #333333;
}
@media screen and (max-width: 768px) {
  .c-qa-list__title {
    font-size: 1.125rem;
    padding-left: 2.125rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.c-qa-list__title::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -0.125rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 2.125rem;
  font-weight: 800;
  color: #164285;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-qa-list__title::before {
    font-size: 2rem;
    top: 0;
  }
}
.c-qa-list__body {
  position: relative;
  font-size: 1.125rem;
  margin: 0;
  padding-left: 2.25rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .c-qa-list__body {
    font-size: 1rem;
    padding-left: 2.125rem;
  }
}
.c-qa-list__body::before {
  content: "A";
  position: absolute;
  left: 0;
  top: -0.0625rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 2.125rem;
  font-weight: 800;
  color: #E59900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-qa-list__body::before {
    font-size: 2rem;
    top: 0;
  }
}

/* ==========================================================================
   静的コンバージョンエリア（Component層）
   ========================================================================== */
.c-cta {
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.c-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
.c-cta {
  padding: 3.75rem 0 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .c-cta {
    padding: 3.5rem 1rem 3rem;
  }
}
.c-cta__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-cta__inner::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: -8.75rem;
  width: 26.75rem;
  height: 9.375rem;
  background-image: url("../img/illust/cta-pc-left.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
@media screen and (max-width: 1090px) {
  .c-cta__inner::before {
    width: 18.75rem;
    height: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__inner::before {
    display: none;
  }
}
.c-cta__inner::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: -8.75rem;
  width: 26.25rem;
  height: 9.6875rem;
  background-image: url("../img/illust/cta-pc-right.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
@media screen and (max-width: 1090px) {
  .c-cta__inner::after {
    width: 18.75rem;
    height: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__inner::after {
    display: none;
  }
}
.c-cta__body {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__body::before {
    content: "";
    position: absolute;
    top: -6.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 6.25rem;
    background-image: url("../img/illust/cta-sp.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
}
.c-cta__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #164285;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-cta__title {
    font-size: 1.625rem;
    margin-bottom: 0.375rem;
  }
}
.c-cta__lead {
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-cta__lead {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}
.c-cta__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 62.5rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-cta__items {
    gap: 0.5rem;
  }
}
.c-cta__btn {
  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;
  border-radius: 1rem;
  padding: 1.25rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-cta__btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-cta__btn {
    padding: 0.5rem 0;
    border-radius: 0.75rem;
  }
}
.c-cta__btn-lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 768px) {
  .c-cta__btn-lead {
    margin-bottom: 0;
  }
}
.c-cta__btn-lead strong {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-cta__btn-lead strong {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__btn-lead {
    font-size: 0.625rem;
  }
}
.c-cta__btn--web {
  background-color: #E59900;
  color: #FFFFFF;
  text-decoration: none;
}
.c-cta__btn--web .c-cta__btn-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-cta__btn--web .c-cta__btn-text {
    font-size: 1rem;
  }
}
.c-cta__btn--tel {
  background-color: #FFFFFF;
  border: 0.0625rem solid #164285;
  color: #164285;
}
@media screen and (max-width: 768px) {
  .c-cta__btn--tel .c-cta__btn-lead {
    margin-bottom: 0.25rem;
  }
}
.c-cta__tel-link {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #164285;
  text-decoration: none;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.c-cta__tel-link::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../img/common/mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .c-cta__tel-link {
    font-size: clamp(1.125rem, 4vw, 1.25rem);
    pointer-events: auto;
    gap: 0.125rem;
  }
  .c-cta__tel-link::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.c-cta__tel-time {
  font-size: 1rem;
  color: #333333;
  margin-top: 0.375rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-cta__tel-time {
    font-size: 0.625rem;
    margin-top: 0.25rem;
  }
}

/* ==========================================================================
   相続のお悩みセクション
   ========================================================================== */
.p-problem {
  width: 100%;
  padding: 7rem 13.75rem 0rem;
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
@media screen and (max-width: 1090px) {
  .p-problem {
    padding: 7rem 1.25rem 3.5rem;
  }
}
.p-problem {
  position: relative;
}
.p-problem::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .p-problem::after {
    height: 5rem;
  }
}
.p-problem::after {
  background-color: #F9F8EC;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  background-blend-mode: overlay;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 10;
  pointer-events: none;
}
.p-problem__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-problem__header {
    margin-bottom: 2rem;
  }
}
.p-problem__label {
  display: inline-block;
  background-color: #E59900;
  color: #FFFFFF;
  padding: 1rem 3.5rem;
  font-weight: 700;
  font-size: 1.75rem;
  border-radius: 624.9375rem;
  position: relative;
  margin-bottom: 2.5rem;
  line-height: 1;
}
.p-problem__label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 1.25rem solid #E59900;
}
@media screen and (max-width: 768px) {
  .p-problem__label::after {
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.75rem solid #E59900;
  }
}
@media screen and (max-width: 768px) {
  .p-problem__label {
    font-size: 1.125rem;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-problem__title {
  font-size: 2.625rem;
  color: #333333;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-problem__title {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
.p-problem__title-main {
  font-size: 3.25rem;
  color: #164285;
}
@media screen and (max-width: 768px) {
  .p-problem__title-main {
    font-size: 1.625rem;
  }
}
.p-problem__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.25rem;
  justify-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-problem__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.5rem;
  }
}
.p-problem__item {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-problem__img {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  overflow: hidden;
}
.p-problem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-problem__img {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.p-problem__text {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-problem__text {
    font-size: 1rem;
  }
}
.p-problem__text span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDE7D));
  background: linear-gradient(transparent 60%, #FFDE7D 60%);
  padding: 0.125rem 0;
}

/* ==========================================================================
   専門チーム紹介セクション
   ========================================================================== */
.p-team {
  width: 100%;
  background-color: #FFFFFF;
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-team {
    padding-top: 7.5rem;
  }
}
.p-team__inner {
  max-width: 62.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-team__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 0;
  }
}
.p-team__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 31.25rem;
}
@media screen and (max-width: 768px) {
  .p-team__content {
    max-width: 100%;
    width: 100%;
  }
}
.p-team__title {
  font-size: 2.25rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1090px) {
  .p-team__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1090px) {
  .p-team__title {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
.p-team__title-company {
  color: #164285;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 1090px) {
  .p-team__title-company {
    font-size: 2rem;
  }
}
.p-team__title-highlight {
  color: #164285;
  font-size: 4rem;
  display: inline-block;
  margin-left: -0.1em;
}
@media screen and (max-width: 1090px) {
  .p-team__title-highlight {
    font-size: 2.5rem;
    margin-left: 0;
  }
}
.p-team__image-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 35rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-team__image-wrap {
    max-width: 25rem;
  }
}
.p-team__img {
  position: relative;
  width: 100%;
}
.p-team__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-team__img img {
    padding: 0 1.25rem;
  }
}
.p-team__badge {
  position: absolute;
  bottom: 1.25rem;
  right: -2.5rem;
  background-color: rgba(22, 66, 133, 0.8);
  padding: 1rem 1.5rem;
  z-index: 2;
}
@media screen and (max-width: 1090px) {
  .p-team__badge {
    right: -0.625rem;
    padding: 0.75rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-team__badge {
    position: absolute;
    bottom: 1.25rem;
    right: 0;
    padding: 0.75rem 1rem;
  }
}
.p-team__badge-text {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-team__badge-text {
    text-align: left;
  }
}

/* ==========================================================================
   安心ポイントセクション（Project層）
   ========================================================================== */
.p-safety {
  width: 100%;
  padding: 7.5rem 0;
}
@media screen and (max-width: 1090px) {
  .p-safety {
    padding: 5rem 1rem;
  }
}
.p-safety__inner {
  max-width: 62.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-safety__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: 3rem;
}
@media screen and (max-width: 768px) {
  .p-safety__list {
    gap: 2rem;
  }
}
.p-safety__item {
  position: relative;
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-safety__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
.p-safety__item {
  border-radius: 1rem;
  padding: 3.5rem 2.25rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-safety__item {
    padding: 5rem 1rem 3rem;
  }
}
.p-safety__badge {
  font-family: "Sofia Sans Condensed", sans-serif;
  position: absolute;
  top: -0.5rem;
  left: 2.25rem;
  width: 4.875rem;
  height: 6.5rem;
  background-color: #164285;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding-top: 1.25rem;
  line-height: 0.9;
  letter-spacing: 0.1em;
  border-radius: 0.25rem 0.25rem 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}
.p-safety__badge span {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-safety__badge {
    left: 1rem;
    width: 4.625rem;
    height: 4.5rem;
    padding-top: 0.875rem;
    font-size: 0.75rem;
  }
  .p-safety__badge span {
    font-size: 1.875rem;
  }
}
.p-safety__item-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-safety__item-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-safety__item-text {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-safety__item-text {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .p-safety__item-text {
    font-size: 1rem;
  }
}
.p-safety__item-text.text-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-safety__item-text.text-center {
    text-align: left;
  }
}
.p-safety__item-text span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #164285;
}
@media screen and (max-width: 768px) {
  .p-safety__item-text span {
    font-size: 1.125rem;
  }
}
.p-safety__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-safety__stats {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.p-safety__stat-box {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1.125rem 0.75rem 1.375rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-safety__stat-box {
    padding: 1rem 0.5rem 0.75rem;
    border-radius: 0.5rem;
    gap: 0;
  }
}
.p-safety__stat-label {
  font-size: clamp(0.875rem, 1.6vw, 1.125rem);
  font-weight: 700;
  line-height: 1.2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-safety__stat-label {
    font-size: 0.8125rem;
    margin-bottom: 0.375rem;
  }
}
.p-safety__stat-value {
  position: relative;
  font-size: clamp(2rem, 4.5vw, 3.875rem);
  font-weight: 700;
  color: #164285;
  font-family: "Sofia Sans Condensed", sans-serif;
  line-height: 0.9;
  white-space: nowrap;
  padding: 0 0.375rem 0.75rem;
}
.p-safety__stat-value::after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  right: 0.25rem;
  height: 0.375rem;
  background-image: radial-gradient(circle, #164285 42%, transparent 48%);
  background-size: 0.5rem 0.375rem;
  background-repeat: space no-repeat;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .p-safety__stat-value {
    font-size: clamp(1.5rem, 8vw, 2.5rem);
    padding: 0 0.125rem 0.5rem;
  }
  .p-safety__stat-value::after {
    left: 0.125rem;
    right: 0.125rem;
    height: 0.25rem;
    background-size: 0.375rem 0.25rem;
    background-repeat: space no-repeat;
  }
}
.p-safety__stat-unit {
  font-size: clamp(0.8125rem, 1.6vw, 1.25rem);
  color: #333333;
  font-weight: 700;
  margin-left: 0.125rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-safety__stat-unit {
    font-size: clamp(0.6875rem, 3.5vw, 1rem);
  }
}
.p-safety__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-safety__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.p-safety__media-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .p-safety__media-img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    border-radius: 0.5rem;
  }
}
.p-safety__media-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-safety__media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-safety__container {
  position: relative;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-safety__container {
    padding-bottom: 1.75rem;
  }
}
.p-safety__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.25rem solid #164285;
}
@media screen and (max-width: 768px) {
  .p-safety__container::after {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 0.875rem solid #164285;
  }
}
.p-safety__conclusion {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-safety__conclusion {
    margin-top: 1rem;
  }
}
.p-safety__conclusion-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}
.p-safety__conclusion-list .c-check-list__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-safety__conclusion-list {
    gap: 0.625rem;
  }
}
.p-safety__conclusion-label {
  position: absolute;
  display: inline-block;
  background-color: #E59900;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  border-radius: 624.9375rem;
  line-height: 1;
  z-index: 1;
  top: -3.125rem;
  left: -3rem;
}
@media screen and (max-width: 768px) {
  .p-safety__conclusion-label {
    top: -2.5rem;
    left: -0.625rem;
    font-size: 0.875rem;
  }
}
.p-safety__conclusion-label::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
  height: 0.625rem;
  background-image: url("../img/common/p-safety_tail.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ==========================================================================
   相続関連サービス固有セクション（Project層）
   ========================================================================== */
.p-service {
  padding: 7.5rem 0;
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
@media screen and (max-width: 1090px) {
  .p-service {
    padding: 5rem 1rem;
  }
}
.p-service .c-section-title__main {
  color: #164285;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-service .c-section-title__main {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.p-service__inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-service__block {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-service__block {
    margin-top: 2.5rem;
  }
}
.p-service__block + .p-service__block {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-service__block + .p-service__block {
    margin-top: 3.75rem;
  }
}
.p-service__block-intro {
  display: grid;
  grid-template-columns: 1fr 10rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-service__block-intro {
    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-bottom: 1.5rem;
  }
}
.p-service__block-title {
  grid-column: 1/2;
  grid-row: 1/2;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-service__block-title {
    font-size: 1.625rem;
    gap: 0.5rem;
  }
}
.p-service__block-title-num {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 3.5rem;
  color: #164285;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-service__block-title-num {
    font-size: 2.5rem;
  }
}
.p-service__block-title-body {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service__block-title-body {
    font-size: 1.625rem;
  }
}
.p-service__block-title-emphasis {
  color: #164285;
  font-size: 2.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-service__block-title-emphasis {
    font-size: 2rem;
  }
}
.p-service__block-text {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 1.125rem;
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-service__block-text {
    font-size: 1rem;
  }
}
.p-service__block-img {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 8.75rem;
  line-height: 0;
}
.p-service__block-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-service__block-img {
    max-width: 7.5rem;
    margin: 0 auto;
  }
}

/* ==========================================================================
   相談の流れセクション固有（Project層）
   ========================================================================== */
.p-flow {
  padding: 7.5rem 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1090px) {
  .p-flow {
    padding: 5rem 1rem;
  }
}
.p-flow__inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-flow__intro {
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-flow__intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
.p-flow__intro {
  border-radius: 1.5rem;
  padding: 5.5rem 1.5rem 3rem;
  text-align: center;
  max-width: 62.5rem;
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-flow__intro {
    padding: 4.5rem 1rem 2.5rem;
    margin: 0 0 3rem;
  }
}
.p-flow__intro-lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .p-flow__intro-lead {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-flow__intro-lead::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.25rem;
  height: 2.25rem;
  background-image: url("../img/common/flow-lines.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-flow__intro-lead::before {
    top: 2rem;
    width: 3.375rem;
    height: 1.5rem;
  }
}
.p-flow__intro-lead-badge {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDE7D));
  background: linear-gradient(transparent 60%, #FFDE7D 60%);
  padding: 0.125rem 0.75rem;
  border-radius: 0.25rem;
  margin: 0 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-flow__intro-lead-badge {
    font-size: 1.375rem;
  }
}
.p-flow__intro-lead-num {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 3.5rem;
  margin: 0 0.05em;
}
@media screen and (max-width: 768px) {
  .p-flow__intro-lead-num {
    font-size: 2.75rem;
  }
}
.p-flow__intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.625rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-flow__intro-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem;
  }
}
.p-flow__intro-item {
  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;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-flow__intro-item {
    font-size: 1rem;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__intro-item img {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.p-flow__intro-note {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-flow__intro-note {
    font-size: 1.25rem;
  }
}
.p-flow__timeline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-flow__timeline {
    gap: 3rem;
  }
}
.p-flow__timeline::before {
  content: "";
  position: absolute;
  top: 7.5rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 0.375rem;
  background-image: radial-gradient(circle, #164285 0.1875rem, transparent 0.1875rem);
  background-size: 0.375rem 0.75rem;
  background-repeat: repeat-y;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-flow__timeline::before {
    top: 0;
    left: 0.875rem;
    width: 0.25rem;
    background-image: radial-gradient(circle, #164285 0.125rem, transparent 0.125rem);
    background-size: 0.25rem 0.5rem;
    z-index: 0;
  }
}
.p-flow__timeline-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-flow__timeline-header {
    display: none;
  }
}
.p-flow__timeline-label {
  width: calc(50% - 2.5rem);
  font-size: 1.75rem;
  font-weight: 700;
  color: #164285;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-flow__timeline-label {
    display: none;
  }
}
.p-flow__timeline-label--client {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-flow__timeline-label--client::before {
  content: "";
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  background-image: url("../img/illust/flow_client.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-flow__timeline-label--corporate {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-flow__timeline-label--corporate::before {
  content: "";
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  background-image: url("../img/illust/flow_corporate.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-flow__item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    display: block;
    z-index: 1;
  }
}
.p-flow__step {
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5.625rem;
  height: 5.625rem;
  background-color: #164285;
  color: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  line-height: 1;
}
.p-flow__step span {
  font-size: 0.875rem;
  font-weight: 500;
}
.p-flow__step strong {
  font-size: 2rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-flow__step {
    left: -1rem;
    top: -1.25rem;
    -webkit-transform: none;
            transform: none;
    width: 3.75rem;
    height: 3.75rem;
  }
  .p-flow__step span {
    font-size: 0.8125rem;
  }
  .p-flow__step strong {
    font-size: 1.5rem;
  }
}
.p-flow__card {
  width: calc(50% - 3.625rem);
  border-radius: 0.75rem;
  padding: 2.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-flow__card {
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
  }
}
.p-flow__card-badge {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-flow__card-badge {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #164285;
    margin-bottom: 0.5rem;
    line-height: 1;
  }
}
.p-flow__card-title {
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: 700;
  color: #164285;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-flow__card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.p-flow__card-text {
  font-size: 1.125rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-flow__card-text {
    font-size: 1rem;
  }
}
.p-flow__item--client .p-flow__card {
  margin-right: auto;
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-flow__item--client .p-flow__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
.p-flow__item--corporate .p-flow__card {
  margin-left: auto;
  background-color: #E7ECF3;
}

/* ==========================================================================
   スタッフ紹介セクション（Project層）
   ========================================================================== */
.p-staff {
  padding: 7.5rem 0;
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-staff::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
@media screen and (max-width: 1090px) {
  .p-staff {
    padding: 5rem 0;
  }
}
.p-staff__inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-staff__inner .c-section-title__main {
  color: #164285;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-staff__inner .c-section-title__main {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1090px) {
  .p-staff__message {
    padding: 0 1rem;
  }
}
.p-staff__message {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 3.75rem;
  padding: 2.5rem 2.5rem;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #164285;
  max-width: 62.5rem;
  margin: 0 auto 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-staff__message {
    font-size: 1.25rem;
    padding: 1.125rem 0.875rem;
    margin-bottom: 3.125rem;
    line-height: 1.4;
  }
}
.p-staff__message::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 1.5rem 1rem 0 1rem;
  border-color: #FFFFFF transparent transparent transparent;
}
@media screen and (max-width: 1090px) {
  .p-staff__subhead {
    padding: 0 1rem;
  }
}
.p-staff__subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-staff__subhead {
    gap: 0.625rem;
    margin-bottom: 1.5rem;
  }
}
.p-staff__subhead::before, .p-staff__subhead::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.0625rem;
  background-color: #164285;
}
.p-staff__subhead span {
  font-size: 2rem;
  font-weight: 700;
  color: #164285;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-staff__subhead span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1090px) {
  .p-staff__grid {
    padding: 0 1rem;
  }
}
.p-staff__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-staff__grid {
    grid-template-columns: 1fr;
  }
}
.p-staff__card {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-staff__card {
    padding: 1.5rem 1rem;
  }
}
.p-staff__card-thumb {
  margin-bottom: 1.5rem;
  line-height: 0;
}
.p-staff__card-thumb img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-staff__card-thumb img {
    border-radius: 0.5rem;
  }
}
.p-staff__card-title {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-staff__card-title {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
}
.p-staff__card-name {
  font-size: 1.625rem;
  font-weight: 700;
  color: #164285;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #AAAAAA;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-staff__card-name {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
}
.p-staff__card-text {
  font-size: 1.125rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-staff__card-text {
    font-size: 1rem;
  }
}
.p-staff__lead {
  font-size: 1.5rem;
  font-weight: 700;
  color: #164285;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-staff__lead {
    font-size: 1.125rem;
    text-align: start;
  }
}
.p-staff__group-photo {
  margin-bottom: 5rem;
  line-height: 0;
}
.p-staff__group-photo img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 1090px) {
  .p-staff__group-photo img {
    border-radius: 0;
  }
}
@media screen and (max-width: 1090px) {
  .p-staff__group-photo {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1090px) {
  .p-staff__panels {
    padding: 0 1rem;
  }
}
.p-staff__panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.p-staff__network-diagram {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}
.p-staff__network-diagram picture,
.p-staff__network-diagram img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   料金セクション全体の固有スタイル（Project層）
   ========================================================================== */
.p-price {
  padding: 7.5rem 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1090px) {
  .p-price {
    padding: 5rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-price .c-phrase-title {
    line-height: 1.6;
  }
  .p-price .c-phrase-title .c-dot-char {
    position: relative;
    display: inline-block;
  }
  .p-price .c-phrase-title .c-dot-char::before {
    content: "";
    position: absolute;
    top: 0.0625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.22em;
    height: 0.22em;
    background-color: currentColor;
    border-radius: 50%;
  }
}
.p-price__inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-price__block {
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-price__block {
    margin: 0 auto 3rem;
  }
}
.p-price__block:last-child {
  margin-bottom: 0;
}
.p-price__text {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-price__text {
    font-size: 1rem;
  }
}
.p-price__notes {
  margin: 2rem auto 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-price__notes {
    margin: 1.5rem auto 0;
  }
}
.p-price__notes li {
  font-size: 1.125rem;
  text-indent: -0.875rem;
  padding-left: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-price__notes li {
    font-size: 1rem;
  }
}

/* ==========================================================================
   お客様の声セクション全体のレイアウト（Project層）
   ========================================================================== */
.p-voice {
  margin-top: 7.5rem;
  padding: 7.5rem 0;
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
@media screen and (max-width: 1090px) {
  .p-voice {
    margin-top: 5rem;
    padding: 5rem 1rem;
  }
}
.p-voice__inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-voice__inner .c-section-title__main {
  color: #164285;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-voice__inner .c-section-title__main {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.p-voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-voice__list {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   地域固有の相続事情セクション（Project層）
   ========================================================================== */
.p-local {
  padding: 7.5rem 0;
}
@media screen and (max-width: 1090px) {
  .p-local {
    padding: 5rem 1rem;
  }
}
.p-local__inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-local__inner .c-phrase-title__highlight {
  display: inline;
}
.p-local__inner .c-phrase-title__emphasis {
  color: #164285;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-local__inner .c-phrase-title__emphasis {
    font-size: 2.75rem;
  }
}
.p-local__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: 2rem;
}
@media screen and (max-width: 768px) {
  .p-local__list {
    gap: 1.25rem;
  }
}

/* ==========================================================================
   よくある質問
   ========================================================================== */
.p-faq {
  padding: 7.5rem 0;
  margin-bottom: 10rem;
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
@media screen and (max-width: 1090px) {
  .p-faq {
    padding: 5rem 1rem;
    margin-bottom: 5rem;
  }
}
.p-faq__inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-faq__inner .c-section-title__main {
  color: #164285;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-faq__inner .c-section-title__main {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.p-faq__wrapper {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-faq__wrapper {
    margin-top: 2rem;
  }
}

/* ==========================================================================
アクセスセクション固有（Project層）
========================================================================== */
.p-access {
  padding: 7.5rem 0;
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
@media screen and (max-width: 1090px) {
  .p-access {
    padding: 5rem 1rem;
  }
}
.p-access__inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-access__inner .c-phrase-title {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-access__inner .c-phrase-title {
    line-height: 1.8;
  }
  .p-access__inner .c-phrase-title .c-phrase-title__highlight {
    line-height: 1.2;
  }
}
.p-access__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-access__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.p-access__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #164285;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-access__heading {
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
  }
}
.p-access__table {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-collapse: collapse;
}
.p-access__table tr {
  border-bottom: 0.0625rem solid #333333;
}
.p-access__table th, .p-access__table td {
  padding: 0.625rem 0;
  vertical-align: top;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-access__table th, .p-access__table td {
    font-size: 1rem;
    padding: 0.875rem 0;
  }
}
.p-access__table th {
  width: 5.875rem;
  font-weight: 700;
  color: #164285;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-access__table th {
    width: 5.125rem;
  }
}
.p-access__table td {
  color: #333333;
}
.p-access__img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 26.875rem;
  line-height: 0;
}
.p-access__img-box img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-access__img-box {
    max-width: 100%;
  }
  .p-access__img-box img {
    border-radius: 0.75rem;
  }
}
.p-access__map {
  width: 100%;
  line-height: 0;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-access__map {
    border-radius: 0.75rem;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 768px) {
  .p-access__map iframe {
    height: 13.75rem;
  }
}

/* ==========================================================================
  お問い合わせ（Project層）
  ========================================================================== */
.p-contact {
  padding: 7.5rem 0;
}
@media screen and (max-width: 1090px) {
  .p-contact {
    padding: 5rem 1rem;
  }
}
.p-contact__inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-contact__inner .c-phrase-title__highlight {
  display: inline;
}
.p-contact__inner .c-phrase-title__emphasis {
  color: #164285;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__inner .c-phrase-title__emphasis {
    font-size: 2.75rem;
  }
}

/* ==========================================================================
   共通：フォーム用ラベル（必須・任意）
   ========================================================================== */
.c-label-required,
.c-label-optional {
  display: inline-block;
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.625rem;
}

.c-label-required {
  background-color: #DA0004;
  color: #FFFFFF;
}

.c-label-optional {
  background-color: transparent;
  border: 0.0625rem solid #164285;
  color: #164285;
}

/* ==========================================================================
   お問い合わせセクション（Project層）
   ========================================================================== */
.p-contact {
  padding: 7.5rem 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1090px) {
  .p-contact {
    padding: 7.5rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 5rem 1rem;
  }
}
.p-contact__inner {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-contact__inner .c-section-title {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-contact__inner .c-section-title {
    margin-bottom: 2.5rem;
  }
}
.p-contact__form {
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-contact__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
.p-contact__form {
  border-radius: 1.5rem;
  padding: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    padding: 2rem 1.25rem;
    border-radius: 1.25rem;
  }
}
.p-contact__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-contact__list {
  margin: 0 auto;
  padding: 0;
  max-width: 50rem;
}
.p-contact__list dt {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-contact__list dt {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-contact__list dd {
  margin-left: 0;
  margin-bottom: 2.5rem;
}
.p-contact__list dd:last-of-type {
  margin-bottom: 0;
}
.p-contact input[type=text],
.p-contact input[type=email],
.p-contact input[type=tel] {
  width: 30rem;
  background-color: #FFFFFF;
  border: 0.0625rem solid #AAAAAA;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1.125rem;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2) inset;
  line-height: 1;
}
.p-contact input[type=text]:focus,
.p-contact input[type=email]:focus,
.p-contact input[type=tel]:focus {
  border-color: #164285;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 66, 133, 0.2);
          box-shadow: 0 0 0 0.25rem rgba(22, 66, 133, 0.2);
  outline: none;
}
.p-contact input[type=text]::-webkit-input-placeholder, .p-contact input[type=email]::-webkit-input-placeholder, .p-contact input[type=tel]::-webkit-input-placeholder {
  width: 100%;
  color: #AAAAAA;
}
.p-contact input[type=text]::-moz-placeholder, .p-contact input[type=email]::-moz-placeholder, .p-contact input[type=tel]::-moz-placeholder {
  width: 100%;
  color: #AAAAAA;
}
.p-contact input[type=text]:-ms-input-placeholder, .p-contact input[type=email]:-ms-input-placeholder, .p-contact input[type=tel]:-ms-input-placeholder {
  width: 100%;
  color: #AAAAAA;
}
.p-contact input[type=text]::-ms-input-placeholder, .p-contact input[type=email]::-ms-input-placeholder, .p-contact input[type=tel]::-ms-input-placeholder {
  width: 100%;
  color: #AAAAAA;
}
.p-contact input[type=text]::placeholder,
.p-contact input[type=email]::placeholder,
.p-contact input[type=tel]::placeholder {
  width: 100%;
  color: #AAAAAA;
}
@media screen and (max-width: 768px) {
  .p-contact input[type=text],
  .p-contact input[type=email],
  .p-contact input[type=tel] {
    width: 100%;
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}
.p-contact textarea {
  width: 100%;
  background-color: #FFFFFF;
  border: 0.0625rem solid #AAAAAA;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1.125rem;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2) inset;
}
.p-contact textarea:focus {
  border-color: #164285;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(22, 66, 133, 0.1);
          box-shadow: 0 0 0 0.25rem rgba(22, 66, 133, 0.1);
  outline: none;
}
.p-contact textarea::-webkit-input-placeholder {
  width: 100%;
  color: #AAAAAA;
}
.p-contact textarea::-moz-placeholder {
  width: 100%;
  color: #AAAAAA;
}
.p-contact textarea:-ms-input-placeholder {
  width: 100%;
  color: #AAAAAA;
}
.p-contact textarea::-ms-input-placeholder {
  width: 100%;
  color: #AAAAAA;
}
.p-contact textarea::placeholder {
  width: 100%;
  color: #AAAAAA;
}
@media screen and (max-width: 768px) {
  .p-contact textarea {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}
.p-contact textarea {
  height: 18.75rem;
  resize: vertical;
}
.p-contact .wpcf7-list-item {
  display: block;
  margin: 0 0 0.75rem 0;
  cursor: pointer;
}
.p-contact .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.p-contact .wpcf7-list-item input {
  margin-right: 0.5rem;
  cursor: pointer;
}
.p-contact .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 1rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-list-item label {
    font-size: 0.875rem;
  }
}
.p-contact .wpcf7-radio {
  display: block;
  width: 100%;
}
.p-contact .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-right: 2.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.p-contact .wpcf7-radio .wpcf7-list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-radio .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
}
.p-contact .wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.p-contact .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-radio .wpcf7-list-item-label {
    font-size: 1rem;
    padding-left: 1.75rem;
    line-height: 1.125rem;
  }
}
.p-contact .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 0.09375rem solid #164285;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-radio .wpcf7-list-item-label::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-contact .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #164285;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.2);
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.2);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.2);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.2), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-radio .wpcf7-list-item-label::after {
    left: 0.5625rem;
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.p-contact .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.p-contact__note {
  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-bottom: 2rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-contact__note {
    font-size: 1rem;
    gap: 0.75rem;
  }
}
.p-contact__date-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-contact__date-fields {
    gap: 1.5rem;
  }
}
.p-contact__date-item label {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-contact__date-item label {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.p-contact__method {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__method {
    margin-top: 1.5rem;
  }
}
.p-contact__method .wpcf7-list-item {
  display: inline-block;
  margin-right: 2.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__method .wpcf7-list-item {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
}
.p-contact__method .wpcf7-list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__method .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
}
.p-contact__method label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-contact__method input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.p-contact__method .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  width: auto !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding-left: 1.75rem;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-contact__method .wpcf7-list-item-label {
    font-size: 1rem;
    padding-left: 1.5rem;
    line-height: 1.125rem;
  }
}
.p-contact__method .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #333333;
  border-radius: 0.125rem;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .p-contact__method .wpcf7-list-item-label::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-contact__method .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 50%;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #164285;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: translate(-50%, -53%) rotate(45deg) scale(0);
          transform: translate(-50%, -53%) rotate(45deg) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.2);
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.2);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.2);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.2), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}
@media screen and (max-width: 768px) {
  .p-contact__method .wpcf7-list-item-label::after {
    left: 0.5625rem;
    top: 50%;
    width: 0.25rem;
    height: 0.5rem;
  }
}
.p-contact__method .wpcf7-list-item-label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  -webkit-transform: translate(-50%, -53%) rotate(45deg) scale(1);
          transform: translate(-50%, -53%) rotate(45deg) scale(1);
}
.p-contact__method input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #164285;
}
.p-contact__method input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
          transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.p-contact__agreement {
  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%;
}
.p-contact__agreement-note {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-contact__agreement-note {
    font-size: 1rem;
  }
}
.p-contact__agreement-checkboxes {
  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;
  width: 100%;
}
.p-contact__agreement-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-transition: margin-bottom 0.2s ease;
  transition: margin-bottom 0.2s ease;
}
.wpcf7-form.invalid .p-contact__agreement-row:has(.wpcf7-not-valid-tip) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-form.invalid .p-contact__agreement-row:has(.wpcf7-not-valid-tip) {
    margin-bottom: 1.25rem;
  }
}
.p-contact__agreement-row p, .p-contact__agreement-row label {
  margin: 0 !important;
  padding: 0 !important;
}
.p-contact__agreement-row .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.75rem;
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-contact__agreement-row .wpcf7-form-control-wrap {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
    position: static !important;
  }
}
.p-contact__agreement-row .wpcf7-form-control,
.p-contact__agreement-row .wpcf7-checkbox,
.p-contact__agreement-row .wpcf7-list-item,
.p-contact__agreement-row label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
}
.p-contact__agreement-row input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.p-contact__agreement-row .wpcf7-list-item-label {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0.09375rem solid #164285;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  position: relative;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  overflow: hidden;
}
.p-contact__agreement-row .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.3125rem;
  height: 0.6875rem;
  border: solid #164285;
  border-width: 0 0.15625rem 0.15625rem 0;
  -webkit-transform: translate(-50%, -55%) rotate(45deg) scale(0);
          transform: translate(-50%, -55%) rotate(45deg) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.25);
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.25);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.25);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.25), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.25);
}
@media screen and (max-width: 768px) {
  .p-contact__agreement-row .wpcf7-list-item-label::after {
    width: 0.25rem;
    height: 0.5625rem;
  }
}
.p-contact__agreement-row input[type=checkbox]:checked + .wpcf7-list-item-label {
  border-color: #164285;
}
.p-contact__agreement-row input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  -webkit-transform: translate(-50%, -55%) rotate(45deg) scale(1);
          transform: translate(-50%, -55%) rotate(45deg) scale(1);
}
.p-contact__agreement-row .wpcf7-not-valid-tip {
  position: absolute !important;
  top: 100% !important;
  left: 2.125rem !important;
  margin-top: 0.25rem !important;
  white-space: nowrap !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
@media screen and (max-width: 768px) {
  .p-contact__agreement-row .wpcf7-not-valid-tip {
    left: 2rem !important;
  }
}
.p-contact__agreement-text {
  font-size: 1.125rem;
}
.p-contact__agreement-text strong {
  font-weight: 700;
  color: #164285;
}
@media screen and (max-width: 768px) {
  .p-contact__agreement-text {
    font-size: 1rem;
  }
}
.p-contact__agreement .p-contact__policy-link {
  color: #164285;
  text-decoration: none;
  border-bottom: 0.0625rem solid #164285;
  position: relative;
  padding-left: 1.625rem;
  margin-right: 0.25rem;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-weight: 700;
}
.p-contact__agreement .p-contact__policy-link:hover {
  opacity: 0.7;
}
.p-contact__agreement .p-contact__policy-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("../img/common/open_in_new_light.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-contact .wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 25rem;
  margin: 3rem auto 0;
  background-color: #164285;
  color: #FFFFFF;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(22, 66, 133, 0.15);
          box-shadow: 0 0.25rem 0.75rem rgba(22, 66, 133, 0.15);
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.3s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-submit {
    width: 100%;
    font-size: 1rem;
    margin-top: 2rem;
  }
}
.p-contact .wpcf7-submit:hover {
  opacity: 0.9;
}
.p-contact .wpcf7-submit:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.p-contact .wpcf7-not-valid-tip {
  display: none !important;
}
.p-contact .wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: block !important;
  color: #DA0004 !important;
  font-size: 0.8125rem !important;
  font-weight: 700;
  margin-top: 0.375rem;
}
.p-contact .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
.p-contact .wpcf7-response-output {
  margin: auto 0 !important;
  padding: 0 !important;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #DA0004 !important;
  border: none !important;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-response-output {
    text-align: left;
    margin-bottom: 1.5rem !important;
  }
}

/* ==========================================================================
   メインビジュアル（Project層） - 各要素内ネスト版
   ========================================================================== */
.p-fv {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
.p-fv {
  overflow: hidden;
  padding-top: 8.75rem;
  padding-bottom: 3.75rem;
  z-index: 999;
}
@media screen and (max-width: 1090px) {
  .p-fv {
    padding-top: 7.5rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv {
    padding-top: 5.625rem;
    padding-bottom: 2.5rem;
  }
}
.p-fv__inner {
  max-width: 81.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1090px) {
  .p-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    gap: 2rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-fv__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40.625rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1090px) {
  .p-fv__content {
    width: 100%;
    max-width: 100%;
    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;
  }
}
.p-fv__balloon {
  position: relative;
  display: inline-block;
  background-color: #164285;
  color: #FFFFFF;
  padding: 0.625rem 1.75rem;
  border-radius: 624.9375rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-fv__balloon {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
  }
}
.p-fv__balloon-text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1090px) {
  .p-fv__balloon-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__balloon-text {
    font-size: 0.875rem;
  }
}
.p-fv__heading {
  font-size: 4.5rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.05;
  letter-spacing: 0.03em;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 1090px) {
  .p-fv__heading {
    font-size: 3.25rem;
    margin-bottom: 17.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__heading {
    font-size: 2.5rem;
    margin-bottom: 12.5rem;
  }
}
.p-fv__heading-first {
  display: inline-block;
  margin-left: -0.08em;
}
@media screen and (max-width: 1090px) {
  .p-fv__heading-first {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__heading-first {
    margin-left: 0;
  }
}
.p-fv__heading-blue {
  color: #164285;
  -webkit-text-stroke: 4px #FFFFFF;
  paint-order: stroke fill;
  font-size: 5.5rem;
  font-weight: 900;
}
@media screen and (max-width: 1090px) {
  .p-fv__heading-blue {
    font-size: 4.25rem;
    -webkit-text-stroke: 3px #FFFFFF;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__heading-blue {
    font-size: 3.25rem;
    -webkit-text-stroke: 2px #FFFFFF;
  }
}
.p-fv__lead {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1090px) {
  .p-fv__lead {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 0 1.25rem;
  }
}
.p-fv__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-bottom: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1090px) {
  .p-fv__features {
    width: 100%;
    max-width: 37.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem 1.25rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__features {
    max-width: 100%;
    gap: 0.375rem;
  }
}
.p-fv__features .c-check-list__item {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-fv__features .c-check-list__item {
    font-size: 0.75rem;
    padding: 0.75rem 1rem 0.75rem 2rem;
  }
  .p-fv__features .c-check-list__item::before {
    left: 0.5rem;
    width: 1rem;
    height: 1rem;
  }
}
.p-fv__images {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 43.75rem;
  aspect-ratio: 700/500;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .p-fv__images {
    position: absolute;
    top: 42%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 85%;
    max-width: 31.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__images {
    top: 40%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    max-width: 21.25rem;
    margin: 0;
  }
}
.p-fv__img-scenery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-animation: fvFadeIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fvFadeIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-fv__img-scenery img {
  width: 100%;
  height: auto;
  display: block;
}
.p-fv__img-people {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31.25rem;
  z-index: 2;
  opacity: 0;
  -webkit-animation: fvFadeInPeople 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
          animation: fvFadeInPeople 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
}
@media screen and (max-width: 1090px) {
  .p-fv__img-people {
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__img-people {
    width: 85%;
  }
}
.p-fv__img-people img {
  width: 100%;
  height: auto;
  display: block;
}

@-webkit-keyframes fvFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fvFadeInPeople {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 1.25rem);
            transform: translate(-50%, 1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes fvFadeInPeople {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 1.25rem);
            transform: translate(-50%, 1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.p-thanks {
  position: relative;
  z-index: 0;
  background-color: #F9F8EC;
}
.p-thanks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/texture.webp");
  background-repeat: repeat;
  opacity: 0.8;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}
.p-thanks {
  padding: 7.5rem 0;
}
@media screen and (max-width: 1090px) {
  .p-thanks {
    padding: 5rem 1.25rem;
  }
}
.p-thanks__inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}
.p-thanks__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #164285;
  line-height: 1.4;
  margin: 6rem auto 3.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__title {
    font-size: 1.75rem;
    margin: 1.75rem auto 2rem;
  }
}
.p-thanks__message {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-thanks__message {
    margin-bottom: 3.5rem;
  }
}
.p-thanks__message p {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.p-thanks__message p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-thanks__message p {
    font-size: 1rem;
  }
}

.p-btn-top {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: block;
  background-color: #164285;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1rem 4rem;
  border-radius: 0.5rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-btn-top {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
}
.p-btn-top:hover {
  opacity: 0.9;
}/*# sourceMappingURL=style.css.map */