@charset "UTF-8";
/* 株式会社GOAT CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #555;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(15px, 0.8vw, 20px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #555;
}
.font-type1, .headline-font-type {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
h2, .post-content h2, h3, .post-content h3 {
  font-weight: 400;
}
p, .post-content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.9rem;
  font-weight: 400;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 35px;
  background: none;
}
.breadcrumb.inner {
  width: fit-content !important;
  font-size: 0.8rem;
  padding: 0;
  display: block;
  height: 35px;
  line-height: 35px;
}
.breadcrumb, .breadcrumb li a {
  color: #fff;
}
.signage {
  height: 350px;
  background: #00092a !important;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/wp-content/themes/story_tcd041/img/header_img.jpg?20250806");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -2;
  opacity: 0.5;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: auto;
  text-align: center;
  text-shadow: none;
}
.signage-title {
  font-size: 2.8rem !important;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  letter-spacing: .1rem;
  margin-top: 40px;
  margin-bottom: 12px;
  color: #fff !important;
}
.signage-title-sub {
  font-size: 0.9rem !important;
  font-weight: 400;
  letter-spacing: .1rem;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 280px;
  }
  .signage-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title {
    font-size: 1.8rem !important;
  }
  .signage-title-sub {
    font-size: 0.8rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
  content: 'Scroll';
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 60px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
  letter-spacing: .15rem;
  line-height: 0;
  z-index: 2;
}
.home .header::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  bottom: 0;
  left: 50%;
  z-index: 1;
}
.header-bar {
  z-index: 50;
  background: none !important;
  box-shadow: none;
}
.logo-image {
  top: 0;
  left: 20px;
  width: 240px;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
}
.global-nav {
  padding-right: 15px;
  padding-left: 300px;
  margin-left: 0;
  margin-right: auto;
  background: #fff;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a, .global-nav a:hover, .global-nav .current-menu-item > a, .global-nav .sub-menu a {
  color: #555;
}
.global-nav > ul > li > a {
  font-size: 18px;
  font-weight: 400;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.08rem;
  line-height: 88px;
  padding: 0 18px;
  position: relative;
  text-align: center;
  transition: all 0.8s;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  left: 16px;
  width: 0;
  height: 1px;
  background: #334a9f;
  top: 28px;
  position: absolute;
  transition: 0.5s;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
  width: calc(100% - 35px);
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 27px;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .03rem;
  color: #232a69;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-service > a::after {
  content: "サービス";
}
.global-nav > ul > li.global-menu-flow > a::after {
  content: "施工の流れ";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "代表挨拶";
}
.global-nav > ul > li.global-menu-company > a::after {
  content: "会社概要";
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "お問い合わせ";
}
.global-nav .sub-menu a {
  font-size: 13px;
  font-weight: 400;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #232a69 !important;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 20px;
    left: 0;
    width: 160px;
    height: auto;
  }
  .header-bar {
    background: #fff !important;
    border-color: #fff;
  }
  .global-nav {
    padding: 0;
    background: none;
  }
  .global-nav-button {
    border-left: 0px;
    background: none;
  }
  .global-nav-button:before {
    color: #555;
  }
  .global-nav-button:hover:before {
    color: #232a69;
  }
  .global-nav > ul > li > a {
    font-size: 14px;
    text-align: left;
    padding: 0 25px;
    line-height: 51px;
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    text-align: left;
    line-height: 0;
    bottom: 23px;
    margin-left: 10px;
  }
  .global-nav a, .global-nav .sub-menu a {
    background: #fff;
    color: #555 !important;
  }
  .global-nav .sub-menu a {
    font-size: 10px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #232a69 !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #555;
  }
}
@media only screen and (max-width: 970px) {
  .home .header::before, .home .header::after {
    display: none;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 20px;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 0.25;
  z-index: 1;
}
.top-slider-content {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}
.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;
  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;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
  display: block;
}
.front-copy-img {
  width: 80%;
  max-width: 470px;
  margin: auto;
}
.front_original01 {
  padding: 7em 0;
  background: linear-gradient(120deg, #e3e8fa 0%, #fff 60%);
}
.front_original02 {
  padding: 8em 0;
  color: #fff;
  background: #00092a;
  position: relative;
  z-index: 0;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.45;
}
.front-original01-inner, .front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original01__text {
  text-align: center;
}
.front-original01__text h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #232a69;
  margin-bottom: 40px;
}
.front-original01__text h2 span {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
  letter-spacing: .15rem;
  line-height: 1;
  display: block;
  margin-bottom: 30px;
}
.front-original02__text h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
.front-original01__text p {
  font-size: 1rem;
  line-height: 2.2;
  margin-bottom: 30px;
}
.front-original02__text p {
  font-size: 1rem;
  line-height: 2.2;
  margin-bottom: 15px;
}
.front-original01__text p:last-of-type, .front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.content02 {
  padding: 7em 0;
  background: #f2f2f2;
}
.content02-inner {
  width: 90%;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 7px);
  margin-left: 10px;
  padding-bottom: 0;
  background: linear-gradient(-20deg, #e3e8fa 5%, #fff 30%, #fff 100%);
}
.content02-text-box {
  padding: 25px 30px 30px;
  box-sizing: border-box;
}
h2.content02-title {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #232a69;
}
.content02-text {
  font-size: 0.9rem;
  color: #555;
  line-height: 2;
}
a.content02-but {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  position: relative;
  margin: 15px auto 0;
  color: #555;
  background: none;
  border: 1px solid #555;
  border-radius: 100px;
  padding: 0 25px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 1;
}
a.content02-but::before {
  width: 100%;
  height: 0;
  position: absolute;
  content: '';
  background: #232a69;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
a.content02-but::after {
  content: 'More';
  position: absolute;
  right: 23px;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
  transition: 0.5s;
}
a.content02-but:hover {
  color: #fff;
  background: none;
  border-color: #232a69;
}
a.content02-but:hover::before {
  height: 100%;
}
.front_original03 {
  padding-top: 6em;
}
.front-original03-inner {
  width: 90%;
  margin: 0 auto;
}
.third-box {
  width: calc(33.3333% - 7px);
  margin-right: 10px;
  background: linear-gradient(20deg, #e5e9f6 0%, #f2f2f2 50%);
  box-sizing: border-box;
  position: relative;
}
.third-box:nth-of-type(3) {
  margin-right: 0;
  margin-bottom: 0;
}
.third-box::before {
  position: absolute;
  counter-increment: number 1;
  content: "Point."counter(number) "";
  display: block;
  padding: 6px 10px;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
  letter-spacing: .08rem;
  line-height: 1;
  color: #fff;
  background: linear-gradient(30deg, #334a9f 10%, #232a69 100%);
  box-sizing: border-box;
  top: 0;
  left: 0;
}
.front-third-text {
  padding: 20px 30px 25px;
  box-sizing: border-box;
}
h2.third_title {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #232a69;
}
.front_topics {
  padding: 7em 0 6em;
}
.front-topics-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
  color: #232a69;
}
h2.front_topics_title span {
  font-size: 1.5rem;
  font-family: 'EB Garamond', serif;
  letter-spacing: .1rem;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  width: calc(100% - 40px);
  margin: 0 auto 1rem;
  color: #fff;
  background: linear-gradient(30deg, #334a9f 10%, #232a69 100%);
}
.footer_contact_sec {
  padding: 5em 0 3em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 13vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
dl.address_body {
  width: 100%;
  max-width: 550px;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
  margin-bottom: 5px;
}
dl.address_body:last-of-type {
  margin-bottom: 15px;
}
dt.address_title {
  width: 15%;
}
dd.address_text {
  width: 85%;
  padding-left: 1vw;
  box-sizing: border-box;
}
span.caution.address-caution {
  font-size: 0.8rem;
  display: block;
}
address.footer_tel {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .1rem;
  margin-bottom: 10px;
}
address.footer_tel a {
  color: #fff;
}
span.footer_tel_sub {
  font-size: 1rem;
  margin-right: 6px;
}
p.caution.footer-caution {
  font-size: 0.75rem;
}
ul.sns__links {
  width: 100%;
  max-width: 70px;
  display: flex;
  margin-top: 20px;
}
li.sns__links-item {
  width: 100%;
  margin-right: 10px;
}
li.sns__links-item:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
  color: #fff;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #232a69;
  background: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: '\f0e0';
}
a.footer_mail_but:hover {
  color: #00084d;
}
a.footer_mail_but:hover::before {
  color: #fff;
  background: #232a69;
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  letter-spacing: .08rem;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
  padding-left: 6vw;
}
ul.footer-content-list-outer li.footer-conten-title {
  font-size: 0.9rem;
  border-bottom: 1px dotted;
  padding-bottom: 2px;
  margin-bottom: 15px;
}
ul.footer-content-list-outer li {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  position: relative;
  color: #fff;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  bottom: -5px;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.copyright {
  font-size: 10px;
  text-align: left;
}
.pagetop {
  right: 20px;
  bottom: 16px;
}
.pagetop a {
  background: #232a69;
  color: #fff;
  position: relative;
  width: 45px;
  height: 45px;
  transition: 0.5s;
}
.pagetop a:hover {
  color: #fff;
  background: #334a9f;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 15px;
  font-weight: 400;
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    /* height: calc(80vh - 80px); */
  }
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(50vh - 50px);
  }
  .front_original01, .front_original02, .front_topics {
    padding: 5em 0;
  }
  .front-original02__text h2 {
    margin-bottom: 30px;
  }
  .content02 {
    padding: 4em 0;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1rem !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front_original03 {
    padding-top: 4em;
  }
  .third-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .footer_menu_bg {
    padding-left: 8vw;
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  span.caution.address_caution {
    display: block;
  }
  .dp-footer-bar {
    left: 0;
    background: #232a69 !important;
    border-top: 1px solid #232a69 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .dp-footer-bar-icon:before {
    font-weight: 500;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 50px);
  }
  .front_original01, .front_original02, .content02, .front_topics {
    padding: 3em 0;
  }
  .front-original01__text {
    text-align: left;
  }
  .front-original01__text h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .front-original01__text h2 span {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .front-original01__text p {
    line-height: 2;
    margin-bottom: 15px;
  }
  .front-original02__text h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    font-size: 0.9rem;
    line-height: 2;
    margin-bottom: 10px;
  }
  .content02-text-box {
    padding: 20px 25px 25px;
  }
  .front_original03 {
    padding-top: 3em;
  }
  .front-third-text {
    padding: 20px 25px;
  }
  .front_topics {
    padding: 4em 0 3em;
  }
  h2.front_topics_title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  h2.front_topics_title span {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .footer {
    width: calc(100% - 10px);
    margin-bottom: 0.3rem;
  }
  .footer_contact_sec {
    padding: 3em 0 1.5em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 350px;
    padding-left: 0;
    margin-top: 2em;
  }
  address.footer_tel {
    font-size: 1.6rem;
  }
  span.footer_tel_sub {
    font-size: 0.9rem;
    margin-right: 3px;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    right: 6px;
    bottom: 73px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  ul.footer-content-list-outer {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    /* height: 100vh; */
  }
}
/* 2025.07.17追加 バナー */
.footer_link {
  margin-top: 1em;
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
}
.post-content h2 {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-top: 0;
  text-align: center;
  color: #232a69;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #232a69;
  width: 1px;
  height: 30px;
  margin: 1rem auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 10px;
  color: #3852b1;
}
.post-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.9rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 1px #e3e8fa solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  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 4px 13px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    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.35rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .post-content h3 {
    font-size: 1.2rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
h1.archive-title {
  color: #555;
  margin-bottom: 0;
}
.archive-header {
  margin: 90px 0px 40px;
}
.article03 {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e8e8e9;
  box-shadow: 3px 3px 0px #e8e8e9;
  border-radius: 1px;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #555;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.nav-links01 {
  border-top: 1px solid #e3e8fa;
  border-bottom: 1px solid #e3e8fa;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #e3e8fa;
}
.article01-title a {
  font-size: 1rem;
  font-weight: 500;
  color: #555;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 12px;
}
.post-header {
  text-align: left;
}
.post-meta-box {
  background: #f2f2f2;
}
.post-meta-box-item::before {
  color: #232a69;
}
.headline-bar {
  color: #555;
  font-weight: 500;
  background: #f2f2f2;
}
.side_widget .headline-bar {
  font-size: 17px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  padding-left: 18px;
  text-align: left;
  color: #232a69;
}
.widget_recent_entries li {
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-color: #e3e8fa;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
    height: 42px;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #e3e8fa;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.s_table {
  width: 100%;
  margin-bottom: 0 !important;
}
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.6;
  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: #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;
  left: 0;
  top: 0;
  color: #ff5353;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #232a69;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  top: 8px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
}
a.content-but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 18px 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #232a69;
  border: 1px solid;
  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.9;
  right: 20px;
  transition: 0.5s;
}
a.content-but:hover {
  border-radius: 100px;
  border-color: #232a69;
  background: #232a69;
  color: #fff;
}
/* コンテンツ 共通 END */
/* サービス共通 */
.service_sec p {
  margin-bottom: 12px;
}
.service_sec p:last-child {
  margin-bottom: 0;
}
.servic-flex-inner {
  align-items: center;
  margin-bottom: 1.5rem;
}
.servic-flex-inner:last-child {
  margin-bottom: 0;
}
.servic__img {
  width: 45%;
  margin-left: 55%;
  box-sizing: border-box;
}
.servic__text {
  width: 55%;
  margin-left: -100%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.servic__text h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: left;
}
.servic__text h2::after {
  content: none;
}
.merit-box {
  padding: 20px 25px;
  background: #f2f2f2;
  box-sizing: border-box;
}
ul.merit-list li {
  margin-bottom: 15px;
  color: #232a69;
}
@media only screen and (max-width: 970px) {
  .servic__img, .servic__text {
    width: 100%;
    margin-left: 0;
  }
  .servic__text {
    padding-right: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .servic-flex-inner {
    margin-bottom: 1rem;
  }
  .servic__text h2 {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}
/* サービス共通 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 1001px;
}
.faq_sec p {
  margin-bottom: 7px;
}
.faq_sec p:last-of-type {
  margin-bottom: 0;
}
.faq {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px #e3e8fa solid;
  box-sizing: border-box;
}
.faq:first-of-type {
  margin-top: 5rem;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1px 0;
  margin-bottom: 7px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
}
.faq h2, .faq p {
  padding-left: 55px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  background: #232a69;
  border-radius: 100px;
  width: 33px;
  height: 33px;
  line-height: 29px;
  text-align: center;
  left: 0;
  top: 0;
  z-index: -1;
}
.faq h2::after {
  content: none;
}
p.answer {
  padding-top: 2px;
}
p.answer::before {
  content: 'A';
  color: #232a69;
  background: #f2f2f2;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .faq:first-of-type {
    margin-top: 3rem;
  }
  .faq h2, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* 施工の流れ */
.flow_sec .content_inner {
  max-width: 900px;
}
.flow {
  padding-left: 65px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  content: "";
  position: absolute;
  text-align: center;
  width: 22px;
  height: 22px;
  border: 8px solid #232a69;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 10.5px;
  width: 1px;
  height: 100%;
  background: #232a69;
  z-index: -1;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
}
.flow h2::before {
  counter-increment: number 1;
  content: "Step."counter(number) "";
  font-size: 1.3rem;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1rem;
  display: block;
  margin-bottom: 10px;
  color: #3852b1;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 0.8rem;
}
.flow p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-left: 55px;
    padding-bottom: 30px;
  }
  .flow h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .flow h2::before {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
/* 施工の流れ END */
/* 代表挨拶 */
.greeting_sec p {
  margin-bottom: 20px;
}
.greeting_sec p:last-child {
  margin-bottom: 0;
}
.greeting__img {
  width: 40%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.greeting__text {
  width: 60%;
  box-sizing: border-box;
}
.greeting__text h2 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
}
.greeting__text h2::after {
  content: none;
}
p.name {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #555;
  text-align: center;
}
p.name span {
  font-size: 0.9rem;
  margin-right: 10px;
  color: #334a9f;
}
@media only screen and (max-width: 970px) {
  .greeting__img, .greeting__text {
    width: 100%;
  }
  .greeting__img {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec p {
    margin-bottom: 10px;
  }
  .greeting__text h2 {
    font-size: 1.5rem;
  }
}
/* 代表挨拶 END */
/* 会社概要 */
.company_sec .content_inner {
  max-width: 850px;
}
table.company_tbl th {
  width: 27%;
  border-color: #ced5eb;
}
span.caution.company-caution {
  font-size: 0.8rem;
}
.map_sec {
  height: 450px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
  .map_sec {
    height: 250px;
  }
}
/* 会社概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 900px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.con__inner {
  margin-bottom: 4rem;
}
.con__inner:last-of-type, .con__inner p {
  margin-bottom: 0;
}
.con-first-text p {
  font-size: 1rem;
  text-align: center;
}
address.con_tel {
  font-size: 2.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
span.con_tel_sub {
  font-size: 1rem;
  margin-right: 5px;
}
p.con-caution, p.con-time {
  width: fit-content;
  margin: 0 auto;
}
p.con-caution {
  font-size: 0.85rem;
  margin-bottom: 20px;
}
p.con-time span {
  margin-right: 10px;
  color: #232a69;
}
.mail-info-box {
  margin-bottom: 2rem;
}
.mail-info-box p {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 2rem;
  }
  .con-first-text p, .mail-info-box p {
    text-align: left;
  }
  address.con_tel {
    font-size: 2rem;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム 共通 */
span.required {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 2px 5px;
  border-radius: 2px;
  color: #fff;
  background: #f35d63;
}
span.required.any {
  background: #555;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f1f1f1;
  border: 0;
  padding: 20px 15px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 17px;
  line-height: 2.2;
  margin-bottom: 15px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 500;
}
.wpcf7-list-item:first-child {
  margin-top: 0;
}
.wpcf7 .wpcf7-list-item-label {
  font-size: 17px;
}
.wpcf7 select {
  width: 100%;
  max-width: 100%;
  background: #e9e9e9;
  border: 0;
  padding: 12px 20px;
  line-height: 1.5;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  height: 75px;
  color: #232a69;
  background: none;
  border: 1px solid !important;
  border-radius: 3px;
  transition: all .5s;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #232a69;
  border-color: #232a69 !important;
  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: 20px;
  }
}
/* お問い合わせフォーム 共通 END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */