/*
 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
*/

/* ----------------------------------------------------------------------

行政書士髙橋大輔事務所
---------------------------------------------------------------------- */
:root {
  --color-main: #00a2a6;
  --color-sub: #fefbd4;
  --color-base: #fffef1;
  --color-text: #484f5d;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-border: #b9b9b9;
  --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: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* ----------------------------------------------------------------------

基本設定
---------------------------------------------------------------------- */
img {
    width: 100%;
    display: block;
}

/* ----------------------------------------------------------------------

共通部分
---------------------------------------------------------------------- */
body {
  background: var(--color-white);
  color: var(--color-text);
  overflow: hidden;
  font-size: 16px;
  font-size: clamp(16px, 0.8vw, 20px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}

a, .post-content a {
  color: var(--color-text);
}
.font-1, .headline-font-type {
  font-family: var(--font-main) !important;
  font-weight: 400;
}
p, .post-content p {
  font-size: 0.95rem !important;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem !important;
  list-style: disc !important;
}
.signage {
  height: 270px !important;
  background: var(--color-black) !important;
  position: relative;
  z-index: 0;
}
.signage::after {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.55;
    z-index: -1;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
  font-weight: 700;
}
.signage-title {
  font-size: 2.8rem !important;
  letter-spacing: .1rem;
  color: var(--color-white) !important;
  line-height: 1;
}
.signage-title-sub {
  font-size: 1.1rem !important;
  letter-spacing: .15rem;
  margin-top: 22px;
  line-height: 1;
  color: var(--color-sub) !important;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem !important;
  font-weight: 500;
  width: fit-content !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px !important;
  }
  .signage-title {
    font-size: 1.8rem !important;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
    margin-top: 15px;
  }
}

/* ----------------------------------------------------------------------

ロゴ 
---------------------------------------------------------------------- */
.logo {
  max-width: 100%;
  max-height: none;
}
@media only screen and (max-width: 1200px) {
   .logo {
    width: 100% !important;
    max-height: none !important;
}
  .logo-image {
    top: 14px !important;
    left: -5px !important;
    width: 170px !important;
  }
  .logo img {
        max-height: none !important;
}
}

/* ----------------------------------------------------------------------

ナビ 
---------------------------------------------------------------------- */
.header-bar {
  height: 100px;
  z-index: 50;
  box-shadow: none !important;
}
.logo-image {
  top: 25px;
  left: 20px;
  width: 280px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
    height: 100px;
    box-sizing: border-box;
}
.global-nav > ul > li > a {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text) !important;
  letter-spacing: .02rem;
  padding: 0 25px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
}
.global-nav a:hover, .global-nav .current-menu-item > a {
    color: var(--color-main) !important;
}
.global-nav > ul > li.global-menu-contact > a {
  height: 100px;
  line-height: 90px;
  padding: 0 33px;
  background: var(--color-main);
  color: var(--color-white) !important;
}
.global-nav > ul > li.global-menu-contact > a::after {
  position: absolute;
  content: "CONTACT";
  color: var(--color-sub);
  width: 100%;
  bottom: 25px;
  left: 0;
  line-height: 1;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1rem;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: var(--color-main) !important;
  background: var(--color-sub);
}
.global-nav > ul > li.global-menu-contact > a:hover::after {
   color: var(--color-main) !important;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 46px;
  position: absolute;
  background: var(--color-border);
}
.global-nav > ul > li:first-of-type a::before, .global-nav > ul > li:last-of-type a::before {
  content: none;
}
.global-nav > ul > li.global-menu-sub > a::after {
    content: "\e90e";
    position: relative;
    text-align: center;
    display: block;
    bottom: 25px;
    line-height: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: "design_plus";
    color: var(--color-text);
    letter-spacing: .08rem;
}
.global-nav .sub-menu {
    top: 110%;
}
.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: 14px;
  font-weight: 700;
  color: var(--color-text) !important;
  background: var(--color-white) !important;
}
.global-nav .sub-menu a:hover {
  color: var(--color-white) !important;
  background: var(--color-main) !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: 0 !important;
  }
  .global-nav-button::before {
    color: var(--color-text) !important;
  }
  .global-nav-button:hover::before {
    color: var(--color-main) !important;;
  }
  .global-nav {
    height: auto;
    padding: 0;
    background: none;
  }
  .global-nav a {
    background: var(--color-white) !important;
    color: var(--color-text) !important;
  }
  .global-nav > ul > li > a {
    font-size: 14px !important;
    text-align: left !important;
    padding: 0 15px !important;
    line-height: 50px !important;
  }
  .global-nav > ul > li.global-menu-contact > a {
    color: var(--color-text) !important;
    background: var(--color-white);
    padding: 0 15px;
    height: 50px !important;
}
.global-nav > ul > li.global-menu-contact > a:hover {
    color: var(--color-main) !important;
    background: var(--color-white);
}

  .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;
}
  
  .global-nav .sub-menu a {
    font-size: 12px;
    line-height: 50px !important;
    padding: 0 15px !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 .menu-item-has-children > a:before,  .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;
  }
}
/* ----------------------------------------------------------------------

コンテンツ 共通 
---------------------------------------------------------------------- */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: var(--color-caution);
}
span.caution {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  padding-right: 5px;
  color: var(--color-caution);
  position: absolute;
  left: 0;
}
ul.list {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
ul.list li {
  padding-left: 17px;
  line-height: 1.6;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
::marker {
    color: #fff;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 7px;
  height: 7px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: var(--color-caution);
}

/* ----------------------------------------------------------------------

コンテンツボタン 
---------------------------------------------------------------------- */
a.content_but {
  width: 100%;
  max-width: 330px;
  padding: 13px 20px;
  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-sub) !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;
}

/* ----------------------------------------------------------------------

トップ・フッター 
---------------------------------------------------------------------- */
.top-slider-wrapper {
  background: var(--color-white);
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.15;
}
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-nav, .top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
}
.front-copy-img {
  width: 70%;
  max-width: 630px;
}
.scroll-box {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  color: var(--color-base);
}
.scroll-box span{
  position: absolute;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .15rem;
  bottom: 50px;
}
.scroll-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: var(--color-base);
  left: 50%;
  bottom: 0;
  z-index: -1;
}
h2.front-main-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--color-main);
  line-height: 1;
  letter-spacing: .25rem;
  margin-bottom: 40px;
}
h2.front-main-title span {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .15rem;
    margin-top: 20px;
    display: block;
    color: var(--color-text);
}
.front_original01 {
  padding: 6em 0;
  background: #fffef4;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__text {
    width: 50%;
    box-sizing: border-box;
}

.front-original01__banner {
    width: 50%;
    padding-left: 5vw;
    box-sizing: border-box;
}

.front-original01__text h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .15rem;
  margin-bottom: 30px;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front-original01__banner img {
    border-radius: 10px;
}
a.content01-but {
    width: 100%;
    max-width: 360px;
    margin-top: 30px;
    padding: 22px 25px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-white);
    background: var(--color-main);
    border-radius: 100px;
    display: block;
    box-sizing: border-box;
    position: relative;
    transition: 0.8s;
}
a.content01-but:hover {
    color: var(--color-main);
    background: var(--color-sub);
}
a.content01-but::after {
    content: '\ea3c';
    font-family: 'design_plus';
    position: absolute;
    right: 22px;
    font-size: 13px;
    line-height: 1.3;
    transition: 0.8s;
}
.front_original02 {
    padding: 6em 0;
    position: relative;
    color: var(--color-white);
    background: var(--color-black);
    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.6;
}
.front-original02-inner {width: 86%;max-width: 1200px;margin: 0 auto;}
.front-original02__text h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original02__text p {
  font-weight: 500;
  margin-bottom: 15px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front-content02 {
  padding: 3em 0;
}
.front-content02 h2.front-main-title {
    margin-bottom: 60px;
}
.front-content02-img-inner {
  width: 45%;
  padding-left: 3vw;
  box-sizing: border-box;
  overflow: hidden;
}
.front-content02-text-inner {
  width: 55%;
  padding: 1.5em 6vw;
  box-sizing: border-box;
}
.front-content02-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 30px;
  top: 0;
  left: 0;
}
.content02-img-01, .content02-img-02, .content02-img-03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content02-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02-1_img.jpg?20251201");
  animation: slide-animation-01 15s infinite;
}
.content02-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02-2_img.jpg?20251201");
  animation: slide-animation-02 15s infinite;
}
.content02-img-03 {
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02-3_img.jpg");
  animation: slide-animation-03 15s infinite;
}
h2.front-content02-title {
  font-size: 4rem;
  
  line-height: 0.8;
  letter-spacing: .1rem;
  margin-bottom: 50px;
}
.content02-text__box {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.content02-text__box:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content02-text__box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
.content02-text__box h3::before {
  content: 'GREETING';
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: .15rem;
  color: var(--color-main);
}
.content02-text__box:nth-of-type(2) h3::before {
  content: 'FLOW';
}
.content02-text__box:nth-of-type(3) h3::before {
  content: 'PRICE';
}
.front-content02-text {
  line-height: 2;
}
a.content02-but {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: 250px;
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-border);
  padding: 0 1px 14px;
  box-sizing: border-box;
  display: block;
  z-index: 0;
  transition: 0.5s;
}
a.content02-but::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: var(--color-main);
  left: 0;
  bottom: -1px;
  transition: 0.5s;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  position: absolute;
  right: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1rem;
  transition: 0.5s;
}
a.content02-but:hover {
  color: var(--color-text);
  background: none;
}
a.content02-but:hover::before {
  width: 100%;
}
a.content02-but:hover::after {
  color: var(--color-main);
}
.front_original03 {
  padding: 6em 0;
  background: var(--color-base);
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  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 {
  margin-left: 55%;
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-right: 4vw;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
h3.third_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
h3.third_title::before {
  counter-increment: number 1;
  content: "POINT.0"counter(number) "";
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: .15rem;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--color-main);
  display: block;
}
.front_topics {
  padding: 6em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-topics-title {
    width: 20%;
}
.front-topics-content {
    width: 80%;
    padding-left: 5vw;
    box-sizing: border-box;
}
h2.front-main-title.front_topics_title {font-size: 2.5rem;}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0 !important;
  background: var(--color-base);
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_contact_sec {
  padding: 5em 0;
  color: var(--color-white);
  background: var(--color-black);
  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;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.55;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
h2.front-main-title.footer-con-title {
    margin-bottom: 25px;
    color: var(--color-white);
}
address.footer_tel {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .15rem;
  margin-bottom: 15px;
}
address.footer_tel a {
    color: #fff;
}
span.footer_tel_sub {
    font-size: 1.2rem;
    letter-spacing: .15rem;
    margin-right: 5px;
}
p.footer-caution {
    font-size: 0.85rem !important;
}
a.footer_mail_but {
    width: 100%;
    max-width: 350px;
    margin-top: 25px;
    padding: 20px 22px;
    font-weight: 700;
    border: 1px solid;
    border-radius: 100px;
    color: var(--color-white);
    display: block;
    box-sizing: border-box;
    position: relative;
    transition: 0.5s;
}
a.footer_mail_but::after {
  content: "\f0e0";
  color: var(--color-white);
  font-family: design_plus;
  position: absolute;
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
  z-index: 1;
}
a.footer_mail_but:hover {
  color: var(--color-white);
  background: var(--color-main);
  border-color: var(--color-main);
}
a.footer_mail_but:hover::after {
  color: var(--color-white);
}
.footer_original_sec {
  padding: 4em 0;
}
.footer_original_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 60%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 12vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 460px;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.9;
  display: flex;
  margin-bottom: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 12%;
}
dd.address_text {
  width: 88%;
  padding-left: 1vw;
  box-sizing: border-box;
}
span.address_caution {
    margin-top: 10px;
    line-height: 1.5;
}
.footer-content-list div {
  width: 50%;
  box-sizing: border-box;
}
.footer-content-list div:last-of-type {
  padding-left: 3vw;
}
.footer-menu-list li {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
.footer-menu-list li:last-of-type {
  margin-bottom: 0;
}
.footer-menu-list li a {
  transition: 0.5s;
  position: relative;
  z-index: 0;
}
.footer-menu-list li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--color-main);
  bottom: -4px;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
}
.footer-menu-list li a:hover::after {
   width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none !important;
}
.footer-bar01-inner {
  width: 86% !important;
  max-width: 1150px !important;
  margin: 0 auto;
}
.copyright {
  font-size: 11px !important;
  font-weight: 400;
  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: 30px;
  height: 70px;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 13px;
  width: 13px;
  height: 45px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  background: var(--color-sub) !important;
  color: var(--color-main);
}
@media only screen and (max-width: 1200px) {
.front_original01::after {
    background-position: right bottom;
    background-size: 80% auto;
}
 .front-original01__text, .front-original01__banner {
    width: 100%;
}
.front-original01__banner {
    padding-left: 0;
    margin-top: 30px;
}
.front-topics-title, .front-topics-content {
    width: 100%;
}

.front-topics-content {
    padding-left: 0;
}
   .footer_menu_bg {
    padding-left: 5vw;
}
}
@media only screen and (max-width: 970px) {
  .content02 h2.front-main-title {
    margin-bottom: 40px;
  }
  h2.front-main-title.front_topics_title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .front-content02-img-inner {
    width: 100%;
    height: 50vh;
    min-height: 450px;
    padding: 0 10px;
  }
  .content02-img-01 {
    background-position-y: 20%;
  }
  .content02-img-02 {
    background-position-y: 35%;
  }
  .content02-img-03 {
    background-position-y: 25%;
  }
  .front-content02-text-inner {
    width: 100%;
    padding: 4em 6vw 0;
  }
  .content02-text__box {
    margin-bottom: 30px;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-text {
    margin-bottom: 20px;
  }
  .third-box:nth-of-type(odd) .front-third-img, .third-box:nth-of-type(odd) .front-third-text {
    margin-left: 0;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-right: 0;
  }
  .front_topics {
    padding: 4em 0;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 350px;
    margin-top: 40px;
    padding-left: 0;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: var(--color-main) !important;
    border-top: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar a {
    color: var(--color-white);
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909" !important;
}
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .scroll-box {
    display: none;
  }
  h2.front-main-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  h2.front-main-title span {
    font-size: 0.9rem;
    margin-top: 15px;
}
  .front_original01, .front_original02, .front_original03, .front_topics, .footer_contact_sec {
    padding: 3em 0;
  }
  .front-content02 {
    padding: 1em 0 3em;
}
  .front-original01__text h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front-original02__text h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
 .front-content02 h2.front-main-title {
    margin-bottom: 40px;
}
  .front-content02-text-inner {
    padding: 2em 6vw 0;
  }
  h2.front-content02-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .content02-text__box h3, .third-box h3 {
    font-size: 1.25rem;
  }
  h3.third_title {
    margin-bottom: 10px;
  }
  h3.third_title::before {
    font-size: 1.1rem;
    margin-bottom: 10px;
}
h2.front-main-title.footer-con-title {
    margin-bottom: 15px;
}
  address.footer_tel {
    font-size: 1.8rem;
    letter-spacing: .1rem;
}
span.footer_tel_sub {
    font-size: 1rem;
}
  .footer_original_sec {
    padding: 2.5em 0 1em;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
 .front_original01::after {content: none;}
  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: 1200px;
  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: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--color-main);
  margin: 12px auto 0;
}
.post-content h3 {
  font-size: 1.4rem !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;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-main);
  padding: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.post-content .s_table {
  white-space: normal !important;
  margin-bottom: 0 !important;
}
.post-content table {
  margin: 0px !important;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 400 !important;
  letter-spacing: .05rem;
  vertical-align: middle;
  line-height: 1.8 !important;
  padding: 24px 4px 22px !important;
  border: 0 !important;
  border-bottom: 1px dotted var(--color-main) !important;
  box-sizing: border-box;
}
.post-content th {
  width: 22%;
  text-align: left;
  background: none !important;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 15px 5px !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.4rem !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }
.post-content h3 {
  font-size: 1.2rem !important;
}
}

/* ----------------------------------------------------------------------

お知らせ 
---------------------------------------------------------------------- */
.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;
}
h1.archive-title, h1.post-title {
  font-weight: 700;
}
.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: var(--color-white);
  box-sizing: border-box;
  border: 1px solid var(--color-main);
  overflow: hidden;
  border-radius: 10px;
}
.article03-content {
  padding: 12px 15px !important;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text) !important;
}
h2.article03-title:hover, h3.article03-title:hover {
    color: var(--color-main) !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;
}
.nav-links01 {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid var(--color-border);
}
.nav-links01-previous a:hover:before, .nav-links01-previous a:hover:after, .nav-links01-next a:hover:before, .nav-links01-next a:hover:after {
  color: var(--color-text);
}
.article01-thumbnail {
  border: 1px solid var(--color-main);
  border-radius: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
h3.article01-title {
  line-height: 1.3;
}
h3.article01-title a {
  font-size: 0.85rem;
  color: var(--color-text);
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: var(--color-base);
  box-sizing: border-box;
}
.post-meta-box-item a {
  color: var(--color-text);
  font-weight: 500;
}
.post-meta-box-item::before {
  color: var(--color-main);
}
.headline-bar {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: var(--color-main);
  background: var(--color-base) !important;
}
.side_widget .headline-bar {
  font-size: 16px;
  font-weight: 700 !important;
  margin-bottom: 20px;
  padding: 15px 15px;
  color: var(--color-main);
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 12px;
  line-height: 1.6;
  border-bottom: 1px dotted var(--color-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 11px;
  font-family: var(--font-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, .blog .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: var(--color-text);
  }
  .nav-links01 {
    border: 1px solid var(--color-border);
  }
  .headline-bar {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .side_widget .headline-bar {
    padding: 18px 15px;
    line-height: 5px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px !important;
    margin-top: 0 !important;
  }
}
/* ----------------------------------------------------------------------

料金案内
---------------------------------------------------------------------- */
.price_sec h2 {
  text-align: left;
}
.price_sec h2::after {
  width: 30px;
  height: 3px;
  margin-left: 0;
  margin-top: 5px;
}
.price_sec p:last-child {
  margin-bottom: 0 !important;
}
.price_box {
    margin-bottom: 70px;
    align-items: center;
}
.price_box:last-of-type {
    margin-bottom: 0;
}
.price_text {
  width: 60%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.price_img {
  width: 40%;
  box-sizing: border-box;
}
.price_text h2 {
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  text-align: left;
  margin-bottom: 20px !important;
}
.price_text h2::after {
    margin-left: 0;
}
.price_text p {
    margin-bottom: 15px !important;
}
.price_text p:last-of-type {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 970px) {
  .price_text, .price_img {
    width: 100%;
  }
  .price_text {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
.price_box {
    margin-bottom: 40px;
}
.price_text h2 {
    font-size: 1.4rem !important;
    margin-bottom: 15px !important;
}
.price_text p {
    margin-bottom: 8px !important;
}
}

/* ----------------------------------------------------------------------

よくある質問 
---------------------------------------------------------------------- */
.faq {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  border: 0;
  color: var(--color-main);
}
.faq h2::after {
  content: none;
}
.faq p {
  position: relative;
  margin-bottom: 10px !important;
}
.faq p:last-child {
  margin-bottom: 0 !important;
}
.faq h2, .faq p {
  padding-left: 45px !important;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main);
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border-radius: 100px;
  left: 0;
  top: 0;
}
.faq h2::before {
  top: 2px;
}
.faq h2::after {
  content: none;
}
p.answer::before {
  content: 'A';
  color: var(--color-main);
  background: var(--color-sub);
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq h2, .faq p {
    padding-left: 40px !important;
}
.faq h2 {
    font-size: 1.15rem !important;
}
.faq h2::before {
  top: 0;
}
}

/* ----------------------------------------------------------------------

ご依頼の流れ 
---------------------------------------------------------------------- */
.flow_sec:nth-of-type(odd) {
    background: var(--color-base);
}
.flow_sec .content_inner {
    max-width: 950px;
}
.flow_sec h2 {
    margin-bottom: 50px !important;
}
a.flow_but {
  width: calc(50% - 10px);
  margin-right: 20px;
  padding: 18px 15px;
  line-height: 1.5;
  text-align: center;
  border-radius: 100px;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-white) !important;
  background: var(--color-main);
  box-sizing: border-box;
  transition: 0.5s;
}
a.flow_but:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
a.flow_but:hover {
  background: var(--color-sub);
  color: var(--color-main) !important;
}
.flow {
  padding-top: 18px;
  padding-left: 100px;
  padding-bottom: 50px;
  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: 75px;
  height: 75px;
  line-height: 66px;
  font-size: 3rem;
  font-weight: 900;
  border-radius: 100px;
  color: var(--color-white);
  background: var(--color-main);
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow_sec:nth-of-type(odd) .flow::before {
    counter-increment: counter-reset1;
    content: counter(counter-reset1) "";
    color: var(--color-main);
    background: var(--color-base);
    border: 2px solid;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 37px;
  width: 2px;
  height: 100%;
  background: var(--color-main);
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h3 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  text-align: left;
  line-height: 1.5 !important;
  padding: 0 !important;
  color: var(--color-main);
}
.flow h3::before {
  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_sec h2 {
    margin-bottom: 20px !important;
}
a.flow_but {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
  .flow {
    padding-top: 13px;
    padding-left: 70px;
    padding-bottom: 20px;
  }
.flow::before {
    width: 55px;
    height: 55px;
    line-height: 47px;
    font-size: 2rem;
}
.flow::after {
    left: 27px;
}
.flow h3 {
    font-size: 1.3rem !important;
    margin-bottom: 10px !important;
}
.flow h3::before {
    font-size: 1.5rem;
    line-height: 0.8;
    margin-bottom: 30px;
}
}

/* ----------------------------------------------------------------------

ご挨拶 
---------------------------------------------------------------------- */
.greeting_sec h2 {
  margin-bottom: 25px !important;
  border-bottom: 1px solid var(--color-border);
  line-height: 1.5 !important;
  text-align: left;
}
.greeting_sec h2::after {
  width: 50px;
  height: 1px;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: -1px;
}
.greeting_sec p {
  font-size: 0.9rem !important;
  margin-bottom: 15px !important;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0 !important;
}
.greeting_img {
  width: 35%;
  box-sizing: border-box;
}
.greeting_img img { 
  border: 2px solid var(--color-sub);
  border-radius: 10px;
  box-sizing: border-box;
}
.greeting_text {
  width: 65%;
  padding-left: 4vw;
  box-sizing: border-box;
}
@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 h2 {
    margin-bottom: 15px !important;
  }
  .greeting_sec p {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------------------------------------------------

運営概要 
---------------------------------------------------------------------- */
.information_sec .content_inner {
    max-width: 900px;
}
table.info_tbl th {
  width: 27%;
}
span.info-caution {
    font-size: 0.75rem;
    letter-spacing: 0;
}

/* ----------------------------------------------------------------------

お問い合わせ 
---------------------------------------------------------------------- */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 850px;
}
.mail_sec {
  background: var(--color-base);
}
address.con_tel {
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1 !important;
    letter-spacing: .15rem;
    margin-bottom: 20px !important;
    text-align: center;
    color: var(--color-main);
}

span.con_tel_sub {
    font-size: 1.2rem;
    letter-spacing: .05rem;
    margin-right: 5px;
    color: var(--color-text);
}
p.caution.con-caution {
    font-size: 0.9rem !important;
    width: fit-content;
    margin: 0 auto 10px !important;
    line-height: 1.5 !important;
}
p.con-time {
    text-align: center;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}
p.con-time:last-of-type {
    margin-bottom: 0 !important;
}
span.con-time-title {
    margin-bottom: 5px;
    color: var(--color-main);
    font-weight: 500;
    display: block;
}
span.caution.con-time-caution {
    font-size: 0.8rem;
}
.mail_info_box {
  margin-bottom: 30px;
}
.mail_info_box p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.mail_sec .content_inner {
  padding-bottom: 5px;
}
address.con_tel {
    font-size: 2rem;
    margin-bottom: 15px !important;
}
span.con_tel_sub {
    font-size: 0.95rem;
}
}
/* ----------------------------------------------------------------------

お問い合わせフォーム 
---------------------------------------------------------------------- */
span.required {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 5px 6px;
  border-radius: 2px;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-caution);
}
span.caution.mail-caution {
    font-size: 0.8rem;
}
.wpcf7 {
  border: none !important;
  background: none !important;
  margin: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  border: 0 !important;
  background: var(--color-white);
  border: 1px solid var(--color-border) !important;
  border-radius: 2px;
  padding: 18px 12px 13px !important;
  box-sizing: border-box !important;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    max-width: 100%;
    background: var(--color-white);
    border-color: var(--color-border);
    padding: 17px 12px 15px;
}
.wpcf7 form {
  margin: 0 !important;
}
.wpcf7 form p {
  line-height: 2.5;
  font-weight: 700;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px !important;
  width: 100% !important;
  max-width: 500px !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  letter-spacing: .05rem !important;
  height: 80px !important;
  border-radius: 100px;
  background: var(--color-main) !important;
  transition: all .5s !important;
  font-family: var(--font-main) !important;
}
.wpcf7 input.wpcf7-submit:hover {
  color: var(--color-main);
  background: var(--color-sub) !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: var(--color-not);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px 20px;
  margin-bottom: 0;
}

.form_tel {
  margin-bottom: 20px;
}
.form_tel input {
  width: calc(33.3333% - 19px) !important;
}
span.hyphen {
  margin: 0 10px;
}
.form_tel .wpcf7-not-valid-tip {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------

ブログ記事の画像 
---------------------------------------------------------------------- */
.single .post-content img {
  width: auto;
}

/* ----------------------------------------------------------------------

スタイルcss 記述変更 
---------------------------------------------------------------------- */
body.page-template-default .flex_layout {
    display: block;
}
body.single-post .flex_layout {
  display: block;
}

/* ----------------------------------------------------------------------

front-content02 アニメーション
---------------------------------------------------------------------- */

@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;
  }
}