@charset "UTF-8";
/* 堀本乃杏(SNS運用代行 Tsuzuri) CSS Document */
/* 共通部分 */
body {
  background: #dddddd;
  color: #000;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(14px, 0.8vw, 20px);
  letter-spacing: .04rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
}
a, .post-content a {
  color: #000;
}
.font-type1, .headline-font-type {
  font-family: "Gilda Display", "Zen Old Mincho", "游明朝", 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: 50px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem;
  font-weight: 400;
  width: 83% !important;
  max-width: 1130px !important;
  display: block;
  height: 50px;
  line-height: 15px;
  padding: 0;
  text-align: center;
}
.signage {
  height: 300px;
  background: none !important;
  position: relative;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background: #b4b3b3;
  width: 75%;
  max-width: 800px;
  height: 1px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.signage-title.headline-font-type, .signage-title-sub {
  width: 83%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  text-shadow: none;
}
.signage-title.headline-font-type {
  font-size: 3rem !important;
  font-weight: 400;
  letter-spacing: .2rem;
  margin-bottom: 0.8rem;
  color: #000 !important;
}
.signage-title-sub {
  font-size: 1rem !important;
  font-weight: 400;
  letter-spacing: .08rem;
  color: #6b6b6b !important;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-wrapper, .breadcrumb.inner {
    height: 40px;
  }
  .signage {
    height: 200px;
  }
  .signage-title.headline-font-type {
    font-size: 2rem !important;
    margin-bottom: 0.5rem;
  }
  .signage-title-sub {
    font-size: 0.8rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.header::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 50%;
  left: 0;
  top: -50%;
  z-index: 0;
}
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 70px;
}
.header-bar {
  z-index: 50;
  height: 15px;
  background: #fff !important;
  box-shadow: none;
}
.logo-image {
  top: 0;
  left: 0;
  width: 200px;
  height: auto;
  padding: 12px 12px 12px 8px;
  border-bottom-right-radius: 2px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
}
.global-nav {
  padding-left: 5px;
  border-bottom-left-radius: 2px;
  background: #fff;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 13px;
  letter-spacing: .1rem;
  line-height: 70px;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #000;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 8px;
  top: 31px;
  position: absolute;
  background: #cfcece;
}
.global-nav > ul > li:first-of-type a::before {
  content: none;
}
.global-nav .sub-menu {
  top: 110%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.global-nav .sub-menu a {
  width: 170px;
  font-size: 13px;
  letter-spacing: .08rem;
  padding: 14px 22px 12px;
  color: #000;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #6b6b6b !important;
  background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 0;
    left: -15px;
    width: 150px;
  }
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .header-bar {
    height: 55px;
    background: #fff !important;
    border-bottom: 1px solid #fff;
  }
  .global-nav {
    padding: 0;
    border-bottom-left-radius: 0;
  }
  .global-nav-button {
    border-left: 0;
    background: none;
  }
  .global-nav-button:hover:before {
    color: #6b6b6b;
  }
  .global-nav > ul > li > a {
    line-height: 50px;
    text-align: left;
    padding: 0 25px;
  }
  .global-nav a {
    background: #fff;
    color: #000 !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 {
    width: 100%;
    line-height: 54px;
    padding: 0 25px;
    background: #fff !important;
    color: #000 !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #6b6b6b !important;
  }
  .global-nav > ul > li > a::before, .global-nav .menu-item-has-children > a:before {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #000;
  }
}
@media only screen and (max-width: 768px) {
  .home .header::before {
    font-size: 10px;
    bottom: 30px;
  }
  .home .header::after {
    height: 20px;
  }
  .logo-image {
    top: 5px;
    left: -9px;
    width: 85px;
    padding: 0;
    background: none;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.top-slider-nav {
  display: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
}
.front-copy-img {
  width: 80%;
  max-width: 300px;
  margin-bottom: 7%;
}
.scroll-box {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
.scroll-box::after {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 1px;
  height: 40px;
  bottom: -40px;
  left: 50%;
  z-index: -1;
}
.scroll-box span {
  position: absolute;
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: .2rem;
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 10px;
}
.top-slider-wrapper {
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.35;
  z-index: 1;
}
.front_original01 {
  padding: 7em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 870px;
  margin: 0 auto;
}
.front-original01__title {
  width: 35%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.front-original01__text {
  width: 65%;
  padding-top: 5rem;
  padding-left: 3vw;
  box-sizing: border-box;
}
.front_original02 {
  padding: 9em 0;
  background: #000;
  color: #fff;
  position: relative;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front-original02_img.jpg?20250405-1");
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 780px;
  margin: 0 auto;
}
.front-original02__title {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
}
.front-original02__text {
  width: 75%;
  padding-top: 15rem;
  padding-left: 5vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: .25rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  margin: 0 auto;
}
.front-original02__title h2 {
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: .3rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  margin: 0 auto;
}
.front-original01__text p, .front-original02__text p {
  margin-bottom: 1.5rem;
}
.front-original01__text p:last-of-type, .front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front-content02 {
  margin: auto;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.front-content02-img-inner {
  width: 50%;
  box-sizing: border-box;
}
.front-content02-text-inner {
  width: 50%;
  padding: 7rem 5vw;
  box-sizing: border-box;
}
.front-content02-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #000;
  top: 0;
  left: 0;
}
.content02-img-01 {
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/top_content02-1_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.85;
}
h2.front-content02-title {
  font-size: 4.5rem;
  letter-spacing: .15rem;
  margin-bottom: 4rem;
}
.content02-text__box {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  box-sizing: border-box;
}
.content02-text__box:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content02-text__box::after {
  content: '';
  position: absolute;
  display: block;
  background: #dddddd;
  width: 100%;
  height: 1px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.content02-text__box:last-of-type::after {
  content: none;
}
.content02-text__box h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  text-align: left;
}
.front-content02-text {
  line-height: 2;
}
a.content02-but {
  font-size: 0.9rem;
  font-weight: 400;
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-width: 180px;
  position: relative;
  margin-top: 1.5rem;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 18px 20px 15px;
  box-sizing: border-box;
  display: block;
  transition: 0.8s;
  z-index: 0;
}
a.content02-but:hover {
  color: #000;
  background: #fff;
}
a.content02-but:hover::after {
  color: #000;
}
.front_original03 {
  padding: 7em 0;
}
.front-original03-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h2.front-original03-title {
  font-size: 4rem;
  letter-spacing: .15rem;
  margin-bottom: 4rem;
}
.third-box {
  width: calc(50% - 35px);
  margin-right: 70px;
}
.third-box:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
.third-box h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 1.8rem;
}
.front_topics {
  padding: 8em 0;
  position: relative;
  z-index: 0;
}
.front_topics::before {
  content: '';
  position: absolute;
  display: block;
  background: #b4b3b3;
  width: 75%;
  max-width: 800px;
  height: 1px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.front-topics-inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
}
.front-topics-title-inner {
  width: 22%;
  float: left;
  padding-right: 2vw;
  box-sizing: border-box;
  display: block;
}
h2.front_topics_title {
  font-size: 2.5rem;
  letter-spacing: .15rem;
  margin-bottom: 2.5rem;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  background: #fff;
}
.footer_contact_sec {
  padding: 6em 0;
  color: #fff;
  background: #000;
  text-align: center;
  position: relative;
  z-index: 0;
}
.footer_contact_sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/footer-consultation_img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.25;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_sec h2 {
  font-size: 2.8rem;
  line-height: 0.8;
  letter-spacing: .2rem;
  margin-bottom: 2.5rem;
}
.footer_contact_sec h3 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
.footer_contact_sec p {
  margin-bottom: 1rem;
}
.footer_contact_sec p:last-of-type {
  margin-bottom: 0;
}
a.footer_con_line_but {
  width: 100%;
  max-width: 330px;
  display: block;
  margin: 1.5rem auto 0;
  padding: 20px 25px 18px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: .08rem;
  color: #fff;
  background: #00b900;
  border: 1px solid #00b900;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.8s;
}
a.footer_con_line_but::after {
  content: "\e909";
  font-family: 'design_plus';
  position: absolute;
  right: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
a.footer_con_line_but:hover {
  background: none;
  border-color: #fff;
}
.footer_content_sec {
  padding: 5em 0 3em;
}
.footer_content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 14vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
ul.sns__links {
  width: 100%;
  max-width: 250px;
  display: flex;
  margin-top: 1.5rem;
}
li.sns__links-item {
  width: 33.3333%;
  margin-right: 10px;
}
li.sns__links-item:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "\f0e0";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  background: #000;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_line_but::before {
  content: "\e909";
  background: #00b900;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns:hover {
  background: none;
  color: #6b6b6b;
}
a.footer_line_but:hover {
  color: #00b900;
}
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: 11px;
  font-weight: 400;
  font-family: "Gilda Display", serif;
}
ul.footer-menu-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-menu-list-outer:last-child {
  padding-left: 2vw;
}
ul.footer-menu-list-outer li {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 12px;
  position: relative;
}
ul.footer-menu-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-menu-list-outer li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #000;
  top: 9px;
  left: 0;
  transition: all 0.5s;
}
ul.footer-menu-list-outer li:hover::before {
  padding-left: 8px;
}
ul.footer-menu-list-outer li a:hover {
  color: #6b6b6b;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
.copyright {
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  color: #000;
}
.pagetop {
  right: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: none;
  color: #5e5e5e;
  writing-mode: vertical-rl;
  position: relative;
  width: auto;
  height: 96px;
  line-height: 1.8;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .15rem;
}
.pagetop a::before {
  content: '';
  position: absolute;
  display: block;
  background: #5e5e5e;
  height: 50px;
  left: auto;
  right: 10px;
  width: 1px;
  top: auto;
  bottom: 110px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.pagetop a::after {
  content: '';
  position: absolute;
  display: block;
  background: #5e5e5e;
  height: 20px;
  right: 10px;
  width: 1px;
  bottom: 0;
  z-index: -1;
}
.pagetop a:hover {
  background: none;
}
.pagetop a:hover::before {
  height: 100px;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front_original02 {
    padding: 5em 0;
  }
  .front-original01__title, .front-original02__title {
    width: 100%;
  }
  .front-original01__text, .front-original02__text {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
  .front-content02-img-inner {
    width: 100%;
    height: 50vh;
    min-height: 300px;
  }
  .content02-img-01 {
    background-position: center center;
  }
  .front-content02-text-inner {
    width: 100%;
    padding: 3rem 6.5vw;
  }
  .content02-text__box {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .third-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .front_topics {
    padding: 7em 0;
  }
  .front-topics-title-inner {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
  }
  .dp-footer-bar {
    left: 0;
    background: #000 !important;
    border-top: 1px solid #000 !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;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .icon-share-alt:before {
    content: "\ea92";
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .scroll-box {
    display: none;
  }
  .scroll-box::after {
    content: none;
  }
  .front_original01, .front_original02 {
    padding: 3.5em 0;
  }
  .front-original01__title h2 {
    font-size: 1.3rem;
    line-height: 2;
  }
  .front-original02__title h2 {
    font-size: 1.25rem;
    line-height: 2;
  }
  .front-original01__text p, .front-original02__text p {
    margin-bottom: 1rem;
  }
  h2.front-content02-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .front_original03 {
    padding: 3em 0;
  }
  h2.front-original03-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .front_topics {
    padding: 4em 0;
  }
  h2.front_topics_title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .footer_contact_sec {
    padding: 3em 0;
  }
  .footer_contact_sec h2 {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
  .footer_content_sec {
    padding: 2.5rem 0 1rem;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    padding-left: 0;
    margin-top: 2.5rem;
  }
  ul.footer-menu-list-outer {
    width: 30%;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .front-copy-img {
    margin-bottom: 10%;
  }
  .front_original02::after {
    background-position-x: 60%;
  }
  .content02-text__box h3, .third-box h3 {
    font-size: 1.15rem;
  }
  .footer_contact_sec {
    text-align: left;
  }
  ul.footer-menu-list-outer {
    width: 50%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #6b6b6b;
  width: 1px;
  height: 30px;
  margin: 0.5rem auto 0;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding: 0 0 0 35px;
  color: #000;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1.5px;
  background: #6b6b6b;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #767676;
  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 #c9c9c9 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: 14px 4px 10px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .post-content h2::after {
    height: 20px;
  }
  .post-content h3 {
    font-size: 1.15rem;
    margin-bottom: 0.8rem;
    padding-left: 30px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
h2.archive-title {
  color: #000;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  background: #fff;
  box-sizing: border-box;
}
.article03, .article03-thumbnail {
  transition: all 0.8s ease 0s
}
.article03:hover {
  border-radius: 15px;
}
.article03:hover .article03-thumbnail {
  border-radius: 14px 14px 0 0;
}
.article03-content {
  padding: 12px 15px;
}
.article03-title {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.article03-meta {
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.post-title {
  color: #000;
}
.nav-links01 {
  border-top: 1px solid #b4b3b3;
  border-bottom: 1px solid #b4b3b3;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #b4b3b3;
}
.article01-thumbnail {
  border: 1px solid #6b6b6b;
  box-sizing: border-box;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 15px;
  font-weight: 400;
}
.post-meta-box {
  background: #fff;
  border-radius: 2px;
}
.post-meta-box-item::before {
  color: #000;
}
.primary {
  width: 100%;
}
.headline-bar {
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  padding: 19px 20px 15px;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0px 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #000;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #b4b3b3;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #000;
  width: 7px;
  height: 7px;
  top: 11px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  margin-top: 1rem;
  padding: 15px 22px;
  border-radius: 100px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: #000;
  box-sizing: border-box;
  display: block;
  position: relative;
}
a.content_but::before {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 14px;
  right: 20px;
}
a.content_but:hover {
  background: #faf3ec;
  color: #000;
}
a.hotpepper_but {
  background: #9f1446;
}
a.hotpepper_but:hover {
  color: #fff;
  background: #000;
}
a.hotpepper_but::before {
  content: "\e91b";
}
/* コンテンツ 共通 END */
/* 料金案内 */
.price_sec .content_inner {
  max-width: 850px;
}
.menu_box {
  margin-bottom: 5rem;
}
.menu_box:last-of-type {
  margin-bottom: 0;
}
.menu_box h2 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1rem;
}
.menu_box h2::after {
  content: none;
}
.menu_box h3 {
  margin-bottom: 0.5rem;
}
.menu_box p {
  margin-bottom: 1rem;
}
.menu_box p:last-child {
  margin-bottom: 0;
}
.menu_two {
  width: calc(50% - 25px);
  margin-right: 50px;
}
.menu_two:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
span.menu_caution {
  font-size: 0.95rem;
  letter-spacing: 0;
  margin-left: 10px;
}
table.price_tbl th, table.price_tbl td {
  font-size: 0.95rem;
  letter-spacing: .1rem;
}
table.price_tbl th {
  width: 65%;
}
table.price_tbl td {
  text-align: end;
}
.sns-box {
    margin-top: 80px;
}
.side-scroll-box {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 1em;
}

table.service-table, p.price-right{
/*     box-sizing: border-box; */
	width:850px;
}
.service-table>thead>tr:first-child {
    background: #767676;
    color: white;
    font-weight: bold;
}
.service-table thead th, .service-table tbody th, .service-table tbody td, .service-table tbody tr {
    max-width: 200px;
    width: 17%!important;
}
.service-table>thead th {
	padding: 6px 2px 6px;
	border-right: white 0.5px solid;
    text-align: center;
}
p.price-right {
    text-align: right;
	padding-right: 1rem;
}
.scroll-text{
		display:none;
}

@media only screen and (max-width: 970px) {
 .service-table th,  .service-table td{
		display:table-cell;
	}
	.scroll-text{
		display:block;
	}
}
@media only screen and (max-width: 768px) {
  .menu_box {
    margin-bottom: 2.5rem;
  }
  .menu_box h2 {
    font-size: 1.5rem;
  }
  .menu_two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
/* 料金案内 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 950px;
}
.faq {
  margin-bottom: 3.5rem;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  padding-top: 4px;
  position: relative;
}
.faq p {
  position: relative;
  margin-bottom: 0.8rem;
}
.faq p:last-child {
  margin-bottom: 0;
}
p.answer {
  padding-top: 4px;
}
.faq h2, .faq p {
  padding-left: 50px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  background: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  left: 0;
  top: 2px;
}
.faq h2::after {
  content: none;
}
p.answer::before {
  content: 'A';
  line-height: 33px;
  color: #000;
  background: #fff;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 2.5rem;
  }
  .faq h2, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* ご挨拶 */
.greeting_sec p {
  margin-bottom: 1.5rem;
}
.greeting_sec p:last-child {
  margin-bottom: 0;
}
.greeting__inner {
  align-items: center;
  margin-bottom: 2.5rem;
}
.greeting__inner:last-of-type {
  margin-bottom: 0;
}
.greeting_img {
  width: 40%;
  box-sizing: border-box;
  position: relative;
}
.greeting__inner:nth-of-type(odd) .greeting_img {
  padding-right: 4vw;
}
.greeting__inner:nth-of-type(even) .greeting_img {
  padding-left: 2vw;
}
.greeting_text {
  width: 60%;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  .greeting__inner {
    margin-bottom: 1.5rem;
  }
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_img {
    max-width: 400px;
    margin: 0 auto;
  }
  .greeting__inner:nth-of-type(odd) .greeting_img {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .greeting__inner:nth-of-type(even) .greeting_img {
    padding-left: 0;
    margin-top: 2rem;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.info_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 30%;
}
/* 運営概要 END */
/* お問い合わせ */
.mail_sec .content_inner {
  max-width: 800px;
  padding-top: 0;
}
p.con_time_text {
  width: fit-content;
  margin: 0 auto 2.5rem;
  font-size: 1.1rem;
  letter-spacing: .05rem;
  line-height: 1.5;
}
.con__box {
  width: 50%;
  padding: 25px 20px;
  box-sizing: border-box;
  color: #fff;
  background: #00b900;
}
.con_insta_box {
  background-image: linear-gradient(-35deg, #ffd75f, #ff0357);
}
.con__box h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.con__box h2::after {
  content: none;
}
.con__box p {
  margin-bottom: 0;
}
a.con_sns_but {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
  padding: 20px 25px 18px;
  line-height: 1.5;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: .08rem;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
}
a.con_insta_but {
  color: #ff0357;
}
a.con_sns_but::after {
  content: '';
  font-family: 'design_plus';
  position: absolute;
  right: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
a.con_line_but::after {
  content: "\e909";
}
a.con_insta_but::after {
  content: "\ea92";
  font-size: 18px;
}
a.con_sns_but:hover {
  color: #fff;
  background: #000;
}
p.con_sns_text {
  width: fit-content;
  margin: 1rem auto 0;
  font-size: 1rem;
  line-height: 1.5;
}
.mail_info_box p {
  margin-bottom: 0;
}
.mail_info_box {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  p.con_time_text {
    margin-bottom: 1rem;
  }
  .con__box {
    width: 100%;
    padding: 20px;
  }
  .mail_info_box {
    text-align: left;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  line-height: 1.2;
  margin-left: 8px;
  margin-bottom: 10px;
  padding: 5px 4px 3px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #000;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f7f7f7;
  border: 0;
  padding: 18px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  margin-bottom: 1.5rem;
}
.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 select {
  width: 100%;
  max-width: 100%;
  padding: 10px 12px 8px;
  background: #f7f7f7;
  border: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .08rem;
  height: 74px;
  color: #fff;
  background: #000;
  border: 1px solid #000 !important;
  border-radius: 100px;
  transition: all .5s;
  font-family: "Gilda Display", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}
.wpcf7 input.wpcf7-submit:hover {
  color: #000;
  background: none;
}
.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 */

/* == 250902 == */
/* 料金案内 */
.price_sec .sns-box + .sns-box {
  margin-top: 80px;
}
.price_sec .sns-box h3 {
  margin-bottom: 20px;
}
.price_sec .sns-box h4 {
  padding: 10px;
  color: #fff;
  background: #767676;
}
.price_sec .menu-inner + .menu-inner {
  margin-top: 30px;
}
.price_sec .campaign {
  padding: 30px;
  background: #fff;
  border: 2px solid #767676;
}
@media (max-width: 768px) {
  .price_sec .campaign {
    padding: 20px;
  }
}
.price_sec .campaign h2 {
  text-align: center;
}
@media (min-width: 769px) {
  .price_sec .campaign p {
    text-align: center;
  }
}
.price_sec .campaign ul {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0;
  list-style: none;
}
.price_sec .campaign li {
  font-size: 1.1em;
}
@media (min-width: 769px) {
  .price_sec .campaign li {
    font-size: 1.2em;
  }
}
.price_sec .campaign li + li {
  margin-top: 10px;
}
.price_sec .campaign li span {
  display: inline-block;
  width: 4em;
  margin-right: 10px;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  background: #767676;
}

/* お客様の声 */
.voice_sec .voice-box {
  padding: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .voice_sec .voice-box {
    padding: 20px;
  }
}
.voice_sec .voice-box + .voice-box {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .voice_sec .voice-box + .voice-box {
    margin-top: 20px;
  }
}
.voice_sec .voice-box h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 2;
}
.voice_sec .voice-box h2:before {
  content: "\f075";
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  display: inline-block;
  position: absolute;
  left: -1rem;
  scale: 1.5;
  z-index: -1;
  color: #ddd;
}
.voice_sec .voice-box p:last-of-type {
  margin-bottom: 0;
}

/* TOP */
.front_campaign {
  margin-top: 7em;
}
.front_campaign .campaign-box {
  width: min(86%, 600px);
  padding: 30px;
  background: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .front_campaign .campaign-box {
    padding: 30px 20px;
  }
}
.front_campaign h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  .front_campaign h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .front_campaign p {
    text-align: center;
  }
}
.front_campaign .campaign-btn {
  display: block;
  max-width: 300px;
  margin: 20px auto 0;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #000;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .front_campaign .campaign-btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .pc-br {
    display: none;
  }
}