@charset "UTF-8";
/* 合同会社トミジュウ CSS Document */
/* 共通部分 */
body {
  background: var(--color-white);
  color: var(--color-text);
  overflow: hidden;
  font-size: 16px;
  font-size: clamp(16px, 0.8vw, 20px);
  letter-spacing: .03rem;
  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);
  font-weight: 400;
}
p, .post-content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.9rem;
  font-weight: 400;
  list-style: disc;
}
.signage {
  height: 270px;
  background: var(--color-gradblue) !important;
  position: relative;
  z-index: 0;
}
.signage::after {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
}
.signage-title {
  font-size: 2.5rem !important;
  font-weight: 700;
  color: var(--color-white) !important;
  line-height: 1;
  letter-spacing: .1rem;
}
.signage-title-sub {
  font-size: 0.95rem !important;
  font-weight: 700;
  letter-spacing: .15rem;
  margin-top: 20px;
  line-height: 1;
  color: var(--color-white) !important;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8rem;
  font-weight: 400;
  width: fit-content !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 1.8rem !important;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
    margin-top: 15px;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  z-index: 50;
  box-shadow: none;
}
.logo-image {
  top: 32px;
  left: 25px;
  width: 240px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: .02rem;
  padding: 0 25px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
}
.global-nav > ul > li.global-menu-contact > a {
  padding: 0 30px;
  background: var(--color-main);
  color: var(--color-white);
}
.global-nav > ul > li.global-menu-contact > a:hover {
  background: var(--color-sub);
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 47px;
  position: absolute;
  background: var(--color-sub);
}
.global-nav > ul > li:first-of-type a::before, .global-nav > ul > li:last-of-type a::before {
  content: none;
}
.global-nav > ul > li.global-menu-sub > a::after {
    content: "\e90e";
    position: relative;
    text-align: center;
    display: block;
    bottom: 26px;
    line-height: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: "design_plus";
    letter-spacing: .08rem;
}
.global-nav .sub-menu a {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
  background: var(--color-white) !important;
}
.global-nav .sub-menu a:hover {
  color: var(--color-main) !important;
  background: var(--color-white) !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 17px;
    left: 0;
    width: 160px;
  }
  .header-bar {
    background: var(--color-white) !important;
    border-color: var(--color-white);
  }
  .global-nav-button {
    border: 0;
  }
  .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);
    color: var(--color-text) !important;
  }
  .global-nav > ul > li > a {
    font-size: 16px;
    text-align: left;
    padding: 0 15px;
    line-height: 51px;
  }
  .global-nav > ul > li > a::after {
    position: relative;
    text-align: left;
    font-size: 10px;
    width: fit-content;
    bottom: 0;
    margin-left: 10px;
    display: inline-block;
  }
  .global-nav > ul > li.global-menu-contact > a {
    color: var(--color-text);
    background: var(--color-white);
    padding: 0 15px;
}
  .global-nav .sub-menu a {
    font-size: 13px;
    line-height: 52px;
    padding: 0 15px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: var(--color-main) !important;
    background: var(--color-white) !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: var(--color-text);
  }
  .global-nav .menu-item-has-children > a:before,  .global-nav > ul > li > a::after {
    content: none;
  }
}
/* ナビ END */
/* コンテンツ 共通 */
.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: 15px;
  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: 0;
  list-style: none;
}
ul.list li {
  padding-left: 17px;
  line-height: 1.6;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 7px;
  height: 7px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: var(--color-caution);
}
/* コンテンツ 共通 END */
/* コンテンツボタン */
a.content_but {
  width: 100%;
  max-width: 330px;
  padding: 13px 15px;
  margin-top: 15px;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--color-text);
  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);
  border-radius: 100px;
  border-color: var(--color-main);
  background: var(--color-main);
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  font-weight: 400;
  right: 20px;
  line-height: 2.2;
  transition: 0.5s;
}
/* コンテンツボタン END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-wrapper {
  background: var(--color-base);
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-text);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.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: 30%;
  max-width: 300px;
  margin-left: auto;
}
.scroll-box {
  position: absolute;
  width: 15%;
  display: block;
  left: 0;
  bottom: 50px;
}
.scroll-box span {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 800;
  font-family: var(--font-eng);
  text-align: center;
  letter-spacing: .15rem;
  color: var(--color-white);
}
.scroll-box span::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: var(--color-white);
  left: 48%;
  bottom: -48px;
  z-index: -1;
}
h2.front-main-title {
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--font-eng);
  line-height: 1;
  letter-spacing: .15rem;
  margin-bottom: 65px;
  position: relative;
  box-sizing: border-box;
}
.front_original01 {
  padding: 6em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original01__title {
  width: 40%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 60%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.front-original01__text p {
  margin-bottom: 15px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front-original02-inner {
  align-items: center;
}
.front-original02__text {
  width: 40%;
  margin-left: 60%;
  padding: 1vw 5vw;
  box-sizing: border-box;
}
.front-original02__img {
  width: 60%;
  margin-left: -100%;
  box-sizing: border-box;
}
.front-original02__text h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original02__text p {
  margin-bottom: 15px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding: 4em 0;
  background: var(--color-grad);
}
.content02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 26.7777px);
  margin-left: 40px;
  padding-bottom: 0;
  color: var(--color-text);
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.content02-item:last-of-type {
  margin-bottom: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  position: relative;
  transition: all .8s;
  z-index: 0;
  box-sizing: border-box;
}
.content02-img:hover {
  box-shadow: none;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #00000061;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: var(--color-white);
}
p.content02-img_title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1;
}
.content02-text-box {
  padding-top: 25px;
  box-sizing: border-box;
}
h3.content02-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  color: var(--color-sub);
}
.content02-text {
  font-size: 0.85rem;
  line-height: 2;
  color: var(--color-text);
}
a.content02-but {
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 270px;
  margin: 30px auto 0;
  height: 60px;
  line-height: 60px;
  padding: 0 2px;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
a.content02-but::after {
  width: 100%;
  height: 0;
  background: var(--color-sub);
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  z-index: -1;
}
a.content02-but:hover {
  color: var(--color-white);
  background: var(--color-main);
}
a.content02-but:hover::after {
  height: 100%;
}
.front_original03 {
  padding: 6em 0;
  background: var(--color-grad);
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  padding: 4vw 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  margin-left: 55%;
  padding-left: 4vw;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 1.3rem;
  font-weight: 400;
  font-family: var(--font-eng);
  letter-spacing: .15rem;
  line-height: 0.8;
  margin-bottom: 25px;
  color: var(--color-sub);
  display: block;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
  position: relative;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
}
h3.third_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.front_topics {
  padding: 6em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
h2.front-main-title.front_topics_title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0;
  color: var(--color-white);
  background: var(--color-main);
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_contact_sec {
  padding: 5em 0;
  color: var(--color-white);
  background: var(--color-sub);
  position: relative;
  z-index: 0;
}
.footer_contact_sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/contact_img.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.2;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_sec h2 {
  color: var(--font-white);
  margin-bottom: 25px !important;
}
h3.footer-con-time {
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px 12px;
    border: 1px solid;
    display: inline-block;
    box-sizing: border-box;
}
p.footer-open {
    line-height: 1.5;
    margin-bottom: 5px;
}
span.footer_open_title {
    padding-right: 1vw;
}
address.footer_con_tel {font-size: 2.2rem;font-style: normal;font-family: var(--font-eng);font-weight: 500;letter-spacing: .1rem;margin-bottom: 10px;margin-top: 25px;}
address.footer_con_tel a {
    color: #fff;
}
span.footer_con_tel_sub {
    font-size: 1rem;
}
p.footer-caution {
    font-size: 0.85rem;
}
a.footer_mail_but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 22px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 100px;
  color: var(--color-sub);
  background: var(--color-white);
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
}
a.footer_mail_but::after {
 content: "\f0e0";
 color: var(--color-white);
 background: var(--color-sub);
 position: absolute;
 font-family: design_plus;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 font-size: 18px;
 font-weight: 400;
 width: 35px;
 height: 35px;
 top: 13px;
 right: 15px;
 border-radius: 100%;
 z-index: 1;
}
a.footer_mail_but:hover {
  color: var(--color-white);
  background: var(--color-main);
}
.footer_original_sec {
  padding: 4em 0;
}
.footer_original_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 60%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 5vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .05rem;
  margin-bottom: 15px;
}
dl.address_body {
  width: 100%;
  max-width: 400px;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
  margin-bottom: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 12%;
}
dd.address_text {
  width: 88%;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {font-size: 0.9rem;font-style: normal;letter-spacing: .1rem;margin-bottom: 3px;margin-top: 14px;}
address.footer_tel:last-of-type {
    margin-bottom: 0;
}
address.footer_tel a {
    color: #fff;
}
span.footer_tel_sub {
    margin-right: 7px;
}
.footer-content-list div {
  width: 50%;
  box-sizing: border-box;
}
.footer-content-list div:last-of-type {
  padding-left: 3vw;
}
.footer-menu-list li {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}
.footer-menu-list li:last-of-type {
  margin-bottom: 0;
}
.footer-menu-list li a {
  color: var(--color-white);
  transition: 0.5s;
  position: relative;
  z-index: 0;
}
.footer-menu-list li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--color-white);
  bottom: -4px;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
}
.footer-menu-list li a:hover::after {
   width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.copyright {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  color: var(--color-white);
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: var(--color-sub);
  width: 30px;
  height: 70px;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 13px;
  width: 13px;
  height: 45px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  color: var(--color-white);
  background: var(--color-sub);
}
@media only screen and (max-width: 1200px) {
   .footer_menu_bg {
    padding-left: 5vw;
}
}
@media only screen and (max-width: 1085px) {
  .front-original02__text, .front-original02__img {
    width: 100%;
    margin-left: 0;
  }
  .front-original02__text {
    padding: 2em 5vw;
  }
}
@media only screen and (max-width: 970px) {
  .top-slider {
        height: calc(70vh - 70px);
    }
  .content02 h2.front-main-title {
    margin-bottom: 40px;
  }
  h2.front-main-title.front_topics_title {
    font-size: 1.45rem;
    margin-bottom: 30px;
  }
  .front_original01 {
    padding: 4em 0;
  }
  .content02, .front_original03 {
    padding: 2.5em 0;
  }
  .front-original01__text, .front-original01__title {
    width: 100%;
  }
  .front-original01__text {
    padding-left: 0;
    margin-top: 15px;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
  }
  .content02-item:nth-of-type(2), .content02-item:last-of-type {
    margin-top: 40px;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-text {
    padding: 0;
    margin-bottom: 15px;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-right: 0;
  }
  .third-box:nth-of-type(even) .front-third-img, .third-box:nth-of-type(even) .front-third-text {
    margin-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-left: 0;
  }
  .front_topics {
    padding: 4em 0;
  }
  .footer_contact_sec {
    padding: 3em 0;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 420px;
    margin-top: 40px;
    padding-left: 0;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: var(--color-main) !important;
    border-top: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar a {
    color: var(--color-white);
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .icon-share-alt::before {
    content: "\ea92";
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .scroll-box {
    display: none;
  }
  h2.front-main-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .front_original01 {
    padding: 2.5em 0;
  }
  .front-original01__title h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .front-original01__text p {
    margin-bottom: 8px;
  }
  .content02 h2.front-main-title {
    margin-bottom: 30px;
  }
  .front-original02__text h2 {
    font-size: 1.35rem;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .front_original03 {
    padding: 2.5em 0;
  }
  .front-third-text::before {
    font-size: 1.15rem;
    margin-bottom: 15px;
  }
  h3.third_title {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .front_topics {
    padding: 2em 0;
  }
  address.footer_tel {
    font-size: 1.8rem;
}
  .footer_original_sec {
    padding: 2.5em 0 1em;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .top-slider {
    height: calc(55vh - 60px);
}
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0;
}
.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.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--color-border);
  padding-top: 0;
}
.post-content h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 1px;
  background: var(--color-main);
  margin: 10px auto -1px;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 12px;
  line-height: 1.5;
  padding: 0 0 0 30px;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 20px;
  height: 3px;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-sub);
  padding: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: .05rem;
  vertical-align: middle;
  line-height: 1.8;
  padding: 24px 22px 21px;
  background: var(--color-gray);
  border: 0;
  border-bottom: 4px solid var(--color-white);
  box-sizing: border-box;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 12px 15px;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.45rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .post-content h2::after {
    width: 40px;
}
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin-bottom: 40px;
}
.archive-title, .post-title {
  color: var(--color-text);
  font-weight: 700;
}
.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: none;
  box-sizing: border-box;
  border: 1px solid var(--color-border);
}
.article03-content {
  padding: 12px 18px;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text);
}
.article03-meta {
  line-height: 1;
}
.article03-date, .article03-category-item {
  font-size: 11px;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  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:hover:before, .nav-links01-previous a:hover:after, .nav-links01-next a:hover:before, .nav-links01-next a:hover:after {
  color: var(--color-text);
}
.article01-thumbnail {
  border: 1px solid var(--color-main);
  border-radius: 2px;
  box-sizing: border-box;
}
h3.article01-title {
  line-height: 1.5;
}
h3.article01-title a {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--color-text);
}
.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);
  font-weight: 700;
}
.post-meta-box-item::before {
  color: var(--color-main);
}
.headline-bar {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  color: var(--color-white);
  background: var(--color-main);
}
.side_widget .headline-bar {
  font-size: 18px;
  margin-bottom: 20px;
  padding: 15px 15px;
  font-family: var(--font-eng);
  font-weight: 400;
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 13px;
  line-height: 1.6;
  border-color: var(--color-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 11px;
  color: var(--color-text);
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: var(--color-main);
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: var(--color-text);
  }
  .nav-links01 {
    border: 1px solid var(--color-border);
  }
  .headline-bar {
    padding-left: 12px;
  }
}
@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;
    margin-top: 0;
  }
}
/* お知らせ END */
/* 強み */
.strength_col {
  width: calc(50% - 2.5px);
  margin-right: 5px;
  margin-bottom: 5px;
  background: var(--color-base);
  padding: 30px 40px;
  box-sizing: border-box;
}
.strength_col:nth-of-type(2n) {
  margin-right: 0;
}
.strength_col h3 {
  padding-left: 0;
  margin-bottom: 8px;
}
.strength_col h3::before {
  counter-increment: number 1;
  content: "STRENGTH."counter(number) "";
  display: block;
  font-size: 1.15rem;
  font-weight: 400;
  font-family: var(--font-eng);
  line-height: 1;
  letter-spacing: .1rem;
  margin-bottom: 30px;
  color: var(--color-sub);
  position: relative;
  width: 0;
  height: 0;
  background: none;
}
.strength_col p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .strength_col {
    width: 100%;
    margin-right: 0;
    padding: 20px 25px;
  }
  .strength_col:last-of-type {
    width: 100%;
  }
}
/* 強み END */
/* 解体工事・施工 */
.service_sec:nth-of-type(odd) {
    background: var(--color-gray);
}
.service_sec p:last-of-type {
    margin-bottom: 0;
}
.service_inner {
    margin-top: 50px;
    align-items: center;
}
.service_text {
  width: 60%;
  padding-right: 3vw;
  box-sizing: border-box;
}
.service_img {
  width: 40%;
  box-sizing: border-box;
}
.service_text h3 {
  margin-bottom: 10px;
  padding-left: 0;
}
.service_text h3::before {
  content: none;
}
.service_text p {
    margin-bottom: 10px;
}
@media only screen and (max-width: 970px) {
  .service_text, .service_img {
    width: 100%;
  }
  .service_text {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .service_inner {
    margin-top: 25px;
}
}
/* 解体工事・施工 END */
/* ご依頼の流れ */
.flow_sec h2 {
    text-align: left;
}
.flow_sec h2::after {
    margin-left: 0;
}
.flow {
  padding-left: 50px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:first-of-type {
    margin-top: 60px;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 7px solid var(--color-main) !important;
  border-radius: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 9.5px;
  width: 1px;
  height: 100%;
  background: var(--color-main) !important;
  z-index: -1;
}
.flow:last-of-type::after {
  display: none;
}
.flow h3 {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 20px;
}
.flow h3::before {
  counter-increment: number 1;
  content: "STEP."counter(number)"";
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  font-family: var(--font-eng);
  line-height: 0.5;
  letter-spacing: .1rem;
  color: var(--color-main) !important;
  margin-bottom: 45px;
  background: none;
  width: 0;
  top: 0;
  height: 0;
}
.flow h3::after {
  content: none;
}
.flow p {
  margin-bottom: 10px;
}
.flow p:last-of-type {
  margin-bottom: 0;
}

.flow_detail {
    margin-bottom: 5px;
    padding: 15px 20px;
    background: var(--color-base);
    box-sizing: border-box;
}
.flow_detail:last-of-type {
    margin-bottom: 0;
}
.flow_detail h4 {
    font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-left: 35px;
    padding-bottom: 40px;
  }
  .flow:first-of-type {
    margin-top: 30px;
}
  .flow h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.flow h3::before {
    font-size: 1.5rem;
    line-height: 0.8;
    margin-bottom: 30px;
}
}
/* ご依頼の流れ END */
/* よくある質問 */
.faq {
  margin-bottom: 40px;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.3rem;
  padding: 1px 0;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  border: 0;
}
.faq h2::after {
  content: none;
}
.faq p {
  position: relative;
  margin-bottom: 12px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 45px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main);
  width: 30px;
  height: 35px;
  line-height: 29px;
  text-align: center;
  left: 0;
  top: 0;
}
.faq h2::after {
  content: none;
}
p.answer {
    padding-top: 4px;
}
p.answer::before {
  content: 'A';
  background: var(--color-sub);
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
  }
}
/* よくある質問 END */
/* 会社概要 */
.company_sec .content_inner {
  max-width: 900px;
}
.company_info_box {
    margin-bottom: 50px;
    padding: 20px 25px;
    background: var(--color-base);
    box-sizing: border-box;
}
.company_info_box p {
    margin-bottom: 0;
}
table.company_tbl th {
  width: 25%;
  color: var(--color-main);
  background: var(--color-gray);
}
.map_sec {
    height: 400px;
}
@media only screen and (max-width: 768px) {
  .company_info_box {
    margin-bottom: 25px;
}
}
/* 会社概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 850px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.con__inner {
  margin-bottom: 50px;
}
.con__inner p {
  margin-bottom: 15px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
  margin-bottom: 0;
}
address.con_tel {
    font-size: 2.8rem;
    font-style: normal;
    font-family: var(--font-eng);
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1rem;
    margin-bottom: 20px;
    text-align: center;
}

span.con_tel_sub {
    font-size: 1rem;
    margin-right: 3px;
}

p.con-caution, p.con-time {
    width: fit-content;
    margin: 0 auto 8px;
    line-height: 1.5;
}

p.con-time span {
    color: var(--color-sub);
    margin-right: 10px;
}
.mail_info_box p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 25px;
  }
  address.con_tel {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
span.con_tel_sub {
    font-size: 0.8rem;
}
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 5px 6px;
  border-radius: 2px;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-caution);
}
span.required.any {
  background: var(--color-white);
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #efefef;
  border: 1px solid #dedede;
  border-radius: 2px;
  padding: 18px 12px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.2;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-weight: 400;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05rem;
  height: 85px;
  border-radius: 100px;
  color: var(--color-white);
  background: var(--color-main);
  transition: all .5s;
  font-family: var(--font-main);
}
.wpcf7 input.wpcf7-submit:hover {
  color: var(--color-white);
  border-radius: 100px;
  background: var(--color-sub);
}
.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-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px 20px;
  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;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */