@charset "UTF-8";
/* 株式会社A.CREST CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #676e7a;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(15px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #676e7a;
}
.font-type1 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.headline-font-type, h2, .post-content h2 {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
p, .post-content p {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  font-weight: 400;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 45px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8rem;
  font-weight: 400;
  width: 86% !important;
  max-width: 1200px !important;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
}
.signage {
  height: 370px;
  background: #f6f6f6 !important;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  text-shadow: none;
}
.signage-title {
  font-size: 2.5rem !important;
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 12px;
  color: #676e7a !important;
}
.signage-title-sub {
  font-size: 1.2rem !important;
  font-family: "EB Garamond", serif;
  letter-spacing: .12rem;
  color: #676e7a !important;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 300px;
  }
  .signage-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title {
    font-size: 1.8rem !important;
    margin-bottom: 10px;
  }
  .signage-title-sub {
    font-size: 1rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  height: 90px;
  background: none !important;
  box-shadow: none;
}
.logo-image {
  top: 10px;
  left: 10px;
  width: 140px;
  height: auto;
  box-sizing: border-box;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 10px;
  border-bottom-left-radius: 3px;
  background: #fff;
  box-sizing: border-box;
}
.global-nav > ul > li > a, .global-nav .sub-menu a {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.global-nav > ul > li > a {
  font-size: 15px;
  letter-spacing: .03rem;
  line-height: 90px;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #676e7a;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 8px;
  top: 41px;
  position: absolute;
  background: #c6c6c6;
}
.global-nav > ul > li:first-of-type a::before, .global-nav > ul > li:last-of-type a::before {
  content: none;
}
.global-nav > ul > li.global-menu-contact > a {
  padding: 0 35px;
  margin-left: 5px;
  background: #676e7a;
  color: #fff;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "Contact";
  position: relative;
  text-align: center;
  display: block;
  bottom: 25px;
  line-height: 0;
  font-size: 10px;
  letter-spacing: .15rem;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: #676e7a;
  background: #e8e8e9;
}
.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-family: "design_plus";
  color: #939ca3;
}
.global-nav .sub-menu a {
  font-size: 14px;
  letter-spacing: .07rem;
  color: #676e7a;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #b3b9bd !important;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 0;
    left: -17px;
    width: 120px;
    padding: 15px;
    background: #fff;
  }
  .header-bar {
    height: 55px;
    background: #fff !important;
    border-color: #fff;
  }
  .global-nav {
    padding-left: 0;
    border-radius: 0;
    background: none;
  }
  .global-nav-button {
    border-left: 0;
    background: none;
  }
  .global-nav-button:before {
    color: #676e7a;
  }
  .global-nav-button:hover:before {
    color: #b3b9bd;
  }
  .global-nav > ul > li > a {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    text-align: left;
    padding: 0 20px;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    bottom: 17px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    padding: 0 20px;
    margin-left: 0;
    line-height: 50px;
    background: #fff;
  }
  .global-nav > ul > li > a::before, .global-nav > ul > li.global-menu-sub > a::after, .global-nav > ul > li.global-menu-contact > a::after {
    content: none !important;
  }
  .global-nav a {
    background: #fff;
    color: #676e7a !important;
  }
  .global-nav .sub-menu a {
    font-size: 13px;
    padding: 0 20px;
    color: #676e7a !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #b3b9bd !important;
    background: #fff !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #676e7a;
  }
}
@media only screen and (max-width: 1200px) {
  .home .header::before, .home .header::after {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .logo-image {
    width: 80px;
    padding: 7px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.top-slider-nav {
  display: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
  display: block;
}
.front-copy-img {
  width: 70%;
  max-width: 450px;
  margin: auto;
}
.top-slider-wrapper {
  background: #fff;
  z-index: 0;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #777777;
  opacity: 0.5;
  z-index: 1;
}
.scroll-box {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
.scroll-box::after {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 1px;
  height: 35px;
  bottom: -40px;
  left: 50%;
  z-index: -1;
}
.scroll-box span {
  position: absolute;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  line-height: 0;
  text-align: center;
  letter-spacing: .12rem;
  color: #fff;
  left: 0;
  bottom: 15px;
}
.front_original01 {
  padding: 6em 0 8em;
}
.front-original01-inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
}
.front-original01__text h2 {
  font-size: 3rem;
  letter-spacing: .15rem;
  line-height: 1.5;
  margin-bottom: 70px;
}
.front-original01__text h2 span {
  margin-top: 20px;
  font-size: 1.5rem;
  display: block;
  color: #b3b9bd;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.front_original02 {
  padding: 15em 0 5em;
  color: #fff;
  background: #2d3033;
  position: relative;
  z-index: 0;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.35;
  z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
.front-original02__text h2 span {
  font-size: 1.3rem;
  letter-spacing: .15rem;
  margin-bottom: 20px;
  display: block;
}
.front-original02__text p {
  margin-bottom: 20px;
}
.front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front-content02 {
  position: relative;
  padding-bottom: 1em;
}
.front_original03 {
  position: relative;
  padding-top: 1em;
}
.front-content02-img-inner, .front-original03-img-inner {
  width: 45%;
  margin-left: 55%;
  box-sizing: border-box;
}
.front-content02-img-inner {
  margin-left: 55%;
}
.front-original03-img-inner {
  margin-left: -100%;
}
.front-content02-text-inner, .front-original03-text-inner {
  width: 55%;
  margin-left: -100%;
  padding: 1rem 6vw 5rem;
  box-sizing: border-box;
}
.front-content02-text-inner {
  margin-left: -100%;
}
.front-original03-text-inner {
  margin-left: 45%;
  padding: 5rem 6vw 1rem;
}
.front-content02-img-frame, .front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #676e7a;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.content02-img, .original03-img {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content02-img {
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02_img.jpg");
}
.original03-img {
  background-image: url("/wp-content/themes/story_tcd041/img/front_original03_img.jpg");
}
.content02-text__box, .third-box {
  margin-bottom: 4rem;
  box-sizing: border-box;
}
.content02-text__box:last-of-type, .third-box:last-of-type {
  margin-bottom: 0;
}
.content02-text__box h2, h2.third_title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
h2.third_title::before {
  counter-increment: number 1;
  content: "Point."counter(number) "";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  display: block;
  color: #b3b9bd;
}
a.content02-but {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
  width: 100%;
  max-width: 330px;
  margin-top: 20px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  background: #676e7a;
  padding: 20px 25px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  right: 20px;
  z-index: -1;
  transition: 0.5s;
}
a.content02-but:hover {
  color: #676e7a;
  background: #e8e8e9;
  border-radius: 100px;
}
.front_topics {
  padding: 10em 0 7em;
}
.front-topics-inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.front-topics-title-inner {
  width: 25%;
  float: left;
  padding-right: 1vw;
  box-sizing: border-box;
  display: block;
}
h2.front_topics_title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
h2.front_topics_title span {
  margin-bottom: 18px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .15rem;
  display: block;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
}
.footer_contact_sec {
  padding: 4em 0 3em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 60%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 6vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
dl.address_body {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
dl.address_body:last-of-type {
  margin-bottom: 1rem;
}
dd.address_text {
  margin-top: 3px;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel, address.footer_mobile {
  font-weight: 500;
  font-style: normal;
  letter-spacing: .08rem;
}
address.footer_tel {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
address.footer_mobile {
  display: inline-block;
  font-size: 1.2rem;
}
span.footer_tel_sub, span.footer_mobile_sub {
  margin-right: 2px;
  letter-spacing: .04rem;
}
span.footer_tel_sub {
  font-size: 0.85rem;
}
span.footer_mobile_sub {
  font-size: 0.7rem;
}
ul.sns__links {
  width: 100%;
  max-width: 160px;
  margin-top: 25px;
}
li.sns__links-item {
  width: calc(50% - 8px);
  margin-right: 15px;
  box-sizing: border-box;
}
ul.sns__links li:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: '\f0e0';
  background: #676e7a;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns:hover {
  background: none;
}
a.footer_mail_but:hover {
  color: #b3b9bd;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 5px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-family: "EB Garamond", serif;
}
ul.footer-content-list-outer {
  width: 50%;
  padding-right: 2vw;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.85rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #676e7a;
  top: 11px;
  left: 0;
  transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
  padding-left: 8px;
}
ul.footer-content-list-outer li a:hover {
  color: #b3b9bd;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: auto;
}
.copyright {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  color: #676e7a;
}
.pagetop {
  right: 15px;
  bottom: 15px;
  transition: all 0.5s;
}
.pagetop:hover {
  bottom: 25px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #fff;
  background: #676e7a;
  border-radius: 2px;
  position: relative;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: 14px;
  height: 14px;
}
.pagetop a:hover {
  color: #676e7a;
  background: #e8e8e9;
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
  .front-topics-title-inner {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .front_original01, .front_original02, .front_topics {
    padding: 5em 0;
  }
  .front-original01__text h2, .front-original02__text h2 {
    margin-bottom: 30px;
  }
  .front-content02 {
    padding-bottom: 0;
  }
  .front_original03 {
    padding-top: 0;
  }
  .front-content02-img-inner, .front-original03-img-inner {
    width: 100%;
    height: 40vh;
    min-height: 450px;
    margin-left: 0;
  }
  .front-content02-text-inner, .front-original03-text-inner {
    width: 100%;
    margin-left: 0;
    padding: 4rem 6vw;
  }
  .content02-text__box, .third-box {
    margin-bottom: 2.5rem;
  }
  .original03-img {
    background-position-y: 20%;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 390px;
    padding-left: 0;
    margin-top: 2.5rem;
  }
  .dp-footer-bar {
    left: 0;
    background: #676e7a !important;
    border-top: 1px solid #fff !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-item {
    font-size: 10px;
    letter-spacing: 0;
  }
  .icon-file-text:before {
    content: "\ea92";
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .scroll-box {
    width: 100%;
  }
  .scroll-box::after {
    left: 50%;
  }
  .scroll-box span {
    width: 100%;
  }
  .front_original01, .front_original02, .front_topics {
    padding: 3em 0;
  }
  .front-original01__text h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .front-original02__text h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .front-original01__text h2 span {
    margin-top: 10px;
    font-size: 1rem;
  }
  .front-original02__text h2 span {
    font-size: 1rem;
  }
  .front-original01__text p, .front-original02__text p {
    margin-bottom: 10px;
  }
  .front-content02-text-inner, .front-original03-text-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .content02-text__box h2, h2.third_title {
    font-size: 1.35rem;
  }
  h2.third_title::before {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  h2.front_topics_title {
    font-size: 1.7rem;
  }
  h2.front_topics_title span {
    margin-bottom: 12px;
  }
  .footer_contact_sec {
    padding: 2em 0 1.5em;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    right: 10px;
    bottom: 75px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #676e7a;
  width: 30px;
  height: 1px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0 0 0 30px;
  color: #676e7a;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #676e7a;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #b3b9bd;
  padding: 0;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .08rem;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 1px #b3b9bd solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-color: #676e7a;
  border-right: none;
}
.post-content td {
  padding-left: 15px;
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 15px 2px 13px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .post-content h2::after {
    width: 20px;
  }
  .post-content h3 {
    font-size: 1.2rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-title {
  font-weight: 700;
  color: #676e7a;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  border: 1px solid #b3b9bd;
  background: #fff;
  box-sizing: border-box;
}
.article03, .article03-thumbnail {
  transition: all 0.8s ease 0s
}
.article03:hover {
  border-radius: 15px;
}
.article03:hover .article03-thumbnail {
  border-radius: 14px 14px 0 0;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #676e7a;
}
.article03-meta {
  font-weight: 400;
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.post-title {
  color: #676e7a;
}
.post-title, .post-meta {
  text-align: left;
}
.nav-links01 {
  font-size: 12px;
  border-top: 1px solid #b3b9bd;
  border-bottom: 1px solid #b3b9bd;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #b3b9bd;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 400;
  color: #676e7a;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
  font-weight: 400;
}
.post-meta-box-item::before {
  color: #676e7a;
}
.headline-bar {
  font-size: 15px;
  font-family: "EB Garamond", serif;
  padding-left: 20px;
  text-align: left;
}
.side_widget {
  font-size: 12px;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  .post-header {
    margin: 40px auto 10px;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #676e7a;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #b3b9bd;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  color: #f35d63;
  left: 0;
  top: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #fcd037;
  width: 6px;
  height: 6px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 1px;
  color: #f35d63;
  font-size: 14px;
}
a.content-but {
  width: 100%;
  max-width: 330px;
  margin-top: 1rem;
  padding: 22px 20px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: .02rem;
  line-height: 1;
  text-align: left;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content-but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  line-height: 1.5;
  right: 20px;
  transition: 0.5s;
}
a.content-but:hover {
  background: #e8e8e9;
  border-color: #e8e8e9;
  border-radius: 100px;
  color: #676e7a;
}
/* コンテンツ 共通 END */
/* 施工・サービス */
.service_box {
  align-items: center;
  margin-bottom: 4rem;
}
.service_box:last-of-type {
  margin-bottom: 0;
}
.service_box h2 {
  font-size: 1.35rem;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
  border-color: #b3b9bd;
}
.service_box h2::after {
  margin-left: 0;
}
.service_box p {
  font-size: 0.85rem;
  margin-bottom: 10px;
}
.service_box p:last-of-type {
  margin-bottom: 0;
}
.service_text {
  width: 60%;
  box-sizing: border-box;
}
.service_img {
  width: 40%;
}
.service_box:nth-of-type(odd) .service_text {
  padding-right: 4vw;
}
.service_box:nth-of-type(even) .service_text {
  margin-left: 40%;
  padding-left: 4vw;
}
.service_box:nth-of-type(even) .service_img {
  margin-left: -100%;
}
@media only screen and (max-width: 970px) {
  .service_text, .service_img {
    width: 100%;
  }
  .service_box:nth-of-type(even) .service_text, .service_box:nth-of-type(even) .service_img {
    margin-left: 0;
  }
  .service_text {
    margin-bottom: 1.5rem;
  }
  .service_box:nth-of-type(odd) .service_text {
    padding-right: 0;
  }
  .service_box:nth-of-type(even) .service_text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .service_box {
    margin-bottom: 3rem;
  }
}
/* 施工・サービス END */
/* スタッフ紹介 */
.staff_sec h2 {
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: left;
}
.staff_sec h2::after {
  content: none;
}
.staff_sec p {
  margin-bottom: 30px;
}
.staff_sec p:last-child, .staff_img p {
  margin-bottom: 0;
}
.staff-flex-inner {
  margin-bottom: 6rem;
}
.staff-flex-inner:last-of-type {
  margin-bottom: 0;
}
.staff_img {
  width: 40%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.staff_text {
  width: 60%;
  box-sizing: border-box;
}
p.name {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.5;
  margin-top: 12px;
}
p.name span {
  font-size: 0.9rem;
  margin-right: 12px;
}
dl.profile_body {
  margin-bottom: 10px;
}
dl.profile_body:last-of-type {
  margin-bottom: 0;
}
dt.profile_title, dd.profile_text {
  line-height: 1.5;
}
dd.profile_text {
  font-size: 1rem;
  padding-left: 1vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 970px) {
  .staff_img, .staff_text {
    width: 100%;
  }
  .staff_img {
    max-width: 500px;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .staff_sec h2 {
    margin-bottom: 15px;
  }
  .staff_sec p {
    margin-bottom: 20px;
  }
  .staff-flex-inner {
    margin-bottom: 3rem;
  }
}
/* スタッフ紹介 END */
/* 施工事例 */
.works-box {
  margin-top: 80px;
}
.works-box h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}
.works-box h2::after {
  margin-left: 0;
}
@media only screen and (max-width: 768px){
  .works-box {
    margin-top: 40px;
}

.works-box h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.works-box h2::after {
    width: 30px;
    margin-top: 5px;
}
}
/* 施工事例 END */
/* ご依頼の流れ */
.flow_sec .content_inner {
  max-width: 1050px;
}
.flow_sec p {
  margin-bottom: 10px;
}
.flow_sec p:last-child {
  margin-bottom: 0;
}
.flow {
  padding-left: 100px;
  padding-top: 3px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
}
.flow:first-of-type {
  margin-top: 70px;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 60px;
  height: 80px;
  line-height: 75px;
  font-size: 3.5rem;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #676e7a;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: 1px;
  height: 100%;
  background: #676e7a;
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  line-height: 1;
  margin-bottom: 25px;
  text-align: left;
}
.flow h2::after {
  content: none;
}
.flow h2 span {
  font-size: 0.95rem;
  letter-spacing: .1rem;
  margin-bottom: 15px;
  opacity: 0.6;
  display: block;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 0;
    padding-left: 65px;
    padding-bottom: 40px;
  }
  .flow:first-of-type {
    margin-top: 30px;
  }
  .flow::before {
    width: 40px;
    height: 60px;
    line-height: 56px;
    font-size: 2.2rem;
  }
  .flow::after {
    left: 20px;
  }
  .flow h2 {
    margin-bottom: 15px;
  }
  .flow h2 span {
    margin-bottom: 10px;
  }
}
/* ご依頼の流れ END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 950px;
}
.faq {
  margin-bottom: 3rem;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 2px 0 1px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq h2::after {
  content: none;
}
.faq p {
  position: relative;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.faq p:last-child {
  margin-bottom: 0;
}
p.answer {
  padding-top: 3px;
}
.faq h2, .faq p {
  padding-left: 55px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.4rem;
  font-family: "EB Garamond", serif;
  color: #fff;
  background: #676e7a;
  border-radius: 2px;
  width: 33px;
  height: 33px;
  line-height: 28px;
  text-align: center;
  left: 0;
  top: 0;
}
p.answer::before {
  content: 'A';
  color: #676e7a;
  background: #e8e8e9;
  top: 0;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 2rem;
  }
  .faq h2, .faq p {
    padding-left: 50px;
  }
}
/* よくある質問 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 25%;
}
.map_sec {
  height: 450px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
  .map_sec {
    height: 250px;
  }
}
/* 運営概要 END */
/* 求人情報 */
.recruit_sec {
  background: #b3b9bd;
  position: relative;
  z-index: 0;
}
.recruit_sec::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/wp-content/themes/story_tcd041/img/recruit_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
  z-index: -1;
}
.recruit_sec .content_inner {
  max-width: 850px;
}
.recruit_text {
  text-align: center;
  padding: 65px 50px 70px;
  box-sizing: border-box;
  background: #ffffffe0;
  position: relative;
  z-index: 0;
}
.recruit_text::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: double 3px #b3b9bd;
  z-index: -1;
}
.recruit_text h2::after {
  width: 1px;
  height: 50px;
  background: #b3b9bd;
}
.recruit_text p {
  margin-bottom: 30px;
}
.recruit_text p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 840px) {
  .recruit_text {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .recruit_sec::after {
    background-position-x: 35%;
  }
  .recruit_text {
    padding: 35px 30px 30px;
  }
  .recruit_text::before {
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
  .recruit_text p {
    margin-bottom: 15px;
  }
}
/* 求人情報 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 850px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.contact_sec p {
  margin-bottom: 0;
}
.con__inner {
  margin-bottom: 4rem;
}
.con__inner:last-of-type {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .15rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}
span.con_tel_sub {
  font-size: 1.15rem;
  margin-right: 2px;
}
a.con-insta-but {
  width: 100%;
  max-width: 420px;
  display: block;
  margin: auto;
  padding: 20px 25px;
  line-height: 1.5;
  font-size: 1.15rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  text-align: center;
  letter-spacing: .08rem;
  color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
a.con-insta-but::before {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(-15deg, #ffd75f, #ff0357);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
a.con-insta-but::after {
  content: "\ea92";
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
a.con-insta-but:hover {
  color: #fff;
  background: #676e7a;
  border-radius: 100px;
}
p.con-insta-text {
  width: fit-content;
  line-height: 1.5;
  margin: 20px auto 0;
}
.mail-info-box {
  margin-bottom: 20px;
}
.mail-info-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 2.5rem;
  }
  address.con_tel {
    font-size: 2rem;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.5rem;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 4px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: none;
  border: 1px solid #b3b9bd;
  padding: 12px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.2;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 20px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .08rem;
  height: 80px;
  color: #fff;
  background: #676e7a;
  border-radius: 2px;
  transition: all .5s;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #676e7a;
  background: #e8e8e9;
  border-radius: 100px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 1.5rem;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */