@charset "UTF-8";
/* 株式会社YU・EARX CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #393939;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(16px, 0.8vw, 20px);
  letter-spacing: .035em;
  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: 200px auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.2;
  pointer-events: none;
}
.font-type2, .headline-font-type {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 2;
}
a, .post-content p {
  color: #393939;
}
.post-content ul {
  font-size: 0.95rem;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 35px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8rem;
  font-weight: 700;
  width: fit-content;
  display: block;
  height: 35px;
  line-height: 35px;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
.signage {
  height: 280px;
  background: #212121;
  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.25;
  z-index: -1;
}
.signage-title.headline-font-type, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: auto;
  text-align: center;
  text-shadow: none;
  font-family: "Oswald", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.signage-title.headline-font-type {
  font-size: 3rem !important;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 15px;
}
.signage-title-sub {
  font-size: 0.95rem !important;
  font-weight: 700;
  line-height: 1;
  color: #bb9d1d !important;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 150px;
  }
  .signage-title.headline-font-type {
    font-size: 1.8rem !important;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
  content: '';
  position: absolute;
  background: #121212;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.45;
}
.header-bar {
  background: #fff;
}
.logo-image {
  top: 35px;
  left: 20px;
  width: 230px;
  height: auto;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 20px;
  font-family: "Oswald", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  line-height: 89px;
  padding: 0 22px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #393939;
}
.global-nav > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 12px;
  top: 40px;
  background: #b8b8b8;
  z-index: 1;
}
.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: 26px;
  line-height: 1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  color: #393939;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-price > a::after {
  content: "施工料金";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "ご挨拶";
}
.global-nav > ul > li.global-menu-recruit > a::after {
  content: "採用情報";
}
.global-nav > ul > li.global-menu-company > a::after {
  content: "会社概要";
}
.global-nav > ul > li.global-menu-contact > a {
  padding: 0 30px;
  margin-left: 5px;
  background: #393939;
}
.global-nav > ul > li.global-menu-contact > a, .global-nav > ul > li.global-menu-contact > a::after {
  color: #bb9d1d;
}
.global-nav > ul > li.global-menu-contact > a::before {
  content: none;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "お問い合わせ";
}
.global-nav > ul > li.global-menu-contact > a:hover {
  background: #bb9d1d;
}
.global-nav > ul > li.global-menu-contact > a:hover, .global-nav > ul > li.global-menu-contact > a:hover::after {
  color: #393939;
}
.global-nav .sub-menu a {
  font-size: 14px;
  font-weight: 700;
  color: #393939;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #bb9d1d !important;
  background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 1px;
    left: 0;
    width: 160px;
  }
  .header-bar {
    border-bottom: 1px solid #fff;
  }
  .global-nav-button {
    border-left: 0px;
    background: none;
  }
  .global-nav-button:before {
    color: #393939;
  }
  .global-nav-button:hover:before {
    color: #bb9d1d;
  }
  .global-nav > ul > li > a {
    font-size: 14px;
    text-shadow: none;
    text-align: left;
    padding: 0 25px;
    line-height: 50px;
  }
  .global-nav > ul > li > a::after {
    width: fit-content;
    left: 120px;
    bottom: 31px;
    color: #bb9d1d;
  }
  .global-nav > ul > li > a:hover::after {
    color: #393939;
  }
  .global-nav > ul > li.global-menu-contact > a {
    background: #fff;
    padding: 0 25px;
    margin-left: 0;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #393939;
  }
  .global-nav a {
    background: #fff;
    color: #393939 !important;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    background: #fff !important;
    color: #393939 !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #bb9d1d !important;
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
}
@media only screen and (max-width: 820px) {
  img.s_logo {
    width: 100%;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  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-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
}
.front-copy-img {
  width: 45%;
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  bottom: 0;
  left: 10%;
  z-index: 10;
}
.top-slider-wrapper::after {
  content: 'SCROLL';
  position: absolute;
  color: #fff;
  text-align: center;
  width: 20%;
  left: 0;
  bottom: 50px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  z-index: 2;
}
.front_original01 {
  padding: 5em 0 4em;
  position: relative;
}
.front_original01::after {
  content: '';
  position: absolute;
  display: block;
  background: #f3f3f3;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original01__text h2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-bottom: 40px;
  color: #bb9d1d;
}
.front-original01__text h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.front_content02 {
  padding: 12em 0;
  background: #f3f3f3;
  position: relative;
  z-index: 0;
}
.front_content02::after {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 80%;
  height: calc(100% - 200px);
  top: 100px;
  right: 0;
  z-index: -2;
}
.front_content02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front_content02-box {
  margin-bottom: 80px;
}
.front_content02-box:last-of-type {
  margin-bottom: 0;
}
.front_content02-img {
  width: 50%;
  padding-right: 3.5vw;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.front_content02-img::before {
  content: "SERVICE.";
  position: absolute;
  width: 100%;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #bb9d1d;
  top: -40px;
  left: -10px;
  z-index: 1;
}
.front_content02-box:nth-of-type(2) .front_content02-img::before {
  content: "PRICE.";
}
.front_content02-box:nth-of-type(3) .front_content02-img::before {
  content: "FLOW.";
}
.front_content02-text {
  width: 50%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front_content02-text h2, .front_content02-text p {
  width: 100%;
}
.front_content02-text h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.content02-button {
  font-size: 0.95rem;
  font-weight: 700;
  overflow: hidden;
  text-align: left;
  width: 100%;
  max-width: 220px;
  height: 50px;
  line-height: 55px;
  position: relative;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 0;
  background: none;
  box-sizing: border-box;
  transition: 0.5s;
  color: #393939;
  z-index: 1;
}
.content02-button::before {
  width: 50px;
  height: 1px;
  position: absolute;
  content: '';
  background: #9f8400;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
.content02-button::after {
  content: '\ea3c';
  color: #393939;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  border: 1px solid;
  position: absolute;
  font-weight: 500;
  bottom: 0;
  right: 5px;
  font-family: 'design_plus';
  transition: 0.5s;
}
.content02-button:hover {
  color: #393939;
  background: none;
}
.content02-button:hover::before {
  width: 120px;
  background: #9f8400;
}
.content02-button:hover::after {
  color: #fff;
  background: #9f8400;
  border-color: #9f8400;
  right: 0;
}
.front_original02 {
  width: 95%;
  margin-left: auto;
  padding: 5em 0;
  color: #fff;
  background: #121212;
  position: relative;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.35;
  z-index: 0;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background: #f3f3f3;
  width: 200%;
  height: 50%;
  top: 0;
  right: 0;
  z-index: -5;
}
.front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
  line-height: 1;
  width: 100%;
  color: #bb9d1d;
}
.front-original02__text h3 {
  font-size: 2rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original02__text p {
  margin-bottom: 20px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front_original03 {
  padding: 6em 0 7em;
  position: relative;
}
.front_original03::after {
  content: '';
  position: absolute;
  display: block;
  background: #f3f3f3;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.front-original03-inner {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  margin-bottom: 60px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.third-inner {
  width: 93%;
  margin-right: 7%;
  margin-left: auto;
}
.third-box:nth-of-type(even) .third-inner {
  margin-right: auto;
  margin-left: 7%;
}
.front-third-text {
  width: 40%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  width: 100%;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  color: #bb9d1d;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-right: 2.5vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-left: 2.5vw;
  margin-left: 60%;
}
.front-third-img {
  width: 60%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
}
.front-third-text p {
  width: 100%;
}
h2.third_title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
}
.front_topics {
  padding: 5em 0 7em;
  position: relative;
}
.front_topics::before {
  content: '';
  position: absolute;
  display: block;
  background: #f3f3f3;
  width: 100%;
  height: calc(50% - 50px);
  top: 0;
  right: 0;
  z-index: -2;
}
.front-topics-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 40px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  background: #212121;
  color: #fff;
  position: relative;
  z-index: 0;
}
.footer::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/footer_img.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
}
.footer_contact_sec {
  padding: 5em 0 10em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  display: block;
}
.footer_contact_bg {
  width: 60%;
  padding-right: 2.5vw;
  text-align: center;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 8vw;
  border-left: 1px solid #5d5d5d;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  display: flex;
}
h2.footer-logo-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}
dl.address_body {
  width: 100%;
  font-size: 0.85rem;
  text-align: left;
  line-height: 1.5;
  display: flex;
  margin-bottom: 13px;
}
dl.address_body:last-of-type {
  margin-bottom: 20px;
}
dt.address_title {
  width: 23%;
}
dd.address_text {
  width: 77%;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {
  font-size: 1.85rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
  font-family: "Oswald", sans-serif;
}
address.footer_tel a {
  color: #fff;
}
span.footer_tel_sub {
  font-size: 0.5em;
  margin-right: 4px;
  letter-spacing: 1px;
}
p.footer-con-caution {
  font-size: 0.8rem;
  position: relative;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
}
p.footer-con-caution:last-of-type {
  margin-bottom: 0;
}
p.footer-con-caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
ul.sns__links {
  width: 100%;
  max-width: 220px;
  display: flex;
  margin-top: 30px;
  margin-right: auto;
}
li.sns__links-item {
  width: 50%;
  padding-right: 1.5vw;
  box-sizing: border-box;
}
li.sns__links-item:last-of-type {
  padding-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
  color: #fff;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #393939;
  background: #bb9d1d;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_insta_but::before {
  content: "\ea92";
  color: #fff;
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_mail_but::before {
  content: '\f0e0';
}
a.footer_sns:hover {
  background: none;
}
a.footer_mail_but:hover {
  color: #bb9d1d;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.6;
}
a.footer_sns span {
  margin-top: 10px;
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
  padding-right: 0;
  margin-bottom: 0;
}
ul.footer-content-list-outer li {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li a {
  color: #fff;
}
ul.footer-content-list-outer li a:hover {
  color: #bb9d1d;
}
li.footer-content-link {
  position: relative;
  padding-left: 15px;
}
li.footer-content-link::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #fff;
  top: 9px;
  left: 0;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
.copyright {
  font-size: 11px;
  text-align: left;
  color: #fff;
}
.pagetop {
  right: 15px;
  bottom: 20px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.pagetop:hover {
  bottom: 30px;
}
.pagetop a:hover {
  background: #000;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front_original01 {
    padding-bottom: 3em;
  }
  .front_content02 {
    padding: 5em 0 4em;
  }
  .front_content02-img, .front_content02-text {
    width: 100%;
  }
  .front_content02-img {
    padding-right: 0;
    margin-bottom: 1.8em;
  }
  .front_original02 {
    width: 98%;
    padding: 3em 0;
  }
  .front_original03 {
    padding: 3em 0;
  }
  .third-inner {
    width: 100%;
    margin-right: 0;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .third-box:nth-of-type(even) .third-inner {
    margin-left: 0;
  }
  .front-third-text, .front-third-img {
    width: 100%;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-right: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-left: 0;
    margin-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-img {
    margin-left: 0;
  }
  .front-third-text {
    margin-bottom: 1.5em;
  }
  .front_topics {
    padding: 3em 0 4em;
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  .dp-footer-bar {
    background: #9f8400 !important;
    border-top: 1px solid #9f8400 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-icon:before {
    font-weight: 500;
  }
  .icon-file-text:before {
    content: "\ea92";
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .top-slider-wrapper::before {
    height: 20px;
  }
  .top-slider-wrapper::after {
    font-size: 10px;
    bottom: 30px;
  }
  .front_original01 {
    padding-top: 3em;
  }
  .front-original01__text h2, .front-original02__text h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .front-original01__text h3, .front-original02__text h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .front-original01__text p, .front-original02__text p {
    margin-bottom: 10px;
  }
  .front_content02-box {
    margin-bottom: 50px;
  }
  .front_content02-img::before {
    font-size: 3rem;
    top: -30px;
  }
  .front-third-text::before {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  h2.third_title {
    font-size: 1.35rem;
    margin-bottom: 10px;
  }
  h2.front_topics_title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .footer_contact_sec {
    padding: 3em 0 2em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_contact_bg {
    padding-right: 0;
  }
  .footer_menu_bg {
    padding-left: 0;
    margin-top: 2em;
    border: 0;
  }
  ul.footer-content-list-outer {
    width: 33.3333%;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
  }
  .pagetop a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 485px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .front-copy-img {
    width: 75%;
  }
  ul.footer-content-list-outer {
    width: 50%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.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.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #9f8400;
  width: 35px;
  height: 1px;
  margin: 10px auto 0;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0;
  padding-left: 22px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #9f8400;
  position: relative;
  box-sizing: border-box;
}
.post-content h3::before {
  content: "";
  position: absolute;
  display: block;
  background: #393939;
  width: 15px;
  height: 2px;
  top: 48%;
  left: 0;
}
.post-content h4 {
  font-size: 1.15rem;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 1px #dfceb5 solid;
}
.post-content th {
  width: 22%;
  text-align: left;
  border-right: none;
  border-color: #bcbcbc;
}
.post-content td {
  padding-left: 20px;
  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: 14px 4px 10px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
    border-color: #bcbcbc;
  }
  .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.2rem;
    margin-bottom: 10px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
h2.archive-title {
  color: #393939;
}
.archive-header {
  margin: 90px 0px 30px;
}
.article03 {
  background: none;
  box-sizing: border-box;
  border: 1px solid #bb9d1d;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  color: #393939;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.post-title {
  color: #393939;
  font-weight: 700;
}
.nav-links01 {
  border-top: 1px solid #dfceb5;
  border-bottom: 1px solid #dfceb5;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #dfceb5;
}
.nav-links01-previous a, .nav-links01-next a {
  font-size: 0.85rem;
  font-weight: 700;
}
.article01-title a {
  font-size: 0.9rem;
  font-weight: 700;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 15px;
  font-weight: 500;
}
.post-meta-box {
  background: #f3f3f3;
}
.post-meta-box-item::before {
  color: #9f8400;
}
.post-meta-box-item a {
  font-weight: 700;
}
.primary {
  width: 100%;
}
.headline-bar {
  color: #393939;
  font-weight: 700;
  background: #f3f3f3;
}
@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 0px 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: #393939;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #dfceb5;
  }
}
@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: 20px;
  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;
  left: 0;
  top: 0;
  color: #ff5353;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #9f8400;
  width: 7px;
  height: 7px;
  top: 8px;
  left: 0;
}
ul.list.caution-list li::before {
  content: '※';
  background: none;
  top: 0;
}
/* コンテンツ 共通 END */
/* 施工料金 */
.price_box {
  margin-bottom: 70px;
}
.price_box:last-of-type {
  margin-bottom: 0;
}
.price_box h2 {
  text-align: left;
}
.price_box h2::after {
  margin-left: 0;
}
.price_box p {
  margin-bottom: 10px;
}
.price_box p:last-child {
  margin-bottom: 0;
}
table.price_tbl {
  border: 1px solid #bcbcbc;
  margin-bottom: 20px;
}
table.price_tbl th, table.price_tbl td {
  padding: 18px 20px 15px;
  border-bottom: 1px solid #bcbcbc;
}
table.price_tbl th {
  width: 60%;
}
table.price_tbl td {
  text-align: end;
}
thead.price_title th, thead.price_title td {
  padding: 11px 20px 8px;
  border-bottom: 0;
  color: #897200;
  background: #f3f3f3;
}
.two_box {
  width: 50%;
  padding: 20px 30px 25px;
  background: #f3f3f3;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.two_box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}
.two_box h3::before {
  content: none;
}
.two_box img {
  width: 100%;
  max-width: 90px;
  margin: 0 auto -10px;
  display: block;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    display: table-cell;
  }
}
@media only screen and (max-width: 768px) {
  .price_box {
    margin-bottom: 30px;
  }
  table.price_tbl th, table.price_tbl td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .two_box {
    width: 100%;
    padding: 15px 25px 20px;
  }
}
/* 施工料金 END */
/* 施工の流れ */
.flow_sec .content_inner {
  max-width: 900px;
}
.flow {
  padding-bottom: 60px;
  position: relative;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow:last-of-type::after {
  content: none;
}
.flow::before {
  content: "";
  position: relative;
  background-color: #fff;
  border: 8px solid #bb9d1d;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  top: 0;
  display: block;
}
.flow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10.5px;
  transform: translate(-50%);
  width: 1px;
  height: 100%;
  background-color: #bb9d1d;
  z-index: -1;
}
.flow_text {
  margin-top: -25px;
  padding-left: 45px;
}
.flow_text::before {
  counter-increment: number 1;
  content: "STEP."counter(number) "";
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
  color: #bb9d1d;
}
.flow_text h2 {
  font-size: 1.35rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}
