@charset "UTF-8";
@media (min-width: 1023px) {
  p {
    margin: 0;
    padding: 0;
  }
}

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

img {
  object-fit: cover;
}

.wp-block-heading {
  background-color: initial !important;
  border: none !important;
}
@media (min-width: 1023px) {
  .wp-block-heading {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-entries__item > a:active .c-entry-summary__body,
  .c-entries__item > a:focus .c-entry-summary__body,
  .c-entries__item > a:hover .c-entry-summary__body {
    opacity: 1;
  }
}
/* サイト共通設定 */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #333;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
}

@media (min-width: 1023px) {
  body {
    font-size: 1rem;
  }
  body .smb-section__title {
    line-height: 1;
  }
  body p {
    line-height: 1.5em;
    letter-spacing: 0.03em;
  }
  ._sp {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media (max-width: 1023px) {
  ._pc {
    display: none;
  }
}
.u-font-family-01 .smb-media-text__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

/* トップに戻るボタンを任意の画像に変更 */
#page-top a svg {
  display: none;
}

#page-top {
  background: url(/wp-content/uploads/2024/10/btn_page-top.png) no-repeat center center;
  background-color: transparent;
  background-size: contain;
  width: 102px;
  height: 102px;
  right: 50px;
  bottom: 50px;
}
@media (max-width: 639px) {
  #page-top {
    width: 70px;
    height: 70px;
    right: 15px;
    bottom: 15px;
  }
}

.c-btn-main {
  text-align: center;
  margin: 0 !important;
}
.c-btn-main .c-btn-main__inner {
  display: inline-block;
  width: 188px;
  padding-left: 40px;
  text-align: left;
  text-decoration: none;
  font-weight: 700;
  line-height: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
  outline: none;
  color: #333;
  background-color: #FFF710;
  position: relative;
  border: none;
  transition: color 0.5s ease;
  border-radius: 0;
  margin: 0 !important;
}
.c-btn-main .c-btn-main__inner:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  background-image: url(/wp-content/uploads/2024/10/icon-arrow.png);
  top: 36%;
  right: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.c-btn-main .c-btn-main__inner:hover::after {
  right: 30px;
  transition: all 0.7s ease;
}
.c-btn-main--blue .c-btn-main__inner {
  background-color: #063482;
  color: #fff;
}
.c-btn-main--blue .c-btn-main__inner:after {
  background-image: url(/wp-content/uploads/2024/10/icon-arrow-white.png);
}
.c-btn-main--left {
  text-align: left;
}
@media (max-width: 639px) {
  .c-btn-main--left {
    text-align: center;
  }
}

.c-heading .smb-section__subtitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #063482;
  letter-spacing: 0.2em;
}
@media (min-width: 1023px) {
  .c-heading .smb-section__subtitle {
    line-height: 1;
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .c-heading .smb-section__subtitle {
    font-size: 0.875rem;
  }
}
.c-heading .smb-section__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 58px;
  line-height: 1;
}
@media (min-width: 1023px) {
  .c-heading .smb-section__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 639px) {
  .c-heading .smb-section__title {
    font-size: 1.5rem;
    padding-bottom: 38.5px;
  }
}
.c-heading .smb-section__title:before {
  position: absolute;
  content: "";
  width: 184px;
  height: 36px;
  background-image: url(/wp-content/uploads/2024/10/icon_heading.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;
  display: block;
  bottom: 0;
}
@media (max-width: 639px) {
  .c-heading .smb-section__title:before {
    width: 120px;
    height: 23.5px;
  }
}
.c-heading--icon-none .smb-section__title {
  padding-bottom: 0;
}
.c-heading--icon-none .smb-section__title:before {
  display: none;
}

.c-navbar .c-navbar__item a span {
  position: relative;
  padding-left: 22px;
}
.c-navbar .c-navbar__item a span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 44%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}
.c-navbar .c-navbar__item:nth-of-type(1) a span:before {
  background-image: url(/wp-content/uploads/2024/10/menu-icon-01.png);
}
.c-navbar .c-navbar__item:nth-of-type(2) a span:before {
  background-image: url(/wp-content/uploads/2024/10/menu-icon-02.png);
}
.c-navbar .c-navbar__item:nth-of-type(3) a span:before {
  background-image: url(/wp-content/uploads/2024/10/menu-icon-03.png);
}
.c-navbar .c-navbar__item:nth-of-type(4) a span:before {
  background-image: url(/wp-content/uploads/2024/10/menu-icon-04.png);
}
.c-navbar .c-navbar__item:nth-of-type(5) {
  background-color: #063482;
}
.c-navbar .c-navbar__item:nth-of-type(5) a span {
  position: initial;
  padding-left: 0;
}
.c-navbar .c-navbar__item:nth-of-type(5) a span:before {
  background-image: none;
}

@media (min-width: 1023px) {
  .c-card {
    margin: 0 !important;
  }
}
.c-card .smb-panels__item {
  box-shadow: none;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.c-card .smb-panels__item .smb-panels__item__figure {
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.c-card .smb-panels__item .smb-panels__item__figure img {
  height: 185px;
}
.c-card .smb-panels__item .smb-panels__item__body {
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
}
.c-card .smb-panels__item .smb-panels__item__body .smb-panels__item__title {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1rem;
  margin-bottom: 12px;
}
.c-card .smb-panels__item .smb-panels__item__body .smb-panels__item__content {
  line-height: 1.5em;
  letter-spacing: 0.03em;
  font-size: 0.875rem;
  margin-top: 0 !important;
}
.c-card--col2 .smb-panels__item {
  box-shadow: none;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
@media (min-width: 1023px) {
  .c-card--col2 .smb-panels__item .smb-panels__item__figure img {
    height: 300px;
  }
}

.c-card-02 .smb-panels__item {
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.c-card-02 .smb-panels__item:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 15px;
  background-image: url(/wp-content/uploads/2024/10/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 16px;
  right: 12px;
  display: block;
}
.c-card-02 .smb-panels__item .smb-panels__item__body {
  padding-top: 16px;
  padding-bottom: 47px;
  padding-left: 12px;
  padding-right: 12px;
}
.c-card-02 .smb-panels__item .smb-panels__item__body .c-card-02__img img {
  width: 100%;
}
.c-card-02 .smb-panels__item .smb-panels__item__body .c-card-02__plan {
  margin-top: 0;
  background-color: #FFF710;
  padding: 3px;
  font-weight: 700;
  font-size: 0.875rem;
}
.c-card-02 .smb-panels__item .smb-panels__item__body .c-card-02__roof-color {
  margin-top: 0;
  padding: 7px;
  align-items: center;
  font-weight: 700;
  font-size: 1.125rem;
}
.c-card-02 .smb-panels__item .smb-panels__item__body .c-card-02__price-container {
  display: flex;
  align-items: center;
  margin-bottom: 7px !important;
}
.c-card-02 .smb-panels__item .smb-panels__item__body .c-card-02__price-container .c-card-02__price-labels {
  width: 65px;
}
.c-card-02 .smb-panels__item .smb-panels__item__body .c-card-02__price-container .c-card-02__price-labels .c-card-02__price-label-01 {
  margin-top: 0;
  background-color: #063482;
  color: #fff;
  margin-bottom: 3px;
  padding: 2px;
  text-align: center;
  font-weight: 700;
  font-size: 9px;
}
.c-card-02 .smb-panels__item .smb-panels__item__body .c-card-02__price-container .c-card-02__price-labels .c-card-02__price-label-02 {
  margin-top: 0;
  background-color: #063482;
  color: #fff;
  padding: 2px;
  text-align: center;
  font-weight: 700;
  font-size: 9px;
}
.c-card-02 .smb-panels__item .smb-panels__item__body .c-card-02__price-container .c-card-02__price-total {
  margin-top: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
  color: red;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0;
  width: 24px;
}
.c-card-02 .smb-panels__item .smb-panels__item__body .c-card-02__price-container .c-card-02__price {
  margin-top: 0;
  font-size: 31px;
  color: red;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", YuGothic, "Yu Gothic", sans-serif;
  vertical-align: top;
  letter-spacing: -0.09em;
  line-height: 1;
  width: calc(100% - 65px - 24px);
}
.c-card-02 .smb-panels__item .smb-panels__item__body .c-card-02__subtext {
  margin-top: 0;
  font-size: 0.75rem;
}

.c-page-header .c-page-header__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.3em;
  font-size: 40px;
}
@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;
}

.c-block-media-text {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.c-block-media-text .smb-media-text__title {
  font-size: 1.5rem;
}
@media (max-width: 639px) {
  .c-block-media-text .smb-media-text__title {
    font-size: 1.25rem;
  }
}

.c-section-media-text-02 .smb-media-text__title span {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 0.5;
}
@media (min-width: 1023px) {
  .c-section-media-text-02 .smb-media-text__title span {
    font-size: 35px;
  }
}
.c-section-media-text-02 .smb-media-text__body p {
  line-height: 2;
}

/*//////////////////////////////////
///////////// ヘッダー /////////////
//////////////////////////////////*/
.p-global-nav .c-navbar__item a {
  color: #333;
}
.p-global-nav .c-navbar__item:last-of-type a {
  color: #fff;
}

.c-hamburger-btn__bar {
  background-color: #fff;
}

/*////////////// スクロール前 //////////////*/
/*////////////// /スクロール前 //////////////*/
/*//////////////////////////////////
/////////// /ヘッダー ///////////
//////////////////////////////////*/
/*//////////////////////////////////
/////////// FV ///////////
//////////////////////////////////*/
.p-fv {
  margin-bottom: 0 !important;
}
.p-fv .c-container {
  max-width: 1280px;
}
.p-fv .smb-section__body {
  display: none;
}
.p-fv .smb-section__header .smb-section__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1023px) {
  .p-fv .smb-section__header .smb-section__title {
    font-size: 35px;
  }
}
@media (max-width: 639px) {
  .p-fv .smb-section__header .smb-section__title {
    font-size: 1.75rem;
    line-height: normal;
  }
}
.p-fv .smb-section__lede-wrapper .smb-section__lede {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 1023px) {
  .p-fv .smb-section__lede-wrapper .smb-section__lede {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .p-fv .smb-section__lede-wrapper .smb-section__lede {
    font-size: 1rem;
    line-height: normal;
  }
}

/* FV画像を暗く */
/* /FV画像を暗く */
/*//////////////////////////////////
/////////// /FV ///////////
//////////////////////////////////*/
@media (min-width: 1023px) {
  .p-text-media {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .p-text-media .p-text-media__container .p-text-media__img-erea {
    height: 500px;
    padding-right: 0;
  }
}
@media (min-width: 1023px) {
  .p-text-media .p-text-media__container .p-text-media__img-erea figure {
    max-width: initial;
    margin-left: calc(50% - 50vw) !important;
    height: 500px;
  }
}
@media (min-width: 1023px) {
  .p-text-media .p-text-media__container .p-text-media__img-erea figure img {
    width: 100%;
    height: 500px;
  }
}
.p-text-media .p-text-media__container .p-text-media__text-erea {
  position: relative;
}
@media (min-width: 1023px) {
  .p-text-media .p-text-media__container .p-text-media__text-erea {
    height: 500px;
    padding-left: 8%;
    padding-top: 115px;
  }
}
.p-text-media .p-text-media__container .p-text-media__text-erea:before {
  position: absolute;
  content: "";
  width: 386px;
  height: 168px;
  background-image: url(/wp-content/uploads/2024/10/bg_reason.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 135px;
  right: -75px;
  display: block;
}
@media (max-width: 639px) {
  .p-text-media .p-text-media__container .p-text-media__text-erea:before {
    width: 250px;
    height: 109px;
    top: 200px;
    right: -6px;
  }
}
.p-text-media .p-text-media__container .p-text-media__text-erea .p-text-media__heading {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 1023px) {
  .p-text-media .p-text-media__container .p-text-media__text-erea .p-text-media__heading {
    font-size: 1.625rem;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 639px) {
  .p-text-media .p-text-media__container .p-text-media__text-erea .p-text-media__heading {
    text-align: center;
  }
}
.p-text-media .p-text-media__container .p-text-media__text-erea .p-text-media__text {
  line-height: 1.5em;
  letter-spacing: 0.03em;
  font-size: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .p-recent-posts .c-entries {
    --entries--item-width: 100% ;
  }
}
.p-recent-posts .c-entries .c-entries__item,
.p-recent-posts .c-entries .c-entries-carousel__item {
  position: relative;
}
@media (min-width: 1023px) {
  .p-recent-posts .c-entries .c-entries__item,
  .p-recent-posts .c-entries .c-entries-carousel__item {
    margin-bottom: 0;
  }
}
.p-recent-posts .c-entries .c-entries__item a,
.p-recent-posts .c-entries .c-entries-carousel__item a {
  position: relative;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.p-recent-posts .c-entries .c-entries__item a:hover,
.p-recent-posts .c-entries .c-entries-carousel__item a:hover {
  opacity: 0.7;
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary {
  background-color: #fff;
  padding: 15px 20px;
  position: relative;
  border: 2px solid #063482;
  border-radius: 5px;
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__figure,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__figure {
  margin-top: 65px;
  margin-bottom: 12px;
  border-radius: 5px;
}
@media (min-width: 1023px) {
  .p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__figure,
  .p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__figure {
    height: 200px;
  }
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__figure .c-entry-summary__term,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__figure .c-entry-summary__term {
  display: none;
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body {
  padding: 0;
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__header,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__header {
  position: absolute;
  top: 15px;
  left: 77px;
  right: 20px;
}
@media (max-width: 639px) {
  .p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__header,
  .p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__header {
    left: 60px;
  }
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が2の場合 */
  overflow: hidden;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625em;
  letter-spacing: 0.07em;
}
@media (max-width: 639px) {
  .p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title,
  .p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title {
    line-height: 1.2em;
  }
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__content,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__content {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  margin-bottom: 8px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  font-size: 0.875rem;
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta {
  margin: 0;
  justify-content: right;
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--author,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--author {
  line-height: 1.75em;
  letter-spacing: 0.03em;
  font-size: 0.75rem;
  font-weight: 500;
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--published,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--published {
  margin-right: 0;
  line-height: 1.75em;
  letter-spacing: 0.03em;
  font-size: 0.75rem;
  font-weight: 500;
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--categories,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--categories {
  display: block;
  position: absolute;
  left: -70px;
  top: 35px;
  z-index: 500;
  transform: translate(50px, -50px); /* ここで要素を枠外に動かす */
}
.p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--categories span,
.p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--categories span {
  width: 83px;
  height: 83px; /* 高さも固定 */
  border-radius: 50%; /* 完全な円形 */
  background: #063482;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px; /* フォントサイズを小さめに */
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center; /* 文字を中央揃え */
  padding: 5px; /* パディングをゼロに */
  white-space: normal; /* 折り返しを許可 */
  word-break: break-word; /* 長い単語も折り返し */
  overflow-wrap: break-word; /* 単語が折り返すように */
  box-sizing: border-box;
  line-height: normal; /* 高さ調整のためnormalに */
}
@media (max-width: 639px) {
  .p-recent-posts .c-entries .c-entries__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--categories span,
  .p-recent-posts .c-entries .c-entries-carousel__item a .c-entry-summary .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--categories span {
    width: 70px;
    height: 70px; /* 高さも固定 */
    font-size: 11px; /* フォントサイズを小さめに */
    padding: 4px; /* パディングをゼロに */
  }
}

@media (min-width: 1023px) {
  .p-section-footer {
    padding: 0;
  }
}
.p-section-footer .p-section-footer__container .p-section-footer__left-erea .p-section-footer__logo {
  margin-bottom: 12px;
}
.p-section-footer .p-section-footer__container .p-section-footer__left-erea p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 0.875rem;
}
@media (max-width: 639px) {
  .p-section-footer .p-section-footer__container .p-section-footer__left-erea .p-section-footer__tel a span {
    text-decoration: underline;
  }
}
.p-section-footer .p-section-footer__container .p-section-footer__left-erea .p-section-footer__mail a span {
  text-decoration: underline;
}
.p-section-footer .p-section-footer__container .p-section-footer__left-erea .p-section-footer__fax a {
  pointer-events: none;
  text-decoration: none;
  color: #ffffff;
}
.p-section-footer .p-section-footer__container .p-section-footer__right-erea .menu .menu-item {
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 1023px) {
  .p-section-footer .p-section-footer__container .p-section-footer__right-erea .menu .menu-item {
    display: inline-block;
    margin-right: 45px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-section-footer .p-section-footer__container .p-section-footer__right-erea .menu .menu-item:last-of-type {
    margin-right: 0;
  }
}

.p-block-step .smb-step__body:before {
  border-left-color: #063482;
  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/10/icon_step_01.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/10/icon_step_02.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/10/icon_step_03.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/10/icon_step_04.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/10/icon_step_05.png);
}
.p-block-step .smb-step__body .smb-step__item:nth-of-type(6) .smb-step__item__number:after {
  background-image: url(/wp-content/uploads/2024/10/icon_step_06.png);
}
.p-block-step .smb-step__body .smb-step__item:nth-of-type(7) .smb-step__item__number:after {
  background-image: url(/wp-content/uploads/2024/10/icon_step_07.png);
}

.p-snow-monkey-block-faq .smb-faq__item {
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-snow-monkey-block-faq .smb-faq__item__question .smb-faq__item__question__label {
  display: none;
}
.p-snow-monkey-block-faq .smb-faq__item__question .smb-faq__item__question__body {
  position: relative;
  padding-left: 70px;
}
.p-snow-monkey-block-faq .smb-faq__item__question .smb-faq__item__question__body:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/uploads/2024/10/icon_.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}
.p-snow-monkey-block-faq .smb-faq__item__answer .smb-faq__item__answer__label {
  display: none;
}
.p-snow-monkey-block-faq .smb-faq__item__answer .smb-faq__item__answer__body {
  position: relative;
  padding-left: 70px;
}
.p-snow-monkey-block-faq .smb-faq__item__answer .smb-faq__item__answer__body:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/uploads/2024/10/icon_a.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
}
@media (max-width: 1023px) {
  .p-snow-monkey-block-faq .smb-faq__item__answer .smb-faq__item__answer__body:before {
    top: 35px;
  }
}

.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: #dd3333;
}

@media (min-width: 1023px) {
  .l-header .c-container {
    --_container-max-width: 1280px;
    padding-right: 0;
  }
}

@media (min-width: 1023px) {
  .l-section-service {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
.l-section-service .smb-section__header {
  margin-bottom: 47px;
}
@media (max-width: 639px) {
  .l-section-service .smb-section__header {
    margin-bottom: 25px;
  }
}
.l-section-service .smb-section__body {
  margin-top: 0 !important;
}
.l-section-service .smb-section__body .l-section-service__panel .c-row {
  margin-bottom: 40px !important;
}
@media (max-width: 639px) {
  .l-section-service .smb-section__body .l-section-service__panel .c-row {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1023px) {
  .l-section-service .smb-section__body .l-section-service__panel {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .l-section-service .smb-section__body .l-section-service__panel .c-row {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 639px) {
  .l-section-text-media {
    margin-left: var(--_container-margin-left);
    margin-right: var(--_container-margin-right);
  }
}

@media (min-width: 1023px) {
  .l-section-reasons-gallery {
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }
}

.l-section-reasons {
  padding: 0;
}
@media (min-width: 1023px) {
  .l-section-reasons .smb-section__header {
    margin-bottom: 53px;
  }
}
@media (min-width: 1023px) {
  .l-section-reasons .smb-section__body {
    margin: 0 !important;
  }
}
.l-section-gallery {
  padding-bottom: 0;
}
@media (min-width: 1023px) {
  .l-section-gallery .smb-section__header {
    margin-bottom: 45px;
  }
}
@media (min-width: 1023px) {
  .l-section-gallery .smb-section__body {
    margin-top: 0;
  }
}
@media (min-width: 1023px) {
  .l-section-gallery .l-section-gallery__posts {
    margin-top: 0;
    margin-bottom: 90px !important;
  }
}
@media (max-width: 1023px) {
  .l-section-gallery .l-section-gallery__posts {
    margin-bottom: 30px !important;
  }
}
.l-footer-widget-area {
  background-color: #063482;
  color: #fff;
}
@media (min-width: 1023px) {
  .l-footer-widget-area {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
.l-footer-widget-area .c-container {
  --_container-max-width: 1280px;
}/*# sourceMappingURL=style.css.map */