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

body {
  background-color: #fff;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media (min-width: 1023px) {
  body {
    font-size: 1rem;
    line-height: 43px;
    letter-spacing: 0.02rem;
  }
  ._tb {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 0.02rem;
  }
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1023px) {
  p {
    margin: 0;
    padding: 0;
  }
}

.wp-block-group {
  padding: 0;
}

img {
  object-fit: cover;
}

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

.l-contents-bottom-widget-area {
  margin-top: 0 !important;
}

.c-sticky {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  padding: 0;
  width: 100%;
  max-width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 639px) {
  .c-sticky {
    padding: 0 20px;
  }
}
.c-sticky .c-sticky__btn-box {
  display: flex;
  gap: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 639px) {
  .c-sticky .c-sticky__btn-box {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (min-width: 1023px) {
  .c-sticky .c-sticky__btn-box--pc {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .c-sticky .c-sticky__btn-box--pc {
    display: flex;
  }
}
@media (max-width: 639px) {
  .c-sticky .c-sticky__btn-box--pc {
    display: none;
  }
}
@media (min-width: 1023px) {
  .c-sticky .c-sticky__btn-box--sp {
    display: none;
  }
}
@media (max-width: 1023px) {
  .c-sticky .c-sticky__btn-box--sp {
    display: none;
  }
}
@media (max-width: 639px) {
  .c-sticky .c-sticky__btn-box--sp {
    display: flex;
  }
}
.c-sticky a {
  transition: 0.5s;
}
.c-sticky a:hover {
  opacity: 0.8;
  transition: 0.5s;
}
@media (max-width: 639px) {
  .c-sticky a:nth-of-type(1), .c-sticky a:nth-of-type(2) {
    width: calc(50% - 5px);
  }
}

[data-scrolled=false] .c-sticky {
  display: none;
}

.c-hamburger-btn .c-hamburger-btn__label {
  color: #fff;
}

.c-page-top {
  background-color: #000 !important;
}

@media (min-width: 1023px) {
  .c-btn-main {
    margin: 0 !important;
  }
  .c-btn-main a[href^="tel:"] {
    pointer-events: initial;
    text-decoration: none;
  }
}
@media (max-width: 639px) {
  .c-btn-main {
    text-align: center;
  }
}
.c-btn-main .c-btn-main__inner {
  display: inline-block;
  width: 350px;
  text-align: center;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 18px;
  padding-top: 27px;
  padding-bottom: 27px;
  outline: none;
  color: #fff;
  background-color: #AF9B4A;
  position: relative;
  border: 0.5px solid #AF9B4A;
  transition: color 0.5s ease;
  margin: 0 !important;
}
@media (max-width: 639px) {
  .c-btn-main .c-btn-main__inner {
    width: 100%;
  }
}
.c-btn-main .c-btn-main__inner--cta {
  padding-top: 11px;
  padding-bottom: 11px;
}
.c-btn-main .c-btn-main__inner:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 5.5px;
  border-bottom: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
  transform: skew(48deg);
  top: 43%;
  right: 20px;
}
.c-btn-main .c-btn-main__inner:hover {
  color: #AF9B4A;
  border: 0.5px solid #AF9B4A;
}
.c-btn-main .c-btn-main__inner:hover::after {
  right: 10px;
  border-bottom: 0.5px solid #AF9B4A;
  border-right: 0.5px solid #AF9B4A;
  transition: all 0.7s ease;
}
.c-btn-main .c-btn-main__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.c-btn-main .c-btn-main__inner:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.c-btn-main .c-btn-main__inner .c-btn-main__text {
  position: relative;
}
.c-btn-main .c-btn-main__inner .c-btn-main__text--tel {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}
.c-btn-main .c-btn-main__inner .c-btn-main__text--text {
  display: block;
  font-size: 16px;
}
.c-btn-main--white .c-btn-main__inner {
  color: #AF9B4A;
  background-color: #fff;
  border: none;
}
.c-btn-main--white .c-btn-main__inner:after {
  border-bottom: 0.5px solid #AF9B4A;
  border-right: 0.5px solid #AF9B4A;
}
.c-btn-main--white .c-btn-main__inner:hover {
  color: #fff;
  border: none;
}
.c-btn-main--white .c-btn-main__inner:hover::after {
  border-bottom: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
}
.c-btn-main--white .c-btn-main__inner:before {
  background: #AF9B4A;
}
.c-btn-main--clear .c-btn-main__inner {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
.c-btn-main--clear .c-btn-main__inner:after {
  border-bottom: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
}
.c-btn-main--clear .c-btn-main__inner:hover {
  color: #fff;
  border: 2px solid #AF9B4A;
}
.c-btn-main--clear .c-btn-main__inner:hover::after {
  border-bottom: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
}
.c-btn-main--clear .c-btn-main__inner:before {
  background: #AF9B4A;
}
.c-btn-main--right {
  text-align: right;
}

.c-btn-01 .smb-btn {
  background-color: #191970;
  border-radius: 0;
}
.c-btn-01 .smb-btn span br {
  display: block;
  content: "";
  border-bottom: 2px solid #fff;
}
.c-btn-01 a {
  transition: 0.5s;
}
.c-btn-01 a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.c-heading p {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-bottom: 20px !important;
  line-height: 1.1;
}
@media (min-width: 1023px) {
  .c-heading p {
    font-size: 100px;
    line-height: 6.25rem;
    letter-spacing: 0.06rem;
  }
}
@media (max-width: 1023px) {
  .c-heading p {
    font-size: 50px;
    margin-bottom: 10px !important;
  }
}
.c-heading .wp-block-heading {
  margin: 0 !important;
  padding: 0;
  background-color: initial;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media (min-width: 1023px) {
  .c-heading .wp-block-heading {
    font-size: 1.563rem !important;
    line-height: 1.563rem !important;
    letter-spacing: 0.1rem;
  }
}
.c-heading .wp-block-heading:before, .c-heading .wp-block-heading:after {
  display: none !important;
}
.c-heading--white {
  color: #fff;
}
.c-heading--small p {
  margin-bottom: 10px !important;
}
@media (min-width: 1023px) {
  .c-heading--small p {
    font-size: 80px;
  }
}
@media (max-width: 639px) {
  .c-heading--small p {
    font-size: 55px;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 639px) {
  .c-heading--small .wp-block-heading {
    font-size: 20px;
  }
}
.c-heading--heading-jp .wp-block-heading {
  font-size: 50px !important;
  line-height: 1.5 !important;
}
@media (max-width: 639px) {
  .c-heading--heading-jp .wp-block-heading {
    font-size: 26px !important;
  }
}

@media (min-width: 1023px) {
  .c-heading-02 .wp-block-heading {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.c-heading-02 p, .c-heading-02 h2, .c-heading-02 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #1E1E1E;
  background-color: initial !important;
}
@media (min-width: 1023px) {
  .c-heading-02 p, .c-heading-02 h2, .c-heading-02 h3 {
    line-height: 75px;
    letter-spacing: 0.02rem;
    font-size: 45px;
  }
}
@media (max-width: 1023px) {
  .c-heading-02 p, .c-heading-02 h2, .c-heading-02 h3 {
    font-size: 25px;
    line-height: 1.5;
    padding: 0 !important;
  }
}
@media (min-width: 1023px) {
  .c-heading-02--small p, .c-heading-02--small h2, .c-heading-02--small h3 {
    line-height: 55px;
    letter-spacing: 0.02rem;
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .c-heading-02--small p, .c-heading-02--small h2, .c-heading-02--small h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}

.c-heading-03 {
  font-weight: 700;
  letter-spacing: 0.06rem;
  position: relative;
  padding-left: 58.7px !important;
}
@media (min-width: 1023px) {
  .c-heading-03 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 1023px) {
  .c-heading-03 {
    font-size: 1.25rem;
    line-height: 1;
  }
}
@media (max-width: 1023px) {
  .c-heading-03 {
    padding-left: 30px !important;
  }
}
.c-heading-03:before {
  position: absolute;
  content: "";
  width: 46.7px;
  height: 41px;
  background-image: url(/wp-content/uploads/2024/10/icon_array.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 58%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}
@media (max-width: 1023px) {
  .c-heading-03:before {
    width: 23px;
    height: 20px;
    padding: 0 !important;
    top: 43%;
  }
}
.c-heading-03--small {
  padding: 0 !important;
  padding-left: 30.6px !important;
}
@media (min-width: 1023px) {
  .c-heading-03--small {
    font-size: 17px;
    line-height: 1.5;
  }
}
.c-heading-03--small:before {
  width: 24.6px;
  height: 20px;
  top: 54%;
}
.c-heading-03--middle {
  padding: 0 !important;
  padding-left: 43.2px !important;
}
@media (min-width: 1023px) {
  .c-heading-03--middle {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media (max-width: 639px) {
  .c-heading-03--middle {
    padding-left: 30px !important;
    font-size: 1rem;
  }
}
.c-heading-03--middle:before {
  width: 29.6px;
  height: 25px;
  top: 55%;
}
@media (max-width: 639px) {
  .c-heading-03--middle:before {
    width: 24.6px;
    height: 20px;
  }
}
.c-heading-03 a {
  text-decoration: none;
}

.c-card-01 .c-card-01__heading {
  position: relative;
  margin-bottom: 80px !important;
}
@media (max-width: 639px) {
  .c-card-01 .c-card-01__heading {
    margin-bottom: 40px !important;
  }
}
.c-card-01 .c-card-01__heading:after {
  content: "";
  width: 50px;
  height: 3px;
  display: inline-block;
  background-color: #191970;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media (max-width: 639px) {
  .c-card-01 .c-card-01__heading:after {
    bottom: -20px;
  }
}
@media (min-width: 1023px) {
  .c-card-01 .c-card-01__text {
    margin-bottom: 50px !important;
  }
}
.c-card-02 .smb-panels__item {
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25) !important;
}
.c-card-02 .smb-panels__item__body {
  padding: 0 !important;
}
.c-card-02 .c-card-02__img {
  margin-bottom: 20px !important;
}
.c-card-02 .c-card-02__img img {
  width: 100%;
}
@media (min-width: 1023px) {
  .c-card-02 .c-card-02__img img {
    max-height: 350px;
  }
}
.c-card-02 .c-card-02__heading {
  margin-bottom: 30px !important;
  margin-top: 0px !important;
  color: #191970;
  margin-left: var(--_padding1) !important;
  margin-right: var(--_padding1) !important;
}
.c-card-02 .c-card-02__heading:after {
  content: "";
  width: 24.6px;
  height: 2px;
  display: inline-block;
  background-color: #191970;
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media (max-width: 639px) {
  .c-card-02 .c-card-02__heading:after {
    bottom: -20px;
  }
}
.c-card-02 .c-card-02__text {
  line-height: 1.5;
  margin-left: var(--_padding1) !important;
  margin-right: var(--_padding1) !important;
  margin-bottom: var(--_padding1) !important;
}

.c-snowmonkey-panel-price-card p {
  margin: 0 !important;
}
.c-snowmonkey-panel-price-card .smb-panels__item__body {
  padding: 0 !important;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25) !important;
}
.c-snowmonkey-panel-price-card .smb-panels__item__body .c-snowmonkey-panel-price-card__top-area {
  color: #fff;
  padding: var(--_padding1) !important;
  text-align: center;
}
.c-snowmonkey-panel-price-card .smb-panels__item__body .c-snowmonkey-panel-price-card__top-area .c-snowmonkey-panel-price-card__heading {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 20px !important;
  letter-spacing: 0.02em;
}
.c-snowmonkey-panel-price-card .smb-panels__item__body .c-snowmonkey-panel-price-card__top-area .c-snowmonkey-panel-price-card__price {
  font-size: 1.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.c-snowmonkey-panel-price-card .smb-panels__item__body .c-snowmonkey-panel-price-card__top-area .c-snowmonkey-panel-price-card__price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}
.c-snowmonkey-panel-price-card .smb-panels__item__body .c-snowmonkey-panel-price-card__top-area .c-snowmonkey-panel-price-card__read {
  font-size: 0.75rem;
  font-size: 0.75rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 2;
  width: fit-content;
  display: inline-block;
}
.c-snowmonkey-panel-price-card .smb-panels__item__body .c-snowmonkey-panel-price-card__text {
  background-color: #fff;
  margin-top: 0 !important;
  padding: var(--_padding1) !important;
  font-size: 0.875rem;
  line-height: 24px;
}
.c-snowmonkey-panel-price-card:nth-of-type(1) .c-snowmonkey-panel-price-card__top-area {
  background-color: #1287cf;
}
.c-snowmonkey-panel-price-card:nth-of-type(2) .c-snowmonkey-panel-price-card__top-area {
  background-color: #1462b0;
}
.c-snowmonkey-panel-price-card:nth-of-type(3) .c-snowmonkey-panel-price-card__top-area {
  background-color: #173e90;
}
.c-snowmonkey-panel-price-card:nth-of-type(4) .c-snowmonkey-panel-price-card__top-area {
  background-color: #191970;
}

.c-page-header .c-page-header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 80px;
  font-style: italic;
}
@media (max-width: 639px) {
  .c-page-header .c-page-header__title {
    font-size: 1.375rem;
  }
}
.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;
}

.page-id-1820 .c-page-header .c-page-header__title,
.page-id-1890 .c-page-header .c-page-header__title,
.page-id-1921 .c-page-header .c-page-header__title,
.page-id-1931 .c-page-header .c-page-header__title,
.page-id-1935 .c-page-header .c-page-header__title,
.page-id-1938 .c-page-header .c-page-header__title,
.page-id-1942 .c-page-header .c-page-header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 60px;
  font-style: italic;
}
@media (max-width: 639px) {
  .page-id-1820 .c-page-header .c-page-header__title,
  .page-id-1890 .c-page-header .c-page-header__title,
  .page-id-1921 .c-page-header .c-page-header__title,
  .page-id-1931 .c-page-header .c-page-header__title,
  .page-id-1935 .c-page-header .c-page-header__title,
  .page-id-1938 .c-page-header .c-page-header__title,
  .page-id-1942 .c-page-header .c-page-header__title {
    font-size: 1.125rem;
  }
}

.c-media-text .smb-media-text__figure {
  margin-left: calc(50% - 50vw) !important;
}
.c-media-text .smb-media-text__figure img {
  width: 100%;
}

.c-card-sdgs h2, .c-card-sdgs h3, .c-card-sdgs p, .c-card-sdgs li {
  padding: 0 !important;
  margin: 0 !important;
}
.c-card-sdgs .c-card-sdgs__heading {
  background-color: initial;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (min-width: 1023px) {
  .c-card-sdgs .c-card-sdgs__heading {
    margin-bottom: 8px !important;
  }
}
.c-card-sdgs .c-card-sdgs__lead {
  font-size: 0.875rem;
}
@media (min-width: 1023px) {
  .c-card-sdgs .c-card-sdgs__lead {
    margin-bottom: 8px !important;
  }
}
.c-card-sdgs .c-card-sdgs__heading-second {
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 1023px) {
  .c-card-sdgs .c-card-sdgs__heading-second {
    margin-bottom: 8px !important;
  }
}
.c-card-sdgs .c-card-sdgs__lists li {
  font-size: 0.875rem;
  line-height: 1.7;
}
.c-card-sdgs .c-card-sdgs__img {
  max-width: 300px;
}

.c-tel-box {
  margin: 0 !important;
  padding: 20px !important;
}
.c-tel-box p {
  margin: 0 !important;
  padding: 0 !important;
}
.c-tel-box .c-tel-box__tel {
  font-size: 40px;
}
@media (max-width: 639px) {
  .c-tel-box .c-tel-box__tel {
    font-size: 1.5rem;
  }
}
.c-tel-box .c-tel-box__tel a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1023px) {
  .c-tel-box .c-tel-box__tel a[href^="tel:"] {
    pointer-events: initial;
    color: #fff;
  }
}
.c-tel-box .c-tel-box__time {
  font-size: 1.125rem;
}
@media (max-width: 639px) {
  .c-tel-box .c-tel-box__time {
    font-size: 0.875rem;
  }
}

.c-banner-service {
  margin-bottom: 0;
  border-color: #fff;
  border-style: solid;
  border-bottom: 2px solid #fff;
  border-top: none;
}
.c-banner-service .smb-items__banner__body {
  justify-content: center !important;
}
.c-banner-service .smb-items__banner__body .smb-items__banner__body-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.c-banner-service .smb-items__banner__body .smb-items__banner__body-inner .smb-items__banner__lede {
  margin: 0;
  order: -1;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06rem;
  font-size: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .c-banner-service .smb-items__banner__body .smb-items__banner__body-inner .smb-items__banner__lede {
    margin-bottom: 5px;
  }
}
.c-banner-service .smb-items__banner__body .smb-items__banner__body-inner .smb-items__banner__title {
  margin: 0;
  font-weight: 900;
  line-height: 1.125rem;
  letter-spacing: 0.1rem;
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .c-banner-service .smb-items__banner__body .smb-items__banner__body-inner .smb-items__banner__title {
    font-size: 1rem;
  }
}
.c-banner-service:nth-of-type(1) {
  border-left-width: 0;
  border-right-width: 2px;
}
.c-banner-service:nth-of-type(2) {
  border-left-width: 0;
  border-right: 0;
}
@media (max-width: 1023px) {
  .c-banner-service {
    border: none;
    border-bottom: 2px solid #fff;
  }
}
.c-faq .smb-accordion__item__title > .smb-accordion__item__title__label,
.c-faq .smb-accordion__item__body > p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02rem;
  font-size: 1.125rem;
  color: #1E1E1E;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 639px) {
  .c-faq .smb-accordion__item__title > .smb-accordion__item__title__label,
  .c-faq .smb-accordion__item__body > p {
    padding-left: 45px;
    font-size: 1rem;
  }
}
.c-faq .smb-accordion__item__title > .smb-accordion__item__title__label:before,
.c-faq .smb-accordion__item__body > p:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(/wp-content/uploads/2025/02/icon_Q.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0px;
  left: 0%;
  display: block;
}
@media (max-width: 1023px) {
  .c-faq .smb-accordion__item__title > .smb-accordion__item__title__label:before,
  .c-faq .smb-accordion__item__body > p:before {
    width: 30px;
    height: 30px;
  }
}
.c-faq .smb-accordion__item__title .smb-accordion__item__title__label:before {
  background-image: url(/wp-content/uploads/2025/02/icon_Q.png);
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-faq .smb-accordion__item__body {
  padding: calc(var(--_padding-1) * 0.5) var(--_padding-1);
}
@media (min-width: 1023px) {
  .c-faq .smb-accordion__item__body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c-faq .smb-accordion__item__body p:before {
  background-image: url(/wp-content/uploads/2025/02/icon_A.png);
}

@media (max-width: 639px) {
  .c-cover-reason {
    height: 200px !important;
    min-height: 200px !important;
  }
}
.c-cover-reason .c-cover-reason__title-box {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 639px) {
  .c-cover-reason .c-cover-reason__title-box {
    padding-left: 0;
    text-align: center;
    top: 20px;
  }
}
.c-cover-reason .c-cover-reason__title-box:before {
  position: absolute;
  top: 44%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.02rem;
  font-size: 70px;
  color: #AF9B4A;
  border-bottom: 5px solid #AF9B4A;
}
@media (max-width: 639px) {
  .c-cover-reason .c-cover-reason__title-box:before {
    font-size: 35px;
    line-height: 35px;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.c-cover-reason .c-cover-reason__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  color: #fff;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 639px) {
  .c-cover-reason .c-cover-reason__title {
    font-size: 1.25rem;
    margin-bottom: 5 !important;
    line-height: 1.3;
  }
}
.c-cover-reason .c-cover-reason__title-en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 639px) {
  .c-cover-reason .c-cover-reason__title-en {
    font-size: 0.75rem;
  }
}
.c-cover-reason--01 .c-cover-reason__title-box:before {
  content: "01";
}
.c-cover-reason--02 .c-cover-reason__title-box:before {
  content: "02";
}
.c-cover-reason--03 .c-cover-reason__title-box:before {
  content: "03";
}
.c-cover-reason--04 .c-cover-reason__title-box:before {
  content: "04";
}
.c-cover-reason--05 .c-cover-reason__title-box:before {
  content: "05";
}

.c-banner-slider {
  overflow: initial;
}
.c-banner-slider .spider__dots {
  margin-top: 0;
}
.c-banner-slider .spider__dots:not([data-thumbnails=true]) .spider__dot[aria-current=true] {
  background-color: #AF9B4A;
}
.c-banner-slider .spider__arrow[data-direction=prev] {
  left: -40px;
}
.c-banner-slider .spider__arrow[data-direction=next] {
  right: -40px;
}

@media (max-width: 639px) {
  .c-table {
    font-size: 14px;
  }
}

/*//////////////////////////////////
///////////// ヘッダー /////////////
//////////////////////////////////*/
.l-header {
  background-color: #191970;
}
@media (min-width: 1023px) {
  .l-header .c-container {
    --_container-max-width: 100%;
    padding-right: 0;
    padding-left: 100px;
  }
}
.l-header .p-global-nav .c-navbar__item a {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 37.5px;
  padding-left: 37.5px;
  color: #fff !important;
}
@media (max-width: 1390px) {
  .l-header .p-global-nav .c-navbar__item a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.l-header .p-global-nav .c-navbar__item a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.08rem;
  font-size: 1.125rem;
  color: #fff !important;
}
@media (max-width: 1166px) {
  .l-header .p-global-nav .c-navbar__item a span {
    font-size: 14px;
  }
}
.l-header .p-global-nav .c-navbar__item a span br {
  display: none;
}
@media (max-width: 1166px) {
  .l-header .p-global-nav .c-navbar__item a span br {
    display: block;
  }
}
.l-header .p-global-nav .c-navbar__item a small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.08rem;
  font-size: 1.125rem;
}
.l-header .p-global-nav .c-navbar__item:last-of-type {
  background-color: #CF0113;
}
.l-header .c-hamburger-btn__bar {
  background-color: #fff;
}

/*////////////// スクロール前 //////////////*/
/*////////////// /スクロール前 //////////////*/
/*//////////////////////////////////
/////////// /ヘッダー ///////////
//////////////////////////////////*/
/*//////////////////////////////////
/////////// FV ///////////
//////////////////////////////////*/
.p-fv-font {
  font-family: "Noto Sans JP", sans-serif;
}

/* FV画像を暗く */
/* /FV画像を暗く */
/*//////////////////////////////////
/////////// /FV ///////////
//////////////////////////////////*/
.p-section-service-bannner-title {
  height: 550px;
}
@media (max-width: 1023px) {
  .p-section-service-bannner-title {
    height: 300px;
  }
}

.p-section-about {
  position: relative;
}
.p-section-about:after {
  content: "";
  background: #EFF4F8;
  width: 62%;
  height: 1183px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
}
@media (max-width: 639px) {
  .p-section-about:after {
    width: 76%;
    height: 1100px;
  }
}
@media (max-width: 1023px) {
  .p-section-about .p-section-about__container {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__texterea {
    --_item-width: calc(100% - 3% - 490px);
    margin-right: 3%;
    padding: 0;
  }
}
@media (min-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__texterea .p-section-about__heading {
    margin-bottom: 100px !important;
  }
}
.p-section-about .p-section-about__container .p-section-about__texterea .p-section-about__heading:before {
  content: "";
  background: #393981;
  width: 104px;
  height: 104px;
  position: absolute;
  z-index: -2;
  top: -145px;
  left: -148px;
}
.p-section-about .p-section-about__container .p-section-about__texterea .p-section-about__heading:after {
  content: "";
  background: #69699F;
  width: 65px;
  height: 65px;
  position: absolute;
  z-index: -1;
  top: -188px;
  left: 0px;
}
@media (min-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__texterea .p-section-about__heading-02 {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__texterea .p-section-about__heading-02 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__texterea .p-section-about__text p {
    line-height: 49px;
    letter-spacing: 0.02rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__texterea .p-section-about__text {
    margin-bottom: 60px !important;
  }
}
.p-section-about .p-section-about__container .p-section-about__btn:before {
  content: "";
  background: #393981;
  width: 104px;
  height: 104px;
  position: absolute;
  z-index: -2;
  bottom: -176px;
  right: -12px;
}
.p-section-about .p-section-about__container .p-section-about__btn:after {
  content: "";
  background: #69699F;
  width: 65px;
  height: 65px;
  position: absolute;
  z-index: -1;
  bottom: -4px;
  right: -137px;
}
@media (min-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__imgerea {
    padding: 0;
    --_item-width: 490px;
    position: relative;
    top: 42px;
  }
}
@media (max-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__imgerea {
    order: -1;
  }
}
.p-section-about .p-section-about__container .p-section-about__imgerea .p-section-about__img01 {
  width: 443px;
  height: 510px;
}
@media (min-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__imgerea .p-section-about__img01 {
    margin-right: 0 !important;
  }
}
@media (max-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__imgerea .p-section-about__img01 {
    width: 90%;
    height: auto;
    margin-left: 0 !important;
    margin-bottom: -90px !important;
  }
}
@media (min-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__imgerea .p-section-about__img01 img {
    position: relative;
    right: 47px;
  }
}
.p-section-about .p-section-about__container .p-section-about__imgerea .p-section-about__img02 {
  width: 244px;
  height: 244px;
  position: relative;
  bottom: 60px;
}
@media (min-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__imgerea .p-section-about__img02 {
    margin-right: 0 !important;
  }
}
@media (max-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__imgerea .p-section-about__img02 {
    height: auto;
    bottom: initial;
    width: 60%;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
}
.p-section-about .p-section-about__container .p-section-about__imgerea .p-section-about__img02 img {
  position: relative;
  bottom: 20px;
}
@media (max-width: 1023px) {
  .p-section-about .p-section-about__container .p-section-about__imgerea .p-section-about__img02 img {
    bottom: initial;
  }
}

.p-section-service {
  position: relative;
}
.p-section-service:after {
  content: "";
  background: #EFF4F8;
  width: 68.6%;
  max-width: 1120px;
  height: 1643px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
@media (max-width: 639px) {
  .p-section-service:after {
    width: 38%;
    height: 1900px;
  }
}
@media (min-width: 1023px) {
  .p-section-service .p-section-service__container {
    margin-top: 0 !important;
    margin-bottom: 110px !important;
  }
}
@media (max-width: 1023px) {
  .p-section-service .p-section-service__container {
    margin-bottom: 80px !important;
  }
}
.p-section-service .p-section-service__container:last-of-type {
  margin-bottom: 0px !important;
}
@media (min-width: 1023px) {
  .p-section-service .p-section-service__container .c-row {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1023px) {
  .p-section-service .p-section-service__container .c-row .p-section-service__imgerea {
    --_item-width: calc(100% - 520px - 115px);
    padding: 0;
  }
}
@media (min-width: 1023px) {
  .p-section-service .p-section-service__container .c-row .p-section-service__imgerea figure {
    max-width: initial;
    margin-left: calc(50% - 50vw) !important;
  }
}
@media (min-width: 1023px) {
  .p-section-service .p-section-service__container .c-row .p-section-service__imgerea figure img {
    width: 100%;
    max-height: 500px;
  }
}
@media (min-width: 1023px) {
  .p-section-service .p-section-service__container .c-row .p-section-service__texterea {
    --_item-width: 520px;
    margin-left: 115px !important;
  }
}
.p-section-service .p-section-service__container .c-row .p-section-service__texterea .p-section-service__texterea-inner {
  position: relative;
}
.p-section-service .p-section-service__container .c-row .p-section-service__texterea .p-section-service__texterea-inner:after {
  position: absolute;
  top: 30px;
  right: -25px;
  font-size: 170px;
  letter-spacing: -0.04rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #EFF4F8;
  z-index: -1;
}
.p-section-service .p-section-service__container:nth-of-type(1) .p-section-service__texterea-inner:after {
  content: "01";
}
.p-section-service .p-section-service__container:nth-of-type(2) .p-section-service__texterea-inner:after {
  content: "02";
}
.p-section-service .p-section-service__container:nth-of-type(3) .p-section-service__texterea-inner:after {
  content: "03";
}

.p-recent-posts {
  margin-top: 0 !important;
}
@media (max-width: 1023px) {
  .p-recent-posts .spider .spider__canvas {
    position: relative;
    right: -2%;
  }
}
.p-recent-posts .spider .spider__slide {
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1023px) {
  .p-recent-posts .spider .spider__slide {
    max-width: 32%;
  }
}
@media (max-width: 1023px) {
  .p-recent-posts .spider .spider__slide {
    max-width: 98%;
  }
}
.p-recent-posts .spider .spider__arrow {
  top: initial;
  bottom: -80px;
}
.p-recent-posts .spider .spider__arrow:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 25px;
  height: 25px;
  top: calc(50% - var(--spider--arrow-size) / 2);
}
.p-recent-posts .spider .spider__arrow[data-direction=next]:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: initial;
  border-left: initial;
  width: 25px;
  height: 25px;
  top: calc(50% - var(--spider--arrow-size) / 2);
}
.p-recent-posts .c-entries-carousel__item {
  height: 100%;
}
.p-recent-posts .c-entries-carousel__item a {
  height: 100%;
}
.p-recent-posts .c-entries-carousel__item a .c-entry-summary {
  background-color: #fff;
  height: 100%;
}
@media (min-width: 1023px) {
  .p-recent-posts .c-entries-carousel__item a .c-entry-summary .c-entry-summary__figure {
    margin-bottom: 0 !important;
    height: 287px;
  }
}
.p-recent-posts .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body {
  text-align: left;
}
@media (min-width: 1023px) {
  .p-recent-posts .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body {
    padding: 55px;
  }
}
@media (max-width: 1023px) {
  .p-recent-posts .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body {
    padding: 20px;
  }
}
@media (min-width: 1023px) {
  .p-recent-posts .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__header {
    margin-bottom: 25px;
  }
}
@media (min-width: 1023px) {
  .p-recent-posts .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title {
    font-weight: 700;
    font-size: 1.563rem;
  }
}
@media (min-width: 1023px) {
  .p-recent-posts .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__content {
    line-height: 40px;
    font-size: 1.125rem;
    margin-bottom: 60px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
}
.p-recent-posts .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta {
  justify-content: left;
}
@media (min-width: 1023px) {
  .p-recent-posts .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta {
    font-size: 1.125rem;
  }
}
.p-recent-posts .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--author img {
  display: none;
}
@media (min-width: 1023px) {
  .p-section-works .c-container {
    --_container-max-width: 1536px;
  }
}
.p-section-works .c-container .p-section-works__heading {
  margin-bottom: 90px !important;
}
@media (max-width: 639px) {
  .p-section-works .c-container .p-section-works__heading {
    margin-bottom: 40px !important;
  }
}
.p-section-banner .smb-items__banner__body {
  justify-content: center !important;
}
.p-section-banner .smb-items__banner__body .smb-items__banner__body-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.p-section-banner .smb-items__banner__body .smb-items__banner__body-inner .smb-items__banner__lede {
  margin: 0;
  order: -1;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06rem;
  font-size: 65px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .p-section-banner .smb-items__banner__body .smb-items__banner__body-inner .smb-items__banner__lede {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
.p-section-banner .smb-items__banner__body .smb-items__banner__body-inner .smb-items__banner__title {
  margin: 0;
  font-weight: 900;
  line-height: 1.563rem;
  letter-spacing: 0.1rem;
  font-size: 1.563rem;
}
@media (max-width: 1023px) {
  .p-section-banner .smb-items__banner__body .smb-items__banner__body-inner .smb-items__banner__title {
    font-size: 1rem;
  }
}
.p-section-banner .p-section-banner__container-two .p-section-banner__container-two-item {
  margin-bottom: 0;
  border-color: #fff;
  border-style: solid;
  border-bottom: 2px solid #fff;
  border-top: none;
}
.p-section-banner .p-section-banner__container-two .p-section-banner__container-two-item:nth-of-type(1) {
  border-left-width: 0;
  border-right-width: 2px;
}
.p-section-banner .p-section-banner__container-two .p-section-banner__container-two-item:nth-of-type(2) {
  border-left-width: 0;
  border-right: 0;
}
@media (max-width: 1023px) {
  .p-section-banner .p-section-banner__container-two .p-section-banner__container-two-item {
    border: none;
    border-bottom: 2px solid #fff;
  }
}
.p-section-banner .p-section-banner__container-two .p-section-banner__container-two-item .smb-items__banner {
  height: 477px;
}
@media (max-width: 1023px) {
  .p-section-banner .p-section-banner__container-two .p-section-banner__container-two-item .smb-items__banner {
    height: 150px;
  }
}
.p-section-banner .p-section-banner__container-two .p-section-banner__container-two-item .smb-items__banner .smb-items__banner__figure img {
  height: 477px;
}
@media (max-width: 1023px) {
  .p-section-banner .p-section-banner__container-two .p-section-banner__container-two-item .smb-items__banner .smb-items__banner__figure img {
    height: 150px;
  }
}
.p-section-banner .p-section-banner__container-three .p-section-banner__container-three-item {
  margin-bottom: 0;
  border-color: #fff;
  border-style: solid;
  border-bottom: none;
  border-top: none;
}
.p-section-banner .p-section-banner__container-three .p-section-banner__container-three-item:nth-of-type(1) {
  border-left-width: 0;
  border-right-width: 2px;
}
.p-section-banner .p-section-banner__container-three .p-section-banner__container-three-item:nth-of-type(2) {
  border-left-width: 0;
  border-right: 0;
}
.p-section-banner .p-section-banner__container-three .p-section-banner__container-three-item:nth-of-type(3) {
  border-left-width: 2px;
  border-right: 0;
}
@media (max-width: 1023px) {
  .p-section-banner .p-section-banner__container-three .p-section-banner__container-three-item:last-of-type {
    margin-bottom: var(--_gap);
  }
}
@media (max-width: 1023px) {
  .p-section-banner .p-section-banner__container-three .p-section-banner__container-three-item {
    border: none;
    border-bottom: 2px solid #fff;
  }
}
.p-section-banner .p-section-banner__container-three .p-section-banner__container-three-item .smb-items__banner {
  height: 472px;
}
@media (max-width: 1023px) {
  .p-section-banner .p-section-banner__container-three .p-section-banner__container-three-item .smb-items__banner {
    height: 150px;
  }
}
.p-section-banner .p-section-banner__container-three .p-section-banner__container-three-item .smb-items__banner .smb-items__banner__figure img {
  height: 472px;
}
@media (max-width: 1023px) {
  .p-section-banner .p-section-banner__container-three .p-section-banner__container-three-item .smb-items__banner .smb-items__banner__figure img {
    height: 150px;
  }
}
@media (min-width: 1023px) {
  .p-section-contact .p-section-contact__heading {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1023px) {
  .p-section-contact .p-section-contact__text {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
  }
}
@media (max-width: 1023px) {
  .p-section-contact .p-section-contact__text {
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .p-section-contact .p-section-contact__text br {
    display: none;
  }
}
@media (min-width: 1023px) {
  .p-section-contact .p-section-contact__btn-inner {
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1023px) {
  .p-section-contact .p-section-contact__btn-inner .p-section-contact__btn-contact {
    margin-right: 60px !important;
  }
}
@media (max-width: 1023px) {
  .p-section-contact .p-section-contact__btn-inner .p-section-contact__btn-contact {
    margin-bottom: 30px;
  }
}
.p-section-greeting .wp-block-snow-monkey-blocks-media-text {
  overflow: initial;
}
.p-section-greeting .smb-media-text__figure {
  position: relative;
}
.p-section-greeting .smb-media-text__figure:before {
  position: absolute;
  content: "";
  width: 300px;
  height: 50px;
  background-image: url(/wp-content/uploads/2024/10/text-name.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -80px;
  bottom: 0;
  display: block;
  transform: rotate(342deg);
  z-index: 100;
}

.p-block-step .smb-step__body:before {
  border-left-color: #191970;
  left: 26px;
  top: 8px;
}
.p-block-step .smb-step__body .smb-step__item .smb-step__item__title span {
  font-size: 1.125rem;
}
.p-block-step .smb-step__body .smb-step__item .smb-step__item__number {
  background-color: #fff;
  width: 53px;
  height: 74px;
  border-radius: 0;
  top: 8px;
}
.p-block-step .smb-step__body .smb-step__item .smb-step__item__number:after {
  position: absolute;
  content: "";
  width: 52px;
  height: 74px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.p-block-step .smb-step__body .smb-step__item:nth-of-type(1) .smb-step__item__number:after {
  background-image: url(/wp-content/uploads/2024/11/icon_step-1.png);
}
.p-block-step .smb-step__body .smb-step__item:nth-of-type(2) .smb-step__item__number:after {
  background-image: url(/wp-content/uploads/2024/11/icon_step-2.png);
}
.p-block-step .smb-step__body .smb-step__item:nth-of-type(3) .smb-step__item__number:after {
  background-image: url(/wp-content/uploads/2024/11/icon_step-3.png);
}
.p-block-step .smb-step__body .smb-step__item:nth-of-type(4) .smb-step__item__number:after {
  background-image: url(/wp-content/uploads/2024/11/icon_step-4.png);
}
.p-block-step .smb-step__body .smb-step__item:nth-of-type(5) .smb-step__item__number:after {
  background-image: url(/wp-content/uploads/2024/11/icon_step-5.png);
}

.p-snowmonkey-accordion-faq .p-snowmonkey-accordion-faq__item .smb-accordion__item__title, .p-snowmonkey-accordion-faq .p-snowmonkey-accordion-faq__item .smb-accordion__item__body {
  position: relative;
  padding-left: 78px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
}
@media (max-width: 639px) {
  .p-snowmonkey-accordion-faq .p-snowmonkey-accordion-faq__item .smb-accordion__item__title, .p-snowmonkey-accordion-faq .p-snowmonkey-accordion-faq__item .smb-accordion__item__body {
    padding-left: 55px;
  }
}
.p-snowmonkey-accordion-faq .p-snowmonkey-accordion-faq__item .smb-accordion__item__title:before, .p-snowmonkey-accordion-faq .p-snowmonkey-accordion-faq__item .smb-accordion__item__body:before {
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  width: 63px;
  height: 63px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 639px) {
  .p-snowmonkey-accordion-faq .p-snowmonkey-accordion-faq__item .smb-accordion__item__title:before, .p-snowmonkey-accordion-faq .p-snowmonkey-accordion-faq__item .smb-accordion__item__body:before {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
.p-snowmonkey-accordion-faq .p-snowmonkey-accordion-faq__item .smb-accordion__item__title {
  margin-bottom: 20px;
}
.p-snowmonkey-accordion-faq .p-snowmonkey-accordion-faq__item .smb-accordion__item__title:before {
  content: "Q";
  background-color: #191970;
}
.p-snowmonkey-accordion-faq .p-snowmonkey-accordion-faq__item .smb-accordion__item__body:before {
  content: "A";
  background-color: #AF9B4A;
}

.p-related-sites-items {
  border-top: 1px solid rgb(255, 255, 255);
  padding-top: 50px;
  margin-top: 70px !important;
}
@media (max-width: 639px) {
  .p-related-sites-items {
    margin-top: 0px !important;
  }
}
@media (max-width: 1023px) {
  .p-related-sites-items .p-related-sites-item p {
    text-align: left;
  }
}
@media (max-width: 639px) {
  .p-related-sites-items .p-related-sites-item p {
    margin-bottom: 0 !important;
  }
}
.p-related-sites-items .p-related-sites-item p a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
}
.p-related-sites-items .p-related-sites-item p a:hover {
  text-decoration: underline;
}
.p-related-sites-items .p-related-sites-item p a:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(http://nextkaitaipro.musubi-web.com/wp-content/uploads/2025/03/アセット-26@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 60%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}

.p-section-sns {
  position: relative;
}
.p-section-sns:before {
  position: absolute;
  content: "";
  width: 320px;
  height: 120px;
  background-image: url(/wp-content/uploads/2025/03/icon_snscheck.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 100;
  display: block;
}
@media (max-width: 1023px) {
  .p-section-sns:before {
    width: 200px;
    left: 48%;
  }
}
.p-section-sns a {
  transition: 0.5s;
}
.p-section-sns a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.p-banner-box {
  width: 60%;
  max-width: 900px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.p-banner-box a {
  transition: 0.5s;
}
.p-banner-box a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.p-fv-gp {
  position: relative;
}

.p-section-pricelist {
  padding-bottom: 0 !important;
}
.p-section-pricelist .smb-section__body {
  margin-top: 20px;
}
.p-section-pricelist .smb-section__title {
  font-size: 20px;
}
@media (max-width: 639px) {
  .p-section-pricelist .smb-section__title {
    font-size: 18px;
  }
}
.p-section-pricelist-mokuji p {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.p-section-flow .p-section-flow__steps .p-section-flow__step .smb-step__item__title {
  font-size: 24px;
}
@media (max-width: 639px) {
  .p-section-flow .p-section-flow__steps .p-section-flow__step .smb-step__item__title {
    font-size: 20px;
  }
}
.p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__step-text {
  line-height: 1.5;
}
.p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts {
  background-color: #f7f7f7;
}
@media (max-width: 639px) {
  .p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts {
    padding: 15px;
  }
}
@media (min-width: 1023px) {
  .p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts .p-section-flow__alerts-heading {
    margin-bottom: 0px !important;
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts .p-section-flow__alerts-heading {
    margin-bottom: 10px !important;
    font-size: 18px;
  }
}
@media (min-width: 1023px) {
  .p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts .p-section-flow__alerts-lists .p-section-flow__alerts-list, .p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts .p-section-flow__alerts-lists li, .p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts ol .p-section-flow__alerts-list, .p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts ol li {
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts .p-section-flow__alerts-lists .p-section-flow__alerts-list, .p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts .p-section-flow__alerts-lists li, .p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts ol .p-section-flow__alerts-list, .p-section-flow .p-section-flow__steps .p-section-flow__step .p-section-flow__alerts ol li {
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.2em;
  }
}
.p-section-flow p {
  line-height: 1.5;
}

@media (min-width: 1023px) {
  .p-section-text-media .p-section-text-media__inner .p-section-text-media__text-erea {
    --_item-width: calc(100% - 5% - 42%);
    margin-right: 5%;
  }
}
@media (min-width: 1023px) {
  .p-section-text-media .p-section-text-media__inner .p-section-text-media__text-erea .p-section-text-media__heading {
    margin-bottom: 55px !important;
  }
}
@media (min-width: 1023px) {
  .p-section-text-media .p-section-text-media__inner .p-section-text-media__text-erea .p-section-text-media__text {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1023px) {
  .p-section-text-media .p-section-text-media__inner .p-section-text-media__img-erea {
    --_item-width: 42%;
  }
}
@media (max-width: 1023px) {
  .p-section-text-media .p-section-text-media__inner .p-section-text-media__img-erea .p-section-text-media__img img {
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .p-section-text-media--tb-revers {
    display: flex;
    flex-direction: column;
  }
  .p-section-text-media--tb-revers .p-section-text-media__img-erea {
    order: -1;
  }
}

@media (max-width: 1023px) {
  .p-flexible-table td:nth-of-type(odd) {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  .p-flexible-table td:nth-of-type(even) {
    padding-top: 0 !important;
  }
}
@media (max-width: 639px) {
  .p-flexible-table td:nth-of-type(even) {
    font-size: 1rem !important;
  }
}

@media (min-width: 1023px) {
  .p-items-reason .p-items-reason__media {
    --_item-width: 200px ;
  }
}
@media (max-width: 1023px) {
  .p-items-reason .p-items-reason__media {
    --_item-width: 200px ;
  }
}
@media (max-width: 639px) {
  .p-items-reason .p-items-reason__media {
    --_item-width: 120px ;
  }
}
@media (min-width: 1023px) {
  .p-items-reason .p-items-reason__media img {
    width: 171px;
  }
}
@media (min-width: 1023px) {
  .p-items-reason .p-items-reason__textarea {
    --_item-width: calc(100% - 200px);
  }
}
@media (max-width: 1023px) {
  .p-items-reason .p-items-reason__textarea {
    --_item-width: calc(100% - 200px);
  }
}
@media (max-width: 639px) {
  .p-items-reason .p-items-reason__textarea {
    --_item-width: calc(100% - 120px);
    padding-left: 0;
    display: flex;
    align-items: flex-end;
  }
}
.p-items-reason .p-items-reason__textarea .p-items-reason__title {
  margin-bottom: 15px;
  border-bottom: 1px solid #191970 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 0.02rem;
  font-size: 1.25rem;
  color: #1E1E1E;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 1023px) {
  .p-items-reason .p-items-reason__textarea .p-items-reason__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .p-items-reason .p-items-reason__textarea .p-items-reason__title {
    border-bottom: none !important;
    padding-left: 27px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.p-items-reason .p-items-reason__textarea .p-items-reason__title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/uploads/2024/10/icon_array.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 52%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}
@media (max-width: 639px) {
  .p-items-reason .p-items-reason__textarea .p-items-reason__title:before {
    width: 20px;
    height: 20px;
    top: 4px;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
  }
}
.p-items-reason .p-items-reason__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  font-size: 1rem;
  color: #1E1E1E;
}
@media (max-width: 1023px) {
  .p-items-reason .p-items-reason__text {
    font-size: 0.875rem;
  }
}
@media (max-width: 639px) {
  .p-items-reason .p-items-reason__text {
    margin-top: 15px !important;
  }
}

.p-section-reason:after {
  content: "";
  background: #EFF4F8;
  width: 40%;
  height: 105%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
@media (max-width: 639px) {
  .p-section-reason:after {
    width: 20%;
  }
}
.p-section-reason .p-section-reason__gp {
  position: relative;
}
.p-section-reason .p-section-reason__gp:after {
  position: absolute;
  bottom: 30px;
  left: 34%;
  font-size: 170px;
  letter-spacing: -0.04rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #EFF4F8;
  z-index: -1;
}
@media (max-width: 1024px) {
  .p-section-reason .p-section-reason__gp:after {
    font-size: 120px;
    left: 37%;
  }
}
@media (max-width: 768px) {
  .p-section-reason .p-section-reason__gp:after {
    font-size: 80px;
    left: 37%;
  }
}
@media (max-width: 639px) {
  .p-section-reason .p-section-reason__gp:after {
    font-size: 60px;
    left: 12%;
  }
}
.p-section-reason .p-section-reason__gp--01:after {
  content: "REASON01";
}
.p-section-reason .p-section-reason__gp--02:after {
  content: "REASON02";
}
.p-section-reason .p-section-reason__gp--03:after {
  content: "REASON03";
}
.p-section-reason .p-section-reason__gp--04:after {
  content: "REASON04";
}
.p-section-reason .p-section-reason__gp--05:after {
  content: "REASON05";
}

.p-section-text-style .wp-block-heading, .p-section-text-style h3 {
  padding: 0 !important;
  margin: 0;
  margin-bottom: 15px !important;
  margin-top: 70px !important;
  font-size: 20px;
  background: none;
  border: none !important;
}
@media (max-width: 639px) {
  .p-section-text-style .wp-block-heading, .p-section-text-style h3 {
    margin-bottom: 10px !important;
    font-size: 18px;
    line-height: 1.25;
    margin-top: 35px !important;
  }
}
.p-section-text-style .wp-block-heading:first-of-type, .p-section-text-style h3:first-of-type {
  margin-top: 0 !important;
}
.p-section-text-style p {
  margin: 0 !important;
  line-height: 1.5;
  margin-bottom: 15px !important;
}
@media (max-width: 639px) {
  .p-section-text-style p {
    margin-bottom: 10px !important;
    font-size: 1rem;
    line-height: 1.25;
  }
}

.p-section-footer p {
  margin: 0 !important;
  margin-bottom: 20px !important;
}
@media (min-width: 1023px) {
  .p-section-footer p {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
@media (min-width: 1023px) {
  .p-section-footer .p-section-footer__container .c-row {
    justify-content: space-between;
  }
}
@media (min-width: 1023px) {
  .p-section-footer .p-section-footer__container .c-row .p-section-footer__left-erea {
    --_item-width: fit-content;
    margin: 0;
  }
}
.p-section-footer .p-section-footer__container .c-row .p-section-footer__left-erea .p-section-footer_logo {
  margin-bottom: 20px !important;
}
@media (min-width: 1023px) {
  .p-section-footer .p-section-footer__container .c-row .p-section-footer__left-erea .p-section-footer_logo {
    width: 310px;
    margin-left: 0 !important;
  }
}
@media (max-width: 1023px) {
  .p-section-footer .p-section-footer__container .c-row .p-section-footer__left-erea .p-section-footer_logo {
    width: 50%;
    margin-left: 0 !important;
  }
}
.p-section-footer .p-section-footer__container .c-row .p-section-footer__left-erea .p-section-footer_tel-fax-container .p-section-footer_tel {
  margin-right: 15px !important;
  display: inline-block;
}
.p-section-footer .p-section-footer__container .c-row .p-section-footer__left-erea .p-section-footer_tel-fax-container .p-section-footer_tel a {
  color: #fff;
}
.p-section-footer .p-section-footer__container .c-row .p-section-footer__left-erea .p-section-footer_tel-fax-container .p-section-footer_fax {
  display: inline-block;
}
.p-section-footer .p-section-footer__container .c-row .p-section-footer__left-erea .p-section-footer_tel-fax-container .p-section-footer_fax a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #fff !important;
}
@media (min-width: 1023px) {
  .p-section-footer .p-section-footer__container .c-row .p-section-footer__right-erea {
    --_item-width: fit-content;
    padding-left: 0;
    margin: 0;
    width: fit-content;
  }
}
@media (min-width: 1023px) {
  .p-section-footer .p-section-footer__container .c-row .p-section-footer__right-erea .widget > div {
    display: flex;
    justify-content: right;
  }
}
.p-section-footer .p-section-footer__container .c-row .p-section-footer__right-erea .menu {
  display: grid;
}
@media (min-width: 1023px) {
  .p-section-footer .p-section-footer__container .c-row .p-section-footer__right-erea .menu {
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    width: max-content;
    column-gap: 50px;
    row-gap: 44px;
  }
}
@media (max-width: 1023px) {
  .p-section-footer .p-section-footer__container .c-row .p-section-footer__right-erea .menu {
    grid-template-columns: 55% 45%;
    column-gap: 20px;
    row-gap: 15px;
  }
}
.p-section-footer .p-section-footer__container .c-row .p-section-footer__right-erea .menu .menu-item {
  margin-top: 0;
}
@media (min-width: 1023px) {
  .p-section-footer .p-section-footer__container .c-row .p-section-footer__right-erea .menu .menu-item {
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: 0.06rem;
  }
}
.p-section-footer a {
  text-decoration-color: #fff;
}

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

.wpcf7-form .wpcf7-form-control {
  width: 100%;
}
.wpcf7-form .red {
  color: red;
}

@media (min-width: 1023px) {
  .l-section-about {
    margin: 0;
    padding: 0;
    padding-top: 250px !important;
    padding-bottom: 300px !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 1023px) {
  .l-section-service {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 170px !important;
    padding-bottom: 155px !important;
  }
}

@media (min-width: 1023px) {
  .l-section-works {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
}

@media (min-width: 1023px) {
  .l-section-contact {
    padding-top: 160px !important;
    padding-bottom: 115px !important;
  }
}

@media (min-width: 1023px) {
  .l-section-text-media {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}

@media (min-width: 1023px) {
  .l-footer {
    margin-bottom: 100px !important;
  }
}
.l-footer .l-footer-widget-area {
  background-color: #191970;
}
@media (min-width: 1023px) {
  .l-footer .l-footer-widget-area {
    padding-top: 100px !important;
    padding-bottom: 85px !important;
  }
}
@media (min-width: 1023px) {
  .l-footer .l-footer-widget-area .l-footer-widget-area__item {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1023px) {
  .l-footer .l-footer-widget-area .l-footer-widget-area__item .l-footer__section {
    padding-top: 0 !important;
  }
}
.l-footer .l-footer-widget-area .l-footer-widget-area__item .l-footer__section .c-container {
  padding: 0;
}
.l-footer .c-copyright {
  background-color: #000;
  font-family: "Roboto", sans-serif;
  line-height: 23px;
  letter-spacing: 0.01rem;
  color: #fff;
}
@media (min-width: 1023px) {
  .l-footer .c-copyright {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=style.css.map */