@charset "UTF-8";
html {
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 16px;
  letter-spacing: normal;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #555;
  line-height: 1.92;
  letter-spacing: 1px;
  background-color: #fff;
  font-size: 1rem;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
h1, h2, h3, h4, h5, .lead {
  color: #111;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.topCont {
  margin-top: 64px;
}
@media only screen and (max-width: 768px) {
  .topCont {
    margin-top: 38px;
  }
}

a:link {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: underline;
}

a:visited, a:active {
  color: #555;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p:empty {
  display: none;
  height: 0;
}

figure, picture {
  display: block;
}

.box {
  width: 100vw;
  height: 100vh;
}
.box.box2 {
  height: auto;
}

.main-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  /*height: 100vh;
  scroll-behavior: smooth;*/
}

.box {
  scroll-snap-align: start;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 0.725rem;
  }
}

.pagination {
  position: fixed;
  z-index: 10;
  right: 50px;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .pagination {
    display: none;
  }
}
.pagination li {
  text-align: right;
  font-size: 0.625rem;
  font-weight: 800;
}
.pagination li a {
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
.pagination li a:after {
  content: "●";
  color: #111;
  width: 0.725rem;
  height: 0.725rem;
  font-size: 0.725rem;
  margin-left: 7px;
}
.pagination li a span {
  filter: opacity(0);
  transition: 0.5s;
}
.pagination li a.active:after, .pagination li a:hover:after {
  content: "〇";
  color: #111;
  width: 0.725rem;
  height: 0.725rem;
  font-size: 0.725rem;
}
.pagination li a.active span, .pagination li a:hover span {
  filter: opacity(100%);
}

#box1 {
  background: url(../images/lp-a-bg1.jpg) center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #box1 {
    background: url(../images/lp-a-bg1-sp.jpg) center no-repeat;
    background-size: cover;
  }
}
#box1 .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#box1 .inner .inner2 {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 35%;
  transform: translate(-40%, -50%);
  min-width: 390px;
}
@media only screen and (max-width: 768px) {
  #box1 .inner .inner2 {
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    min-width: 90%;
  }
}
#box1 .inner .inner2 .lead {
  font-weight: 800;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
#box1 .inner .inner2 .lead span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  vertical-align: middle;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #box1 .inner .inner2 .lead span {
    display: block;
    margin-left: 0;
    font-size: 0.725rem;
  }
}
#box1 .inner .inner2 h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #box1 .inner .inner2 h1 {
    font-size: 1.25rem;
  }
}
#box1 .inner .inner2 h1 span {
  display: block;
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  #box1 .inner .inner2 h1 span {
    font-size: 1.5rem;
  }
}
#box1 .inner .inner2 .sub {
  font-weight: 800;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  #box1 .inner .inner2 .sub {
    font-size: 0.725rem;
  }
}

#box2 {
  background: url(../images/lp-a-bg2.jpg) center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #box2 {
    background: url(../images/lp-a-bg2-sp.jpg) center no-repeat;
    background-size: cover;
  }
}
#box2 .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#box2 .inner .inner2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48.75%;
  margin: auto;
  padding: 80px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(15, 15, 15, 0.03);
}
@media only screen and (max-width: 768px) {
  #box2 .inner .inner2 {
    width: 90%;
    padding: 5vw;
  }
}
#box2 .inner .inner2 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 1.725rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #box2 .inner .inner2 h2 {
    margin-bottom: 3vw;
  }
}
#box2 .inner .inner2 p {
  text-align: center;
}
#box2 .inner .inner2 p + p {
  margin-top: 1rem;
}

#box3 {
  background: url(../images/lp-a-bg3.jpg) center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #box3 {
    background: url(../images/lp-a-bg3-sp.jpg) center no-repeat;
    background-size: cover;
  }
}
#box3 .inner {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #box3 .inner {
    position: relative;
  }
}
#box3 .inner .inner2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  color: #111;
  line-height: 2.4;
  text-align: left;
  font-size: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 768px) {
  #box3 .inner .inner2 {
    line-height: 1.8;
    width: 80%;
    font-size: 0.725rem;
  }
}
#box3 .inner .inner3 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 90%;
  margin: auto;
  padding: 0 10%;
  box-sizing: border-box;
  font-size: 0.725rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media only screen and (max-width: 768px) {
  #box3 .inner .inner3 {
    width: 100%;
    font-size: 0.625rem;
    padding: 0 5vw;
    margin: auto;
    box-sizing: border-box;
  }
}

