@charset "UTF-8";
/* YN Clean CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #809eae;
  overflow: hidden;
  font-size: 18px;
  font-size: clamp(18px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #809eae;
}
.font-1, .headline-font-type {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
p, .post-content p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 400;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 50px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8rem;
  font-weight: 400;
  width: 86% !important;
  max-width: 1150px !important;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
.signage {
  height: 380px;
  background: #163536 !important;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.45;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  margin: 0 auto;
  text-shadow: none;
}
.signage-title {
  margin-top: 30px;
  font-size: 3rem !important;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .3rem;
  color: #fff !important;
}
.signage-title-sub {
  font-size: 0.9rem !important;
  font-weight: 400;
  letter-spacing: .08rem;
  margin-top: 15px;
  line-height: 1;
  color: #60cccc !important;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 300px;
  }
  .signage-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title {
    font-size: 2rem !important;
    letter-spacing: .15rem;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
    letter-spacing: .05rem;
    margin-top: 10px;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.header-bar {
  z-index: 50;
  background: none !important;
  box-shadow: none;
}
.logo-image {
  top: 10px;
  left: 10px;
  width: 160px;
  height: auto;
  padding: 15px;
  position: absolute;
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 15px;
  padding-right: 5px;
  border-bottom-right-radius: 3px;
  background: #fff;
  margin-left: 0;
}
.global-nav > ul > li > a, .global-nav .sub-menu a, .global-nav a:hover, .global-nav .current-menu-item > a {
  color: #809eae;
}
.global-nav > ul > li > a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .05rem;
  line-height: 89px;
  padding: 0 17px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  z-index: 0;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  background: #83d2ed;
  width: 0;
  height: 1px;
  top: 25px;
  left: 17px;
  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% - 34px);
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 27px;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .03rem;
  color: #2e8184;
  transition: all 0.8s;
}
.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-works > 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::after {
  content: "お問い合わせ";
}
.global-nav .sub-menu a {
  font-size: 14px;
  font-weight: 400;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #83d2ed !important;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .logo-image {
    top: 0;
    left: -15px;
    width: 100px;
    padding: 10px;
    border-radius: 0;
  }
  .header-bar {
    background: #fff !important;
    border-color: #fff;
    box-shadow: none;
  }
  .global-nav {
    padding: 0;
    border-bottom-left-radius: 0;
  }
  .global-nav-button {
    border: 0;
  }
  .global-nav-button::before {
    color: #809eae;
  }
  .global-nav-button:hover::before {
    color: #83d2ed;
  }
  .global-nav a {
    background: #fff;
    color: #809eae !important;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    text-align: left;
    padding: 0 25px;
    line-height: 54px;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    text-align: left;
    font-size: 10px;
    bottom: 18px;
    display: inline-block;
    margin-left: 10px;
  }
  .global-nav .sub-menu a {
    width: 100%;
    font-size: 12px;
    line-height: 53px;
    padding: 0 25px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #83d2ed !important;
  }
  .global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before, .global-nav > ul > li.global-menu-sub > a::after {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #809eae;
  }
}
@media only screen and (max-width: 485px) {
  .logo-image {
    width: 75px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #ffffff2e 20%, #83d2ed 100%);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.55;
}
.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: 90% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-nav, .top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 88%;
  margin: 0 auto;
}
.front-copy-img {
  width: 90%;
  max-width: 800px;
}
.scroll-box {
  position: relative;
  width: fit-content;
  margin-top: 40px;
  display: block;
}
.scroll-box span::before {
  content: '\ea3e';
  font-family: 'design_plus';
  position: absolute;
  display: inline-block;
  font-size: 10px;
  color: #2e8184;
  background: #fff;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100px;
  left: 0;
  bottom: -2px;
  z-index: -1;
}
.scroll-box span {
  width: fit-content;
  display: block;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  letter-spacing: .15rem;
  color: #fff;
}
.front_original01 {
  padding: 5em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__text {
  width: 50%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.front-original01__img {
  width: 50%;
  box-sizing: border-box;
}
.front-original01__img img {
  border-radius: 5px;
}
.front-original01__text h2 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .1rem;
  margin-bottom: 20px;
  color: #83d2ed;
}
.front-original01__text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding-bottom: 5em;
  background: none;
  position: relative;
  z-index: 0;
}
.content02::after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, #fff 0%, #f6f9fa 80%, #fff 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.content02-inner {
  width: 90%;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 26.7777px);
  margin-left: 40px;
  padding-bottom: 0;
  color: #809eae;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.content02-item:last-of-type {
  margin-bottom: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all .8s;
  z-index: 0;
  box-sizing: border-box;
}
.content02-img::before {
  content: 'PRICE';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: .08rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: 8px 12px;
  background: #83d2ed;
  box-sizing: border-box;
  z-index: 2;
}
.content02-item:nth-of-type(2) .content02-img::before {
  content: 'Q&A';
}
.content02-item:nth-of-type(3) .content02-img::before {
  content: 'FLOW';
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #809eae9c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content02-img:hover .mask {
  opacity: 0.5;
}
.content02-text-box {
  padding-top: 20px;
  padding-bottom: 90px;
  box-sizing: border-box;
}
h3.content02-title, .content02-text {
  color: #809eae;
}
h3.content02-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  color: #45b7ef;
}
.content02-text {
  font-size: 0.9rem;
  line-height: 2;
}
a.content02-but {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  display: block;
  width: 90%;
  max-width: 330px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 100px;
  padding: 0 20px;
  position: absolute;
  right: 30px;
  bottom: 0;
  margin-right: 0;
  overflow: hidden;
  box-shadow: 1px 1px 15px #d2e5eb;
  box-sizing: border-box;
  z-index: 0;
  transition: 0.5s;
}
a.content02-but::before {
  width: 0;
  height: 100%;
  background: #83d2ed;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: .1rem;
  transition: 1s;
}
a.content02-but:hover {
  color: #fff;
  background: #fff;
  box-shadow: none;
}
a.content02-but:hover::before {
  width: 100%;
}
a.content02-but:hover::after {
  color: #fff;
}
.front_original02 {
  padding-bottom: 5em;
}
.front-original02-inner {
  width: 86%;
  margin: 0 auto;
  align-items: end;
}
.front-original02__text {
  width: 40%;
  margin-left: -100%;
  padding: 30px 35px;
  background: linear-gradient(30deg, #fff 0%, #f6f9fa 100%);
  box-sizing: border-box;
}
.front-original02__img {
  width: 65%;
  margin-left: 35%;
}
.front-original02__text h2 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  color: #83d2ed;
}
.front-original02__text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
.front-original02__text p {
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front_original03 {
  padding-top: 5em;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 50px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.third-box:nth-of-type(odd) .front-third-text {
  margin-left: 55%;
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-right: 4vw;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
  position: relative;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
h3.third_title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 15px;
}
h3.third_title::before {
  counter-increment: number 1;
  content: "SERVICE.0"counter(number) "";
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .18rem;
  margin-bottom: 20px;
  color: #83d2ed;
  line-height: 0.8;
  display: block;
}
.front_topics {
  padding: 6em 0 3em;
  position: relative;
  z-index: 0;
}
.front_topics::after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, #fff 0%, #f6f9fa 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.front-topics-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .2rem;
  text-align: center;
  margin-bottom: 40px;
  color: #83d2ed;
}
h2.front_topics_title span {
  font-size: 1rem;
  letter-spacing: .15rem;
  margin-top: 15px;
  display: block;
  color: #809eae;
}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0;
  background: #f6f9fa;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_contact_sec {
  padding: 5em 0 1em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 60%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 5vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
dl.address_body {
  width: 100%;
  max-width: 450px;
  font-size: 0.85rem;
  font-weight: 400;
  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;
}
address.footer_tel {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05rem;
  margin-bottom: 10px;
}
span.footer_tel_sub {
  font-size: 1rem;
  margin-right: 3px;
}
p.footer-caution {
  font-size: 0.8rem;
}
a.footer_mail_but {
    width: 100%;
    max-width: 330px;
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 15px;
    padding: 20px;
    border-radius: 100px;
    box-shadow: 1px 1px 15px #d2e5eb;
    background: #fff;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition: 0.5s;
}

a.footer_mail_but::after {
    content: '\f0e0';
    font-family: 'design_plus';
    position: absolute;
    display: block;
    font-size: 17px;
    font-weight: 400;
    bottom: 18px;
    right: 25px;
  transition: 0.5s;
}
a.footer_mail_but:hover {
  color: #fff;
  background: #83d2ed;
  box-shadow: none;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:last-of-type {
  padding-left: 2vw;
}
ul.footer-content-list-outer li {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but:hover {
  color: #83d2ed;
}
.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: #809eae;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.4s ease 0s;
}
.pagetop a {
  background: #83d2ed;
  color: #fff;
  width: 30px;
  height: 70px;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 13px;
  width: 13px;
  height: 45px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  color: #fff;
  background: #2e8184;
}
@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-original01__text, .front-original01__img {
    width: 100%;
  }
  .front-original01__text {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .front-original01__text h2 {
    margin-bottom: 15px;
  }
  .front-original01__text h3 br {
    display: contents;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
  }
  .content02-item:nth-of-type(2), .content02-item:last-of-type {
    margin-top: 40px;
  }
  .front-third-text, .front-third-img {
    width: 100%;
  }
  .front-third-text {
    padding: 0;
    margin-bottom: 25px;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-right: 0;
  }
  .third-box:nth-of-type(odd) .front-third-text, .third-box:nth-of-type(odd) .front-third-img {
    margin-left: 0;
  }
  .footer_menu_bg {
    padding-left: 3vw;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: #83d2ed !important;
    border-top: 1px solid #83d2ed !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: "\e91b";
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .scroll-box {
    margin-top: 20px;
  }
  .scroll-box span {
    font-size: 10px;
  }
  .scroll-box span::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  .front_original01, .front_original02 {
    padding: 3em 0;
  }
  .front-original01__text h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .content02 {
    padding-bottom: 2.5em;
  }
  .content02-text-box {
    padding-right: 20px;
    padding-bottom: 70px;
  }
  .front-original02__text h2 {
    margin-bottom: 15px;
  }
  .front-original02__text h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .front_original03 {
    padding-top: 3em;
  }
  .third-box {
    margin-bottom: 30px;
  }
  h3.third_title {
    margin-bottom: 10px;
  }
  h3.third_title::before {
    margin-bottom: 15px;
  }
  .front_topics {
    padding: 3em 0 2em;
  }
  .footer_contact_sec {
    padding: 2em 0 1em;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 330px;
    margin-top: 30px;
    padding-left: 0;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .front_original02::after {
    background-position-x: 75%;
  }
}
@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: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 25px;
  padding-top: 0;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #83d2ed;
  width: 30px;
  height: 1px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.5;
  padding: 0 0 0 30px;
  position: relative;
  color: #83d2ed;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #83d2ed;
  width: 20px;
  height: 2px;
  top: 48%;
  left: 0;
}
.post-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2e8184;
  margin-bottom: 15px;
  line-height: 1.5;
  padding: 0;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.8;
  padding: 23px 5px 20px;
  background: none;
  border: 0;
  border-bottom: 1px #83d2ed dashed;
  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: 15px 2px 10px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    margin-bottom: -1px;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.35rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .post-content h3 {
    font-size: 1.15rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 50px;
}
.archive-header {
  margin-bottom: 40px;
}
.archive-title {
  color: #809eae;
  text-align: left;
}
h1.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: none;
  box-sizing: border-box;
  border-right: 1px solid #83d2ed;
  border-bottom: 1px solid #83d2ed;
}
.article03-content {
  padding: 12px 12px;
}
.article03-title {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.8;
  color: #809eae;
}
.article03-meta {
  line-height: 1.5;
}
.article03-date, .article03-category-item {
  font-size: 11px;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.post-title {
  font-weight: 500;
  color: #809eae;
}
.nav-links01 {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #d1d1d1;
}
.nav-links01-previous a:hover:before, .nav-links01-previous a:hover:after, .nav-links01-next a:hover:before, .nav-links01-next a:hover:after {
  color: #809eae;
}
.article01-thumbnail {
  border-radius: 10px;
}
.article01-title a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #809eae;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
}
.post-meta-box {
  background: #f1f8f9;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: #83d2ed;
}
.headline-bar {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: .05rem;
  color: #83d2ed;
  background: #f1f8f9;
}
.side_widget .headline-bar {
  padding: 15px 15px 13px;
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  border-color: #d1d1d1;
}
.widget_recent_entries .post-date {
  margin-top: 8px;
  font-size: 12px;
  color: #809eae;
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: #83d2ed;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    font-size: 0.85rem;
    height: 55px;
    margin: 0;
  }
}
@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-previous a::before, .nav-links01-next a::after {
    color: #809eae;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #d1d1d1;
  }
}
@media only screen and (max-width: 767px) {
  .side_widget .headline-bar {
    padding: 18px 15px;
    line-height: 5px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    height: 42px;
    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: 17px;
  line-height: 1.5;
  box-sizing: border-box;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #f35d63;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 17px;
  line-height: 1.5;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #83d2ed;
  width: 7px;
  height: 7px;
  top: 8px;
  left: 0;
}
ul.list.caution-list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 320px;
  padding: 15px 15px 13px;
  margin-top: 15px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #809eae;
  border: 1px solid;
  letter-spacing: .05rem;
  text-align: center;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but:hover {
  color: #fff;
  background: #83d2ed;
  border-color: #83d2ed;
  border-radius: 100px;
}
/* コンテンツ 共通 END */
/* 料金案内 */
.price_sec .content_inner {
  max-width: 1000px;
}
.menu_box {
  margin-bottom: 80px;
}
.menu_box p {
  margin-bottom: 20px;
}
.menu_box:last-of-type, .menu_box p:last-child {
  margin-bottom: 0;
}
table.price_tbl {
  border: 1px #83d2ed dashed;
  border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  padding: 23px 23px 20px;
}
table.price_tbl th {
  width: 72%;
  background: #f1f8f9;
}
table.price_tbl td {
  text-align: center;
  letter-spacing: .08rem;
}
span.tax {
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-left: 5px;
}
p.menu-caution {
  margin-top: 15px;
  font-size: 0.9rem;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    padding: 15px 12px 12px;
    margin-bottom: 0;
  }
  table.price_tbl th {
    padding-top: 12px;
  }
  table.price_tbl td {
    text-align: end;
  }
}
@media only screen and (max-width: 768px) {
  .menu_box {
    margin-bottom: 40px;
  }
}
/* 料金案内 END */
/* 実績・お客様の声 */
.works_box p {
  margin-bottom: 15px;
}
.works_box p:last-of-type {
  margin-bottom: 0;
}
/* 実績・お客様の声 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 1000px;
}
.faq {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 3px 0;
  border: 0;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq h2::after {
  content: none;
}
.faq p {
  position: relative;
  padding: 3px 0;
  line-height: 1.8;
  margin-bottom: 10px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 55px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  background: #83d2ed;
  width: 33px;
  height: 33px;
  line-height: 32px;
  text-align: center;
  left: 0;
  top: 0;
}
p.answer::before {
  content: 'A';
  background: #2e8184;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
  }
  .faq h2, .faq p {
    padding-left: 50px;
  }
}
/* よくある質問 END */
/* ご依頼の流れ */
.flow {
  padding-left: 90px;
  padding-top: 24px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:first-of-type {
  margin-top: 60px;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 55px;
  height: 80px;
  line-height: 80px;
  font-size: 3rem;
  font-weight: 300;
  color: #83d2ed;
  border-top: 1.5px solid #83d2ed;
  border-bottom: 1.5px solid #83d2ed;
  background: #fff;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 1.5px;
  height: 100%;
  background: #83d2ed;
  z-index: -1;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  text-align: left;
  line-height: 1.5;
  border-bottom: 0;
  margin-bottom: 15px;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 10px;
}
.flow p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-left: 55px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .flow:first-of-type {
    margin-top: 30px;
  }
  .flow::before {
    width: 40px;
    height: 55px;
    line-height: 53px;
    font-size: 2rem;
  }
  .flow h2 {
    margin-bottom: 15px;
  }
}
/* ご依頼の流れ END */
/* ご挨拶 */
.greeting__inner {
  margin-bottom: 50px;
}
.greeting_sec p {
  margin-bottom: 15px;
}
.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;
}
.greeting_text h2 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
}
.greeting_text h2::after {
  content: none;
}
.greeting__inner:last-of-type, .greeting_sec p:last-of-type, .greeting_inner:last-of-type {
  margin-bottom: 0;
}
.profile_box {
  margin-top: 10px;
  padding: 20px 25px;
  border-radius: 5px;
  background: #f1f8f9;
  box-sizing: border-box;
}
.profile_box p {
  font-size: 0.95rem;
  line-height: 1.8;
}
p.name {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
ul.greeting_list {
  margin-bottom: 15px;
}
ul.greeting_list li {
  font-size: 1.1rem;
  color: #83d2ed;
}
ul.greeting_list li::before {
  top: 10px;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    padding-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec p {
    margin-bottom: 10px;
  }
  .greeting__inner {
    margin-bottom: 20px;
  }
  .profile_box {
    padding: 15px 20px;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 950px;
}
.info_box {
  margin-bottom: 60px;
}
.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.85rem;
}
@media only screen and (max-width: 768px) {
  .info_box {
    margin-bottom: 30px;
  }
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 940px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.con__inner {
  margin-bottom: 60px;
}
.con__inner p {
  margin-bottom: 10px;
}
.mail_info_box {
  margin-bottom: 30px;
}
.con__inner:last-of-type, .con__inner p:last-of-type, .mail_info_box p {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.5rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  color: #83d2ed;
}
address.con_tel a {
  color: #83d2ed;
}
span.con_tel_sub {
  font-size: 1.1rem;
  margin-right: 3px;
  color: #809eae;
}
p.con-caution, p.con-time, p.online_text {
  width: fit-content;
}
p.con-caution {
  font-size: 0.9rem;
  margin: 0 auto 7px;
}
p.con-time {
  line-height: 1.5;
  margin: auto;
}
p.con-time span {
  margin-right: 10px;
}
a.online_but {
  width: 100%;
  max-width: 380px;
  padding: 15px 25px 14px;
  margin: auto;
  font-size: 1.15rem;
  font-weight: 500;
  color: #fff;
  background: #ef6218;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
  transition: 0.5s;
}
a.online_but::after {
  content: "\e91b";
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 25px;
  transition: 0.8s;
}
a.online_but:hover {
  color: #fff;
  background: #83d2ed;
}
p.online_text {
  line-height: 1.5;
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
  address.con_tel {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.form-caution {
  font-size: 0.9rem;
  font-weight: 400;
}
span.required {
  font-size: 0.7rem;
  line-height: 1.5;
  display: inline-block;
  margin-left: 8px;
  padding: 3px 5px 2px;
  border-radius: 2px;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #ebebeb;
  padding: 20px;
  box-sizing: border-box;
  border: 0;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  line-height: 2.1;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 5px;
}
.wpcf7 .wpcf7-list-item-label {
  font-size: 14px;
}
.wpcf7 select {
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  line-height: 1;
  padding: 15px 12px 14px;
  background: #ebebeb;
}
.wpcf7 input.wpcf7-submit {
  width: 100%;
  max-width: 450px;
  margin: 30px auto 0;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .05rem;
  height: 80px;
  color: #809eae;
  background: #fff;
  border: 1px solid #809eae !important;
  transition: all 0.8s ease 0s;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #83d2ed;
  border-color: #83d2ed !important;
  border-radius: 100px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7-not-valid-tip {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #f35d63;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  text-align: left;
  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 */