@charset "UTF-8";
/* 絆総業 CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #000;
  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;
}
a, .post-content a {
  color: #000;
}
.font-type1, .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: 45px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.85rem;
  font-weight: 500;
  width: 86% !important;
  max-width: 1200px !important;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
.signage {
  height: 300px;
  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 bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.55;
}
.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: 2.8rem !important;
  letter-spacing: .1rem;
  margin-bottom: 1.2rem;
}
.signage-title-sub {
  font-size: 1rem !important;
  font-family: "Poppins", sans-serif;
  letter-spacing: .15rem;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title {
    font-size: 1.8rem !important;
    margin-bottom: 0.8rem;
  }
  .signage-title-sub {
    font-size: 0.9rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.home .header::before, .home .header::after {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 50px;
  height: 100%;
  left: 0;
  z-index: 2;
}
.home .header::before {
  top: 0;
}
.home .header::after {
  height: 50%;
  background: #fdf8ed;
  bottom: 0;
  z-index: 2;
}
.header-bar {
  background: #fff !important;
  box-shadow: none;
}
.logo-image {
  top: 27px;
  left: 22px;
  width: 190px;
  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;
  letter-spacing: .03rem;
  height: 100px;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #000;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 46px;
  position: absolute;
  background: #bababa;
}
.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-contact > a {
  padding: 0 35px;
  margin-left: 3px;
  background: #006c3e;
  color: #fff;
  line-height: 90px;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
  position: relative;
  text-align: center;
  display: block;
  bottom: 18px;
  line-height: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: .12rem;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  background: #164f37;
}
.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;
  color: #000;
}
.global-nav .sub-menu a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #006c3e !important;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 10px;
    left: 0;
    width: 150px;
  }
  .header-bar {
    border-color: #fff;
  }
  .global-nav {
    padding-right: 0;
  }
  .global-nav-button {
    border-left: 0;
    background: none;
  }
  .global-nav-button:before {
    color: #000;
  }
  .global-nav-button:hover:before {
    color: #006c3e;
  }
  .global-nav > ul > li > a {
    font-size: 14px;
    height: 50px;
    text-align: left;
    padding: 0 20px;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    bottom: 17px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    padding: 0 20px;
    margin-left: 0;
    line-height: 50px;
    background: #fff;
  }
  .global-nav > ul > li > a::before, .global-nav > ul > li.global-menu-sub > a::after, .global-nav > ul > li.global-menu-contact > a::after {
    content: none !important;
  }
  .global-nav a {
    background: #fff;
    color: #000 !important;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    padding: 0 20px;
    color: #000 !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #006c3e !important;
    background: #fff !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #000;
  }
}
@media only screen and (max-width: 1200px) {
  .home .header::before, .home .header::after {
    content: none;
  }
}
/* ナビ 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: 70%;
  max-width: 600px;
}
.top-slider-wrapper {
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.25;
  z-index: 1;
}
.scroll-box {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
.scroll-box::after {
  content: '';
  position: absolute;
  display: block;
  background: #006c3e;
  width: 1px;
  height: 60px;
  bottom: -40px;
  left: 25px;
  z-index: -1;
}
.scroll-box span {
  position: absolute;
  display: block;
  font-size: 10px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  writing-mode: vertical-rl;
  line-height: 0;
  text-align: center;
  letter-spacing: .12rem;
  color: #006c3e;
  width: 25px;
  left: 0;
  bottom: 30px;
}
h2.front-main-title {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: .1rem;
  line-height: 1.5;
  color: #006c3e;
  padding-left: 25px;
  position: relative;
  z-index: 0;
}
h2.front-main-title::before {
  content: '';
  position: absolute;
  display: block;
  background: #006c3e;
  width: 15px;
  height: 3px;
  left: 0;
  top: 45%;
}
.front_original01 {
  padding: 7em 0 5em;
  background: #fdf8ed;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original01__title {
  width: 70%;
  height: fit-content;
  box-sizing: border-box;
}
.front-original01__text {
  width: 75%;
  margin-left: auto;
  margin-top: 2rem;
  padding-top: 50px;
  padding-left: 55px;
  box-sizing: border-box;
  position: relative;
}
.front-original01__text::before, .front-original01__text::after {
  content: '';
  position: absolute;
  display: block;
  background: #006c3e;
  top: 0;
  left: 0;
  z-index: -2;
}
.front-original01__text::before {
  width: 50%;
  height: 2px;
}
.front-original01__text::after {
  width: 2px;
  height: 50%;
}
.front-original01__title h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1rem;
  margin-top: 1rem;
}
.front-original01__title h3 span {
  color: #006c3e;
  margin-right: 10px;
}
.front-original01__text p {
  margin-bottom: 1.5rem;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.content02 {
  padding: 5em 0 5em;
  background: #fdf8ed;
  position: relative;
}
.content02::before {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 85%;
  height: 25%;
  top: 0;
  left: 0;
}
.content02-inner {
  width: 86%;
  margin: 0 auto;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 26.7px);
  margin-left: 40px;
  padding-bottom: 0;
  color: #000;
  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: "PRICE";
  position: absolute;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  letter-spacing: .1rem;
  top: 0;
  left: 0;
  padding: 6px 20px;
  color: #fff;
  background: #006c3e;
  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: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
p.content02-img_title span {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: .1rem;
  margin-top: 12px;
  display: block;
}
.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;
}
h2.content02-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  color: #006c3e;
}
p.content02-text {
  font-size: 0.95rem;
  line-height: 2;
  color: #000;
}
.front_original02 {
  width: 95%;
  padding: 6em 0;
  color: #fff;
  background: #1f1f1f;
  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-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.45;
  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: 1150px;
  margin: 0 auto;
}
.front-original02__text h2 {
  color: #0aa663;
}
.front-original02__text h2::before {
  background: #0aa663;
}
.front-original02__text h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05rem;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}
.front-original02__text p {
  margin-bottom: 1.5rem;
}
.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: 300px;
  margin: 1.5rem auto 0;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  background: #006c3e;
  border-radius: 100px;
  padding: 20px 25px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  font-weight: 400;
  font-size: 14px;
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #006c3e;
  background: #fff;
  border-radius: 100px;
  right: 15px;
  transition: 0.5s;
  z-index: -1;
}
a.content02-but:hover {
  color: #fff;
  background: #000;
}
a.content02-but:hover::after {
  width: 40px;
  height: 40px;
}
.front_original03 {
  padding-top: 5em;
  background: #fdf8ed;
  position: relative;
}
.front_original03::before {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 85%;
  height: 50%;
  top: 0;
  right: 0;
  z-index: 0;
}
.front-original03-inner {
  padding: 0 7vw;
}
.front_original03 h3 {
  font-size: 2.8rem;
  letter-spacing: .08rem;
  margin-bottom: 6rem;
  margin-top: 1.5rem;
}
.front-original03-text-inner {
  width: 55%;
  padding: 0 7vw 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: 0.8rem;
  text-align: left;
}
.original03-text__box h2::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: .12rem;
  margin-bottom: 0.8rem;
  display: block;
  color: #006c3e;
}
.front_topics {
  padding: 8em 0 6em;
  position: relative;
}
.front_topics::before {
  content: '';
  position: absolute;
  display: block;
  background: #fdf8ed;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
.front-topics-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
h3.front_topics_subtitle {
  font-size: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  color: #fff;
  background: #164f37;
}
.footer_contact_sec {
  padding: 5em 0 2em;
}
.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: 18vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .15rem;
  margin-bottom: 1rem;
}
dl.address_body {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
dl.address_body:last-of-type {
  margin-bottom: 1rem;
}
dd.address_text {
  margin-top: 3px;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  letter-spacing: .05rem;
  margin-bottom: 0.5rem;
}
address.footer_tel a {
  color: #fff;
}
span.footer_tel_sub {
  font-size: 0.8rem;
  margin-right: 3px;
}
p.footer-caution {
  font-size: 0.8rem;
}
ul.sns__links {
  width: 100%;
  max-width: 170px;
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
li.sns__links-item {
  width: calc(50% - 8px);
  margin-right: 15px;
}
li.sns__links-item:last-child {
  margin-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: #006c3e;
  background: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: '\f0e0';
}
a.footer_line_but::before {
  content: "\e909";
}
a.footer_sns:hover::before {
  color: #fff;
  background: #000;
}
a.footer_line_but:hover::before {
  background: #00b900;
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 8px;
  font-weight: 500;
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding-left: 2vw;
}
ul.footer-content-list-outer li {
  font-size: 0.9rem;
  font-weight: 700;
  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: #fff;
  top: 12px;
  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: #a4bcb2;
}
.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: #fff;
  background: #006c3e;
  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 {
  background: #000;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
  .scroll-box {
    width: 100%;
  }
  .scroll-box::after {
    height: 30px;
    left: 50%;
    background: #fff;
  }
  .scroll-box span {
    width: 100%;
    color: #fff;
    writing-mode: horizontal-tb;
    bottom: 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .front_original01, .front_original02 {
    padding: 4em 0;
  }
  .content02::before {
    height: 10%;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front_original03 h3 {
    margin-bottom: 0;
  }
  .front-original03-img-inner {
    width: 100%;
    height: 40vh;
    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-02, .original03-img-03 {
    background-position-y: 15%;
  }
  .front_topics {
    padding: 5em 0;
  }
  .dp-footer-bar {
    left: 0;
    background: #006c3e !important;
    border-top: 1px solid #006c3e !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .icon-file-text:before {
    content: "\e909";
  }
}
@media only screen and (max-width: 900px) {
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 350px;
    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: 0.8rem;
  }
  .front_original01, .front_original02 {
    padding: 2.5em 0;
  }
  .front-original01__title h3 {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  .front-original01__title h3 br {
    display: contents;
  }
  .front-original01__text {
    padding-top: 25px;
    padding-left: 30px;
  }
  .front-original02__text h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .front-original01__text p, .front-original02__text p {
    margin-bottom: 1rem;
  }
  .content02 {
    padding: 3em 0;
  }
  .front_original03 {
    padding-top: 2.5em;
  }
  .front_original03 h3 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .front-original03-text-inner {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  .original03-text__box h2 {
    font-size: 1.3rem;
  }
  .front_topics {
    padding: 2.5em 0;
  }
  .front_topics::before {
    height: 30%;
  }
  h3.front_topics_subtitle {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .footer_contact_sec {
    padding: 3em 0 1.5em;
  }
  .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.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.8rem;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #006c3e;
  width: 30px;
  height: 3px;
  margin: 15px auto -1px;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 0 0 0 30px;
  color: #000;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background: #006c3e;
  top: 48%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #006c3e;
  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 18px;
  background: none;
  border: 0;
  border-bottom: 1px #dad2bd solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-color: #a4bcb2;
  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.3rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .post-content h3 {
    font-size: 1.15rem;
  }
  .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: #000;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  border: 1px solid #006c3e;
  background: #fff;
  box-sizing: border-box;
}
.article03, .article03-thumbnail {
  transition: all 0.8s ease 0s
}
.article03:hover {
  border-radius: 15px;
}
.article03:hover .article03-thumbnail {
  border-radius: 14px 14px 0 0;
}
.article03-content {
  padding: 13px 18px;
}
.article03-title {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}
.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: #000;
  font-weight: 700;
}
.post-title, .post-meta {
  text-align: left;
}
.nav-links01 {
  border-top: 1px solid #dad2bd;
  border-bottom: 1px solid #dad2bd;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #dad2bd;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 500;
  color: #000;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}
.post-meta-box {
  background: #fcfaf5;
  border-radius: 2px;
}
.post-meta-box-item::before {
  color: #006c3e;
}
.post-meta-box-item a {
  font-weight: 700;
}
.headline-bar {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #006c3e;
  background: #fdf8ed;
  line-height: 1;
  text-align: left !important;
  padding: 17px 15px 15px;
}
.side_widget .headline-bar {
  margin-bottom: 15px;
}
.side_widget:first-child .headline-bar {
  margin-bottom: 10px;
}
.widget_recent_entries li {
  font-weight: 500;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
  border-color: #dad2bd;
}
.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: #000;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #dad2bd;
  }
}
@media only screen and (max-width: 767px) {
  .headline-bar {
    padding: 14px 12px;
  }
}
@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: #006c3e;
  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: #006c3e;
  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: #000;
  color: #fff;
}
/* コンテンツ 共通 END */
/* 施工料金 END */
p.price-first-text {
  text-align: center;
}
.price-two {
  width: calc(50% - 5px);
  margin-right: 10px;
  padding: 30px 35px;
  background: #fdf8ed;
  box-sizing: border-box;
}
.price-two:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
table.price_tbl {
  margin-bottom: 1rem;
  border: 1px solid #dad2bd;
}
table.price_tbl th, table.price_tbl td {
  padding: 17px 20px 15px;
  background: #fff;
  border-color: #dad2bd;
  margin-top: 0;
}
table.price_tbl th {
  width: 60%;
}
table.price_tbl td {
  text-align: end;
  padding-left: 0;
}
ul.price-caution-list {
  font-size: 0.85rem;
  font-weight: 400;
}
@media only screen and (max-width: 970px) {
  .price-two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  table.price_tbl {
    border-bottom: 0;
  }
  table.price_tbl th {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  p.price-first-text {
    text-align: left;
  }
  .price-two {
    padding: 20px 25px;
  }
  table.price_tbl th, table.price_tbl td {
    padding: 14px 12px 12px;
  }
}
/* 施工料金 END */
/* 施工内容 */
.service_box {
  align-items: center;
  margin-bottom: 5rem;
}
.service_box h2::after {
  content: none;
}
.service_box p {
  margin-bottom: 1rem;
}
.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 {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  padding-bottom: 6px;
  border-bottom: 1px solid #006c3e;
  margin-bottom: 1rem;
}
.service_text h2::before {
  counter-increment: number 1;
  content: "SERVICE."counter(number) "";
  display: block;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: .12rem;
  color: #006c3e;
  margin-bottom: 1rem;
}
@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;
  }
}
@media only screen and (max-width: 768px) {
  .service_box {
    margin-bottom: 2.5rem;
  }
  .service_box p {
    margin-bottom: 0.5rem;
  }
  .service_text h2 {
    font-size: 1.6rem;
  }
  .service_text h2::before {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }
}
/* 施工内容 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: 2.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #006c3e;
  background: #fff;
  border-top: 2px solid;
  border-bottom: 2px solid;
  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: #006c3e;
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1rem;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 0.8rem;
}
.flow p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 25px;
    padding-left: 75px;
    padding-bottom: 20px;
  }
}
/* ご依頼の流れ 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;
  text-align: left;
  position: relative;
  color: #006c3e;
}
.faq h2::after {
  content: none;
}
.faq p {
  position: relative;
  margin-bottom: 0.8rem;
}
.faq p:last-of-type {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 55px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #006c3e;
  width: 33px;
  height: 33px;
  line-height: 31px;
  text-align: center;
  left: 0;
  top: 1px;
}
p.answer {
  padding-top: 2px;
}
p.answer::before {
  content: 'A';
  background: #000;
  top: 0;
  line-height: 34px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 2em;
  }
  .faq h2, .faq p {
    padding-left: 50px;
  }
  .faq p {
    margin-bottom: 0.5rem;
  }
}
/* よくある質問 END */
/* ごあいさつ */
.greeting_sec h2 {
  font-size: 2rem;
  color: #006c3e;
  text-align: left;
  margin-bottom: 2rem;
}
.greeting_sec h2::after {
  width: 60px;
  margin-left: 0;
}
.greeting_sec p {
  margin-bottom: 1.5rem;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0;
}
.greeting_img {
  width: 35%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.greeting_text {
  width: 65%;
  box-sizing: border-box;
}
p.name {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
span.name-sub {
  font-size: 0.95rem;
  margin-right: 10px;
  color: #006c3e;
}
span.ruby {
  font-size: 0.85rem;
  margin-right: 10px;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_img {
    max-width: 520px;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  p.name {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec h2 {
    font-size: 1.6rem;
  }
  .greeting_sec h2::after {
    width: 30px;
  }
  .greeting_sec p {
    margin-bottom: 0.8rem;
  }
}
/* ごあいさつ END */
/* 会社概要 */
.info_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 25%;
}
span.caution.info-caution {
  font-size: 0.8rem;
  line-height: 1.5;
}
.map_sec {
  height: 450px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
  .map_sec {
    height: 250px;
  }
}
/* 会社概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 900px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
address.con_tel {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  letter-spacing: .05rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.5rem;
}
span.con_tel_sub {
  font-size: 1.2rem;
  letter-spacing: .05rem;
  margin-right: 6px;
  color: #006c3e;
}
p.con-caution {
  font-size: 0.9rem;
  line-height: 1.5;
  width: fit-content;
  margin: 0 auto 0.5rem;
}
p.con-time {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
p.con-time:last-of-type {
  margin-bottom: 0;
}
p.con-time span {
  color: #006c3e;
  margin-right: 12px;
}
.mail_info_box p {
  margin-bottom: 0;
}
.mail_info_box {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  address.con_tel {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
    margin-right: 3px;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 4px 6px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #f35d63;
}
span.required.any {
  background: #000;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f0f0f0;
  border: 0;
  padding: 18px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 3rem;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .08rem;
  height: 80px;
  color: #fff;
  background: #006c3e;
  border-radius: 100px;
  transition: all .5s;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #000;
}
.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: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 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 */