body{
  margin:0;
  font-size:0;
}

.wrapper{
  background:white;
  width:750px;
  margin:0 auto;
}

#header{
  background-color:#333F50;
  position:fixed;
  height:40px;
  width:100%;
  top:0;
  left:0;
  z-index:1;
}

#main-logo{
  width:150px;
  margin:0;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #333;
  height:58px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: black;
  padding: 1em 0;
  font-size: 20px;
  font-weight:bold;
  text-decoration:none;
}

nav.globalMenuSp.active {
  transform: translateY(0%);
}

.navToggle {
  display: block;
  position: fixed;
  right: 12px;
  top: 1px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.first-modal-wrapper, .scene-wrapper{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}

.modal {
  position: absolute;
  top: 8%;
  left: 5%;
  background-color: white;
  padding: 60px 3px 20px 3px;
  border-radius: 10px;
  width: 320px;
  height: auto;
  text-align: center;
  z-index: 10;
}

.fa-times {
  position: absolute;
  top: 4px;
  right: 12px;
  color: rgba(128, 128, 128, 0.46);
  z-index:8;
}

.fa {
  margin-right:3px;
  margin-top:1px;
  font-size:40px;
  font-weight:bold;
}

#page-1, #page-2, #page-3, #page-4, #page-5, #page-6{
  width: 100%;
}

#page-1 img, #page-2 img, #page-3 img, #page-4 img, #page-5 img, #page-6 img{
  width: 300px;
}

#page-1 p, #page-2 p, #page-3 p, #page-4 p, #page-5 p, #page-6 p{
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size:20px;
  line-height:22px;
  text-align:left;
}

#scenecon p{
  color: black;
  margin:-45px 0 0 0px;
  font-size:27px;
  font-weight:bold;
  text-align:center;
}

.scene-flex h7{
  color: #5f5d60;
  margin:0 0 0 0px;
  font-size:17px;
}

.self a{
  font-size:17px;
  font-weight:bold;
  padding:3px 15px;
  background:#005500;
  color:white;
  display:inline-block;
  border-radius:4px;
}

.trainer a{
  font-size:17px;
  font-weight:bold;
  padding:14px 25px;
  background:navy;
  color:white;
  display:inline-block;
  border-radius:4px;
}

.reha a{
  font-size:17px;
  font-weight:bold;
  padding:15px 48px;
  background:maroon;
  color:white;
  display:inline-block;
  border-radius:4px;
}

.student a{
  font-size:17px;
  font-weight:bold;
  padding:15px 48px;
  background:#808000;
  color:white;
  display:inline-block;
  border-radius:4px;
}

.scene-flex{
  display:flex;
  padding:0px 0 5px 5px;
}

.scene-flex li{
  margin:0 0 4px 2px;
}

.scene-flex a{
  text-decoration:none;
}

.scene-right{
  margin:0 0 0 0px;
}

.scene-left{
  width:180px;
}

.scene-right{
  width:180px;
}

.small{
  font-size:13px;
  line-height:15px;
}

.submit-btn a{
  display: inline-block;
  padding: 10px 50px;
  background-color: #008080;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
  cursor: pointer;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
}









.top-wrapper{
  background: -moz-linear-gradient(to bottom,white,#6bbaf2 50%,white); 
  background: -webkit-linear-gradient(to bottom,white,#6bbaf2 50%,white); 
  background: linear-gradient(to bottom,white,#6bbaf2 50%,white); 
  height:660px;
}

.phrase h1{
  font-size:25px;
  color:#483D8B;
  text-shadow:
      1px 1px 1px white, -1px -1px 1px white,
      -1px 1px 1px white,  1px -1px 1px white;
  margin:50px 0 0 15px;
}

.middle{
  height:290px;
}

.main-img img{
  position:absolute;
  width:145px;
  float:left;
  margin:-10 0 0 10px;
}

.flex{
  display:flex;
}

.sort h2{
  font-size:22px;
  margin:10px 0 0 150px;
}

.sort p{
  font-size:35px;
  font-weight:bold;
  font-family:bookman old style;
  color:#ff367f;
  margin:0px 0 0px 170px;
}

.sort h3{
  font-size:22px;
  margin:10px 0 0 20px;
}

.pattern h2{
  font-size:22px;
  margin:10px 0 0 150px;
}

.pattern p{
  font-size:35px;
  font-weight:bold;
  font-family:bookman old style;
  color:#ff367f;
  margin:0px 0 0px 160px;
}

.pattern h3{
  font-size:22px;
  margin:10px 0 0 10px;
}

.icon-reason p{
  font-size:20px;
  display:inline-block;
  margin:-30px 0 0 15px;
}

.icon-reason img{
  display:inline-block;
  width:73px;
  margin:20px 0 20px 145px;
}

.btn-reason{
  padding:12px 13px;
  background:darkred;
  color:white;
  display:inline-block;
  border-radius:7px;
  margin:33px 0 70px 2px;
  position:absolute;
}

.icon-reason a{
  font-size:19px;
  color:white;
  text-decoration:none;
  text-align:center;
}

.function{
  height:80px;
  text-align:center;
}

.function img{
  width:350px;
  margin:0 0 15px 0;
}


h5 {
  font-size:25px;
  color:midnightblue;
  position: relative;
  display: inline-block;
  padding: 0 35px;
  margin:0 0 5px 0;
}

h5:before, h5:after {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 30px;
  height: 2px;
  border-top: solid 1px midnightblue;
  border-bottom: solid 1px midnightblue;
}

h5:before {
  left:0;
}
h5:after {
  right: 0;
}

.btn-one{
  padding:13px 10px;
  background:#004400;
  color:white;
  margin-bottom:8px;
  display:block;
  border-radius:7px;
}

.btn-first{
  padding:13px 10px;
  background:#FF4F02;
  color:white;
  display:block;
  border-radius:7px;
}

.btn-course{
  padding:13px 10px;
  background:#000077;
  color:white;
  margin-bottom:8px;
  display:block;
  border-radius:7px;
}

.btn-choice a{
  font-size:25px;
  color:white;
  text-decoration:none;
  text-align:center;
}

.effect-wrapper{
  background: -moz-linear-gradient(to bottom,white,rgb(255,177,100) 50%,white); 
  background: -webkit-linear-gradient(to bottom,white,rgb(255,177,100) 50%,white); 
  background: linear-gradient(to bottom,white,rgb(255,177,100) 50%,white); 
  height:300px;
}

.effect-title{
  text-align:center;
  margin-top:0px;
}

h4 {
  font-size:25px;
  color:midnightblue;
  position: relative;
  display: inline-block;
  padding: 0 85px;
  margin:15px 0 0px 0;
}

h4:before, h4:after {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 75px;
  height: 2px;
  border-top: solid 1px midnightblue;
  border-bottom: solid 1px midnightblue;
}

h4:before {
  left:0;
}
h4:after {
  right: 0;
}

.effect-icon{
  display:flex;
}

.icon-item{
  margin:0 25px 0 25px;
  text-align:center;
}

.icon-item img{
  width:73px;
}

.icon-item p{
  font-size:15px;
  display:block;
  margin-top:5px;
  line-height:16px;
}

#iframe-bottom {
  border:none;
  margin: auto;
  display: block;
}

.bottom-wrapper{
  height:140px;
}

.btn-rev{
  padding:10px;
  margin-top:5px;
  margin-bottom:5px;
  background:rgb(238,96,0);
  color:white;
  display:block;
  border-radius:7px;
}

.btn-choice a{
  font-size:23px;
  color:white;
  text-decoration:none;
  text-align:center;
}


#footer{
  height:190px;
  background:#333F50;
  padding-top:3px;
}

#footer p{
  font-size:18px;
  color:white;
  text-align:center;
  margin-bottom:2px;
}


#footer-logo{
  width:175px;
  margin:0px 15px -15px 12px;
}

#facebook{
  width:58px;
  height:58px
  position:absolute;
  margin:0 0 9px 0;
}

#insta{
  width:53px;
  height:53px
  position:absolute;
  margin:0 0 9px 30px;
}
