@charset "UTF-8";
/* ==================================================

<目次>
 1.汎用クラス
 2.パーツ
 3.ヘッダー・フッター
 4.トップページ
 5.下層ページ

=================================================== */
body {
  background-image: url("../img/bg_fixed.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

a[href^=http]:not([href*="domusde.co.jp"])::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25em;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3z'/%3E%3Cpath d='M5 5h7V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7H5V5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3z'/%3E%3Cpath d='M5 5h7V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7H5V5z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* ==================================================

 1.汎用クラス

 ================================================== */
/* margin-top */
.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt80 {
  margin-top: 80px !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

/* padding */
.pt0 {
  padding-top: 0 !important;
}

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

/* 表示切り替え */
.is_pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .is_pc {
    display: block;
  }
}

.is_sp {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .is_sp {
    display: none;
  }
}

/* flex */
.flex_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_align_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_justify_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-font_serif {
  font-family: serif !important;
}

.u-link_underline_remove a {
  text-decoration: none !important;
}

.u-hover_opacity *:hover {
  opacity: 0.8 !important;
}

.c-btn_hover_sub-color a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn_hover_sub-color a:hover {
  -webkit-filter: none !important;
          filter: none !important;
  background-color: var(--wp--preset--color--sm-sub-accent) !important;
}

.c-link_hover_sub-color a:hover {
  color: var(--wp--preset--color--sm-sub-accent) !important;
}

/* ==================================================

 2.パーツ

================================================== */
/* 見出し
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3 !important;
}

/*h1*/
body:not(.home) .c-page-header {
  padding-bottom: var(--_padding3);
  padding-top: var(--_padding3);
}
body:not(.home) .c-page-header .c-page-header__title {
  font-weight: normal;
  color: var(--wp--preset--color--sm-accent);
}
body:not(.home) .c-page-header .c-page-header__sub_title {
  color: var(--wp--preset--color--sm-accent);
  font-size: 1.25rem;
}

body:not(.home) .l-contents__main h2:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title) {
  color: var(--wp--preset--color--sm-accent);
  font-weight: normal;
  border-left: 2px solid #FFB06C;
  background-color: inherit;
  padding-top: 0.4em;
  padding-bottom: 0.75em;
  padding-inline: 0.4em;
  position: relative;
}
body:not(.home) .l-contents__main h2:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title)::before {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: 2px;
  background-color: #FFB06C;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb06c), color-stop(35%, #fce4ad), color-stop(70%, #fcff7b), to(#ccfdf5));
  background-image: -webkit-linear-gradient(left, #ffb06c, #fce4ad 35%, #fcff7b 70%, #ccfdf5);
  background-image: linear-gradient(90deg, #ffb06c, #fce4ad 35%, #fcff7b 70%, #ccfdf5);
  position: absolute;
  left: -12px;
  bottom: 12px;
}
body:not(.home) .l-contents__main h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title) {
  color: var(--wp--preset--color--sm-accent);
  font-weight: normal;
  border-bottom: 1px dashed #FFB06C;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
body:not(.home) .l-contents__main h4:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title) {
  font-weight: normal;
  color: var(--wp--preset--color--sm-accent);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
body:not(.home) .l-contents__main h4:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title)::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_heading_d.svg) no-repeat center/contain;
  width: 13px;
  height: 19px;
}
body:not(.home) .l-contents__main h5:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title) {
  font-weight: normal;
  color: var(--wp--preset--color--sm-accent);
}

/* テーブル
---------------------------------------- */
.l-contents__body .wp-block-table td, .l-contents__body .wp-block-table th {
  padding: var(--_padding-1);
}

/* テーブル_左見出し */
.table_rows table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_rows tbody th {
  background-color: #f7f7f7 !important;
  color: var(--wp--preset--color--sm-accent) !important;
  width: 30%;
  font-weight: normal;
}
@media print, screen and (min-width: 1200px) {
  .table_rows tbody th {
    width: 300px;
  }
}
.table_rows tbody td {
  vertical-align: top;
}
.table_rows tbody td:first-child {
  background-color: #f7f7f7;
  color: var(--wp--preset--color--sm-accent) !important;
}
@media print, screen and (min-width: 1200px) {
  .table_rows tbody td:first-child {
    width: 300px;
  }
}
@media print, screen and (max-width: 639px) {
  .table_rows {
    display: block;
  }
  .table_rows tbody {
    display: block;
    width: 100%;
  }
  .table_rows tbody tr {
    display: block;
    width: 100%;
  }
  .table_rows tbody tr:first-child th, .table_rows tbody tr:first-child td {
    border-bottom: 0;
  }
  .table_rows tbody th, .table_rows tbody td {
    display: block;
    width: 100%;
  }
}

/* Contact Form 7
---------------------------------------- */
.p-contactform {
  max-width: 100%;
  overflow-x: auto;
}
@media print, screen and (max-width: 639px) {
  .p-contactform {
    padding-left: 0;
  }
}
.p-contactform table {
  width: 100% !important;
  max-width: 100%;
  table-layout: fixed;
}
.p-contactform input[type=text].full, .p-contactform input[type=tel], .p-contactform input[type=email] {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contactform input[type=text], .p-contactform input[type=tel], .p-contactform input[type=email] {
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform input[type=text]:focus, .p-contactform input[type=tel]:focus, .p-contactform input[type=email]:focus {
  background-color: #EEE;
}
.p-contactform input[type=text].wpcf7-not-valid, .p-contactform input[type=tel].wpcf7-not-valid, .p-contactform input[type=email].wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform textarea {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform textarea:focus {
  background-color: #EEE;
}
.p-contactform textarea.wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform select {
  padding: 8px;
  border-color: #CCC;
}
.p-contactform .wpcf7-list-item {
  margin: 0 1em 0 0;
  margin-bottom: 8px !important;
}
@media print, screen and (max-width: 639px) {
  .p-contactform .wpcf7-list-item {
    margin-bottom: 0.8rem;
    display: block !important;
  }
}
.p-contactform span.wpcf7-not-valid-tip {
  margin-top: 2px;
  color: #E00;
}
.p-contactform p {
  margin-bottom: 0;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.p-required_mark::after {
  content: "必須";
  display: inline-block;
  color: #ED1C24;
  font-size: 0.8rem;
  font-weight: normal;
  margin-left: 0.3rem;
}

.wpcf7-submit {
  font-weight: bold;
  margin-left: 72px;
}

.u-panel_shadow_remove .smb-panels__item {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (min-width: 1024px) {
  .c-recent-posts_col4 .c-entries--rich-media {
    --entries--item-width: 25%;
  }
}
/* ==================================================

 3.ヘッダー・フッター

 ================================================== */
/* ヘッダー
---------------------------------------- */
.l-header {
  background: inherit;
}

.l-1row-header .p-global-nav .c-navbar__item > a {
  padding-top: var(--_padding-2);
  padding-bottom: var(--_padding-2);
}
.l-1row-header .c-btn_contact > a {
  background: var(--wp--preset--color--sm-accent);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff !important;
  font-weight: bold !important;
}
.l-1row-header .c-btn_contact > a:hover {
  background: #796b69;
}

.p-drop-nav {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

.p-global-nav .menu-item > a {
  color: var(--wp--preset--color--sm-accent);
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-global-nav .menu-item > a:hover {
  color: #796b69;
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before {
  display: none;
}
.p-global-nav .c-navbar__subitem {
  background: #796b69;
}
.p-global-nav .c-navbar__subitem:not(:last-child) {
  border-bottom: 1px solid #c9c3c3;
}
.p-global-nav .c-navbar__subitem a {
  color: #fff;
}
.p-global-nav .c-navbar__subitem a:hover {
  color: #fff;
}

@media not all and (min-width: 1024px) {
  .l-header--sticky-sm {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
[id=drawer-nav].c-drawer--overall {
  background-color: rgba(121, 107, 105, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[id=drawer-nav].c-drawer--overall .c-drawer__inner {
  margin-top: 3rem;
}
[id=drawer-nav].c-drawer--overall .c-btn_contact {
  background-color: var(--wp--preset--color--sm-accent);
  border-radius: 5px;
  padding-inline: 1em;
  margin-top: 0.8em;
}

.c-hamburger-btn {
  background-color: var(--wp--preset--color--sm-accent);
  border-radius: 5px;
  padding: 8px;
}
.c-hamburger-btn .c-hamburger-btn__bars {
  margin: 3px auto 0;
}
.c-hamburger-btn .c-hamburger-btn__bar {
  background-color: #fff;
}
.c-hamburger-btn .c-hamburger-btn__label {
  display: none;
}

/* フッター
---------------------------------------- */
.l-footer {
  background-color: #eee;
  border-top: none;
}
.l-footer .l-footer-widget-area {
  padding-top: 0;
  padding-bottom: 0;
}
.l-footer .l-footer-widget-area .l-footer-widget-area__item {
  margin-bottom: 0;
}
.l-footer .l-footer-widget-area .c-fluid-container {
  padding-right: 0;
  padding-left: 0;
}
.l-footer .c-copyright--inverse {
  background-color: #5E3723;
  padding-top: var(--_padding2);
}

.p-footer_nav {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-footer_nav .widget_nav_menu .menu > .menu-item a {
  line-height: 1.6;
  padding-left: 8px;
  display: block;
}
.p-footer_nav .widget_nav_menu .menu > .menu-item > a {
  font-size: 1rem;
  padding-bottom: 0.5em;
}
.p-footer_nav .widget_nav_menu .children-expander {
  display: none;
}
.p-footer_nav .widget_nav_menu .sub-menu {
  display: block;
  border-top: 0;
  border-bottom: 0;
  margin-top: 0;
  margin-left: 1em;
}
.p-footer_nav .widget_nav_menu .sub-menu li + li {
  margin-top: 8px;
}

@media (max-width: 639px) {
  .p-footer_nav {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
/* ==================================================

 4.トップページ

================================================== */
.smb-section__header {
  font-family: serif !important;
}
.smb-section__header .smb-section__subtitle, .smb-section__header .smb-section__title {
  font-weight: normal !important;
}

@media (max-width: 639px) {
  .smb-section__header .smb-section__title {
    font-size: 1.5rem !important;
  }
}
.p-home_bg_confetti {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  pointer-events: none;
  overflow: visible;
}

.p-home_bg_confetti_layer {
  position: absolute;
  inset: -100% -100% 0;
  width: 100%;
  aspect-ratio: 1/1; /* この画像は正方形 */
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  will-change: transform;
}

.p-home_bg_confetti_img {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 639px) {
  .p-home_bg_confetti {
    display: none;
  }
}
.p-home_mv figure {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@media (max-width: 639px) {
  .p-home_mv {
    padding-top: calc(var(--wp--preset--spacing--60) * 2) !important;
    padding-bottom: calc(var(--wp--preset--spacing--70) * 2.25) !important;
  }
}
.p-home_concept {
  position: relative;
}
.p-home_concept .smb-section__header {
  position: relative;
  z-index: 2;
}
.p-home_concept .smb-section__subtitle::after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #707070;
  margin: 1em auto 4em;
}
.p-home_concept .p-home_concept_text {
  position: relative;
  z-index: 2;
}
.p-home_concept .wp-block-gallery.p-home_concept_gallery {
  position: static;
  z-index: 1;
}
.p-home_concept .wp-block-gallery.p-home_concept_gallery .p-concept_img01 {
  position: absolute !important;
  z-index: 1;
  top: 10%;
  left: 0;
  max-width: 220px;
}
.p-home_concept .wp-block-gallery.p-home_concept_gallery .p-concept_img02 {
  position: absolute !important;
  top: 10%;
  right: 0;
  max-width: 330px;
}
.p-home_concept .wp-block-gallery.p-home_concept_gallery .p-concept_img03 {
  position: absolute !important;
  z-index: 1;
  top: 40%;
  left: 12vw;
  max-width: 186px;
}
.p-home_concept .wp-block-gallery.p-home_concept_gallery .p-concept_img04 {
  position: absolute !important;
  top: 50%;
  right: 12vw;
  max-width: 190px;
}
.p-home_concept .wp-block-gallery.p-home_concept_gallery .p-concept_img05 {
  position: absolute !important;
  bottom: 10%;
  left: 0;
  max-width: 320px;
}
.p-home_concept .wp-block-gallery.p-home_concept_gallery .p-concept_img06 {
  position: absolute !important;
  bottom: 10%;
  right: 0;
  max-width: 220px;
}
.p-home_concept .p-home_concept_gallery_sp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px !important;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-home_concept .p-home_concept_gallery_sp .wp-block-image {
  width: 100% !important;
}

.p-home_features .smb-section__subtitle::after, .p-home_works .smb-section__subtitle::after, .p-home_voice .smb-section__subtitle::after, .p-home_service .smb-section__subtitle::after, .p-home_message .smb-section__subtitle::after, .p-home_designer .smb-section__subtitle::after, .p-home_contact .smb-section__subtitle::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: var(--wp--preset--color--sm-sub-accent);
  margin-top: 4px;
}
.p-home_features .smb-section__contents-wrapper:not(.smb-section__contents-wrapper--left) .smb-section__subtitle::after, .p-home_works .smb-section__contents-wrapper:not(.smb-section__contents-wrapper--left) .smb-section__subtitle::after, .p-home_voice .smb-section__contents-wrapper:not(.smb-section__contents-wrapper--left) .smb-section__subtitle::after, .p-home_service .smb-section__contents-wrapper:not(.smb-section__contents-wrapper--left) .smb-section__subtitle::after, .p-home_message .smb-section__contents-wrapper:not(.smb-section__contents-wrapper--left) .smb-section__subtitle::after, .p-home_designer .smb-section__contents-wrapper:not(.smb-section__contents-wrapper--left) .smb-section__subtitle::after, .p-home_contact .smb-section__contents-wrapper:not(.smb-section__contents-wrapper--left) .smb-section__subtitle::after {
  margin-left: auto;
  margin-right: auto;
}

.p-home_features_list .smb-panels__item {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  padding-bottom: 48px;
}
.p-home_features_list .smb-panels__item::before {
  content: "";
  display: block;
  background: url(../img/icon_arrow-hook_right_white.svg) no-repeat center/50%;
  background-color: var(--wp--preset--color--sm-accent);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-home_features_list .smb-panels__item .p-home_features_img {
  overflow: hidden;
  background-color: var(--wp--preset--color--sm-sub-accent);
}
.p-home_features_list .smb-panels__item .p-home_features_img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-home_features_list .smb-panels__item:hover::before {
  background-color: var(--wp--preset--color--sm-sub-accent);
}
.p-home_features_list .smb-panels__item:hover .p-home_features_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}

.p-home_works_list figure, .p-archive_works_list figure {
  font-size: 0;
}
.p-home_works_list a, .p-archive_works_list a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-home_works_list a:hover, .p-archive_works_list a:hover {
  opacity: 0.8;
}

.p-archive_works {
  padding: 24px;
  background-color: #FEEFF2;
}
.p-archive_works .p-archive_works_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 639px) {
  .p-home_works_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-archive_works {
    padding: 0px;
    background-color: initial;
  }
  .p-archive_works .p-archive_works_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .p-archive_works .p-archive_works_item {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  }
}
.p-home_voice_list .c-entry-summary__title {
  font-size: 1rem;
  color: var(--wp--preset--color--sm-accent);
}
.p-home_voice_list .c-entry-summary__term {
  display: none;
}

.p-home_service .p-home_service_item .p-home_service_img {
  overflow: hidden;
  background-color: var(--wp--preset--color--sm-sub-accent);
}
.p-home_service .p-home_service_item .p-home_service_img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-home_service .p-home_service_item .p-home_service_item_disc {
  position: relative;
}
.p-home_service .p-home_service_item .p-home_service_item_disc::before {
  content: "";
  display: block;
  background: url(../img/icon_arrow-hook_right_white.svg) no-repeat center/50%;
  background-color: var(--wp--preset--color--sm-accent);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-home_service .p-home_service_item:hover .p-home_service_item_disc::before {
  background-color: var(--wp--preset--color--sm-sub-accent);
}
.p-home_service .p-home_service_item:hover .p-home_service_img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 0.8;
}

@media (max-width: 639px) {
  .p-home_service .p-home_service_inner {
    padding: 0;
  }
  .p-home_service .p-home_service_list {
    grid-template-columns: 1fr;
  }
  .p-home_service .p-home_service_item_disc {
    padding-bottom: 48px;
  }
  .p-home_service .p-home_service_item_disc::before {
    right: 0;
    left: auto;
  }
  .p-home_service .p-home_service_text {
    margin-top: 8px;
  }
}
@media (min-width: 640px) {
  .p-home_message .smb-section__inner > .c-container {
    padding-right: var(--wp--preset--spacing--60);
    padding-left: var(--wp--preset--spacing--60);
  }
}
@media (max-width: 639px) {
  .p-home_message .p-home_message_img {
    max-width: 150px;
    margin-left: 0 !important;
  }
}
.p-home_designer_list {
  font-family: serif !important;
}
.p-home_designer_list .p-home_designer_item .p-home_designer_img {
  overflow: hidden;
  background-color: var(--wp--preset--color--sm-sub-accent);
}
.p-home_designer_list .p-home_designer_item .p-home_designer_img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-home_designer_list .p-home_designer_item:hover .p-home_designer_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}
.p-home_designer_list .p-home_designer_img {
  background: var(--wp--preset--color--sm-sub-accent);
}
.p-home_designer_list .p-home_designer_img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-home_news .smb-section-side-heading__title:after {
  background-color: var(--wp--preset--color--sm-sub-accent);
  width: 30px;
  margin-top: 4px;
}
.p-home_news .p-home_news_list .c-entries__item > a {
  padding-bottom: calc(var(--entries--gap) * 1.5);
  padding-top: calc(var(--entries--gap) * 1.5);
}
.p-home_news .p-home_news_list .c-entries__item > a:hover {
  color: var(--wp--preset--color--sm-sub-accent);
}
.p-home_news .p-home_news_list .c-entries__item > a:hover .c-entry-summary__term {
  border: 1px solid var(--wp--preset--color--sm-sub-accent);
  color: var(--wp--preset--color--sm-sub-accent);
}
.p-home_news .p-home_news_list .c-entry-summary__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem 2rem;
}
.p-home_news .p-home_news_list .c-entry-summary__header {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-home_news .p-home_news_list .c-entry-summary__meta {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0;
}
.p-home_news .p-home_news_list .c-meta {
  gap: 1rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.p-home_news .p-home_news_list .c-entry-summary__title,
.p-home_news .p-home_news_list .c-entry-summary__term,
.p-home_news .p-home_news_list .c-meta__item--published {
  font-size: 0.9rem;
}
.p-home_news .p-home_news_list .c-entry-summary__term {
  background: none;
  border: 1px solid var(--wp--preset--color--sm-accent);
  color: var(--wp--preset--color--sm-accent);
  padding: 0 1em;
  font-weight: normal;
  min-width: 8em;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .p-home_news .p-home_news_list .c-entry-summary__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-home_news .p-home_news_list .c-entry-summary__term {
    min-width: 8em;
    text-align: center;
  }
}
.p-home_contact {
  background-color: rgba(255, 255, 255, 0.85);
}
.p-home_contact .smb-section__body {
  margin-top: 1.5rem;
}

/* ==================================================

 5.下層ページ

 ================================================== */
/* 投稿者と更新日時を非表示 */
.c-meta__item--author {
  display: none;
}

body:not(.home) .l-contents__body {
  background: #fff;
  border-radius: 40px 40px 0 0;
}

.blog .c-entry-summary__term {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  color: var(--wp--preset--color--sm-accent);
  font-weight: normal;
}

.post-type-archive-example .c-entries, .tax-example_category .c-entries {
  padding-top: var(--_padding2);
  padding-bottom: var(--_padding2);
}

.l-contents__container > .p-breadcrumbs-wrapper:first-child {
  padding-top: var(--_padding1);
}

/*  沿革 */
.p-history_list .smb-information__body .smb-information__item .smb-information__item__label {
  font-size: 1.3em;
  font-family: serif;
  position: relative;
}

.p-history_list .smb-information__body .smb-information__item .smb-information__item__label::before {
  content: "●";
  color: var(--accent-color);
  display: block;
  position: absolute;
  left: calc(100% - 0.5em);
  top: 0;
}

.p-history_list .smb-information__body .smb-information__item .smb-information__item__label::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--accent-color);
  position: absolute;
  right: 0;
  top: 0;
}

.p-history_list .smb-information__body .wp-block-columns {
  height: 100%;
}

@media (max-width: 639px) {
  .p-history_list .smb-information__body .smb-information__item .smb-information__item__label {
    padding-left: 1.25em;
  }
  .p-history_list .smb-information__body .smb-information__item .smb-information__item__label::before {
    left: 0;
  }
  .p-history_list .smb-information__body .smb-information__item .smb-information__item__label::after {
    content: none;
  }
  .p-history_list .smb-information__body .smb-information__item .smb-information__item__body .wp-block-columns {
    gap: 8px;
  }
  .p-history_list .c-row__col.c-row__col--1-1.c-row__col--md-3-4 {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .p-history_list .c-row__col--md-1-4 {
    --_item-width: 15% !important;
  }
  .p-history_list .c-row__col--md-3-4 {
    --_item-width: 85% !important;
    padding-left: var(--_gap);
    padding-right: var(--_gap);
    padding-bottom: 30px;
  }
  .p-history_list .smb-information__body > * + * {
    margin-top: 0 !important;
  }
  .p-history_list .smb-information__body .smb-information__item .smb-information__item__label {
    min-height: 4rem;
  }
  .p-history_list .smb-information__body .smb-information__item:first-child .smb-information__item__label::before {
    top: -9px;
  }
  .p-history_list .c-row__col.c-row__col--1-1.c-row__col--md-3-4 {
    font-size: 16px;
  }
}
/*  メディアとテキストめり込み問題 */
.wp-block-snow-monkey-blocks-media-text .c-row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}