@charset "UTF-8";
.spnone {
  display: none;
}

.pcnone {
  display: inline-block;
}

@media only screen and (min-width:769px) {
  .spnone {
    display: inline-block;
  }
  .pcnone {
    display: none;
  }
}
/*
 * ベース
 */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 2em;
  color: #333;
}

a:hover {
  opacity: 0.7;
}

.inner {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}

.greenbg {
  background: #ffd110;
}

.whitebg {
  background-color: #000000;
}

h1 img, h2 img, h3 img, h4 img, h5 img, p img, a img, li img {
  width: 100%;
  height: auto;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

p {
  font-size: 20px;
  font-weight: bold;
}

dl dt {
  font-size: 22px;
}
dl dd {
  font-size: 20px;
}

@media only screen and (max-width:768px) {
  h4 {
    font-size: 5.5vw;
  }
  h5 {
    font-size: 5vw;
  }
  p {
    font-size: 4.5vw;
    font-weight: bold;
  }
  dl dt {
    font-size: 4.8vw;
  }
  dl dd {
    font-size: 4.5vw;
  }
}
.slick-prev {
  left: 0;
  z-index: 6;
}

.slick-next {
  right: 0;
  z-index: 6;
}

.maintl img {
  border-radius: 100px;
}

.subttl {
  padding-top: 30px;
}

@media only screen and (max-width:768px) {
  .subttl {
    padding-top: 5%;
  }
}
.note {
  color: #fff;
  margin: 10px auto 0;
  width: 90%;
}

.note {
  font-size: 16px;
  margin-top: 15px;
  text-align: right;
}

@media only screen and (max-width:768px) {
  .note {
    margin: 5% auto 0;
    width: 100%;
  }
  .note {
    font-size: 2.8vw;
    line-height: 1.5em;
    text-align: left;
  }
}
.morebtn {
  font-size: 26px;
  line-height: 2.5em;
  border-radius: 100px;
  border: 2px solid;
  border-color: #ffd110;
  color: #ffd110;
  position: relative;
  display: block;
  width: 80%;
  margin: 25px auto 0;
  text-align: center;
}

.morebtn:after {
  position: absolute;
  right: 25px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
}

.morebtn:hover {
  background: #ffd110;
  color: #fff;
}

@media only screen and (max-width:768px) {
  .morebtn {
    font-size: 4vw;
    width: 80%;
    margin: 5% auto 0;
    text-align: center;
  }
  .morebtn:after {
    position: absolute;
    right: 15px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
  }
}
.scrollicon {
  display: none;
  color: #e1b709;
}

.scrollicon span {
  position: relative;
}

.scrollicon span:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}

.scrollicon:after {
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
  margin-left: 0.5em;
}

@media only screen and (max-width:768px) {
  .scrollicon {
    margin-top: 5%;
    font-size: 3vw;
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
    animation: flash 4s linear infinite;
  }
  @keyframes flash {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }
}
/*
 * ヘッダー
 */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  width: 30px;
  height: 30px;
  top: 15px;
  right: 0;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: absolute;
  border-radius: 60px;
  z-index: 101;
}

.nav_line {
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: 0.3s;
  margin: 0 auto;
}

.nav_line1 {
  transform: translateY(-6px);
}

.nav_line2 {
  transform: translateY(0px);
}

.nav_line3 {
  transform: translateY(6px);
}

#site-navigation .menu-hg-menu-container {
  display: none;
}

#site-navigation.toggled .nav_line1 {
  top: 11px;
  transform: translateY(4px) rotate(45deg);
}
#site-navigation.toggled .nav_line2 {
  transform: scaleX(0);
}
#site-navigation.toggled .nav_line3 {
  bottom: 17px;
  transform: translateY(-2px) rotate(135deg);
}
#site-navigation.toggled .menu-hg-menu-container {
  display: flex;
  align-items: center;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
}
#site-navigation.toggled .menu-hg-menu-container #primary-menu {
  height: 40%;
  width: 90%;
  max-width: 750px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 75%;
  left: 0;
  right: 0;
}
#site-navigation.toggled .menu-hg-menu-container #primary-menu li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#site-navigation.toggled .menu-hg-menu-container #primary-menu li {
  padding-top: 35px;
  border-top: 1px dotted;
  border-color: #fff;
  width: 100%;
  width: 85%;
}

header {
  background-color: #000000;
  position: fixed;
  width: 100%;
  z-index: 101;
}
header .inner {
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  height: 60px;
}
header .inner h1 {
  width: 35%;
  max-width: 150px;
  z-index: 101;
  line-height: 0;
  position: absolute;
  top: 14px;
}
header .inner h1 img {
  width: 100%;
}
header .inner nav ul li a {
  color: #fff;
}

.b-forestgarden_menunav {
  margin: 0;
  padding: 0;
  width: 100%;
}

.b-menu-content {
  padding: 20px 0 50px;
  background-color: #000000;
  margin: 0;
  font-size: 20px;
}
.b-menu-content li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.b-menu-content li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.b-menu-content li a {
  position: relative;
  display: block;
}
.b-menu-content li a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.b-menu-btn {
  position: absolute;
  top: 12px;
  right: 0;
  display: flex;
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #000000;
  border-radius: 60px;
}

.b-menu-btn span,
.b-menu-btn span:before,
.b-menu-btn span:after {
  content: "";
  display: block;
  height: 1px;
  width: 15px;
  border-radius: 1px;
  background-color: #ffffff;
  position: absolute;
}

.b-menu-btn span:before {
  bottom: 5px;
}

.b-menu-btn span:after {
  top: 5px;
}

#b-menu-btn-check:checked ~ .b-menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#b-menu-btn-check:checked ~ .b-menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#b-menu-btn-check:checked ~ .b-menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

.b-menu-content {
  position: relative;
  z-index: 80;
  height: auto;
}

.b-menu-content {
  width: 100%;
  border-radius: 0 0 10px 10px;
  top: -330px; /*leftの値を変更してメニューを画面外へ*/
  z-index: -80;
  transition: all 0.5s; /*アニメーション設定*/
}

.b-menu-content li a {
  color: #fff;
}

#b-menu-btn-check {
  display: none;
}

#b-menu-btn-check ~ .b-menu-content {
  opacity: 1;
  z-index: -10;
}

#b-menu-btn-check ~ .b-menu-content li a {
  pointer-events: none;
}

#b-menu-btn-check:checked ~ .b-menu-content {
  position: relative;
  top: 60px; /*メニューを画面内へ*/
  opacity: 1;
  z-index: 90;
}

#b-menu-btn-check:checked ~ .b-menu-content li a {
  pointer-events: auto;
}

@media only screen and (max-width:768px) {
  header .inner h1 {
    top: 15px;
  }
  .menu-hg-menu-container #primary-menu {
    height: 40%;
    font-size: 6vw;
    width: 75%;
  }
  .menu-hg-menu-container #primary-menu li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .menu-hg-menu-container #primary-menu li {
    padding-top: 35px;
    border-top: 1px dotted;
    border-color: #fff;
    width: 100%;
    width: 85%;
  }
}
#contents {
  padding-top: 50px;
}

#copyslidewrap {
  background-color: #000000;
  height: 86vh;
  max-height: 740px;
  display: flex;
  align-items: center;
  /* アニメーションスタートの遅延時間を決めるCSS*/
  /*Scrollテキストの描写*/
  /* 線の描写 */
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
#copyslidewrap .inner {
  padding: 0 0 6vh 0;
}
#copyslidewrap .copymv {
  width: 45vh;
  max-width: 450px;
  margin: 0 auto;
}
#copyslidewrap .copymv li:first-child {
  margin-top: 0;
}
#copyslidewrap .copymv li {
  margin-top: 5px;
}
#copyslidewrap .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#copyslidewrap .delay-time02 {
  animation-delay: 0.4s;
}
#copyslidewrap .delay-time04 {
  animation-delay: 0.8s;
}
#copyslidewrap .delay-time06 {
  animation-delay: 1.2s;
}
#copyslidewrap .scrolltop {
  text-align: center;
  font-size: 10px;
  margin-top: 50px;
  position: relative;
}
#copyslidewrap .scrolltop a {
  color: #bbb;
}
#copyslidewrap .scrolltop a {
  /*描画位置*/
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -15px;
  /*テキストの形状*/
  color: #bbb;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
#copyslidewrap .scrolltop::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #bbb;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
#copyslidewrap .copyslide li img {
  width: 100%;
}
#copyslidewrap .copyslide .slick-dots {
  width: 50%;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
#copyslidewrap .copyslide .slick-dots .slick-active button:after {
  background-color: #00b6b4;
  animation: progress 2s linear forwards;
}
#copyslidewrap .copyslide .slick-dots li {
  display: inline-block;
  width: calc(20% - 8px); /* プログレスバーの横幅はスライドの枚数に合わせて調整してください */
  margin: 0 2px;
}
#copyslidewrap .copyslide .slick-dots button {
  position: relative;
  width: 100%;
  height: 2px;
  padding: 0;
  border: 0;
  background-color: #d3d3be;
  font-size: 0;
}
#copyslidewrap .copyslide .slick-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}
#copyslidewrap .copyslide .slick-dots button:before {
  display: none;
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@media only screen and (max-width:768px) {
  #copyslidewrap .inner {
    padding: 0 0 6vh 0;
  }
  #copyslidewrap .copymv {
    width: 95%;
  }
  #copyslidewrap .copymv li {
    margin-top: 1%;
  }
}
#mvwrap {
  background-color: #000000;
}
#mvwrap .inner {
  position: relative;
  width: 100%;
  padding: 0;
}
#mvwrap .inner img {
  width: 100%;
}
#mvwrap .inner .mv {
  position: relative;
}
#mvwrap .inner .mv .mvimg {
  width: 100%;
  display: block;
  margin-left: auto;
  border-radius: 0;
  z-index: 6;
}

@media only screen and (max-width:768px) {
  #mvwrap .inner {
    padding: 0 0 0;
  }
}
#bnrwrap {
  background-color: #000000;
}
#bnrwrap .inner {
  padding: 40px 0;
}
#bnrwrap .bnrslide li {
  margin: 0 10px;
}
#bnrwrap .bnrslide li a img {
  width: 100%;
  border-radius: 6px;
}
#bnrwrap .bigbnr {
  margin-top: 30px;
  display: block;
}
#bnrwrap .bigbnr img {
  width: 100%;
}

@media only screen and (max-width:768px) {
  #bnrwrap .inner {
    padding: 10% 0;
    width: 100%;
  }
  #bnrwrap .bigbnr {
    margin: 5% auto 0;
    width: 95%;
  }
}
#intro {
  background: #e6e6e6;
  position: relative;
}
#intro .inner {
  padding: 100px 0 100px 0;
}
#intro h1 {
  background-color: #000000;
  color: #ffd110;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 10px;
  font-size: 26px;
  padding: 40px 0;
}
#intro h1 span {
  display: block;
  font-size: 22px;
  margin-top: 15px;
}
#intro p {
  text-align: center;
  font-weight: normal;
  letter-spacing: 5px;
  text-indent: 5px;
  line-height: 2em;
  font-size: 26px;
}
#intro p strong {
  display: block;
  margin-bottom: 40px;
  font-size: 36px;
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-color: #ffd110;
  margin-top: 25px;
  padding: 8px 0;
}
#intro h3 {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  margin-top: 50px;
}
#intro h3:after {
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
#intro h3:after {
  margin-left: 0.5em;
}
#intro h2 {
  margin-top: 50px;
}
#intro ul {
  margin-left: 0;
}
#intro ul li:first-child {
  margin-top: 25px;
}
#intro ul li {
  border-left: 5px solid;
  border-color: #ffd110;
  color: #333;
  font-weight: bold;
  margin-top: 50px;
  padding-left: 25px;
  line-height: 1.8em;
  font-size: 22px;
  letter-spacing: 3px;
}
#intro .slad {
  width: 80%;
  margin: 30px auto 0;
  display: block;
  z-index: 1;
  position: relative;
}

#intro:after {
  border-width: 0px 0px 570px 100vw;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.3s;
  border-color: inherit;
  z-index: 0;
  border-color: transparent transparent #000000 transparent;
}

@media only screen and (max-width:768px) {
  #intro h1 {
    font-size: 5.5vw;
    letter-spacing: 6px;
    text-indent: 6px;
    padding: 8% 0;
  }
  #intro h1 span {
    font-size: 4.5vw;
    margin-top: 0;
  }
  #intro .inner {
    padding: 15% 0 0 0;
  }
  #intro h2 {
    margin-top: 5%;
    font-size: 5vw;
    letter-spacing: 0;
  }
  #intro p {
    letter-spacing: 1px;
    font-size: 5vw;
    line-height: 1.5em;
  }
  #intro p strong {
    margin-bottom: 5%;
    font-size: 6.5vw;
    padding: 3% 0;
  }
  #intro h3 {
    margin-top: 10%;
  }
  #intro ul {
    margin-left: 0;
  }
  #intro ul li:first-child {
    margin-top: 5%;
  }
  #intro ul li {
    margin-top: 8%;
    padding-left: 5%;
    line-height: 1.8em;
    font-size: 4.5vw;
    letter-spacing: 0;
  }
  #intro .slad {
    width: 90%;
    margin: 5% auto 0;
    display: block;
    z-index: 1;
    position: relative;
  }
  #intro:after {
    border-width: 0px 0px 100vw 100vw;
  }
}
#excite-movie {
  background-color: #000000;
}
#excite-movie .inner {
  padding: 0 0 100px 0;
}
#excite-movie h2 {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  margin-top: 70px;
  color: #ffd110;
  font-size: 28px;
  letter-spacing: 5px;
  text-indent: 5px;
}
#excite-movie h2:before, #excite-movie h2:after {
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
#excite-movie h2:before {
  margin-right: 0.5em;
}
#excite-movie h2:after {
  margin-left: 0.5em;
}
#excite-movie p {
  color: #ffd110;
  text-align: center;
  font-weight: normal;
  letter-spacing: 3px;
  margin-top: 30px;
  line-height: 2em;
}
#excite-movie p.chui {
  border: 1px solid;
  border-color: #ffd110;
  padding: 25px;
  font-weight: bold;
}
#excite-movie img {
  width: 80%;
  margin: 50px auto 0;
  display: block;
}
#excite-movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 0;
}
#excite-movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:768px) {
  #excite-movie .inner {
    padding: 5% 0 15% 0;
  }
  #excite-movie h2 {
    margin-top: 15%;
    font-size: 5.5vw;
    letter-spacing: 2px;
    text-indent: 2px;
  }
  #excite-movie p {
    letter-spacing: 0;
    margin-top: 10%;
    line-height: 2em;
  }
  #excite-movie p.chui {
    border: 1px solid;
    border-color: #ffd110;
    padding: 25px;
    font-weight: bold;
  }
  #excite-movie img {
    width: 100%;
    margin: 50px auto 0;
    display: block;
  }
  #excite-movie .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 0;
  }
  #excite-movie .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
#about {
  background: url(../img/bggray02.jpeg);
  color: #fff;
}
#about .inner {
  padding: 100px 0;
}
#about .aboutli li {
  margin-top: 70px;
}
#about .aboutli li h4 {
  color: #ffd110;
  padding-bottom: 15px;
  font-size: 26px;
}
#about .aboutli li h4 span.method {
  color: #ffd110;
  padding: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
}
#about .aboutli li h4 span.method:after {
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
  margin-left: 0.5em;
}
#about .aboutli li h4 span.methodttl {
  text-indent: -15px;
  display: block;
  margin-top: 15px;
}
#about .aboutli li p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
  text-align: justify;
}
#about .aboutli li img {
  border-radius: 10px;
  margin-top: 30px;
}

@media only screen and (max-width:768px) {
  #about .inner {
    padding: 15% 0;
  }
  #about .aboutli {
    width: 90%;
    margin: 0 auto;
  }
  #about .aboutli li:first-child {
    margin-top: 10%;
  }
  #about .aboutli li {
    margin-top: 13%;
    line-height: 1.6em;
  }
  #about .aboutli li h4 {
    padding-bottom: 0;
    font-size: 5.5vw;
  }
  #about .aboutli li h4 span.method {
    font-size: 4vw;
  }
  #about .aboutli li h4 span.methodttl {
    margin-top: 2.5%;
  }
  #about .aboutli li p {
    margin-top: 2.5%;
    font-size: 4vw;
  }
  #about .aboutli li img {
    margin-top: 5%;
  }
}
#price {
  background-color: #000000;
}
#price .inner {
  padding: 100px 0 100px;
}
#price h2 span {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  color: #ffd110;
  margin-bottom: 20px;
}
#price h2 span:before, #price h2 span:after {
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
#price h2 span:before {
  margin-right: 0.5em;
}
#price h2 span:after {
  margin-left: 0.5em;
}
#price .pricebox {
  margin-top: 30px;
}
#price .pricebox .priceli {
  width: 80%;
  margin: 0 auto;
}
#price .pricebox .priceli li {
  margin-top: 30px;
}
#price .pricebox h5 {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  color: #ffd110;
  margin-top: 50px;
}
#price .pricebox h5:after {
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
  margin-left: 0.5em;
}
#price .pricebox p {
  color: #ffd110;
  font-weight: bold;
  margin-top: 15px;
}
#price .pricebox .note {
  text-indent: -1.5em;
  margin-top: 50px;
  color: #fff;
  text-align: left;
  width: 100%;
  margin-left: 1.5em;
  font-weight: normal;
}
#price .subttl {
  margin-top: 50px;
  margin-bottom: 30px;
}
#price .scroll {
  width: 100%;
  margin-top: 30px;
}
#price .scroll img {
  width: 100%;
}

@media only screen and (max-width:768px) {
  #price .inner {
    padding: 15% 0 15%;
  }
  #price h2 span {
    margin-bottom: 5px;
  }
  #price .pricebox {
    margin: 0 auto 0;
    width: 90%;
  }
  #price .pricebox .priceli {
    width: 100%;
    margin: 0 auto;
  }
  #price .pricebox .priceli li:first-child {
    margin-top: 0;
  }
  #price .pricebox .priceli li {
    margin-top: 5%;
  }
  #price .pricebox h5 {
    margin-top: 10%;
  }
  #price .pricebox p {
    margin-top: 5%;
  }
  #price .pricebox .note {
    margin-top: 10%;
  }
  #price .subttl {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #price .scroll {
    width: 100%;
    margin-top: 30px;
  }
  #price .scroll img {
    width: 100%;
  }
}
#tenpo .inner {
  padding: 0 0 80px;
}
#tenpo h2 span {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  color: #ffd110;
  margin-bottom: 20px;
}
#tenpo h2 span:before, #tenpo h2 span:after {
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
#tenpo h2 span:before {
  margin-right: 0.5em;
}
#tenpo h2 span:after {
  margin-left: 0.5em;
}
#tenpo .tenpoli {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#tenpo .tenpoli li:nth-child(2n+1) {
  margin-left: 0;
}
#tenpo .tenpoli li {
  background: #fff;
  border-radius: 10px;
  width: 48%;
  margin-left: 4%;
  margin-top: 30px;
  padding-bottom: 20px;
}
#tenpo .tenpoli li img {
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}
#tenpo .tenpoli li h4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid;
  border-color: #ffd110;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#tenpo .tenpoli li p {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}

@media only screen and (max-width:768px) {
  #tenpo .inner {
    padding: 0 0 15% 0;
  }
  #tenpo h2 span {
    margin-bottom: 5px;
  }
  #tenpo .tenpoli {
    margin-bottom: 10%;
    margin-top: 0;
  }
  #tenpo .tenpoli li:nth-child(2n+1) {
    margin-left: 0;
  }
  #tenpo .tenpoli li {
    width: 49%;
    margin-left: 2%;
    margin-top: 2.5%;
    padding-bottom: 5%;
  }
  #tenpo .tenpoli li img {
    margin-bottom: 0;
  }
  #tenpo .tenpoli li h4 {
    width: 90%;
    margin-bottom: 5%;
    padding-bottom: 5%;
    font-size: 4vw;
  }
  #tenpo .tenpoli li p {
    font-size: 2.5vw;
    line-height: 1.6em;
  }
}
#contact {
  background: url(../img/bggray02.jpeg);
}
#contact .inner {
  padding: 100px 0;
}
#contact h2 {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  margin-top: 0;
  color: #ffd110;
  font-size: 28px;
  letter-spacing: 5px;
  text-indent: 5px;
  margin-bottom: 40px;
}
#contact h2:before, #contact h2:after {
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
#contact h2:before {
  margin-right: 0.5em;
}
#contact h2:after {
  margin-left: 0.5em;
}
#contact p {
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 2em;
}
#contact p a {
  color: #ffd110;
}
#contact #linebox, #contact #mailbox {
  margin-top: 70px;
}
#contact #linebox h3, #contact #mailbox h3 {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  color: #ffd110;
  font-size: 24px;
  margin-bottom: 30px;
}
#contact #linebox h3:after, #contact #mailbox h3:after {
  margin-left: 0.5em;
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
#contact #linebox .lineid, #contact #mailbox .lineid {
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2em;
  border: 1px solid;
  border-color: #00B900;
  width: 300px;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 3em;
  background: linear-gradient(45deg, #00B900, #00b976);
  border-radius: 6px;
}

