/* Title */
#title {
  width: 100%;
  height: 760px;
}

@media screen and (max-width: 768px) {
  #title {
    width: 100%;
    height: 680px;
  }
}

#title img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  #title img.bg {
    width: 100%;
    opacity: 0.2;
  }
}

#title section {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #title section {
    width: 100%;
  }
}

#title section .wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #title section .wrap {
    width: 100%;
  }
}

#title section .wrap .title__wrap {
  display: inline-block;
  text-align: center;
  width: 60%;
}

@media screen and (max-width: 768px) {
  #title section .wrap .title__wrap {
    width: 100%;
  }
}

#title section .wrap .title__wrap .masthead {
  width: 100%;
  font-size: 3.6rem;
  padding-bottom: 20px;
  color: #10a3db;
}

@media screen and (max-width: 768px) {
  #title section .wrap .title__wrap .masthead {
    line-height: 1.2;
    font-size: 2.8rem;
  }
}

#title section .wrap .title__wrap .title {
  font-size: 2.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #title section .wrap .title__wrap .title {
    font-size: 2rem;
    width: 100%;
  }
}

#title section .wrap .title__wrap p {
  width: 60%;
  line-height: 2;
  padding: 20px 0 40px;
  margin: auto;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #title section .wrap .title__wrap p {
    width: 100%;
  }
}

#title section .wrap .title__wrap .btn__wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #title section .wrap .title__wrap .btn__wrap {
    width: 100%;
  }
}

#title section .wrap .title__wrap .btn__wrap a {
  color: #fff;
  background: #10a3db;
  width: 320px;
  padding: 20px;
  display: block;
  margin: auto;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #title section .wrap .title__wrap .btn__wrap a {
    width: 280px;
    background: rgba(255, 255, 255, 0.4);
    color: #10a3db;
  }
}

#title section .scrolldown {
  position: absolute;
  right: calc(50% - 33px);
  bottom: 10px;
  color: #000;
  z-index: 100;
  height: 80px;
}

@media screen and (max-width: 768px) {
  #title section .scrolldown {
    width: auto;
  }
}

#title section .scrolldown span {
  color: #000;
}

@media screen and (max-width: 768px) {
  #title section .scrolldown span {
    width: auto;
  }
}

/* Concept */
#concept {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #concept {
    width: 100%;
  }
}

#concept header {
  position: absolute;
  left: 0;
  top: 40px;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  #concept header {
    width: 100%;
  }
}

#concept header h2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 4.2rem;
  position: absolute;
  top: 100px;
  left: -80px;
}

@media screen and (max-width: 768px) {
  #concept header h2 {
    top: 60px;
    font-size: 3.2rem;
    left: -60px;
    opacity: 0.6;
  }
}

#concept section {
  width: 100%;
  padding: 100px 40px;
}

@media screen and (max-width: 768px) {
  #concept section {
    width: 100%;
    padding: 60px 0;
  }
}

#concept section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #concept section .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#concept section .wrap .text__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #concept section .wrap .text__wrap {
    padding-left: 80px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#concept section .wrap .text__wrap h3 {
  font-size: 2.4rem;
  margin-bottom: 80px;
  line-height: 2;
  color: #10a3db;
}

@media screen and (max-width: 768px) {
  #concept section .wrap .text__wrap h3 {
    width: 100%;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

#concept section .wrap .text__wrap p {
  width: 80%;
  line-height: 2;
  text-align: left;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #concept section .wrap .text__wrap p {
    font-size: 1.4rem;
    width: 100%;
    padding-right: 20px;
  }
}

#concept section .wrap .img__wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #concept section .wrap .img__wrap {
    padding-right: 40px;
    padding-top: 40px;
  }
}

#concept section .wrap .img__wrap img {
  width: 100%;
  -webkit-box-shadow: #e3e3e3 20px -20px;
          box-shadow: #e3e3e3 20px -20px;
}

@media screen and (max-width: 768px) {
  #concept section .wrap .img__wrap img {
    width: 100%;
  }
}

/* BEGINNER */
#beginner {
  background: #10a3db;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #beginner {
    width: 100%;
  }
}

#beginner header {
  position: absolute;
  right: 0;
  top: 40px;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  #beginner header {
    width: 100%;
  }
}

#beginner header h2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 4.2rem;
  position: absolute;
  top: 100px;
  right: -80px;
}

@media screen and (max-width: 768px) {
  #beginner header h2 {
    top: 60px;
    font-size: 3.2rem;
    right: -60px;
    opacity: 0.6;
  }
}

#beginner section {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #beginner section {
    width: 100%;
    padding: 80px 0;
  }
}

#beginner section .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #beginner section .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#beginner section .wrap .text__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  #beginner section .wrap .text__wrap {
    padding-left: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#beginner section .wrap .text__wrap h3 {
  font-size: 2.4rem;
  margin-bottom: 80px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #beginner section .wrap .text__wrap h3 {
    width: 100%;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

#beginner section .wrap .text__wrap p {
  width: 80%;
  line-height: 2;
  text-align: left;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #beginner section .wrap .text__wrap p {
    text-align: left;
    font-size: 1.4rem;
    width: 100%;
    padding: 0 20px 0 0;
  }
}

#beginner section .wrap .text__wrap .btn__wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #beginner section .wrap .text__wrap .btn__wrap {
    width: 100%;
  }
}

#beginner section .wrap .text__wrap .btn__wrap a {
  color: #333;
  background: #fff;
  width: 320px;
  padding: 20px;
  display: block;
  margin: 40px 0 0;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #beginner section .wrap .text__wrap .btn__wrap a {
    width: 100%;
    font-size: 1.4rem;
    border-radius: 50px;
    margin-left: 60px;
    text-align: left;
    padding-left: 80px;
  }
}

#beginner section .wrap .img__wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #beginner section .wrap .img__wrap {
    padding-right: 60px;
  }
}

#beginner section .wrap .img__wrap img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #beginner section .wrap .img__wrap img {
    width: 100%;
  }
}

/* POINT */
#point {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #point {
    width: 100%;
  }
}

#point header {
  position: absolute;
  left: 0;
  top: 40px;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  #point header {
    width: 100%;
  }
}

#point header h2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 4.2rem;
  position: absolute;
  top: 80px;
  left: -40px;
}

@media screen and (max-width: 768px) {
  #point header h2 {
    top: 30px;
    font-size: 3.2rem;
    left: -30px;
    opacity: 0.6;
  }
}

#point section {
  width: 100%;
  padding: 100px 40px;
}

@media screen and (max-width: 768px) {
  #point section {
    width: 100%;
    padding: 100px 0;
  }
}

#point section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #point section .wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#point section .wrap .text__wrap {
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: relative;
}

@media screen and (max-width: 768px) {
  #point section .wrap .text__wrap {
    width: 100%;
    padding: 40px 20px;
  }
}

#point section .wrap .text__wrap h3 {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 300;
  top: 10px;
  right: 50%;
  color: #10a3db;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
}

@media screen and (max-width: 768px) {
  #point section .wrap .text__wrap h3 {
    right: 40%;
  }
}

#point section .wrap .text__wrap h3:after {
  content: '';
  position: absolute;
  background: #10a3db;
  height: 1px;
  width: 250%;
  right: -250%;
  top: calc(50% - 1px);
  z-index: 10;
}

#point section .wrap .text__wrap h4 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  padding-top: 40px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #point section .wrap .text__wrap h4 {
    width: 100%;
    text-align: left;
  }
}

#point section .wrap .text__wrap i {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #point section .wrap .text__wrap i {
    width: 100%;
    text-align: left;
  }
}

#point section .wrap .text__wrap p {
  width: 100%;
  line-height: 2;
  text-align: left;
  font-size: 1.4rem;
  margin: 40px auto 120px;
}

@media screen and (max-width: 768px) {
  #point section .wrap .text__wrap p {
    width: 100%;
    margin: 20px auto 80px;
    font-size: 1.4rem;
    text-align: left;
  }
}

#point section .wrap .text__wrap ul {
  position: absolute;
  bottom: 0;
  right: 80px;
}

#point section .wrap .text__wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  #point section .wrap .text__wrap ul li {
    width: 100%;
    font-size: 1.2rem;
  }
}

#point section .wrap .text__wrap ul li svg {
  width: 24px;
  margin-right: 10px;
}

#point section .wrap .text__wrap ul li:after {
  content: '';
  position: absolute;
  background: #333;
  height: 1px;
  width: 120px;
  right: -140px;
  top: calc(50% - 1px);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #point section .wrap .text__wrap ul li:after {
    width: 40px;
    right: -42px;
  }
}

#point section .wrap .img__wrap {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #point section .wrap .img__wrap {
    width: 100%;
  }
}

#point section .wrap .img__wrap img {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  padding-left: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  #point section .wrap .img__wrap img {
    width: calc(100% - 100px);
    margin-left: 100px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #point section .wrap .img__wrap img.menu03 {
    width: calc(100% - 160px);
    margin-left: 160px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #point section .wrap:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#point section .wrap:nth-child(2n) .text__wrap h3 {
  left: 50%;
  right: auto;
}

@media screen and (max-width: 768px) {
  #point section .wrap:nth-child(2n) .text__wrap h3 {
    left: 40%;
  }
}

#point section .wrap:nth-child(2n) .text__wrap h3:after {
  left: -250%;
  right: auto;
}

@media screen and (max-width: 768px) {
  #point section .wrap:nth-child(2n) .text__wrap h4 {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #point section .wrap:nth-child(2n) .text__wrap i {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #point section .wrap:nth-child(2n) .text__wrap p {
    text-align: left;
  }
}

#point section .wrap:nth-child(2n) .text__wrap ul {
  left: 40px;
}

#point section .wrap:nth-child(2n) .text__wrap ul li:after {
  left: -140px;
}

@media screen and (max-width: 768px) {
  #point section .wrap:nth-child(2n) .text__wrap ul li:after {
    left: auto;
    right: 20px;
  }
}

#point section .wrap:nth-child(2n) img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #point section .wrap:nth-child(2n) img {
    width: calc(100% - 160px);
    margin-left: 0px;
    padding: 0;
    margin-right: 160px;
  }
}

/* EFFECT */
#effect {
  background: #fff;
}

#effect img.merit_bg {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 768px) {
  #effect img.merit_bg {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -200px top;
       object-position: -200px top;
  }
}

#effect svg {
  width: 500px;
  height: 500px;
  position: absolute;
  z-index: 99;
  top: 70px;
  left: calc(50% + 20px);
}

@media screen and (max-width: 768px) {
  #effect svg {
    width: 280px;
    height: 280px;
    right: 0;
    top: 180px;
    left: auto;
  }
}

#effect .effect {
  position: absolute;
  left: 120px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #effect .effect {
    right: 0px;
    left: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
            box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
  }
}

#effect .effect.effect1 {
  bottom: 120px;
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  #effect .effect.effect1 {
    top: 60px;
    font-size: 2rem;
    bottom: auto;
  }
}

#effect .effect.effect2 {
  bottom: 40px;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  #effect .effect.effect2 {
    top: 120px;
    font-size: 2rem;
    bottom: auto;
  }
}

/* FLOW */
#flow {
  background: #10a3db;
}

#flow header {
  position: absolute;
  right: 0;
  top: 40px;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  #flow header {
    width: 100%;
  }
}

#flow header h2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 4.2rem;
  position: absolute;
  top: 20px;
  right: -20px;
}

@media screen and (max-width: 768px) {
  #flow header h2 {
    top: 60px;
    font-size: 3.2rem;
    right: -20px;
    opacity: 0.6;
  }
}

#flow h3 {
  font-size: 2.4rem;
  margin-bottom: 80px;
  color: #333;
  text-align: center;
}

#flow .flow {
  width: 600px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #flow .flow {
    width: 100%;
  }
}

#flow .flow li {
  position: relative;
}

@media screen and (max-width: 768px) {
  #flow .flow li {
    padding: 20px;
  }
}

#flow .flow li:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #flow .flow li:not(:last-child) {
    margin-bottom: 20px;
  }
}

#flow .flow li:not(:first-child):before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 30px - 2px);
  z-index: 10;
}

#flow .flow li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  position: relative;
  background: #fff;
}

#flow .flow li:not(:last-child) dl:before {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 22px;
}

#flow .flow li:not(:last-child) dl:after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 20px;
  border-top-color: #fff;
}

#flow .flow li dt {
  font-size: 20px;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #flow .flow li dt {
    font-size: 1.8rem;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

#flow .flow li dt .icon {
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

/* STAFF */
#staff {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #staff {
    width: 100%;
  }
}

#staff header {
  position: absolute;
  left: 0;
  top: 40px;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  #staff header {
    width: 100%;
  }
}

#staff header h2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 4.2rem;
  position: absolute;
  top: 80px;
  left: -40px;
}

@media screen and (max-width: 768px) {
  #staff header h2 {
    top: 30px;
    font-size: 3.2rem;
    left: -30px;
    opacity: 0.6;
  }
}

#staff section {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #staff section {
    padding-left: 0;
  }
}

#staff section .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #staff section .wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#staff section .wrap .text__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #staff section .wrap .text__wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }
}

#staff section .wrap .text__wrap h3 {
  font-size: 2.4rem;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #staff section .wrap .text__wrap h3 {
    margin-bottom: 40px;
  }
}

#staff section .wrap .text__wrap p {
  width: 80%;
  line-height: 2;
  text-align: left;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #staff section .wrap .text__wrap p {
    width: 100%;
  }
}

#staff section .wrap .img__wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #staff section .wrap .img__wrap {
    padding-bottom: 40px;
    padding-right: 60px;
  }
}

#staff section .wrap .img__wrap img {
  width: 100%;
  -webkit-box-shadow: #e3e3e3 -20px -20px;
          box-shadow: #e3e3e3 -20px -20px;
}

@media screen and (max-width: 768px) {
  #staff section .wrap .img__wrap img {
    width: 100%;
  }
}

#staff section .wrap .img__wrap div {
  background: #333;
  width: 80px;
  font-size: 2rem;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  margin-top: -20px;
  margin-left: 20px;
  position: relative;
}

/* access */
#access {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #access {
    width: 100%;
  }
}

#access header {
  position: absolute;
  right: 0;
  top: 40px;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  #access header {
    width: 100%;
  }
}

#access header h2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 4.2rem;
  position: absolute;
  top: 80px;
  right: -40px;
  z-index: 10;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #access header h2 {
    font-size: 3.2rem;
    top: 40px;
    right: -40px;
  }
}

#access section {
  width: 100%;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #access section {
    width: 100%;
  }
}

#access section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #access section .wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#access section .wrap .map__wrap {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #access section .wrap .map__wrap {
    width: 100%;
  }
}

#access section .wrap .map__wrap iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #access section .wrap .map__wrap iframe {
    width: 100%;
  }
}

#access section .wrap .text__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-image: url(../img/access.jpg?var=11);
}

@media screen and (max-width: 768px) {
  #access section .wrap .text__wrap {
    background-size: cover;
    background-image: url(../img/access.jpg?var=11);
  }
}

#access section .wrap .text__wrap p {
  width: 100%;
  margin: 0 20px;
  padding: 40px 120px;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #access section .wrap .text__wrap p {
    width: 100%;
    padding: 40px 60px 40px 10px;
    text-align: center;
    margin: 0;
  }
}

#price {
  background: #fff;
}

#price .price_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  z-index: 0;
}

#price header {
  position: absolute;
  right: 0;
  top: 40px;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  #price header {
    width: 100%;
  }
}

#price header h2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 4.2rem;
  position: absolute;
  top: 20px;
  right: -20px;
}

@media screen and (max-width: 768px) {
  #price header h2 {
    top: 60px;
    font-size: 3.2rem;
    right: -20px;
    opacity: 0.6;
  }
}

#price h3 {
  font-size: 2.4rem;
  margin-bottom: 80px;
  color: #333;
  text-align: center;
}

#price .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #price .wrap {
    display: block;
  }
}

#price table {
  width: 50%;
}

#price table thead tr th {
  padding: 20px;
  font-size: 2rem;
  background: #10a3db;
  color: #fff;
}

#price table tbody th {
  padding: 20px;
  background: #eee;
}

#price table tbody td {
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  background: #eee;
}

#price table tbody td .td-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#price table tbody td .td-price .price-table {
  width: 100%;
  text-align: center;
}

#price table tbody td .td-price .price-table .tax {
  font-size: 1.2rem;
}

#price table tbody td .td-price .price-span {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
}

#price table tbody td .price-row {
  font-size: 1.4rem;
  text-align: center;
}

#price table tbody td .price-row .normal-price strong {
  font-size: 2rem;
  color: red;
  padding-left: 5px;
}

#price table tbody td .price-row .display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#price table tbody td .price-row .display span {
  padding: 0 5px;
}

#price table tbody td .price-row .price-table {
  font-size: 2rem;
}

#price table tbody td .price-row .price-table .tax {
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #price p.sp {
    font-size: 2rem;
    padding: 20px;
    text-align: center;
  }
  #price .price_bg {
    -o-object-position: 70%;
       object-position: 70%;
    opacity: 0;
  }
  #price table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 40px;
  }
  #price table thead {
    display: none;
  }
  #price table tbody th {
    width: 100px;
    padding: 10px;
    background: #10a3db;
    text-align: left;
    line-height: 1.6;
    color: #fff;
    font-size: 1.4rem;
    border-bottom: solid 1px;
  }
  #price table tbody td {
    width: calc(100% - 100px);
    padding: 10px;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid 1px;
  }
  #price table tbody td .td-price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #price table tbody td .td-price .price-table {
    text-align: left;
    font-size: 2rem;
  }
  #price table tbody td .price-row .display {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #price table tbody td .td-price .price-span {
    text-align: left;
  }
  #price table tbody td .price-row {
    text-align: left;
  }
  #price table tbody tr:last-child th {
    border-bottom: solid #10a3db 1px;
  }
  #price p {
    font-size: 1.2rem;
  }
}

#gym {
  width: 100%;
  background: #10a3db;
  padding: 40px 0 0;
  border-bottom: #fff double 2px;
  width: 100%;
}

#gym h3 {
  font-size: 2.4rem;
  margin-bottom: 80px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #gym {
    width: 100%;
  }
}

#gym header {
  position: absolute;
  right: 0;
  top: 40px;
  opacity: 0.2;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #gym header {
    width: 100%;
    display: none;
  }
}

#gym header h2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 4.2rem;
  position: absolute;
  top: 160px;
  right: -120px;
  white-space: nowrap;
  z-index: 10;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #gym header h2 {
    font-size: 3.2rem;
    top: 40px;
    right: -40px;
  }
}

#gym section {
  width: 100%;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  #gym section {
    width: 100%;
  }
}

#gym section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #gym section .wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#gym section .wrap .image__wrap {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #gym section .wrap .image__wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}

#gym section .wrap .text__wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #10a3db;
}

@media screen and (max-width: 768px) {
  #gym section .wrap .text__wrap {
    width: 100%;
  }
}

#gym section .wrap .text__wrap address {
  color: #fff;
  line-height: 2;
  letter-spacing: 2px;
}

#gym section .wrap .text__wrap p {
  width: 100%;
  margin: 0 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #gym section .wrap .text__wrap p {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}

#gym section .wrap .text__wrap p a {
  color: #10a3db;
  background: #fff;
  padding: 10px 40px;
  margin: 0px auto 0;
  width: 240px;
  display: block;
  text-align: center;
  width: 240px;
}

#gym section .wrap .text__wrap .copy {
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  #gym section .wrap .text__wrap .copy {
    font-size: 2rem;
  }
}

#gym section .wrap .text__wrap .contact_howto {
  width: 100%;
  margin: 40px auto 0;
}

#gym section .wrap .text__wrap .btn_wrap a {
  color: #10a3db;
  background: #fff;
  padding: 10px 40px;
  display: block;
  margin: 20px 0;
  line-height: 2;
  width: 240px;
  text-align: center;
}

#gym section ul.slicks {
  position: relative;
  z-index: -1;
  padding-top: 40px;
}

#gym section ul.slicks li div img {
  display: block;
  margin: auto;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=common.css.map */