/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: YOURFOOTBALLCLUB
 Version: 1.0.0
 Template: story_tcd041
 Text Domain: story-child
*/

/* ----------------------------------------------------------------------

YOURFOOTBALLCLUB
---------------------------------------------------------------------- */
:root {
  --color-main: #009845;
  --color-sub: #256e2f;
  --color-text: #2d2a26;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-base: #ededed;
  --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: "Roboto", 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: .03rem;
  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: 100px auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.65;
  pointer-events: none;
}
a, .post-content a {
  color: var(--color-text);
}
.font-1, .headline-font-type {
  font-family: var(--font-main) !important;
  font-weight: 500;
}
p, .post-content p {
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem !important;
  list-style: none !important;
}
.signage {
  height: 330px !important;
  background: var(--color-black) !important;
  position: relative;
  z-index: 0;
}
.signage::before, .signage::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.signage::before {
  background: radial-gradient(circle, transparent 20%, #000000a3 60%) !important;
}
.signage::after {
    background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
    background-size: cover;
    background-position: center center;
    opacity: 0.65;
    z-index: -1;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
  color: var(--color-white) !important;
}
.signage-title {
  font-size: 4rem !important;
  font-weight: 900;
  font-family: var(--font-eng) !important;
  letter-spacing: .2rem;
  line-height: 1;
}
.signage-title-sub {
  font-size: 1rem !important;
  font-weight: 700;
  letter-spacing: .03rem;
  margin-top: 15px;
  line-height: 1;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem !important;
  font-weight: 700;
  width: 86%;
  max-width: 1200px !important;
  display: block;
  height: 45px;
  line-height: 45px;
  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.8rem !important;
    margin-top: 10px;
  }
}

/* ----------------------------------------------------------------------

ロゴ 
---------------------------------------------------------------------- */
.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: 24px !important;
    left: 0 !important;
    width: 180px !important;
  }
  .logo img {
        max-height: none !important;
}
}
/* ----------------------------------------------------------------------

ナビ 
---------------------------------------------------------------------- */
.header-bar {
  z-index: 50;
  background: var(--color-main) !important;
  box-shadow: none !important;
}
.logo-image {
  top: 42px;
  left: 25px;
  width: 300px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
    padding-right: 10px;
}
.global-nav > ul > li > a {
  font-size: 21px;
  font-weight: 900;
  font-family: var(--font-eng);
  color: var(--color-white) !important;
  letter-spacing: .05rem;
  padding: 0 20px;
  position: relative;
  text-align: center;
  transition: 0.8s;
  overflow: hidden;
  z-index: 0;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 20px;
  width: 0;
  height: 2px;
  top: 30px;
  position: absolute;
  background: var(--color-text);
  transition: all 0.5s;
  z-index: 1;
}
.global-nav > ul > li > a:hover::before {
  width: calc(100% - 43px);
}
.global-nav a:hover, .global-nav .current-menu-item > a {
    color: var(--color-text) !important;
}
.global-nav .sub-menu a {
  font-size: 18px;
  font-weight: 900;
  font-family: var(--font-eng);
  letter-spacing: .05rem;
  color: var(--color-white) !important;
  background: var(--color-main) !important;
}
.global-nav .sub-menu a:hover {
  color: var(--color-text) !important;
  background: var(--color-main) !important;
}
.global-nav .sub-menu a::before, .global-nav > ul > li.global-menu-contact > a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .header-bar {
    background: var(--color-main) !important;
    border-color: var(--color-main) !important;
  }
  .global-nav-button {
    border: 0 !important;
  }
  .global-nav-button::before {
    color: var(--color-white) !important;
  }
  .global-nav-button:hover::before {
    color: var(--color-text) !important;
  }
  .global-nav {
    height: auto;
    padding: 0;
    background: none;
  }
  .global-nav a {
    background: var(--color-main) !important;
    color: var(--color-white) !important;
  }
  .global-nav > ul > li > a {
    font-size: 17px;
    text-align: left;
    padding: 0 15px !important;
    line-height: 54px !important;
  }
  .global-nav .sub-menu a {
    font-size: 15px;
    line-height: 55px !important;
    padding: 0 15px !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: var(--color-text) !important;
    background: var(--color-main) !important;
  }
  .global-nav .menu-item-has-children > a:before,  .global-nav > ul > li > a::before, .global-nav > ul > li.global-menu-sub > 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: 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;
  top: 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 {content: none;}
