@charset "UTF-8";
/* feeling photo CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #000;
  overflow: hidden;
  font-size: 14px;
  font-size: clamp(14px, 0.8vw, 20px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #000;
}
.font-type1, .headline-font-type {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
h2, .post-content h2 {
  font-family: "Lora", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  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: 65px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.7rem;
  width: fit-content !important;
  display: block;
  height: 35px;
  line-height: 35px;
}
.signage {
  height: 350px;
  background: none !important;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background: #9ec8de;
  width: 70%;
  max-width: 600px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
  font-family: "Lora", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.signage-title {
  margin-top: -50px;
  font-size: 2.5rem !important;
  letter-spacing: .25rem;
  color: #000 !important;
}
.signage-title-sub {
  font-size: 1rem !important;
  letter-spacing: .1rem;
  margin-top: 1.2rem;
  line-height: 1;
  color: #6aa6c6 !important;
}
@media only screen and (max-width: 1200px) {
  .signage-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title {
    margin-top: -20px;
    font-size: 1.8rem !important;
  }
  .signage-title-sub {
    margin-top: 0.8rem;
  }
  .breadcrumb-wrapper {
    height: 45px;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  z-index: 50;
  height: 15px;
}
.logo-image {
  top: 0;
  left: 0;
  width: 150px;
  height: auto;
  position: absolute;
  padding: 20px 20px 15px 10px;
  background: #fff;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 18px;
  padding-right: 40px;
  border-bottom-left-radius: 3px;
  background: #fff;
}
.global-nav > ul > li > a, .global-nav .sub-menu a, .global-nav a:hover, .global-nav .current-menu-item > a {
  color: #000;
}
.global-nav > ul > li > a {
  font-size: 14px;
  padding: 0 18px;
  line-height: 78px;
  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: #9ec8de;
  opacity: 0.4;
  width: 0;
  height: 10px;
  top: 35px;
  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% - 35px);
}
.global-nav > ul > li.global-menu-sub > a::after {
  content: "\e90e";
  position: relative;
  text-align: center;
  display: block;
  bottom: 18px;
  line-height: 0;
  font-size: 10px;
  font-weight: 400;
  font-family: "design_plus";
  letter-spacing: .08rem;
  color: #000;
}
.global-nav .sub-menu a {
  font-size: 12px;
  padding: 12px 15px;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
.global-nav .sub-menu a:hover {
  color: #9ec8de !important;
  background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    left: -15px;
    width: 100px;
    padding: 10px 10px 8px 6px;
  }
  .header-bar {
    height: 55px;
    background: #fff !important;
    border-color: #fff;
    box-shadow: none;
  }
  .global-nav {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
  }
  .global-nav-button {
    height: 55px;
    border-left: 0;
    background: #fff;
  }
  .global-nav-button:before {
    color: #000;
  }
  .global-nav-button:hover:before {
    color: #9ec8de;
  }
  .global-nav > ul > li > a {
    text-align: left;
    padding: 0 25px;
    line-height: 52px;
  }
  .global-nav a {
    background: #fff;
    color: #000 !important;
  }
  .global-nav .sub-menu a {
    line-height: 55px;
    background: #fff !important;
    color: #000 !important;
    padding: 0 25px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #9ec8de !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: #000;
  }
}
@media only screen and (max-width: 768px) {
  .logo-image {
    width: 80px;
    padding: 8px 8px 6px 5px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 80px;
}
.top-slider-wrapper {
  width: calc(100% - 140px);
  margin: 0 auto;
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
.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: center;
  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-copy-box {
  width: 86%;
  margin: 0 auto;
}
.front-copy-img {
  width: 50%;
  max-width: 70px;
  margin: auto;
  display: block;
}
.scroll-box span {
  position: absolute;
  width: 70px;
  color: #000;
  text-align: center;
  left: 0;
  bottom: 60px;
  font-size: 10px;
  font-weight: 400;
  font-family: "Lora", serif;
  writing-mode: vertical-rl;
  letter-spacing: .25rem;
  line-height: 7;
  z-index: 6;
  transition: 0.5s;
}
a:hover .scroll-box span {
  bottom: 30px;
}
.scroll-box::after {
  content: '';
  position: absolute;
  background: #9ec8de;
  width: 1px;
  height: 50px;
  left: 34px;
  bottom: 0;
  z-index: 1;
  transition: 0.5s;
}
a:hover .scroll-box::after {
  height: 25px;
}
.front_original01 {
  padding: 7em 0;
}
.front_original02 {
  margin-top: 6em;
  padding: 6em 0;
  position: relative;
  z-index: 0;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background: #9ec8de;
  width: 85%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.25;
}
.front-original01-inner {
  width: 86%;
  max-width: 850px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__title {
  width: 30%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 70%;
  padding-left: 2vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 2rem;
  letter-spacing: .2rem;
  line-height: 2.5;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.front-original01__text p {
  font-size: 1rem;
  line-height: 2.2;
  margin-bottom: 1.5rem;
}
.front-original02-inner {
  align-items: center;
}
.front-original02__text {
  width: 50%;
  margin-left: 50%;
  padding: 0 6vw;
  box-sizing: border-box;
}
.front-original02__img {
  width: 50%;
  margin-left: -100%;
  box-sizing: border-box;
}
.front-original02__text h2 {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.front-original02__text p {
  margin-bottom: 1.5rem;
}
.front-original01__text p:last-child, .front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  background: none;
  position: relative;
}
.content02-inner {
  width: 90%;
  max-width: 1200px;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 33.5px);
  margin-left: 50px;
  padding-bottom: 0;
  color: #000;
  position: relative;
  z-index: 0;
}
.content02-item:nth-of-type(2) {
  margin-top: 3rem;
}
.content02-item:nth-of-type(3) {
  margin-top: 6rem;
}
.content02-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all .8s;
  z-index: 0;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #eee5db99;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 0.5;
}
h2.content02-title, .content02-text {
  color: #000;
}
h2.content02-title {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .1rem;
  text-align: left;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.content02-text {
  font-size: 0.8rem;
  line-height: 2.2;
}
a.content02-but {
  font-weight: 400;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 45px;
  line-height: 41px;
  position: relative;
  margin: 1.3rem 0 0;
  border-bottom: 1px solid;
  padding: 0 2px;
  box-sizing: border-box;
  transition: all 0.8s ease 0s;
  z-index: 0;
}
a.content02-but:hover {
  color: #7e9cab;
  background: none;
}
a.content02-but::before {
  width: 40px;
  height: 1px;
  position: absolute;
  content: '';
  background: #9ec8de;
  left: 0;
  bottom: -1px;
  transition: 0.5s;
}
a.content02-but:hover::before {
  width: 100%;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 2px;
  font-size: 0.65rem;
  font-weight: 400;
  font-family: "Lora", serif;
  letter-spacing: .1rem;
  transition: 0.8s;
}
.front_original03 {
  padding: 8em 0 9em;
  position: relative;
}
.front_original03::after {
  content: '';
  position: absolute;
  display: block;
  background: #9ec8de;
  width: 70%;
  max-width: 600px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.front-original03-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  margin-bottom: 3rem;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.third-inner {
  width: 97%;
  margin-right: 3%;
  margin-left: auto;
  align-items: center;
}
.third-box:nth-of-type(even) .third-inner {
  margin-right: auto;
  margin-left: 3%;
}
.front-third-text {
  width: 40%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-text {
  margin-left: -100%;
  padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-left: 4vw;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 1.2rem;
  font-family: "Lora", serif;
  letter-spacing: .2rem;
  margin-bottom: 1rem;
  display: block;
  color: #74afce;
}
.front-third-img {
  width: 60%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: 40%;
}
h2.third_title {
  font-size: 1.5rem;
  letter-spacing: .08rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.front_topics {
  padding: 7em 0 8em;
}
.front-topics-inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 2.2rem;
  letter-spacing: .25rem;
  margin-bottom: 3rem;
  text-align: center;
}
h2.front_topics_title span {
  margin-top: 1.2rem;
  font-size: 1rem;
  letter-spacing: .1rem;
  display: block;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin: 0;
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  display: block;
  background: #9ec8de;
  width: 70%;
  max-width: 600px;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer_contact_sec {
  padding: 8em 0 4em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 35%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 65%;
  padding-left: 30vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .1rem;
  margin-bottom: 1rem;
}
dl.address_body {
  width: 100%;
  max-width: 430px;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
  margin-bottom: 0.5rem;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 15%;
}
dd.address_text {
  width: 85%;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {
  font-size: 1.3rem;
  font-style: normal;
  letter-spacing: .05rem;
  margin-bottom: 0.5rem;
}
span.footer_tel_sub {
  font-size: 0.9rem;
}
p.caution.footer-caution {
  font-size: 0.7rem;
}
ul.sns__links {
  width: 100%;
  max-width: 280px;
  margin-top: 2rem;
}
li.sns__links-item {
  width: calc(33.3333% - 10px);
  margin-right: 15px;
  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: 14px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: '\f0e0';
  background: #9ec8de;
}
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_mail_but:hover {
  color: #9ec8de;
}
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-family: 'Lora', serif;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding-left: 1.5vw;
  margin-bottom: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  position: relative;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 0;
  height: 7px;
  background: #9ec8de;
  opacity: 0.4;
  top: 6px;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
.copyright {
  font-size: 10px;
  text-align: end;
  color: #000;
}
.pagetop {
  right: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: none;
  color: #000;
  writing-mode: vertical-rl;
  position: relative;
  width: auto;
  height: 110px;
  line-height: 2;
  font-size: 10px;
  font-family: "Lora", serif;
  letter-spacing: .2rem;
}
.pagetop a::before {
  content: '';
  position: absolute;
  display: block;
  background: #000;
  height: 50px;
  left: auto;
  right: 10px;
  width: 1px;
  top: auto;
  bottom: 130px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.pagetop a::after {
  content: '';
  position: absolute;
  display: block;
  background: #000;
  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(50vh - 50px);
  }
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 1180px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(70vh - 0px);
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .top-slider-wrapper {
    width: calc(100% - 20px);
  }
  .scroll-box span {
    color: #fff;
  }
  .scroll-box::after {
    background: #fff;
  }
  .front_original01 {
    padding: 4em 0;
  }
  .front_original02 {
    margin-top: 4em;
    padding: 4em 0 0;
  }
  .front_original02::before {
    width: 100%;
    height: 85%;
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__text {
    padding-left: 0;
    padding-top: 2rem;
  }
  .front-original01__title h2 {
    margin: auto;
    line-height: 2;
  }
  .front-original02__text, .front-original02__img {
    width: 100%;
    margin-left: 0;
  }
  .front-original02__text {
    padding-bottom: 2.5rem;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem !important;
  }
  .content02-item:nth-of-type(2), .content02-item:nth-of-type(3) {
    margin-top: 0;
  }
  .content02-item:last-of-type {
    margin-bottom: 0em !important;
  }
  .front_original03 {
    padding: 4em 0;
  }
  .third-inner {
    width: 100%;
    margin-right: 0;
  }
  .third-box:nth-of-type(even) .third-inner {
    margin-left: 0;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-img {
    margin-bottom: 2rem;
  }
  .third-box:nth-of-type(odd) .front-third-img, .third-box:nth-of-type(odd) .front-third-text {
    margin-left: 0;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-right: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-left: 0;
  }
  .front_topics {
    padding: 4em 0 5em;
  }
  .footer_contact_sec {
    padding-top: 5em;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: #9ec8de !important;
    border-top: 1px solid #9ec8de !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909";
  }
}
@media only screen and (max-width: 768px) {
  .front-copy-img {
    max-width: 60px;
  }
  .front_original01 {
    padding: 3em 0;
  }
  .front-original01__title h2 {
    font-size: 1.6rem;
  }
  .front_original02 {
    margin-top: 3em;
    padding: 3em 0 0;
  }
  .front-original02__text h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
  }
  .front-original01__text p {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }
  .front_original03 {
    padding: 3em 0;
  }
  .third-box {
    margin-bottom: 1.5rem;
  }
  h2.third_title {
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
  }
  h2.front_topics_title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .footer_contact_sec {
    padding: 4em 0 2em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    margin-top: 2rem;
    padding-left: 0;
  }
  .footer-content-list {
    width: 100%;
    max-width: 350px;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #9ec8de;
  width: 1px;
  height: 35px;
  margin: 0.8rem auto 0;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding: 0;
  color: #87bcd8;
}
.post-content h4 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  position: relative;
}
.post-content h4::before {
  content: '';
  position: absolute;
  background: #9ec8de;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
}
.post-content .s_table {
  width: 100%;
}
.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 22px 18px;
  background: #eff4f6;
  border: 0;
  border-bottom: 3px solid #fff;
  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 17px;
    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 {
    line-height: 1.5;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin: 90px 0 40px;
}
h1.archive-title {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h1.post-title {
  line-height: 1.8;
}
.article03 {
  border: 1px solid #dae7ec;
  background: #eff4f6;
  box-sizing: border-box;
}
.article03, .article03-thumbnail {
  transition: all 0.5s ease 0s;
}
.article03:hover {
  border-radius: 20px;
}
.article03 a:hover .article03-thumbnail {
  border-radius: 19px 19px 0 0;
}
.article03-content {
  padding: 16px 20px;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.post-title {
  color: #000;
}
.nav-links01 {
  border-top: 1px solid #dae7ec;
  border-bottom: 1px solid #dae7ec;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #dae7ec;
}
.nav-links01-previous a, .nav-links01-next a {
  font-size: 12px;
  font-weight: 400;
}
.article01-title a {
  font-size: 0.9rem;
  font-weight: 400;
  color: #000;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
  font-weight: 400;
}
.post-meta-box {
  background: #eff4f6;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: #9ec8de;
}
.post-meta-box-item a {
  font-weight: 400;
}
.primary {
  width: 100%;
}
.headline-bar {
  color: #000;
  font-weight: 400;
  background: #eff4f6;
}
@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 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;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #dae7ec;
  }
}
@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: 17px;
  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: 17px;
  line-height: 1.5;
  margin-bottom: 12px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #9ec8de;
  width: 7px;
  height: 7px;
  top: 7px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
/* コンテンツ 共通 END */
/* 料金プラン */
.plan_sec:nth-of-type(2) .content_inner {
  max-width: 700px;
  padding-top: 0;
}
.plan__inner {
  margin-top: -25px;
}
.plan_two {
  width: calc(50% - -0.5px);
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 30px 35px;
  border: 1px solid #9ec8de;
  box-sizing: border-box;
}
.plan_two h3 {
  text-align: center;
}
.plan_two p {
  margin-bottom: 1rem;
}
.plan_two p:last-of-type {
  margin-bottom: 0;
}
.plan_box {
  margin-bottom: 6rem;
}
.plan_box:last-of-type {
  margin-bottom: 0;
}
.plan_img {
  margin-bottom: 1.5rem;
}
.plan_box h2 {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.plan_box h2::after {
  width: 25px;
  height: 1px;
  margin-top: 1rem;
}
table.price_tbl th {
  width: 70%;
  padding-right: 0;
}
table.price_tbl td {
  text-align: end;
}
span.price-caution {
  font-size: 0.8rem;
}
.caution_box h3 {
  color: #000;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    padding: 15px 15px 12px;
  }
  table.price_tbl th {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .plan_two {
    width: 100%;
    margin-right: 0;
    padding: 20px 25px;
  }
  .plan_box {
    margin-bottom: 3rem;
  }
}
/* 料金プラン END */
/* ご依頼の流れ */
.flow_sec .content_inner {
  max-width: 950px;
}
.flow {
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  width: 40px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #9ec8de;
  border-top: 1px solid #9ec8de;
  border-bottom: 1px solid #9ec8de;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Lora", serif;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  background: #9ec8de;
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: left;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 1em;
}
.flow p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-left: 60px;
    padding-bottom: 20px;
  }
}
/* ご依頼の流れ END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 950px;
}
.faq {
  margin-bottom: 3rem;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  padding-top: 3px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
  margin-bottom: 1rem;
}
.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: 1.3rem;
  font-family: "Lora", serif;
  font-weight: 400;
  color: #000;
  background: #dae7ec;
  width: 33px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  left: 0;
  top: 0;
}
.faq h2::after {
  content: none;
}
p.answer {
  padding-top: 3px;
}
p.answer::before {
  content: 'A';
  color: #fff;
  background: #9ec8de;
  top: 0;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  .faq h2, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* ギャラリー */
.gallery_box {
  margin-bottom: 6rem;
}
.gallery_box:first-of-type {
  max-width: 900px;
  margin: 0 auto 10rem;
}
.gallery_box:last-of-type {
  margin-bottom: 0;
}
.gallery-but-box {
  width: calc(33.3333% - 10px);
  margin-right: 15px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.gallery-but-box:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
a.gallery__but:hover {
  color: #000;
}
a.gallery__but::after {
  content: "\e90e";
  position: relative;
  display: block;
  font-size: 11px;
  font-family: "design_plus";
  line-height: 1;
  color: #000;
  top: 8px;
  transition: all 0.5s;
}
a.gallery__but:hover::after {
  top: 10px;
  color: #9ec8de;
}
@media only screen and (max-width: 768px) {
  .gallery_box {
    margin-bottom: 3rem;
  }
  .gallery_box:first-of-type {
    margin-bottom: 5rem;
  }
  .gallery-but-box {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 485px) {
  .gallery-but-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.8rem;
  }
}
/* ギャラリー END */
/* 運営概要 */
.info_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 25%;
}
/* 運営概要 END */
/* ごあいさつ */
.greeting_sec p {
  margin-bottom: 2rem;
}
.greeting_sec p:last-of-type {
  margin-bottom: 0;
}
.greeting__inner {
  align-items: center;
  margin-bottom: 5rem;
}
.greeting_img {
  width: 60%;
  padding-right: 5vw;
  box-sizing: border-box;
}
.greeting_text {
  width: 40%;
  box-sizing: border-box;
}
.greeting_text h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  text-align: left;
  margin-bottom: 1rem;
}
.greeting_text h2::after {
  content: none;
}
h3.name {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.8rem;
  color: #000;
}
h3.name span {
  font-size: 0.85rem;
  display: block;
}
a.insta_but {
  width: fit-content;
  padding-top: 3px;
  padding-left: 30px;
  letter-spacing: .1rem;
  line-height: 1.5;
  position: relative;
  display: block;
  font-family: 'Lora', serif;
}
a.insta_but::before {
  content: "\ea92";
  font-family: design_plus;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0s;
}
@media only screen and (max-width: 970px) {
  .greeting_img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
  .greeting_text {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec p {
    margin-bottom: 1rem;
  }
  .greeting__inner {
    margin-bottom: 2.5rem;
  }
  .greeting_text h2 {
    font-size: 1.5rem;
  }
}
/* ごあいさつ END */
/* お問い合わせ */
.mail_sec .content_inner {
  max-width: 850px;
  padding-top: 0;
}
.contact_sec p {
  margin-bottom: 0;
}
a.con_line_but {
  width: 100%;
  max-width: 330px;
  display: block;
  margin: auto;
  padding: 20px 22px 18px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08rem;
  color: #fff;
  background: #00b900;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
}
a.con_line_but::after {
  content: '\e909';
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
a.con_line_but:hover {
  color: #fff;
  background: #9ec8de;
}
p.con-line-text {
  width: fit-content;
  line-height: 1.8;
  margin: 1rem auto 0;
}
.mail_info_box {
  margin-bottom: 2rem;
}
.mail_info_box p {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 2.5rem;
  }
  address.con_tel {
    font-size: 1.5rem;
  }
  span.con_tel_sub {
    font-size: 0.8rem;
  }
  .con_two {
    width: 100%;
  }
  .mail_info_box p {
    text-align: left;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  border-radius: 2px;
  color: #fff;
  background: #000;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f8f8f8;
  border-color: #e3e3e3;
  padding: 15px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input[type=checkbox] {
  max-width: 100%;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .05rem;
  height: 75px;
  color: #000;
  border: 1px solid !important;
  border-radius: 3px;
  background: none;
  transition: all 0.8s ease 0s;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #9ec8de;
  border-color: #9ec8de !important;
  border-radius: 100px;
}
.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 */