#box4 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  #box4 .inner {
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr;
  }
}
#box4 .inner .box-left .inner2 {
  width: 100%;
  height: 100%;
  position: relative;
}
#box4 .inner .box-left .inner2 .inner3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68%;
}
@media only screen and (max-width: 768px) {
  #box4 .inner .box-left .inner2 .inner3 {
    width: 90%;
  }
}
#box4 .inner .box-left .inner2 .inner3 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.725rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #box4 .inner .box-left .inner2 .inner3 h2 {
    margin-bottom: 3vw;
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 768px) {
  #box4 .inner .box-left {
    grid-row: 1;
    grid-column: 1;
  }
}
#box4 .inner .box-right img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #box4 .inner .box-right {
    grid-row: 2;
    grid-column: 1;
  }
}

.school #box5 {
  background: url(../images/bg5-1.jpg) center no-repeat;
  transition: 0.5s ease-in-out;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .school #box5 {
    background: url(../images/bg5-1-sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.online #box5 {
  background: url(../images/bg5-2.jpg) center no-repeat;
  transition: 0.5s ease-in-out;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .online #box5 {
    background: url(../images/bg5-2-sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.distance #box5 {
  background: url(../images/bg5-3.jpg) center no-repeat;
  transition: 0.5s ease-in-out;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .distance #box5 {
    background: url(../images/bg5-3-sp.jpg) center no-repeat;
    background-size: cover;
  }
}
#box5 .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#box5 .inner .inner2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62.5%;
}
@media only screen and (max-width: 768px) {
  #box5 .inner .inner2 {
    width: 90%;
  }
}
#box5 .inner .inner2 h2 {
  font-size: 1.725rem;
  line-height: 1.725;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
#box5 .inner .inner2 h2 span {
  display: block;
  font-size: 1.25rem;
}
#box5 .inner .inner2 .sub {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#box5 .inner .inner2 .inner3 {
  background: #f2f2f2;
}
#box5 .inner .inner2 .inner3 .tabs ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#box5 .inner .inner2 .inner3 .tabs ul li {
  text-align: center;
  font-weight: 800;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 2px solid #ddd;
}
@media only screen and (max-width: 768px) {
  #box5 .inner .inner2 .inner3 .tabs ul li {
    padding: 2vw 0;
  }
}
#box5 .inner .inner2 .inner3 .tabs ul li span {
  font-size: 0.625rem;
  vertical-align: middle;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #box5 .inner .inner2 .inner3 .tabs ul li span {
    margin-left: 0;
    display: block;
    font-size: 0.525rem;
  }
}
#box5 .inner .inner2 .inner3 .tabs ul li.active, #box5 .inner .inner2 .inner3 .tabs ul li:hover {
  border-bottom: 2px solid #111;
}
#box5 .inner .inner2 .inner3 .tabConts .tab-cont {
  width: 100%;
  padding: 35px 70px;
  box-sizing: border-box;
  display: none;
  transition: 0.5s ease-in;
}
#box5 .inner .inner2 .inner3 .tabConts .tab-cont.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  #box5 .inner .inner2 .inner3 .tabConts .tab-cont {
    padding: 5vw;
  }
}

#footer {
  background: #cec2b0;
  border-top: 1px solid #e2d8c8;
  font-size: 0.65rem;
  text-align: center;
  font-weight: 800;
}
#footer .inner {
  padding: 30px;
  box-sizing: border-box;
}
#footer .inner li {
  display: inline-block;
}
#footer .inner li a {
  display: block;
  padding: 10px;
  font-size: 0.725rem;
}

#box3 {
  background: url(../images/lp-a-bg3.jpg) center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #box3 {
    background: url(../images/lp-a-bg3-sp.jpg) center no-repeat;
    background-size: cover;
  }
}
#box3 .inner {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #box3 .inner {
    position: relative;
  }
}
#box3 .inner .inner2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  color: #111;
  line-height: 2.4;
  text-align: center;
  font-size: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 768px) {
  #box3 .inner .inner2 {
    font-size: 0.725rem;
  }
}
@media only screen and (max-width: 768px) {
  #box3 .inner .inner2 {
    line-height: 1.8;
    width: 80%;
  }
}
#box3 .inner .inner2 h2 {
  font-size: 1.725rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #box3 .inner .inner2 h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