ul.list li::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 7px;
  height: 7px;
  border-radius: 100px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: var(--color-caution);
}

/* ----------------------------------------------------------------------

コンテンツボタン 
---------------------------------------------------------------------- */
a.content_but {
  width: calc(33.3333% - 10px);
  margin-right: 15px;
  padding: 17px 22px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--color-white) !important;
  background: var(--color-main);
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
}
a.content_but:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
a.content_but:hover {
  background: var(--color-sub);
}
a.con_but {
  width: 100%;
  max-width: 330px;
  padding: 13px 20px;
  margin-top: 15px;
  font-weight: 700;
  color: var(--color-white) !important;
  background: var(--color-main) !important;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.con_but:hover {
  color: var(--color-white) !important;
  background: var(--color-sub) !important;
}
a.con_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  right: 20px;
  line-height: 2.4;
  transition: 0.5s;
}
@media only screen and (max-width: 768px){
  a.content_but {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 485px){
a.con_but {
  text-align: center;
}
a.con_but::after {
   display: none;
}
}
/* ----------------------------------------------------------------------

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: radial-gradient(circle, transparent 40%, var(--color-black)  100%) !important;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.45;
}
.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: 90%;
  margin: 0 auto;
}
.front-copy-img {
  width: 75%;
  max-width: 850px;
}
.scroll-box {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  color: var(--color-white);
}
.scroll-box span{
  position: absolute;
  display: block;
  width: 10%;
  font-size: 13px;
  font-weight: 900;
  font-family: var(--font-eng);
  text-align: center;
  letter-spacing: .1rem;
  bottom: 45px;
}
.scroll-box::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 35px;
  background: var(--color-white);
  left: 5%;
  bottom: 0;
  z-index: -1;
}
h2.front-main-title {
  font-size: 4rem;
  font-weight: 900;
  font-family: var(--font-eng);
  line-height: 1;
  letter-spacing: .15rem;
  margin-bottom: 60px;
  text-align: center;
}
h2.front-main-title span {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: var(--font-main);
    letter-spacing: .08rem;
    margin-top: 12px;
    display: block;
    color: var(--color-main);
}
h2.front-main-title.front_original01_title {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
    text-align: left;
    margin-bottom: 20px;
    color: var(--color-main);
}
.front_original01 {
  padding: 6em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1199px;
  margin: 0 auto;
}
.front-original01__title {
  width: 30%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 70%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.front-original01__title h3 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: .2rem;
}
.front-original01__text p {
  margin-bottom: 24px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front_original02 {
  padding: 7em 0;
  position: relative;
  color: var(--color-white);
  background: var(--color-black);
  z-index: 0;
}
.front_original02::before, .front_original02::after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.front_original02::before {
  background: radial-gradient(circle, transparent 10%, #000000a3 80%) !important;
}
.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;
  opacity: 0.75;
  z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 850px;
  margin: 0 auto;
}
.front-original02__text h2 {
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 30px;
}
.front-original02__text p {
  margin-bottom: 15px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding-bottom: 5em;
  background: var(--color-main) !important;
  position: relative;
  z-index: 0;
}
.content02::before {
    content: '';
    position: absolute;
    display: block;
    background: var(--color-white);
    width: 100%;
    height: 270px;
    top: 0;
    left: 0;
    z-index: -2;
}
.content02-inner {
  width: 86% !important;
  max-width: 1250px !important;
  margin: 0 auto;
  padding: 0 !important;
}
.content02-item {
  width: calc(33.3333% - 6.7777px);
  margin-left: 10px;
  padding-bottom: 0;
  color: var(--color-text);
  background: var(--color-white);
  border: 1px solid var(--color-main);
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.content02-item:last-of-type {
  margin-bottom: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  transition: all .8s;
  z-index: 0;
  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: #00000061;
  -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: 2rem !important;
  font-weight: 900;
  font-family: var(--font-eng);
  letter-spacing: .15rem;
  line-height: 1;
}
p.content02-img_title span {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--font-main);
  letter-spacing: .05rem;
  display: block;
  margin-top: 5px;
}
.content02-text-box {
  padding: 25px 30px 30px;
  box-sizing: border-box;
}
h3.content02-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-align: left;
  color: var(--color-text);
}
.content02-text {
  font-size: 0.95rem !important;
  line-height: 2;
  color: var(--color-text);
}
a.content02-but {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0;
  height: 65px;
  line-height: 65px;
  padding: 0 5px;
  color: var(--color-white);
  background: var(--color-main);
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
a.content02-but::after {
  width: 100%;
  height: 0;
  background: var(--color-text);
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  z-index: -1;
}
a.content02-but:hover {
  color: var(--color-white);
  background: var(--color-main);
}
a.content02-but:hover::after {
  height: 100%;
}
.front_original03 {
  padding: 7em 0;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.third-box::after {
  counter-increment: number 1;
  content: "0"counter(number) "";
  position: absolute;
  font-size: 12rem;
  font-weight: 900;
  font-family: var(--font-eng);
  line-height: 0.8;
  color: var(--color-main);
  opacity: 0.15;
  top: 0;
  right: 0;
  z-index: -1;
}
.third-box:nth-of-type(even)::after {
  left: 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;
  position: relative;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
h3.third_title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-main);
  line-height: 1.5;
  margin-bottom: 20px;
}
.front_topics {
  padding: 6em 0;
  background: var(--color-base);
}
.front-topics-inner {
  width: 86%;
  max-width: 1000px;
  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-white);
  background: var(--color-main);
}
.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 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: 1150px;
  margin: 0 auto;
}
h2.front-main-title.footer-con-title {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: left;
  color: var(--color-white);
}
address.footer_tel {
  font-size: 3.1rem;
  font-style: normal;
  font-family: var(--font-eng);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: .1rem;
  margin-bottom: 25px;
}
address.footer_tel a {
    color: #fff;
}
span.footer_tel_sub {
    font-size: 1.3rem;
    letter-spacing: .1rem;
    margin-right: 5px;
}
a.footer_mail_but {
    width: 100%;
    max-width: 430px;
    margin-top: 20px;
    padding: 20px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    transition: 0.5s;
    background: var(--color-white);
    box-sizing: border-box;
    display: block;
}
a.footer_mail_but::before {
  content: "\f0e0";
  font-family: design_plus;
  margin-right: 15px;
  transition: 0.5s;
}
a.footer_mail_but:hover {
    color: #fff;
    background: var(--color-main);
}
.footer_original_sec {
  padding: 4em 0 8em;
}
.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.6rem;
  font-weight: 900;
  font-family: var(--font-eng);
  letter-spacing: .1rem;
  margin-bottom: 25px;
}
span.footer-logo-sub {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 15px;
    display: block;
}
dl.address_body {
  width: 100%;
  max-width: 460px;
  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: 20%;
}
dd.address_text {
  width: 80%;
  padding-left: 1vw;
  box-sizing: border-box;
}
ul.footer_sns__links {
  width: 100%;
  max-width: 90px;
}
li.footer_sns__links-item {
  width: 100%;
  margin-right: 10px;
}
li.footer_sns__links-item:last-of-type {
  margin-right: 0;
}
a.footer_sns_but {
  display: block;
  text-align: center;
  color: var(--color-white);
}
a.footer_sns_but::before {
  content: '';
  color: var(--color-white);
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.sns_insta_but::before {
  content: "\ea92";
  background: var(--color-insta);
}
a.sns_insta_but:hover {
  color: var(--color-instatext);
}
a.footer_sns_but span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 900;
  font-family: var(--font-eng);
  letter-spacing: .08rem;
}
.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.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}
.footer-menu-list li:last-of-type {
  margin-bottom: 0;
}
.footer-menu-list li a {
  color: var(--color-white);
  transition: 0.5s;
  position: relative;
  z-index: 0;
}
.footer-menu-list li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--color-white);
  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;
}
.footer-bar01-inner {
  width: 86% !important;
  max-width: 1150px !important;
  margin: 0 auto;
}
.copyright {
  font-size: 11px !important;
  font-weight: 500;
  text-align: left;
  color: var(--color-white);
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: var(--color-sub) !important;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 13px;
  width: 13px;
  height: 13px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  background: var(--color-text) !important;
  color: var(--color-white);
}
@media only screen and (max-width: 1200px) {
  .top-slider-wrapper {
    width: 100%;
    border-radius: 0;
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__text {
    margin-top: 20px;
    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 {
    margin-bottom: 30px;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
  }
  .content02-item:nth-of-type(2), .content02-item:last-of-type {
    margin-top: 10px;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .third-box:nth-of-type(even)::after {
    left: auto;
    right: 0;
  }
  .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;
  }
  .footer_original_sec {
    padding-bottom: 4em;
}
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 280px;
    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: 991px) {
   .scroll-box {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  h2.front-main-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
    letter-spacing: .1rem;
  }
  h2.front-main-title span {
    font-size: 0.9rem;
}
  .front_original01, .front_original02, .front_original03, .front_topics, .footer_contact_sec {
    padding: 3em 0;
  }
  .content02 {
    padding-bottom: 3em;
}
.content02::before {
  height: 220px;
}
.content02-text-box {
    padding: 20px 25px 25px;
}
  h2.front-main-title.front_original01_title {
    font-size: 1.3rem;
    margin-bottom: 10px;
}
  .front-original01__title h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: .03rem;
  }
  .front-original01__text p {
    font-size: 0.9rem !important;
    margin-bottom: 10px;
  }
  .content02 h2.front-main-title {
    margin-bottom: 30px;
  }
.front_original02::after {
    background-position-x: 80%;
}
  .front-original02__text h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  h3.third_title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  h2.front-main-title.footer-con-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
  address.footer_tel {
    font-size: 2rem;
    letter-spacing: .1rem;
}
span.footer_tel_sub {
    font-size: 1rem;
}
  .footer_original_sec {
    padding: 2.5em 0 1em;
  }
  h2.footer-logo-name {
    font-size: 1.6rem;
}
span.footer-logo-sub {
    font-size: 1rem;
}
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
a.footer_mail_but::before {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 22px;
}
  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.8rem !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  text-align: left;
  margin-bottom: 25px !important;
  border-bottom: 2px solid var(--color-main);
  padding: 0 !important;
}
.post-content h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: -2px;
  background: var(--color-text);
}
.post-content h3 {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: var(--color-main);
  margin-bottom: 15px !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 table, .post-content .s_table {margin-bottom: 0 !important;}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 500 !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-sub) !important;
  background: none !important;
  box-sizing: border-box;
}
.post-content th {
  width: 25%;
  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: 12px 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.5rem !important;
    line-height: 1.5 !important;
    margin-bottom: 18px !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;
  font-weight: 700;
}
.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: var(--color-white) !important;
  box-sizing: border-box;
  border: 1px solid var(--color-main);
}
.article03-content {
  padding: 12px 15px !important;
}
.article03-title {
  font-size: 0.9rem;
  font-weight: 700;
  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 {
  border-top: 1px dotted var(--color-sub);
  border-bottom: 1px dotted var(--color-sub);
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px dotted 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-main);
  border-radius: 2px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
h3.article01-title {
  line-height: 1.3;
}
h3.article01-title a {
  font-size: 0.75rem;
  font-weight: 500;
  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 {
  font-weight: 500;
}
.post-meta-box-item::before {
  color: var(--color-main);
}
.headline-bar {
  font-size: 15px;
  font-weight: 500 !important;
  text-align: left;
  color: var(--color-white);
  background: var(--color-text) !important;
}
.side_widget .headline-bar {
  font-size: 16px;
  font-weight: 900 !important;
  font-family: var(--font-eng);
  margin-bottom: 20px;
  padding: 15px 15px;
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 11px;
  line-height: 1.6;
  border-bottom: 1px dotted var(--color-sub);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 10px;
  color: var(--color-text);
  font-family: var(--font-main);
}
.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 {
    margin-top: 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-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_box {
    margin-bottom: 70px;
}
.price_box:last-of-type {
    margin-bottom: 0;
}
.price_box h2 {
  text-align: left;
  margin-bottom: 15px;
}
.price_box h2::after {
  width: 30px;
  height: 3px;
  border-radius: 0;
  margin-top: 10px;
  margin-left: 0;
}
.price_box p {
  margin-bottom: 15px !important;
}
.price_box p:last-child {
  margin-bottom: 0 !important;
}
table.price_tbl tr:first-of-type th {
    font-size: 1rem;
    font-weight: 900 !important;
    color: var(--color-white);
    background: var(--color-sub) !important;
}
table.price_tbl th, table.price_tbl td {
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: .03rem;
    padding: 15px 10px 13px !important;
    border: 1.5px solid var(--color-sub) !important;
    background: var(--color-white) !important;
}
table.price_tbl th {
    width: 10%;
}
table.price_tbl th.category, table.price_tbl td.category {
  background: var(--color-base) !important;
}
span.caution.price_caution {
    margin-left: 10px;
    font-weight: 400;
    text-align: left;
}
ul.list.caution_list {
    font-size: 0.9rem !important;
    margin-top: 15px;
}
@media only screen and (max-width: 970px){
  table.price_tbl th, table.price_tbl td {
    display: table-cell;
  }
}
@media only screen and (max-width: 768px){
.price_box {
  margin-bottom: 40px;
} 
}

/* ----------------------------------------------------------------------

表 スクロール
---------------------------------------------------------------------- */
p.scroll_text {
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
  display: none;
}
@media only screen and (max-width: 970px){
.table_scroll {
  overflow: auto !important;
  white-space: nowrap !important;
}
 p.scroll_text {
    display: block;
}
}
@media only screen and (max-width: 768px){
 table.price_tbl tr:first-of-type th {
    font-size: 0.9rem;
} 
}
@media only screen and (max-width: 500px){
.price_box:nth-of-type(2) table.price_tbl tr:first-of-type th {
    text-align: left;
}
}
/* ----------------------------------------------------------------------

ご依頼の流れ 
---------------------------------------------------------------------- */
.flow_sec .content_inner {
    max-width: 1050px;
}
.flow {
  padding-top: 25px;
  padding-left: 80px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:first-of-type {
    margin-top: 60px;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 50px;
  height: 80px;
  line-height: 80px;
  font-size: 3.5rem;
  font-weight: 900;
  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: 24px;
  width: 2px;
  height: 100%;
  background: var(--color-main);
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  font-size: 1.4rem !important;
  text-align: left;
  line-height: 1.5 !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
  border: 0;
  color: var(--color-main);
}
.flow h2 span {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 10px;
    color: var(--color-text);
    display: inline-block;
}
.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: 18px;
    padding-left: 60px;
    padding-bottom: 20px;
  }
  .flow:first-of-type {
    margin-top: 30px;
}
.flow::before {
    width: 40px;
    height: 70px;
    line-height: 68px;
    font-size: 3rem;
}
.flow::after {
    left: 19px;
}
.flow h2 {
    margin-bottom: 10px !important;
}
.flow h2::before {
    font-size: 1.5rem;
    line-height: 0.8;
    margin-bottom: 30px;
}
}


/* ----------------------------------------------------------------------

よくある質問 
---------------------------------------------------------------------- */
.faq {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.3rem !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: 900;
  font-family: var(--font-eng);
  color: var(--color-white);
  background: var(--color-main);
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 100px;
  left: 0;
  top: 0;
}
.faq h2::after {
  content: none;
}
p.answer {
    padding-top: 1px;
}
p.answer::before {
  content: 'A';
  background: var(--color-text);
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
  }
  .faq h2 {
    margin-bottom: 5px !important;
  }
}


/* ----------------------------------------------------------------------

ご挨拶 
---------------------------------------------------------------------- */
.greeting_sec h2 {
  line-height: 1.5 !important;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
}
.greeting_sec h2::after {
  width: 50px;
  height: 1px;
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: -1px;
}
.greeting_sec p {
  margin-bottom: 15px !important;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0 !important;
}
.greeting_inner {
  margin-bottom: 50px;
}
.greeting_inner:last-of-type {
  margin-bottom: 0;
}
.greeting_img {
  width: 35%;
  box-sizing: border-box;
}
.greeting_text {
  width: 65%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.greeting_img h2 {
    font-size: 1.15rem !important;
    letter-spacing: 0;
    margin-bottom: 5px !important;
    border: 0;
}
.greeting_img h2::after {
    content: none;
}
@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_inner {
    margin-bottom: 30px;
}
}

/* ----------------------------------------------------------------------

運営概要 
---------------------------------------------------------------------- */
.information_sec .content_inner {
    max-width: 900px;
}
table.info_tbl th {
  width: 27%;
  font-weight: 700 !important;
}
/* ----------------------------------------------------------------------

お問い合わせ 
---------------------------------------------------------------------- */
.mail_sec {
  background: var(--color-base);
}
.con_inner {
  margin-bottom: 40px;
}
.con_inner p {
  margin-bottom: 15px !important;
}
.con_inner:last-of-type, .con_inner p:last-of-type {
  margin-bottom: 0 !important;
}
.con_info_box {
    padding: 30px 35px;
    background: var(--color-base);
    box-sizing: border-box;
}
ul.list.experience_list {
    font-size: 1.15rem !important;
    margin-bottom: 15px !important;
}
ul.experience_list li {
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-main);
}
ul.experience_list li::before {
    top: 13px;
}
address.con_tel {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 900;
    font-family: var(--font-eng);
    line-height: 1 !important;
    letter-spacing: .15rem;
    margin-bottom: 0 !important;
    color: var(--color-main);
}
span.con_tel_sub {
    font-size: 1.8rem;
    letter-spacing: .05rem;
    margin-right: 5px;
    color: var(--color-text);
}
.mail_info_box {
  margin-bottom: 35px !important;
}
.mail_info_box p {
  margin-bottom: 0 !important;
}
span.mail_info_caution {
    font-size: 0.9rem;
    letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
.mail_sec .content_inner {
    padding-bottom: 1px;
}
.con_inner {
    margin-bottom: 20px;
  }
  .con_info_box {
    padding: 20px 25px;
}
  address.con_tel {
    font-size: 2rem;
    letter-spacing: .1rem;
    margin-bottom: 10px;
}
span.con_tel_sub {
    font-size: 1rem;
}
}
/* ----------------------------------------------------------------------

お問い合わせフォーム 
---------------------------------------------------------------------- */
table.mail_tbl th, table.mail_tbl td {
    padding: 20px !important;
    border: 1px solid var(--color-border) !important;
}
table.mail_tbl td {
  background: var(--color-sub) !important;
}
span.required {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 8px;
  padding: 5px 6px 6px;
  border-radius: 2px;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-caution);
}
span.any {
    background: var(--color-text);
}
.wpcf7 {
  border: none !important;
  background: none !important;
  margin: 0 !important;
}
.wpcf7 p {
  margin-bottom: 0 !important;
}
.wpcf7-list-item {
  display: inline-block !important;
}
span.wpcf7-list-item.first {
    margin-left: 0;
}
.wpcf7 input, .wpcf7 textarea {
  background: var(--color-white);
  border: 0 !important;
  border-radius: 2px;
  padding: 18px 15px !important;
  box-sizing: border-box !important;
}
.wpcf7 form {
  margin: 0 !important;
}
.wpcf7 select {
    width: 100% !important;
    max-width: 100% !important;
    padding: 13px 10px 10px !important;
    background: var(--color-white);
    border: 0 !important;
    box-sizing: border-box;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 60px !important;
  width: 100% !important;
  max-width: 500px !important;
  font-size: 1.15rem !important;
  font-weight: 800;
  letter-spacing: .08rem;
  height: 90px !important;
  background: var(--color-main) !important;
  transition: all .5s !important;
  font-family: var(--font-main);
}
.wpcf7 input.wpcf7-submit:hover {
  color: var(--color-white);
  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;
}
@media only screen and (max-width: 970px){
  table.mail_tbl th, table.mail_tbl td {
    padding: 10px 15px !important;
    margin-bottom: -1px;
}
}
@media only screen and (max-width: 768px) {
  .wpcf7-list-item {
    display: block !important;
    margin-left: 0 !important;
}
  .wpcf7 input.wpcf7-submit {
    margin-top: 30px !important;
}
}
/* ----------------------------------------------------------------------

ブログ記事の画像 
---------------------------------------------------------------------- */
.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;
}
/* ----------------------------------------------------------------------

ローディングアイコン
---------------------------------------------------------------------- */
#site-loader-overlay {
   background: var(--color-main) !important;
}

/*スタッフ構成*/

.staff-img {
	    width: 24%;
    position: relative;
    margin-right: 1%;
    margin-bottom: 10px;
}
.staff-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(to top, #151515 13%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}
p.staff_name {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
p.staff_name span {
    display: block;
    font-size: 0.9em;
}
p.staff_name a {
	color: #fff !important;
}

.staff-detail .staff-dimg {
	width: 30%;
	margin-right: 5%;
}

.staff-detail .staff-content {
	width: 65%;
}
.staff-detail h2 span {
	    font-size: 55%;
    padding-left: 10px;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
	.staff-img {
    width: 48%;
    position: relative;
    margin: 0 1% 5px;
	}
	.staff-detail .staff-dimg {
    width: 80%;
    margin: 0 auto 15px;
}
	.staff-detail .staff-content {
    width: 100%;
}
	.staff-content .s_table {
		white-space: normal !important;
	}
}