@charset "UTF-8";
/*
 Theme Name:   Custom Theme
 Description:  Lightning Pro Child Theme 
 Author:       Shintaro Sudo
 Author URI:   http://vivid-plus.com
 Template:     lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.color-main {
  color: #c9a661;
}

.color-green {
  color: #6a8026;
}

.serif {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif, sans-serif !important;
}

.d-none {
  display: none;
}

.swiper-slide .ltg-slide-text-set {
  margin-top: 50px;
}
.swiper-slide .ltg-slide-text-set .btn {
  background: #3366cc;
  opacity: 0.85;
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 100;
}

@media screen and (max-width: 769px) {
  .scrolldown2 {
    display: none;
  }
}
/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #444;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #444;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #444;
}

.iframe-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* 事業内容 */
.reform-before {
  position: relative;
}
.reform-before:before {
  color: #c9a661;
  content: "Before";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px 5px 0;
  font-size: 1.2em;
  background: #FFF;
}

.reform-after {
  position: relative;
}
.reform-after:before {
  color: #c9a661;
  content: "After";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 5px 5px;
  font-size: 1.2em;
  background: #FFF;
}

/* XS size 0 ~ 575px */
/* SM size 576px ~ 767px */
/* MD size 768px〜991px */
/* LG size 992px〜1199px */
/* XL size 1200px〜 *//*# sourceMappingURL=style.css.map */