@charset "UTF-8";
/* Mテック CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #333;
  overflow: hidden;
  font-size: 16px;
  font-size: clamp(16px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #333;
}
.font-1, .headline-font-type {
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  font-weight: 500;
  list-style: disc;
}
.signage {
  width: calc(100% - 50px);
  height: 300px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-left: auto;
  background: #002640 !important;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.65;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-align: left;
  text-shadow: none;
  font-weight: 700;
  line-height: 1;
}
.signage-title {
  font-size: 2.5rem !important;
  letter-spacing: .1rem;
  margin-bottom: 15px;
  color: #fff !important;
}
.signage-title-sub {
  font-size: 0.9rem !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .1rem;
  color: #fad200 !important;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.85rem;
  font-weight: 500;
  width: 86% !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .signage {
    width: 100%;
    height: 250px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title {
    font-size: 2rem !important;
    margin-bottom: 10px;
  }
  .signage-title-sub {
    font-size: 0.95rem !important;
  }
}
/* 共通部分 END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  color: #f35d63;
  left: 0;
  top: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #00a0e6;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: 10px;
  left: 0;
}
ul.list.caution-list li::before {
  content: '※';
  background: none;
  top: 1px;
  color: #f35d63;
  font-size: 14px;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 18px 22px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: .02rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: #00a0e6;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 12px;
  right: 22px;
  top: 21px;
  transition: 0s;
}
a.content_but:hover {
  background: #fad200;
  color: #00a0e6;
}
/* コンテンツ 共通 END */
/* ナビ */
.header-bar {
  background: #fff !important;
  box-shadow: none;
}
.logo-image {
  top: 27px;
  left: 20px;
  width: 250px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 10px;
  background: #fcf4e7;
}
.global-nav > ul > li > a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .03rem;
  height: 100px;
  padding: 0 24px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  color: #333;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 46px;
  position: absolute;
  background: #8c8c8c;
}
.global-nav > ul > li:first-of-type a::before, .global-nav > ul > li:last-of-type a::before {
  content: none;
}
.global-nav > ul > li.global-menu-contact > a {
  padding: 0 35px;
  margin-left: 3px;
  background: #00a0e6;
  color: #fff;
  line-height: 90px;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
  position: relative;
  text-align: center;
  display: block;
  bottom: 18px;
  line-height: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .1rem;
  transition: 0.5s;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: #333;
  background: #fad200;
}
.global-nav > ul > li.global-menu-sub > a::after {
  content: "\e90e";
  position: relative;
  text-align: center;
  display: block;
  bottom: 26px;
  line-height: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "design_plus";
  letter-spacing: .08rem;
  color: #333;
}
.global-nav .current-menu-item > a {
  color: #333;
}
.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: 17px;
  font-weight: 700;
  color: #333;
  background: #fcf4e7 !important;
}
.global-nav .sub-menu a:hover {
  color: #00a0e6 !important;
  background: #fcf4e7 !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 15px;
    left: -5px;
    width: 150px;
    height: auto;
  }
  .header-bar {
    background: #fff !important;
    border-color: #fff;
  }
  .global-nav {
    padding-left: 0;
    background: none;
  }
  .global-nav-button {
    height: 55px;
    border-left: 0;
    background: #fcf4e7;
  }
  .global-nav-button:before {
    color: #333;
  }
  .global-nav-button:hover::before {
    color: #00a0e6;
  }
  .global-nav > ul > li > a {
    font-size: 15px;
    height: 50px;
    text-align: left;
    padding: 0 20px;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    bottom: 17px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    padding: 0 20px;
    margin-left: 0;
    line-height: 50px;
    background: #fcf4e7;
  }
  .global-nav > ul > li > a::before, .global-nav > ul > li.global-menu-sub > a::after, .global-nav > ul > li.global-menu-contact > a::after {
    content: none !important;
  }
  .global-nav a {
    background: #fcf4e7;
    color: #333 !important;
  }
  .global-nav .sub-menu {
    top: 110%;
  }
  .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: 14px;
    padding: 0 20px;
    color: #333 !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #00a0e6 !important;
    background: #fcf4e7 !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #333;
  }
}
@media only screen and (max-width: 1200px) {
  .home .header::before, .home .header::after {
    content: none;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 90% !important;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.top-slider-nav {
  display: none;
}
.front-slider-box {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.front-copy-img {
  width: 80%;
  max-width: 750px;
}
.top-slider-wrapper {
  width: calc(100% - 100px);
  margin-left: auto;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #fcf4e7;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.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: #333;
  background: #12c2ff;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100px;
  left: 0;
  bottom: -2px;
  z-index: -1;
}
.scroll-box span {
  width: fit-content;
  display: block;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  letter-spacing: .1rem;
  color: #fff;
}
.front_original02, .front_original03, .front_topics, .footer, .front_worries {
  width: calc(100% - 50px);
  margin: 0 auto;
  border-radius: 50px;
}
h2.front-main-title {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .15rem;
  line-height: 1;
  color: #00a0e6;
  padding-left: 45px;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
h2.front-main-title::before {
  content: '';
  position: absolute;
  display: block;
  background: #00a0e6;
  width: 30px;
  height: 4px;
  left: 0;
  top: 50%;
}
.front_original01 {
  padding: 6em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original01__title {
  width: 35%;
  padding-right: 3.5vw;
  height: fit-content;
  box-sizing: border-box;
}
.front-original01__text {
  width: 65%;
  padding: 30px 40px;
  border-radius: 20px;
  background: #fcf4e7;
  box-sizing: border-box;
  position: relative;
}
.front-original01__title h3 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: .08rem;
}
.front-original01__title h3 span {
  color: #00a0e6;
}
.front-original01__text p {
  font-size: 1rem;
  margin-bottom: 10px;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
span.front-price {
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "Montserrat", "Zen Kaku Gothic Antique", sans-serif;
  margin-right: 1vw;
  color: #00a0e6;
}
.content02 {
  padding-bottom: 2em;
  background: #fff;
}
.content02-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 6.7777px);
  margin-left: 10px;
  padding-bottom: 0;
  color: #333;
  background: #fcf4e7;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.content02-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  z-index: 0;
}
.content02-img::before {
  content: "SERVICE";
  position: absolute;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: .05rem;
  top: 10px;
  left: 10px;
  padding: 8px 15px;
  border-radius: 50px;
  background: #fad200;
  box-sizing: border-box;
  z-index: 1;
}
.content02-item:nth-of-type(2) .content02-img::before {
  content: "WORKS";
}
.content02-item:nth-of-type(3) .content02-img::before {
  content: "FLOW";
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: #fff;
}
p.content02-img_title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #0045645e;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
.content02-title-box {
  padding: 20px 25px 25px;
  box-sizing: border-box;
}
h2.content02-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  color: #333;
}
p.content02-text {
  font-size: 0.9rem;
  line-height: 2;
  color: #333;
}
.front_worries {
  padding: 5em 0;
  margin-bottom: 2em;
  background: #fcf4e7;
}
.front-worries-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  align-items: center;
}
.front-worries__title {
  width: 45%;
  padding-right: 3vw;
  height: fit-content;
  box-sizing: border-box;
}
.front-worries__text {
  width: 55%;
  padding: 30px 40px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.front-worries__title h2 {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.7;
}
.front-worries__title h2 span {
  color: #00a0e6;
}
.front-worries__text p {
  font-size: 1rem;
  margin-bottom: 15px;
}
.front-worries__text p:last-of-type {
  margin-bottom: 0;
}
.front-worries-img {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}
.front-worries-img img {
  border-radius: 100%;
}
.front-worries-flex {
  width: 85%;
  max-width: 550px;
  margin: 25px auto 0;
}
.front_original02 {
  padding: 6em 0;
  color: #fff;
  background: #001a2b;
  overflow: hidden;
  position: relative;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 0;
}
.front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original02__text h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original02__text p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front-content02 {
  position: relative;
  padding-bottom: 4em;
}
a.content02-but {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
  width: 100%;
  max-width: 330px;
  margin: 25px 0 0;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  background: #00a0e6;
  border-radius: 100px;
  padding: 16px 25px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
}
a.content02-but::before {
  content: '\ea3c';
  font-family: 'design_plus';
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  right: 24px;
  color: #333;
}
a.content02-but::after {
  content: '';
  font-weight: 400;
  font-size: 14px;
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fad200;
  border-radius: 100px;
  right: 15px;
  transition: 0.4s;
  z-index: -1;
}
a.content02-but:hover {
  color: #333;
}
a.content02-but:hover::after {
  width: 100%;
  height: 100%;
  right: 0;
}
.front_original03 {
  padding: 5em 0;
  margin-top: 2em;
  color: #fff;
  background: #00a0e6;
  position: relative;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front_original03 h2 {
  color: #fff;
  margin-bottom: 70px;
}
.front_original03 h2::before {
  background: #fff;
}
.front-original03-text-inner {
  width: 50%;
  padding-right: 5vw;
  box-sizing: border-box;
}
.front-original03-img-inner {
  width: 50%;
  box-sizing: border-box;
}
.front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 auto;
  background: #ebebeb;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.original03-img-01, .original03-img-02, .original03-img-03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.original03-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third01_img.jpg");
  animation: slide-animation-01 18s infinite;
}
.original03-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third02_img.jpg");
  animation: slide-animation-02 18s infinite;
}
.original03-img-03 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third03_img.jpg");
  animation: slide-animation-03 18s infinite;
}
.original03-text__box {
  margin-bottom: 40px;
  box-sizing: border-box;
}
.original03-text__box:last-of-type {
  margin-bottom: 0;
}
.original03-text__box h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.original03-text__box h3::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: .12rem;
  margin-bottom: 15px;
  display: block;
  color: #fad200;
}
.front_topics {
  margin: 2em auto;
  padding: 5em 0;
  background: #fcf4e7;
  border-radius: 50px;
  position: relative;
}
.front-topics-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
h3.front_topics_subtitle {
  margin-bottom: 50px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  background: #00a0e6;
  overflow: hidden;
}
.footer_contact_sec {
  padding: 5em 0;
  color: #fff;
  background: #00192a;
  position: relative;
  z-index: 0;
}
.footer_contact_sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/contact_img.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.4;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_sec h2 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .2rem;
  text-align: center;
  color: #00a0e6;
  margin-bottom: 30px;
}
p.footer-contact-text {
  text-align: center;
  margin-bottom: 30px;
}
p.footer-caution {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  width: fit-content;
  margin: 10px auto;
}
address.footer_tel {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
address.footer_tel a {
  color: #fff;
}
span.footer_tel_sub {
  font-size: 1.2rem;
  margin-right: 8px;
}
ul.footer__links {
  width: 100%;
  max-width: 350px;
  margin: 35px auto 0;
}
.footer__links-item {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.footer__links-item:last-of-type {
  margin-right: 0;
}
a.footer_con_but {
  width: fit-content;
  margin: auto;
  color: #fff;
  display: block;
}
a.footer_con_but::before {
  content: '\f0e0';
  font-family: design_plus;
  position: relative;
  margin: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #333;
  background: #fff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_insta_but::before {
  content: "\ea92";
}
a.footer_con_but:hover {
  color: #00a0e6;
}
a.footer_con_but:hover::before {
  color: #fff;
  background: #00a0e6;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_insta_but:hover::before {
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_con_but span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}
.footer_original_sec {
  padding: 4em 0 1em;
  color: #fff;
}
.footer_original_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 15vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
dl.address_body {
  width: 100%;
  max-width: 460px;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  margin-bottom: 10px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 20%;
}
dd.address_text {
  width: 80%;
  padding-left: 0.3vw;
  box-sizing: border-box;
}
span.address-caution {
  font-size: 0.8rem;
  display: block !important;
}
span.address-caution::before {
  color: #fff;
}
ul.footer-menu-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-menu-list-outer:nth-of-type(2) {
  padding-left: 2vw;
  margin-bottom: 0;
}
ul.footer-menu-list-outer li {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: .05rem;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
}
ul.footer-menu-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-menu-list-outer li.footer-menu-sub {
  padding-left: 15px;
}
ul.footer-menu-list-outer li.footer-menu-sub::before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 12px;
}
a.footer_but {
  color: #fff;
  transition: 0.5s;
}
a.footer_but:hover {
  color: #fad200;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: auto;
}
.copyright {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.pagetop {
  right: 5px;
  bottom: 5px;
  transition: 0.5s;
}
.pagetop:hover {
  bottom: 25px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #00a0e6;
  background: #fad200;
  border-radius: 100px;
  position: relative;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: 14px;
  height: 14px;
}
.pagetop a:hover {
  background: #fad200;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
  .header-youtube:not(.bg-image) {
    height: calc(100vw * 9 / 16 - 10px) !important;
  }
  .top-slider-wrapper {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__title {
    padding-right: 0;
  }
  .front-original01__text {
    margin-top: 20px;
  }
  .front-original01__title h3 {
    letter-spacing: 0;
  }
  .front-worries__title, .front-worries__text {
    width: 100%;
  }
  .front-worries__title {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .front-worries__title h2 {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front_worries, .front_original02, .front_original03 {
    padding: 3em 0;
  }
  .front_original03 h2 {
    margin-bottom: 40px;
  }
  .front-original03-img-inner {
    width: 100%;
    height: 40vh;
    min-height: 450px;
  }
  .front-original03-text-inner {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .original03-text__box {
    margin-bottom: 30px;
  }
  .original03-img-01, .original03-img-02 {
    background-position-y: 15%;
  }
  .front_topics {
    padding: 3em 0 2.5em;
  }
  .dp-footer-bar {
    left: 0;
    background: #00a0e6 !important;
    border-top: 1px solid #fff !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .icon-file-text:before {
    content: "\ea92";
  }
}
@media only screen and (max-width: 900px) {
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 330px;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .scroll-box span {
    font-size: 10px;
  }
  .scroll-box span::before {
    bottom: -5px;
  }
  .front_original02, .front_original03, .front_topics, .footer, .front_worries {
    width: calc(100% - 20px);
    border-radius: 20px;
  }
  h2.front-main-title {
    font-size: 1.4rem;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  h2.front-main-title::before {
    width: 20px;
  }
  .front_original01 {
    padding: 3em 0;
  }
  .front_worries, .front_original02, .front_original03 {
    padding: 2em 0;
  }
  .content02 {
    padding-bottom: 1em;
  }
  .front-original01__title h3, .front-worries__title h2 {
    font-size: 1.8rem;
  }
  .front-original01__text, .front-worries__text {
    padding: 20px 25px;
  }
  span.front-price {
    font-size: 1.15rem;
  }
  .front-original02__text h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .front_worries {
    margin-bottom: 1rem;
  }
  .front_original03 {
    margin-top: 1em;
  }
  .front_original03 h2 {
    margin-bottom: 30px;
  }
  .front-original03-img-frame {
    border-radius: 20px;
  }
  .original03-text__box h3 {
    margin-bottom: 10px;
  }
  .original03-text__box h3::before {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .front_topics {
    margin: 1em auto;
  }
  h2.front_topics_title {
    margin-bottom: 30px;
  }
  .footer_contact_sec {
    padding: 3em 0;
  }
  .footer_contact_sec h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  p.footer-contact-text {
    text-align: left;
  }
  address.footer_tel {
    font-size: 2rem;
  }
  span.footer_tel_sub {
    font-size: 0.9rem;
  }
  .footer_original_sec {
    padding-top: 2.5em;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
}
@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: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #00a0e6;
  width: 30px;
  height: 4px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background: #00a0e6;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #00a0e6;
  padding: 0;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .08rem;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 1px #a6ddf5 solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  padding-left: 15px;
  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 13px;
    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.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .post-content h2::after {
    width: 20px;
    height: 2px;
    margin-top: 10px;
  }
  .post-content h3 {
    font-size: 1.3rem;
  }
  .post-content h4 {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-title {
  font-weight: 700;
  color: #333;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  border: 2px solid #00a0e6;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
.article03, .article03-thumbnail {
  transition: all 0.8s ease 0s
}
.article03:hover {
  border-radius: 15px;
}
.article03-content {
  padding: 12px 15px;
}
.article03-title {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
.article03-meta {
  transition: all 0.5s ease 0s;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
h1.post-title {
  color: #333;
}
.post-title, .post-meta {
  text-align: left;
}
.nav-links01 {
  border-top: 1px solid #a6ddf5;
  border-bottom: 1px solid #a6ddf5;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #a6ddf5;
}
.article01-title a {
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
.post-meta-box {
  background: #fcf4e7;
  border-radius: 2px;
}
.post-meta-box-item::before {
  color: #00a0e6;
}
.post-meta-box-item a {
  font-weight: 700;
}
.headline-bar {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #00a0e6;
  background: #fcf4e7;
  border-radius: 2px;
  line-height: 1;
  text-align: left !important;
  padding: 17px 15px 15px;
}
.side_widget .headline-bar {
  margin-bottom: 15px;
}
.side_widget:first-child .headline-bar {
  margin-bottom: 20px;
}
.widget_recent_entries li {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 0 5px 0;
  margin-bottom: 15px;
  border-color: #fad200;
}
.widget_recent_entries .post-date {
  margin-top: 10px;
  color: #333;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.3rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #333;
  }
  .article03-title {
    height: 50px;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #a6ddf5;
  }
}
@media only screen and (max-width: 767px) {
  .headline-bar {
    padding: 14px 12px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* 外壁洗浄 共通 */
.service_sec p {
  margin-bottom: 15px;
}
.service_sec p:last-of-type {
  margin-bottom: 0;
}
.service__inner {
  align-items: center;
  margin-bottom: 70px;
}
.service_text {
  width: 45%;
  box-sizing: border-box;
}
.service_img {
  width: 55%;
  padding-left: 3vw;
  box-sizing: border-box;
}
.service_img img {
  border-radius: 30px;
}
.service_box {
  border: 1.5px solid #00a0e6;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.service_box h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
}
.service_box h2::after {
  content: none;
}
.triple {
  width: 33.3333%;
  padding: 27px 30px;
  background: #fcf4e7;
  border-right: 1.5px solid #00a0e6;
  box-sizing: border-box;
  position: relative;
}
.triple:last-of-type {
  border: 0;
}
.triple::before {
  counter-increment: number 1;
  content: "SERVICE."counter(number) "";
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  color: #00a0e6;
  background: #fad200;
  padding: 8px 15px 6px;
  border-radius: 100px;
}
span.price {
  font-weight: 700;
  font-family: "Montserrat", "Zen Kaku Gothic Antique", sans-serif;
  color: #f35d63;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .service_box h2 {
    text-align: center;
  }
  .triple {
    width: 100%;
    border-right: 0;
    border-bottom: 1.5px solid #00a0e6;
  }
}
@media only screen and (max-width: 970px) {
  .service_text, .service_img {
    width: 100%;
  }
  .service_img {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .service__inner {
    margin-bottom: 40px;
  }
  .triple {
    padding: 20px 25px;
  }
}
/* 外壁洗浄 共通 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 1000px;
}
.faq {
  margin-bottom: 60px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
}
.faq h2::after {
  content: none;
}
.faq p {
  position: relative;
  margin-bottom: 10px;
}
.faq p:last-of-type {
  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: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #00a0e6;
  width: 33px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  left: 0;
  top: 1px;
}
p.answer {
  padding-top: 2px;
}
p.answer::before {
  content: 'A';
  color: #00a0e6;
  background: #fad200;
  top: 0;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 40px;
  }
  .faq h2, .faq p {
    padding-left: 50px;
  }
}
/* よくある質問 END */
/* 作業実績 */
.works_sec p {
  margin-bottom: 20px;
}
.works_sec p:last-of-type {
  margin-bottom: 0;
}
/* 作業実績 END */
/* ご依頼の流れ */
.flow_sec .content_inner {
  max-width: 950px;
}
.flow {
  padding-top: 25px;
  padding-left: 100px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
}
.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: 60px;
  height: 90px;
  line-height: 85px;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #00a0e6;
  border-top: 2px solid;
  border-bottom: 2px solid;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: 2px;
  height: 100%;
  background: #00a0e6;
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 10px;
}
.flow p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 10px;
    padding-left: 70px;
    padding-bottom: 30px;
  }
  .flow:first-of-type {
    margin-top: 30px;
  }
  .flow::before {
    width: 40px;
    height: 60px;
    line-height: 55px;
    font-size: 2.5rem;
  }
  .flow::after {
    left: 20px;
  }
}
/* ご依頼の流れ END */
/* ご挨拶 */
.greeting_sec p {
  margin-bottom: 20px;
}
.greeting_sec p:last-child, .greeting__inner:last-of-type {
  margin-bottom: 0;
}
.greeting__inner {
  align-items: center;
  margin-bottom: 50px;
}
.greeting_img {
  width: 40%;
  box-sizing: border-box;
}
.greeting_img img {
  border-radius: 10px;
}
.greeting_text {
  width: 60%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.greeting_text h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
  color: #00a0e6;
}
h3.name {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .1rem;
  padding-left: 0;
  margin-bottom: 0;
}
h3.name span {
  font-size: 0.95rem;
  margin-right: 15px;
  display: inline-block;
}
.greeting_text h2::after, h3.name::before {
  content: none;
}
@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: 25px;
  }
}
/* ご挨拶 END */
/* 会社概要 */
.info_sec .content_inner {
  max-width: 900px;
}
.info__inner {
  margin-bottom: 70px;
  box-sizing: border-box;
}
.info__inner p {
  margin-bottom: 15px;
}
.info__inner:last-of-type, .info__inner p:last-of-type {
  margin-bottom: 0;
}
.info_text_box {
  padding: 25px 30px;
  border-radius: 10px;
  background: #fcf4e7;
}
table.info_tbl th {
  width: 25%;
}
span.caution.info-caution {
  font-size: 0.85rem;
  letter-spacing: 0;
  line-height: 1.5;
}
.map_sec {
  height: 400px;
  margin-bottom: 2em;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
  .info__inner {
    margin-bottom: 40px;
  }
  .info_text_box {
    padding: 20px 25px;
  }
  .map_sec {
    height: 350px;
    margin-bottom: 0.8em;
  }
}
/* 会社概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 1000px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.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;
}
.con_info_box {
  padding: 25px 30px;
  border-radius: 10px;
  background: #fcf4e7;
  box-sizing: border-box;
}
.con_info_box span {
  font-weight: 700;
  color: #f35d63;
}
address.con_tel {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: .08rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 19px;
}
address.con_tel a {
  color: #333;
}
span.con_tel_sub {
  font-size: 1.3rem;
  letter-spacing: .05rem;
  margin-right: 5px;
}
p.con-caution, p.con-time {
  width: fit-content;
  margin: 0 auto 10px;
}
span.con-time-title {
  margin-right: 10px;
  font-weight: 700;
}
span.con-time-caution {
  font-size: 0.85rem;
}
a.con_insta_but {
  width: 100%;
  max-width: 400px;
  margin: auto;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 18px;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
a.con_insta_but::before {
  content: "\ea92";
  font-size: 19px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  line-height: 1.9;
  left: 26px;
  transition: 0.5s;
}
a.con_insta_but::after {
  content: "";
  position: absolute;
  background: linear-gradient(-45deg, #ffd75f, #ff0357);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
a.con_insta_but:hover {
  color: #fff;
  background: #00a0e6;
}
.mail-info-box {
  margin-bottom: 25px;
}
.mail-info-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
  .con_info_box {
    padding: 20px 25px;
  }
  address.con_tel {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px 4px 6px;
  border-radius: 5px;
  display: inline-block;
  color: #fcf4e7;
  background: #f35d63;
}
span.required.any {
  background: #333;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #ededed;
  border: 0;
  padding: 18px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 3rem;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .08rem;
  height: 85px;
  color: #fff;
  background: #00a0e6;
  border-radius: 100px;
  transition: all .5s;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #00a0e6;
  background: #fad200;
}
.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: 1.5rem;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* front_original03 アニメーション */
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* front_original03 アニメーション END */