#box3 .inner .inner3 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 90%;
  margin: auto;
  padding: 0 10%;
  box-sizing: border-box;
  font-size: 0.725rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media only screen and (max-width: 768px) {
  #box3 .inner .inner3 {
    width: 100%;
    font-size: 0.625rem;
    padding: 0 5vw;
    margin: auto;
    box-sizing: border-box;
  }
}

#box4 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  #box4 .inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
#box4 .inner .box-left .inner2 {
  width: 100%;
  height: 100%;
  position: relative;
}
#box4 .inner .box-left .inner2 .inner3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68%;
}
@media only screen and (max-width: 768px) {
  #box4 .inner .box-left .inner2 .inner3 {
    width: 90%;
  }
}
#box4 .inner .box-left .inner2 .inner3 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.725rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #box4 .inner .box-left .inner2 .inner3 h2 {
    margin-bottom: 3vw;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  #box4 .inner .box-left {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    margin: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
  }
}
#box4 .inner .box-right img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #box4 .inner .box-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.school #box5 {
  background: url(../images/bg5-1.jpg) center no-repeat;
  transition: 0.5s ease-in-out;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .school #box5 {
    background: url(../images/bg5-1-sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.online #box5 {
  background: url(../images/bg5-2.jpg) center no-repeat;
  transition: 0.5s ease-in-out;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .online #box5 {
    background: url(../images/bg5-2-sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.distance #box5 {
  background: url(../images/bg5-3.jpg) center no-repeat;
  transition: 0.5s ease-in-out;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .distance #box5 {
    background: url(../images/bg5-3-sp.jpg) center no-repeat;
    background-size: cover;
  }
}
#box5 .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#box5 .inner .inner2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62.5%;
}
@media only screen and (max-width: 768px) {
  #box5 .inner .inner2 {
    width: 90%;
  }
}
#box5 .inner .inner2 h2 {
  font-size: 1.725rem;
  line-height: 1.725;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #box5 .inner .inner2 h2 {
    font-size: 1.5rem;
  }
}
#box5 .inner .inner2 h2 span {
  display: block;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  #box5 .inner .inner2 h2 span {
    font-size: 1rem;
  }
}
#box5 .inner .inner2 .sub {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#box5 .inner .inner2 .inner3 {
  background: #f2f2f2;
}
#box5 .inner .inner2 .inner3 .tabs ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#box5 .inner .inner2 .inner3 .tabs ul li {
  text-align: center;
  font-weight: 800;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 2px solid #ddd;
}
@media only screen and (max-width: 768px) {
  #box5 .inner .inner2 .inner3 .tabs ul li {
    padding: 2vw 0;
  }
}
#box5 .inner .inner2 .inner3 .tabs ul li span {
  font-size: 0.625rem;
  vertical-align: middle;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #box5 .inner .inner2 .inner3 .tabs ul li span {
    margin-left: 0;
    display: block;
    font-size: 0.525rem;
  }
}
#box5 .inner .inner2 .inner3 .tabs ul li.active, #box5 .inner .inner2 .inner3 .tabs ul li:hover {
  border-bottom: 2px solid #111;
}
#box5 .inner .inner2 .inner3 .tabConts .tab-cont {
  width: 100%;
  padding: 35px 70px;
  box-sizing: border-box;
  display: none;
  transition: 0.5s ease-in;
}
#box5 .inner .inner2 .inner3 .tabConts .tab-cont.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  #box5 .inner .inner2 .inner3 .tabConts .tab-cont {
    padding: 3vw;
  }
}

#footer {
  background: #cec2b0;
  border-top: 1px solid #e2d8c8;
  font-size: 0.65rem;
  text-align: center;
  font-weight: 800;
}
#footer .inner {
  padding: 30px;
  box-sizing: border-box;
}
#footer .inner li {
  display: inline-block;
}
#footer .inner li a {
  display: block;
  padding: 10px;
  font-size: 0.725rem;
}

#box7 {
  background: url(../images/lp-6-bg.jpg) 0 0 no-repeat;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #box7 {
    background: url(../images/lp-6-bg-sp.jpg) 0 0 no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#box7 .inner {
  width: 100%;
  height: 100vh;
  position: relative;
}
#box7 .inner .inner2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: auto;
  text-align: center;
}
#box7 .inner .inner2 h2 {
  font-size: 1.725rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 30px;
}
#box7 .inner .inner2 h2 span {
  display: block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #box7 .inner .inner2 h2 span {
    font-size: 1rem;
  }
}

#box6 {
  padding: 5vw 0;
}
@media only screen and (max-width: 768px) {
  #box6 {
    padding: 5vw 0;
  }
}
#box6 .inner {
  width: 100%;
}
#box6 .inner .inner2 {
  width: 62.5%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #box6 .inner .inner2 {
    width: 90%;
    margin: auto;
  }
}
#box6 h2 {
  text-align: center;
  font-size: 1.725rem;
  margin-bottom: 30px;
}
#box6 h3 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
#box6 form#mailformpro {
  margin: 50px auto;
}
#box6 form#mailformpro dl {
  border-bottom: 1px solid #ccc;
  display: table;
  border-collapse: collapse;
  font-size: 0.875rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #box6 form#mailformpro dl {
    display: block;
  }
}
#box6 form#mailformpro dl:nth-child(even) {
  background: #f2f2f2;
}
#box6 form#mailformpro dl dt {
  font-weight: 800;
  width: 35%;
  display: table-cell;
  vertical-align: top;
  padding: 15px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #box6 form#mailformpro dl dt {
    display: block;
    width: 100%;
  }
}
#box6 form#mailformpro dl dt .needit {
  display: inline-block;
  padding: 5px 7px;
  font-size: 0.525rem;
  color: #fff;
  font-weight: 800;
  border-radius: 3px;
  vertical-align: middle;
  background: #e97070;
  line-height: 1;
  margin-left: 5px;
}
#box6 form#mailformpro dl dt .sub {
  display: block;
  color: #666;
  font-size: 0.725rem;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #box6 form#mailformpro dl dt .sub {
    margin-top: 0;
  }
}
#box6 form#mailformpro dl dd {
  width: 65%;
  vertical-align: top;
  display: table-cell;
  padding: 15px 0 15px 5%;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #box6 form#mailformpro dl dd {
    display: block;
    width: 100%;
    padding: 0 0 15px 5%;
    box-sizing: border-box;
  }
}
#box6 form#mailformpro dl dd label {
  line-height: 1.9;
}
#box6 form#mailformpro dl dd input[type=text], #box6 form#mailformpro dl dd input[type=tel], #box6 form#mailformpro dl dd input[type=email], #box6 form#mailformpro dl dd input[type=number], #box6 form#mailformpro dl dd select, #box6 form#mailformpro dl dd input[type=checkbox], #box6 form#mailformpro dl dd textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box;
  width: 90% !important;
  text-align: left !important;
}
#box6 form#mailformpro dl dd input[type=checkbox] {
  width: auto !important;
}
#box6 form#mailformpro dl dd select + input, #box6 form#mailformpro dl dd input + input, #box6 form#mailformpro dl dd input + select {
  margin-top: 9px;
}
#box6 form#mailformpro dl dd textarea {
  height: 8.5rem !important;
  line-height: 1.5;
  color: #333;
}
#box6 form#mailformpro button[type=submit] {
  margin-top: 30px;
  width: 30%;
  background: #469987;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  padding: 10px 0;
  box-shadow: none !important;
  font-size: 0.875rem !important;
  text-shadow: none !important;
}
#box6 form#mailformpro button[type=submit]:hover {
  background: #388373;
}
#box6 .pp a {
  color: #388373;
  text-decoration: underline;
}

.mfp_element_button {
  background: #469987 !important;
  color: #fff;
  text-shadow: none !important;
  font-size: 0.875rem !important;
}

.thanks #wrapper {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.thanks #wrapper .wrapper2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: auto;
  text-align: center;
}
.thanks #wrapper .wrapper2 h1 {
  font-size: 1.5rem;
  text-align: center;
}
.thanks #wrapper .wrapper2 p {
  text-align: center;
}
.thanks #wrapper .wrapper2 p.link {
  width: 50%;
  margin: 15px auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .thanks #wrapper .wrapper2 p.link {
    width: 90%;
  }
}
.thanks #wrapper .wrapper2 p.link a {
  background: #469987;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  padding: 10px 0;
}

#box2 .inview {
  filter: opacity(0);
  transition: 0.5s ease-in;
}
#box2 .inview.is-inview {
  filter: opacity(100%);
}/*# sourceMappingURL=style.css.map */