/* 変数設定 */
:root {
  --color_white: #ffffff;
  --color_black: #1c1c1c;
  --color_green: #4ec3b1;
  --color_red: #e70012;
  --color_blue: #004ea1;
  --color_yellow: #ffd240;
  --color_pink: #db9aea;
  --color_gray: #edece7;
  --color_neon-green: #abfc30;
  --color_neon-yellow: #ffff00;
  --font-ja-sans: "Noto Sans JP", sans-serif;
  --font-en-script: "Bungee", sans-serif;
}
body {
  font-family: var(--font-ja-sans);
  color: var(--color_black);
}

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

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

/* 基本設定 */
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;
}
.pt_0 {
  padding-top: 0 !important;
}
.pt_10 {
  padding-top: 10px !important;
}
.pb_0 {
  padding-bottom: 0 !important;
}
.pb_10 {
  padding-bottom: 10px !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mr_0 {
  margin-right: 0 !important;
}
.ml_0 {
  margin-left: 0 !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.z_0 {
  z-index: 0;
}
.z_1 {
  z-index: 1;
}
.p_ab {
  position: absolute;
}
.p_rel {
  position: relative;
}
.d_flex {
  display: flex;
}
.d_flex.f_wrap {
  flex-wrap: wrap;
}
.inline_b {
  display: inline-block;
}
.js_sb {
  justify-content: space-between;
}
.js_fs {
  justify-content: flex-start;
}
.of_hd {
  overflow: hidden;
}
.mincho {
  font-family: "Zen Antique Soft", serif;
}
.maru {
  font-family: "Zen Maru Gothic", serif;
}
.smb-panels__item__action > a:focus:after {
  outline: none;
  outline-offset: 0px;
}
.tate {
  writing-mode: vertical-rl;
}
/* br*/
.br-sp {
  display: none;
}
.br-tab {
  display: none;
}
.br-pc {
  display: block;
}
/* 基本設定 終わり*/
/* アイコン */
.svg-inline--fa {
  margin-right: 4px;
}
.c-page-top .svg-inline--fa {
  margin-right: 0;
}
.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover > a:after {
  width: 0;
}
/* アイコン 終わり*/

/* グローバルナビ */
header .l-header__content {
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 14px;
  background: var(--color_white);
  border-radius: 20px;
  border: var(--color_black) solid 1px;
  box-shadow: 4px 4px 0 0 var(--color_black);
  color: var(--color_black);
}
.l-1row-header .c-fluid-container {
  /*padding-right: 0;*/
}
[data-scrolled="false"]
  .l-header--sticky-overlay-colored-lg
  .p-global-nav
  .c-navbar__item
  > a {
  color: #fff;
}
.p-global-nav .c-navbar__item.header_cta > a {
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff;
}
.p-global-nav .c-navbar__item.tel > a {
  font-size: 1rem;
}
.p-global-nav .c-navbar__item.contact > a {
  font-weight: 500;
}
ul#menu-g_nav {
  height: 100px;
}
li.header_cta.tel::after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translateY(-50%);
}
.p-global-nav .c-navbar__item[aria-haspopup="true"]:before {
  display: none;
}
li.g_nav_sab {
  border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta > a:hover {
  opacity: 0.9;
  transition: 0.5s;
}
/* お問い合わせメニュー */
#menu-item-30.c-navbar__item {
  display: flex !important;
  align-items: center !important;
  height: 100%;
}
#menu-item-30.c-navbar__item a {
  background-color: var(--color_neon-yellow) !important;
  color: var(--color_black) !important;
  border: 2px solid var(--color_black) !important;
  border-radius: 50px !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 208px;
  box-shadow: 3px 3px 0px 0px var(--color_black);
  transition: all 0.2s ease;
  height: 60px;
  line-height: 1.2;
}
#menu-item-30.c-navbar__item a:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0px 0px #1a1a1a;
  background-color: var(--color_pink) !important;
}
@media (max-width: 1280px) {
  [data-scrolled="false"]
    .l-header--sticky-overlay-colored-lg
    .p-global-nav
    .c-navbar__item
    > a {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.c-site-branding__title .custom-logo {
  width: 300px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .l-1row-header__branding {
    max-width: 250px;
  }
}
@media (max-width: 1024px) {
  .c-drawer {
    background-color: var(--color_gray);
  }
  .c-drawer .c-hamburger-btn__bar {
    background-color: var(--color_black);
  }
  ul#menu-sp_nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  ul#menu-sp_nav li {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    color: var(--color_black);
  }
  #menu-item-516.sp-logo {
    height: 80px;
    margin-bottom: 2rem;
    background: url(/wp-content/uploads/2026/04/logo.png) center center /
      contain no-repeat !important;
  }
  ul#menu-sp_nav li.w_100 {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
  }
  ul#menu-sp_nav li.w_100::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color: var(--wp--preset--color--sm-accent);
  }
  ul#menu-sp_nav li.sp_menu_cta.tel {
    font-family: "EB Garamond";
    font-size: 1.4rem;
  }
  ul#menu-sp_nav li.sp_menu_cta.con {
    font-family: "Zen Antique Soft";
    font-size: 1.2rem;
  }
  ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color: var(--wp--preset--color--sm-accent);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
    line-height: 1;
  }
  ul#menu-sp_nav li.sp_menu_cta a svg {
    display: block;
    margin-right: 0;
    width: 100%;
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
  .l-header--sticky-overlay-sm .c-hamburger-btn__bar {
    background-color: var(--color_black);
  }
  .c-hamburger-btn__label {
    display: none;
  }
  /* お問い合わせメニュー */
  #menu-item-93.c-drawer__item a {
    background-color: var(--color_neon-yellow) !important;
    border: 2px solid var(--color_black) !important;
    border-radius: 50px !important;
    padding: 12px 20px !important;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 10px 20px !important;
    box-shadow: 4px 4px 0px 0px var(--color_black);
    transition: all 0.1s ease;
  }
  #menu-item-93.c-drawer__item a:active {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0px 0px var(--color_black);
  }
  .c-drawer__item.tel-link::before {
    content: none !important;
  }
  .c-drawer__item.tel-link a::before {
    content: "";
    display: inline-block;
    width: clamp(25px, 5vw, 40px);
    height: clamp(32px, 6vw, 52px);
    background-image: url("/wp-content/uploads/2026/04/ico-tel.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .c-drawer__item.tel-link a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: clamp(1.7rem, 1.227rem + 2.36vw, 3rem) !important;
    font-family: var(--font-en-script) !important;
    text-decoration: none !important;
    color: var(--color_black) !important;
  }
}
/* グローバルナビ終わり */
/* 下層ページヘッダー */
.c-page-header {
  padding-top: 170px !important;
  padding-bottom: 110px !important;
  margin-top: 60px !important;
  border-radius: 20px;
}
.page-id-19 .c-page-header {
  color: var(--color_white) !important;
  background-image: repeating-linear-gradient(
    -45deg,
    var(--color_pink),
    var(--color_pink) 40px,
    #d288e3 40px,
    #d288e3 80px
  );
}
.page-id-21 .c-page-header {
  color: var(--color_white) !important;
  background-image: repeating-linear-gradient(
    -45deg,
    var(--color_green),
    var(--color_green) 40px,
    #4ab4a4 40px,
    #4ab4a4 80px
  );
}
.page-id-77 .c-page-header,
.page-id-23 .c-page-header {
  color: var(--color_white) !important;
  background-image: repeating-linear-gradient(
    -45deg,
    #309f55,
    #309f55 40px,
    #338e52 40px,
    #338e52 80px
  );
}
.blog .c-page-header,
.post-template-default .c-page-header,
.archive.category .c-page-header {
  color: var(--color_white) !important;
  background-image: repeating-linear-gradient(
    -45deg,
    #fec200,
    #fec200 40px,
    #ffaf02 40px,
    #ffaf02 80px
  );
}
.post-type-archive-works .c-page-header,
.single-works .c-page-header {
  color: var(--color_white) !important;
  background-image: repeating-linear-gradient(
    -45deg,
    #fe715f,
    #fe715f 40px,
    #fe624c 40px,
    #fe624c 80px
  );
}
.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;
}

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

/*--- お問い合わせフォーム ---*/
/* SP版の確認画面ボタンボタン余白 */
.smf-action .smf-button-control__control {
  margin-bottom: 20px;
}

/* 投稿(シンプル)の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;
  }
}
/*--- 汎用 ---*/
.page-header-en {
  font-family: var(--font-en-script);
  color: var(--color_white);
  font-size: clamp(2.8rem, 1.491rem + 6.55vw, 6.4rem);
  text-shadow:
    2px 2px 0 var(--color_black),
    -2px 2px 0 var(--color_black),
    2px -2px 0 var(--color_black),
    -2px -2px 0 var(--color_black);
}
.page-header-en-bk {
  font-family: var(--font-en-script);
  color: var(--color_black);
  font-size: clamp(2.8rem, 1.491rem + 6.55vw, 6.4rem);
  text-shadow:
    2px 2px 0 var(--color_white),
    -2px 2px 0 var(--color_white),
    2px -2px 0 var(--color_white),
    -2px -2px 0 var(--color_white);
}
.sub-page-header {
  background-color: var(--color_neon-green);
  border-radius: 10px;
  width: fit-content;
  margin-left: 0 !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding: 5px 25px;
  color: var(--color_black);
  border: var(--color_black) solid 1px;
  font-weight: 900;
  margin-top: 0 !important;
  transform: translateY(-20px);
}
.has-text-align-center.sub-page-header {
  margin-left: auto !important;
  margin-right: auto !important;
}
/* テーブル */
.table table,
.table tbody {
  display: block;
  width: 100%;
}
.table tr {
  display: flex;
  flex-wrap: wrap;
}
.table figure.wp-block-table tr td {
  border: none !important;
  display: block;
  vertical-align: middle !important;
  background-image: linear-gradient(to right, #c4c4c4 50%, transparent 50%);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.table figure.wp-block-table tr td:first-child {
  width: 30%;
  text-align: left;
  font-weight: 700 !important;
  color: var(--color_black);
  padding: 1.2rem;
}
.table figure tr td:last-child {
  width: 70%;
  padding: 1.2rem;
}
@media screen and (max-width: 640px) {
  .table figure.wp-block-table tr td:first-child,
  .table figure tr td:last-child {
    width: 100%;
  }
  .table figure.wp-block-table tr td:first-child {
    background-image: none !important;
    padding: 1rem 1rem 0;
  }
  .table figure tr td:last-child {
    padding: 0.5rem 1rem 1rem;
    background-image: linear-gradient(to right, #c4c4c4 50%, transparent 50%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
  }
}
/*--- ボタン ---*/
.is-style-default .smb-btn {
  background-color: var(--color_neon-yellow) !important;
  color: var(--color_black) !important;
  border: 2px solid var(--color_black) !important;
  border-radius: 50px !important;
  font-weight: 900 !important;
  position: relative;
  text-decoration: none;
  overflow: visible;
  width: 300px;
  box-shadow: 4px 4px 0px 0px var(--color_black);
  transition: all 0.2s ease;
}
/* ホバー（マウスを乗せた時）の動き */
.is-style-default .smb-btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px 0px var(--color_black);
  background-color: var(--color_pink) !important;
}
.is-style-default .smb-btn__label {
  padding: 10px 40px;
  display: inline-block;
  letter-spacing: 0.1em;
}
/* ズームアニメーション */
.u-anime-zoom {
  opacity: 0;
  transform: scale(0);
  transition:
    opacity 0.5s ease,
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.is-active.u-anime-zoom {
  opacity: 1;
  transform: scale(1);
}
/*--- トップページ ---*/
.bg-mv {
  background-image:
    url("/wp-content/uploads/2026/04/bg_star-left.png"),
    url("/wp-content/uploads/2026/04/bg_star-right.png"),
    url("/wp-content/uploads/2026/04/bg_mv.jpg");
  background-position:
    left 50px top 45%,
    right 50px bottom 30%,
    center center;
  background-size:
    160px auto,
    120px auto,
    cover;
  background-repeat: no-repeat;
  min-height: 60svh !important;
}
/* 吹き出し全体のコンテナ */
.mv-fukidashi-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
}
.mv-fukidashi01 {
  align-self: flex-start;
  margin-top: 20px !important;
  margin-left: 30px !important;
}
.mv-fukidashi02 {
  align-self: flex-end;
  margin-bottom: 0 !important;
}
.mv-fukidashi03 {
  align-self: center;
  margin-left: -25px !important;
  margin-top: -20px !important;
}
.mv-fukidashi04 {
  align-self: flex-start;
  margin-top: 50px !important;
}
.mv-fukidashi05 {
  align-self: flex-end;
  margin-top: -20px !important;
  margin-right: -20px !important;
}
.mv-fukidashi {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: fit-content;
  margin: 20px;
}
.bg-mv .smb-section__body {
  position: relative;
  min-height: 780px;
}
/* アイコン部分 */
.icon-wrap-right,
.icon-wrap-left {
  width: 80px;
  z-index: 100;
  margin-right: -35px;
  margin-bottom: -15px;
}
.icon-wrap-right {
  margin-left: -35px;
}
.icon-wrap-left {
  margin-right: -35px;
}
.icon-wrap-right img,
.icon-wrap-left img {
  width: 60px !important;
  height: auto !important;
}
/* 吹き出しの箱 */
.fukidashi-body {
  background-color: var(--color_red);
  color: var(--color_white);
  font-weight: 700;
  padding: clamp(15px, 3vh, 30px) clamp(20px, 5vw, 80px);
  border-radius: 20px;
  border: 2px solid var(--color_black);
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  position: relative;
  z-index: 1;
}
.fukidashi-body::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 100px;
  width: 24px;
  height: 30px;
  background-color: var(--color_red);
  border-right: 2px solid var(--color_black);
  border-bottom: 2px solid var(--color_black);
  border-bottom-right-radius: 6px;
  transform: rotate(60deg) skewX(15deg);
  z-index: 1;
}
.fukidashi-body02 {
  background-color: var(--color_blue);
  color: var(--color_white);
  font-weight: 700;
  padding: clamp(15px, 3vh, 30px) clamp(20px, 5vw, 80px);
  border-radius: 20px;
  border: 2px solid var(--color_black);
  position: relative;
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  z-index: 1;
}
.fukidashi-body02::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: auto;
  right: 200px;
  width: 24px;
  height: 30px;
  background-color: var(--color_blue);
  border-left: 2px solid var(--color_black);
  border-bottom: 2px solid var(--color_black);
  border-bottom-left-radius: 6px;
  transform: rotate(-60deg) skewX(-15deg);
  z-index: 1;
}
.fukidashi-body03 {
  background-color: var(--color_pink);
  color: var(--color_white);
  font-weight: 700;
  padding: clamp(15px, 3vh, 30px) clamp(20px, 5vw, 80px);
  border-radius: 20px;
  border: 2px solid var(--color_black);
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  position: relative;
  z-index: 1;
}
.fukidashi-body03::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: auto;
  right: 100px;
  width: 24px;
  height: 30px;
  background-color: var(--color_pink);
  border-left: 2px solid var(--color_black);
  border-bottom: 2px solid var(--color_black);
  border-bottom-left-radius: 6px;
  transform: rotate(-60deg) skewX(-15deg);
  z-index: 1;
}
.fukidashi-body04 {
  background-color: var(--color_green);
  color: var(--color_white);
  font-weight: 700;
  padding: clamp(15px, 3vh, 30px) clamp(20px, 5vw, 80px);
  border-radius: 20px;
  border: 2px solid var(--color_black);
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  position: relative;
  z-index: 1;
}
.fukidashi-body04::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 100px;
  width: 24px;
  height: 30px;
  background-color: var(--color_green);
  border-right: 2px solid var(--color_black);
  border-bottom: 2px solid var(--color_black);
  border-bottom-right-radius: 6px;
  transform: rotate(60deg) skewX(15deg);
  z-index: 1;
}
.fukidashi-body05 {
  background-color: var(--color_yellow);
  color: var(--color_white);
  font-weight: 700;
  padding: clamp(15px, 3vh, 30px) clamp(20px, 5vw, 80px);
  border-radius: 20px;
  border: 2px solid var(--color_black);
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  position: relative;
  z-index: 1;
}
.fukidashi-body05::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: auto;
  right: 100px;
  width: 24px;
  height: 30px;
  background-color: var(--color_yellow);
  border-left: 2px solid var(--color_black);
  border-bottom: 2px solid var(--color_black);
  border-bottom-left-radius: 6px;
  transform: rotate(-60deg) skewX(-15deg);
  z-index: 1;
}
/* --- 5つのお悩み --- */
.mv-fukidashi {
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  animation: zoomInFukidashi 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: 0.2s;
}
/* --- 共通のアニメーション --- */
@keyframes zoomInFukidashi {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomInFukidashiDog {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
/* --- ワンちゃん --- */
.mv-fukidashi-dog {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: 90%;
  max-width: 1000px;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transform-origin: center;
  animation: zoomInFukidashiDog 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: 1.2s;
}
/* ワンちゃんのサイズ調整 */
.dog-icon img {
  width: clamp(100px, 15vw, 213px);
  height: auto;
  display: block;
  flex-shrink: 0;
}
/* 吹き出し本体 */
.fukidashi-side {
  background-color: var(--color_white);
  color: var(--color_black);
  font-weight: 900;
  padding: clamp(15px, 3vh, 30px) clamp(20px, 5vw, 50px);
  border-radius: 20px;
  border: 3px solid var(--color_black); /* 少し太めのフチ */
  font-size: clamp(1.2rem, 0.691rem + 2.55vw, 2.6rem);
  position: relative;
  white-space: normal;
}

.fukidashi-side::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 28px;
  height: 28px;
  background-color: var(--color_white);
  border-left: 3px solid var(--color_black);
  border-bottom: 3px solid var(--color_black);
  border-bottom-left-radius: 6px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.c-marquee {
  overflow: hidden;
  background: var(--color_neon-green);
  color: var(--color_black);
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: solid 2px var(--color_black);
  border-bottom: solid 2px var(--color_black);
  font-weight: 700;
}
.c-marquee__inner {
  display: flex;
  white-space: nowrap;
}
.c-marquee__inner span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 30s linear infinite;
}
.c-marquee__inner span strong {
  font-weight: 900;
  font-size: 1.4rem;
  margin-right: 1em;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 施工実績 */
.works-section .c-entries-carousel .spider__slide {
  max-width: calc(25% - var(--entries--carousel--gap) / 1.3);
}
.works-section .c-entry-summary__figure {
  border-radius: 20px;
  border: var(--color_black) solid 4px;
}
.works-section h3 {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.works-section .c-entry-summary__figure img,
.post-type-archive-works .c-entry-summary__figure img {
  transform: scale(1) !important;
  transition: 0.4s ease-in-out !important;
}
.works-section .c-entry-summary__figure:hover img,
.post-type-archive-works .c-entry-summary__figure:hover img {
  transform: scale(1.1) !important;
}
/* プロフィール */
.profile-section {
  background-image:
    url("/wp-content/uploads/2026/04/bg_profile-star-left.png"),
    url("/wp-content/uploads/2026/04/bg_profile-star-right.png"),
    url("/wp-content/uploads/2026/04/bg_mv.jpg");
  background-position:
    left 50px top 45%,
    right 50px bottom 40%,
    center center;
  background-size:
    140px auto,
    73px auto,
    cover;
  background-repeat: no-repeat;
  border-top: var(--color_black) solid 4px;
}
.profile-section h2 {
  font-weight: 900;
  font-size: clamp(1.6rem, 1.164rem + 2.18vw, 2.8rem);
}
.profile-section h2.title-with-ruby {
  display: block;
  text-align: center;
}
.title-with-ruby {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.title-with-ruby::before {
  content: "\\";
  font-weight: bold;
}
.title-with-ruby::after {
  content: "/";
  font-weight: bold;
}
/* ふりがな）の調整 */
ruby {
  ruby-align: center;
}
rt {
  font-size: 0.4em;
  font-weight: 700;
  color: var(--color_black);
  letter-spacing: 0.1em;
}
.profile-section .profile-img img {
  border-radius: 20px;
  border: var(--color_black) 4px solid;
  box-shadow: 8px 8px 0 0 var(--color_red);
  width: 100%;
  height: 328px;
  object-fit: contain;
  background-color: var(--color_white);
}
.profile-section .is-layout-flex,
.message-section .is-layout-flex {
  gap: 60px;
}
.profile-section .wp-block-columns {
  margin-top: 3rem;
}
/* 763企画ができること */
.business-section {
  background-color: var(--color_blue);
  border-top: var(--color_black) solid 4px;
}
.business-section .contents-header {
  background-image: repeating-linear-gradient(
    -45deg,
    var(--color_blue),
    var(--color_blue) 40px,
    #0f4783 40px,
    #0f4783 80px
  );
  border-bottom: var(--color_black) solid 4px;
  padding: 3rem 0 !important;
  color: var(--color_white) !important;
}
.business-section .section-sub-title {
  color: var(--color_white);
  font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
  font-weight: 900;
}
.business-section .item-title {
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: 900;
}
.business-section .business-columns .wp-block-column {
  position: relative;
  background-color: var(--color_white);
  padding: 16px;
  border-radius: 20px;
  border: var(--color_black) solid 4px;
}
.business-section .business-columns img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
}
.business-section .business-columns.is-layout-flex,
.reason-section .reason-columns.is-layout-flex {
  gap: 40px;
}
.business-columns:first-of-type {
  margin-bottom: 50px !important;
}
.business-section .number,
.reason-section .number {
  color: var(--color_yellow);
  font-family: var(--font-en-script);
  font-size: 2.2rem;
  font-weight: 900;
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0 !important;
  text-shadow:
    1px 1px 0 var(--color_black),
    -1px 1px 0 var(--color_black),
    1px -1px 0 var(--color_black),
    -1px -1px 0 var(--color_black);
}
.business-section .number {
  position: absolute;
  top: 25px;
  right: 40px;
  z-index: 10;
}
.business-section .smb-section:nth-of-type(3) .c-container {
  background-image:
    linear-gradient(to right, var(--color_white) 50%, transparent 50%),
    linear-gradient(to right, var(--color_white) 50%, transparent 50%);
  background-position: top, bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
/* 763企画の特徴 */
.reason-section {
  background-color: var(--color_red);
  border-top: var(--color_black) solid 4px;
}
.reason-section .contents-header {
  background-image: repeating-linear-gradient(
    -45deg,
    var(--color_red),
    var(--color_red) 40px,
    #d21423 40px,
    #d21423 80px
  );
  border-bottom: var(--color_black) solid 4px;
  padding: 3rem 0 !important;
  color: var(--color_white) !important;
}
.reason-section .reason-columns,
.skill-group {
  background-color: var(--color_white);
  border: var(--color_black) solid 4px;
  border-radius: 20px;
  padding: 65px;
}
.dog-character-02 {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: clamp(100px, 15vw, 213px);
}
.reason-section .reason-columns img {
  width: 100%;
  height: 478px;
  object-fit: cover;
  border-radius: 20px;
}
.reason-section .lead {
  margin-top: 1.2rem !important;
  font-size: 1.2rem;
  font-weight: 700;
}
.reason-section h3,
.area-section h3,
.message-section h3 {
  font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
  font-weight: 900;
}
.skill-group p {
  display: inline-block;
  padding-right: 180px;
  background-image: linear-gradient(
    to right,
    var(--color_black) 50%,
    transparent 50%
  );
  background-position: top, bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  padding-top: 1rem;
  margin-top: 1rem !important;
}
.skill-group {
  margin-top: 50px;
}
.reason-columns:nth-of-type(2) {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
/* 対応エリア */
.area-section {
  background-color: var(--color_yellow);
  border-top: var(--color_black) solid 4px;
}
.area-section .contents-header {
  background-image: repeating-linear-gradient(
    -45deg,
    var(--color_yellow),
    var(--color_yellow) 40px,
    #fdc81c 40px,
    #fdc81c 80px
  );
  border-bottom: var(--color_black) solid 4px;
  padding: 3rem 0 !important;
  color: var(--color_white) !important;
}
/* 代表挨拶 */
.message-section {
  background-color: var(--color_gray);
  border-top: var(--color_black) solid 4px;
}
.message-section .contents-header {
  background-image: repeating-linear-gradient(
    -45deg,
    var(--color_gray),
    var(--color_gray) 40px,
    #e8e6dc 40px,
    #e8e6dc 80px
  );
  border-bottom: var(--color_black) solid 4px;
  padding: 3rem 0 !important;
  color: var(--color_white) !important;
}
.message-section .profile-img img {
  border-radius: 20px;
  border: var(--color_black) 4px solid;
  box-shadow: 8px 8px 0 0 var(--color_red);
  width: 100%;
  height: 380px;
  object-fit: contain;
  background-color: var(--color_white);
  padding: 1.5rem;
}
.message-section .name {
  font-size: 1.4rem;
}
.btn-pc-none {
  display: none;
}
.btn-sp-none {
  display: block;
}
/* お知らせ */
.news-section {
  background-color: var(--color_white);
  border-top: var(--color_black) solid 4px;
  border-bottom: var(--color_black) solid 4px;
}
/* お問い合わせ */
.contact-section {
  background-color: var(--color_gray);
  border-top: var(--color_black) solid 4px;
}
.contact-wrap {
  background: var(--color_white);
  border-radius: 15px;
  border: var(--color_black) solid 1px;
  box-shadow: 4px 4px 0 0 var(--color_black);
  color: var(--color_black);
  padding: 2rem 6rem;
}
.contact-wrap h3 {
  font-size: clamp(1.1rem, 1.064rem + 0.18vw, 1.2rem);
  font-weight: normal;
}
.contact-wrap .wp-block-columns {
  background-image: linear-gradient(
    to right,
    var(--color_black) 50%,
    transparent 50%
  );
  background-position: top, bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  padding-top: 2rem;
}
.has-text-align-center.tel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.tel-link {
  font-size: clamp(1.5rem, 1.1rem + 2vw, 2.6rem);
  font-family: var(--font-en-script);
}
.tel-link a {
  text-decoration: none !important;
  transition: all 0.2s ease;
  color: var(--color_black) !important;
}
.tel-link a:hover {
  color: var(--color_blue) !important;
}
.tel-link::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 52px;
  background-image: url("/wp-content/uploads/2026/04/ico-tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.reception-info {
  margin-top: 1em !important;
}
.contact-wrap .is-style-default .smb-btn {
  width: 430px;
}
/* フッター */
.l-footer,
.l-footer--footer-2 .l-footer__body {
  border-top: none !important;
}
.l-footer--footer-2 .l-footer__header {
  display: none;
}
.l-footer__body {
  background-color: var(--color_gray);
}
.l-footer__widget-area {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: var(--color_blue);
  color: var(--color_white);
}
.l-footer--footer-2 h3 {
  color: var(--color_white);
}
.l-footer--footer-2 #block-7 p {
  margin-top: 1em !important;
}
.l-footer--footer-2 .l-footer__footer {
  background: var(--color_blue);
}
.l-footer__footer .c-row {
  justify-content: center !important;
  color: var(--color_white);
}
#page-top {
  border-radius: 50px !important;
  background: var(--color_red) !important;
  bottom: 10px !important;
  right: 10px !important;
}
/* 投稿詳細、カテゴリー一覧、タグ一覧、月別アーカイブなどの背景を白にする */
.blog .l-footer__body,
.single-post .l-footer__body,
.archive .l-footer__body,
.category .l-footer__body,
.tag .l-footer__body,
.single-works .l-footer__body,
.post-type-archive-works .l-footer__body {
  background-color: #fff !important;
}
/*--------------------  下層ページ -------------------- */
/* 会社概要 */
.page-id-19 .message-section {
  background-color: var(--color_white);
  border-top: none;
  border-bottom: var(--color_black) solid 4px;
}
/* 事業内容 */
.page-id-21 .business-section {
  background-color: var(--color_white);
  border-top: none;
  background-image: linear-gradient(to right, #c4c4c4 50%, transparent 50%);
  background-position: top;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.page-id-21 .business-section .section-sub-title {
  color: var(--color_black);
  font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
  font-weight: 900;
}
.business-section .business-columns .wp-block-column {
  position: relative;
  background-color: var(--color_white);
  padding: 16px;
  border-radius: 20px;
  border: var(--color_black) solid 4px;
}
.page-id-21 .area-section {
  background-color: var(--color_white);
  border-bottom: solid var(--color_black) 4px;
}
/* 施工実績 */
.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);
}
.c-entry-summary__figure {
  border-radius: 20px;
  border: var(--color_black) solid 4px;
}
.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;
}
/* お問い合わせ */
.smf-form--simple-table .smf-item__col--label {
  padding-right: var(--_padding1);
  border-bottom: none;
  font-weight: 900;
  padding: 1.4rem;
  border-bottom: none;
}
.smf-form--simple-table .smf-item__col--controls {
  background-image: linear-gradient(to right, #c4c4c4 50%, transparent 50%);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  padding: 0 1.4rem 1.4rem;
  display: flex;
  align-items: center;
}
.smf-form--simple-table .smf-item__controls {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.smf-form--simple-table .smf-item {
  padding: 0 !important;
}
.smf-item__description {
  color: var(--color_white);
  font-size: 0.8rem !important;
  background-color: var(--color_red);
  border-radius: 5px;
  width: fit-content;
  padding: 5px 15px;
}
.contact_form-wrap {
  border: var(--color_black) solid 4px;
  border-radius: 20px;
  padding: 6rem;
}
@media (min-width: 640px) {
  .smf-form--simple-table .smf-item__col--label {
    flex: 0 0 14em;
    max-width: 14em;
    padding-bottom: 0;
    padding-right: var(--_padding1);
    background-image: linear-gradient(to right, #c4c4c4 50%, transparent 50%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    font-weight: 900;
    padding: 0 1.4rem 1.4rem;
    margin-bottom: 1.4rem;
  }
  .smf-form--simple-table .smf-item__col--controls {
    flex: 1 1 calc(100% - 14em);
    max-width: calc(100% - 14em);
    background-image: linear-gradient(to right, #c4c4c4 50%, transparent 50%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    padding: 0 1.4rem 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.smf-form--simple-table + .smf-action {
  margin-bottom: 0 !important;
}
.smf-action {
  display: flex !important;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.smf-button-control__control[data-action="back"],
.smf-button-control__control[data-action="complete"] {
  width: 200px !important;
  margin: 0 !important;
}
.smf-button-control__control {
  background-image: none !important;
  background-color: var(--color_neon-yellow) !important;
  color: var(--color_black) !important;
  border: 2px solid var(--color_black) !important;
  border-radius: 50px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 360px !important;
  height: 60px !important;
  margin: 0 auto;
  font-weight: 700 !important;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 3px 3px 0px 0px var(--color_black) !important;
  letter-spacing: 0.1rem !important;
  transition: all 0.2s ease !important;
  cursor: pointer;
  appearance: none;
}
.smf-button-control__control:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0px 0px var(--color_black) !important;
  background-color: var(--color_pink) !important;
}
/*--------------------  レスポンシブ -------------------- */
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1100px) {
  .bg-mv .smb-section__body {
    position: relative;
    min-height: 800px;
  }
  .mv-fukidashi03 {
    align-self: center;
    margin-left: auto !important;
    margin-top: -20px !important;
  }
  .mv-fukidashi05 {
    align-self: flex-end;
    margin-top: -20px !important;
    margin-right: auto !important;
  }
  .contact-wrap .is-style-default .smb-btn {
    width: 270px;
  }
  .contact-wrap {
    padding: 2rem;
  }
}
@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;
  }
  /* プロフィール */
  .profile-section {
    background-image:
      url("/wp-content/uploads/2026/04/bg_profile-star-left.png"),
      url("/wp-content/uploads/2026/04/bg_profile-star-right.png"),
      url("/wp-content/uploads/2026/04/bg_mv.jpg");
    background-position:
      left 5px top 5%,
      right 5px bottom 40%,
      center center;
    background-size:
      60px auto,
      43px auto,
      cover;
    background-repeat: no-repeat;
    border-top: var(--color_black) solid 4px;
  }
  .business-section .business-columns img {
    height: 200px;
  }
  .reason-section .reason-columns img,
  .message-section .profile-img img {
    height: 300px;
  }
  /* 下層ページヘッダー */
  .c-page-header {
    padding-top: 140px !important;
    padding-bottom: 110px !important;
    margin-top: 60px !important;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1023px) {
  /* ロゴ */
  .c-site-branding__title .custom-logo {
    width: 180px;
  }
  .l-header {
    overflow: visible !important;
  }
  .l-header--sticky-sm {
    box-shadow: none;
  }
  .tel-link::before {
    width: 25px;
    height: 42px;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns.column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 640px) {
  /* br */
  .br-sp {
    display: inline-block !important;
    width: 100%;
  }
  .br-tab {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .sub-page-header {
    transform: translateY(-5px);
  }
  .bg-mv {
    background-image:
      url("/wp-content/uploads/2026/04/bg_star-left.png"),
      url("/wp-content/uploads/2026/04/bg_star-right.png"),
      url("/wp-content/uploads/2026/04/bg_mv.jpg");
    background-position:
      left 10px top 10%,
      right 10px bottom 30%,
      center center;
    background-size:
      90px auto,
      70px auto,
      cover;
    background-repeat: no-repeat;
    min-height: 60svh !important;
  }
  .icon-wrap-right,
  .icon-wrap-left {
    width: 40px;
    z-index: 100;
    margin-right: -30px;
    margin-bottom: -15px;
  }

  .icon-wrap-right img,
  .icon-wrap-left img {
    width: 60px !important;
    height: auto !important;
  }
  .mv-fukidashi {
    margin: 5px;
  }
  .mv-fukidashi01 {
    margin-left: 0 !important;
  }
  .mv-fukidashi03 {
    align-self: center;
    margin-left: auto !important;
    margin-right: 25px !important;
    margin-top: 0 !important;
  }
  .mv-fukidashi04 {
    margin-top: auto !important;
    margin-left: 10px !important;
  }
  .mv-fukidashi05 {
    align-self: flex-end;
    margin-top: auto !important;
    margin-right: 30px !important;
  }
  /* 施行事例 */
  .works-section .c-entries-carousel .spider__slide {
    max-width: 100% !important;
  }
  /* 763企画の特徴 */
  .reason-section .reason-columns,
  .skill-group {
    background-color: var(--color_white);
    border: var(--color_black) solid 4px;
    border-radius: 20px;
    padding: 18px 18px 35px 18px;
  }
  .reason-section .reason-columns img {
    height: 278px;
  }
  .skill-group p {
    padding-right: 80px;
  }
  /* 代表挨拶 */
  .btn-pc-none {
    display: block;
  }
  .btn-sp-none {
    display: none;
  }
  .message-section .contents-header .is-layout-flex {
    gap: 0 !important;
  }
  /* お問い合わせ */
  .contact-wrap {
    padding: 16px;
  }
  /* 下層ページ */
  /* お問い合わせ */
  .contact_form-wrap {
    padding: 1rem;
  }
  .smf-button-control__control {
    width: 260px !important;
  }
  /* 施工事例 */
  .c-entries {
    display: block;
    --entries--item-width: 100% !important;
  }
}
@media screen and (max-width: 591px) {
  /* トップページ */
  .bg-mv .smb-section__body {
    position: relative;
    min-height: 980px;
  }
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .smf-action {
    flex-direction: column;
    align-items: center;
  }
}
/* スマホの横向き（最大幅960px程度まで）のみ適用 */
@media screen and (max-width: 960px) and (orientation: landscape) {
  .tel-link {
    font-size: 1.7rem;
  }
}
