@charset "utf-8";
/* 変数設定 */
:root {
  --color_white: #ffffff;
  --color_black: #333;
  --color_beige: #f7f3ea;
  --color_brown: #786434;
  --font-ja-sans: "Noto Sans JP", sans-serif;
  --font-en-script: "Bungee", sans-serif;
}

body {
  letter-spacing: 1px;
  color: var(--wp--preset--color--sm-accent) !important;
  font-family: var(--font-ja-sans);
  background-color: var(--color_beige);
  background-image: url(/wp-content/uploads/2026/05/natural-wood-wallpaper.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  background-attachment: fixed;
}

.l-contents__inner:last-child {
  padding-bottom: 0;
}

/* 基本設定 */
img {
  opacity: 1;
  transition: opacity 0.5s ease;
}
a:hover img {
  opacity: 0.6;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.5s;
}
/* br*/
.br-sp {
  display: none;
}
.br-tab {
  display: none;
}
.br-pc {
  display: block;
}
/*======================= 共通クラス =======================*/
.wp-block-image {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wp-block-image img {
  width: 100%;
}

p,
a,
li,
td {
  font-weight: 400;
}

p {
  /*  margin-top: 0 !important;*/
}

a {
  text-decoration: none !important;
}

/* padding・margin左右上下リセット */
.p_0 {
  padding: 0 !important;
}

.m_0 {
  margin: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

/* padding・margin 10px・20px */
.pt_10 {
  padding-top: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.inline_b {
  display: inline-block;
}

/* Z-INDEX */
.z_0 {
  z-index: 0;
}

.z_1 {
  z-index: 1;
}

.z_999 {
  z-index: 999;
}

/* POSITION */
.p_ab {
  position: absolute;
}

.p_rel {
  position: relative;
}

.smb-box__background {
  border: none;
}

/* アイコン */
svg.svg-inline--fa {
  margin-right: 10px;
}

#page-top svg.svg-inline--fa {
  margin-right: 0;
}

.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover > a:after {
  width: 0;
}

h2 {
  margin: 0 0 15px !important;
  font-size: 1.3rem;
  font-weight: 900 !important;
  color: var(--wp--preset--color--sm-accent);
}

h2 svg {
  font-size: 1rem;
}

h3 {
  margin-bottom: 10px !important;
  font-size: 1.6rem;
  font-weight: 900;
}

.en_ttl {
  color: var(--wp--preset--color--sm-accent);
  font-size: clamp(3rem, 2.091rem + 4.55vw, 5.5rem);
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--font-en-script);
}

.wp-block-snow-monkey-blocks-section,
.wp-block-snow-monkey-blocks-section-with-bgimage {
  padding: 120px 0 110px !important;
}

/*======================= ボタン =======================*/

a.smb-btn {
  position: relative;
  width: 280px !important;
  padding: 13px 0;
  border-radius: 50px;
  background-color: var(--wp--preset--color--sm-accent);
  font-weight: 600;
}

a.smb-btn::before {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
}

a.smb-btn:hover {
  background-color: var(--color_brown);
  filter: brightness(100%);
}

.white_btn a {
  background-color: #ffffff;
}

.white_btn a span {
  color: var(--wp--preset--color--sm-accent);
}

.white_btn a:hover span {
  color: #fff;
}

.white_btn a:hover::before {
  background-color: #fff;
}

.white_btn a::before {
  background-color: var(--wp--preset--color--sm-accent);
}

@media screen and (max-width: 500px) {
  .btn_center {
    justify-content: center !important;
  }

  .smf-action .smf-button-control__control {
    width: 280px !important;
  }
}

/*======================= ヘッダー =======================*/
.l-1row-header__branding {
  padding: 25px 0 !important;
}

.p-global-nav .c-navbar__item > a > span {
  color: #333333;
  font-weight: 500;
}

.p-global-nav .c-navbar__item > a > span:hover {
  color: var(--wp--preset--color--sm-accent);
}

/* グローバルナビゲーション */
.l-header .c-row {
  height: 70px !important;
  margin: 25px 5% 0 5% !important;
  border-radius: 50px;
  box-shadow: 0 4px 24px rgba(205, 205, 205, 0.17);
  background-color: var(--color_white);
}

.l-header .menu-item a {
  color: var(--wp--preset--color--sm-accent);
}

.c-site-branding__title .custom-logo {
  width: 200px;
}

.header_cta.contact a {
  padding: 0 0 0 10px !important;
}

.header_cta.contact span {
  padding: 0.7em 1.3em;
  border-radius: 50px;
  background-color: var(--wp--preset--color--sm-accent);
  color: #ffffff !important;
  font-weight: 600 !important;
  transition: all 0.15s ease-in-out;
}

.header_cta span:hover {
  background-color: var(--color_brown);
}

/* LINE */
.header_line span {
  padding: 0.7em 1.3em;
  border-radius: 50px;
  background-color: var(--color_brown);
  color: #ffffff !important;
  font-weight: 600 !important;
  transition: all 0.15s ease-in-out;
}

.header_line a {
  padding-right: 0 !important;
}

.header_line span:hover {
  background-color: var(--wp--preset--color--sm-accent);
}

.c-navbar__submenu a {
  color: #ffffff !important;
  font-weight: 500;
}

.l-header .c-row__col.c-row__col--auto {
  padding-left: 25px !important;
}

/* 下層ページヘッダー */
.l-contents__inner {
  margin-top: 0 !important;
}

.c-page-header {
  padding: 200px 0 55px;
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff;
}

.c-page-header[data-has-image="true"] {
  height: unset;
}

.c-page-header[data-has-image="true"] .c-page-header__content {
  color: unset;
}

.c-page-header__bgimage > img,
.c-page-header__bgimage > picture > img {
  display: none;
}

.tel a {
  line-height: 1.1 !important;
}

.tel-num {
  font-size: 1.5rem !important;
}

.tel-num svg {
  font-size: 1.3rem;
}

.l-header span.time {
  padding-top: 10px !important;
  font-size: 14px !important;
  font-weight: 400;
}

/* SP ヘッダー */
#menu-sp_nav .menu-item a {
  font-size: 1rem;
  font-weight: 500 !important;
  text-align: center;
}

.c-drawer__menu {
  padding-top: 50px !important;
}

.sp_drawer-cta {
  border-radius: 50px;
  border: solid 2px;
  margin-top: 30px !important;
  padding: 12px 0;
}

.c-row__col--fit {
  padding-right: 20px !important;
}

.l-header .c-hamburger-btn__bar {
  background-color: #333;
}

.c-hamburger-btn__label {
  color: #333;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.c-hamburger-btn__bar {
  height: 2px;
  border-radius: 50px;
}

#menu-item-1403.sp-logo {
  height: 80px;
  margin-bottom: 2rem;
  background: url(/wp-content/uploads/2026/05/logo-wh.png) center center /
    contain no-repeat !important;
}

@media (max-width: 1023px) {
  .c-page-header {
    padding: 130px 0 50px !important;
  }
}

/*======================= フッター =======================*/
.l-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: none;
  color: var(--wp--preset--color--sm-accent);
}

.widget_nav_menu :where(a),
.l-footer-widget-area__item p {
  font-weight: 500;
}

.widget_nav_menu :where(a):hover {
  color: var(--color_brown);
}

.l-footer__footer {
  position: relative;
  z-index: 1;
}

.l-footer,
.l-footer--footer-2 .l-footer__body {
  padding: 15px 0 0;
  border-top: none;
}

.l-footer .l-footer__footer .c-row--middle {
  justify-content: center;
}

.l-footer__header {
  display: none;
}

.l-footer--footer-2 .l-footer__footer {
  background-color: var(--wp--preset--color--sm-accent);
  color: var(--color_white);
}

.footer_sns-group {
  gap: 5px !important;
  margin-top: 15px !important;
}

.footer_sns {
  font-size: 2.2rem !important;
}

.footer_line {
  font-size: 1.9rem !important;
}

.footer_tel a {
  font-weight: 500;
  color: var(--wp--preset--color--sm-sub-accent);
}

@media screen and (max-width: 1100px) {
  .c-site-branding__title .custom-logo {
    width: 160px;
  }
}

@media screen and (max-width: 1023px) {
  .c-widget.widget_block .wp-block-columns {
    margin-top: 30px;
  }
}

@media screen and (max-width: 782px) {
  /* footer */
  .c-widget.widget_block .wp-block-columns {
    gap: var(--_margin-2);
  }
}

@media screen and (max-width: 650px) {
  .l-footer--footer-2 .l-footer__widget-area a,
  .l-footer--footer-2 .l-footer__widget-area p {
    font-size: 15px;
  }
}

@media screen and (max-width: 435px) {
  .l-footer .c-container {
    padding: 0 5%;
  }
}

/*======================= TOPページ =======================*/
/* FV */
#fv {
  position: relative;
  height: 95vh;
}

#fv .smb-section__inner,
#fv .c-container {
  position: static;
}

.fv_slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.fv_slider {
  height: 100%;
  margin: 0 !important;
}

.fv_slider img {
  width: 100%;
  height: 95vh;
  object-fit: cover;
}

.fv_txt-group {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 2;
  padding: 45px;
  border-radius: 50px;
  background-color: var(--wp--preset--color--sm-accent);
}

h2.fv_ttl {
  color: var(--color_white);
  font-size: clamp(1.2rem, 0.545rem + 3.27vw, 3rem);
  font-weight: 900 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

h2.fv_ttl span {
  font-size: clamp(2.4rem, 1.091rem + 6.55vw, 6rem);
  line-height: 1;
}
.fv_subttl {
  font-size: clamp(1rem, 0.855rem + 0.73vw, 1.4rem);
  font-weight: 900;
  color: var(--color_white);
}
.fv_tag-group {
  margin-top: 0 !important;
  flex-wrap: wrap !important;
}

.fv_tag {
  padding: 0 3px 5px;
  border-bottom: dotted 2px;
  color: var(--color_white) !important;
}

.fv_tag a {
  font-size: 15px;
  font-weight: 500;
  color: var(--color_white) !important;
}

#fv .bulldog-illust img {
  width: 300px;
  transform: scaleX(-1);
  position: absolute;
  right: 2%;
  bottom: -380px;
  z-index: 2;
}

.fv_area {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin-bottom: 15px !important;
  margin-left: 0 !important;
  padding: 0.2em 0.7em;
  border-radius: 50px;
  background-color: var(--color_brown);
  color: var(--color_white);
  font-size: 1rem;
  font-weight: 500;
}

.fv_area::before {
  position: absolute;
  bottom: -19px;
  left: 30px;
  z-index: 3;
  border-width: 10px;
  border-style: solid;
  border-color: var(--color_brown) transparent transparent transparent;
  content: "";
}

/* 事業内容 */
#service {
  border-radius: 250px;
  background-color: var(--wp--preset--color--sm-accent);
  color: #ffffff !important;
  position: relative;
  padding-bottom: 160px !important;
}

/* 背景ロゴ */
#promise .smb-section__inner,
#service .smb-section__inner,
#staff .smb-section__inner,
#menu .smb-section__inner {
  position: relative !important;
  z-index: 1 !important;
}

#promise .smb-section__inner::before,
#service .smb-section__inner::before,
#staff .smb-section__inner::before,
#menu .smb-section__inner::before {
  content: "";
  position: absolute;
  right: 5%;
  width: 400px;
  height: 400px;
  background-image: url(/wp-content/uploads/2026/05/logo-background.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  transform: rotate(-10deg);
  z-index: -1 !important;
  pointer-events: none;
}

#promise .smb-section__inner::before,
#staff .smb-section__inner::before,
#menu .smb-section__inner::before,
#service .smb-section__inner::before {
  top: -100px;
}

#service .en_ttl,
#service h2,
#cta h2 {
  color: #ffffff;
}

.s_panel .smb-panels__item__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
}

.s_panel .s_icon img {
  /*padding: 0 20px 30px; */
}
.s_panel .s_icon {
  width: 500px;
  height: 400px;
  overflow: hidden;
}

.s_panel .s_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#service .s_panel .smb-panels__item {
  border-radius: 20px;
  box-shadow: none;
  background-color: var(--wp--preset--color--sm-accent) !important;
  transition: 0.2s;
}

#service .s_panel .smb-panels__item:hover {
  /*filter: brightness(0.8);*/
}

#service .s_panel .smb-panels__item::after {
  position: absolute;
  right: 30px;
  bottom: -45px;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff !important;
  content: "";
}

#service .d_pic {
  position: relative !important;
  z-index: 5 !important;
  overflow: visible !important;
}

#service .d_pic img {
  border-radius: 20px;
  position: relative !important;
  z-index: 2 !important;
  display: block;
}

#service .d_pic::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  opacity: 1 !important;

  z-index: 1 !important;
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}

#service .s_panel:hover .d_pic::before {
  transform: rotate(-5deg) scale(1.02);
}

.s_txt-group {
  position: absolute;
  bottom: -60px;
  left: 20px;
}

#service .s_en {
  color: var(--wp--preset--color--sm-sub-accent);
  font-size: 14px;
  font-weight: 600;
}

#service .s_ttl {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
}

.s_slider img {
  border-radius: 20px;
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
}

/* 施工実績 */
.c-entry-summary__figure {
  margin-bottom: 10px;
  border-radius: 20px;
  border: var(--wp--preset--color--sm-accent) solid 4px;
}

#works .c-entry-summary__title {
  position: relative;
  margin-left: 5px;
}

#works .c-entry-summary__title::before {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/uploads/2026/05/ico-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

/* 代表挨拶 */
.greeting_column,
.au_column {
  gap: 100px;
}

.d_pic img {
  border-radius: 20px;
  position: relative !important;
  z-index: 1 !important;
}

.d_pic {
  position: relative !important;
  overflow: visible !important;
}

.d_pic::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -4px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: var(--wp--preset--color--sm-accent) !important;
  z-index: 1 !important;
  transform: rotate(-5deg);
}

.g_lg {
  opacity: 0.05;
  position: absolute;
  bottom: -5%;
  left: -15%;
  z-index: -1;
  width: 35%;
}

/* Firefoxだけ適用 */
@supports (-moz-appearance: none) {
  .bg-bg {
    position: absolute;
    /* fixedをやめて角丸が効くようにする */
    height: 100%;
  }
}

/* 選ばれる理由 */
#promise,
#staff {
  color: var(--wp--preset--color--sm-accent);
  margin-bottom: 8rem;
  position: relative;
}

#promise .smb-section__fixed-background,
#staff .smb-section__fixed-background {
  border-radius: 250px !important;
}

#promise h3 {
  margin: 40px 0 30px !important;
  font-weight: 900;
  font-size: clamp(1.2rem, 0.982rem + 1.09vw, 1.8rem);
}

.promise_column {
  gap: 80px;
  margin-bottom: 100px;
  border-radius: 30px;
}

.promise_img img {
  border-radius: 20px;

  aspect-ratio: 14/10;
  object-fit: cover;
}

