@charset "UTF-8";
img {
  object-fit: cover;
}

.wp-block-heading {
  background-color: initial;
  border: none !important;
}

.wp-block-spacer {
  margin: 0 !important;
}

/* サイト共通設定 */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #292929;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
}

@media (min-width: 1024px) {
  ._sp {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media (max-width: 1023px) {
  ._pc {
    display: none;
  }
}
.l-header {
  position: fixed !important;
  right: 0 !important;
  width: 100%;
}
@media (min-width: 1024px) {
  .l-header a {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1024px) {
  .l-header a span {
    font-weight: 700 !important;
  }
}
@media (min-width: 1024px) {
  .l-header a small {
    font-weight: 100 !important;
  }
}

[data-scrolled=false] .l-header {
  background-color: transparent;
  box-shadow: none;
}

[data-scrolled=false] .home .l-header {
  mix-blend-mode: difference;
  color: #fff !important;
}
@media (min-width: 1024px) {
  [data-scrolled=false] .home .l-header .c-navbar__item a:after {
    background-color: #fff !important;
  }
}
[data-scrolled=false] .home .l-header .c-hamburger-btn__bar {
  background-color: #fff !important;
}
[data-scrolled=false] .home .l-header .c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:nth-of-type(2) {
  background-color: initial !important;
}

.news-template-default .l-header {
  position: relative !important;
}

[data-scrolled=false] .news-template-default .l-header {
  background-color: #fff !important;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.0509803922) !important;
}

.l-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .l-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.l-section .l-section__content {
  margin-top: 48px !important;
}

.l-footer .l-footer__logo-catch {
  margin-top: 8px !important;
}

.c-media-text .c-media-text__text-area {
  --_item-width: 65%;
}
.c-media-text .c-media-text__img {
  --_item-width: 35%;
}

.c-media-text-02 {
  padding-top: 0 !important;
  height: 380px;
}
@media (min-width: 1024px) {
  .c-media-text-02 {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .c-media-text-02 {
    flex-direction: column;
    height: auto;
  }
}
.c-media-text-02:after {
  position: absolute;
  content: "";
  width: 184px;
  height: 198px;
  background-image: url(/wp-content/uploads/2025/08/icon_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -1px;
  right: 10px;
  display: block;
}
@media (max-width: 1023px) {
  .c-media-text-02:after {
    width: 100px;
    height: 108px;
  }
}
.c-media-text-02 .smb-section-with-bgimage__bgimage {
  display: flex;
  justify-content: flex-end;
  /* 子要素を右寄せ */
  height: 380px;
  /* 任意 */
  background: white;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-media-text-02 .smb-section-with-bgimage__bgimage {
    position: relative;
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .c-media-text-02 .smb-section-with-bgimage__bgimage img {
    /* ここで斜めにカット */
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    width: 60%;
    max-width: 640px;
    height: 380px;
    object-fit: cover;
    /* or contain */
    object-position: right center;
    display: block;
    opacity: 0.6;
  }
}
@media (max-width: 1023px) {
  .c-media-text-02 .smb-section-with-bgimage__bgimage img {
    position: relative;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .c-media-text-02 .c-media-text-02__text-area {
    max-width: clamp(46.875rem, 8.413rem + 60.1vw, 62.5rem);
    margin-left: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.c-media-text-02 .c-media-text-02__text-area .c-media-text-02__title {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .c-media-text-02 .c-media-text-02__text-area .c-media-text-02__title {
    padding: 8px;
    display: inline-block;
    background: #fff;
    margin-left: 0 !important;
  }
}
@media (max-width: 1023px) {
  .c-media-text-02 .c-media-text-02__text-area .c-media-text-02__title {
    font-size: 1.125rem;
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .c-media-text-02 .c-media-text-02__text-area .c-media-text-02__title:after {
    content: "";
    /* 疑似要素を生成 */
    display: block;
    /* ブロック要素にする → 強制改行と同じ効果 */
  }
}
.c-media-text-02 .c-media-text-02__text-area p {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .c-media-text-02 .c-media-text-02__text-area p {
    padding: 8px;
    display: inline-block;
    background: #fff;
    margin-left: 0 !important;
    margin-top: -1px;
  }
}
@media (max-width: 1023px) {
  .c-media-text-02 .c-media-text-02__text-area p {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .c-media-text-02 .c-media-text-02__text-area p:after {
    content: "";
    /* 疑似要素を生成 */
    display: block;
    /* ブロック要素にする → 強制改行と同じ効果 */
  }
}
.c-media-text-02 .c-media-text-02__text-area p:first-of-type {
  margin-top: 0;
}
.c-media-text-02:nth-of-type(2):after {
  background-image: url(/wp-content/uploads/2025/08/icon_02.png);
}
.c-media-text-02:nth-of-type(3):after {
  background-image: url(/wp-content/uploads/2025/08/icon_03.png);
}
.c-media-text-02:nth-of-type(4):after {
  background-image: url(/wp-content/uploads/2025/08/icon_04.png);
}

.c-heading .c-heading__lg {
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.2em;
  background-color: transparent;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 40px;
  margin-bottom: 16px !important;
}
@media (max-width: 1023px) {
  .c-heading .c-heading__lg {
    font-size: 1.75rem;
  }
}
.c-heading .c-heading__lg--en {
  font-family: "Roboto", sans-serif;
  font-size: 54px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .c-heading .c-heading__lg--en {
    font-size: 32px;
    letter-spacing: 0.16em;
  }
}
@media (min-width: 1024px) {
  .c-heading .c-heading__lg--br-none-pc br {
    display: none;
  }
}
.c-heading .c-heading__sub {
  font-size: 1.25rem;
  margin-top: 0 !important;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1023px) {
  .c-heading .c-heading__sub {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .c-heading .c-heading__sub--br-none-pc br {
    display: none;
  }
}

.c-heading-02--center {
  text-align: center;
}
.c-heading-02 .c-heading-02__en {
  font-family: "Roboto", sans-serif;
  font-size: 66px;
  display: inline-block;
  margin-right: 30px !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 100%;
  width: fit-content;
}
@media (max-width: 1023px) {
  .c-heading-02 .c-heading-02__en {
    font-size: 2rem;
    margin-right: 15px !important;
  }
}
.c-heading-02 .c-heading-02__jp {
  font-size: 40px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  letter-spacing: 0.15em;
  line-height: 100%;
  bottom: 2px;
}
@media (max-width: 1023px) {
  .c-heading-02 .c-heading-02__jp {
    font-size: 1.125rem;
  }
}
.c-heading-02 .c-heading-02__jp--img-text {
  align-items: baseline;
  display: flex;
  margin-bottom: 0 !important;
}
.c-heading-02 .c-heading-02__jp--img-text img {
  margin-right: 16px;
}
@media (max-width: 1023px) {
  .c-heading-02 .c-heading-02__jp--img-text img {
    width: 150px !important;
  }
}

.c-heading-02-block {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .c-heading-02-block {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .c-heading-02-block:before {
    position: absolute;
    content: "";
    width: 455px;
    height: 252px;
    background-image: url(/wp-content/uploads/2023/01/gb_m_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
  }
}
@media (max-width: 1023px) {
  .c-heading-02-block .c-heading-02-block__heading-lead-gp::before {
    width: 200px;
    height: 115px;
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2023/01/gb_m_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
  }
}
.c-heading-02-block .c-heading-02-block__heading-lead-gp .c-heading-02-block__lead {
  margin-top: 0 !important;
  margin-top: 8px !important;
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .c-heading-02-block .c-heading-02-block__heading-lead-gp .c-heading-02-block__lead {
    font-size: 1rem;
  }
}
.c-heading-02-block .c-heading-02-block__text {
  margin-top: 8px !important;
}
.c-heading-02-block .c-heading-02-block__text--mt {
  margin-top: 32px !important;
}
@media (max-width: 1023px) {
  .c-heading-02-block .c-heading-02-block__text--mt {
    margin-top: 8px !important;
  }
}
.c-heading-02-block .is-layout-constrained > :not(:first-child),
.c-heading-02-block .is-layout-flow > :not(:first-child),
.c-heading-02-block .wp-block-latest-posts__post-full-content > :not(:first-child),
.c-heading-02-block .wp-block-latest-posts__post-full-content > div:not([class]) > :not(:first-child),
.c-heading-02-block .wp-block-media-text__content > :not(:first-child) {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .c-heading-02-block--w-none:before {
    content: none;
  }
}
@media (max-width: 1023px) {
  .c-heading-02-block--w-none .c-heading-02-block__heading-lead-gp::before {
    content: none;
  }
}

.c-site-branding .c-site-branding__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.c-news .c-meta__item--categories {
  display: block;
}
.c-news .c-entry-summary__figure .c-entry-summary__term {
  z-index: -1;
}

.c-items .c-items__item .c-items__item-img {
  padding: 50px;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  max-width: 200px;
  max-height: 200px;
}
@media (max-width: 1023px) {
  .c-items .c-items__item .c-items__item-img {
    max-width: 120px;
    max-height: 120px;
    padding: 20px;
  }
}
.c-items .c-items__item .c-items__item-title {
  font-size: 1.25rem;
  margin-top: 16px !important;
  margin-bottom: 0px !important;
  color: #9D090D;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-items .c-items__item .c-items__item-title {
    font-size: 1.125rem;
    margin-top: 8px !important;
  }
}
@media (min-width: 1024px) {
  .c-items .c-items__item .c-items__item-title--br-none-pc br {
    display: none;
  }
}
.c-plan {
  text-align: center;
}
.c-plan .c-plan__lead-top {
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 16px;
}
@media (max-width: 1023px) {
  .c-plan .c-plan__lead-top {
    font-size: 1rem;
  }
}
.c-plan .c-plan__lead-top:before {
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  margin: 0 auto;
}
.c-plan .c-plan__wordpress {
  font-size: clamp(1.25rem, 0.635rem + 0.96vw, 1.5rem);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 100% !important;
}
@media (max-width: 1023px) {
  .c-plan .c-plan__wordpress {
    font-size: 1.5rem;
  }
}
.c-plan .c-plan__plan-name-en {
  font-size: clamp(1.5rem, 0.269rem + 1.92vw, 2rem);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 0 !important;
  line-height: 100% !important;
  margin-top: 4px !important;
}
@media (max-width: 1023px) {
  .c-plan .c-plan__plan-name-en {
    font-size: 1.75rem;
  }
}
.c-plan .c-plan__plan-name-jp {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 8px !important;
  margin-bottom: 0px !important;
}
.c-plan .c-plan__price {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(2.125rem, 1.51rem + 0.96vw, 2.375rem);
  color: #9D090D;
}
.c-plan .c-plan__price .enmark {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
}
@media (max-width: 1023px) {
  .c-plan .c-plan__price .enmark {
    font-size: 1.5rem;
  }
}
.c-plan .c-plan__price .zeinuki {
  font-weight: 700;
  font-size: clamp(1rem, -0.231rem + 1.92vw, 1.5rem);
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media (max-width: 1023px) {
  .c-plan .c-plan__price .zeinuki {
    font-size: 1.125rem;
  }
}
.c-plan:nth-of-type(1) .c-plan__price {
  color: #0a007a;
}
.c-plan:nth-of-type(3) .c-plan__price {
  color: #a89009;
}
.c-plan .c-plan__accordion .smb-accordion__item__body {
  padding-left: 0;
  padding-right: 0;
}
.c-plan .c-plan__accordion .c-plan__accordion-title {
  font-weight: 700;
  color: #9D090D;
  text-align: center;
}
.c-plan .c-plan__accordion .c-plan__accordion-text {
  text-align: left;
  text-indent: 0 !important;
  /* 字下げなし */
}
.c-plan .c-plan__accordion .c-plan__accordion-lists {
  text-align: left;
}

.l-conteiner {
  position: relative;
}

.c-header-logo {
  position: fixed;
  top: 20px;
  left: 25px;
  display: block;
  z-index: 9999;
}
@media (max-width: 1023px) {
  .c-header-logo {
    top: 7px;
    left: 16px;
  }
}
.c-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 150px;
  height: 54px;
}
@media (max-width: 1023px) {
  .c-header-logo img {
    width: 100px;
    height: 35px;
  }
}

@media (min-width: 1024px) {
  .c-navbar .menu-item {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .c-navbar .menu-item:after {
    position: absolute;
    content: "/";
    top: 20px;
    right: -7px;
    display: block;
    font-size: 1.125rem;
    font-weight: 700 !important;
  }
}
@media (min-width: 1024px) {
  .c-navbar .menu-item:last-of-type:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-navbar .menu-item a {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .c-navbar .menu-item a span {
    font-size: 1rem;
    font-weight: 500 !important;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .c-navbar .menu-item a small {
    order: -1;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 700 !important;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
  }
}

.c-page-header .c-page-header__title {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1;
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .c-page-header .c-page-header__title {
    font-size: 1.125rem;
  }
}
.c-page-header .c-page-header__bgimage::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}
.c-page-header .c-page-header__bgimage > img {
  object-position: 50% 10%;
}
.c-page-header .c-meta__item--author {
  display: none;
}
.c-page-header .c-meta {
  justify-content: center;
}

.blog .c-page-header__title,
.archive .c-page-header__title {
  font-size: 40px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  letter-spacing: 0.15em;
  line-height: 100%;
  bottom: 2px;
}
@media (max-width: 1023px) {
  .blog .c-page-header__title,
  .archive .c-page-header__title {
    font-size: 1.125rem;
  }
}
.blog .c-page-header__title:before,
.archive .c-page-header__title:before {
  content: "WORKS";
  font-family: "Roboto", sans-serif;
  font-size: 66px;
  display: inline-block;
  margin-right: 30px !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 100%;
  width: fit-content;
}
@media (max-width: 1023px) {
  .blog .c-page-header__title:before,
  .archive .c-page-header__title:before {
    font-size: 2rem;
    margin-right: 15px !important;
  }
}

.post-type-archive-news .c-page-header__title:before,
.tax-news_category .c-page-header__title:before {
  content: "NEWS";
}

.c-info .c-info_row .smb-information__item__label {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  display: inline-block;
  margin-right: 16px !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 100%;
  width: fit-content;
}
@media (max-width: 1023px) {
  .c-info .c-info_row .smb-information__item__label {
    font-size: 1.5rem;
    margin-right: 15px !important;
  }
}

.c-text-01 {
  font-size: 32px;
  font-weight: 700;
  background-color: #9d090d;
  color: #fff;
}
@media (max-width: 1023px) {
  .c-text-01 {
    font-size: 1.25rem;
  }
}
.c-text-01--dark {
  background-color: #292929;
}

.p-page-top-section-fv .p-page-top-section-fv__container .smb-section-with-bgimage__bgimage {
  background: transparent;
}
@media (max-width: 1190px) {
  .p-page-top-section-fv .p-page-top-section-fv__container .smb-section-with-bgimage__bgimage img {
    object-fit: contain;
  }
}
.p-page-top-section-fv .p-page-top-section-fv__catch-lg {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.16em;
  color: #292929;
  font-size: clamp(1.875rem, 0.337rem + 2.4vw, 2.5rem);
}
.p-page-top-section-fv .smb-section__background {
  transform: translate(570px, -5%) rotate(72deg);
}
@media (min-width: 1441px) {
  .p-page-top-section-fv .smb-section__background {
    transform: translate(950px, 0%) rotate(72deg);
  }
}
@media (max-width: 1200px) {
  .p-page-top-section-fv .p-page-top-section-fv__gekkeikan-gp img {
    width: 110px !important;
  }
}
.p-page-top-section-fv--sp .p-page-top-section-fv__catch-gp {
  margin-top: -15px !important;
}
.p-page-top-section-fv--sp .p-page-top-section-fv__catch-gp .p-page-top-section-fv__catch-lg {
  font-size: clamp(1.25rem, 0.118rem + 4.96vw, 2.5rem);
}

.p-page-top-section-mission {
  padding-top: 280px !important;
  padding-bottom: 0 !important;
}
.p-page-top-section-mission .p-page-top-section-mission__container {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  bottom: -5px;
}
.p-page-top-section-mission .p-page-top-section-mission__container:before {
  position: absolute;
  content: "";
  width: 437px;
  height: 582px;
  background-image: url(/wp-content/uploads/2023/01/text_musubi_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -320px;
  right: -200px;
  display: block;
  z-index: 1000;
}
.p-page-top-section-mission .p-page-top-section-mission__container .p-page-top-section-mission__heading {
  margin-bottom: 50px;
}
.p-page-top-section-mission .p-page-top-section-mission__container .p-page-top-section-mission__media-text {
  margin-top: 50px;
}

.p-page-top-section-mission-sp .p-page-top-section-mission-sp__container {
  position: relative;
}
.p-page-top-section-mission-sp .p-page-top-section-mission-sp__container:before {
  position: absolute;
  content: "";
  width: 115px;
  height: 152px;
  background-image: url(/wp-content/uploads/2023/01/text_musubi_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -45px;
  right: -30px;
  display: block;
  z-index: 1000;
}
.p-page-top-section-mission-sp .p-page-top-section-mission-sp__container:after {
  position: absolute;
  content: "";
  width: 115px;
  height: 600px;
  background-image: url(/wp-content/uploads/2023/01/text_musubi_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}
.p-page-top-section-pain {
  position: relative;
  margin-bottom: 100px !important;
}
@media (max-width: 1023px) {
  .p-page-top-section-pain {
    margin-bottom: 40px !important;
  }
}
.p-page-top-section-pain:before {
  position: absolute;
  content: "";
  width: 236px;
  height: 130px;
  background-image: url(/wp-content/uploads/2025/08/bg-arrow-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  margin: 0 auto;
  bottom: -100px;
  display: block;
}
@media (max-width: 1023px) {
  .p-page-top-section-pain:before {
    width: 145px;
    height: 80px;
    bottom: -75px;
  }
}
.p-page-top-section-pain .p-page-top-section-pain__content {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
@media (max-width: 1023px) {
  .p-page-top-section-pain .p-page-top-section-pain__content {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .p-page-top-section-pain .p-page-top-section-pain__text br {
    display: none;
  }
}

.p-page-top-section-future .p-page-top-section-future_text-lg {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 32px !important;
}
@media (max-width: 1023px) {
  .p-page-top-section-future .p-page-top-section-future_text-lg {
    font-size: 28px;
    margin-bottom: 0 !important;
  }
}
.p-page-top-section-future .p-page-top-section-future__content .p-page-top-section-future__media-text {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .p-page-top-section-future .p-page-top-section-future__content .p-page-top-section-future__media-text {
    margin-bottom: 0;
  }
}
.p-page-top-section-future .p-page-top-section-future__content .p-page-top-section-future__media-text:last-of-type {
  padding-bottom: 0 !important;
}

.p-page-top-section-voice .p-page-top-section-voice__container {
  padding: 56px 96px;
  position: relative;
}
@media (max-width: 1023px) {
  .p-page-top-section-voice .p-page-top-section-voice__container {
    padding: 32px 20px;
  }
}
.p-page-top-section-voice .p-page-top-section-voice__container:before {
  position: absolute;
  content: "";
  width: 400px;
  height: 146px;
  background-image: url(/wp-content/uploads/2025/09/text-img_voice.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 10;
  top: -87px;
  left: -58px;
}
@media (max-width: 1023px) {
  .p-page-top-section-voice .p-page-top-section-voice__container:before {
    width: 221px;
    height: 82px;
    left: -18px;
    top: -90px;
  }
}
.p-page-top-section-voice .p-page-top-section-voice__container .c-container {
  padding: 0;
}
.p-page-top-section-voice .p-page-top-section-voice__container .p-page-top-section-voice__item {
  margin-bottom: 48px;
}
.p-page-top-section-voice .p-page-top-section-voice__container .p-page-top-section-voice__item .p-page-top-section-voice__message {
  padding: 32px;
  background-color: #f2f2f2;
  font-weight: 600;
  position: relative;
}
@media (max-width: 1023px) {
  .p-page-top-section-voice .p-page-top-section-voice__container .p-page-top-section-voice__item .p-page-top-section-voice__message {
    padding: 20px;
  }
}
.p-page-top-section-voice .p-page-top-section-voice__container .p-page-top-section-voice__item .p-page-top-section-voice__message:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 30px;
  background-image: url(/wp-content/uploads/2025/09/hukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -25px;
  left: 35%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  margin: 0 auto;
  -ms-transform: translateY(-50%);
  display: block;
}
.p-page-top-section-voice .p-page-top-section-voice__container .p-page-top-section-voice__item .p-page-top-section-voice__name {
  padding: 8px 32px;
  font-weight: 600;
  border: 1px solid #292929;
}
@media (max-width: 1023px) {
  .p-page-top-section-voice .p-page-top-section-voice__container .p-page-top-section-voice__item .p-page-top-section-voice__name {
    padding: 8px 20px;
  }
}
.p-page-top-section-voice .p-page-top-section-voice__container .p-page-top-section-voice__item img {
  aspect-ratio: 16/9;
  object-fit: contain;
}
.p-page-top-section-voice .p-page-top-section-voice__container .p-page-top-section-voice__item--img-free img {
  aspect-ratio: initial;
}

.p-page-top-section-flow .p-page-top-section-flow__steps {
  max-width: 780px;
}
.p-page-top-section-flow .p-page-top-section-flow__steps .smb-step__body:before {
  border-left: solid 3px #888 !important;
}
@media (min-width: 1024px) {
  .p-page-top-section-flow .p-page-top-section-flow__steps .p-page-top-section-flow__step {
    margin-left: 100px;
  }
}
.p-page-top-section-flow .p-page-top-section-flow__steps .p-page-top-section-flow__step .smb-step__item__number {
  all: revert;
  left: 0;
  margin-left: -106px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: url(/wp-content/uploads/2025/09/icon_step_01.png);
  transform: initial;
  top: 0;
}
@media (max-width: 1023px) {
  .p-page-top-section-flow .p-page-top-section-flow__steps .p-page-top-section-flow__step .smb-step__item__number {
    margin-left: -74px;
  }
}
.p-page-top-section-flow .p-page-top-section-flow__steps .p-page-top-section-flow__step .smb-step__item__number::before {
  display: none;
}
.p-page-top-section-flow .p-page-top-section-flow__steps .p-page-top-section-flow__step:nth-of-type(1) .smb-step__item__number {
  content: url(/wp-content/uploads/2025/09/icon_step_01.png);
}
.p-page-top-section-flow .p-page-top-section-flow__steps .p-page-top-section-flow__step:nth-of-type(2) .smb-step__item__number {
  content: url(/wp-content/uploads/2025/09/icon_step_02.png);
}
.p-page-top-section-flow .p-page-top-section-flow__steps .p-page-top-section-flow__step:nth-of-type(3) .smb-step__item__number {
  content: url(/wp-content/uploads/2025/09/icon_step_03.png);
}
.p-page-top-section-flow .p-page-top-section-flow__steps .p-page-top-section-flow__step:nth-of-type(4) .smb-step__item__number {
  content: url(/wp-content/uploads/2025/09/icon_step_04.png);
}
.p-page-top-section-flow .p-page-top-section-flow__steps .p-page-top-section-flow__step:nth-of-type(5) .smb-step__item__number {
  content: url(/wp-content/uploads/2025/09/icon_step_05.png);
}
.p-page-top-section-flow .p-page-top-section-flow__steps .p-page-top-section-flow__step:nth-of-type(6) .smb-step__item__number {
  content: url(/wp-content/uploads/2025/09/icon_step_06.png);
}
.p-page-top-section-flow .p-page-top-section-flow__steps .p-page-top-section-flow__step:nth-of-type(7) .smb-step__item__number {
  content: url(/wp-content/uploads/2025/09/icon_step_07.png);
}

.p-page-top-section-contactform7 {
  margin: 0 auto;
  /* ===============================================
      # ボタン
  =============================================== */
}
@media (max-width: 1023px) {
  .p-page-top-section-contactform7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-page-top-section-contactform7 .c-container {
  padding-left: 0;
  padding-right: 0;
}
.p-page-top-section-contactform7 .p-page-top-section-contactform7__title-02 {
  margin-bottom: 16px !important;
}
.p-page-top-section-contactform7 .p-page-top-section-contactform7__lists {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 430px;
  position: relative;
  left: 40px;
}
@media (max-width: 1023px) {
  .p-page-top-section-contactform7 .p-page-top-section-contactform7__lists {
    left: 0;
    font-size: 0.875rem;
  }
}
.p-page-top-section-contactform7 .p-page-top-section-contactform7__lists .p-page-top-section-contactform7__list {
  display: inline-block;
}
.p-page-top-section-contactform7 .text {
  text-align: center;
  display: block;
}
.p-page-top-section-contactform7 .text-red {
  text-align: right;
  color: #B53434;
  display: block;
}
.p-page-top-section-contactform7 p {
  width: 100%;
  margin-bottom: 20px;
}
.p-page-top-section-contactform7 p label {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.16em;
  font-size: 1rem;
  color: #292929;
}
.p-page-top-section-contactform7 p label .red {
  color: #B53434;
}
.p-page-top-section-contactform7 p label .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  height: 50px !important;
  border-radius: 5px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}
.p-page-top-section-contactform7 .wide-textarea {
  min-height: 250px;
}
.p-page-top-section-contactform7 .submit-container {
  text-align: center;
}
.p-page-top-section-contactform7 .submit-container .wpcf7-submit {
  margin-left: 72px;
  padding: 10px 50px;
  height: 50px;
  background-color: #292929;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
}
.p-page-top-section-contactform7 .p-page-top-section-contactform7__privacy-policy .p-page-top-section-contactform7__privacy-policy-title {
  margin-top: 24px !important;
  display: block;
  margin-bottom: 8px;
}
.p-page-top-section-contactform7 .p-page-top-section-contactform7__privacy-policy .wp-block-heading {
  margin-top: 24px !important;
}
.p-page-top-section-contactform7 .p-page-top-section-contactform7__privacy-policy .wp-block-heading:first-of-type {
  margin-top: 0 !important;
}
.p-page-top-section-contactform7 .p-page-top-section-contactform7__privacy-policy p {
  margin-bottom: 0px;
}
.p-page-top-section-contactform7 .p-page-top-section-contactform7__privacy-policy .checkbox {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.p-page-works-section-text-area .p-page-works-section-text-area__content {
  margin-bottom: 56px !important;
}

.p-page-top-section-before-after .p-page-top-section-before-after__title {
  font-size: 2rem;
  font-weight: 700;
  background-color: transparent;
  margin: 0;
  padding: 0;
  margin-bottom: 48px !important;
}
@media (max-width: 1023px) {
  .p-page-top-section-before-after .p-page-top-section-before-after__title {
    font-size: 1.5rem;
  }
}
.p-page-top-section-before-after .p-page-top-section-before-after__items {
  margin-bottom: 72px !important;
}
.p-page-top-section-before-after .p-page-top-section-before-after__items .p-page-top-section-before-after__item img {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.p-page-top-section-before-after .p-page-top-section-before-after__items .p-page-top-section-before-after__item .p-page-top-section-before-after__item-text {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 8px !important;
}
@media (max-width: 1023px) {
  .p-page-top-section-before-after .p-page-top-section-before-after__items .p-page-top-section-before-after__item .p-page-top-section-before-after__item-text {
    font-size: 1.5rem;
  }
}
.p-page-top-section-before-after .p-page-top-section-before-after__medea-text {
  margin-bottom: 72px !important;
}
.p-page-top-section-before-after .p-page-top-section-before-after__medea-text:last-of-type {
  margin-bottom: 0 !important;
}
.p-page-top-section-before-after .p-page-top-section-before-after__medea-text .smb-media-text__title {
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .p-page-top-section-before-after .p-page-top-section-before-after__medea-text .smb-media-text__title {
    font-size: 1.125rem;
  }
}
.p-page-top-section-before-after .p-page-top-section-before-after__medea-text p {
  margin-top: 8px !important;
}
.p-page-top-section-before-after .p-page-top-section-before-after__medea-text p:first-of-type {
  margin-top: 0 !important;
}

.error404 .c-entry, .search .c-entry {
  margin-top: 10%;
}
.error404 .c-entry__content, .search .c-entry__content {
  padding: 10%;
}

@media (max-width: 1023px) {
  .u-br-none-sp br {
    display: none;
  }
}

@media (max-width: 1023px) {
  .u-text-align-left-sp {
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .u-margin-top-sm-sp {
    margin-top: 10px !important;
  }
}

.smb-section-with-bgimage {
  overflow: visible !important;
}

.single .smb-section-with-bgimage__bgimage {
  max-width: initial;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  width: initial;
}
.single .smb-section-with-bgimage__bgimage img {
  width: 100%;
  object-fit: cover;
}
.single .wp-block-heading::before, .single .wp-block-heading::after {
  display: none !important;
}/*# sourceMappingURL=style.css.map */