@charset "UTF-8";
/* M’s relation CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #3d3d3d;
  overflow: hidden;
  font-size: 17px;
  font-size: clamp(17px, 0.8vw, 20px);
  letter-spacing: .02rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
body::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/bg_img.png");
  background-size: 250px auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.3;
  pointer-events: none;
}
a, .post-content a {
  color: #3d3d3d;
}
.font-1, .headline-font-type {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 500;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 35px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem;
  font-weight: 500;
  width: 86% !important;
  max-width: 1200px !important;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
.signage {
  height: 450px;
  background: #000 !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-position: center left;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  text-shadow: none;
  font-weight: 700;
  line-height: 1;
}
.signage-title {
  font-size: 5rem !important;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  margin-top: 30px;
}
.signage-title-sub {
  font-size: 1rem !important;
  color: #c7b16f !important;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title {
    font-size: 3rem !important;
    margin-bottom: 8px;
    margin-top: 0;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.header-bar {
  height: 115px;
  background: linear-gradient(to bottom, #3d3d3d 0%, #3d3d3d00 100%) !important;
  box-shadow: none;
}
.logo-image {
  top: 20px;
  left: 20px;
  width: 200px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 25px;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  letter-spacing: .05rem;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: 0.8s;
  color: #fff;
}
.global-nav a:hover, .global-nav .current-menu-item > a {
  color: #c7b16f;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 46px;
  position: absolute;
  background: #fff;
}
.global-nav > ul > li:first-of-type a::before {
  content: none;
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 27px;
  line-height: 1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04rem;
  color: #fff;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-demolition > a::after {
  content: "解体工事";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "ご挨拶";
}
.global-nav > ul > li.global-menu-faq > a::after {
  content: "よくある質問";
}
.global-nav > ul > li.global-menu-company > a::after {
  content: "運営概要";
}
.global-nav > ul > li.global-menu-contact > a {
  padding: 0 35px;
  margin-left: 3px;
  color: #3d3d3d;
  background: #3d3d3d;
  z-index: 0;
  transition: 0.8s;
  overflow: hidden;
}
.global-nav > ul > li.global-menu-contact > a::before {
  content: '';
  background: linear-gradient(62deg, #917213 0%, #d6b873 40%, #917213 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  transition: 0.8s;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "お問い合わせ";
  color: #3d3d3d;
}
.global-nav > ul > li.global-menu-contact > a:hover, .global-nav > ul > li.global-menu-contact > a:hover::after {
  color: #c7b16f;
}
.global-nav > ul > li.global-menu-contact > a:hover::before {
  opacity: 0;
}
.global-nav .sub-menu a {
  width: 240px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #3d3d3d !important;
}
.global-nav .sub-menu a:hover {
  color: #c7b16f !important;
  background: #3d3d3d !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 8px;
    left: -8px;
    width: 90px;
  }
  .header-bar {
    height: 55px;
    border: none;
  }
  .global-nav {
    padding-right: 0;
  }
  .global-nav-button {
    border-left: 0;
    background: none;
  }
  .global-nav-button:before {
    color: #fff;
  }
  .global-nav-button:hover:before {
    color: #c7b16f;
  }
  .global-nav > ul > li > a {
    font-size: 18px;
    height: 49px;
    text-align: left;
    padding: 0 20px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    padding: 0 20px;
    margin-left: 0;
    line-height: 49px;
  }
  .global-nav > ul > li > a::after {
    font-size: 10px;
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    bottom: 19px;
  }
  .global-nav > ul > li.global-menu-contact > a::after {
    color: #fff;
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
  .global-nav a {
    background: #3d3d3d;
    color: #fff !important;
  }
  .global-nav .sub-menu a {
    width: 100%;
    font-size: 12px;
    padding: 0 20px;
    color: #fff !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #c7b16f !important;
    background: #3d3d3d !important;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.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;
  position: relative;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.top-slider-nav {
  display: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
  display: block;
}
.front-copy-img {
  width: 95%;
  max-width: 650px;
}
.top-slider-wrapper {
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.65;
  z-index: 1;
}
.scroll-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.scroll-box::after {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 1px;
  height: 50px;
  bottom: 0;
  left: 50%;
  z-index: -1;
}
.scroll-box span {
  position: absolute;
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  line-height: 0;
  text-align: center;
  letter-spacing: .1rem;
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 70px;
}
h2.front-main-title {
  font-size: 4rem;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  line-height: 1;
  letter-spacing: .15rem;
  background: linear-gradient(50deg, #b3a067 0%, #d6b873 40%, #917213 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h3.front-main-subtitle {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 60px;
}
.front_original01 {
  padding: 7em 0 5em;
  position: relative;
  z-index: 0;
}
.front_original01::after {
  content: '';
  position: absolute;
  display: block;
  background: #eeeff1;
  width: 80%;
  height: 75%;
  right: 0;
  top: 200px;
  z-index: -1;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}
.front-original01__text {
  width: 50%;
  margin-left: 50%;
  padding-left: 2vw;
  padding-top: 5vh;
  box-sizing: border-box;
  position: relative;
}
.front-original01__img {
  width: 55%;
  margin-left: -110%;
  box-sizing: border-box;
}
.front-original01__text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 30px;
}
.front-original01__text p {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.content02 {
  padding: 5em 0;
  background: #fff;
  position: relative;
}
.content02-inner {
  width: 86%;
  margin: 0 auto;
  padding: 0;
}
h2.content02-main-title, h3.content02-main-subtitle {
  text-align: center;
}
.content02-item {
  width: calc(33.3333% - 26.7px);
  margin-left: 40px;
  padding-bottom: 0;
  color: #3d3d3d;
  position: relative;
  z-index: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  z-index: 0;
}
.content02-img::before {
  content: "DEMOLITION WORK";
  position: absolute;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  line-height: 1;
  top: 0;
  left: 0;
  padding: 7px 20px;
  color: #3d3d3d;
  background: #ab8f3a;
  box-sizing: border-box;
  z-index: 1;
}
.content02-item:nth-of-type(2) .content02-img::before {
  content: "FLOW";
}
.content02-item:nth-of-type(3) .content02-img::before {
  content: "Q&A";
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: #fff;
}
p.content02-img_title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
p.content02-img_title span {
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  letter-spacing: .1rem;
  margin-bottom: 7px;
  display: block;
  color: #c7b16f;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: hsl(0deg 0% 0% / 54%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
h4.content02-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  color: #3d3d3d;
}
p.content02-text {
  font-size: 0.95rem;
  line-height: 2;
  color: #3d3d3d;
}
.front_original02 {
  padding: 6em 0 10em;
  color: #fff;
  background: linear-gradient(80deg, #000 55%, #897532 100%);
  position: relative;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.35;
  z-index: 0;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background: #fdf8ed;
  width: 200%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: -2;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
.front-original02__text p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front-content02 {
  position: relative;
  padding-bottom: 4em;
}
a.content02-but {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
  width: 100%;
  max-width: 330px;
  margin: 15px 0 0;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  background: #bb9f4b;
  padding: 20px 22px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
}
a.content02-but::before {
  width: 0;
  height: 100%;
  position: absolute;
  content: '';
  background: linear-gradient(to left, #c7b16f 30%, #fde993 60%, #ab8f3a 100%);
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  font-weight: 700;
  font-size: 13px;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  right: 20px;
  transition: 0.5s;
  z-index: -1;
}
a.content02-but:hover {
  color: #3d3d3d;
  background: #bb9f4b;
}
a.content02-but:hover::before {
  width: 100%;
}
.front_original03 {
  padding-top: 5em;
  position: relative;
}
.front_original03::before {
  content: '';
  position: absolute;
  display: block;
  background: #eeeff1;
  width: 80%;
  height: 75%;
  top: 130px;
  left: 0;
  z-index: 0;
}
.front-original03-inner {
  padding: 0 5vw;
}
.front-original03-text-inner {
  width: 55%;
  padding: 0 5vw 1rem;
  box-sizing: border-box;
}
.front-original03-img-inner {
  width: 45%;
  box-sizing: border-box;
}
.front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #ebebeb;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.original03-img-01, .original03-img-02, .original03-img-03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.original03-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third01_img.jpg");
  animation: slide-animation-01 18s infinite;
}
.original03-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third02_img.jpg");
  animation: slide-animation-02 18s infinite;
}
.original03-img-03 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third03_img.jpg");
  animation: slide-animation-03 18s infinite;
}
.original03-text__box {
  margin-bottom: 4rem;
  box-sizing: border-box;
}
.original03-text__box:last-of-type {
  margin-bottom: 0;
}
.original03-text__box h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.original03-text__box h2::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 3rem;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  line-height: 1;
  letter-spacing: .12rem;
  margin-bottom: 10px;
  display: block;
  color: #c7b16f;
}
.front_topics {
  padding: 6em 0;
  background: linear-gradient(0deg, #3d3d3d 45%, #fff 45%);
}
.front-topics-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
h2.front_topics_title, h3.front_topics_subtitle {
  text-align: center;
}
h3.front_topics_subtitle {
  margin-bottom: 40px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  color: #fff;
  background: #2e2e2e;
}
.footer_contact_sec {
  padding: 5em 0 8em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 45%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 55%;
  padding-left: 13vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 2rem;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  margin-bottom: 1rem;
}
h3.footer-info-name {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #c7b16f;
}
p.footer-address_text {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
p.footer-address_text span.address-caution {
  display: block;
}
address.footer_tel {
  font-size: 2.8rem;
  font-weight: 500;
  font-style: normal;
  font-family: "League Gothic", sans-seriff;
  letter-spacing: .15rem;
  line-height: 0.8;
  margin-bottom: 10px;
}
address.footer_tel a {
  color: #fff;
}
span.footer_tel_sub {
  font-size: 1.4rem;
  letter-spacing: .08rem;
  margin-right: 3px;
}
p.footer-caution {
  font-size: 0.75rem;
}
ul.footer-content-list-outer {
  width: 50%;
  padding-right: 2vw;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding-right: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 12px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #c7b16f;
  top: 11px;
  left: 0;
  transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
  padding-left: 8px;
}
ul.footer-content-list-outer li a {
  color: #fff;
}
ul.footer-content-list-outer li a:hover {
  color: #c7b16f;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: auto;
}
.copyright {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
}
.pagetop {
  right: 15px;
  bottom: 15px;
  transition: all 0.5s;
}
.pagetop:hover {
  bottom: 25px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #3d3d3d;
  background: #c7b16f;
  border-radius: 100px;
  position: relative;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: 14px;
  height: 14px;
}
.pagetop a:hover {
  color: #c7b16f;
  background: #565656;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
}
@media only screen and (max-width: 1024px) {
  .front_original01 {
    padding: 5em 0 0;
  }
  .front-original01__img, .front-original01__text {
    width: 100%;
    margin-left: 0;
  }
  .front-original01__text {
    padding: 0;
    margin-bottom: 2rem;
  }
  .front_original02::before {
    background-attachment: inherit;
    background-position-x: 65%;
  }
  .footer_menu_bg {
    padding-left: 5vw;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front_original02 {
    padding: 3em 0;
  }
  .front-original03-img-inner {
    width: 100%;
    height: 50vh;
    min-height: 450px;
    margin-left: 0;
  }
  .front-original03-text-inner {
    width: 100%;
    padding: 4rem 6vw 3rem;
  }
  .original03-text__box {
    margin-bottom: 2.5rem;
  }
  .original03-img-01, .original03-img-03 {
    background-position-y: 15%;
  }
  .original03-img-02 {
    background-position-y: 80%;
  }
  .dp-footer-bar {
    left: 0;
    background: #bb9f4b !important;
    border-top: 1px solid #3d3d3d !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #3d3d3d !important;
  }
  .dp-footer-bar a {
    color: #3d3d3d;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .icon-file-text:before {
    content: "\e914";
  }
}
@media only screen and (max-width: 900px) {
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 450px;
    padding-left: 0;
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  h2.front-main-title {
    font-size: 2.8rem;
  }
  h3.front-main-subtitle {
    font-size: 1rem;
    margin-top: 8px;
    margin-bottom: 30px;
  }
  .front_original01 {
    padding-top: 3em;
  }
  .front-original01__text h3 {
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .front-original01__text p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .content02 {
    padding: 3em 0;
  }
  .front-original02__text h2 {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .front-original02__text p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .front_original03 {
    padding-top: 3em;
  }
  .front-original03-text-inner {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .original03-text__box h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .original03-text__box h2::before {
    font-size: 2rem;
  }
  .front_topics {
    padding: 3em 0;
    background: linear-gradient(0deg, #3d3d3d 70%, #fff 70%);
  }
  .footer_contact_sec {
    padding: 3em 0 1.5em;
  }
  span.footer_tel_sub {
    font-size: 1.2rem;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    right: 10px;
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
}
@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: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  border-bottom: 1px solid #919191;
  margin-bottom: 30px;
  padding-top: 0;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #c7b16f;
  width: 60px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: -1px;
}
.post-content h3 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 0 0 40px;
  color: #3d3d3d;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background: #c7b16f;
  top: 52%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #c7b16f;
  padding: 0;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .08rem;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px;
  background: none;
  border: 0;
  border-bottom: 1px #b1b1b1 solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-color: #c7b16f;
  border-right: none;
}
.post-content td {
  padding-left: 15px;
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 15px 2px 13px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    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.35rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .post-content h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .post-content h4 {
    font-size: 1.15rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-title {
  font-weight: 700;
  color: #3d3d3d;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  border: 2px solid #c7b16f;
  background: #fff;
  box-sizing: border-box;
}
.article03, .article03-thumbnail {
  transition: all 0.5s ease 0s
}
.article03-content {
  padding: 13px 18px;
}
.article03-title {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  color: #3d3d3d;
}
.article03-meta {
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
h1.post-title {
  color: #3d3d3d;
  font-weight: 700;
}
.post-title, .post-meta {
  text-align: left;
}
.nav-links01 {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #c2c2c2;
}
.nav-links01-previous a, .nav-links01-next a {
  font-weight: 500;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 500;
  color: #3d3d3d;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
  font-weight: 400;
  color: #3d3d3d;
}
.post-meta-box {
  background: #efefef;
  border-radius: 2px;
}
.post-meta-box-item::before {
  color: #b49b4f;
}
.post-meta-box-item a {
  font-weight: 700;
}
.headline-bar {
  font-size: 23px;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  line-height: 1;
  color: #b49b4f;
  background: #efefef;
  text-align: left !important;
  padding: 17px 15px;
}
.side_widget .headline-bar {
  margin-bottom: 15px;
}
.side_widget:first-child .headline-bar {
  margin-bottom: 10px;
}
.widget_recent_entries li {
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-color: #dedede;
}
.widget_categories ul li a {
  font-weight: 700;
  padding: 5px 7px;
}
@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: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #3d3d3d;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #c2c2c2;
  }
}
@media only screen and (max-width: 767px) {
  .headline-bar {
    height: 55px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  color: #f35d63;
  left: 0;
  top: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #c7b16f;
  width: 6px;
  height: 6px;
  top: 9px;
  left: 0;
}
ul.list.caution-list li::before {
  content: '※';
  background: none;
  top: 1px;
  color: #f35d63;
  font-size: 14px;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  margin-top: 1rem;
  padding: 18px 22px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: .02rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: #c7b16f;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  right: 22px;
  top: 21px;
  transition: 0s;
}
a.content_but:hover {
  background: #3d3d3d;
  color: #fff;
}
/* コンテンツ 共通 END */
/* 解体工事 */
.service_box {
  align-items: center;
  margin-bottom: 3rem;
}
.service_box p {
  margin-bottom: 10px;
}
.service_box:last-of-type, .service_box p:last-of-type {
  margin-bottom: 0;
}
.service_text {
  width: 55%;
  box-sizing: border-box;
}
.service_img {
  width: 45%;
}
.service_box:nth-of-type(odd) .service_text {
  margin-left: 45%;
  padding-left: 4vw;
}
.service_box:nth-of-type(odd) .service_img {
  margin-left: -100%;
}
.service_box:nth-of-type(even) .service_text {
  padding-right: 4vw;
}
.service_text h2 {
  line-height: 1.5;
  text-align: left;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.service_text h2::before {
  counter-increment: number 1;
  content: "SERVICE."counter(number) "";
  display: block;
  font-size: 2rem;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  line-height: 1;
  color: #c7b16f;
  margin-bottom: 15px;
}
.service_text h2::after {
  content: none;
}
ul.case-list {
  font-size: 1.15rem;
}
ul.case-list li {
  width: calc(33.3333% - 15px);
  margin-right: 22px;
  margin-bottom: 10px;
}
ul.case-list li:nth-of-type(3n) {
  margin-right: 0;
}
ul.case-list li::before {
  width: 8px;
  height: 8px;
  top: 11px;
}
.area_sec {
  background: #efefef;
}
.area_sec .content_inner {
  max-width: 950px;
}
.area_detail {
  padding: 50px 20px;
  box-shadow: 1px 1px 30px #00000014;
  background: #fff;
  box-sizing: border-box;
}
.area_detail h2 {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  border: 0;
  margin-bottom: 20px;
  color: #a78f43;
}
.area_detail h2::after {
  width: 1px;
  height: 40px;
  margin: 20px auto 0;
}
.area_detail p {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 15px;
}
.area_detail p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 970px) {
  .service_text, .service_img {
    width: 100%;
  }
  .service_text {
    margin-bottom: 1rem;
  }
  .service_box:nth-of-type(odd) .service_text {
    padding-left: 0;
  }
  .service_box:nth-of-type(even) .service_text {
    padding-right: 0;
  }
  .service_box:nth-of-type(odd) .service_text, .service_box:nth-of-type(odd) .service_img {
    margin-left: 0;
  }
  ul.case-list {
    font-size: 1rem;
  }
  ul.case-list li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  ul.case-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  ul.case-list li:nth-of-type(3) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .service_box {
    margin-bottom: 2.5rem;
  }
  .service_text h2, .service_text h2::before {
    margin-bottom: 8px;
  }
  .service_box p {
    margin-bottom: 8px;
  }
  .area_detail {
    padding: 20px 25px;
  }
  .area_detail h2 {
    font-size: 1.5rem;
  }
  .area_detail p {
    text-align: left;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 500px) {
  ul.case-list li {
    width: 100%;
    margin-right: 0;
  }
  ul.case-list li::before {
    top: 9px;
  }
}
/* 解体工事 END */
/* ご依頼の流れ */
.flow_sec .content_inner {
  max-width: 900px;
}
.flow {
  padding-top: 20px;
  padding-left: 90px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 50px;
  height: 80px;
  line-height: 80px;
  font-size: 3rem;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  color: #c7b16f;
  background: #3d3d3d;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  width: 2px;
  height: 100%;
  background: #3d3d3d;
  z-index: -2;
}
.flow:last-of-type::after, .flow h2::after {
  display: none;
}
.flow h2 {
  line-height: 1.5;
  text-align: left;
  border: 0;
  margin-bottom: 10px;
}
span.free {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  margin-left: 12px;
  border-radius: 5px;
  color: #fff;
  background: #d7202f;
  display: inline-block;
}
.flow p {
  margin-bottom: 10px;
}
.flow p:last-child {
  margin-bottom: 0;
}
span.flow-caution {
  font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 25px;
    padding-left: 70px;
    padding-bottom: 20px;
  }
}
/* ご依頼の流れ END */
/* ご挨拶 */
.greeting_sec h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: left;
  border: 0;
  margin-bottom: 40px;
}
.greeting_sec h3 {
  font-size: 1.5rem;
  padding-left: 0;
  margin-bottom: 15px;
}
.greeting_sec h2::after, .greeting_sec h3::before {
  content: none;
}
.greeting_sec p {
  margin-bottom: 15px;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0;
}
.greeting-inner {
  margin-bottom: 3rem;
}
.greeting-inner:last-of-type {
  margin-bottom: 0;
}
span.color {
  color: #b49b4f;
}
@media only screen and (max-width: 768px) {
  .greeting_sec h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .greeting_sec h3 {
    font-size: 1.35rem;
  }
  .greeting_sec p {
    margin-bottom: 10px;
  }
  .greeting-inner {
    margin-bottom: 2rem;
  }
}
/* ご挨拶 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 950px;
}
.faq {
  margin-bottom: 4rem;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  padding: 4px 0;
  text-align: left;
  position: relative;
  border: 0;
}
.faq h2::after {
  content: none;
}
.faq p {
  position: relative;
  margin-bottom: 10px;
}
.faq p:last-of-type {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 50px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 2rem;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  color: #3d3d3d;
  background: #c7b16f;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0;
  top: 1px;
}
p.answer {
  padding-top: 7px;
  line-height: 1.8;
}
p.answer::before {
  content: 'A';
  color: #c7b16f;
  background: #3d3d3d;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 2rem;
  }
  .faq p {
    margin-bottom: 5px;
  }
}
/* よくある質問 END */
/* 会社概要 */
.company_sec .content_inner {
  max-width: 850px;
}
table.company_tbl th {
  width: 25%;
}
span.caution.company-caution {
  font-size: 0.85rem;
  display: block;
}
.map_two {
  width: 50%;
}
.map_two h3 {
  color: #c7b16f;
  background: #3d3d3d;
  text-align: center;
  padding: 5px 10px;
}
.map_two h3::before {
  content: none;
}
.map_two h3, .map_two p {
  margin-bottom: 0 !important;
}
.map_two p {
  line-height: 0;
}
.map_sec iframe {
  height: 450px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec iframe: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 iframe {
    height: 250px;
  }
}
@media only screen and (max-width: 500px) {
  .map_two {
    width: 100%;
  }
}
/* 会社概要 END */
/* 採用情報 */
.recruit_sec:first-of-type {
  background: #efefef;
}
.recruit_sec:first-of-type .content_inner {
  max-width: 850px;
}
.recruit-detail {
  padding: 35px 40px 45px;
  background: #fff;
  box-shadow: 2px 2px 30px #00000012;
  box-sizing: border-box;
}
table.recruit_tbl th {
  width: 28%;
}
span.recruit-caution {
  font-size: 0.85rem;
  display: block;
}
.recruit_box {
  align-items: center;
  margin-bottom: 2rem;
}
.recruit_box:last-of-type, .recruit_box p:last-of-type {
  margin-bottom: 0;
}
.recruit_text {
  width: 65%;
  margin-left: 35%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.recruit_img {
  width: 35%;
  margin-left: -100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .recruit-detail {
    padding: 22px 25px 30px;
  }
  .recruit_box {
    margin-bottom: 2rem;
  }
  .recruit_text, .recruit_img {
    width: 100%;
    margin-left: 0;
  }
  .recruit_text {
    padding-left: 0;
    margin-bottom: 15px;
  }
}
/* 採用情報 END */
/* 安全への取り組み・法令順守 */
.safety_sec .content_inner {
  max-width: 900px;
}
.safety_box {
  margin-bottom: 5rem;
}
.safety_box:last-of-type {
  margin-bottom: 0;
}
dl.safety_body {
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
}
dl.safety_body:last-of-type {
  margin-bottom: 0;
}
dt.safety_title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ab8f3a;
}
dd.safety_text {
  margin-top: 7px;
  margin-bottom: 0;
  padding-left: 3vw;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .safety_box {
    margin-bottom: 2.5rem;
  }
  dl.safety_body {
    margin-bottom: 20px;
  }
}
/* 安全への取り組み・法令順守 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 900px;
}
.contact_sec p {
  margin-bottom: 20px;
}
.contact_sec p:last-of-type {
  margin-bottom: 0;
}
.con-tel-box {
  margin-top: 50px;
  padding: 25px 35px;
  border: 1px solid;
  box-sizing: border-box;
}
address.con_tel {
  font-size: 3.8rem;
  font-weight: 400;
  font-family: "League Gothic", sans-seriff;
  font-style: normal;
  letter-spacing: .1rem;
  line-height: 1;
  margin-bottom: 15px;
}
span.con_tel_sub {
  font-size: 2rem;
  letter-spacing: .05rem;
  margin-right: 5px;
}
p.con-caution {
  font-size: 0.95rem;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .con-tel-box {
    margin-top: 25px;
    padding: 20px 25px;
  }
  address.con_tel {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  span.con_tel_sub {
    font-size: 1.5rem;
  }
}
/* お問い合わせ END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* front_original03 アニメーション */
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* front_original03 アニメーション END */