@charset "UTF-8";
/* NONAKA CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #222;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(15px, 0.8vw, 18px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #222;
}
.font-1, .headline-font-type {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
p, .post-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 500;
  list-style: disc;
}
.breadcrumb-wrapper {
  background: none;
}
.breadcrumb.inner {
  width: fit-content !important;
  max-width: 1150px;
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
  padding: 0 !important;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
.signage {
  height: 400px;
  background: #222222 !important;
  position: relative;
  z-index: 0;
}
.signage::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.55;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
}
.signage-title {
  font-size: 2.5rem !important;
  font-weight: 700;
  letter-spacing: .15rem;
  margin-bottom: 20px;
  margin-top: 50px;
}
.signage-title-sub {
  font-size: 1.15rem !important;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1;
  color: #3faf37 !important;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 300px;
  }
  .signage-title {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 220px;
  }
  .signage-title {
    font-size: 1.8rem !important;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  top: 5px;
  z-index: 50;
  background: none !important;
  box-shadow: none;
}
.logo-image {
  top: 0;
  left: 5px;
  width: 300px;
  height: auto;
  padding: 20px 35px 18px;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 7px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #fff;
}
.global-nav > ul > li > a, .global-nav .sub-menu a {
  color: #222;
}
.global-nav > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .025rem;
  padding: 0 20px;
  line-height: 100px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  z-index: 0;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 46px;
  position: absolute;
  background: #bababa;
}
.global-nav > ul > li:first-of-type a::before, .global-nav > ul > li:last-of-type a::before, .global-nav .sub-menu a::before {
  content: none;
}
.global-nav > ul > li.global-menu-sub > a::after {
  content: "\e90e";
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  bottom: 25px;
  line-height: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "design_plus";
  letter-spacing: .08rem;
  color: #222;
}
.global-nav > ul > li.global-menu-contact > a {
  color: #fff;
  background: #3faf37;
  padding: 0 25px;
  margin-left: 5px;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: #35a12e;
  background: #ebebeb;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
  position: relative;
  text-align: center;
  display: block;
  line-height: 0;
  bottom: 26px;
  font-size: 11px;
  letter-spacing: .12rem;
  transition: 0.5s;
}
.global-nav .sub-menu {
  top: 110%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.global-nav .sub-menu a {
  font-size: 16px;
  font-weight: 700;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #3faf37 !important;
  background: #fff !important;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 13px;
    left: -5px;
    width: 210px;
    padding: 0;
    background: none;
  }
  .header-bar {
    top: 0;
    background: #fff !important;
    border-color: #fff;
  }
  .global-nav {
    padding-right: 0;
    padding-left: 0;
    background: none;
    border-radius: 0;
  }
  .global-nav-button {
    border-left: 0;
    background: none;
  }
  .global-nav-button::before {
    color: #222;
  }
  .global-nav-button:hover:before {
    color: #3faf37;
  }
  .global-nav > ul > li > a {
    font-size: 15px;
    text-align: left;
    padding: 0 25px;
    line-height: 56px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    background: #fff;
    padding: 0 25px;
    margin-left: 0;
  }
  .global-nav a {
    background: #fff;
    color: #222 !important;
  }
  .global-nav .sub-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .global-nav .sub-menu a {
    font-size: 14px;
    background: #fff !important;
    color: #222 !important;
    padding: 0 25px;
    line-height: 53px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #3faf37 !important;
  }
  .global-nav > ul > li > a::before, .global-nav > ul > li > a:after {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #222;
  }
}
@media only screen and (max-width: 767px) {
  .logo-image {
    top: 15px;
    left: 0;
    width: 180px;
    padding: 0;
    background: none;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.top-slider-wrapper {
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.15;
}
.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;
  margin-right: auto;
}
.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-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 90%;
  margin: 0 auto;
}
.front-copy-img {
  width: 85%;
  max-width: 940px;
  display: block;
}
.front_original01 {
  padding: 7em 0 5em;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  align-items: flex-start;
}
.front-original01__text h2 {
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: .1rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
.front-original01__text h2 span {
  color: #3faf37;
}
.front-original01__text p {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-bottom: 35px;
  font-size: 1.2rem;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding: 6em 0;
  background: #f5f7f5;
  position: relative;
  z-index: 0;
}
.content02-inner {
  width: 86%;
  max-width: 1300px;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 30px);
  margin-left: 45px;
  padding-bottom: 0;
  color: #222;
  position: relative;
  z-index: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all .8s;
  z-index: 0;
}
.content02-img::before {
  content: '';
  position: absolute;
  background: #3faf37;
  height: 45px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.content02-img-inner {
  width: 100%;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 1;
}
p.content02-img_title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #33323233;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
h2.content02-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
  color: #222;
}
.content02-text {
  font-size: 1rem;
  line-height: 2;
  color: #222;
}
a.content02-but {
  font-size: 1.1rem;
  font-weight: 700;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 330px;
  height: 68px;
  line-height: 71px;
  position: relative;
  margin: 25px 0 0;
  margin-left: auto;
  color: #fff;
  background: #3faf37;
  border-radius: 8px;
  padding: 0 22px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
}
a.content02-but::before {
  content: '';
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  background: #61bc53;
  border-radius: 8px;
  right: 10px;
  top: calc(50% - 25px);
  transition: 0.5s;
  z-index: -1;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  position: absolute;
  right: 28px;
  line-height: 68px;
  font-size: 12px;
}
a.content02-but:hover {
  color: #fff;
  background: #3faf37;
}
a.content02-but:hover::before {
  width: 100%;
  height: 100%;
  background: #61bc53;
  top: 0;
  right: 0;
}
.front-original02-inner {
  align-items: center;
}
.front-original02__text {
  width: 60%;
  padding: 2.2vw 6vw;
  box-sizing: border-box;
}
.front-original02__img {
  width: 40%;
  box-sizing: border-box;
}
.front-original02__text h2 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 20px;
}
.front-original02__text p {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front_original03 {
  padding: 8em 0 7em;
  background: #f5f7f5;
  position: relative;
  z-index: 0;
}
.front-original03-inner {
  width: 86%;
  margin: 0 auto;
}
.third-box {
  margin-bottom: 40px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.third-inner {
  align-items: center;
}
.front-third-text {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.third-box:nth-of-type(odd) .front-third-text {
  margin-left: 50%;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  display: block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: .1rem;
  /* line-height: 1; */
  margin-bottom: 20px;
  color: #3faf37;
}
.front-third-img {
  width: 50%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
  padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-img {
  padding-left: 4vw;
}
.front-third-img img {
  border-radius: 2px;
}
h2.third_title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 15px;
}
.front_topics {
  padding: 6em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 50px;
  text-align: left;
}
h2.front_topics_title span {
  display: block;
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .08rem;
  color: #3faf37;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  background: #f5f7f5;
  margin-top: 0;
}
.footer_contact_sec {
  padding: 6em 0 2em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1200px;
  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.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
dl.address_body {
  width: 100%;
  max-width: 450px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  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.address-caution {
  margin-left: 7px;
}
address.footer_tel {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .03rem;
  margin-bottom: 10px;
}
span.footer_tel_sub {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 5px;
}
p.footer-caution {
  font-size: 0.9rem;
  letter-spacing: 0;
}
a.footer_mail_but {
  width: 100%;
  max-width: 350px;
  margin-top: 15px;
  padding: 20px 18px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  background: #3faf37;
  border-radius: 8px;
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  z-index: 0;
}
a.footer_mail_but::after {
  content: "\f0e0";
  font-family: design_plus;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  display: block;
  right: 20px;
  top: 18px;
}
a.footer_mail_but:hover {
  background: #61bc53;
}
ul.sns__links {
  width: 100%;
  max-width: 100px;
  margin-top: 15px;
}
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: 19px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns:hover {
  background: none;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 700;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding-left: 6vw;
  margin-bottom: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li.footer-content-title {
  font-size: 1.1rem;
  font-weight: 700;
  padding-bottom: 1px;
  border-bottom: 1px solid #3faf37;
  margin-bottom: 15px;
}
a.footer_but:hover {
  color: #3faf37;
  font-weight: 700;
}
a.footer_but {
  transition: all 0.3s;
}
.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;
  font-weight: 700;
  text-align: left;
  color: #222;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #fff;
  background: #3faf37;
  border-radius: 8px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 15px;
  width: 15px;
  height: 15px;
}
.pagetop a:hover {
  color: #fff;
  background: #61bc53;
}
@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(60vh - 60px);
  }
  .front_original01 {
    padding: 5em 0;
  }
  .front-original01__text h2 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
  .front-original02__text, .front-original02__img {
    width: 100%;
  }
  .front-original02__text {
    padding-top: 3em;
    padding-bottom: 1em;
  }
  .front-original02__text h2 br {
    display: contents;
  }
  .front_original03 {
    padding-top: 5em;
  }
  .front-third-text {
    width: 100%;
    margin-bottom: 25px;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    margin-left: 0;
  }
  .front-third-img {
    width: 100%;
  }
  .third-box:nth-of-type(odd) .front-third-img {
    margin-left: 0;
    padding-right: 0;
  }
  .third-box:nth-of-type(even) .front-third-img {
    padding-left: 0;
  }
  .footer_menu_bg {
    padding-left: 3vw;
  }
}
@media only screen and (max-width: 1000px){
   .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 440px;
    margin-top: 40px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 970px) {
  .front-original01__text h2 br {
    display: contents;
  }
  .front-original01__text p {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .content02-item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 40px !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front_original03 {
    padding: 5em 0;
  }
  .front_topics {
    padding: 4em 0;
  }
  .dp-footer-bar {
    background: #3faf37 !important;
    border-top: 1px solid #3faf37 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-icon::before {
    font-weight: 400;
  }
  .icon-file-text::before {
    content: "\e920";
  }
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 768px) {
  .front_original01 {
    padding: 3em 0 2em;
  }
  .front-original01__text h2 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .content02, .front_original03, .front_topics {
    padding: 3em 0;
  }
  .front-original02__text h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    margin-bottom: 8px;
  }
  .front-third-text::before {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  h2.third_title {
    font-size: 1.4rem;
  }
  h2.front_topics_title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  h2.front_topics_title span {
    font-size: 1rem;
  }
  .footer_contact_sec {
    padding: 3em 0 1.5em;
  }
  address.footer_tel {
    font-size: 1.5rem;
  }
  span.footer_tel_sub {
    font-size: 0.7rem;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
  }
  .pagetop:hover {
    bottom: 90px !important;
  }
}
@media only screen and (max-width: 485px) {
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 90px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #3faf37;
  width: 30px;
  height: 5px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3faf37;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.5;
  box-sizing: border-box;
}
.post-content h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
  position: relative;
}
.post-content h4::before {
  content: '';
  position: absolute;
  background: #3faf37;
  width: 20px;
  height: 3px;
  top: 52%;
  left: 0;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.8;
  padding: 24px 2px 20px;
  background: none;
  border: 0;
  border-bottom: 1px solid #cad0ca;
  box-sizing: border-box;
}
.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: 12px 2px 10px;
    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: 40px 0;
  }
  .post-content h2 {
    font-size: 1.45rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .post-content h2::after {
    width: 20px;
  }
  .post-content h3 {
    font-size: 1.25rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin: 100px 0 40px;
}
h1.archive-title {
  color: #222;
  font-weight: 700;
}
.article03 {
  border: 1px solid #3faf37;
  border-radius: 3px;
  background: #f5f7f5;
  box-sizing: border-box;
  overflow: hidden;
}
.article03, .article03-thumbnail {
  transition: all 0.5s;
}
.article03:hover {
  border-radius: 15px;
}
.article03-content {
  padding: 15px 15px 10px;
}
.article03-title {
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #222;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.post-title {
  color: #222;
  font-weight: 700;
}
.nav-links01 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  border-top: 1px solid #61bc53;
  border-bottom: 1px solid #61bc53;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #61bc53;
}
.article01-title a {
  font-size: 0.9em;
  font-weight: 500;
  color: #222;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
}
.post-meta-box {
  background: #f5f7f5;
  border-radius: 3px;
  box-sizing: border-box;
}
.post-meta-box-item {
  font-size: 15px;
}
.post-meta-box-item::before {
  color: #3faf37;
}
.post-meta-box-item a {
  font-weight: 700;
}
.side_widget .headline-bar {
  color: #222;
  font-size: 17px;
  font-weight: 600;
  padding: 16px 15px;
  background: #f5f7f5;
  border-radius: 2px;
}
.post-header {
  text-align: left;
  margin-bottom: 40px;
}
.share-top {
  margin-bottom: 30px;
}
.widget_recent_entries li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-color: #61bc53;
}
.widget_recent_entries li a {
  font-size: 13px;
  line-height: 1.5;
}
.widget_recent_entries .post-date {
  font-size: 12px;
  line-height: 1.5;
  color: #222;
  margin-top: 5px;
}
.widget_recent_entries .post-date:before {
  font-size: 10px;
  color: #3faf37;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    font-size: 0.9rem;
    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;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01 {
    border: 1px solid #61bc53;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #222;
  }
  .article04-title {
    font-size: 15px;
  }
  .side_widget .headline-bar {
    padding: 25px 15px;
    line-height: 2px;
    text-align: left;
  }
}
@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: 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: 20px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #f35d63;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 20px;
  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: #3faf37;
  border-radius: 2px;
  width: 7px;
  height: 7px;
  top: 9px;
  left: 0;
}
ul.list.caution-list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 380px;
  margin-top: 15px;
  padding: 18px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  border-radius: 8px;
  color: #fff;
  background: #3faf37;
  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: 13px;
  right: 20px;
  line-height: 1.8;
  transition: 0.8s;
}
a.content_but:hover {
  color: #fff;
  background: #61bc53;
}
/* コンテンツ 共通 END */
/* 便利屋サービス 共通 */
.service_sec h2 {
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #cad0ca;
}
.service_sec h2::after {
  width: 100px;
  margin-top: 5px;
  margin-bottom: -1px;
  margin-left: 0;
  height: 1px;
}
.service_sec p {
  margin-bottom: 20px;
}
.service_sec p:last-child {
  margin-bottom: 0;
}
.service_inner {
  align-items: center;
  margin-bottom: 40px;
}
.service_inner:last-of-type {
  margin-bottom: 0;
}
.service_img {
  width: 40%;
  box-sizing: border-box;
}
.service_text {
  width: 60%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.price_box {
  padding: 20px 25px;
  border: 1px dashed #3faf37;
  background: #f2f2f2;
  box-sizing: border-box;
}
.price_box h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.price_box p {
  font-size: 1.1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 970px) {
  .service_inner {
    margin-bottom: 20px;
  }
  .service_img, .service_text {
    width: 100%;
  }
  .service_text {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .price_box {
    padding: 15px 20px;
  }
}
/* 便利屋サービス 共通 END */
/* よくある質問 */
.faq {
  margin-bottom: 50px;
}
.faq_sec h2 {
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
.faq_sec h2::after {
  content: none;
}
.faq:first-of-type {
  margin-top: 70px;
}
.faq p {
  margin-bottom: 10px;
}
.faq:last-of-type, .faq p:last-of-type {
  margin-bottom: 0;
}
.faq h3 {
  font-size: 1.35rem;
  line-height: 1.5;
  padding: 3px 0;
  margin-bottom: 5px;
  text-align: left;
}
p.answer {
  padding: 1px 0;
}
.faq h3, .faq p {
  padding-left: 50px;
  position: relative;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #3faf37;
  width: 33px;
  height: 33px;
  line-height: 31px;
  border-radius: 100px;
  text-align: center;
  left: 0;
  top: 1px;
}
p.answer::before {
  content: 'A';
  color: #3faf37;
  background: #ebebeb;
  line-height: 32px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
  .faq h3, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* ご依頼の流れ */
.flow {
  padding-left: 95px;
  padding-top: 17px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 60px;
  height: 80px;
  line-height: 75px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #3faf37;
  border-top: 2px solid;
  border-bottom: 2px solid;
  background: #fff;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: 2px;
  height: 100%;
  background: #3faf37;
  z-index: -1;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  font-size: 2rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 15px;
}
.flow p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-left: 60px;
    padding-top: 14px;
    padding-bottom: 20px;
  }
  .flow::before {
    width: 40px;
    height: 60px;
    line-height: 55px;
    font-size: 2.5rem;
  }
  .flow::after {
    left: 20px;
  }
  .flow h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .flow p {
    margin-bottom: 8px;
  }
}
/* ご依頼の流れ END */
/* ご挨拶 */
.greeting_sec h2 {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
.greeting_sec h2::after {
  content: none;
}
.greeting_sec p {
  margin-bottom: 20px;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0;
}
h3.name {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
h3.name span {
  margin-right: 10px;
  font-size: 0.9rem;
}
.greeting_img {
  width: 45%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.greeting_text {
  width: 55%;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_img {
    max-width: 580px;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec h2, .greeting_sec p {
    margin-bottom: 10px;
  }
  h3.name {
    margin-bottom: 15px;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 900px;
}
table.info_tbl th {
  width: 25%;
  border-color: #61bc53;
}
.map_sec {
  height: 450px;
}
.map_sec:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (max-width: 768px) {
  .map_sec {
    height: 350px;
  }
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 1000px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.con__inner {
  margin-bottom: 60px;
}
.con__inner p {
  margin-bottom: 20px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
  margin-bottom: 0;
}
address.con_tel {
  background: #f5f7f5;
  padding: 15px;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: .05rem;
  box-sizing: border-box;
  margin-bottom: 20px;
}
span.con_tel_sub {
  font-size: 1.5rem;
  margin-right: 7px;
  color: #3faf37;
}
p.con-caution, p.con-time {
  font-size: 0.95rem;
  width: fit-content;
  margin: 0 auto 8px;
}
p.con-time {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
p.con-time span {
  margin-right: 10px;
  color: #3faf37;
}
.mail_info_box {
  margin-bottom: 20px;
}
.mail_info_box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
  .con__inner p {
    margin-bottom: 15px;
  }
  address.con_tel {
    padding: 10px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
    padding: 6px;
    margin-bottom: 10px;
  }
  .mail_info_box p {
    text-align: left;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  border-radius: 2px;
  color: #fff;
  background: #f35d63;
}
span.required.any {
  background: #505050;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f2f2f2;
  border-color: #e5e2e2;
  padding: 18px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 15px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input[type=checkbox] {
  max-width: 100%;
}
.wpcf7-list-item {
  margin-left: 0;
  margin-top: 15px;
  line-height: 1;
  font-size: 0.9em;
  font-weight: 400;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  height: 80px;
  color: #fff;
  background: #3faf37;
  border-radius: 8px;
  transition: all 0.5s ease 0s;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #61bc53 !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;
  text-align: left;
  background: #ffd8df;
  line-height: 1.6;
  padding: 15px 20px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 20px;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */