/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: 有限会社三和工務店
 Version: 1.0.0
 Template: story_tcd041
 Text Domain: story-child
*/
/* ----------------------------------------------------------------------
有限会社三和工務店 スタイル
---------------------------------------------------------------------- */
:root {
  --color-main: #3e5c6e;
  --color-sub: #ac9884;
  --color-blue: #618191;
  --color-base: #fef8ee;
  --color-border: #dbd0c3;
  --color-text: #3a3a3a;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-caution: #ff3b43;
  --color-line: #00b900;
  --color-insta: linear-gradient(-35deg, #ffd75f, #ff0357);
  --color-instatext: #ff0357;
  --color-facebook: #1877f2;
  --color-youtube: #c4302b;
  --color-not: #ffd8df;
  --font-main: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* ----------------------------------------------------------------------
基本設定
---------------------------------------------------------------------- */
img {
    width: 100%;
    display: block;
}
/* ----------------------------------------------------------------------
共通部分
---------------------------------------------------------------------- */
body {
  background: var(--color-white);
  color: var(--color-text);
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(15px, 0.7vw, 18px);
  letter-spacing: 0.08em;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: var(--color-text);
}
.font-1, .headline-font-type {
  font-family: var(--font-main) !important;
  font-weight: 400;
}
p, .post-content p {
  font-size: 0.95rem !important;
  font-weight: 400;
  line-height: 2 !important;
}
.post-content ul {
  font-size: 1rem !important;
  list-style: none !important;
}
.signage {
  height: 300px !important;
  margin: 0 auto;
  background: var(--color-black) !important;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
  font-weight: 400;
  line-height: 1 !important;
  color: var(--color-white) !important;
}
.signage-title {
  font-size: 2.8rem !important;
}
.signage-title-sub {
  font-size: 1rem !important;
  letter-spacing: 0.2em;
  margin-top: 22px;
}
.breadcrumb-wrapper {
  height: 40px !important;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem !important;
  width: fit-content !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
}
.breadcrumb li a, .breadcrumb li {
    color: var(--color-white);
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px !important;
  }
  .signage-title {
    font-size: 1.4rem !important;
  }
  .signage-title-sub {
    font-size: 0.7rem !important;
    margin-top: 15px;
  }
}
/* ----------------------------------------------------------------------
ロゴ
---------------------------------------------------------------------- */
.logo {
  max-width: 100%;
  max-height: none;
}
.logo-image {
  top: 19px;
  left: 15px;
  width: 220px;
  height: auto;
  box-sizing: border-box;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
   .logo {
    width: 100% !important;
    max-height: none !important;
}
  .logo-image {
    top: 7px !important;
    left: -10px !important;
    width: 150px !important;
  }
  .logo img {
        max-height: none !important;
}
}
/* ----------------------------------------------------------------------
ナビ
---------------------------------------------------------------------- */
.header-bar {
  z-index: 50;
  background: var(--color-white) !important;
  box-shadow: none !important;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-text) !important;
  letter-spacing: 0.03em;
  padding: 0 25px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  z-index: 0;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 47px;
  position: absolute;
  background: var(--color-border);
}
.global-nav > ul > li:first-of-type a::before {
  content: none;
}
.global-nav > ul > li > a::after, .global-nav .current-menu-item > a::after {
  content: "";
  width: 0;
  height: 10px;
  bottom: 38px;
  left: 23px;
  position: absolute;
  background: var(--color-sub);
  opacity: 0.3;
  transition: all 0.5s;
  z-index: -1;
}
.global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
  width: calc(100% - 46px);
}
.global-nav .sub-menu {
    top: 110%;
}
.global-nav .sub-menu a {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text) !important;
  background: var(--color-white) !important;
}
.global-nav .sub-menu a:hover {
  color: var(--color-sub) !important;
  background: var(--color-white) !important;
}
.global-nav .sub-menu a::before, .global-nav .sub-menu a::after {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .header-bar {
    border-color: var(--color-white) !important;
  }
  .global-nav-button {
    border: 0 !important;
  }
  .global-nav-button::before {
    color: var(--color-text);
  }
  .global-nav-button:hover::before {
    color: var(--color-main);
  }
  .global-nav {
    height: auto;
    padding: 0;
    background: none;
  }
  .global-nav a {
    background: var(--color-white) !important;
    color: var(--color-text) !important;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    text-align: left;
    padding: 0 15px !important;
    line-height: 50px !important;
  }
.global-nav .sub-menu {
    top: 0;
}
  .global-nav .sub-menu a {
    font-size: 12px;
    line-height: 50px !important;
    padding: 0 15px !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: var(--color-main) !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: var(--color-text) !important;
  }
  .global-nav .menu-item-has-children > a:before,  .global-nav > ul > li > a::before, .global-nav > ul > li > a::after {
    content: none !important;
  }
}
/* ----------------------------------------------------------------------
コンテンツ 共通
---------------------------------------------------------------------- */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: var(--color-caution);
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.6;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  padding-right: 5px;
  color: var(--color-caution);
  position: absolute;
  left: 0;
}
ul.list {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
ul.list li {
  padding-left: 20px;
  line-height: 1.6;
  margin-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
::marker {content: none;}
ul.list li::before {
  content: '';
  position: absolute;
  background: #f8cbdb;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: var(--color-caution);
}
/* ----------------------------------------------------------------------
コンテンツボタン
---------------------------------------------------------------------- */
a.content_but {
  width: 100%;
  max-width: 330px;
  padding: 18px 22px;
  margin-top: 15px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text) !important;
  border: 1px solid;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but:hover {
  color: var(--color-white) !important;
  background: var(--color-main) !important;
  border-color: var(--color-main);
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 14px;
  right: 22px;
  line-height: 1.8;
  transition: 0.5s;
}
a.content_line_but {
    max-width: 300px;
    color: var(--color-line) !important;
    border-color: var(--color-line) !important;
}
a.content_line_but:hover {
    background: var(--color-line) !important;
}
a.content_line_but::after {
    content: "\e909";
    font-size: 17px;
    line-height: 1.3;
}
/* ----------------------------------------------------------------------
YouTube コントロールバー非表示
---------------------------------------------------------------------- */
.mb_YTPBar {
  display: none !important;
}
/* ----------------------------------------------------------------------
トップ・フッター
---------------------------------------------------------------------- */
.top-slider-wrapper {
    background: var(--color-white);
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  margin-right: auto;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-nav, .top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
}
.front-copy-img {
  width: 75%;
  max-width: 750px;
}
h2.front-main-title {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-bottom: 70px;
}
h2.front_original03_title {
    margin-bottom: 80px;
}
.front_original01 {
  padding: 7em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1250px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__text {
    width: 55%;
    padding-right: 6vw;
    box-sizing: border-box;
}
.front-original01__img {
    width: 45%;
    box-sizing: border-box;
}
.front-original01__text h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 30px;
}
.front-original01__text p {
  margin-bottom: 15px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front_original02 {
  padding-bottom: 6em;
}
.front-original02-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
.front-original02__text {
    margin-top: 40px;
}
.front-original02__text h2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.front-original02__text p {
  margin-bottom: 15px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  width: calc(100% - 50px);
  margin: 0 auto;
  padding-bottom: 6em;
  background: none !important;
  position: relative;
  z-index: 0;
}
.content02::before {
    content: '';
    position: absolute;
    display: block;
    background: var(--color-base);
    left: 0;
    top: 25%;
    width: 100%;
    height: 100%;
    z-index: -3;
}
.content02-inner {
  width: 90% !important;
  margin: 0 auto;
  padding: 0 !important;
}
a.content02-content {
  width: calc(33.3333% - 2.6666vw);
  margin-right: 4vw;
  color: var(--color-text);
  position: relative;
  transition: all 0.5s ease 0s;
  display: block;
  box-sizing: border-box;
}
a.content02-content:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.content02-item {
  width: 100%;
  float: none;
  position: revert;
  padding: 0;
  box-sizing: border-box;
}
.content02-text-box {
    padding-top: 20px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
h3.content02-title, .content02-text {
  color: var(--color-text);
  transition: 0.5s;
}
h3.content02-title {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.content02-text {
  font-size: 0.9rem !important;
  line-height: 2 !important;
}
.content02-button {
    font-size: 1rem !important;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    height: 60px !important;
    line-height: 75px !important;
    margin: 0 auto !important;
    padding: 0 5px;
    width: 100% !important;
    max-width: 300px;
    color: var(--color-text) !important;
    border-bottom: 1px solid var(--color-border) !important;
    background: none !important;
    transition: 0.8s;
    position: absolute !important;
    display: block;
    left: auto;
    right: 0;
    bottom: 0;
}
.content02-button::before {
    width: 50px;
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    z-index: 2;
    background: var(--color-main);
    transition: all 0.5s ease 0s;
}
.content02-button::after {
  content: '\ea3c';
  font-family: "design_plus";
  position: absolute;
  font-size: 10px;
  font-weight: 400;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--color-white);
  background: var(--color-text);
  border-radius: 100px;
  bottom: 10px;
  right: 2px;
  transition: all 0.8s ease 0s;
}
a:hover.content02-content .content02-button {
    color: var(--color-text) !important;
    background: none !important;
}
a:hover.content02-content .content02-button::before {
  width: 100%;
}
a:hover.content02-content .content02-button::after {
    color: var(--color-white);
    background: var(--color-main);
}
.front_original03 {
    padding: 7em 0;
    background: var(--color-base);
    position: relative;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 70px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.third-box:nth-of-type(odd) .front-third-text {
  margin-left: 55%;
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-right: 4vw;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
h3.third_title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}
h3.third_title::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  color: var(--color-main);
}
.front_topics {
  padding: 6em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1048px;
  margin: 0 auto;
}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0 !important;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_original_sec {
  padding: 6em 0 3em;
}
.footer_original_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 60%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 150px;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 20px;
}
dl.address_body {
    width: 100%;
    max-width: 400px;
    font-size: 0.8rem;
    margin-bottom: 8px;
    line-height: 1.5;
}
dl.address_body:last-of-type {
    margin-bottom: 25px;
}
dt.address_title {
  width: 18%;
}
dd.address_text {
  width: 82%;
  padding-left: 1vw;
  box-sizing: border-box;
}

address.footer_tel {
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 18px !important;
}
span.footer_tel_sub {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    margin-right: 8px;
}
p.caution.footer-caution {
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
}
ul.footer_sns__links {
  width: 100%;
  max-width: 250px;
  margin-top: 25px;
}
li.footer_sns__links-item {
  width: calc(33.3333% - 7px);
  margin-right: 10px;
}
li.footer_sns__links-item:last-of-type {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: '';
  color: var(--color-white);
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 15px;
  font-weight: 400;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: "\f0e0";
  color: var(--color-white);
  background: var(--color-main);
}
a.footer_line_but::before {
  content: "\e909";
  background: var(--color-line);
}
a.footer_insta_but::before {
  content: "\ea92";
  background: var(--color-insta);
}
a.footer_mail_but:hover {
  color: var(--color-main);
}
a.footer_line_but:hover {
  color: var(--color-line);
}
a.footer_insta_but:hover {
  color: var(--color-instatext);
}
a.footer_sns span {
  margin-top: 6px;
  text-align: center;
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.footer-content-list div {
  width: calc(50% - 15px);
  margin-right: 30px;
  box-sizing: border-box;
}
.footer-content-list div:last-of-type {
  margin-right: 0;
}
.footer-menu-list li {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}
.footer-menu-list li:last-of-type {
  margin-bottom: 0;
}
.footer-menu-list li a {
  transition: 0.5s;
  position: relative;
  z-index: 0;
}
.footer-menu-list li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 12px;
  background: var(--color-sub);
  opacity: 0.3;
  bottom: -2px;
  left: 0;
  transition: all 0.5s;
  z-index: -1;
}
.footer-menu-list li a:hover::after {
   width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none !important;
}
.footer-bar01-inner {
  width: 86% !important;
  max-width: 1200px !important;
  margin: 0 auto;
}
.copyright {
  font-size: 10px !important;
  line-height: 60px !important;
  text-align: left;
  color: var(--color-text);
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  color: var(--color-white);
  background: var(--color-main) !important;
  width: 50px !important;
  height: 50px !important;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 15px !important;
  font-weight: 400;
  width: 15px !important;
  height: 15px !important;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  color: var(--color-white) !important;
  background: var(--color-blue) !important;
}
@media only screen and (max-width: 1200px) {
.top-slider-wrapper {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
  h2.front-main-title {
    margin-bottom: 40px;
}
h2.front_original03_title {
    margin-bottom: 50px;
}
.front-original01__text, .front-original01__img {
    width: 100%;
}
.front-original01__text {
    padding-right: 0;
    margin-bottom: 40px;
}
  .third-box {
    margin-bottom: 40px;
}
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-text {
    margin-bottom: 20px;
  }
  .third-box:nth-of-type(odd) .front-third-img, .third-box:nth-of-type(odd) .front-third-text {
    margin-left: 0;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-right: 0;
  }
.footer_menu_bg {
    padding-left: 80px;
}
}
@media only screen and (max-width: 970px) {
  .front_original01, .front_original03, .front_topics {
    padding: 5em 0;
  }
  .content02, .front_original02 {
    padding-bottom: 5em;
}
.content02 {
    width: 100%;
}
.content02::before {
    top: 7%;
}
a.content02-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
a.content02-content:nth-of-type(3) .content02-item {
    margin-bottom: 0;
  }
  .footer_original_sec {
    padding-top: 4em;
}
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 330px;
    margin-top: 40px;
    padding-left: 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 768px) {
 .top-slider-wrapper::before {
    background: linear-gradient(-70deg, #eef6fa00 10%, #fff 100%);
}
  h2.front-main-title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
 .front_original01, .front_original03, .front_topics {
    padding: 3em 0;
  }
.content02, .front_original02 {
    padding-bottom: 3em;
}
.front-original01__text h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.front-original01__text h2 br {
  display: contents;
}
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front-original02__text {
    margin-top: 25px;
}
  .front-original02__text h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  h3.content02-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
}
  h3.third_title {
    font-size: 1.25rem;
    margin-bottom: 10px;
}
  h3.third_title::before {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
  .footer_original_sec {
    padding: 3em 0 1em;
  }
  dt.address_title, dd.address_text {
    width: 100%;
}
address.footer_tel {
    font-size: 1.5rem;
    margin-bottom: 13px !important;
}
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
}
.footer-bar01 {
    padding-bottom: 70px !important;
}
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh !important;
  }
}
/* ----------------------------------------------------------------------
固定ページ
---------------------------------------------------------------------- */
.page .post-header {
  margin: 0 !important;
}
.content_full {
    background: var(--color-base);
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.7rem !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 25px !important;
  padding: 0 !important;
}
.post-content h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--color-main);
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.35rem !important;
  font-weight: 400 !important;
  color: var(--color-main);
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
  padding: 0 !important;
}
.post-content h4 {
  font-size: 1.15rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  box-sizing: border-box;
}
.post-content table tr {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}
.post-content table, .post-content {
  width: 100% !important;
  overflow: unset !important;
  white-space: normal !important;
  margin-bottom: 0 !important;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  vertical-align: middle;
  line-height: 2 !important;
  padding: 25px 2px 21px !important;
  border: 0 !important;
  background: none !important;
  box-sizing: border-box;
}
.post-content th {
  width: 22%;
  text-align: left;
  background: none !important;
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    line-height: 1.8 !important;
    padding: 16px 2px 14px !important;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
  }
  .post-content th {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }
.post-content h3 {
  font-size: 1.2rem !important;
}
}
/* ----------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------- */
.archive.category .main, .post-template-default .main, .blog .main {
  padding: 80px 0;
}
.archive-header, .post-header {
  margin-top: 0;
  margin-bottom: 40px;
}
.archive-title, .post-title {
  color: var(--color-text) !important;
}
.post-title {
    margin-bottom: 15px;
}
.post-date, .post-category {
  font-size: 0.75rem !important;
}
.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: var(--color-base) !important;
  border: 1px solid var(--color-border);
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.8s;
}
.article03-content {
  padding: 15px 20px !important;
}
.article03-title {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--color-text) !important;
  transition: 0.8s;
}
.article03 a:hover .article03-title {
  color: var(--color-main) !important;
}
.article03-meta {
  line-height: 1.1 !important;
  transition: 0.8s;
}
.article03-date, .article03-category-item {
  font-size: 11px !important;
  transition: 0.8s;
}
.article03-category-item:hover {
  text-decoration: none;
}
.nav-links01 {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid var(--color-border);
}
.nav-links01-previous a, .nav-links01-next a {
    font-size: 13px;
}
.article01-thumbnail {
  border: 1px solid var(--color-main);
  margin-bottom: 10px;
  box-sizing: border-box;
}
h3.article01-title {
  line-height: 1.3;
}
h3.article01-title a {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-main);
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: var(--color-base);
  box-sizing: border-box;
}
.post-meta-box-item a {
  color: var(--color-text);
}
.post-meta-box-item::before {
  color: var(--color-main);
}
.headline-bar {
  font-size: 16px;
  font-weight: 400 !important;
  text-align: left;
  color: var(--color-text);
  background: var(--color-base) !important;
}
.side_widget .headline-bar {
  font-size: 17px;
  font-weight: 400 !important;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 20px;
  padding: 15px;
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 12px;
  line-height: 1.5;
  border-bottom: 1px dotted var(--color-main);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 10px !important;
  font-family: var(--font-main);
  color: var(--color-text);
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: var(--color-text);
}
.widget_categories ul li {
    color: var(--color-main);
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 50px;
  }
  .article03-title {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .blog .main {
    padding: 30px 0;
}
  .post-header {
    margin: 0 auto 30px !important;
  }
  .archive.category .main, .post-template-default .main {
    padding: 50px 0 30px;
  }
  .archive-header {
    margin-top: 0  !important;
}
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: var(--color-main);
  }
  .nav-links01 {
    border: 1px solid var(--color-border) !important;
  }
  .headline-bar {
    padding-left: 12px;
  }
  .article03-content {
    padding: 12px 15px !important;
}
}
@media only screen and (max-width: 767px) {
  .side_widget .headline-bar {
    padding: 18px 15px;
    line-height: 5px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px !important;
    margin-top: 0 !important;
  }
}
/* ----------------------------------------------------------------------
カラム
---------------------------------------------------------------------- */
.two {
    width: calc(50% - 20px);
    margin-right: 40px;
    box-sizing: border-box;
}
.two:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 0;
}
.engineering_sec .two {
  margin-bottom: 30px;
}
.engineering_sec .two:nth-of-type(3), .engineering_sec .two:nth-of-type(4) {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px){
.two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.two:last-of-type {
    margin-bottom: 0;
}
.engineering_sec .two, .engineering_sec .two:nth-of-type(3) {
    margin-bottom: 20px;
}
}
/* ----------------------------------------------------------------------
施工について
---------------------------------------------------------------------- */
.service_sec .content_inner {
    max-width: 900px;
}
.service_sec h2 {
    margin-bottom: 30px !important;
    text-align: left;
}
.service-box h2::after {
    margin-left: 0;
}
.service_sec p {
    margin-bottom: 15px !important;
}
.service_sec p:last-child {
    margin-bottom: 0 !important;
}
.service-box {
    margin-bottom: 70px;
}
.service-box:last-of-type {
    margin-bottom: 0;
}
img.service-dotcon-img {
    margin-bottom: 25px;
}
.menu-box h3 {
    width: fit-content;
    margin: 15px auto 8px !important;
    font-size: 1.2rem !important;
    margin-bottom: 8px !important;
    text-align: center;
}
.price-box {
    padding: 25px 30px;
    border: 1px dashed var(--color-sub);
    background: var(--color-white);
    box-sizing: border-box;
}
.price-box h2 {
    font-size: 1.4rem !important;
    text-align: left;
    margin-bottom: 15px !important;
    padding-bottom: 5px !important;
    line-height: 1.5 !important;
    color: var(--color-main);
    border-bottom: 1px solid var(--color-border);
}
.price-box h2::after {
    content: none;
}
.strengths-box {
    width: calc(33.3333% - 6.6666px);
    margin-right: 10px;
    margin-top: 20px;
    padding: 40px 25px 20px;
    border: 1px solid var(--color-border);
    background: var(--color-white);
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
.strengths-box::before {
    counter-increment: number 1;
    content: counter(number) "";
    position: absolute;
    font-size: 1.8rem;
    font-weight: 700;
    background: var(--color-sub);
    color: var(--color-white);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.strengths-box:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
}
.strengths-box h3 {
    width: fit-content;
    font-size: 1.2rem !important;
    letter-spacing: 0;
    margin: 0 auto 10px !important;
}
@media only screen and (max-width: 768px) {
.service_sec h2 {
    margin-bottom: 15px !important;
}
.service_sec p {
    margin-bottom: 10px !important;
}
.service-box {
    margin-bottom: 40px;
}
.strengths-box {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    padding: 35px 20px 20px;
}
.price-box {
    padding: 20px 25px;
}
}
/* ----------------------------------------------------------------------
ご依頼の流れ
---------------------------------------------------------------------- */
.flow_sec .content_inner {
    max-width: 900px;
}
.flow_sec p {
  margin-bottom: 15px !important;
}
.flow_sec p:last-of-type {
  margin-bottom: 0 !important;
}
.flow {
  padding-top: 20px;
  padding-left: 110px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 60px;
  height: 80px;
  line-height: 73px;
  font-size: 3rem;
  font-weight: 900;
  color: var(--color-main);
  background: var(--color-base);
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: 1px;
  height: 100%;
  background: var(--color-main);
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  text-align: left;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
  color: var(--color-sub);
}
.flow h2::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 8px;
    padding-left: 60px;
    padding-bottom: 25px;
  }
.flow::before {
    width: 40px;
    height: 50px;
    line-height: 43px;
    font-size: 2rem;
}
.flow::after {
    left: 20px;
}
.flow h2 {
    margin-bottom: 10px !important;
}
.flow p {
    margin-bottom: 10px !important;
}
}
/* ----------------------------------------------------------------------
お客様の声
---------------------------------------------------------------------- */
.voice_sec h2 {
    margin-bottom: 15px !important;
    line-height: 1.5 !important;
    text-align: left;
    color: var(--color-sub);
}
.voice_sec h2::after {
    content: none;
}
.voice_sec p:last-of-type {
    margin-bottom: 0;
}
.voice-box {
    padding: 20px 30px;
    margin-bottom: 20px;
    border: 1px dashed var(--color-main);
    background: var(--color-base);
    box-sizing: border-box;
}
.voice-box:first-of-type {
   margin-top: 30px;
}
.voice-box:last-of-type {
    margin-bottom: 0;
}
.voice-box h3 {
    font-size: 1.2rem !important;
    padding-top: 5px !important;
    padding-left: 35px !important;
    margin-bottom: 10px !important;
    color: var(--color-text);
    position: relative;
}
.voice-box h3::before {
    content: '\e916';
    font-family: 'design_plus';
    position: absolute;
    font-size: 26px;
    line-height: 1;
    background: none;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    color: var(--color-main);
}
@media only screen and (max-width: 768px){
  .voice-box {
    padding: 15px 25px;
    margin-bottom: 10px;
}
.voice-box:first-of-type {
    margin-top: 30px;
}
}
/* ----------------------------------------------------------------------
よくある質問
---------------------------------------------------------------------- */
.faq_sec h2 {
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
  text-align: left;
}
.faq_sec h2::after {
  content: none;
}
.faq_sec p {
  margin-bottom: 8px !important;
}
.faq_sec p:last-child {
  margin-bottom: 0 !important;
}
.faq {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--color-border);
  box-sizing: border-box;
}
.faq:first-of-type {
  margin-top: 80px;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.faq h3 {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  color: var(--color-text);
}
.faq p {
  position: relative;
}
.faq h3, .faq p {
  padding-left: 50px !important;
}
p.answer {
    padding-top: 2.5px;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-main);
  width: 33px;
  height: 33px;
  line-height: 28px;
  border-radius: 100px;
  text-align: center;
  left: 0;
  top: 0;
}
p.answer::before {
  content: 'A';
  color: var(--color-white);
  background: var(--color-sub);
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
.faq {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.faq:first-of-type {
    margin-top: 40px;
}
.faq h3, .faq p {
    padding-left: 40px !important;
}
}
/* ----------------------------------------------------------------------
ご挨拶
---------------------------------------------------------------------- */
.greeting_sec p {
  margin-bottom: 15px !important;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0 !important;
}
.greeting_img {
  width: 30%;
  box-sizing: border-box;
}
.greeting_text {
  width: 70%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.greeting_text h2 {
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
    text-align: left;
    margin-bottom: 15px !important;
}
.greeting_text h2::after {
    content: none;
}
h3.name {
    font-size: 1.3rem !important;
    margin-bottom: 30px !important;
}
h3.name span {
    font-size: 1rem;
    margin-right: 10px;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_img {
    max-width: 400px;
    margin: 0 auto;
}
  .greeting_text {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec p {
    margin-bottom: 10px !important;
  }
  h3.name {
    margin-bottom: 15px !important;
}
}
/* ----------------------------------------------------------------------
会社概要
---------------------------------------------------------------------- */
.information_sec .content_inner {
    max-width: 950px;
}
table.info_tbl th {
  width: 28%;
}
span.caution.info-caution {
    margin-top: 10px;
    font-size: 0.85rem;
    display: block;
}
.map_sec {
  height: 500px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px){
.map_sec {
  height: 300px;
}
}
/* ----------------------------------------------------------------------
採用情報
---------------------------------------------------------------------- */
.recruit_sec .content_inner {
    max-width: 900px;
}
.recruit_sec h2 {
    font-size: 2rem !important;
    line-height: 1.5 !important;
    text-align: left;
    margin-bottom: 15px !important;
}
.recruit_sec h2::after {
    content: none;
}
.recruit_sec p {
    margin-bottom: 15px !important;
}
table.recruit_tbl th {
  width: 25%;
}
table.recruit_tbl td span {
    display: block;
    margin-top: 15px;
}
table.recruit_tbl td span:first-of-type {
    margin-top: 0;
}
@media only screen and (max-width: 768px){
  .recruit_sec h2 {
    font-size: 1.6rem !important;
    margin-bottom: 10px !important;
}
}
/* ----------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------- */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 900px;
}
.mail_sec .content_inner {
    padding-top: 0;
    padding-bottom: 40px;
}
.con__inner {
    margin-bottom: 70px;
}
.con__inner p {
    margin-bottom: 15px !important;
}
p.con-first-text, p.caution.con-caution {
    width: fit-content !important;
    margin: 0 auto 15px !important;
}
p.caution.con-caution {
    margin-bottom: 5px !important;
    line-height: 1.5 !important;
}
p.con-caution span {
    margin-right: 15px;
}
p.con-tel-text, p.caution.con-tel-caution {
    width: fit-content !important;
    margin: 0 auto !important;
}
address.con_tel {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
    margin-top: 25px !important;
}
address.con_tel a{
    color: var(--color-text) !important;
}
span.con_tel_sub {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    display: block;
}
.con-sns-box {
    padding: 30px 35px;
    box-sizing: border-box;
    color: var(--color-white);
    background: var(--color-line);
}
.con-insta-box {
  background: var(--color-insta);
}
.con-sns-box h2 {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  margin-bottom: 15px !important;
}
.con-sns-box h2::after {
  content: none;
}
p.con-sns-text {
  width: fit-content;
  margin: 15px auto 25px !important;
  line-height: 1.5 !important;
}
a.con_sns_but {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  display: block;
  padding: 20px 22px 18px;
  line-height: 1.5;
  font-size: 1.15rem;
  font-weight: 400;
  text-align: center;
  color: var(--color-line) !important;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
}
a.con_sns_but::after {
  content: "\e909";
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.5s;
}
a.con_sns_but:hover {
  color: var(--color-white) !important;
  background: var(--color-main);
}
.mail-info-box {
    margin-bottom: 30px;
    box-sizing: border-box;
}
.mail-info-box p {
    margin-bottom: 15px !important;
}
.con__inner:last-of-type, .con__inner p:last-of-type, .mail-info-box p:last-of-type {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px){
.con__inner {
    margin-bottom: 30px !important;
}
address.con_tel {
    font-size: 1.8rem;
    margin-top: 15px !important;
}
span.con_tel_sub {
    font-size: 1rem;
}
.con-sns-box {
    padding: 20px 25px;
}
}
/* ----------------------------------------------------------------------
お問い合わせフォーム
----------------------------------------------------------------------  */
span.required {
  font-size: 0.7rem;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 4px;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-caution);
}
span.required.any {
  background: var(--color-main);
}
.wpcf7 {
  border: none !important;
  background: none !important;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  border: 0!important;
  background: #ebebeb;
  padding: 20px 15px !important;
  box-sizing: border-box !important;
}
.wpcf7 form {
  margin: 0 !important;
}
.wpcf7 form p {
  font-size: 1rem !important;
  line-height: 2.2 !important;
  margin-bottom: 25px !important;
}
.wpcf7 form p:last-of-type {
  line-height: 1 !important;
  margin-bottom: 0 !important;
}
.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    font-weight: 500 !important;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px !important;
  width: 100% !important;
  max-width: 480px;
  margin-left: auto !important;
  font-size: 1.15rem !important;
  font-weight: 400;
  font-family: var(--font-main);
  letter-spacing: 0.1em;
  height: 85px !important;
  border-radius: 0;
  color: var(--color-white) !important;
  background: var(--color-main) !important;
  transition: all .5s !important;
}
.wpcf7 input.wpcf7-submit:hover {
  color: var(--color-white) !important;
  background: var(--color-blue) !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: var(--color-not);
  font-weight: 400;
  line-height: 1.8;
  padding: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-top: 0;
  }
}
/* ----------------------------------------------------------------------
ブログ記事の画像
---------------------------------------------------------------------- */
.single .post-content img {
  width: auto;
}
/* ----------------------------------------------------------------------
スタイルcss 記述変更
---------------------------------------------------------------------- */
body.page-template-default .flex_layout {
    display: block;
}
body.single-post .flex_layout {
  display: block;
}
li::marker{
  content: none !important;
}
/* ----------------------------------------------------------------------
ローディングアイコン
---------------------------------------------------------------------- */
#site-loader-overlay {
   background: var(--color-base) !important;
}
/* ----------------------------------------------------------------------
PCではリンク無効
---------------------------------------------------------------------- */
a.tel_link {
    color: var(--color-text) !important;
}
@media screen and (min-width: 768px){
  .tel_link{
    pointer-events: none;
    text-decoration: none;
    color: inherit;
    cursor: default;
  }
}
/* ----------------------------------------------------------------------
フッターバー スタイル
---------------------------------------------------------------------- */
.dp-footer-bar {
    background: var(--color-main) !important;
    border-top: 1px solid var(--color-main) !important;
  }
.dp-footer-bar-item + .dp-footer-bar-item {
  border-left: 1px solid var(--color-base) !important;
}
.dp-footer-bar-item a {
    color: var(--color-base);
}
.dp-footer-bar-item span {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
}
.dp-footer-bar-icon:before {
    font-size: 18px !important;
    font-weight: 400;
}
.icon-file-text::before {
  content: "\e909" !important;
}
.icon-share-alt::before {
  content: "\ea92" !important; 
}