@charset "UTF-8";
/* ==============================================================
# 共通
============================================================== */
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

/* アイキャッチ画像 16:9 */
.c-entry-summary .c-entry-summary__figure::before {
  padding-top: 56.25%;
}

@media (min-width: 1024px) {
  .c-entries--simple .c-entry-summary__figure {
    width: 33% !important;
  }
}
.smb-section__background-text__text {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

/* --------------- 追従ボタン --------------- */
.fixed-btns {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
@media screen and (max-width: 1024px) {
  .fixed-btns {
    top: 78%;
  }
}
@media screen and (max-width: 768px) {
  .fixed-btns {
    top: inherit;
    bottom: 0;
    transform: inherit;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.fixed-btns.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .fixed-btns.pc {
    display: none;
  }
}
.fixed-btns.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-btns.sp {
    display: grid;
  }
}

.fixed-btn {
  display: block;
  width: clamp(120px, 11.11vw, 160px);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .fixed-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .fixed-btn {
    width: 100%;
    padding: 15px 10px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.fixed-btn img {
  width: 100%;
  height: auto;
}
.fixed-btn.line {
  background: #06C755;
  color: #fff;
}
.fixed-btn.line .fixed-btn__icon {
  width: 24px;
  height: 24px;
  background: url(./img/icon_line.svg) no-repeat center center/contain;
}
.fixed-btn.mail {
  background: #FF7043;
  color: #fff;
}
.fixed-btn.mail .fixed-btn__icon {
  width: 20px;
  height: 20px;
  background: url(./img/icon_mail.svg) no-repeat center center/contain;
}

.fixed-btn__title {
  display: block;
  font-weight: bold;
  font-size: clamp(12px, 3.2vw, 16px);
  line-height: 1;
}

/* --------------- 下層ページヘッダー画像サイズ --------------- */
.c-page-header[data-has-image=true] {
  height: clamp(280px, 62.5vw, 360px);
}

.c-page-header__bgimage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #009688;
  opacity: 0.7;
  display: block;
}

/* --------------- 画像の角丸 --------------- */
#service .smb-items__item__figure,
#reason .smb-items__item__figure {
  border-radius: 10px;
  overflow: hidden;
}

#works .c-entry-summary__figure,
#blog .c-entry-summary__figure,
#voice .c-entry-summary__figure {
  border-radius: 10px;
  overflow: hidden;
}

#about img {
  border-radius: 10px;
}

/* --------------- ページトップ --------------- */
#page-top {
  border-radius: 100%;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 5%;
    bottom: 64px;
  }
}

/* --------------- 投稿カード > meta情報をタイトル上部に --------------- */
.c-entries--rich-media .c-entry-summary__meta,
.c-entries-carousel__item .c-entry-summary__meta {
  margin-top: 0;
  justify-content: start;
  color: #009688;
}

.l-sidebar-widget-area .c-entry-summary__body {
  flex-direction: column;
}
.l-sidebar-widget-area .c-entry-summary__body .c-meta {
  font-size: 12px;
  color: #009688;
}
.l-sidebar-widget-area .wp-block-heading {
  display: flex;
  justify-content: start;
  gap: 5px;
  background: #f2fafa;
  padding: 5px 10px;
}
.l-sidebar-widget-area .wp-block-heading::before {
  content: "#";
  flex: inherit;
  color: #009688;
  background: inherit;
  min-width: inherit;
  height: inherit;
  margin: 0;
}
.l-sidebar-widget-area .wp-block-heading::after {
  display: none;
}
.l-sidebar-widget-area select {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* --------------- 投稿詳細 > 筆者/カテゴリを非表示 --------------- */
.c-meta__item--categories {
  display: none;
}

/* ==============================================================
# CTA Header (PC)
============================================================== */
.l-header {
  border-bottom: 1px solid #ddd;
}

.c-site-branding__description {
  font-size: 10px;
  line-height: 1.3;
  margin: 0;
}

.p-infobar__inner .c-container {
  max-width: inherit;
}

.p-infobar__content {
  font-size: 12px;
  line-height: 1.3;
  font-weight: normal;
}

.l-2row-header__row.u-invisible-md-down {
  margin-top: 0 !important;
}
.l-2row-header__row.u-invisible-md-down .p-global-nav .menu-item:nth-child(n+2) {
  position: relative;
}
.l-2row-header__row.u-invisible-md-down .p-global-nav .menu-item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #ddd;
}
.l-2row-header__row.u-invisible-md-down .p-global-nav .menu-item a {
  padding: 10px !important;
}

.cta-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
}
.cta-header a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .cta-header a:hover {
    opacity: 0.6;
  }
}

.cta-header__text {
  flex: 0 0 auto;
  color: #009688;
  font-weight: 700;
  line-height: 1.3;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .cta-header__text {
    display: none;
  }
}

.cta-header__tel {
  position: relative;
  padding-left: 26px;
  text-decoration: none;
  color: #1A1A1A;
  display: block;
}
@media screen and (max-width: 768px) {
  .cta-header__tel {
    padding-left: 20px;
  }
}

.cta-header__icon {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-mask: url(./img/icon_tel.svg);
          mask: url(./img/icon_tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #1A1A1A;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .cta-header__icon {
    top: 4px;
    width: 14px;
    height: 14px;
  }
}

.cta-header__number {
  display: block;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cta-header__number {
    font-size: 20px;
  }
}

.cta-header__time {
  display: block;
  font-size: 10px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cta-header__time {
    font-size: 8px;
  }
}

.cta-header__sns {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0;
}
.cta-header__sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.cta-header__sns img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta-header__btns {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.cta-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.cta-header__btn img {
  display: block;
  height: 64px;
  /* 画像ボタンの高さ（PC想定） */
  width: auto;
}

/* ==============================================================
# cta
============================================================== */
#cta .cta-header__tel {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #cta .cta-header__tel {
    padding-left: 26px;
  }
}
#cta .cta-header__icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  #cta .cta-header__icon {
    width: 20px;
    height: 20px;
  }
}
#cta .cta-header__number {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #cta .cta-header__number {
    font-size: 30px;
  }
}
#cta .cta-header__time {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #cta .cta-header__time {
    font-size: 12px;
  }
}

.cta-tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-tel .cta-header__tel {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .cta-tel .cta-header__tel {
    padding-left: 26px;
  }
}
.cta-tel .cta-header__icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .cta-tel .cta-header__icon {
    width: 20px;
    height: 20px;
  }
}
.cta-tel .cta-header__number {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .cta-tel .cta-header__number {
    font-size: 30px;
  }
}
.cta-tel .cta-header__time {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cta-tel .cta-header__time {
    font-size: 12px;
  }
}
.cta-tel a {
  color: #1A1A1A;
  text-decoration: none;
}

.btn-line .smb-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(./img/icon_line.svg) no-repeat center center/contain;
}

.btn-mail .smb-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(./img/icon_mail.svg) no-repeat center center/contain;
}

.btn-line .smb-btn,
.btn-mail .smb-btn {
  position: relative;
}
.btn-line .smb-btn::after,
.btn-mail .smb-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  -webkit-mask: url(./img/icon_arrow.svg);
          mask: url(./img/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: background 0.3s;
}

/* ==============================================================
# hero
============================================================== */
#hero {
  height: calc(100svh - 154px);
  max-height: 800px;
}
@media screen and (max-width: 768px) {
  #hero {
    height: 100%;
  }
}
#hero .smb-section__inner {
  height: 100%;
}
#hero .smb-section__inner .c-container {
  height: 100%;
}
#hero .smb-section__inner .smb-section__contents-wrapper {
  height: 100%;
}
#hero .smb-section__inner .smb-section__body {
  height: 100%;
}
#hero .wp-block-image {
  height: 100%;
}
#hero .wp-block-image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: bottom center;
     object-position: bottom center;
}

/* ==============================================================
# lead
============================================================== */
#lead .wp-block-snow-monkey-blocks-items {
  max-width: 780px;
  margin: 0 auto;
}
#lead .smb-section__contents-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 60px;
}
@media screen and (max-width: 768px) {
  #lead .smb-section__contents-wrapper {
    padding: 100px 5%;
  }
}
#lead .smb-section__contents-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url(./img/bg.png) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #lead .c-row {
    gap: 10px;
  }
}
#lead .c-row__col {
  margin: 0;
}

/* ==============================================================
# reason
============================================================== */
#reason img {
  aspect-ratio: 16/10;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#reason .smb-items_item {
  position: relative;
}
#reason .smb-items__item__lede {
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 8px 10px 8px 10px;
  color: #fff;
  background: #009688;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 10px 0;
}

/* ==============================================================
# service
============================================================== */
#service .smb-items__item__figure {
  position: relative;
}
#service .smb-items__item__figure img {
  aspect-ratio: 16/9;
}
#service .smb-items__item__title {
  position: absolute;
  bottom: -5px;
  left: -5px;
  background: #fff;
  padding: 5px 30px;
  border-radius: 0 8px 0 8px;
}

/* ==============================================================
# about
============================================================== */
@media screen and (max-width: 768px) {
  #about .smb-section__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #about .wp-block-spacer {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #company .wp-block-table table {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #company .wp-block-table table tbody,
#company .wp-block-table table tr,
#company .wp-block-table table td {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #company .wp-block-table table tr td:nth-child(1) {
    font-weight: 700;
    position: relative;
  }
  #company .wp-block-table table tr td:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background: #009688;
  }
}
@media screen and (max-width: 768px) {
  #company .wp-block-table table td {
    padding: 5px 0 5px 10px;
  }
}

/* ==============================================================
# contact
============================================================== */
#contact .smb-items__item {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #contact .wp-block-snow-monkey-blocks-container {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #contact h3.wp-block-heading {
    margin-bottom: 1rem;
  }
}

/* ==============================================================
# footer
============================================================== */
.l-footer-widget-area {
  background: #f2fafa;
}

.c-copyright {
  background: #f2fafa;
  color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  .c-copyright {
    padding-bottom: 60px;
  }
}

.p-works-card-meta__row {
  display: flex;
  gap: 10px;
  padding: 2px 0;
}

.p-works-card-meta__term {
  font-size: 12px;
  flex: 0 0 70px;
  text-align: justify;
  background: #f2fafa;
  color: #009688;
  padding: 2px 5px;
}

.p-works-card-meta__desc {
  font-size: 12px;
  flex: 0 1 100%;
}

/* ==============================================================
# 施工事例 記事ページ
============================================================== */
@media screen and (max-width: 768px) {
  article.type-works .c-entry__title,
article.type-voice .c-entry__title {
    font-size: 24px;
  }
}
article.type-works .c-entry__meta,
article.type-voice .c-entry__meta {
  display: none;
}

.p-works-summary__list {
  padding: 0;
  margin: 0;
}

.p-works-summary__item {
  display: flex;
  gap: 2px;
}
.p-works-summary__item:nth-child(n+2) {
  margin-top: 2px;
}

.p-works-summary__term {
  font-weight: 700;
  flex: 0 0 100px;
  background: #f2fafa;
  color: #009688;
  background: #009688;
  color: #fff;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .p-works-summary__term {
    font-size: 14px;
  }
}

.p-works-summary__desc {
  flex: 0 1 100%;
  background: #f2fafa;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .p-works-summary__desc {
    font-size: 14px;
  }
}

/* 上部限定の調整があればここに */
.p-works-summary--top {
  padding-bottom: calc(var(--_margin1) * var(--_margin-top));
  border-bottom: 1px dashed #ddd;
  margin-bottom: calc(var(--_margin1) * var(--_margin-top));
}

/* 下部限定の調整があればここに */
.p-works-summary--bottom {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.smb-accordion__item__body {
  padding: 1rem;
}

/* ==============================================================
# contact
============================================================== */
@media screen and (max-width: 768px) {
  .smf-form--simple-table .smf-item__col--label {
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .wp-block-snow-monkey-forms-item:nth-child(n+2) {
    padding-top: 0;
  }
}

.smf-control-description {
  margin-top: 0.5rem;
  font-size: 12px;
}

.smf-progress-tracker__item .smf-progress-tracker__item__number {
  height: 2rem;
  width: 2rem;
  line-height: 1;
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: #009688;
}

.smf-progress-tracker__item .smf-progress-tracker__item__text {
  font-size: 14px;
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  color: #009688;
}

.smf-progress-tracker__item:after,
.smf-progress-tracker__item:before {
  top: calc(50% - 14px);
}

.smf-radio-buttons-control__control[role=radiogroup] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
}

.smf-form .smf-text-control__control {
  background-color: #F6F6F6 !important;
  border: none !important;
  border-radius: 4px !important;
  width: 100% !important;
  max-width: 500px !important;
  box-shadow: none !important;
}

textarea.smf-textarea-control__control {
  background-color: #F6F6F6 !important;
  border: none !important;
  border-radius: 4px !important;
  width: 100% !important;
  box-shadow: none !important;
}

.smf-item__label {
  padding-top: 10px;
  font-weight: bold;
}

.required .smf-item__label {
  position: relative;
}
.required .smf-item__label::before {
  content: "必須";
  display: inline-block;
  background: #FF7043;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 6px 8px;
  font-weight: normal;
  margin-right: 6px;
  height: 100%;
  line-height: 1;
}

button[data-action=confirm] {
  background-color: #FF7043 !important;
  background-image: inherit !important;
  color: #fff !important;
  width: 100%;
  max-width: 300px;
  border-radius: 100px !important;
  border-color: #FF7043 !important;
  transition: all 0.3s;
	font-weight: bold;
}
@media (hover: hover) {
  button[data-action=confirm]:hover {
    color: #FF7043 !important;
    background-color: #fff !important;
  }
}

button[data-action=back] {
  background-color: #F0F0F0 !important;
  background-image: inherit !important;
  color: #fff !important;
  width: 100%;
  max-width: 300px;
  border-radius: 100px !important;
  border-color: #F0F0F0 !important;
  transition: all 0.3s;
}
@media (hover: hover) {
  button[data-action=back]:hover {
    opacity: 0.6;
  }
}

button[data-action=complete] {
  background-color: #FF7043 !important;
  background-image: inherit !important;
  color: #fff !important;
  width: 100%;
  max-width: 300px;
  border-radius: 100px !important;
  border-color: #FF7043 !important;
  transition: all 0.3s;
}
@media (hover: hover) {
  button[data-action=complete]:hover {
    color: #FF7043 !important;
    background-color: #fff !important;
  }
}

form[data-screen=confirm] .smf-item__label {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .smb-section__background-text__text {
    font-size: 20vw;
  }
}



/* SCSS介さず直接記入 */

:root :where(.wp-block-heading.is-style-snow-monkey-145909){
gap: 5px;
}

@media screen and (max-width: 768px) {
.contact-tab .smb-section__inner .c-container {
	padding: 0;
}
}


.line-step .wp-block-snow-monkey-blocks-box:nth-child(n+2) {
    position: relative;
}

.line-step .wp-block-snow-monkey-blocks-box:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: -.8rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #FF7043;
    border-bottom: 0;
}


@media screen and (max-width: 768px) {
    .smb-media-text__contents-wrapper {
        margin: 10px 0 0 !important;
    }

    .wp-block-heading {
        line-height: 1.3;
    }
}