.promise_txt {
  position: relative;
}

.promise_num {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 0;
  color: #ffffffb5;
  font-size: clamp(6rem, 5.273rem + 3.64vw, 8rem);
  font-weight: 800;
  line-height: 1;
  opacity: 0.6;
}

/* ---------- cta ---------- */
#cta {
  color: #ffffff;
}

#cta .smb-section__background {
  border-radius: 50px !important;
}

#cta .en_ttl {
  color: #ffffff;
}

.cta_c {
  padding: 30px;
  border-radius: 20px;
  background-color: #ffffff;
  color: #ffffff;
}

.cta_sub-ttl {
  color: var(--wp--preset--color--sm-accent);
  font-size: 1.2rem;
  font-weight: 600;
}

.cta_btn a {
  padding: 18px 0;
  background-color: var(--wp--preset--color--sm-accent);
}

.cta_btn a svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin-right: 0 !important;
  padding: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--wp--preset--color--sm-accent);
  font-size: 15px;
}

.cta_btn a:hover svg {
  color: var(--color_brown);
}

.cta_btn span {
  color: #ffffff;
}

.line_btn a {
  background-color: #06c755;
}

.line_btn a:hover {
  background-color: #059a43;
}

.line_btn a:hover svg {
  color: #059a43;
}

.line_btn span {
  color: #ffffff !important;
}

.line_btn a svg {
  background-color: #ffffff;
  color: #06c755;
}

.cta_tel {
  margin-top: 10px;
}

.cta_tel-txt {
  color: var(--wp--preset--color--sm-accent);
  text-align: center;
  font-weight: 500;
}

.cta_tel a {
  background-color: transparent;
  padding: 5px 0;
}

.cta_tel a::before {
  display: none;
}

.cta_tel a:hover {
  background-color: transparent;
}

.cta_tel a span {
  font-size: 2.5rem;
  font-family: var(--font-en-script);
  transition: color 0.3s ease;
}

.cta_tel a span:hover {
  color: var(--color_brown);
}

.cta_tel a span svg {
  font-size: 1.8rem;
}

.cta_tag-group {
  gap: 25px;
  flex-wrap: wrap !important;
}

.cta_tag {
  padding: 0.1em 0.8em;
  border-radius: 50px;
  background-color: #ffffff30;
  font-weight: 500;
}

#cta .bulldog-illust img {
  width: 200px;
  position: absolute;
  right: 5%;
  top: -40px;
}

#cta .bulldog-illust-left img {
  width: 200px;
  transform: scaleX(-1);
  position: absolute;
  left: -5%;
  bottom: -200px;
  z-index: 2;
}
/* お知らせ */
#news {
  border-radius: 50px;
  background-color: #ffffff;
  margin-bottom: 50px !important;
}

#news h3 {
  margin-bottom: 0 !important;
}

/* スライダー */
.slider-wrapper {
  display: flex;
  overflow: hidden;
  margin-top: 0 !important;
  position: relative;
  width: 100%;
  padding: 0 0 50px !important;
}

.slider {
  display: flex;
  width: 200%;
  animation: scroll-left 22s linear infinite;
}

ul.slider {
  padding: 0;
  display: flex;
}

.slider li {
  list-style-type: none;
}

.slide {
  width: calc(100vw / 3);
  flex-shrink: 0;
}

.slide img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .slide img {
    height: 180px;
  }
}

/* アニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* お客様の声 */
.customer-balloon {
  position: relative;
  padding: 2rem;
  background-color: var(--wp--preset--color--sm-accent);
  border-radius: 10px;
  color: var(--color_white);
}

.customer-balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -14px;
  top: 20px;
  border-right: 15px solid var(--wp--preset--color--sm-accent);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.representative-balloon {
  position: relative;
  padding: 2rem;
  background-color: var(--wp--preset--color--sm-accent);
  color: var(--color_white);
  border-radius: 10px;
}

.representative-balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -14px;
  top: 20px;
  border-left: 15px solid var(--wp--preset--color--sm-accent);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

#voice .is-layout-flex {
  gap: 100px !important;
}

#voice .cta_tag {
  padding: 0.1em 0.8em;
  border-radius: 50px;
  background-color: #ffffff30;
  font-weight: 500;
  width: fit-content;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/*======================= 事業内容 =======================*/
.to_tag {
  background-color: #ffffffa2;
  color: var(--wp--preset--color--sm-accent);
  width: fit-content;
  margin: 25px 0 10px !important;
  font-weight: 600;
  padding: 0 0.7em;
  border-radius: 50px;
}

/* menu */
#menu {
  border-radius: 250px;
  background-color: var(--wp--preset--color--sm-sub-accent);
  color: var(--wp--preset--color--sm-accent) !important;
}

#menu .en_ttl {
  color: var(--wp--preset--color--sm-accent);
}

#menu .menu_box {
  margin-top: 15px;
  padding: 20px;
  border-radius: 15px !important;
  box-shadow: 0 4px 24px rgba(152, 151, 151, 0.17);
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff !important;
  transition: all 0.15s ease-in-out;
}

#menu .menu_box:hover {
  background-color: var(--color_brown);
}

.menu_img img {
  border-radius: 5px;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.menu_box h3.menu_ttl {
  font-size: 1.4rem;
  font-weight: 900 !important;
  margin-bottom: 5px !important;
}

.menu_box .smb-box__background {
  border: none !important;
}

.menu_icon {
  width: 12%;
}

.menu_arrow {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 1.3rem;
}

.menu_arrow svg {
  margin-right: 0 !important;
}

.sct_btn .smb-btn-wrapper {
  width: calc((100% - 15px * 3) / 4) !important;
}

.sct_btn {
  gap: 15px;
}

.sct_btn a.smb-btn {
  background-color: var(--wp--preset--color--sm-accent);
  width: 100% !important;
  padding: 20px;
  border-radius: 10px;
}

.sct_btn a.smb-btn:hover {
  background-color: var(--color_brown);
}

.sct_btn a span {
  color: #fff;
  font-size: 1.1rem;
}

.sct_btn a::before {
  display: none;
}

.sct_btn a::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2025/07/icon_03-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
}

/* ボタンあしらい */
.sct_btn .sct_btn2 a::after {
  background-image: url(/wp-content/uploads/2026/05/icon-cross-flooring-replacement-1.png);
}

.sct_btn .sct_btn3 a::after {
  background-image: url(/wp-content/uploads/2026/05/icon-floor-plan.png);
}

.sct_btn .sct_btn4 a::after {
  background-image: url(/wp-content/uploads/2026/05/icon-store-interior.png);
}

.sct_btn .sct_btn11 a::after {
  background-image: url(/wp-content/uploads/2026/05/icon-exterior-wall.png);
}

.sct_btn .sct_btn12 a::after {
  background-image: url(/wp-content/uploads/2026/05/icon-roof-construction.png);
}

.sct_btn .sct_btn13 a::after {
  background-image: url(/wp-content/uploads/2026/05/icon-exterior.png);
}

.sct_btn a svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* 水まわり工事 */
.menu_h2 {
  font-size: 2.5rem;
  font-weight: 900 !important;
  position: relative;
}

#menu_2 {
  background-color: #ffffff;
}

/* #menu_2 .menu_column {
    background-color: #F2F7FF;
} */

#menu_2 .kyuto_tag {
  background-color: #fff;
}

.menu_column {
  background-color: #fff !important;
  padding: 30px;
  border-radius: 30px;
}

.menu_column img {
  border-radius: 20px;
}

.koma_ttl {
  border-bottom: dotted 2px;
  padding-bottom: 5px;
  margin: 20px 0 10px !important;
  font-weight: 900;
  font-size: 1.1rem;
}

.mi_txt-group {
  padding: 20px 0 0 20px !important;
}

h3.mi_ttl {
  font-size: 1.5rem !important;
  position: relative;
  padding-left: 20px;
  font-weight: 900;
  color: var(--wp--preset--color--sm-accent);
}

h3.mi_ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--sm-accent);
  content: "";
}

.kyuto_tag {
  background-color: var(--wp--preset--color--sm-sub-accent);
  padding: 0 0.7em;
  width: fit-content;
  margin: 20px 0 5px !important;
  color: var(--wp--preset--color--sm-accent);
  font-weight: 900;
  border-radius: 50px;
}

/* 対応地域 */
#area {
  border-radius: 50px;
  background-color: #fff;
  margin-top: 6rem !important;
}

.area_column h3 {
  border-bottom: dotted 2px var(--wp--preset--color--sm-accent);
  padding-bottom: 7px;
  margin-bottom: 15px !important;
}

/*======================= 会社概要 =======================*/
.profile {
  border-bottom: solid 1px;
  padding-bottom: 5px;
  margin: 20px 0 10px !important;
  font-weight: 900;
}

.k_link {
  font-weight: 500 !important;
}

.k_link svg {
  margin-right: 5px !important;
  font-size: 15px;
}

/* 会社概要 */
.wp-block-table tr {
  border-bottom: solid 1px var(--wp--preset--color--sm-accent) !important;
}

.wp-block-table td,
.wp-block-table th {
  padding: 20px !important;
  border: none !important;
}

figure.wp-block-table tr td:first-child,
figure.wp-block-table tr td:first-child {
  width: 30%;
  font-weight: 900;
}

@media screen and (max-width: 435px) {
  figure.wp-block-table tr td:first-child,
  figure.wp-block-table tr td:first-child {
    width: 30%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 1rem !important;
  }

  figure.wp-block-table tr td:last-child,
  figure.wp-block-table tr td:last-child {
    padding-right: 0 !important;
  }
}

/* スタッフ紹介 */
#staff .greeting_column {
  margin-bottom: 8rem !important; /* 下側に余白を作る */
}

#staff .greeting_column:last-of-type {
  margin-bottom: 0 !important;
}

/*======================= 施工実績 =======================*/
/* 施工実績 */
.archive .l-contents__inner:last-child,
.blog .l-contents__inner:last-child,
body.blog-template-default.single.single-blog .l-contents__inner:last-child,
body.error404 .l-contents__body .l-contents__inner:last-child,
.post-template-default .l-contents__inner:last-child {
  padding-bottom: var(--_padding2);
}

.p-related-posts .c-entries--rich-media {
  margin-bottom: auto;
}

.works-detail {
  max-width: 934px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.works-detail .smb-spider-slider {
  width: 100vw !important;
  height: auto !important;
}

.works-detail .smb-spider-slider__figure-wrapper,
.works-detail .spider__figure {
  max-height: 612px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 20px;
}

/*======================= お問い合わせ =======================*/
#contact-form {
  padding-top: 30px !important;
}

.cta_box {
  padding: 80px;
  border-radius: 50px;
  background-color: #ffffff;
}

/* placeholder */
.smf-text-control__control::placeholder {
  color: #cccccc !important;
}

.wp-block-snow-monkey-forms-item.smf-item {
  margin-bottom: 50px !important;
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
  border: none !important;
  border-radius: 10px !important;
  box-shadow: none;
  background-color: #f6f6f6;
}

/* 必須の文字 */
.smf-item__col.smf-item__col--label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.smf-item__description {
  width: fit-content;
  margin-top: 0;
  margin-left: 20px;
  padding: 0 0.5em;
  border-radius: 50px;
  background-color: #cd2b43;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

/* ボックス */
.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box {
  padding: 50px !important;
}

.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box .smb-box__background {
  border: none;
  border-radius: 0;
  background-color: #f8f7f7;
}

.smf-item__label {
  font-weight: 600;
}

.smf-form .smf-text-control__control {
  width: 100%;
  border-radius: 0;
}

/* 項目の幅 */
.snow-monkey-form
  .smf-form.smf-form--simple-table
  .smf-item
  .smf-item__col--label {
  flex: 0 0 18em !important;
  max-width: 18em !important;
}

.snow-monkey-form
  .smf-form.smf-form--simple-table
  .smf-item
  .smf-item__col--controls {
  flex: 1 1 calc(100% - 18em) !important;
  max-width: calc(100% - 18em) !important;
}

.smf-radio-buttons-control__control .smf-label {
  margin-bottom: 7px !important;
}

/* 確認ボタン */
.smf-action {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
  gap: 20px;
}

.smf-action .smf-button-control__control {
  position: relative;
  margin-top: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: none !important;
  border-radius: 50px;
  background: var(--wp--preset--color--sm-accent);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 0 !important;
  width: 300px !important;
  transition: all 0.3s ease !important;
}

.smf-action .smf-button-control__control:hover {
  background: var(--color_brown);
  color: var(--color_white);
}

.smf-action .smf-button-control + .smf-button-control {
  margin-left: 0 !important;
}

.smf-action .smf-button-control__control {
  margin-bottom: 20px;
}

#autozip {
  display: none !important;
}

/* プライバシーポリシー */
#privacy h3 {
  margin-top: 30px !important;
  margin-bottom: 5px !important;
  padding-left: 10px;
  border-left: solid 3px var(--wp--preset--color--sm-accent);
  font-weight: 700;
}

#privacy .wp-block-list {
  margin-top: 5px;
}

#privacy h3 {
  margin-bottom: 10px !important;
  padding-left: 10px;
  border-left: solid 3px var(--wp--preset--color--sm-accent);
  font-weight: 700;
}

/*===================================== お知らせ =====================================*/
.blog .c-entries--simple.c-entries {
  border-top: solid 1px var(--wp--preset--color--sm-accent);
}

.blog .c-entries--simple .c-entries__item {
  border-bottom: solid 1px var(--wp--preset--color--sm-accent);
}

.blog .l-contents__inner {
  margin: 50px auto !important;
}

.c-meta__item--author {
  display: none;
}

.c-entry-summary__figure .c-entry-summary__term {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 1;
  padding: 0 0.5em;
  border-radius: 50px;
}

.blog .c-entry-summary__figure {
  border-radius: 15px;
}

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
  .c-entries--simple .c-entry-summary__content {
    display: block;
  }

  .c-entries--simple .c-entry-summary__figure {
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
}

/*==================================================================================*/
/*=================================== レスポンシブ ===================================*/
/*==================================================================================*/

@media screen and (max-width: 1530px) {
  #fv .bulldog-illust img {
    width: 240px;
    transform: scaleX(-1);
    position: absolute;
    right: 2%;
    bottom: -120px;
    z-index: 2;
  }
}
@media screen and (max-width: 1325px) {
  .au_column {
    gap: 60px !important;
  }

  .aboutus_left {
    padding-right: 40px;
  }

  .aboutus_right {
    flex-basis: 50% !important;
  }

  .s_b1 {
    position: absolute;
    bottom: -15%;
    left: -6%;
    width: 12%;
  }
}

@media screen and (max-width: 1270px) {
  .fv_txt-group {
    width: 85%;
  }
  #cta .smb-section__body {
    padding: 0 0 0 50px !important;
  }

  .loop_box .loop_img_02 {
    background-size: cover;
  }
}

@media screen and (max-width: 1200px) {
  .l-header .c-row {
    margin: 25px 0 0 0 !important;
  }
}

@media screen and (max-width: 1146px) {
  #cta .smb-section__inner > .c-container {
    margin: 0 !important;
    padding-right: 30px !important;
  }

  #cta .smb-section__body {
    padding: 0 0 0 30px !important;
  }

  .cta_parent {
    gap: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .g_lg {
    left: -5%;
  }

  .greeting_column {
    gap: 40px;
  }

  .swiper-fv .swiper-fv-slide img {
    width: 790px;
    aspect-ratio: 9 / 11;
  }

  .s_b1 {
    left: 2%;
  }

  #promise .smb-section__fixed-background,
  #staff .smb-section__fixed-background,
  #menu,
  #service {
    border-radius: 50px !important;
  }
}

@media screen and (max-width: 1070px) {
  .l-header .menu-item a {
    padding: 15px;
  }
}

@media screen and (max-width: 1060px) {
  .l-header .c-fluid-container {
    padding: 0 15px !important;
  }

  .l-header .c-row {
    margin: 15px 0 0 0 !important;
  }

  .au_column {
    flex-direction: column;
  }

  .aboutus_left {
    padding-right: 0;
  }

  .card-swiper {
    width: 90%;
    height: 550px;
  }
}

@media screen and (max-width: 1050px) {
  .cta_parent {
    flex-direction: column;
  }

  .s_b1 {
    bottom: -8%;
    width: 20%;
  }
}

@media screen and (max-width: 1024px) {
  /* br */
  .br-pc {
    display: none;
  }
  .br-sp {
    display: none;
  }
  .br-tab {
    display: block;
  }
  .text-left-sp {
    text-align: left !important;
  }

  h2.fv_ttl {
    justify-content: left;
  }
}

@media screen and (max-width: 970px) {
  #fv .bulldog-illust img {
    bottom: -380px;
  }
  .menu_box h3.menu_ttl {
    font-size: 1.2rem;
    margin-bottom: 0 !important;
  }

  .menu_y {
    gap: 15px !important;
  }

  .menu_arrow {
    right: 2%;
  }

  #menu .menu_box {
    padding: 15px;
  }

  .sct_btn .smb-btn-wrapper {
    width: calc((100% - 15px * 2) / 3) !important;
  }

  #works .c-entries-carousel .spider__slide {
    max-width: calc(50% - var(--entries--carousel--gap) / 2);
  }

  .bg-bg {
    background-position: 30%;
  }
}

@media screen and (max-width: 850px) {
  .swiper-fv .swiper-fv-slide img {
    width: 540px;
    aspect-ratio: 5 / 7;
  }

  .fv_tag-group {
    gap: 20px;
  }

  .cta_box {
    padding: 40px;
  }

  .smf-action {
    gap: 0;
    flex-direction: column;
    align-items: center;
  }

  #cta .bulldog-illust img {
    width: 160px;
    top: -160px;
    right: 0;
  }
}

@media screen and (max-width: 781px) {
  #fv .bulldog-illust img {
    width: 160px;
  }
  .g_lg {
    bottom: 0;
    top: -14%;
    width: 80%;
  }

  .reasons_column_r,
  .menu_column_r,
  .column-reverse {
    flex-direction: column-reverse;
  }

  #cta .smb-section__body {
    padding: 0 0 0 30px !important;
  }

  #cta .smb-section__inner > .c-container {
    padding-right: 30px !important;
  }

  .cta_tag-group {
    gap: 10px;
  }

  .reasons_column {
    gap: 30px;
  }

  .reasons_num {
    left: -20px;
  }

  /* border-radius */

  .bg-container {
    border-radius: 0 30px 30px 0;
  }

  #works .c-entries-carousel .spider__slide {
    width: 100%;
    max-width: 100%;
  }

  .card-swiper {
    width: 90%;
    height: 400px;
  }

  .sct_btn .smb-btn-wrapper {
    width: calc((100% - 15px * 1) / 2) !important;
  }

  .mi_txt-group {
    padding: 0 !important;
  }

  .swiper-fv .swiper-fv-slide img {
    width: 435px;
    aspect-ratio: 2 / 3;
  }

  #staff .greeting_column {
    margin-bottom: 4rem !important;
  }

  .customer-voice-img {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    width: fit-content !important;
  }

  .customer-voice-img img {
    margin: 0 auto !important;
    display: block !important;
    width: 240px;
  }

  .customer-balloon::before {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--wp--preset--color--sm-accent);
    border-left: 15px solid transparent;
  }

  .representative-balloon::before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--wp--preset--color--sm-accent);
    border-left: 15px solid transparent;
  }

  #voice .is-layout-flex {
    gap: 50px !important;
  }
}

@media screen and (max-width: 650px) {
  /* br */
  .br-sp {
    display: inline-block !important;
    width: 100%;
  }
  .br-tab {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .swiper-fv .swiper-fv-slide img {
    width: 400px;
    aspect-ratio: 4 / 5;
  }

  .fv_tag-group {
    gap: 14px;
  }

  .s_txt-group {
    position: relative;
    bottom: -40px;
    left: 0;
  }

  #service {
    padding-bottom: 80px !important;
  }

  #service .s_panel .smb-panels__item::after {
    position: initial;
  }

  .s_panel .s_icon {
    height: 300px;
  }

  #service .smb-section__inner::before,
  #promise .smb-section__inner::before,
  #staff .smb-section__inner::before,
  #menu .smb-section__inner::before {
    width: 200px;
    height: 200px;
  }

  #cta .bulldog-illust img {
    width: 100px;
    top: -140px;
    right: -5%;
  }

  #cta .bulldog-illust-left img {
    width: 120px;
    left: -5%;
    bottom: -100px;
  }

  .customer-voice-img img {
    width: 127px;
  }
}

@media screen and (max-width: 600px) {
  .fv_txt-group {
    left: 50%;
    transform: translateX(-55%);
    width: 85%;
    padding: 30px;
  }
}

@media screen and (max-width: 500px) {
  #service .s_ttl {
    font-size: 1.1rem;
  }

  #service .s_en {
    font-size: 12px;
  }

  #service .s_panel .smb-panels__item::after {
    right: 20px;
    bottom: 20px;
  }

  .sct_btn .smb-btn-wrapper {
    width: 100% !important;
  }

  .menu_column {
    padding: 25px;
  }

  .bg-bg {
    background-position: 20%;
  }
}

@media screen and (max-width: 435px) {
  h2 {
    font-size: 1.1rem;
  }

  h2 svg {
    font-size: 14px;
  }

  .c-site-branding__title .custom-logo {
    width: 150px;
  }

  .l-header .c-row {
    height: 55px !important;
    margin: 8px 0 0 0 !important;
  }

  .l-header .c-fluid-container {
    padding: 0 8px !important;
  }

  .l-header .c-row > .c-row__col {
    padding-right: 15px !important;
  }

  .c-container {
    padding: 0 6%;
  }

  #cta .smb-section__inner > .c-container {
    padding-right: 6% !important;
  }

  .sp_none {
    display: none;
  }

  .ta_js {
    text-align: justify !important;
  }

  .g_lg {
    top: -10%;
    width: 90%;
  }

  .d_pic img {
    /*aspect-ratio: 1/1 !important;*/
  }

  /* slider-block クラスを持っていないセクションだけに余白を適用 */
  .wp-block-snow-monkey-blocks-section:not(.slider-block),
  .wp-block-snow-monkey-blocks-section-with-bgimage:not(.slider-block) {
    padding: 80px 0 50px !important;
  }

  .slider-block {
    padding: 0 !important;
  }

  .slider-block .smb-section__inner,
  .slider-block .smb-section__body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* TOP */
  .swiper-fv .swiper-fv-slide img {
    width: 370px;
    aspect-ratio: 6 / 7;
  }

  /* .fv_txt-group {
        bottom: -20%;
    } */

  #fv {
    padding: 90px 0 100px !important;
  }

  /* cta */
  #cta .smb-section__body {
    padding: 0 !important;
  }

  .cta_tel a span {
    font-size: 2.2rem;
  }

  .cta_tel a span svg {
    font-size: 1.6rem;
  }

  .cta_c {
    padding: 25px;
  }

  .footer_logo img {
    width: 280px !important;
  }

  .loop_box .loop_img_02 {
    height: 150px;
  }

  .sp325.top-l {
    height: 60px !important;
  }

  .menu_h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  h3.mi_ttl {
    font-size: 1.2rem !important;
  }

  .c-entries-carousel .spider__dots {
    margin-top: 5px !important;
  }

  /* .fv_tag {
        padding: 0 1px 3px;
    } */

  .fv_tag a {
    font-size: 14px;
  }

  #contact-form .c-container,
  #menu_1 .c-container,
  #menu_2 .c-container,
  #menu_3 .c-container {
    padding: 0 4%;
  }

  .cta_box {
    padding: 25px;
  }

  .reasons_num {
    left: -5px;
  }

  .reasons_column {
    margin-bottom: 70px;
  }

  #contact-form h2 {
    margin-top: 20px !important;
  }

  .s_b1 {
    bottom: -4%;
  }
}

@media screen and (max-width: 380px) {
  a.smb-btn {
    width: 270px !important;
  }
  #fv .bulldog-illust img {
    width: 140px;
  }
}
/*--- スマホ横向き ---*/
@media screen and (max-width: 959px) and (orientation: landscape) and (max-height: 500px) {
  .fv_txt-group {
    position: absolute;
    bottom: -20%;
    left: 5%;
    width: 80%;
  }

  .s_txt-group {
    position: relative;
    bottom: -40px;
    left: 0;
  }

  .customer-voice-img img {
    margin: 0 auto !important;
    display: block !important;
    width: 260px;
  }

  .customer-balloon::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -14px;
    top: 20px;
    border-right: 15px solid var(--wp--preset--color--sm-accent);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .representative-balloon::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -14px;
    top: 20px;
    border-left: 15px solid var(--wp--preset--color--sm-accent);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #cta .bulldog-illust img {
    width: 120px;
    top: -160px;
    right: 0;
  }
}