.flow_text h2::after {
  content: none;
}
.flow_text p {
  margin-bottom: 15px;
}
.flow_text p:last-child {
  margin-bottom: 0;
}
a.flow_con_but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 17px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  color: #393939;
  border: 1px solid;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
a.flow_con_but::after {
  content: "\ea3c";
  font-family: 'design_plus';
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 15px;
  font-weight: 400;
}
a.flow_con_but:hover {
  background: #9f8400;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-bottom: 30px;
  }
  .flow_text {
    padding-left: 35px;
  }
}
/* 施工の流れ END */
/* 施工内容 */
.service_sec {
  border-bottom: 1px solid #bb9d1d;
}
.service_sec:last-of-type {
  border-bottom: 0;
}
.service_sec h2 {
  margin-bottom: 50px;
  text-align: left;
}
.service_sec h2::after {
  margin-left: 0;
}
.service_box {
  margin-bottom: 70px;
}
.service_box:last-of-type {
  margin-bottom: 0;
}
.service__text {
  width: 55%;
  padding-right: 2.5vw;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  z-index: -1;
}
.service__img {
  width: 45%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  z-index: -1;
}
.service__text h3, .service__text p {
  width: 100%;
}
.service_box h3 {
  font-size: 1.5rem;
  padding: 0;
  color: #393939;
}
.service_box h3::before {
  counter-increment: number 1;
  content: "SERVICE."counter(number) "";
  margin-bottom: 35px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  position: revert;
  top: 0;
  width: 100%;
  height: 0;
  color: #bb9d1d;
}
.service_sec:last-of-type .service_box h3::before {
  counter-increment: counter-reset1;
  content: "SERVICE."counter(counter-reset1) "";
}
.service_box p {
  margin-bottom: 12px;
}
.service_box p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .service_sec h2 {
    margin-bottom: 25px;
  }
  .service_box {
    margin-bottom: 40px;
  }
  .service_box h3 {
    font-size: 1.2rem;
  }
  .service_box h3::before {
    font-size: 1rem;
  }
  .service_box p {
    margin-bottom: 7px;
  }
  .service__text, .service__img {
    width: 100%;
  }
  .service__text {
    padding-right: 0;
    margin-bottom: 1em;
  }
}
/* 施工内容 END */
/* ご挨拶 */
.greeting_inner {
  margin-bottom: 50px;
}
.greeting_inner:last-of-type {
  margin-bottom: 0;
}
.greeting_inner h3 {
  margin-bottom: 20px;
}
.greeting_inner p {
  margin-bottom: 20px;
}
.greeting_inner p:last-of-type {
  margin-bottom: 0;
}
.greeting__img {
  width: 35%;
  padding-right: 3.5vw;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  z-index: -1;
}
.greeting__text {
  width: 65%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.greeting__text h2, .greeting__text p {
  width: 100%;
}
.greeting__text h2 {
  margin-bottom: 30px;
  text-align: left;
}
.greeting__text h2::after {
  margin-left: 0;
}
span.name {
  font-weight: 700;
  color: #000;
  margin: 0 3px;
}
@media only screen and (max-width: 768px) {
  .greeting_inner {
    margin-bottom: 25px;
  }
  .greeting_inner h3 {
    margin-bottom: 10px;
  }
  .greeting_inner p {
    margin-bottom: 10px;
  }
  .greeting__img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.5em;
  }
  .greeting__text {
    width: 100%;
  }
  .greeting__text h2 {
    margin-bottom: 15px;
  }
}
/* ご挨拶 END */
/* 採用情報 */
.recruit_sec .content_inner {
  max-width: 900px;
}
a.recruit-entry_but {
  display: inline-block;
  margin: 8px 0;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: underline;
  color: #393939;
}
/* 採用情報 END */
/* エントリー */
.entry_sec .content_inner {
  max-width: 900px;
}
.entry_inner {
  margin-bottom: 40px;
}
.entry_inner:last-of-type {
  margin-bottom: 0;
}
.entry_inner h2 {
  text-align: left;
}
.entry_inner h2::after {
  margin-left: 0;
}
.entry_inner p:last-child {
  margin-bottom: 0;
}
address.entry_tel {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  margin-bottom: 25px;
  line-height: 1;
}
address.entry_tel a {
  color: #393939 !important;
}
span.entry_tel_sub {
  font-size: 1rem;
  margin-right: 5px;
  color: #121212;
}
p.entry-time {
  line-height: 1.5;
  margin-bottom: 5px;
}
p.entry-time:last-child {
  margin-bottom: 0;
}
p.entry-time span {
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .entry_inner {
    margin-bottom: 25px;
  }
  address.entry_tel {
    font-size: 1.6rem;
  }
}
/* エントリー END */
/* 会社概要 */
.company_sec .content_inner {
  max-width: 770px;
  padding-bottom: 0;
}
table.company_tbl th {
  width: 32%;
}
.map_box {
  width: calc(50% - 5px);
  margin-right: 10px;
}
.map_box:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
.map_box p {
  margin-bottom: 0;
}
.map_box iframe {
  height: 400px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_box 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_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .map_box iframe {
    height: 250px;
  }
}
/* 会社概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 900px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.con__inner {
  margin-bottom: 40px;
  box-sizing: border-box;
}
.con__inner:last-of-type {
  margin-bottom: 0;
}
.con__inner p {
  margin-bottom: 0;
}
.con_info_box p {
  text-align: center;
}
address.con_tel {
  font-size: 2.8rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1;
  color: #9f8400;
}
span.con_tel_sub {
  font-size: 1.25rem;
  margin-right: 5px;
  color: #121212;
}
p.caution.con-caution {
  width: fit-content;
  margin: 0 auto 20px;
}
p.con-time {
  width: fit-content;
  margin: 0 auto 5px;
  line-height: 1.5;
}
p.con-time:last-child {
  margin-bottom: 0;
}
p.con-time span {
  margin-right: 10px;
  color: #9f8400;
  display: inline-block;
}
.con_insta_box {
  padding: 25px 20px 30px;
  background: linear-gradient(-50deg, #ffd75f, #ff0357);
  color: #fff;
  box-sizing: border-box;
}
.con_insta_box h2 {
  font-size: 1.35rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.con_insta_box h2::after {
  content: none;
}
.con_insta_box p {
  margin-bottom: 0;
}
a.con_insta_but {
  width: 100%;
  max-width: 380px;
  margin: auto;
  padding: 12px 25px 10px;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #ff0357;
  background: #fff;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
a.con_insta_but::after {
  content: '\ea92';
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  top: 10px;
  right: 23px;
}
a.con_insta_but:hover {
  background: #9f8400;
  color: #fff !important;
}
.mail_info_box {
  margin-bottom: 30px;
}
.mail_info_box p {
  margin-bottom: 15px;
}
.mail_info_box p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 25px;
  }
  .con_info_box p {
    text-align: left;
  }
  address.con_tel {
    font-size: 2rem;
  }
  .con_insta_box {
    padding: 20px 20px 25px;
  }
}
/* お問い合わせ END */
/* エントリー・お問い合わせ共通 */
.policy_box {
  margin-top: 20px;
  padding: 25px 30px;
  border: 1px dotted #9f8400;
  box-sizing: border-box;
}
.policy_box p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .policy_box {
    padding: 20px 25px;
  }
}
/* エントリー・お問い合わせ共通 END */
/* エントリーフォーム・お問い合わせフォーム */
span.required {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 1.5px 3px;
  border-radius: 2px;
  color: #fff;
  background: #f35d63;
}
span.required.any {
  background: #393939;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 18px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 500;
}
.wpcf7 select {
  width: 100%;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  height: 73px;
  color: #393939;
  background: none;
  border: 1px solid !important;
  border-radius: 100px;
  transition: all .5s;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #9f8400;
  border-color: #9f8400 !important;
  transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  color: #f33c36;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 15px;
    font-size: 1rem;
    height: 62px;
  }
}
/* エントリーフォーム・お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* 料金表 横スクロール */
.table_scroll {
  overflow: auto;
  white-space: nowrap;
}
p.scroll_text {
  line-height: 1.5;
  margin-bottom: 15px;
  display: none;
}
@media only screen and (max-width: 485px) {
  p.scroll_text {
    display: block;
  }
}
/* 料金表 横スクロール END */