/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: 石野ガーデン
 Version: 1.0.0
 Template: story_tcd041
 Text Domain: story-child
*/

/* ----------------------------------------------------------------------

石野ガーデン スタイルCSS
---------------------------------------------------------------------- */
:root {
  --color-main: #006532;
  --color-sub: #cecece;
  --color-text: #4c4948;
  --color-base: #f6f6f6;
  --color-basegreen: #003d1f;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-caution: #ff3b43;
  --color-line: #00b900;
  --color-insta: linear-gradient(45deg, #ffd75f, #ff0357);
  --color-instatext: #ff0357;
  --color-facebook: #1877f2;
  --color-youtube: #c4302b;
  --color-not: #ffd8df;
  --font-main: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-eng: "Open Sans", sans-serif;
}

/* ----------------------------------------------------------------------

基本設定
---------------------------------------------------------------------- */
img {
    width: 100%;
    display: block;
}

/* ----------------------------------------------------------------------

共通部分
---------------------------------------------------------------------- */
body {
  background: var(--color-white);
  color: var(--color-text);
  overflow: hidden;
  font-size: 18px;
  font-size: clamp(18px, 0.8vw, 20px);
  letter-spacing: 0.05em;
  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: 120px auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.5;
  pointer-events: none;
}
a, .post-content a {
  color: var(--color-text);
}
.font-1, .headline-font-type {
  font-family: var(--font-main) !important;
}
p, .post-content p {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0 !important;
  list-style: disc;
}
.signage {
  height: 350px !important;
  background: var(--color-main) !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 center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.55;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
}
.signage-title {
  font-size: 2.5rem !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.signage-title-sub {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  font-family: var(--font-eng);
  margin-top: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.breadcrumb-wrapper {
  height: 40px !important;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: fit-content !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px !important;
  }
  .signage-title {
    font-size: 1.8rem !important;
  }
  .signage-title-sub {
    font-size: 0.95rem !important;
    margin-top: 13px;
  }
}

/* ----------------------------------------------------------------------

ロゴ
---------------------------------------------------------------------- */
.logo {
  max-width: 100%;
  max-height: none;
}
.logo-image {
  top: 12px;
  left: 12px;
  width: 230px;
  height: auto;
  position: absolute;
}
@media only screen and (max-width: 1200px){
   .logo-image {
    top: 6px !important;
    left: -10px;
    width: 140px !important;
    max-height: none !important;
  }
  .logo img {
        max-height: none !important;
}
}
/* ----------------------------------------------------------------------

ナビ
---------------------------------------------------------------------- */
.global-nav {
  padding-right: 10px;
}
.header-bar {
  box-shadow: none !important;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a, .global-nav .sub-menu a {
  color: var(--color-text) !important;
}
.global-nav > ul > li > a {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 92px;
  padding: 0 18px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
}
.global-nav > ul > li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 17px;
  left: 0;
  line-height: 1;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  font-family: var(--font-eng);
  letter-spacing: 0.08em;
  transition: 0.5s;
  color: var(--color-main);
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "HOME";
}
.global-nav > ul > li.global-menu-service > a::after {
  content: "SERVICE";
}
.global-nav > ul > li.global-menu-works > a::after {
  content: "WORKS";
}
.global-nav > ul > li.global-menu-faq > a::after {
  content: "Q&A";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "GREETING";
}
.global-nav > ul > li.global-menu-information > a::after {
  content: "INFO";
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
}
.global-nav a:hover {
  color: var(--color-main) !important;
}
.global-nav .sub-menu {
  top: 120%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: var(--color-white) !important;
}
.global-nav .sub-menu a:hover {
  color: var(--color-main) !important;
  background: var(--color-white) !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .header-bar {
    background: var(--color-white) !important;
    border-color: var(--color-white) !important;
  }
  .global-nav-button {
    border-left: 0 !important;
  }
  .global-nav-button::before {
    color: var(--color-text);
  }
  .global-nav-button:hover::before {
    color: var(--color-main);
  }
  .global-nav {
    height: auto;
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .global-nav a {
    background: var(--color-white) !important;
    color: var(--color-text) !important;
  }
  .global-nav > ul > li > a {
    font-size: 0.9rem;
    text-align: left;
    padding: 0 15px;
    line-height: 51px !important;
  }
  .global-nav > ul > li > a::after {
    position: relative;
    text-align: left;
    font-size: 10px;
    width: fit-content;
    bottom: 0;
    margin-left: 10px;
    display: inline-block;
  }
  .global-nav .sub-menu a {
    font-size: 14px;
    line-height: 52px !important;
    padding: 0 20px !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: var(--color-main) !important;
    background: var(--color-white) !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: var(--color-text) !important;
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
  .global-nav .sub-menu {
  top: 100%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
}

/* ----------------------------------------------------------------------

 コンテンツ 共通 
 ---------------------------------------------------------------------- */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: var(--color-caution);
}
span.caution {
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  padding-right: 5px;
  color: var(--color-caution);
  position: absolute;
  left: 0;
}
ul.list {
  margin-bottom: 0 !important;
  list-style: none !important;
}
ul.list li {
  padding-left: 20px;
  line-height: 1.5;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0 !important;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 7px;
  height: 7px;
  border-radius: 100px;
  top: 10px;
  left: 0;
}
ul.list.caution_list {
    margin-top: 15px;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: var(--color-caution);
}
/* ----------------------------------------------------------------------

コンテンツボタン
---------------------------------------------------------------------- */

a.content_but {
  width: 100%;
  max-width: 360px;
  padding: 18px 25px;
  margin-top: 15px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-white) !important;
  background: var(--color-main) !important;
  border-radius: 100px;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but:hover {
  color: var(--color-main) !important;
  background: var(--color-base) !important;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  right: 20px;
  line-height: 2.4;
  transition: 0.5s;
}

/* ----------------------------------------------------------------------

YouTube コントロールバー非表示
---------------------------------------------------------------------- */
.mb_YTPBar {
  display: none !important;
}

/* ----------------------------------------------------------------------

トップ・フッター
---------------------------------------------------------------------- */
.header-youtube:not(.bg-image){
  height: calc(100svw * 8 / 16 - 10px) !important;
}
.top-slider-wrapper {
  width: calc(100% - 140px);
  border-radius: 20px 0 0 20px;
  margin-left: auto;
  background: var(--color-white);
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(40deg, var(--color-white) 5%, #ffffff00 100%);
  display: block;
  left: 0;
  z-index: 1;
  opacity: 0.65;
}
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 90% !important;
  height: 80% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-nav, .top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 90%;
  margin: 0 auto;
}
.front-copy-img {
  width: 55%;
  max-width: 550px;
  margin-right: auto;
  display: block;
}
.scroll-box {
  position: absolute;
  width: 140px;
  display: block;
  left: 0;
  bottom: 50px;
}
.scroll-box span {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: 800;
  font-family: var(--font-eng);
  text-align: center;
  letter-spacing: 0.15em;
  color: var(--color-main);
}
.scroll-box span::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: linear-gradient(60deg, var(--color-main) 20%, var(--color-text) 100%);
  left: 50%;
  bottom: -50px;
  z-index: -1;
}
h2.front-main-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
}
h2.front-main-title span {
    font-size: 1.1rem;
    font-weight: 800;
    font-family: var(--font-eng);
    line-height: 1;
    letter-spacing: 0.15em;
    display: block;
    margin-bottom: 20px;
    color: var(--color-main);
}
.front_original01 {
  padding: 6em 0;
  position: relative;
}
.front_original01::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original01_img.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 600px auto;
  width: 550px;
  height: 550px;
  top: 50px;
  right: 15px;
  z-index: -2;
  opacity: 0.25;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(var(--color-white) 50%, #ffffff00 70%);
  mask-image: radial-gradient(var(--color-white) 50%, #ffffff00 70%);
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original01__text {
    width: 100%;
    max-width: 800px;
}
.front-original01__text h2.front-main-title {
    font-size: 2rem;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 30px;
}
.front-original01__text h2.front-main-title span {
    margin-bottom: 25px;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front_original02 {
  padding: 6em 0;
  color: var(--color-white);
  background: var(--color-black);
  position: relative;
  z-index: 0;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.45;
}
.front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original02__text {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
}
.front-original02__img {
  width: 40%;
  margin-left: -100%;
  box-sizing: border-box;
}
.front-original02__text h2 {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.front-original02__text p {
  margin-bottom: 20px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding-bottom: 5em;
  background: var(--color-base) !important;
  position: relative;
  z-index: 0;
}
.content02::after {
  content: '';
  position: absolute;
  display: block;
  background: var(--color-white);
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  z-index: -2;
}
.content02-inner {
  width: 86% !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
.content02-item {
  width: calc(33.3333% - 26.7777px);
  margin-left: 40px;
  padding-bottom: 0;
  color: var(--color-text);
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.content02-item:last-of-type {
  margin-bottom: 0;
}
.content02-img {
  width: 70%;
  max-width: 250px;
  height: auto;
  margin: 0 auto 20px;
  position: relative;
  transition: all .5s;
  z-index: 0;
  border-radius: 100%;
  border: 4px solid var(--color-main);
  box-sizing: border-box;
  overflow: hidden;
}
.content02-img:hover {
  box-shadow: none;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #0065327a;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: var(--color-white);
}
p.content02-img_title {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  line-height: 1;
}
h3.content02-title {
  font-size: 1.35rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 15px;
  color: var(--color-main);
}
.content02-text {
  font-size: 0.9rem !important;
  line-height: 2;
  color: var(--color-text);
}
a.content02-but {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 100px;
  position: relative;
  margin: 25px auto 0;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s ease 0.1s;
}
a.content02-but::before {
  width: 100%;
  height: 0;
  background: var(--color-sub);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0.1s;
}
a.content02-but:hover {
  color: var(--color-main);
  background: var(--color-main);
  box-shadow: none;
}
a.content02-but:hover::before {
  height: 100%;
}
.front_original03 {
  padding-top: 6em;
  background: var(--color-base);
}
.front-original03-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 50px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  margin-left: 55%;
  padding-left: 4vw;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 1.2rem;
  font-weight: 900;
  font-family: var(--font-eng);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--color-main);
  display: block;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
  position: relative;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
}
.front-third-img img {
    border-radius: 10px;
}
h3.third_title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.front_topics {
  padding: 6em 0;
  background: var(--color-base);
  position: relative;
  z-index: 0;
}
.front_topics::after {
    content: '';
    position: absolute;
    display: block;
    background: var(--color-white);
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.front-topics-inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
h2.front-main-title.front_topics_title {
  margin-bottom: 50px;
}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0 !important;
  color: var(--color-text);
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_contact_sec {
  padding: 4em 0;
  color: var(--color-white);
  background: var(--color-basegreen);
  position: relative;
  z-index: 0;
}
.footer_contact_sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/contact_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.2;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h2.front-main-title.footer-con-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: left;
}
h2.front-main-title.footer-con-title span {
  color: var(--color-white);
}
p.footer-open {
    font-size: 0.95rem !important;
    line-height: 1.5;
}
span.footer_open_title {
    padding-right: 1vw;
}
address.footer_tel {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 800;
    font-family: var(--font-eng);
    letter-spacing: 0.05em;
    margin-top: 30px;
    margin-bottom: 12px;
    line-height: 1;
}
address.footer_tel a {
  color: var(--color-white);
}
span.footer_tel_sub {
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-right: 3px;
}
p.caution.footer-caution {
    font-size: 0.8rem !important;
}
a.footer_sns_but {
  width: 100%;
  max-width: 320px;
  padding: 20px 22px;
  border-radius: 100px;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-line);
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
}
a.footer_sns_but::after {
  content: "\e909";
  position: absolute;
  font-family: 'design_plus';
  font-weight: 400;
  font-size: 22px;
  line-height: 0.8;
  right: 20px;
  transition: all 0.5s;
}
a.footer_sns_but:hover {
  color: var(--color-line);
  background: var(--color-white);
}
.footer_original_sec {
  padding: 4em 0;
}
.footer_original_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 220px;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 550px;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
  margin-bottom: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 8%;
}
dd.address_text {
  width: 92%;
  padding-left: 1vw;
  box-sizing: border-box;
}
span.caution.address-caution {
    font-size: 0.8rem !important;
    margin-top: 5px;
}
.footer-content-list div {
  width: 50%;
  box-sizing: border-box;
}
.footer-content-list div:first-of-type {
  padding-right: 40px;
}
.footer-menu-list li {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
}
.footer-menu-list li:last-of-type {
  margin-bottom: 0;
}
.footer-menu-list li a {
  transition: 0.8s;
}
.footer-menu-list li a:hover {
  color: var(--color-main);
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none !important;
}
.footer-bar01-inner {
  width: 86% !important;
  max-width: 1150px !important;
  margin: 0 auto;
}
.copyright {
  font-size: 10px !important;
  font-weight: 500 !important;
  text-align: left;
  color: var(--color-text);
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: var(--color-main) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 15px !important;
  font-weight: 700;
  width: 15px !important;
  height: 15px !important;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  color: var(--color-main) !important;
  background: var(--color-sub) !important;
}
@media only screen and (max-width: 1200px) {
.top-slider-wrapper {
  width: calc(100% - 80px);
}
.scroll-box {
  width: 80px;
}
   .footer_menu_bg {
    padding-left: 100px;
}
.social-nav {
    display: none;
}
}
@media only screen and (max-width: 1190px) {
  .content02 {
    padding-bottom: 3em;
  }
  .content02::after {
    height: 15%;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
  }
  .content02-item:nth-of-type(2), .content02-item:last-of-type {
    margin-top: 40px;
  }
  h3.content02-title {
    text-align: center;
}
   .third-box {
    margin-bottom: 35px;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-text {
    padding: 0;
    margin-bottom: 25px;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-right: 0;
  }
  .third-box:nth-of-type(even) .front-third-img, .third-box:nth-of-type(even) .front-third-text {
    margin-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 970px) {
  .top-slider-content-inner {
    height: 100% !important;
    justify-content: center;
}
  .scroll-box {
    display: none;
  }
  .front_original01, .front_original02, .front_topics, .footer_contact_sec {
    padding: 4em 0;
  }
  .front_original03 {
    padding-top: 4em;
  }
  .front_original01::after {
    background-position: center bottom;
    background-size: 380px auto;
    width: 380px;
    height: 380px;
    opacity: 0.15;
    top: auto;
    bottom: 20px;
    right: 0;
}
   .content02 h2.front-main-title {
    margin-bottom: 40px;
  }
  .front_original03 h2.front-main-title {
    margin-bottom: 30px;
}
  h2.front-main-title.front_topics_title {
    margin-bottom: 30px;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 350px;
    margin-top: 30px;
    padding-left: 0;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: var(--color-main) !important;
    border-top: 1px solid var(--color-main) !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar a {
    color: var(--color-white);
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909" !important;
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
.header-youtube:not(.bg-image) {
    height: calc(100svw * 8.5 / 16 - 10px) !important;
}
.top-slider-wrapper {
    width: calc(100% - 50px);
}
  h2.front-main-title {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  h2.front-main-title span {
    font-size: 0.85rem;
    margin-bottom: 15px;
}
.front_original01, .front_original02, .front_topics, .footer_contact_sec {
    padding: 2.5em 0;
}
 .content02::after {
    height: 10%;
  }
.front_topics::after {
    height: 25%;
}
.front_original03 {
    padding-top: 2.5em;
}
.front-original01__text h2.front-main-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.front-original01__text h2.front-main-title span {
    margin-bottom: 15px;
}
.front-original01__text h2.front-main-title br {
    display: contents;
}
.front-original01__text p {
    margin-bottom: 10px;
}
  .front-original02__text {
    max-width: 100%;
  }
  .front-original02__text h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .front-third-text::before {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  h3.third_title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
   h2.front-main-title.footer-con-title {
    font-size: 2rem;
    margin-bottom: 15px;
   }
  address.footer_tel {
    font-size: 1.8rem;
    margin-top: 15px;
}
span.footer_tel_sub {
    font-size: 0.8rem;
}
  .footer_original_sec {
    padding: 2.5em 0 1em;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube:not(.bg-image) {
    height: calc(100svw * 9 / 16 - 10px) !important;
}
  .top-slider-wrapper {
    width: 100%;
    border-radius: 0;
}
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh !important;
  }
}

/* ----------------------------------------------------------------------

固定ページ 
---------------------------------------------------------------------- */
.page .post-header {
  margin: 0;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.7rem !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  text-align: center;
  margin-bottom: 20px !important;
  padding-top: 0 !important;
}
.post-content h2::after {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  border-radius: 15px;
  background: var(--color-main);
  margin: 12px auto 0;
}
.post-content h3 {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  color: var(--color-main);
  margin-bottom: 20px !important;
  line-height: 1.5 !important;
  padding: 0 0 0 30px !important;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 20px;
  height: 3px;
  top: 52%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  background: var(--color-sub);
  padding: 5px 15px !important;
  margin-bottom: 15px !important;
  box-sizing: border-box;
}
.post-content .s_table {
  width: 100%;
  overflow: unset !important;
  margin-bottom: 0 !important;
  white-space: normal !important;
}
.post-content table {
  margin: 0 !important;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 500 !important;
  letter-spacing: .05rem;
  vertical-align: middle;
  line-height: 1.8 !important;
  padding: 24px 2px 21px !important;
  background: none !important;
  border: 0 !important;
  border-bottom: 1px solid var(--color-sub) !important;
  box-sizing: border-box;
}
.post-content th {
  width: 25%;
  text-align: left;
  border-right: none !important;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 16px 2px 13px !important;
    line-height: 1.5 !important;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.45rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0;
    margin-bottom: 12px !important;
  }
  .post-content h3 {
    font-size: 1.3rem !important;
    margin-bottom: 10px !important;
}
}
/* ----------------------------------------------------------------------

表 スクロール
---------------------------------------------------------------------- */
.table_scroll {
    overflow: auto;
    white-space: nowrap;
}
p.scroll_text {
  line-height: 1.5;
    display: none;
}
@media only screen and (max-width: 1024px){
  p.scroll_text {
    display: block;
}
}

/* ----------------------------------------------------------------------

お知らせ
---------------------------------------------------------------------- */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin-bottom: 40px;
}
.archive-title, .post-title {
  color: var(--color-text) !important;
}
.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: var(--color-base) !important;
  box-sizing: border-box;
  border: 2px solid var(--color-sub);
  border-radius: 5px;
  overflow: hidden;
}
.article03-content {
  padding: 14px 15px !important;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--color-text) !important;
}
.article03-meta {
  line-height: 1;
}
.article03-date, .article03-category-item {
  font-size: 11px;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
  color: var(--color-main) !important;
}
.nav-links01 {
  font-size: 0.85rem !important;
  font-weight: 700;
  border-top: 1px solid var(--color-sub);
  border-bottom: 1px solid var(--color-sub);
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid var(--color-sub);
}
.nav-links01-previous a:hover:before, .nav-links01-previous a:hover:after, .nav-links01-next a:hover:before, .nav-links01-next a:hover:after {
  color: var(--color-text);
}
.article01-thumbnail {
  border: 1px solid var(--color-sub);
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
}
h3.article01-title {
  line-height: 1;
}
h3.article01-title a {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-text);
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: var(--color-base);
  border-radius: 5px;
  box-sizing: border-box;
}
.post-meta-box-item a {
  color: var(--color-text);
  font-weight: 700;
}
.post-meta-box-item::before {
  color: var(--color-main);
}
.headline-bar {
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  color: var(--color-white);
  border-radius: 3px;
}
.side_widget .headline-bar {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-main);
  background: var(--color-base);
  margin-bottom: 20px;
  padding: 15px;
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  border-style: dotted;
  border-color: var(--color-main);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 500;
  font-family: var(--color-main);
  color: var(--color-text);
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: var(--color-main);
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    height: 55px !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: var(--color-text);
  }
  .nav-links01 {
    border: 1px solid var(--color-sub);
  }
  .headline-bar {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .side_widget .headline-bar {
    padding: 18px 15px;
    line-height: 5px;
    margin-bottom: 15px;
  }
   .article03-title {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------

サービス
---------------------------------------------------------------------- */
.service_sec:nth-of-type(odd) {
    background: var(--color-base);
}
.service_sec:nth-of-type(2) .content_inner {
    max-width: 850px;
}
.service_box {
    margin-bottom: 50px;
    align-items: center;
}
.service_box p {
    margin-bottom: 15px !important;
}
.service_box:last-of-type, .service_box p:last-child {
    margin-bottom: 0 !important;
}
.service_text {
  width: 60%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.service_img {
  width: 40%;
  box-sizing: border-box;
}
.service_img img {
    border-radius: 10px;
}
.service_text h2 {
    text-align: left;
    margin-bottom: 25px !important;
    border-bottom: 1px solid var(--color-main);
}
.service_text h2::after {
    width: 70px;
    height: 1px;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: -1px;
    background: var(--color-sub);
}
p.tax {
    width: fit-content;
    margin: 0 auto 15px !important;
    line-height: 1.5;
}
table.price_tbl tr {
    border: 1px solid var(--color-sub) !important;
}
table.price_tbl th, table.price_tbl td {
    font-size: 1.15rem;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    padding: 20px 25px !important;
}
table.price_tbl th {
    width: 70%;
    color: var(--color-main) !important;
    background: var(--color-base) !important;
}
table.price_tbl td {
    text-align: center;
}
@media only screen and (max-width: 970px){
.service_text, .service_img {
    width: 100%;
}
.service_text {
    padding-right: 0;
    margin-bottom: 25px;
}
table.price_tbl th, table.price_tbl td {
  padding: 10px 15px !important;
  margin-bottom: -1px;
}
table.price_tbl td {
  text-align: end;
}
}
@media only screen and (max-width: 768px) {
  .price_box {
    margin-bottom: 25px;
  }
.service_box p {
    margin-bottom: 8px !important;
}
.service_text h2 {
    margin-bottom: 15px !important;
}
}
/* ---------------------------------------------------------------------- 

施工実績
---------------------------------------------------------------------- */
.works_box {
    margin-bottom: 50px;
}

.works_box:last-of-type {
    margin-bottom: 0;
}

.works_box h2 {
    text-align: left;
}
.works_box h2::after {
    width: 40px;
    height: 4px;
    margin-left: 0;
}
.works_box p {
    margin-bottom: 15px !important;
}
.works_box p:last-child {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px){
  .works_box {
    margin-bottom: 25px;
}
}
/* ---------------------------------------------------------------------- 

よくある質問 
---------------------------------------------------------------------- */
.faq_sec h2 {
  margin-bottom: 15px !important;
  text-align: left;
  line-height: 1.5 !important;
}
.faq_sec h2::after {
  content: none;
}
.faq {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.faq:first-of-type {
    margin-top: 70px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h3 {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
  padding-top: 3px !important;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
  margin-bottom: 12px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h3, .faq p {
  padding-left: 50px !important;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.3rem;
  font-weight: 800;
  font-family: var(--font-eng);
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 100px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  left: 0;
  top: 2px;
}
p.answer {
    padding-top: 5px;
}
p.answer::before {
  content: 'A';
  color: var(--color-main);
  background: var(--color-sub);
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
.faq_sec h2 {
    margin-bottom: 8px !important;
}
  .faq {
    margin-bottom: 25px;
  }
.faq:first-of-type {
    margin-top: 40px;
}
}
/* ----------------------------------------------------------------------

ご依頼の流れ
---------------------------------------------------------------------- */
.flow_sec .content_inner {
    max-width: 950px;
}
.flow {
  padding-top: 18px;
  padding-left: 90px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 50px;
  height: 75px;
  line-height: 70px;
  font-size: 2.8rem;
  font-weight: 800;
  font-family: var(--font-eng);
  color: var(--color-main);
  background: var(--color-white);
  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: 25px;
  width: 2px;
  height: 100%;
  background: var(--color-main);
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  font-size: 1.5rem !important;
  text-align: left;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 15px !important;
}
.flow p:last-of-type {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 8px;
    padding-left: 50px;
    padding-bottom: 30px;
  }
.flow::before {
    width: 30px;
    height: 55px;
    line-height: 50px;
    font-size: 1.8rem;
}
.flow::after {
    left: 15px;
}
.flow h2::before {
    font-size: 1.5rem;
    line-height: 0.8;
    margin-bottom: 30px;
}
}
/* ---------------------------------------------------------------------- 

ご挨拶
----------------------------------------------------------------------  */
.greeting_sec p {
  margin-bottom: 20px !important;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0 !important;
}
.greeting_inner {
  margin-bottom: 50px;
}
.greeting_inner h2 {
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    text-align: left;
    margin-bottom: 15px !important;
}
.greeting_inner h2::after {
  content: none;
}
.greeting_img {
  width: 30%;
  box-sizing: border-box;
}
.greeting_img img {
    border-radius: 5px;
}
.greeting_text {
  width: 70%;
  padding-left: 5vw;
  box-sizing: border-box;
}
h3.name {
    font-size: 1.2rem !important;
    padding-left: 0 !important;
    margin-bottom: 40px !important;
}

h3.name::before {
    content: none;
}
h3.name span {
    font-size: 0.9rem;
    margin-right: 15px;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
 .greeting_sec p {
    margin-bottom: 10px !important;
  }
  .greeting_inner {
    margin-bottom: 15px;
 }
 .greeting_inner h2 {
   margin-bottom: 10px !important;
 }
h3.name {
    margin-bottom: 15px !important;
}
}
/* ---------------------------------------------------------------------- 

運営概要
---------------------------------------------------------------------- */
.information_sec .content_inner {
    max-width: 900px;
}
table.info_tbl th {
  width: 27%;
}
span.info-caution {
    font-size: 0.8rem;
    letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  table.info_tbl td {
    padding-left: 12px;
  }
}
/* ---------------------------------------------------------------------- 

お問い合わせ
----------------------------------------------------------------------  */
.con__inner {
    margin-bottom: 50px;
}
.con__inner p {
    margin-bottom: 8px !important;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
    margin-bottom: 0 !important;
}
a.con_line_but {
    width: 100%;
    max-width: 380px;
    padding: 15px 22px;
    border-radius: 100px;
    margin: 0 auto 20px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-white) !important;
    background: var(--color-line);
    display: block;
    box-sizing: border-box;
    position: relative;
    transition: all 0.5s;
}
a.con_line_but::after {
  content: "\e909";
  position: absolute;
  font-family: 'design_plus';
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  right: 20px;
  transition: all 0.5s;
}
a.con_line_but:hover {
  color: var(--color-main) !important;
  background: var(--color-base);
}
p.con-text {
    width: fit-content;
    margin: 0 auto !important;
    line-height: 1.5 !important;
}
p.con-open {
    font-weight: 700 !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}
span.con_open_title {
    margin-right: 10px;
    color: var(--color-main);
}
address.con_tel {
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    font-family: var(--font-eng);
    letter-spacing: 0.05em;
    line-height: 1 !important;
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    color: var(--color-main);
}

span.con_tel_sub {
    font-size: 1.3rem;
    margin-right: 5px;
    letter-spacing: 0.05em;
    color: var(--color-text);
}
p.con-caution {
    font-size: 0.9rem !important;
    margin-bottom: 15px !important;
}
.mail_info_box {
  margin-bottom: 30px;
}
.mail_info_box p {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px){
  .con__inner {
    margin-bottom: 30px;
  }
  address.con_tel {
    margin-top: 15px !important;
    font-size: 2rem;
  }
  span.con_tel_sub {
    font-size: 1rem;
  }
}
/* ---------------------------------------------------------------------- 

ブログ記事の画像
----------------------------------------------------------------------  */
.single .post-content img {
  width: auto;
}

/* ----------------------------------------------------------------------

スタイルcss 記述変更 
---------------------------------------------------------------------- */
body.page-template-default .flex_layout {
    display: block;
}
body.single-post .flex_layout {
  display: block;
}
li::marker{
  content: none !important;
}
/* ----------------------------------------------------------------------

ローディングアイコン
---------------------------------------------------------------------- */
#site-loader-overlay {
   background: var(--color-base) !important;
}