@charset "UTF-8";
/* おうちのヒーローのびろう君 CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #18181b;
  overflow: hidden;
  font-size: 16px;
  font-size: clamp(16px, 0.8vw, 18px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #18181b;
}
.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: 0.95rem;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  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;
  height: 45px;
  line-height: 45px;
  display: block;
  padding: 0 !important;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
.signage {
  width: calc(100% - 25px);
  height: 400px;
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
  background: #262626 !important;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.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.45;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
}
.signage-title {
  font-size: 2.8rem !important;
  font-weight: 700;
  letter-spacing: .15rem;
  margin-bottom: 20px;
  margin-top: 50px;
}
.signage-title-sub {
  font-size: 1rem !important;
  font-weight: 500;
  letter-spacing: .1rem;
  line-height: 1;
  color: #66bbed !important;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 300px;
  }
  .signage-title {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    width: calc(100% - 15px);
    height: 180px;
    border-radius: 0 0 15px 15px;
  }
  .signage-title {
    font-size: 1.8rem !important;
    letter-spacing: 0;
    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: 20px;
  width: 170px;
  height: auto;
  padding: 10px 15px 15px;
  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: #18181b;
}
.global-nav > ul > li > a {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .025rem;
  padding: 0 22px;
  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 > a::after {
  content: "";
  position: relative;
  text-align: center;
  display: block;
  bottom: 31px;
  line-height: 1;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08rem;
  color: #34a9ee;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "HOME";
}
.global-nav > ul > li.global-menu-service > a::after {
  content: "SERVICE";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "GREETING";
}
.global-nav > ul > li.global-menu-faq > a::after {
  content: "Q&A";
}
.global-nav > ul > li.global-menu-information > a::after {
  content: "INFORMATION";
}
.global-nav > ul > li.global-menu-contact > a {
  color: #fff;
  background: #34a9ee;
  padding: 0 25px;
  margin-left: 5px;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
  color: #fff;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: #fff;
  background: #66bbed;
}
.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: 15px;
  font-weight: 500;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #34a9ee !important;
  background: #fff !important;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    left: -15px;
    width: 110px;
    padding: 10px 12px 12px;
    border-radius: 0 0 7px 0;
  }
  .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: #18181b;
  }
  .global-nav-button:hover:before {
    color: #34a9ee;
  }
  .global-nav > ul > li > a {
    font-size: 15px;
    text-align: left;
    padding: 0 25px;
    line-height: 55px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    background: #fff;
    padding: 0 25px;
    margin-left: 0;
  }
  .global-nav a {
    background: #fff;
    color: #18181b !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: 13px;
    background: #fff !important;
    color: #18181b !important;
    padding: 0 25px;
    line-height: 53px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #34a9ee !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: #18181b;
  }
}
@media only screen and (max-width: 485px) {
  .logo-image {
    width: 85px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.top-slider-wrapper {
  width: calc(100% - 30px);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin: 0 auto;
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.45;
}
.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;
}
.top-slider-nav {
  display: none;
}
.front-slider-box {
  width: 90%;
  margin: 0 auto;
}
.front-copy-img {
  width: 80%;
  max-width: 600px;
  display: block;
}
.front_original01 {
  padding: 5em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original01__text h2 {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .15rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original01__text h2 span {
  color: #34a9ee;
}
.front-original01__text p {
  font-size: 1rem;
  margin-bottom: 15px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.content02, .front_original03, .front_topics {
  width: calc(100% - 30px);
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}
.content02, .front_topics {
  padding: 6em 0;
  background: #34a9ee;
  position: relative;
  z-index: 0;
}
.content02::after, .front_topics::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url("/wp-content/themes/story_tcd041/img/bg_img.png");
  background-position: center top;
  background-size: 250px auto;
  border-radius: 20px;
  z-index: -1;
  opacity: 0.8;
}
.content02-inner {
  width: 90%;
  max-width: 1300px;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 30px);
  margin-left: 45px;
  padding-bottom: 0;
  color: #18181b;
  position: relative;
  z-index: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  margin: 0 auto 25px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all .8s;
  z-index: 0;
}
.content02-img-inner {
  position: absolute;
  text-align: center;
  top: 8px;
  right: 5px;
  padding: 10px 15px 8px;
  border-radius: 100px;
  color: #18181b;
  background: #86f486;
  box-sizing: border-box;
  z-index: 1;
}
p.content02-img_title {
  font-size: 1.1rem;
  font-weight: 500;
  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.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
  color: #18181b;
}
.content02-text {
  font-size: 0.9rem;
  line-height: 2;
  color: #18181b;
}
a.content02-but {
  font-size: 0.95rem;
  font-weight: 800;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 330px;
  height: 60px;
  line-height: 64px;
  position: relative;
  margin: 25px 0 0;
  color: #fff;
  background: #34a9ee;
  border-radius: 8px;
  padding: 0 20px;
  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: #fff;
  border-radius: 8px;
  right: 6px;
  top: calc(50% - 25px);
  transition: 0.5s;
  z-index: -1;
}
a.content02-but::after {
  content: '\ea3c';
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  line-height: 62px;
  font-size: 17px;
  color: #34a9ee;
}
a.content02-but:hover {
  color: #34a9ee;
  background: #34a9ee;
}
a.content02-but:hover::before {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
}
.front_original02 {
  padding: 1em 0;
}
.front-original02-inner {
  align-items: center;
}
.front-original02__text {
  width: 55%;
  padding: 2.2vw 5vw;
  box-sizing: border-box;
}
.front-original02__img {
  width: 45%;
  box-sizing: border-box;
}
.front-original02__img img {
  border-radius: 30px 0 0 30px;
}
.front-original02__text h2 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original02__text p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front_original03 {
  padding: 7em 0;
  margin-bottom: 1em;
  background: #ecf3fb;
}
.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: 40%;
  box-sizing: border-box;
  position: relative;
}
.third-box:nth-of-type(odd) .front-third-text {
  margin-left: 60%;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  display: block;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: .15rem;
  margin-bottom: 20px;
  color: #34a9ee;
}
.front-third-img {
  width: 60%;
  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: 10px;
}
h2.third_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.front-topics-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}
h2.front_topics_title span {
  display: block;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .1rem;
  color: #fff;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  border-top: 1px solid #34a9ee;
}
.home .footer {
  border: none;
}
.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: 4vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}
dl.address_body {
  width: 100%;
  max-width: 450px;
  font-size: 0.8rem;
  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 {
  font-size: 0.7rem;
  margin-left: 2px;
}
address.footer_tel {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .05rem;
  margin-bottom: 10px;
}
span.footer_tel_sub {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 5px;
}
p.footer-caution {
  font-size: 0.8rem;
  letter-spacing: 0;
}
a.footer_line_but {
  width: 100%;
  max-width: 300px;
  margin-top: 8px;
  padding: 20px 23px 18px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #00b900;
  border-radius: 100px;
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  z-index: 0;
}
a.footer_line_but::after {
  content: "\e909";
  font-family: design_plus;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  display: block;
  right: 20px;
  top: 18px;
}
a.footer_line_but:hover {
  background: #34a9ee;
}
ul.sns__links {
  width: 100%;
  max-width: 90px;
  margin-top: 15px;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
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: 7px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 600;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding-left: 3vw;
  margin-bottom: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  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: 0.9rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #34a9ee;
}
a.footer_but:hover {
  color: #34a9ee;
  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: 500;
  text-align: left;
  color: #18181b;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #fff;
  background: #34a9ee;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 15px;
  width: 15px;
  height: 15px;
}
.pagetop a:hover {
  color: #fff;
  background: #66bbed;
}
@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(50vh - 50px);
  }
  .front_original01 {
    padding: 3em 0;
  }
  .content02, .front_topics {
    padding: 3em 0;
  }
  .front-original02__text h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .front_original03 {
    padding: 4em 0;
  }
  .front-third-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .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: 1vw;
  }
}
@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 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .front-original01__text p {
    font-size: 0.95rem;
  }
  .content02-item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 40px !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front-original02__text, .front-original02__img {
    width: 100%;
  }
  .front-original02__text {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .front-original02__img img {
    border-radius: 0;
  }
  .dp-footer-bar {
    background: #34a9ee !important;
    border-top: 1px solid #34a9ee !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: "\e909";
  }
}
@media only screen and (max-width: 768px) {
  .top-slider-wrapper {
    width: calc(100% - 10px);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .front-original01__text h2 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .content02, .front_original03, .front_topics {
    width: calc(100% - 15px);
    border-radius: 20px;
  }
  .front_original02 {
    padding: 0 0 0.5em;
  }
  .front_original03 {
    padding: 2.5em 0;
  }
  .third-box {
    margin-bottom: 25px;
  }
  .front-third-text::before {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  h2.third_title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  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 1em;
  }
  address.footer_tel {
    font-size: 1.6rem;
  }
  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) {
  .content02 {
    padding: 1.5em 0;
  }
  .front_topics {
    padding: 2em 0;
  }
  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.7rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #34a9ee;
  width: 30px;
  height: 5px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #34a9ee;
  padding: 0;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #34a9ee;
  width: 20px;
  height: 2px;
  top: 47%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #18181b;
  background: #dcffdc;
  padding: 8px 13px 7px;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.8;
  padding: 24px 2px 20px;
  background: none;
  border: 0;
  border-bottom: 1px solid #cbcbcb;
  box-sizing: border-box;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
  padding-left: 25px;
}
@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.5rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .post-content h2::after {
    width: 20px;
  }
  .post-content h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .post-content h4 {
    font-size: 1.1rem;
    padding: 5px 8px 4px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin: 100px 0 40px;
}
h1.archive-title {
  color: #18181b;
  font-weight: 700;
}
.article03 {
  border: 1px solid #34a9ee;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.article03, .article03-thumbnail {
  transition: all 0.5s;
}
.article03:hover {
  border-radius: 15px;
}
.article03-content {
  padding: 13px 18px 10px;
}
.article03-title {
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #18181b;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.post-title {
  color: #18181b;
  font-weight: 700;
}
.nav-links01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-top: 1px solid #c2e4f7;
  border-bottom: 1px solid #c2e4f7;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #c2e4f7;
}
.article01-title a {
  font-size: 0.9em;
  font-weight: 500;
  color: #18181b;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
}
.post-meta-box {
  background: #f2f8ff;
  border-radius: 3px;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: #34a9ee;
}
.post-meta-box-item a {
  font-weight: 500;
}
.side_widget .headline-bar {
  color: #18181b;
  font-size: 15px;
  font-weight: 500;
  padding: 16px 15px;
  background: #dcffdc;
  border-radius: 2px;
}
.post-header {
  text-align: left;
  margin-bottom: 40px;
}
.share-top {
  margin-bottom: 30px;
}
.widget_recent_entries li {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-color: #c2e4f7;
}
.widget_recent_entries li a {
  font-size: 12px;
  line-height: 1.5;
}
.widget_recent_entries .post-date {
  font-size: 12px;
  line-height: 1.3;
  color: #18181b;
  margin-top: 7px;
}
.widget_recent_entries .post-date:before {
  font-size: 10px;
  color: #34a9ee;
}
@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 #c2e4f7;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #18181b;
  }
  .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: 15px;
  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: 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: #34a9ee;
  border-radius: 100px;
  width: 7px;
  height: 7px;
  top: 7px;
  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: #34a9ee;
  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: #66bbed;
}
/* コンテンツ 共通 END */
/* サービス 共通 */
.service_sec h2 {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid;
}
.service_sec h2::after {
  width: 100px;
  margin-top: 7px;
  margin-bottom: -1px;
  margin-left: 0;
  height: 1px;
}
.service_sec p {
  margin-bottom: 15px;
}
.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_text {
  width: 60%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.service_img {
  width: 40%;
  box-sizing: border-box;
}
.service_img img {
  border-radius: 10px;
}
.service_text p {
  font-size: 0.9rem;
}
span.service-caution {
  font-size: 0.8rem;
  margin-top: 10px;
}
table.price_tbl {
  border: 1px solid #cbcbcb;
  border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .08rem;
  padding: 22px 25px 20px;
  line-height: 1.5;
  background: #fff;
}
table.price_tbl th {
  width: 65%;
  padding-right: 0;
}
table.price_tbl td {
  text-align: end;
  padding-left: 0;
}
span.tax {
  font-size: 0.8rem;
  letter-spacing: .03rem;
  margin-left: 5px;
}
@media only screen and (max-width: 970px) {
  .service_inner {
    margin-bottom: 25px;
  }
  .service_text, .service_img {
    width: 100%;
  }
  .service_text {
    padding-right: 0;
    margin-bottom: 30px;
  }
  table.price_tbl th, table.price_tbl td {
    padding: 12px 15px;
    margin-bottom: 1px;
  }
  table.price_tbl th {
    padding-bottom: 0;
  }
}
/* サービス 共通 END */
/* ご利用時の注意事項 */
.precautions_sec h2 {
  font-size: 1.4rem;
}
.caution_box {
  margin-bottom: 30px;
}
.caution_box:last-of-type {
  margin-bottom: 0;
}
.caution_box h3 {
  font-size: 1.2rem;
  padding-left: 30px;
  margin-bottom: 10px;
}
.caution_box h3::before {}
ul.precautions_list li {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 8px;
}
ul.precautions_list li::before {
  top: 8px;
}
/* ご利用時の注意事項 END */
/* ご挨拶 */
.greeting_sec h2 {
  font-size: 2rem;
  text-align: left;
  line-height: 1.5;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.greeting_sec h2::after {
  margin-left: 0;
  margin-bottom: -1px;
  margin-top: 5px;
  width: 100px;
  height: 1px;
}
.greeting_sec p {
  margin-bottom: 25px;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0;
}
h3.name {
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0;
}
h3.name::before {
  content: none;
}
h3.name span {
  margin-right: 10px;
  font-size: 0.95rem;
  color: #18181b;
}
@media only screen and (max-width: 768px) {
  .greeting_sec h2, .greeting_sec p {
    margin-bottom: 15px;
  }
  .greeting_sec h2 {
    font-size: 1.5rem;
  }
  h3.name {
    margin-bottom: 15px;
  }
}
/* ご挨拶 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 950px;
}
.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.25rem;
  line-height: 1.5;
  padding: 2px 0;
  margin-bottom: 8px;
  text-align: left;
  color: #18181b;
}
p.answer {
  padding-top: 3px;
}
.faq h3, .faq p {
  padding-left: 45px;
  position: relative;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #34a9ee;
  width: 33px;
  height: 33px;
  line-height: 32px;
  border-radius: 100px;
  text-align: center;
  left: 0;
  top: 1px;
}
p.answer::before {
  content: 'A';
  color: #18181b;
  background: #dcffdc;
  line-height: 32px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
}
/* よくある質問 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 900px;
}
.info_box {
  margin-bottom: 50px;
  padding: 25px 30px;
  border-radius: 10px;
  background: #f2f8ff;
  box-sizing: border-box;
}
.info_box h2 {
  line-height: 1.5;
  padding: 5px 10px 1px;
  margin-bottom: 15px;
  background: #3fabea;
  color: #fff;
  border-bottom: 6px solid #217eb5;
  border-radius: 6px;
}
.info_box h2::after {
  content: none;
}
.info_box p {
  margin-bottom: 20px;
}
.info_box p:last-of-type {
  margin-bottom: 0;
}
table.info_tbl th {
  width: 25%;
  border-color: #66bbed;
}
span.info-caution {
  font-size: 0.85rem;
  font-weight: 400;
  margin-left: 5px;
}
.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) {
  .info_box {
    margin-bottom: 25px;
    padding: 15px 20px;
  }
  .map_sec {
    height: 350px;
  }
}
@media only screen and (max-width: 500px) {
  .info_box h2 {
    text-align: left;
  }
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 900px;
}
.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: #dcffdc;
  padding: 10px;
  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: #34a9ee;
}
p.con-caution {
  font-size: 0.85rem;
  width: fit-content;
  margin: 0 auto 5px;
}
p.con-time {
  text-align: center;
  line-height: 1.8;
  margin-top: 15px;
}
span.con-time-title {
  display: block;
  color: #34a9ee;
}
span.con-time-caution {
  font-size: 0.75rem;
  margin-left: 3px;
}
.con_line_box {
  padding: 25px 25px 30px;
  color: #fff;
  background: #00b900;
  box-sizing: border-box;
  border-radius: 10px;
}
.con_line_box h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.con_line_box h2::after {
  content: none;
}
a.con_line_but {
  width: 100%;
  max-width: 380px;
  padding: 15px 25px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 auto;
  transition: 0.5s;
}
a.con_line_but::after {
  content: "\e909";
  font-size: 23px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 25px;
  transition: 0.5s;
}
a.con_line_but:hover {
  color: #fff;
  background: #34a9ee;
}
p.con_line_text {
  font-weight: 700;
  width: fit-content;
  margin: 20px auto 0;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
  .con__inner p {
    margin-bottom: 15px;
  }
  address.con_tel {
    padding: 7px;
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  span.con_tel_sub {
    font-size: 0.85rem;
  }
  .con_line_box {
    padding: 20px;
  }
}
/* お問い合わせ END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */