@charset "UTF-8";
/*
Template: swell
Theme Name: WATANABE BLOCK
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ
Version: 1.0.0
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/

License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
/* Foundation
 * 変数、関数、mixinを定義
 * サイト全体のデフォルトスタイルを管理
======================================*/
/****** 変数定義 ******/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*--------------------------------
 *  カスタムプロパティ
--------------------------------*/
:root {
  --swl-pad_container: 20px!important;
  --container_size: 1000px!important;
  --article_size: 800px!important;
}

/****** mixin定義 ******/
/****** 関数定義 ******/
/****** ベースとなるスタイル ******/
a {
  color: unset;
}

@media screen and (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: unset;
}

figure {
  line-height: 1;
}

html {
  visibility: hidden;
}

/* Layout
 * 接頭辞：l-
 * 各ページを構成する大枠のエリアに対するレイアウトを定義
======================================*/
/****** ヘッダー ******/
#fix_header.l-fixHeader {
  height: var(--swl-headerH, 0px) !important;
  z-index: -100 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/*--------------------------------
 *  ベース
--------------------------------*/
.l-header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  font-size: 14px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .l-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.l-header__inner {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--swl-pad_container, 0) !important;
  padding-right: var(--swl-pad_container, 0) !important;
  width: 100%;
  max-width: calc(var(--container_size, 0) + var(--swl-pad_container, 0) * 2);
  color: var(--color_text);
}

.l-header__col.--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.l-header__desc {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .l-header__desc {
    font-size: 12px;
  }
}

/*------ スクロール -------*/
[data-scrolled=true] .l-header {
  -webkit-box-shadow: 0 2px 4px var(--swl-color_shadow);
          box-shadow: 0 2px 4px var(--swl-color_shadow);
}

/****** フッター ******/
.l-footer {
  position: relative;
  z-index: 1;
  background-color: #333;
  color: #fff;
}

.l-footer__body {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .l-footer__body {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.l-footer__body > .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .l-footer__body > .l-container {
    display: block;
  }
}

.l-footer__body__col.--left {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer__body__col.--right {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

.l-footer__body__col .p-nav-footer {
  min-width: 1px;
  -ms-flex-preferred-size: fit-content;
      flex-basis: fit-content;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-footer .c-siteLogo {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .l-footer .c-siteLogo {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer .c-siteLogo img {
  height: 24px;
}
@media screen and (max-width: 960px) {
  .l-footer .c-siteLogo img {
    height: 30px;
  }
}

.l-footer__meta {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .l-footer__meta {
    text-align: center;
  }
}

.l-footer__foot {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
}

.l-footer__copyright {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4;
  color: inherit;
  color: currentColor;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .l-footer__copyright {
    text-align: center;
  }
}

/****** コンテンツエリア ******/
#body_wrap {
  padding-top: var(--swl-headerH);
}

#content.l-content {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  #content.l-content {
    margin-bottom: 80px;
  }
}

.top #content {
  margin-bottom: 0;
}

/****** セクション ******/
/*--------------------------------
 *  ホーム
--------------------------------*/
/*------ キービジュアル -------*/
.l-sect-home-kv {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 1;
  height: 560px;
  background-color: #efefef;
}
@media screen and (max-width: 599px) {
  .l-sect-home-kv {
    height: 440px;
  }
}

.l-sect-home-kv__txt {
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .l-sect-home-kv__txt {
    left: var(--swl-pad_container, 0px);
  }
}
@media screen and (max-width: 599px) {
  .l-sect-home-kv__txt {
    top: unset;
    bottom: 30px;
    -webkit-transform: unset;
            transform: unset;
  }
}

.l-sect-home-kv__title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #98B620;
}
@media screen and (max-width: 960px) {
  .l-sect-home-kv__title {
    font-size: 15px;
  }
}

.l-sect-home-kv__title > span {
  display: block;
  margin-bottom: 8px;
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 0px 0px #98B620;
          box-shadow: 3px 3px 0px 0px #98B620;
}
@media screen and (max-width: 960px) {
  .l-sect-home-kv__title > span {
    margin-bottom: 5px;
    padding: 5px 10px;
  }
}

.l-sect-home-kv__desc {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: rgba(152, 182, 32, 0.9);
  color: #fff;
  font-weight: 600;
  line-height: 1.8;
}
.l-sect-home-kv__desc > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}
.l-sect-home-kv__desc > *:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .l-sect-home-kv__desc {
    padding: 5px 10px;
    font-size: 14px;
  }
}

.l-sect-home-kv .c-btn-kv {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .l-sect-home-kv .c-btn-kv {
    margin-top: 15px;
  }
}

.l-sect-home-kv .c-btn-diy {
  position: absolute;
  right: 100px;
  bottom: 30px;
  -webkit-animation-name: fuwafuwa;
          animation-name: fuwafuwa;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

/*------ 私たちが選ばれる理由 -------*/
.l-sect-home-strengths {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .l-sect-home-strengths {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.l-sect-home-strengths .p-box-reason {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .l-sect-home-strengths .p-box-reason {
    margin-top: 55px;
  }
}

.l-sect-home-strengths__link {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .l-sect-home-strengths__link {
    margin-top: 30px;
  }
}

.l-sect-home-strengths .c-btn-diy {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

/*------ 施工事例 -------*/
.l-sect-home-works {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 599px) {
  .l-sect-home-works {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.l-sect-home-works .c-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .l-sect-home-works .c-btn {
    margin-top: 30px;
  }
}

/*------ 会社案内 -------*/
.l-sect-home-company {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .l-sect-home-company {
    padding-top: 140px;
    padding-bottom: 20px;
  }
}

.l-sect-home-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 82%;
}
@media screen and (max-width: 599px) {
  .l-sect-home-company__bg {
    height: 200px;
  }
}

.l-sect-home-company__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-sect-home-company .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-sect-home-company__txt {
  padding: 4% 4% 6% 4%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .l-sect-home-company__txt {
    padding: 20px 20px 40px 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 599px) {
  .l-sect-home-company__txt .c-heading-sect {
    margin-bottom: 30px;
  }
}

.l-sect-home-company__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.l-sect-home-company__desc > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}
.l-sect-home-company__desc > *:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .l-sect-home-company__desc {
    font-size: 14px;
  }
}

.l-sect-home-company__txt .c-btn {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .l-sect-home-company__txt .c-btn {
    margin-top: 30px;
  }
}

/*------ お知らせ -------*/
.l-sect-home-news {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .l-sect-home-news {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.l-sect-home-news .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
}
@media screen and (max-width: 960px) {
  .l-sect-home-news .l-container {
    display: block;
  }
}

.l-sect-home-news__txt {
  min-width: 1px;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-sect-home-news__list {
  min-width: 1px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media screen and (max-width: 960px) {
  .l-sect-home-news__txt .c-heading-sect.--left {
    text-align: center;
  }
  .l-sect-home-news__txt .c-heading-sect.--left::after {
    margin-left: auto;
  }
}

.l-sect-home-news__list .c-btn {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .l-sect-home-news__list .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/*------ 取り扱いメーカー -------*/
.l-sect-home-maker {
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .l-sect-home-maker {
    padding-bottom: 60px;
  }
}

.l-sect-home-maker__inner {
  padding: 40px 4%;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #DDD;
}
@media screen and (max-width: 960px) {
  .l-sect-home-maker__inner {
    padding: 30px 20px;
  }
}

.l-sect-home-maker__title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-sect-home-maker__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

/*--------------------------------
 *  施工事例
--------------------------------*/
.l-sect-works-head {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .l-sect-works-head {
    margin-bottom: 30px;
  }
}

.l-sect-works-foot {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .l-sect-works-foot {
    margin-top: 30px;
  }
}

.l-sect-works-foot .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/****** ページタイトル ******/
/*--------------------------------
 *  ページタイトル
--------------------------------*/
.l-topTitleArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 150px;
  background-image: url("./img/texture/tx_01.png");
  background-color: #F8F8F8;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea {
    min-height: 100px;
  }
}

.l-topTitleArea__body {
  color: inherit;
  text-shadow: unset;
  position: relative;
  width: 100%;
  z-index: 3;
}

.c-pageTitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 599px) {
  .c-pageTitle {
    font-size: 20px;
  }
}

/*------ サブタイトル -------*/
.c-pageTitle__subTitle {
  position: relative;
  display: block;
  margin-top: 0.5em;
  margin-left: 0;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  color: var(--color_main);
}
@media screen and (max-width: 599px) {
  .c-pageTitle__subTitle {
    margin-top: 0.5em;
    font-size: 12px;
  }
}

/****** CTA ******/
.l-cta {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .l-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-cta__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.l-cta__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/****** フローティングボタン ******/
.l-float {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  z-index: 100;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .l-float {
    top: unset;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    width: 100%;
    height: auto;
  }
}

.l-float > * {
  pointer-events: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 599px) {
  .l-float > * {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    flex-grow: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media screen and (max-width: 599px) {
  .p-fixBtnWrap {
    bottom: 60px;
  }
}

[data-down=true] .l-float > * {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 599px) {
  [data-down=true] .l-float > * {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Object > Component
 * 接頭辞：c-
 * 再利用できるパターンとして最小単位のモジュールを定義
======================================*/
/****** 見出し/タイトル ******/
/*--------------------------------
 *  セクション
--------------------------------*/
.c-heading-sect {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-heading-sect {
    font-size: 22px;
  }
}

.c-heading-sect::after {
  content: attr(title);
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--color_main);
}
@media screen and (max-width: 960px) {
  .c-heading-sect::after {
    margin-top: 5px;
    font-size: 14px;
  }
}

/*------ 左寄せ -------*/
.c-heading-sect.--left {
  text-align: left;
}

.c-heading-sect.--left::after {
  margin-left: 0;
}

/*--------------------------------
 *  施工事例
--------------------------------*/
.c-title-works {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-title-works {
    font-size: 24px;
  }
}

/****** ラベル ******/
/*--------------------------------
 *  タームバッジ
--------------------------------*/
.c-label-term {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  background-color: var(--color_main);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-label-term.--uncategorized {
  background-color: #AAAAAA;
}

.c-label-term:hover {
  opacity: 0.6;
}

/****** ボタン ******/
/*--------------------------------
 *  基本
--------------------------------*/
.c-btn {
  position: relative;
  display: block;
  padding: 13px 18px;
  padding-right: 38px;
  width: 240px;
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid currentColor;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  background-image: url("./img/icon/ic_05.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*------ ホバーアクション -------*/
.c-btn:hover {
  background-color: var(--color_main);
}

/*--------------------------------
 *  キービジュアル
--------------------------------*/
.c-btn-kv {
  position: relative;
  display: block;
  padding: 8px 13px;
  padding-right: 43px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid currentColor;
  border-radius: 100vh;
  color: #98B620;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn-kv::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  background-image: url("./img/icon/ic_06.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*------ ホバーアクション -------*/
.c-btn-kv:hover {
  background-color: #98B620;
  color: #fff;
}

.c-btn-kv:hover::after {
  background-image: url("./img/icon/ic_15.svg");
}

/*--------------------------------
 *  ハンバーガー（開く）
--------------------------------*/
.c-btn-open {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: var(--swl-headerH, 0px);
  background-color: var(--color_main);
  background-image: url("./img/icon/ic_01.svg");
  background-repeat: no-repeat;
  background-size: 30px 18px;
  background-position: center;
}

/*--------------------------------
 *  ハンバーガー（閉める）
--------------------------------*/
.c-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 60px;
  height: var(--swl-headerH, 0px);
  background-color: transparent;
  background-image: url("./img/icon/ic_02.svg");
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: center;
}

/*--------------------------------
*  お問い合わせ（ヘッダー、ドロワー）
--------------------------------*/
a.c-btn-contact {
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1;
  border-radius: 100vh;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  background-color: var(--color_main);
}
@media screen and (max-width: 960px) {
  a.c-btn-contact {
    font-size: 18px;
    padding: 20px;
    text-align: center;
  }
}

/*--------------------------------
 *  フローティング
--------------------------------*/
.c-btn-float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.25;
  color: #fff;
  background-color: #aaa;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 2px 4px var(--swl-color_shadow);
          box-shadow: 0 2px 4px var(--swl-color_shadow);
}
@media screen and (max-width: 599px) {
  .c-btn-float {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em;
    font-size: 16px;
    border-radius: 12px 12px 0 0;
  }
}

.c-btn-float::before {
  content: "";
  display: block;
  margin-bottom: 10px;
  width: 30px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 599px) {
  .c-btn-float::before {
    margin-bottom: 0;
    margin-right: 0.75em;
    width: 23px;
    height: 20px;
  }
}

.c-btn-float.--contact {
  background-color: var(--color_main);
}
.c-btn-float.--contact::before {
  background-image: url("./img/icon/ic_13.svg");
}

.c-btn-float.--diy {
  background-color: #98B620;
}
.c-btn-float.--diy::before {
  background-image: url("./img/icon/ic_14.svg");
}

/*------ ホバーアクション -------*/
.c-btn-float:hover {
  opacity: 0.6;
}

/*--------------------------------
 *  DIYキット販売中
--------------------------------*/
.c-btn-diy {
  display: block;
  width: 206px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn-diy img {
  display: block;
  width: 100%;
  height: auto;
}

/*------ ホバーアクション -------*/
.c-btn-diy:hover {
  opacity: 0.6;
}

/****** サイトロゴ ******/
/*--------------------------------
 *  サイトロゴ
--------------------------------*/
.c-siteLogo {
  margin: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-siteLogo img {
  display: block;
  height: 28px;
}
@media screen and (max-width: 960px) {
  .c-siteLogo img {
    height: 20px;
  }
}

/*------ ホバーアクション -------*/
.c-siteLogo:hover {
  opacity: 0.6;
}

/* Object > Project
 * 接頭辞：p-
 * 再利用できるパターンとしてComponentの集合体を定義
 * もしくはComponentとするには大きすぎるObject（4階層構造以上を目安）を定義
======================================*/
/****** ブログカード ******/
/*--------------------------------
 *  デフォルト
--------------------------------*/
.p-card__unit {
  width: 100%;
  border-top: 1px solid #ddd;
}

.p-card {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.p-card__meta {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-card__date {
  padding-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.p-card__title {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.p-card__title:hover {
  opacity: 0.6;
}

/*--------------------------------
 *  施工事例
--------------------------------*/
.p-card-works__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 30px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .p-card-works__unit {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .p-card-works__unit {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-card-works {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-card-works__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-card-works__img {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-card-works__img::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 61.8556701031%;
}
.p-card-works__img > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-card-works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card-works__img img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.p-card-works__txt {
  padding: 15px;
}

.p-card-works__title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-card-works__title {
    font-size: 14px;
  }
}

/*------ ホバーアクション -------*/
.p-card-works:hover {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

.p-card-works:hover .p-card-works__img img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*------ ホーム -------*/
.p-card-home__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr 3% 1fr 3% 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  row-gap: 30px;
}
.p-card-home__unit > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-card-home__unit > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-card-home__unit > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.p-card-home__unit > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.p-card-home__unit > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-card-home__unit > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-card-home__unit > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.p-card-home__unit > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
@media screen and (max-width: 960px) {
  .p-card-home__unit {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-card-home__unit .p-card-works:first-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  align-self: flex-start;
}
@media screen and (max-width: 960px) {
  .p-card-home__unit .p-card-works:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.p-card-home__unit .p-card-works:first-of-type .p-card-works__txt {
  padding: 20px;
}

.p-card-home__unit .p-card-works:first-of-type .p-card-works__title {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-card-home__unit .p-card-works:first-of-type .p-card-works__title {
    font-size: 16px;
  }
}

/*--------------------------------
 *  選ばれる理由
--------------------------------*/
.p-card-str__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr 4% 1fr 4% 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-card-str__unit {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-card-str__unit {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-card-str {
  position: relative;
  display: block;
}

.p-card-str__img {
  padding: 15.5%;
  background-color: #fff;
}

.p-card-str__img picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-card-str__img picture::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.p-card-str__img picture > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-card-str__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card-str__title {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-card-str__title {
    margin-top: 15px;
    font-size: 14px;
  }
}

.p-card-str__title b {
  background-color: var(--color_main);
  color: #fff;
  padding: 3px 7px;
}

/*--------------------------------
 *  取り扱いメーカー
--------------------------------*/
.p-card-maker__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2% 1fr 2% 1fr 2% 1fr 2% 1fr;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 20px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .p-card-maker__unit {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  .p-card-maker__unit {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 15px;
  }
}

.p-card-maker {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-card-maker::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 33.3333333333%;
}
.p-card-maker > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-card-maker img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card-maker img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/*--------------------------------
 *  検索結果
--------------------------------*/
.p-card-search__unit {
  border-top: 1px solid #ddd;
}

.p-card-search {
  padding: 1em 0.25em;
  font-size: 1rem;
  position: relative;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .p-card-search {
    font-size: 0.875rem;
  }
}

.p-card-search__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-card-search__layer:focus ~ .p-card-search__inner .p-card-search__ttl, .p-card-search__layer:hover ~ .p-card-search__inner .p-card-search__ttl {
  color: var(--color_main);
}

.p-card-search__inner.--head {
  margin-bottom: 1em;
}

.p-card-search__ttl {
  line-height: 1.5;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

/*--------------------------------
    記事が存在しない場合
--------------------------------*/
.p-card-not {
  padding: 2em 1em;
  background-color: #efefef;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-card-not__txt {
  font-size: 1rem;
  font-weight: bold;
  color: #BBB;
}

/****** ナビゲーション ******/
/*--------------------------------
 *  ヘッダー
--------------------------------*/
.p-nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.p-nav-header .menu-item {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}
.p-nav-header .menu-item > a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  position: relative;
  display: block;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-nav-header .current-menu-item > a {
  color: var(--color_main);
  pointer-events: none;
}

/*------ ホバーアクション -------*/
.p-nav-header .menu-item:hover > a {
  opacity: 0.6;
}

/*--------------------------------
	フッター
--------------------------------*/
.p-nav-footer {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}

.p-nav-footer .menu-item {
  position: relative;
  padding-left: 11px;
}
.p-nav-footer .menu-item > a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  position: relative;
  display: block;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-nav-footer .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 6px;
  height: 9px;
  background-image: url("./img/icon/ic_04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-nav-footer .menu-item:not(:last-of-type) {
  margin-bottom: 30px;
}

.p-nav-footer .current-menu-item > a {
  color: var(--color_main);
  pointer-events: none;
}

/*------ ホバーアクション -------*/
.p-nav-footer .menu-item > a:hover {
  opacity: 0.6;
}

/*--------------------------------
	ドロワー
--------------------------------*/
.p-nav-drawer {
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  border-top: 1px solid #ddd;
}

.p-nav-drawer .menu-item {
  position: relative;
  padding: 20px;
  padding-left: 35px;
  border-bottom: 1px solid #ddd;
}
.p-nav-drawer .menu-item > a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  position: relative;
  display: block;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-nav-drawer .menu-item > a[target=_blank]::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f08e";
  color: var(--color_main);
}
.p-nav-drawer .menu-item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 28px;
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("./img/icon/ic_03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-nav-drawer .current-menu-item > a {
  color: var(--color_main);
  pointer-events: none;
}

/****** フォーム ******/
/*--------------------------------
	コンタクトフォーム
--------------------------------*/
form.wpcf7-form {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

table.p-form-contact {
  width: 100%;
  line-height: 1.5;
  border-bottom: 1px solid #dcdcdc;
}

table.p-form-contact .p-form-contact__th {
  padding-top: 1em;
  padding-right: 2em;
  white-space: nowrap;
  text-align: left;
  vertical-align: baseline;
  width: 1%;
}
table.p-form-contact .p-form-contact__th sup {
  color: #dc3232;
}
@media screen and (max-width: 599px) {
  table.p-form-contact .p-form-contact__th {
    padding-top: 0.5em;
  }
}
table.p-form-contact .p-form-contact__td input[type=text],
table.p-form-contact .p-form-contact__td input[type=tel],
table.p-form-contact .p-form-contact__td input[type=url],
table.p-form-contact .p-form-contact__td input[type=date],
table.p-form-contact .p-form-contact__td input[type=email],
table.p-form-contact .p-form-contact__td select,
table.p-form-contact .p-form-contact__td textarea {
  padding: 0.5em;
  width: 100%;
  display: block;
}

@media screen and (max-width: 599px) {
  table.p-form-contact .p-form-contact__th {
    padding-right: 0;
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.p-form-contact .p-form-contact__td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
table.p-form-contact .wpcf7-form-control-wrap {
  display: block;
}
table.p-form-contact .wpcf7-checkbox,
table.p-form-contact .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  table.p-form-contact .wpcf7-checkbox,
  table.p-form-contact .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
table.p-form-contact .wpcf7-list-item {
  margin: 0;
  display: block;
  line-height: 1;
}
table.p-form-contact .wpcf7-list-item > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}

.formError,
.formError * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

select.drop {
  background-image: url("../img/icon/drop.svg");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: auto 1em;
}

.p-form-contact__postalcode {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form-contact__postalcode span[data-name=your-postalcode] {
  -ms-flex-preferred-size: 7em;
      flex-basis: 7em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 100%;
}

table.p-form-contact .wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-size: 12px;
}

.p-form-sup {
  margin-bottom: 0.5em;
  font-size: 14px;
  color: #777;
  line-height: 1;
}
.p-form-sup > span {
  color: #dc3232;
  font-weight: bold;
}

/*--------------------------------
    ボックス
--------------------------------*/
.p-form-box {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .p-form-box {
    margin-top: 30px;
  }
}

.p-form-box__title {
  margin-bottom: 1em;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
}

.p-form-box__note {
  margin: 0 auto;
  padding: 1em;
  max-width: 100%;
  height: 200px;
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.5;
  overflow-y: auto;
  border: 1px solid #ccc;
}

#p-form-box .p-form-box__note * {
  font-size: 0.75rem;
}
#p-form-box .p-form-box__note h2 {
  font-size: 0.875rem;
}

.p-form-box__agree {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  line-height: 1;
}
.p-form-box__agree .wpcf7-list-item {
  margin: 0;
  display: block;
  line-height: 10px;
}
@media screen and (max-width: 599px) {
  .p-form-box__agree {
    font-size: 0.875rem;
  }
}

/*--------------------------------
    送信ボタン
--------------------------------*/
#submit.c-btn-submit {
  margin: 0 auto;
  margin-top: 40px;
  padding: 0.5em 1em;
  color: #FFF;
  line-height: 1.15;
  display: block;
  width: 200px;
  text-align: center;
  background-color: var(--color_htag);
  border: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#submit.c-btn-submit:focus, #submit.c-btn-submit:hover {
  opacity: 0.8;
}
#submit.c-btn-submit:disabled {
  background-color: #b5b5b5 !important;
  opacity: 1;
}

/****** スマホ開閉メニュー ******/
.p-spMenu__inner {
  padding-top: 0;
  margin-top: var(--wp-admin--admin-bar--height, 0px);
  width: calc(100vw - 20px);
  font-size: 16px;
  background-color: transparent !important;
  color: var(--color_text);
}
.p-spMenu__inner::before {
  background-color: var(--color_bg);
}

.-right .p-spMenu__inner {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.p-spMenu__body {
  padding: 0;
  padding-top: var(--swl-headerH, 0px);
  height: calc(100% - var(--swl-adminbarH, 0px));
}

.p-spMenu__contact {
  margin-top: 30px;
  padding-left: var(--swl-pad_container, 0px);
  padding-right: var(--swl-pad_container, 0px);
}

/****** ボックス ******/
/*--------------------------------
 *  特徴
--------------------------------*/
.p-box-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .p-box-feature {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 4.77%;
       -moz-column-gap: 4.77%;
            column-gap: 4.77%;
  }
}

.p-box-feature__txt {
  padding-bottom: 30px;
  min-width: 1px;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 599px) {
  .p-box-feature__txt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.p-box-feature__img {
  position: relative;
  min-width: 1px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 599px) {
  .p-box-feature__img {
    -ms-flex-preferred-size: 42.98%;
        flex-basis: 42.98%;
  }
}

.p-box-feature__img picture {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.p-box-feature__img picture::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.p-box-feature__img picture > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-box-feature__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-box-feature__img.--left {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.p-box-feature__img.--left::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: 0;
  display: block;
  width: 60%;
  height: 30%;
  background-image: url("./img/icon/ic_11.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-box-feature__img.--right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 50px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 599px) {
  .p-box-feature__img.--right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.p-box-feature__img.--right::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: 0;
  display: block;
  width: 40%;
  height: 40%;
  background-image: url("./img/icon/ic_12.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-box-feature__title {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-box-feature__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.p-box-feature__title strong {
  color: var(--color_main);
}

.p-box-feature__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-box-feature__desc {
    font-size: 14px;
  }
}

/*--------------------------------
 *  理由
--------------------------------*/
.p-box-reason {
  position: relative;
  padding: 60px;
  background-color: #F5F2EC;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .p-box-reason {
    padding: 40px 20px 60px 20px;
  }
}

.p-box-reason::before,
.p-box-reason::after,
.p-box-reason__inner::before,
.p-box-reason__inner::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #E9DBC3;
  border-radius: 50%;
  position: absolute;
}

.p-box-reason::before {
  top: 10px;
  left: 10px;
}

.p-box-reason::after {
  top: 10px;
  right: 10px;
}

.p-box-reason__inner::before {
  bottom: 10px;
  left: 10px;
}

.p-box-reason__inner::after {
  bottom: 10px;
  right: 10px;
}

/*--------------------------------
 *  CTA
--------------------------------*/
.p-box-cta {
  position: relative;
  padding: 60px 6%;
  background-color: #F09000;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .p-box-cta {
    padding: 30px 20px 50px 20px;
  }
}

.p-box-cta::before,
.p-box-cta::after,
.p-box-cta__inner::before,
.p-box-cta__inner::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #FFCC7F;
  border-radius: 50%;
  position: absolute;
}

.p-box-cta::before {
  top: 10px;
  left: 10px;
}

.p-box-cta::after {
  top: 10px;
  right: 10px;
}

.p-box-cta__inner::before {
  bottom: 10px;
  left: 10px;
}

.p-box-cta__inner::after {
  bottom: 10px;
  right: 10px;
}

.p-box-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
}
@media screen and (max-width: 960px) {
  .p-box-cta__inner {
    display: block;
  }
}

.p-box-cta__col.--left {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-box-cta__col.--right {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-box-cta .c-heading-sect {
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .p-box-cta .c-heading-sect {
    text-align: center;
  }
  .p-box-cta .c-heading-sect::after {
    margin-left: auto;
  }
}

.p-box-cta .c-heading-sect::after {
  color: #fff;
}

.p-box-cta__desc {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .p-box-cta__desc {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
  }
}

.p-box-cta__tel {
  margin-top: 24px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .p-box-cta__tel {
    font-size: 32px;
    text-align: center;
  }
}
.p-box-cta__tel small {
  margin-right: 10px;
  font-size: 24px;
  color: inherit;
}
@media screen and (max-width: 960px) {
  .p-box-cta__tel small {
    font-size: 22px;
  }
}
.p-box-cta__tel a {
  color: inherit;
}
@media screen and (min-width: 600px) {
  .p-box-cta__tel a {
    text-decoration: none;
  }
}

.p-box-cta__hour {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .p-box-cta__hour {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (min-width: 961px) {
  .p-box-cta .c-btn {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-box-cta .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/****** スライダー ******/
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

/*--------------------------------
 *  ホーム > キービジュアル
--------------------------------*/
.p-slider-kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-slider-kv__img,
.p-slider-kv__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-slider-kv__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------------------
 *  施工事例：詳細 > スイッチギャラリー
--------------------------------*/
.p-slider-gallery__wrapper {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .p-slider-gallery__wrapper {
    margin-bottom: 40px;
  }
}

.p-slider-gallery {
  overflow: visible;
}

.p-slider-gallery__img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.p-slider-gallery__img::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 61.7665225448%;
}
.p-slider-gallery__img > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-slider-gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-slider-gallery__caption {
  font-size: 16px;
  padding-top: 20px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .p-slider-gallery__caption {
    font-size: 12px;
    padding-top: 15px;
  }
}

.p-slider-gallery__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-slider-gallery__unit {
    padding-top: 10px;
    gap: 8px;
  }
}

.p-slider-gallery__thumb {
  display: block;
  position: relative;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  width: 100px;
}
.p-slider-gallery__thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 62%;
}
.p-slider-gallery__thumb > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-slider-gallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .p-slider-gallery__thumb {
    width: 75px;
  }
}

.p-slider-gallery__thumb:hover {
  opacity: 0.5;
}

.p-slider-gallery__thumb.is-active {
  opacity: 0.5;
}

.swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 61.803%;
}

@media screen and (min-width: 961px) {
  .p-slider-gallery .swiper-button-prev,
  .p-slider-gallery .swiper-button-next {
    display: -ms-grid;
    display: grid;
    place-content: center;
    padding: 0;
    width: 60px;
    height: 60px;
    background-color: transparent;
  }
  .p-slider-gallery .swiper-button-prev::before,
  .p-slider-gallery .swiper-button-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0.6;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1), -8px -8px 12px #fff;
            box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1), -8px -8px 12px #fff;
  }
  .p-slider-gallery .swiper-button-prev::after,
  .p-slider-gallery .swiper-button-next::after {
    position: static;
    border: solid var(--color_text);
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
  }
  .p-slider-gallery .swiper-button-prev:hover:before,
  .p-slider-gallery .swiper-button-next:hover:before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-slider-gallery .swiper-button-prev {
    left: unset;
    right: calc(100% + 30px);
  }
  .p-slider-gallery .swiper-button-prev::after {
    margin-left: 4px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .p-slider-gallery .swiper-button-next {
    left: calc(100% + 30px);
    right: unset;
  }
  .p-slider-gallery .swiper-button-next::after {
    margin-right: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/****** 本文 ******/
.p-article-works {
  margin-top: 50px;
}
.p-article-works > *:first-child {
  margin-top: 0 !important;
}
.p-article-works > * {
  margin-bottom: 1em;
}
.p-article-works > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
  .p-article-works {
    margin-top: 30px;
  }
}

.p-article-works > h2 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 14px;
  font-size: 22px;
  line-height: 1.4;
  border-bottom: 2px solid #ddd;
}
@media screen and (max-width: 960px) {
  .p-article-works > h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.p-article-works > h2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--color_main);
}

.p-article-works > p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-article-works > p {
    font-size: 14px;
  }
}

.p-article-works > table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.p-article-works > table th,
.p-article-works > table td {
  padding: 1em;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-article-works > table th,
  .p-article-works > table td {
    display: block !important;
    width: 100% !important;
    font-size: 14px;
  }
}

.p-article-works > table th {
  width: 1px;
  min-width: 200px;
  background-color: #F5F2EC;
  text-align: left;
}

/****** パンくずリスト ******/
#breadcrumb.p-breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.p-breadcrumb__list {
  font-size: 12px;
}

.p-breadcrumb__item {
  line-height: 1;
}

.p-breadcrumb__item::after {
  width: 1px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-clip-path: unset;
          clip-path: unset;
  background-color: #ddd;
}

.p-breadcrumb__text {
  display: block;
}

/****** GBブロック ******/
.p-block-worksList .p-card-works__unit {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 599px) {
  .p-block-worksList .p-card-works__unit {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-block-worksList .c-btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* Utility
 * 接頭辞：u-
 * スポットで状態変化させたいmarginなどの補助クラスを定義
======================================*/
/****** マージン ******/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

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

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

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

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

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

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt0e {
  margin-top: 0em !important;
}

.u-mb0e {
  margin-bottom: 0em !important;
}

.u-mt0_25e {
  margin-top: 0.25em !important;
}

.u-mb0_25e {
  margin-bottom: 0.25em !important;
}

.u-mt0_5e {
  margin-top: 0.5em !important;
}

.u-mb0_5e {
  margin-bottom: 0.5em !important;
}

.u-mt0_75e {
  margin-top: 0.75em !important;
}

.u-mb0_75e {
  margin-bottom: 0.75em !important;
}

.u-mt1e {
  margin-top: 1em !important;
}

.u-mb1e {
  margin-bottom: 1em !important;
}

.u-mt1_25e {
  margin-top: 1.25em !important;
}

.u-mb1_25e {
  margin-bottom: 1.25em !important;
}

.u-mt1_5e {
  margin-top: 1.5em !important;
}

.u-mb1_5e {
  margin-bottom: 1.5em !important;
}

.u-mt1_75e {
  margin-top: 1.75em !important;
}

.u-mb1_75e {
  margin-bottom: 1.75em !important;
}

.u-mt2e {
  margin-top: 2em !important;
}

.u-mb2e {
  margin-bottom: 2em !important;
}

.u-mt2_25e {
  margin-top: 2.25em !important;
}

.u-mb2_25e {
  margin-bottom: 2.25em !important;
}

.u-mt2_5e {
  margin-top: 2.5em !important;
}

.u-mb2_5e {
  margin-bottom: 2.5em !important;
}

@media screen and (min-width: 961px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
  .l-mb0 {
    margin-bottom: 0px !important;
  }
  .l-mt5 {
    margin-top: 5px !important;
  }
  .l-mb5 {
    margin-bottom: 5px !important;
  }
  .l-mt10 {
    margin-top: 10px !important;
  }
  .l-mb10 {
    margin-bottom: 10px !important;
  }
  .l-mt15 {
    margin-top: 15px !important;
  }
  .l-mb15 {
    margin-bottom: 15px !important;
  }
  .l-mt20 {
    margin-top: 20px !important;
  }
  .l-mb20 {
    margin-bottom: 20px !important;
  }
  .l-mt25 {
    margin-top: 25px !important;
  }
  .l-mb25 {
    margin-bottom: 25px !important;
  }
  .l-mt30 {
    margin-top: 30px !important;
  }
  .l-mb30 {
    margin-bottom: 30px !important;
  }
  .l-mt35 {
    margin-top: 35px !important;
  }
  .l-mb35 {
    margin-bottom: 35px !important;
  }
  .l-mt40 {
    margin-top: 40px !important;
  }
  .l-mb40 {
    margin-bottom: 40px !important;
  }
  .l-mt45 {
    margin-top: 45px !important;
  }
  .l-mb45 {
    margin-bottom: 45px !important;
  }
  .l-mt50 {
    margin-top: 50px !important;
  }
  .l-mb50 {
    margin-bottom: 50px !important;
  }
  .l-mt0e {
    margin-top: 0em !important;
  }
  .l-mb0e {
    margin-bottom: 0em !important;
  }
  .l-mt0_25e {
    margin-top: 0.25em !important;
  }
  .l-mb0_25e {
    margin-bottom: 0.25em !important;
  }
  .l-mt0_5e {
    margin-top: 0.5em !important;
  }
  .l-mb0_5e {
    margin-bottom: 0.5em !important;
  }
  .l-mt0_75e {
    margin-top: 0.75em !important;
  }
  .l-mb0_75e {
    margin-bottom: 0.75em !important;
  }
  .l-mt1e {
    margin-top: 1em !important;
  }
  .l-mb1e {
    margin-bottom: 1em !important;
  }
  .l-mt1_25e {
    margin-top: 1.25em !important;
  }
  .l-mb1_25e {
    margin-bottom: 1.25em !important;
  }
  .l-mt1_5e {
    margin-top: 1.5em !important;
  }
  .l-mb1_5e {
    margin-bottom: 1.5em !important;
  }
  .l-mt1_75e {
    margin-top: 1.75em !important;
  }
  .l-mb1_75e {
    margin-bottom: 1.75em !important;
  }
  .l-mt2e {
    margin-top: 2em !important;
  }
  .l-mb2e {
    margin-bottom: 2em !important;
  }
  .l-mt2_25e {
    margin-top: 2.25em !important;
  }
  .l-mb2_25e {
    margin-bottom: 2.25em !important;
  }
  .l-mt2_5e {
    margin-top: 2.5em !important;
  }
  .l-mb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
  .l-mb0 {
    margin-bottom: 0px !important;
  }
  .l-mt5 {
    margin-top: 5px !important;
  }
  .l-mb5 {
    margin-bottom: 5px !important;
  }
  .l-mt10 {
    margin-top: 10px !important;
  }
  .l-mb10 {
    margin-bottom: 10px !important;
  }
  .l-mt15 {
    margin-top: 15px !important;
  }
  .l-mb15 {
    margin-bottom: 15px !important;
  }
  .l-mt20 {
    margin-top: 20px !important;
  }
  .l-mb20 {
    margin-bottom: 20px !important;
  }
  .l-mt25 {
    margin-top: 25px !important;
  }
  .l-mb25 {
    margin-bottom: 25px !important;
  }
  .l-mt30 {
    margin-top: 30px !important;
  }
  .l-mb30 {
    margin-bottom: 30px !important;
  }
  .l-mt35 {
    margin-top: 35px !important;
  }
  .l-mb35 {
    margin-bottom: 35px !important;
  }
  .l-mt40 {
    margin-top: 40px !important;
  }
  .l-mb40 {
    margin-bottom: 40px !important;
  }
  .l-mt45 {
    margin-top: 45px !important;
  }
  .l-mb45 {
    margin-bottom: 45px !important;
  }
  .l-mt50 {
    margin-top: 50px !important;
  }
  .l-mb50 {
    margin-bottom: 50px !important;
  }
  .m-mt0e {
    margin-top: 0em !important;
  }
  .m-mb0e {
    margin-bottom: 0em !important;
  }
  .m-mt0_25e {
    margin-top: 0.25em !important;
  }
  .m-mb0_25e {
    margin-bottom: 0.25em !important;
  }
  .m-mt0_5e {
    margin-top: 0.5em !important;
  }
  .m-mb0_5e {
    margin-bottom: 0.5em !important;
  }
  .m-mt0_75e {
    margin-top: 0.75em !important;
  }
  .m-mb0_75e {
    margin-bottom: 0.75em !important;
  }
  .m-mt1e {
    margin-top: 1em !important;
  }
  .m-mb1e {
    margin-bottom: 1em !important;
  }
  .m-mt1_25e {
    margin-top: 1.25em !important;
  }
  .m-mb1_25e {
    margin-bottom: 1.25em !important;
  }
  .m-mt1_5e {
    margin-top: 1.5em !important;
  }
  .m-mb1_5e {
    margin-bottom: 1.5em !important;
  }
  .m-mt1_75e {
    margin-top: 1.75em !important;
  }
  .m-mb1_75e {
    margin-bottom: 1.75em !important;
  }
  .m-mt2e {
    margin-top: 2em !important;
  }
  .m-mb2e {
    margin-bottom: 2em !important;
  }
  .m-mt2_25e {
    margin-top: 2.25em !important;
  }
  .m-mb2_25e {
    margin-bottom: 2.25em !important;
  }
  .m-mt2_5e {
    margin-top: 2.5em !important;
  }
  .m-mb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (max-width: 599px) {
  .s-mt0 {
    margin-top: 0px !important;
  }
  .s-mb0 {
    margin-bottom: 0px !important;
  }
  .s-mt5 {
    margin-top: 5px !important;
  }
  .s-mb5 {
    margin-bottom: 5px !important;
  }
  .s-mt10 {
    margin-top: 10px !important;
  }
  .s-mb10 {
    margin-bottom: 10px !important;
  }
  .s-mt15 {
    margin-top: 15px !important;
  }
  .s-mb15 {
    margin-bottom: 15px !important;
  }
  .s-mt20 {
    margin-top: 20px !important;
  }
  .s-mb20 {
    margin-bottom: 20px !important;
  }
  .s-mt25 {
    margin-top: 25px !important;
  }
  .s-mb25 {
    margin-bottom: 25px !important;
  }
  .s-mt30 {
    margin-top: 30px !important;
  }
  .s-mb30 {
    margin-bottom: 30px !important;
  }
  .s-mt35 {
    margin-top: 35px !important;
  }
  .s-mb35 {
    margin-bottom: 35px !important;
  }
  .s-mt40 {
    margin-top: 40px !important;
  }
  .s-mb40 {
    margin-bottom: 40px !important;
  }
  .s-mt45 {
    margin-top: 45px !important;
  }
  .s-mb45 {
    margin-bottom: 45px !important;
  }
  .s-mt50 {
    margin-top: 50px !important;
  }
  .s-mb50 {
    margin-bottom: 50px !important;
  }
  .s-mt0e {
    margin-top: 0em !important;
  }
  .s-mb0e {
    margin-bottom: 0em !important;
  }
  .s-mt0_25e {
    margin-top: 0.25em !important;
  }
  .s-mb0_25e {
    margin-bottom: 0.25em !important;
  }
  .s-mt0_5e {
    margin-top: 0.5em !important;
  }
  .s-mb0_5e {
    margin-bottom: 0.5em !important;
  }
  .s-mt0_75e {
    margin-top: 0.75em !important;
  }
  .s-mb0_75e {
    margin-bottom: 0.75em !important;
  }
  .s-mt1e {
    margin-top: 1em !important;
  }
  .s-mb1e {
    margin-bottom: 1em !important;
  }
  .s-mt1_25e {
    margin-top: 1.25em !important;
  }
  .s-mb1_25e {
    margin-bottom: 1.25em !important;
  }
  .s-mt1_5e {
    margin-top: 1.5em !important;
  }
  .s-mb1_5e {
    margin-bottom: 1.5em !important;
  }
  .s-mt1_75e {
    margin-top: 1.75em !important;
  }
  .s-mb1_75e {
    margin-bottom: 1.75em !important;
  }
  .s-mt2e {
    margin-top: 2em !important;
  }
  .s-mb2e {
    margin-bottom: 2em !important;
  }
  .s-mt2_25e {
    margin-top: 2.25em !important;
  }
  .s-mb2_25e {
    margin-bottom: 2.25em !important;
  }
  .s-mt2_5e {
    margin-top: 2.5em !important;
  }
  .s-mb2_5e {
    margin-bottom: 2.5em !important;
  }
}
/****** パディング ******/
.u-pt0 {
  padding-top: 0px !important;
}

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

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

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

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

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

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

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pt0e {
  margin-top: 0em !important;
}

.u-pb0e {
  margin-bottom: 0em !important;
}

.u-pt0_25e {
  margin-top: 0.25em !important;
}

.u-pb0_25e {
  margin-bottom: 0.25em !important;
}

.u-pt0_5e {
  margin-top: 0.5em !important;
}

.u-pb0_5e {
  margin-bottom: 0.5em !important;
}

.u-pt0_75e {
  margin-top: 0.75em !important;
}

.u-pb0_75e {
  margin-bottom: 0.75em !important;
}

.u-pt1e {
  margin-top: 1em !important;
}

.u-pb1e {
  margin-bottom: 1em !important;
}

.u-pt1_25e {
  margin-top: 1.25em !important;
}

.u-pb1_25e {
  margin-bottom: 1.25em !important;
}

.u-pt1_5e {
  margin-top: 1.5em !important;
}

.u-pb1_5e {
  margin-bottom: 1.5em !important;
}

.u-pt1_75e {
  margin-top: 1.75em !important;
}

.u-pb1_75e {
  margin-bottom: 1.75em !important;
}

.u-pt2e {
  margin-top: 2em !important;
}

.u-pb2e {
  margin-bottom: 2em !important;
}

.u-pt2_25e {
  margin-top: 2.25em !important;
}

.u-pb2_25e {
  margin-bottom: 2.25em !important;
}

.u-pt2_5e {
  margin-top: 2.5em !important;
}

.u-pb2_5e {
  margin-bottom: 2.5em !important;
}

@media screen and (min-width: 961px) {
  .l-pt0 {
    padding-top: 0px !important;
  }
  .l-pb0 {
    padding-bottom: 0px !important;
  }
  .l-pt5 {
    padding-top: 5px !important;
  }
  .l-pb5 {
    padding-bottom: 5px !important;
  }
  .l-pt10 {
    padding-top: 10px !important;
  }
  .l-pb10 {
    padding-bottom: 10px !important;
  }
  .l-pt15 {
    padding-top: 15px !important;
  }
  .l-pb15 {
    padding-bottom: 15px !important;
  }
  .l-pt20 {
    padding-top: 20px !important;
  }
  .l-pb20 {
    padding-bottom: 20px !important;
  }
  .l-pt25 {
    padding-top: 25px !important;
  }
  .l-pb25 {
    padding-bottom: 25px !important;
  }
  .l-pt30 {
    padding-top: 30px !important;
  }
  .l-pb30 {
    padding-bottom: 30px !important;
  }
  .l-pt35 {
    padding-top: 35px !important;
  }
  .l-pb35 {
    padding-bottom: 35px !important;
  }
  .l-pt40 {
    padding-top: 40px !important;
  }
  .l-pb40 {
    padding-bottom: 40px !important;
  }
  .l-pt45 {
    padding-top: 45px !important;
  }
  .l-pb45 {
    padding-bottom: 45px !important;
  }
  .l-pt50 {
    padding-top: 50px !important;
  }
  .l-pb50 {
    padding-bottom: 50px !important;
  }
  .l-pt0e {
    margin-top: 0em !important;
  }
  .l-pb0e {
    margin-bottom: 0em !important;
  }
  .l-pt0_25e {
    margin-top: 0.25em !important;
  }
  .l-pb0_25e {
    margin-bottom: 0.25em !important;
  }
  .l-pt0_5e {
    margin-top: 0.5em !important;
  }
  .l-pb0_5e {
    margin-bottom: 0.5em !important;
  }
  .l-pt0_75e {
    margin-top: 0.75em !important;
  }
  .l-pb0_75e {
    margin-bottom: 0.75em !important;
  }
  .l-pt1e {
    margin-top: 1em !important;
  }
  .l-pb1e {
    margin-bottom: 1em !important;
  }
  .l-pt1_25e {
    margin-top: 1.25em !important;
  }
  .l-pb1_25e {
    margin-bottom: 1.25em !important;
  }
  .l-pt1_5e {
    margin-top: 1.5em !important;
  }
  .l-pb1_5e {
    margin-bottom: 1.5em !important;
  }
  .l-pt1_75e {
    margin-top: 1.75em !important;
  }
  .l-pb1_75e {
    margin-bottom: 1.75em !important;
  }
  .l-pt2e {
    margin-top: 2em !important;
  }
  .l-pb2e {
    margin-bottom: 2em !important;
  }
  .l-pt2_25e {
    margin-top: 2.25em !important;
  }
  .l-pb2_25e {
    margin-bottom: 2.25em !important;
  }
  .l-pt2_5e {
    margin-top: 2.5em !important;
  }
  .l-pb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .m-pt0 {
    padding-top: 0px !important;
  }
  .m-pb0 {
    padding-bottom: 0px !important;
  }
  .m-pt5 {
    padding-top: 5px !important;
  }
  .m-pb5 {
    padding-bottom: 5px !important;
  }
  .m-pt10 {
    padding-top: 10px !important;
  }
  .m-pb10 {
    padding-bottom: 10px !important;
  }
  .m-pt15 {
    padding-top: 15px !important;
  }
  .m-pb15 {
    padding-bottom: 15px !important;
  }
  .m-pt20 {
    padding-top: 20px !important;
  }
  .m-pb20 {
    padding-bottom: 20px !important;
  }
  .m-pt25 {
    padding-top: 25px !important;
  }
  .m-pb25 {
    padding-bottom: 25px !important;
  }
  .m-pt30 {
    padding-top: 30px !important;
  }
  .m-pb30 {
    padding-bottom: 30px !important;
  }
  .m-pt35 {
    padding-top: 35px !important;
  }
  .m-pb35 {
    padding-bottom: 35px !important;
  }
  .m-pt40 {
    padding-top: 40px !important;
  }
  .m-pb40 {
    padding-bottom: 40px !important;
  }
  .m-pt45 {
    padding-top: 45px !important;
  }
  .m-pb45 {
    padding-bottom: 45px !important;
  }
  .m-pt50 {
    padding-top: 50px !important;
  }
  .m-pb50 {
    padding-bottom: 50px !important;
  }
  .m-pt0e {
    margin-top: 0em !important;
  }
  .m-pb0e {
    margin-bottom: 0em !important;
  }
  .m-pt0_25e {
    margin-top: 0.25em !important;
  }
  .m-pb0_25e {
    margin-bottom: 0.25em !important;
  }
  .m-pt0_5e {
    margin-top: 0.5em !important;
  }
  .m-pb0_5e {
    margin-bottom: 0.5em !important;
  }
  .m-pt0_75e {
    margin-top: 0.75em !important;
  }
  .m-pb0_75e {
    margin-bottom: 0.75em !important;
  }
  .m-pt1e {
    margin-top: 1em !important;
  }
  .m-pb1e {
    margin-bottom: 1em !important;
  }
  .m-pt1_25e {
    margin-top: 1.25em !important;
  }
  .m-pb1_25e {
    margin-bottom: 1.25em !important;
  }
  .m-pt1_5e {
    margin-top: 1.5em !important;
  }
  .m-pb1_5e {
    margin-bottom: 1.5em !important;
  }
  .m-pt1_75e {
    margin-top: 1.75em !important;
  }
  .m-pb1_75e {
    margin-bottom: 1.75em !important;
  }
  .m-pt2e {
    margin-top: 2em !important;
  }
  .m-pb2e {
    margin-bottom: 2em !important;
  }
  .m-pt2_25e {
    margin-top: 2.25em !important;
  }
  .m-pb2_25e {
    margin-bottom: 2.25em !important;
  }
  .m-pt2_5e {
    margin-top: 2.5em !important;
  }
  .m-pb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (max-width: 599px) {
  .s-pt0 {
    padding-top: 0px !important;
  }
  .s-pb0 {
    padding-bottom: 0px !important;
  }
  .s-pt5 {
    padding-top: 5px !important;
  }
  .s-pb5 {
    padding-bottom: 5px !important;
  }
  .s-pt10 {
    padding-top: 10px !important;
  }
  .s-pb10 {
    padding-bottom: 10px !important;
  }
  .s-pt15 {
    padding-top: 15px !important;
  }
  .s-pb15 {
    padding-bottom: 15px !important;
  }
  .s-pt20 {
    padding-top: 20px !important;
  }
  .s-pb20 {
    padding-bottom: 20px !important;
  }
  .s-pt25 {
    padding-top: 25px !important;
  }
  .s-pb25 {
    padding-bottom: 25px !important;
  }
  .s-pt30 {
    padding-top: 30px !important;
  }
  .s-pb30 {
    padding-bottom: 30px !important;
  }
  .s-pt35 {
    padding-top: 35px !important;
  }
  .s-pb35 {
    padding-bottom: 35px !important;
  }
  .s-pt40 {
    padding-top: 40px !important;
  }
  .s-pb40 {
    padding-bottom: 40px !important;
  }
  .s-pt45 {
    padding-top: 45px !important;
  }
  .s-pb45 {
    padding-bottom: 45px !important;
  }
  .s-pt50 {
    padding-top: 50px !important;
  }
  .s-pb50 {
    padding-bottom: 50px !important;
  }
  .s-pt0e {
    margin-top: 0em !important;
  }
  .s-pb0e {
    margin-bottom: 0em !important;
  }
  .s-pt0_25e {
    margin-top: 0.25em !important;
  }
  .s-pb0_25e {
    margin-bottom: 0.25em !important;
  }
  .s-pt0_5e {
    margin-top: 0.5em !important;
  }
  .s-pb0_5e {
    margin-bottom: 0.5em !important;
  }
  .s-pt0_75e {
    margin-top: 0.75em !important;
  }
  .s-pb0_75e {
    margin-bottom: 0.75em !important;
  }
  .s-pt1e {
    margin-top: 1em !important;
  }
  .s-pb1e {
    margin-bottom: 1em !important;
  }
  .s-pt1_25e {
    margin-top: 1.25em !important;
  }
  .s-pb1_25e {
    margin-bottom: 1.25em !important;
  }
  .s-pt1_5e {
    margin-top: 1.5em !important;
  }
  .s-pb1_5e {
    margin-bottom: 1.5em !important;
  }
  .s-pt1_75e {
    margin-top: 1.75em !important;
  }
  .s-pb1_75e {
    margin-bottom: 1.75em !important;
  }
  .s-pt2e {
    margin-top: 2em !important;
  }
  .s-pb2e {
    margin-bottom: 2em !important;
  }
  .s-pt2_25e {
    margin-top: 2.25em !important;
  }
  .s-pb2_25e {
    margin-bottom: 2.25em !important;
  }
  .s-pt2_5e {
    margin-top: 2.5em !important;
  }
  .s-pb2_5e {
    margin-bottom: 2.5em !important;
  }
}
/****** その他 ******/
/*--------------------------------
 *  デバイス別 表示/非表示
 *  sm　：スマートフォン幅、モバイル幅のみ表示
 *  md　：タブレット幅のみ表示
 *  lg　：PC幅のみ表示
 *  mdlg：デスクトップ幅のみ表示
--------------------------------*/
@media screen and (min-width: 961px) {
  .md {
    display: none !important;
  }
  .sm {
    display: none !important;
  }
  .smmd {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .lg {
    display: none !important;
  }
  .sm {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .lg {
    display: none !important;
  }
  .md {
    display: none !important;
  }
  .mdlg {
    display: none !important;
  }
}
/*--------------------------------
 *  フロート・クリアフィックス
--------------------------------*/
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/*--------------------------------
 *  WPブロックエディター
--------------------------------*/
h2.wp-block-heading:not(.is-style-section_ttl) {
  padding-top: 0.9em;
  position: relative;
  font-family: inherit;
  border-top: 2px solid #ddd;
}
h2.wp-block-heading:not(.is-style-section_ttl)::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--color_main);
}

h3.wp-block-heading:not(.is-style-section_ttl) {
  padding: 0.5em 1em;
  background-color: #F7F7F7;
  font-family: inherit;
}

h4.wp-block-heading:not(.is-style-section_ttl) {
  font-family: inherit;
}

.wp-block-media-text.is-style-default .wp-block-media-text__media img {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
}

.embed-google-map {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
}

/*--------------------------------
 *  アニメーション
--------------------------------*/
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 600px) {
  .ani-opacity {
    opacity: 0;
    -webkit-animation-name: show;
            animation-name: show;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .scr-opacity {
    opacity: 0;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .scr-opacity.is-active {
    opacity: 1;
  }
  .scr-zoom-out {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .scr-zoom-out.is-active {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*--------------------------------
 *  その他
--------------------------------*/
@media screen and (max-width: 599px) {
  .sm-ta-l {
    text-align: left !important;
  }
}