@charset "UTF-8";
/* 代行サービス_CROWN CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #323333;
  overflow: hidden;
  font-size: 17px;
  font-size: clamp(17px, 0.8vw, 20px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #323333;
}
.font-1, .headline-font-type {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
p, .post-content p {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 1.1rem;
  font-weight: 500;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 35px;
  background: none;
}
.breadcrumb.inner {
  width: fit-content !important;
  max-width: 1150px;
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 !important;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
.signage {
  height: 380px;
  background: #323333 !important;
  position: relative;
  z-index: 0;
}
.signage::after {
  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: 3.5rem !important;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  letter-spacing: .15rem;
  margin-bottom: 12px;
  margin-top: 30px;
}
.signage-title-sub {
  font-size: 1.1rem !important;
  font-weight: 700;
  line-height: 1;
  color: #f39f16 !important;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 220px;
  }
  .signage-title.headline-font-type {
    font-size: 1.8rem !important;
    margin-bottom: 8px;
    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: 150px;
  height: auto;
  padding: 15px 20px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 25px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #fff;
}
.global-nav > ul > li > a, .global-nav .sub-menu a, .global-nav a:hover, .global-nav .current-menu-item > a {
  color: #323333;
}
.global-nav > ul > li > a {
  font-size: 19px;
  font-weight: 700;
  font-family: "Rubik", "Zen Maru Gothic", sans-serif;
  letter-spacing: .025rem;
  padding: 0 20px;
  line-height: 90px;
  position: relative;
  text-align: center;
  transition: all 0.8s;
  z-index: 0;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  background: #f39f16;
  width: 0;
  height: 2px;
  top: 29px;
  left: 18px;
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
  width: calc(100% - 37px);
}
.global-nav > ul > li > a::after {
  content: "";
  position: relative;
  text-align: center;
  display: block;
  bottom: 26px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  color: #f39f16;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-price > a::after {
  content: "料金・作業について";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "ご挨拶";
}
.global-nav > ul > li.global-menu-information > a::after {
  content: "運営概要";
}
.global-nav > ul > li.global-menu-contact > a, .global-nav > ul > li.global-menu-contact > a::after {
  color: #fff;
}
.global-nav > ul > li.global-menu-contact > a {
  background: #f39f16;
  padding: 0 35px;
  margin-left: 5px;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "お問い合わせ";
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: .1rem;
  transition: 0.5s;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  background: #f9efdb;
}
.global-nav > ul > li.global-menu-contact > a:hover, .global-nav > ul > li.global-menu-contact > a:hover::after {
  color: #f39f16;
}
.global-nav .sub-menu {
  top: 110%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
  font-size: 16px;
  font-weight: 700;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #f39f16 !important;
  background: #fff !important;
}
.global-nav .sub-menu a::before, .global-nav > ul > li.global-menu-contact > a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    left: -15px;
    width: 110px;
    padding: 15px 12px;
    background: #fff;
  }
  .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: #323333;
  }
  .global-nav-button:hover:before {
    color: #f39f16;
  }
  .global-nav > ul > li > a {
    font-size: 16px;
    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 > ul > li > a::after {
    font-size: 10px;
    position: absolute;
    display: inline-block;
    width: fit-content;
    bottom: 18px;
    margin-left: 15px;
  }
  .global-nav > ul > li.global-menu-contact > a::after {
    position: absolute;
    display: inline-block;
    color: #f39f16;
  }
  .global-nav a {
    background: #fff;
    color: #323333 !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: #323333 !important;
    padding: 0 25px;
    line-height: 53px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #f39f16 !important;
  }
  .global-nav > ul > li > a:before {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #323333;
  }
}
@media only screen and (max-width: 767px) {
  .logo-image {
    left: -15px;
    width: 60px;
    padding: 8px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.top-slider-wrapper::after, .content02::before, .content02::after, .front_original03::before, .front_original03::after, .footer::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/wave_img.png");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 8px;
  width: 100%;
  height: 8px;
}
.content02::before, .front_original03::before, .footer::before {
  transform: rotate(180deg);
  top: 0;
}
.top-slider-wrapper::after {
  z-index: 1;
}
.top-slider-wrapper::after, .content02::after, .front_original03::after {
  bottom: 0;
}
.top-slider-wrapper {
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #323333;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.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%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-copy-img {
  width: 60%;
  max-width: 650px;
  margin-left: auto;
  display: block;
}
.front_original01 {
  padding: 6em 0 5em;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  align-items: flex-start;
}
.front-original01__title {
  width: 45%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 55%;
  padding-left: 2vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  letter-spacing: .2rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #f39f16;
}
.front-original01__title h2 span {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #f39f16;
}
.front-original01__title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
}
.front-original01__title h3 span {
  display: inline;
  background: linear-gradient(transparent 70%, #faecce 70%);
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding: 6em 0;
  background: #f9efdb;
  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: #323333;
  position: relative;
  z-index: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all .8s;
  z-index: 0;
}
.content02-img::before {
  content: '';
  position: absolute;
  background: #f39f16;
  height: 65px;
  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;
  font-family: "Rubik", "Zen Maru Gothic", sans-serif;
  line-height: 1;
}
p.content02-img_title span {
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
  display: block;
}
.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.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
  color: #323333;
}
.content02-text {
  line-height: 2;
  color: #323333;
}
a.content02-but {
  font-size: 1.1rem;
  font-weight: 700;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 350px;
  height: 65px;
  line-height: 64px;
  position: relative;
  margin: 25px auto 0;
  color: #fff;
  background: #f39f16;
  border-radius: 100px;
  padding: 0 22px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
}
a.content02-but:hover {
  color: #f39f16;
  background: #fff;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 22px;
  font-size: 0.85rem;
  font-family: "Rubik", sans-serif;
  transition: 0.5s;
}
.front_original02 {
  padding: 5em 0;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original02__text {
  width: 55%;
  padding-right: 4vw;
  border-right: 3px solid #f9efdb;
  box-sizing: border-box;
}
.front-original02__contact {
  width: 45%;
  padding-left: 3vw;
  box-sizing: border-box;
}
.front-original02__text h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #f39f16;
}
.front-original02__text p {
  margin-bottom: 15px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
address.front_tel {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  letter-spacing: .08rem;
  margin-bottom: 30px;
  text-align: center;
}
span.front_tel_sub {
  font-size: 1.5rem;
  margin-right: 2px;
}
a.front_sns {
  width: 100%;
  max-width: 330px;
  margin: 0 auto 15px;
  padding: 23px 25px;
  font-size: 1.2rem;
  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.front_sns:last-of-type {
  margin-bottom: 0;
}
a.front_insta_but {
  background: #f39f16;
}
a.front_insta_but::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-35deg, #ffd75f, #ff0357);
  z-index: -1;
  transition: 0.5s;
}
a.front_sns::after {
  content: "\e909";
  font-family: design_plus;
  font-weight: 400;
  font-size: 25px;
  position: absolute;
  display: block;
  right: 25px;
  top: 20px;
}
a.front_insta_but::after {
  content: "\ea92";
}
a.front_sns:hover {
  background: #f39f16;
}
a.front_insta_but:hover::before {
  opacity: 0;
}
.front_original03 {
  padding: 8em 0 7em;
  background: #f9efdb;
  position: relative;
  z-index: 0;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  margin-bottom: 80px;
}
.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 {
  content: "FLEXIBLE";
  position: absolute;
  font-size: 6rem;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  letter-spacing: .1rem;
  line-height: 0.8;
  display: block;
  top: -30px;
  left: 0;
  color: #fff;
  z-index: -1;
}
.third-box:nth-of-type(2) .front-third-text::before {
  content: "TRUST";
}
.third-box:nth-of-type(3) .front-third-text::before {
  content: "TECHNIQUE";
}
.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: 5px;
}
h2.third_title {
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.front_topics {
  padding: 6em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 3.3rem;
  font-weight: 700;
  font-family: "Rubik", "Zen Maru Gothic", sans-serif;
  margin-bottom: 50px;
  text-align: center;
}
h2.front_topics_title span {
  display: block;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .08rem;
  color: #f39f16;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  background: #f9efdb;
  position: relative;
  z-index: 0;
  margin: 0;
}
.footer_contact_sec {
  padding: 6em 0 2em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 12vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 380px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  margin-bottom: 5px;
}
dl.address_body:last-of-type {
  margin-bottom: 15px;
}
dt.address_title {
  width: 22%;
}
dd.address_text {
  width: 78%;
  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;
  font-family: "Rubik", sans-serif;
  letter-spacing: .08rem;
  margin-bottom: 8px;
}
span.footer_tel_sub {
  font-size: 0.95rem;
  margin-right: 2px;
}
p.footer-caution {
  font-size: 0.95rem;
}
ul.sns__links {
  width: 100%;
  max-width: 180px;
  margin-top: 25px;
}
li.sns__links-item {
  width: calc(50% - 5px);
  margin-right: 10px;
  box-sizing: border-box;
}
ul.sns__links li:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 19px;
  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;
}
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: 10px;
  font-weight: 500;
  font-family: "Rubik", "Zen Maru Gothic", sans-serif;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding-left: 4vw;
  margin-bottom: 0;
}
ul.footer-content-list-outer li {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 14px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  position: relative;
  z-index: 0;
}
a.footer_but::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #f39f16;
  bottom: -3px;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
a.footer_but:hover::after {
  width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.copyright {
  font-size: 10px;
  text-align: left;
  color: #323333;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #fff;
  background: #f39f16;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 15px;
  width: 15px;
  height: 15px;
}
.pagetop a:hover {
  color: #f39f16;
  background: #f5dca8;
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .front-copy-img {
    margin-left: 0;
  }
  .front-original01__title, .front-original01__text, .front-original02__contact, .front-original02__text {
    width: 100%;
  }
  .front-original01__text {
    padding-left: 0;
    margin-top: 20px;
  }
  .front-original01__title h3 {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .front-original01__title h3 br, .front-original02__text h2 br {
    display: contents;
  }
  .front-original02__text {
    margin-bottom: 25px;
    padding-right: 0;
    border: 0;
  }
  .front-original02__contact {
    padding-left: 0;
  }
  address.front_tel {
    text-align: left;
  }
  a.front_sns {
    margin-left: 0;
  }
  .content02-item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 40px !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front-third-text {
    width: 100%;
    padding-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: 10vw;
  }
}
@media only screen and (max-width: 970px) {
  .footer_menu_bg {
    padding-left: 4vw;
  }
  .dp-footer-bar {
    background: #f39f16 !important;
    border-top: 1px solid #f39f16 !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";
  }
  .icon-share-alt:before {
    content: "\ea92";
  }
}
@media only screen and (max-width: 800px) {
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 420px;
    margin-top: 40px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .front_original01 {
    padding: 3em 0 2em;
  }
  .front_original02, .content02 {
    padding: 3em 0;
  }
  .front-original01__title h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front-original02__text h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    margin-bottom: 8px;
  }
  address.front_tel {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  span.front_tel_sub {
    font-size: 1rem;
  }
  a.front_sns {
    margin-bottom: 5px;
  }
  .front_original03 {
    padding: 4em 0 3em;
  }
  .third-box {
    margin-bottom: 40px;
  }
  .front-third-text::before {
    font-size: 3rem;
    top: -10px;
  }
  .front_topics {
    padding: 2em 0 3em;
  }
  h2.front_topics_title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  h2.front_topics_title span {
    font-size: 1rem;
    margin-top: 10px;
  }
  .footer_contact_sec {
    padding: 3em 0 1.5em;
  }
  address.footer_tel {
    font-size: 1.7rem;
  }
  span.footer_tel_sub {
    font-size: 0.8rem;
  }
  .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: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 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: 25px;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #f39f16;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #f39f16;
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #f39f16;
  width: 20px;
  height: 3px;
  top: 52%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0;
  color: #f39f16;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1.1rem;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.8;
  padding: 24px 2px 20px;
  background: none;
  border: 0;
  border-bottom: 1px solid #f5dca8;
  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: 14px 2px 12px;
    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.45rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .post-content h3 {
    font-size: 1.25rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
h2.archive-title {
  color: #323333;
}
.archive-header {
  margin: 100px 0 40px;
}
.article03 {
  border: 1px solid #f39f16;
  border-radius: 3px;
  background: #fff7e8;
  box-sizing: border-box;
  overflow: hidden;
}
.article03, .article03-thumbnail {
  transition: all 0.5s;
}
.article03:hover {
  border-radius: 15px;
}
.article03-content {
  padding: 15px 18px 10px;
}
.article03-title {
  font-size: 1rem;
  line-height: 1.5;
  color: #323333;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.post-title {
  color: #323333;
  font-weight: 700;
}
.nav-links01 {
  font-size: 15px;
  line-height: 1.6;
  border-top: 1px solid #f39f16;
  border-bottom: 1px solid #f39f16;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #f39f16;
}
.nav-links01-previous a, .nav-links01-next a {
  font-weight: 500;
}
.article01-title a {
  font-size: 0.9em;
  font-weight: 500;
  color: #323333;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 15px;
  font-weight: 500;
}
.post-meta-box {
  background: #f9efdb;
  border-radius: 3px;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: #f39f16;
}
.post-meta-box-item a {
  font-weight: 500;
}
.side_widget .headline-bar {
  color: #f39f16;
  font-size: 16px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  padding: 18px 20px;
  background: #f9efdb;
}
.post-header {
  text-align: left;
}
.widget_recent_entries li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-color: #f39f16;
}
.widget_recent_entries li a {
  font-size: 14px;
  line-height: 1.5;
}
.widget_recent_entries .post-date {
  font-size: 12px;
  line-height: 1.5;
  color: #323333;
  margin-top: 5px;
}
.widget_recent_entries .post-date:before {
  font-size: 10px;
  color: #f39f16;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    font-size: 0.85rem;
    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 #f39f16;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #323333;
  }
  .article04-title {
    font-size: 15px;
  }
  .side_widget .headline-bar {
    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: #f39f16;
  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: 350px;
  margin-top: 15px;
  padding: 18px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.8s;
}
a.content-but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  font-weight: 400;
  right: 20px;
  line-height: 1.8;
  transition: 0.8s;
}
a.content-but:hover {
  color: #fff;
  background: #f39f16;
  border-color: #f39f16;
  border-radius: 100px;
}
/* コンテンツ 共通 END */
/* 料金・作業について */
.price_box {
  margin-bottom: 80px;
}
.price_box p {
  margin-bottom: 15px;
}
.price_box:last-of-type, .price_box p:last-of-type {
  margin-bottom: 0;
}
.price_inner {
  margin-top: 30px;
  border-radius: 5px;
  padding: 25px 30px;
  background: #f9efdb;
  box-sizing: border-box;
}
table.price_tbl {
  margin-top: 15px;
  margin-bottom: 20px;
  border: 1px solid #f5dca8;
  border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  font-size: 1.3rem;
  font-weight: 700;
  width: 100% !important;
  display: block;
  line-height: 2;
  padding: 18px 28px;
}
table.price_tbl th {
  padding: 15px 28px 18px;
  background: #fff8ea;
  border-bottom: 0;
}
table.price_tbl td {
  text-align: end;
  letter-spacing: .08rem;
}
span.price-caution {
  color: #f35d63;
}
span.tax {
  margin-left: 5px;
  font-size: 0.9rem;
}
span.service-detail {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  display: block;
}
dl.special_body {
  width: 100%;
  max-width: 900px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 5px 15px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-sizing: border-box;
}
dl.special_body:first-of-type {
  margin-top: 10px;
}
dl.special_body:last-of-type {
  margin-bottom: 0;
}
dl.special_body dt {
  width: 10%;
  color: #e99812;
}
dl.special_body dd {
  width: 90%;
  padding-left: 1vw;
  margin-bottom: 0;
  box-sizing: border-box;
}
dl.special_body dt, dl.special_body dd {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .price_box {
    margin-bottom: 30px;
  }
  .price_box p {
    margin-bottom: 8px;
  }
  .price_inner {
    margin-top: 20px;
    padding: 20px;
  }
  table.price_tbl th, table.price_tbl td {
    font-size: 1.1rem;
    padding: 10px 18px 8px;
  }
  table.price_tbl th {
    padding: 6px 18px 8px;
  }
  span.service-detail {
    font-size: 1rem;
  }
  dl.special_body dt, dl.special_body dd {
    width: 100%;
  }
  dl.special_body dt {
    margin-bottom: 2px;
  }
}
/* 料金・作業について END */
/* よくある質問 */
.faq {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px #f5dca8 solid;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.45rem;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: left;
  position: relative;
}
.faq p {
  position: relative;
  margin-bottom: 10px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 50px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #fff;
  background: #f39f16;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 100%;
  text-align: center;
  box-sizing: border-box;
  left: 0;
  top: 3px;
}
p.answer {
  padding-top: 2px;
}
p.answer::before {
  content: 'A';
  color: #f39f16;
  background: #f9efdb;
}
.faq h2::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .faq h2, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* お客様の声 */
.voice_sec .content_inner {
  max-width: 1000px;
}
.voice_sec p {
  margin-bottom: 20px;
}
.voice_sec p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {}
/* お客様の声 END */
/* ご挨拶 */
.greeting_sec h2 {
  font-size: 2rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px;
}
.greeting_sec h2::after {
  width: 30px;
  height: 5px;
  margin-left: 0;
}
.greeting_sec p {
  margin-bottom: 15px;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0;
}
.greeting_inner {
  margin-bottom: 60px;
}
.greeting_img {
  width: 40%;
  box-sizing: border-box;
}
.greeting_img img {
  border-radius: 5px;
}
.greeting_text {
  width: 60%;
  padding-left: 4vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  .greeting_sec h2::after {
    content: none;
  }
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_inner {
    margin-bottom: 30px;
  }
  .greeting_sec h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .greeting_sec p {
    margin-bottom: 10px;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 900px;
}
.info_box {
  margin-bottom: 60px;
  padding: 30px 35px;
  border-radius: 5px;
  background: #f9efdb;
  box-sizing: border-box;
}
.info_box p {
  margin-bottom: 15px;
}
.info_box p:last-of-type {
  margin-bottom: 0;
}
table.info_tbl th {
  width: 25%;
}
span.info-caution {
  font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .info_box {
    margin-bottom: 30px;
    padding: 20px 25px;
  }
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 1000px;
}
.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 {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  line-height: 1;
  text-align: center;
  letter-spacing: .08rem;
  margin-bottom: 15px;
}
span.con_tel_sub {
  font-size: 1.2rem;
  margin-right: 6px;
  color: #f39f16;
}
p.con-caution {
  width: fit-content;
  margin: 0 auto 8px;
}
p.con-time {
  width: fit-content;
  margin: 0 auto;
  line-height: 1.8;
}
span.con-time-title {
  font-weight: 700;
  text-align: center;
  display: block;
}
span.con-time-caution {
  font-size: 0.95rem;
  margin-left: 8px;
}
.con_two {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  background: #00b900;
}
.con_insta_box {
  background-image: linear-gradient(-35deg, #ffd75f, #ff0357);
}
.con_two h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.con_two h2::after {
  content: none;
}
.con_two p {
  margin-bottom: 0;
}
a.con_sns_but {
  width: 100%;
  max-width: 330px;
  display: block;
  margin: auto;
  padding: 20px 22px 18px;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Rubik", "Zen Maru Gothic", sans-serif;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
}
a.con_insta_but {
  color: #ff0357;
}
a.con_sns_but::after {
  content: "\e909";
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  transition: 0.5s;
}
a.con_insta_but::after {
  content: "\ea92";
  font-size: 20px;
}
a.con_sns_but:hover {
  color: #fff;
  background: #f39f16;
}
p.con_sns_text {
  width: fit-content;
  margin: 1rem auto 0;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
  .con__inner p {
    margin-bottom: 10px;
  }
  address.con_tel {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
    margin-right: 3px;
  }
  .con_two {
    width: 100%;
  }
}
/* お問い合わせ END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */