@charset "UTF-8";
.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;
  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;
  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 {
  position: fixed;
  width: 100%;
  z-index: 101;
  top: 0;
  transition: all 0.3s ease;
}
header .inner {
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  height: 60px;
  width: 95%;
}
header .inner h1 {
  width: 38%;
  max-width: 170px;
  z-index: 101;
  line-height: 0;
  position: absolute;
  top: 13px;
  left: 10px;
}
header .inner h1 img {
  width: 100%;
}
header .inner nav ul li a {
  color: #fff;
}

header.fixed {
  background-color: rgba(255, 255, 255, 0.95);
}

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

.b-menu-content {
  padding: 80px 0 40px;
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0;
  font-size: 4vw;
}
.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 #002662;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.b-menu-content li a {
  position: relative;
  display: block;
  font-weight: 600;
}
.b-menu-content li a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #002662;
  border-right: solid 1px #002662;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.b-menu-content li .submenu li:first-child {
  margin-top: 10px;
}
.b-menu-content li .submenu li {
  width: auto;
  margin-top: 10px;
  margin-left: 1.5em;
  padding: 0;
  border-top: none;
  list-style-type: disc;
  display: list-item;
  color: #002662;
}

.b-menu-btn {
  position: absolute;
  top: 12px;
  right: 10px;
  display: flex;
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.b-menu-btn span,
.b-menu-btn span:before,
.b-menu-btn span:after {
  content: "";
  display: block;
  height: 1px;
  width: 35px;
  border-radius: 0;
  background-color: #002662;
  position: absolute;
  transition: 0.3s all;
}

.b-menu-btn span {
  right: -6px;
}

.b-menu-btn span:before {
  bottom: 8px;
  left: -6px;
}

.b-menu-btn span:after {
  top: -16px;
  right: 0;
}

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

.b-menu-btn.active span::before {
  bottom: 6px;
  left: -8px;
  transform: rotate(45deg);
}

.b-menu-btn.active span::after {
  top: -6px;
  right: 7px;
  transform: rotate(-45deg);
}

.b-menu-btn .menuTxt {
  width: 100%;
  position: absolute;
  bottom: -3px;
}

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

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

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

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

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

.b-menu-btn.active ~ .b-menu-content {
  position: relative;
  top: 0; /*メニューを画面内へ*/
  opacity: 1;
  z-index: 80;
}

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

@media only screen and (max-width:768px) {
  header .inner h1 {
    top: 16px;
  }
  .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%;
  }
}
@media only screen and (min-width:769px) {
  #site-navigation.toggled .menu-hg-menu-container #primary-menu {
    font-size: 32px;
  }
  header .inner {
    height: 60px;
  }
  header .inner h1 {
    width: 43%;
    max-width: 170px;
    z-index: 101;
    line-height: 0;
    position: absolute;
    top: 13px;
    left: 15px;
  }
  header .inner h1 img {
    width: 100%;
  }
  header .inner nav ul li a {
    color: #fff;
  }
  .b-menu-btn {
    right: 20px;
  }
  .b-menu-content {
    padding: 80px 0 40px;
    font-size: 22px;
  }
  .b-menu-content li {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.spnone {
  display: none;
}

.pcnone {
  display: inline-block;
}

@media only screen and (min-width:769px) {
  .spnone {
    display: inline-block;
  }
  .pcnone {
    display: none;
  }
}
/*
 * ベース
 */
body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  line-height: 2em;
  color: #646464;
  position: relative;
  line-height: 1.5em;
}

@media only screen and (min-width:769px) {
  body {
    line-height: 1.7em;
    width: 100%;
    background: #EFEFEF;
  }
}
a:hover {
  opacity: 0.7;
}

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

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

section {
  width: 100%;
}
section .inner {
  width: 90%;
  margin: 0 auto;
}
section img {
  width: 100%;
}

@media only screen and (min-width:769px) {
  section .inner {
    width: 1000px;
    margin: 0 auto;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.scroll {
  overflow-x: scroll;
  width: 100%;
}
.scroll table {
  width: 900px;
}

#mv .rebonTtl, #intro .rebonTtl, #aproch .rebonTtl, #merit .rebonTtl, #voice .rebonTtl, #flow .rebonTtl, #message .rebonTtl, #price .rebonTtl, #last .rebonTtl, footer .rebonTtl {
  background-color: #002662;
  color: #fff;
  text-align: center;
  font-size: 6vw;
  font-weight: normal;
  border-radius: 6px;
  line-height: 1.5em;
  padding: 2.5% 0;
}
#mv .rebonTtl span, #intro .rebonTtl span, #aproch .rebonTtl span, #merit .rebonTtl span, #voice .rebonTtl span, #flow .rebonTtl span, #message .rebonTtl span, #price .rebonTtl span, #last .rebonTtl span, footer .rebonTtl span {
  display: block;
  font-size: 4.2vw;
}
#mv .mainTtl, #intro .mainTtl, #aproch .mainTtl, #merit .mainTtl, #voice .mainTtl, #flow .mainTtl, #message .mainTtl, #price .mainTtl, #last .mainTtl, footer .mainTtl {
  padding: 2.5% 0;
  text-align: center;
  font-size: 5.5vw;
  background: #EFEFEF;
  color: #002662;
  font-weight: 600;
}
#mv .moreBtnWrap, #intro .moreBtnWrap, #aproch .moreBtnWrap, #merit .moreBtnWrap, #voice .moreBtnWrap, #flow .moreBtnWrap, #message .moreBtnWrap, #price .moreBtnWrap, #last .moreBtnWrap, footer .moreBtnWrap {
  margin-top: 5%;
}
#mv .moreBtnWrap .moreBtn, #intro .moreBtnWrap .moreBtn, #aproch .moreBtnWrap .moreBtn, #merit .moreBtnWrap .moreBtn, #voice .moreBtnWrap .moreBtn, #flow .moreBtnWrap .moreBtn, #message .moreBtnWrap .moreBtn, #price .moreBtnWrap .moreBtn, #last .moreBtnWrap .moreBtn, footer .moreBtnWrap .moreBtn {
  width: 80%;
  margin: 0 auto;
  display: block;
}
#mv .moreBtnWrap .moreBtn img, #intro .moreBtnWrap .moreBtn img, #aproch .moreBtnWrap .moreBtn img, #merit .moreBtnWrap .moreBtn img, #voice .moreBtnWrap .moreBtn img, #flow .moreBtnWrap .moreBtn img, #message .moreBtnWrap .moreBtn img, #price .moreBtnWrap .moreBtn img, #last .moreBtnWrap .moreBtn img, footer .moreBtnWrap .moreBtn img {
  width: 100%;
}

@media only screen and (min-width:769px) {
  #contents {
    width: 750px;
    margin: 0 auto;
    background: #fff;
  }
  #mv .rebonTtl, #intro .rebonTtl, #aproch .rebonTtl, #merit .rebonTtl, #voice .rebonTtl, #flow .rebonTtl, #message .rebonTtl, #price .rebonTtl, #last .rebonTtl, footer .rebonTtl {
    font-size: 46px;
    padding: 10px 0;
  }
  #mv .rebonTtl span, #intro .rebonTtl span, #aproch .rebonTtl span, #merit .rebonTtl span, #voice .rebonTtl span, #flow .rebonTtl span, #message .rebonTtl span, #price .rebonTtl span, #last .rebonTtl span, footer .rebonTtl span {
    font-size: 32px;
  }
  #mv .inner, #intro .inner, #aproch .inner, #merit .inner, #voice .inner, #flow .inner, #message .inner, #price .inner, #last .inner, footer .inner {
    width: 90%;
  }
  #mv .mainTtl, #intro .mainTtl, #aproch .mainTtl, #merit .mainTtl, #voice .mainTtl, #flow .mainTtl, #message .mainTtl, #price .mainTtl, #last .mainTtl, footer .mainTtl {
    padding: 20px 0;
    font-size: 34px;
  }
  #mv .moreBtnWrap, #intro .moreBtnWrap, #aproch .moreBtnWrap, #merit .moreBtnWrap, #voice .moreBtnWrap, #flow .moreBtnWrap, #message .moreBtnWrap, #price .moreBtnWrap, #last .moreBtnWrap, footer .moreBtnWrap {
    margin-top: 25px;
  }
}
#mv {
  background-image: url(../img/MV.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80vw 0 2vw;
}
#mv .inner {
  padding: 0;
}
#mv .inner .subCopy {
  line-height: 1.5em;
  margin-top: 5vw;
}

@media only screen and (min-width:769px) {
  #mv {
    background-position: center -140px;
    padding: 500px 0 2vw;
  }
  #mv .inner {
    padding: 0;
  }
  #mv .inner .subCopy {
    margin-top: 20px;
    font-size: 26px;
  }
}
#intro {
  padding: 10% 0 5%;
  background: #EFEFEF;
  margin-top: 10%;
}
#intro .inner {
  padding: 0;
}
#intro .inner .normalTxt {
  text-align: center;
  font-size: 5.5vw;
  color: #002662;
}
#intro .inner .introImgBox {
  position: relative;
  margin-top: 10%;
}
#intro .inner .introImgBox .introImgCopy {
  position: absolute;
  z-index: 0;
  width: 45%;
}
#intro .inner .introImgBox .copy01 {
  left: -5%;
  top: -5%;
}
#intro .inner .introImgBox .copy02 {
  right: -5%;
  top: 25%;
}
#intro .inner .introImgBox .copy03 {
  left: -5%;
  top: 50%;
}
#intro .inner .introImgBox .introImgbody {
  display: block;
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width:769px) {
  #intro {
    padding: 60px 0 30px;
    margin-top: 30px;
  }
  #intro .inner .normalTxt {
    font-size: 46px;
    line-height: 1.2em;
  }
  #intro .inner .introImgBox {
    margin-top: 30px;
  }
}
#aproch {
  background: linear-gradient(to bottom, #EFEFEF 40%, #fff 40%);
}
#aproch .inner .rebonTtl {
  line-height: 1.1em;
  white-space: nowrap;
}
#aproch .inner .introTrg {
  display: block;
  margin: 5% auto;
  width: 40%;
}
#aproch .inner .aprochBox .underLineCopy {
  position: relative;
  z-index: 2;
}
#aproch .inner .aprochBox .underLineCopy img {
  width: 100%;
}
#aproch .inner .aprochBox .aprochImg {
  margin-top: -5%;
}
#aproch .inner .aprochBox .aprochinner {
  background: #fff;
  margin: -5% auto 0;
  position: relative;
  z-index: 2;
  width: 90%;
  padding: 2.5%;
  box-sizing: border-box;
}
#aproch .inner .aprochBox .aprochinner h4 {
  text-align: center;
  color: #002662;
  font-size: 5vw;
  padding: 2.5% 0;
}
#aproch .inner .aprochBox .aprochinner p {
  font-size: 3.5vw;
  text-align: justify;
}

@media only screen and (min-width:769px) {
  #aproch .inner .aprochBox .aprochImg {
    margin-top: -18px;
  }
  #aproch .inner .aprochBox .aprochinner {
    margin: -50px auto 0;
    padding: 25px;
  }
  #aproch .inner .aprochBox .aprochinner h4 {
    font-size: 42px;
    padding: 25px 0 0;
  }
  #aproch .inner .aprochBox .aprochinner p {
    font-size: 22px;
    margin: 25px 0 0;
    line-height: 1.5em;
  }
}
#merit {
  margin: 10% 0 0;
}
#merit .meritLiWrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
#merit .meritLiWrap .meritLi {
  background: #E4ECF8;
  text-align: center;
  border-radius: 6px;
  margin: 3% 0 0;
  width: 48%;
  box-sizing: border-box;
  padding: 1.5% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#merit .underLineCopy {
  margin: 5% auto 0;
  width: 85%;
}
#merit .underLineCopy img {
  width: 100%;
}

@media only screen and (min-width:769px) {
  #merit {
    margin: 50px 0 0;
  }
  #merit .meritLiWrap .meritLi {
    margin: 25px 0 0;
    width: 48%;
    padding: 1.5% 0;
    font-size: 22px;
  }
  #merit .underLineCopy {
    margin: 50px auto 0;
  }
}
#voice {
  margin-top: 10%;
}
#voice .beforeafterBox {
  margin-top: 5%;
}
#voice .beforeafterBox .beforeafterInner {
  width: 90%;
  margin: 3.5% auto 0;
}
#voice .beforeafterBox .beforeafterInner h3 {
  text-align: center;
  color: #002662;
  font-size: 4.5vw;
}
#voice .beforeafterBox .beforeafterInner .voiceTxt {
  text-align: justify;
  margin: 5% 0 0;
  font-size: 3.5vw;
  line-height: 1.5em;
}
#voice .beforeafterBox .beforeafterInner .nameTxt {
  margin-top: 2.5%;
  text-align: right;
  font-size: 3.5vw;
}
#voice .beforeafterBox.firstBox {
  margin-top: 3%;
}
#voice .moreBtnWrap {
  margin-top: 10%;
}

@media only screen and (min-width:769px) {
  #voice {
    margin-top: 50px;
  }
  #voice .beforeafterBox {
    margin-top: 25px;
  }
  #voice .beforeafterBox .beforeafterInner {
    margin: 20px auto 0;
  }
  #voice .beforeafterBox .beforeafterInner h3 {
    font-size: 32px;
    line-height: 1.3em;
  }
  #voice .beforeafterBox .beforeafterInner .voiceTxt {
    margin: 25px 0 0;
    font-size: 22px;
  }
  #voice .beforeafterBox .beforeafterInner .nameTxt {
    margin-top: 15px;
    font-size: 22px;
  }
  #voice .beforeafterBox.firstBox {
    margin-top: 10px;
  }
  #voice .moreBtnWrap {
    margin-top: 50px;
  }
}
#flow {
  margin-top: 10%;
}
#flow .flowLiWrap {
  margin-top: 3.5%;
}
#flow .flowLiWrap .flowLi:first-child {
  margin-top: 0;
}
#flow .flowLiWrap .flowLi {
  margin-top: 8%;
}
#flow .flowLiWrap .flowLi h3 {
  line-height: 0;
}
#flow .flowLiWrap .flowLi h3 img {
  width: 100%;
}
#flow .flowLiWrap .flowLi p {
  width: 85%;
  margin: 3.5% auto 0;
  text-align: justify;
  font-size: 3.5vw;
}

@media only screen and (min-width:769px) {
  #flow {
    margin-top: 50px;
  }
  #flow .flowLiWrap {
    margin-top: 30px;
  }
  #flow .flowLiWrap .flowLi {
    margin-top: 30px;
  }
  #flow .flowLiWrap .flowLi p {
    margin: 20px auto 0;
    font-size: 22px;
    line-height: 1.5em;
  }
}
#message {
  background-image: url(../img/msgImg01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding: 52vw 0 0;
  margin-top: 10%;
}
#message .inner {
  background: #fff;
  padding: 5%;
  width: 80%;
  margin: 0 auto;
}
#message .inner p:first-child {
  margin-top: 0;
}
#message .inner p {
  font-size: 3.2vw;
  margin-top: 5%;
}

@media only screen and (min-width:769px) {
  #message {
    padding: 400px 0 0;
    margin-top: 50px;
  }
  #message .inner {
    padding: 25px;
  }
  #message .inner p {
    font-size: 22px;
    margin-top: 25px;
    line-height: 1.5em;
  }
  #message .inner .moreBtnWrap {
    margin-top: 50px;
  }
}
#price {
  margin-top: 10%;
}
#price .priceLiWrap .priceLi {
  margin-top: 5%;
}
#price .priceLiWrap .priceLi .col2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
#price .priceLiWrap .priceLi .col2 .leftBox {
  width: 35%;
}
#price .priceLiWrap .priceLi .col2 .rightBox {
  width: 60%;
}
#price .priceLiWrap .priceLi .col2 .rightBox .priceLiTtl strong {
  display: block;
  font-weight: 600;
  font-size: 3.2vw;
}
#price .priceLiWrap .priceLi .col2 .rightBox .priceLiTtl span {
  display: block;
  background-color: #002662;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-top: 2.5%;
  font-size: 4.5vw;
  letter-spacing: 1px;
  padding: 3.5% 0;
  line-height: 1em;
}
#price .priceLiWrap .priceLi .col2 .rightBox .priceLiTtl span small {
  font-size: 3.5vw;
}
#price .priceLiWrap .priceLi .col2 .rightBox p {
  margin-top: 8%;
  font-size: 3.2vw;
}
#price .priceLiWrap .priceLi .col2 .rightBox .descliWrap .descli {
  margin-top: 1.5%;
  font-size: 3.2vw;
}
#price .priceLiWrap .priceLi .centerBox {
  background: #EFEFEF;
  text-align: center;
  font-size: 4vw;
  padding: 1.5% 0;
  margin-top: 2.5%;
}
#price .option {
  margin-top: 8%;
}
#price .option h4 {
  text-align: center;
  color: #002662;
  font-size: 4.5vw;
}
#price .option .optionLiWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5%;
}
#price .option .optionLiWrap .optionLi {
  background-color: #002662;
  color: #fff;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 1.5% 0;
  font-weight: 600;
}

@media only screen and (min-width:769px) {
  #price {
    margin-top: 50px;
  }
  #price .priceLiWrap .priceLi {
    margin-top: 25px;
  }
  #price .priceLiWrap .priceLi .col2 .rightBox .priceLiTtl strong {
    font-size: 22px;
  }
  #price .priceLiWrap .priceLi .col2 .rightBox .priceLiTtl span {
    margin-top: 10px;
    font-size: 32px;
    padding: 15px 0;
  }
  #price .priceLiWrap .priceLi .col2 .rightBox .priceLiTtl span small {
    font-size: 22px;
  }
  #price .priceLiWrap .priceLi .col2 .rightBox p {
    margin-top: 20px;
    font-size: 22px;
  }
  #price .priceLiWrap .priceLi .col2 .rightBox .descliWrap .descli {
    margin-top: 10px;
    font-size: 22px;
  }
  #price .priceLiWrap .priceLi .centerBox {
    font-size: 30px;
    padding: 15px 0;
    margin-top: 15px;
  }
  #price .option {
    margin-top: 25px;
  }
  #price .option h4 {
    font-size: 32px;
  }
  #price .option .optionLiWrap {
    margin-top: 20px;
  }
  #price .option .optionLiWrap .optionLi {
    padding: 15px 0;
    font-weight: 600;
    font-size: 26px;
  }
}
#last {
  margin-top: 10%;
}
#last img {
  margin-bottom: 5%;
}
#last .normalTxt {
  text-align: center;
  font-size: 6.5vw;
  font-weight: 600;
  line-height: 1.4em;
  color: #002662;
  letter-spacing: 1px;
}
#last .moreBtnWrap {
  margin-top: 8%;
}

@media only screen and (min-width:769px) {
  #last {
    margin-top: 80px;
  }
  #last img {
    margin-bottom: 15px;
  }
  #last .normalTxt {
    font-size: 46px;
  }
  #last .moreBtnWrap {
    margin-top: 50px;
  }
}
footer {
  margin-top: 5%;
  padding-bottom: 15%;
}
footer .mainTtl {
  background: none;
}
footer p {
  text-align: center;
}
footer form .formTable {
  width: 100%;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
footer form .formTable th {
  width: 35%;
  font-size: 3.5vw;
  padding: 15px 0;
  vertical-align: middle;
  text-align: left;
}
footer form .formTable th span {
  font-size: 3.5vw;
  color: #aa0000;
  margin-left: 3px;
}
footer form .formTable td {
  width: 62%;
  padding: 15px 0;
}
footer form .formTable td input[type=text], footer form .formTable td select, footer form .formTable td textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
}
footer form .formTable td .dateBox {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
}
footer form .formTable td .dateBox input[type=number] {
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
}
footer form .formTable td .dateBox .centerBox {
  margin-left: 5px;
}
footer form .formTable td .dateBox .rightBox {
  margin-left: 10px;
}
footer form .submitBox {
  line-height: 0;
}
footer form .submitBox input[type=submit], footer form .submitBox input[type=reset] {
  display: block;
  margin: 0 auto;
  width: 60%;
  border-radius: 60px;
  font-size: 5vw;
  padding: 5px 0;
  border: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
footer form .submitBox input[type=submit] {
  background-color: #002662;
  color: #fff;
}
footer form .submitBox input[type=reset] {
  background: #E4ECF8;
  color: #aaa;
  margin-top: 5%;
}

@media only screen and (min-width:769px) {
  footer {
    margin-top: 0;
    padding-bottom: 0;
  }
  footer .inner {
    background: #fff;
    width: 100%;
    padding: 25px 5% 80px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  footer form .formTable th {
    font-size: 22px;
    padding: 15px 0;
  }
  footer form .formTable th span {
    font-size: 22px;
  }
  footer form .formTable td {
    padding: 15px 0;
  }
  footer form .formTable td input[type=text], footer form .formTable td select, footer form .formTable td textarea {
    padding: 15px;
    font-size: 22px;
  }
  footer form .formTable td .dateBox input[type=number] {
    font-size: 22px;
  }
  footer form .submitBox {
    line-height: 0;
    margin-top: 25px;
  }
  footer form .submitBox input[type=submit], footer form .submitBox input[type=reset] {
    width: 60%;
    font-size: 28px;
    padding: 10px 0;
  }
  footer form .submitBox input[type=reset] {
    margin-top: 25px;
  }
}
/*========= 表示 ===============*/
.load-fade {
  opacity: 0;
}

.loaded .load-fade {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.scroll-up {
  opacity: 0;
}

.scroll-up.is-show {
  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);
  }
}
.delay-time02 {
  animation-delay: 0.1s;
}

.delay-time03 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.3s;
}

.delay-time05 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.5s;
}

.delay-time07 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time09 {
  animation-delay: 0.9s;
}

.delay-time10 {
  animation-delay: 0.8s;
}

.delay-time11 {
  animation-delay: 0.9s;
}

.delay-time12 {
  animation-delay: 1s;
}

/*トップ*/
.newsCard1 {
  animation-delay: 0.1s;
}

.newsCard2 {
  animation-delay: 0.3s;
}

.newsCard3 {
  animation-delay: 0.5s;
}/*# sourceMappingURL=style.css.map */