@media only screen and (max-width:768px) {
  #contact .inner {
    padding: 15% 0;
  }
  #contact h2 {
    margin-top: 0;
    font-size: 5.5vw;
    letter-spacing: 2px;
    text-indent: 2px;
    margin-bottom: 0;
  }
  #contact p {
    letter-spacing: 0;
    margin-top: 5%;
    line-height: 2em;
    font-size: 4vw;
  }
  #contact #linebox, #contact #mailbox {
    margin-top: 13%;
  }
  #contact #linebox h3, #contact #mailbox h3 {
    margin-bottom: 0;
  }
}
.thankswrap {
  background: url(../img/bggray02.jpeg);
}

#contact .inner {
  padding: 100px 0;
}
#contact .require {
  color: #ff0000;
  font-weight: normal;
}
#contact h2 {
  text-align: center;
  color: #ffd110;
  font-size: 34px;
}
#contact h2 img {
  display: block;
  margin: 0 auto 20px;
  width: 40%;
  max-width: 300px;
  border: none;
}
#contact h2 span {
  border-bottom: 1px solid;
  border-color: #fff;
  display: inline-block;
  padding-bottom: 15px;
}
#contact .formtxt {
  text-align: center;
  color: #fff;
  margin: 0 0 30px 0;
  line-height: 2em;
}
#contact form .formTable dt:first-child {
  margin-top: 0;
}
#contact form .formTable dt {
  font-size: 22px;
  background: #333333;
  font-weight: normal;
  color: #ffd110;
  margin-top: 50px;
  padding: 10px 15px;
  border-radius: 6px;
}
#contact form .formTable dd {
  width: 100%;
  font-size: 22px;
  margin-top: 30px;
}
#contact form .formTable dd div {
  margin-top: 15px;
}
#contact form .formTable dd div input[type=checkbox] {
  transform: scale(2);
  margin: 0 0 0 6px;
}
#contact form .formTable dd div label {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
}
#contact form .formTable dd input[type=radio] {
  transform: scale(2);
  margin: 0 0 0 25px;
}
#contact form .formTable dd label {
  display: inline-block;
  margin-left: 20px;
}
#contact form .formTable dd input[type=text], #contact form .formTable dd select, #contact form .formTable dd textarea {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  font-size: 20px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 4px #aaa inset;
}
#contact form .formTable dd textarea {
  height: 300px;
}
#contact form input[type=submit] {
  background: linear-gradient(to bottom, #ffd110, #ffd110);
  color: #333;
  cursor: pointer;
  margin-top: 30px;
  box-shadow: 0 2px 3px #000;
  width: 50%;
  max-width: 500px;
  padding: 15px;
  font-size: 24px;
  letter-spacing: 4px;
  text-indent: 4px;
  border-radius: 6px;
  border: none;
  height: auto;
}
#contact form input[type=submit]:hover {
  opacity: 0.7;
}
#contact .topbtn {
  display: block;
  margin: 50px auto 100px;
  padding: 20px 0;
  max-width: 500px;
  box-shadow: 0 2px 3px #000000;
  text-align: center;
  border-radius: 100px;
  font-weight: bold;
  font-size: 24px;
  background: #ffd110;
  color: #333;
  position: relative;
}
#contact .topbtn:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  right: 40px;
}

@media only screen and (max-width:768px) {
  #contact .inner {
    padding: 15% 0;
  }
  #contact .require {
    color: #ff0000;
    font-weight: normal;
  }
  #contact h2 {
    font-size: 5.8vw;
  }
  #contact h2 img {
    margin: 0 auto 5%;
  }
  #contact h2 span {
    padding-bottom: 5%;
  }
  #contact .formtxt {
    margin-top: 5%;
    font-size: 4vw;
    line-height: 1.8em;
    margin-bottom: 0;
  }
  #contact form {
    padding: 0 3% 10%;
    margin-top: 7%;
  }
  #contact form .formTable dt {
    font-size: 4.5vw;
    margin-top: 10%;
  }
  #contact form .formTable dd {
    font-size: 4vw;
    margin-top: 6%;
  }
  #contact form .formTable dd div {
    margin-top: 2.5%;
  }
  #contact form .formTable dd div label {
    display: inline-block;
    margin-left: 15px;
  }
  #contact form .formTable dd label {
    display: inline-block;
    margin-left: 15px;
  }
  #contact form .formTable dd input[type=text], #contact form .formTable dd select, #contact form .formTable dd textarea {
    padding: 5%;
    font-size: 4vw;
  }
  #contact form input[type=submit] {
    margin-top: 0;
    width: 70%;
    padding: 5%;
    font-size: 4.5vw;
  }
  #contact .topbtn {
    margin: 10% auto 10%;
    padding: 5%;
    width: 80%;
    font-size: 4.5vw;
  }
  #contact .topbtn:after {
    right: 5%;
  }
}
footer {
  background-color: #000000;
  color: #fff;
}
footer .inner {
  padding: 100px 0 110px;
}
footer nav {
  border-bottom: 1px solid;
  border-color: #fff;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
footer nav ul {
  text-align: center;
}
footer nav ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
footer nav ul li {
  display: inline-block;
  border-left: 1px solid;
  border-color: #fff;
  margin-left: 15px;
  padding-left: 15px;
}
footer nav ul li a {
  color: #fff;
}
footer h1 {
  width: 50%;
  margin: 0 auto;
  max-width: 600px;
}
footer h1 img {
  width: 100%;
}
footer p {
  text-align: center;
  font-size: 14px;
  line-height: 2em;
}
footer p strong {
  display: block;
}
footer .copylight {
  border-top: 1px solid;
  border-color: #fff;
  font-size: 14px;
  padding: 2.5% 0;
  margin-top: 30px;
  letter-spacing: 3px;
  font-weight: normal;
}

@media only screen and (max-width:768px) {
  footer .inner {
    padding: 10% 0 20%;
  }
  footer nav {
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  footer nav ul li {
    margin-left: 5%;
    padding-left: 5%;
  }
  footer h1 {
    width: 60%;
  }
  footer p {
    font-size: 3.5vw;
  }
  footer p strong {
    display: block;
  }
  footer .copylight {
    font-size: 2.5vw;
    padding: 5% 0;
    margin-top: 6%;
  }
}
#floatbnr {
  background: linear-gradient(to bottom, #ff9351, #ff5157);
  border-top: 3px solid;
  border-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 200;
}
#floatbnr .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0 8px;
  max-width: 500px;
}
#floatbnr h2 {
  width: 100%;
}
#floatbnr h2 img {
  width: 70%;
  max-width: 300px;
  display: block;
  margin: 0 auto 10px;
}
#floatbnr .leftbox {
  width: 49.5%;
}
#floatbnr .leftbox img {
  width: 95%;
  margin: 0 auto;
  display: block;
}
#floatbnr .rightbox {
  width: 49.5%;
}
#floatbnr .rightbox img {
  width: 95%;
  margin: 0 auto;
  display: block;
}

#floatbnr01 {
  background: linear-gradient(to bottom, #ff9351, #ff5157);
  border-top: 3px solid;
  border-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 200;
}
#floatbnr01 .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0 4px;
  max-width: 500px;
}
#floatbnr01 a {
  line-height: 0;
}
#floatbnr01 a img {
  width: 100%;
}

@media only screen and (max-width:768px) {
  #floatbnr .inner {
    padding: 3% 0 2%;
  }
  #floatbnr h2 {
    width: 100%;
  }
  #floatbnr h2 img {
    margin: 0 auto 2.5%;
  }
  #floatbnr .leftbox {
    width: 49.5%;
  }
  #floatbnr .leftbox img {
    width: 100%;
  }
  #floatbnr .rightbox {
    width: 49.5%;
  }
  #floatbnr .rightbox img {
    width: 100%;
  }
}
#privacywrap {
  background: url(../img/bggray02.jpeg);
}
#privacywrap .inner {
  padding: 100px 0 100px;
}
#privacywrap h2 {
  color: #ffd110;
  text-align: center;
}
#privacywrap h2 strong {
  border-bottom: 1px solid;
  border-color: #ffd110;
  display: inline-block;
  padding-bottom: 15px;
  line-height: 1.5em;
  font-size: 32px;
}
#privacywrap .privacybox {
  border-radius: 10px;
  margin-top: 30px;
  padding: 50px;
  background: #e6e6e6;
}
#privacywrap h3 {
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
#privacywrap h3:after {
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
  margin-left: 0.5em;
}
#privacywrap p, #privacywrap ul, #privacywrap ol {
  font-weight: normal;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 20px;
}
#privacywrap ul, #privacywrap ol {
  margin-left: 1.5em;
}
#privacywrap ul li {
  list-style: disc;
}
#privacywrap ol li {
  list-style: decimal;
}

@media only screen and (max-width:768px) {
  #privacywrap .inner {
    padding: 10% 0 10%;
  }
  #privacywrap h2 strong {
    font-size: 6vw;
  }
  #privacywrap .privacybox {
    margin-top: 10%;
    padding: 5%;
  }
  #privacywrap h3 {
    font-size: 4.5vw;
    margin-bottom: 5%;
  }
  #privacywrap p, #privacywrap ul, #privacywrap ol {
    font-size: 3.5vw;
    margin-bottom: 5%;
  }
}
#companywrap {
  background: url(../img/bggray02.jpeg);
}
#companywrap .inner {
  padding: 100px 0 100px;
}
#companywrap h2 {
  color: #ffd110;
  text-align: center;
}
#companywrap h2 strong {
  border-bottom: 1px solid;
  border-color: #ffd110;
  display: inline-block;
  padding-bottom: 15px;
  line-height: 1.5em;
  font-size: 32px;
}
#companywrap .companybox {
  border-radius: 10px;
  margin-top: 30px;
  padding: 50px;
  background: #e6e6e6;
}
#companywrap dl dt:first-child {
  margin-top: 0;
}
#companywrap dl dt {
  background: #ffd110;
  color: #333;
  border-radius: 6px;
  padding: 5px 10px;
  margin-top: 35px;
  font-size: 24px;
}
#companywrap dl dd {
  font-size: 18px;
  margin-top: 25px;
}
#companywrap dl dd ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#companywrap dl dd ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px dotted;
  border-color: #ffd110;
}
#companywrap dl dd ul li strong {
  display: block;
  width: 30%;
  color: #333;
}
#companywrap dl dd ul li span {
  display: block;
  width: 68%;
}

@media only screen and (max-width:768px) {
  #companywrap .inner {
    padding: 10% 0 10%;
  }
  #companywrap h2 strong {
    font-size: 6vw;
  }
  #companywrap .companybox {
    margin-top: 10%;
    padding: 5%;
  }
  #companywrap dl dt:first-child {
    margin-top: 0;
  }
  #companywrap dl dt {
    padding: 1.5% 2.5%;
    margin-top: 8%;
    font-size: 4.5vw;
  }
  #companywrap dl dd {
    font-size: 4vw;
    margin-top: 5%;
    text-align: center;
  }
  #companywrap dl dd ul li {
    flex-wrap: wrap;
    margin-top: 5%;
    padding-top: 5%;
  }
  #companywrap dl dd ul li strong {
    width: 100%;
  }
  #companywrap dl dd ul li span {
    width: 100%;
  }
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*初回アクセス時に1回だけポップアップ*/
.bg_onetime_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 490;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 100, 110, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.bg_onetime_popup.js_active {
  opacity: 1;
  visibility: visible;
}

.onetime_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  max-width: 500px;
  cursor: pointer;
}

.modaltel {
  z-index: 15;
  position: absolute;
  bottom: 6.2%;
  width: 65%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
}

.modaltel img {
  border-radius: 60px;
}

.modalbg {
  z-index: 10;
  border-radius: 6px;
}

.onetime_popup img {
  width: 100%;
}

.onetime_popup_content {
  padding: 60px 30px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */