﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/**** media ****/
a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
}

body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #FFF;
  letter-spacing: 0.08em;
  font-size: 15px;
  line-height: 1.6em;
  position: relative;
}

@media (max-width: 769px) {
  body {
    font-size: 13px;
  }
}

/*==================================
  MV
==================================*/
.mv {
  margin-bottom: 130px;
}

.mv__inner {
  height: 520px;
  margin: 0 auto 45px;
  background: url(../images/bg_mv.jpg) no-repeat top center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .mv__inner {
    background-size: 100%;
    height: 100%;
    margin: 0 auto calc(45 * (100vw / 750));
    padding-bottom: calc(20 * (100vw / 750));
  }
}

@media screen and (max-width: 480px) {
  .mv__inner {
    background-size: 100%;
  }
}

.mv__ttl {
  width: 500px;
  margin: auto;
  padding-top: 25px;
}

@media screen and (max-width: 1000px) {
  .mv__ttl {
    width: 55%;
    padding-top: calc(5 * (100vw / 750));
  }
}

.mv__date {
  max-width: 406px;
  margin: 35px auto;
  background: url(../images/date_bg.png) no-repeat top;
  font-size: 20px;
  color: #FFF;
  line-height: 50px;
  height: 50px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .mv__date {
    max-width: calc(400 * (100vw / 750));
    margin: calc(15 * (100vw / 750)) auto calc(30 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
    height: calc(50 * (100vw / 750));
    line-height: calc(40 * (100vw / 750));
    background-size: contain;
  }
}

@media screen and (max-width: 480px) {
  .mv__date {
    font-size: 13px;
    line-height: 20px;
    height: 20px;
  }
}

.mv__date span {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
}

@media screen and (max-width: 1000px) {
  .mv__date span {
    font-size: calc(26 * (100vw / 750));
  }
}

@media screen and (max-width: 480px) {
  .mv__date span {
    font-size: 15px;
  }
}

.btn__entry {
  display: block;
  background: url(../images/btn_entry.png) no-repeat top center;
  max-width: 430px;
  height: 85px;
  color: #FFF;
  margin: auto;
  text-align: center;
  font-size: 25px;
  line-height: 85px;
  position: relative;
}

@media (max-width: 769px) {
  .btn__entry {
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-radius: 10px;
  }
}

.btn__entry:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/btn_arrow.png) no-repeat;
  top: 1.2em;
  margin: auto;
  right: 25px;
}

@media (max-width: 769px) {
  .btn__entry:after {
    top: 1.1em;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}

/*==================================
  SECTION(共通)
==================================*/
section {
  padding: 50px 0px;
  margin-top: -100px;
}

.section__bg {
  padding: 50px 0px 100px;
  position: relative;
}

@media (max-width: 769px) {
  .section__bg {
    padding: 0px 0px 50px;
  }
}

.section__bg-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg_triangle01.png) top left no-repeat, url(../images/bg_triangle02.png) top right no-repeat;
}

.section__inner {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.section__ainner {
  max-width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .section__inner {
    padding: 0 30px;
  }
}

@media (max-width: 769px) {
  .section__inner {
    padding: 0 calc(40 * (100vw / 750));
  }
}

.section__caption {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 769px) {
  .section__caption {
    font-size: 13px;
  }
}

.section__ttl {
  margin: 5px auto auto;
}

.section__ttl-01 {
  max-width: 504px;
  width: calc(504 * (100vw / 750));
}

.section__ttl-02 {
  max-width: 250px;
  width: calc(250 * (100vw / 750));
}

.section__ttl-03 {
  max-width: 542px;
  width: calc(542 * (100vw / 750));
}

.section__ttl-04 {
  max-width: 152px;
  width: calc(152 * (100vw / 750));
}

.section__ttl-05 {
  max-width: 230px;
  width: calc(230 * (100vw / 750));
}

.section__ttl-06 {
  max-width: 425px;
  width: calc(425 * (100vw / 750));
}

.section__ttl-07 {
  max-width: 313px;
  width: calc(425 * (100vw / 750));
}

.section__ttl-08 {
  max-width: 350px;
  width: calc(350 * (100vw / 750));
}

/*==================================
  VIRTUAL
==================================*/
.virtual {
  background: url(../images/bg_wave01.png) repeat-x top;
}

.virtual .section__bg {
  background-color: #FDFAEE;
}

.virtual .section__bg-inner {
  background-image: url(../images/bg_triangle01.png), url(../images/bg_triangle02.png), url(../images/bg_triangle03.png), url(../images/bg_triangle04.png), url(../images/bg_triangle05.png), url(../images/bg_triangle02.png);
  background-position: left top, right 100px, left center, right center, left bottom, right bottom;
}

@media (max-width: 769px) {
  .virtual .section__bg-inner {
    background-size: 30%;
    background-image: none, url(../images/bg_triangle02.png), url(../images/bg_triangle03.png), url(../images/bg_triangle04.png), url(../images/bg_triangle05.png), url(../images/bg_triangle02.png);
  }
}

.virtual .section__caption {
  color: #FE8900;
}

.virtual__map {
  margin: 35px auto 12px;
  position: relative;
}

@media (max-width: 769px) {
  .virtual__map {
    margin: 20px auto 5px;
  }
}

.virtual__map-ballon {
  position: absolute;
  width: 18%;
}

.virtual__map .ballon01 {
  top: 4%;
  left: 47%;
}

.virtual__map .ballon02 {
  top: 12%;
  left: 80%;
}

.virtual__map .ballon03 {
  top: 80%;
  left: 80%;
}

.virtual__map .ballon04 {
  top: 91%;
  left: 45%;
}

.virtual__map .ballon05 {
  top: 4%;
  left: 67%;
}

.virtual__map .ballon06 {
  top: 55.5%;
  left: 80%;
}

.virtual__map .ballon07 {
  top: 40%;
  left: 80%;
}

.virtual__map .ballon08 {
  top: 85%;
  left: 63%;
}

.virtual__map .ballon09 {
  top: 65%;
  left: 39%;
}

.virtual__map .ballon10 {
  width: 4.5%;
  top: 26%;
  left: 26%;
}

.virtual__map .ballon11 {
  width: 4.5%;
  top: 35%;
  left: 20%;
}

.virtual__map .ballon12 {
  width: 4.5%;
  top: 60%;
  left: 58%;
}

.virtual__map .ballon13 {
  width: 4.5%;
  top: 47%;
  left: 56%;
}

.virtual__map .ballon14 {
  width: 4.5%;
  top: 55%;
  left: 65%;
}

.virtual__map-txt {
  margin-bottom: 20px;
  text-align: right;
}

@media (max-width: 769px) {
  .virtual__map-txt {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.virtual__map-sp__tab {
  margin-top: 40px;
  border-bottom: 2px solid #B0B0B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 769px) {
  .virtual__map-sp__tab {
    margin-top: 20px;
  }
}

.virtual__map-sp__tab li {
  width: 200px;
  font-size: 20px;
  border: 2px solid #B0B0B0;
  border-bottom: none;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 1em;
  cursor: pointer;
  background-color: #A2B7C7;
  color: #FFF;
  position: relative;
  margin: auto 10px;
}

@media (max-width: 769px) {
  .virtual__map-sp__tab li {
    font-size: 15px;
    margin: auto 5px;
    padding: 0.7em;
  }
}

.virtual__map-sp__tab li::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  border-bottom: none;
  left: 0px;
  bottom: -2px;
}

.virtual__map-sp__tab .selected {
  background-color: #FFF;
  color: #FE8900;
}

.virtual__map-sp__tab .selected::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #FFF;
  left: 0px;
  bottom: -2px;
}

.virtual__map-sp__map {
  background-color: #FFF;
  padding: 10px;
}

.virtual__map-sp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.virtual__map-sp__btn {
  width: 48%;
  margin-bottom: 5px;
}

.virtual__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.virtual__alist-data {
  width: 44%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0 #EFEFEF;
          box-shadow: 0px 0px 5px 0 #EFEFEF;
  margin-top: 48px;
  padding: 0px 2% 30px 2%;
  line-height: 1.6em;
  border-bottom: 2px solid #017ACE;
  position: center;
}

.virtual__list-data {
  width: 44%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0 #EFEFEF;
          box-shadow: 0px 0px 5px 0 #EFEFEF;
  margin-top: 48px;
  padding: 0px 2% 30px 2%;
  line-height: 1.6em;
  border-bottom: 2px solid #017ACE;
  position: relative;
}

@media (max-width: 769px) {
  .virtual__list-data {
    width: 100%;
    margin-top: 36px;
    padding: 0px 10px 30px 10px;
  }
}

.virtual__list-faculty {
  display: block;
  width: 158px;
  margin: -29px auto 10px;
  text-align: center;
}

@media (max-width: 769px) {
  .virtual__list-faculty {
    font-size: 18px;
    margin: -29px auto calc(10 * (100vw / 750));
  }
}

.virtual__list-course {
  font-size: 22px;
  text-align: center;
  margin: 5px auto 18px;
}

.virtual__alist-course {
  font-size: 30px;
  text-align: left;
  margin: 5px auto 18px;
}


@media (max-width: 769px) {
  .virtual__list-course {
    font-size: 18px;
    margin: calc(5 * (100vw / 750)) auto calc(18 * (100vw / 750));
  }
}

.virtual__list-course-cap {
  display: block;
  color: #017ACE;
  margin-bottom: 10px;
}

@media (max-width: 769px) {
  .virtual__list-course-cap {
    font-size: 13px;
  }
}

@media (max-width: 769px) {
  .virtual__list-course-txt {
    font-size: 13px;
  }
}

.virtual__list-link {
  position: absolute;
  bottom: 8px;
  right: 15px;
  color: #017ACE;
}

.virtual__list .science {
  border-bottom: 2px solid #FE8900;
}

.virtual__list .science .virtual__list-link {
  color: #FE8900;
}

.fluffy:hover {
  -webkit-animation: fluffy1 3s ease infinite;
          animation: fluffy1 3s ease infinite;
  opacity: 1;
}

@-webkit-keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(calc(3 * (100vw / 750)));
            transform: translateY(calc(3 * (100vw / 750)));
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(calc(2 * (100vw / 750)));
            transform: translateY(calc(2 * (100vw / 750)));
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(calc(3 * (100vw / 750)));
            transform: translateY(calc(3 * (100vw / 750)));
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(calc(2 * (100vw / 750)));
            transform: translateY(calc(2 * (100vw / 750)));
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.map-sp {
  display: none;
}

.tab2 .selected {
  display: block;
}

/*==================================
  LABORATORY
==================================*/
.labo {
  background: url(../images/bg_wave03.png) top repeat-x;
}

.labo .section__bg {
  background-color: #F5FBFF;
  background-image: url(../images/bg_kumadai.png), url(../images/bg_univercity.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%;
}

.labo .section__caption {
  color: #007ACF;
}

.labo__tab {
  margin-top: 40px;
  border-bottom: 2px solid #B0B0B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 769px) {
  .labo__tab {
    margin-top: 20px;
  }
}

.labo__tab li {
  width: 25%;
  font-size: 20px;
  border: 2px solid #B0B0B0;
  border-bottom: none;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 1em 0.25em;
  cursor: pointer;
  background-color: #A2B7C7;
  color: #FFF;
  position: relative;
  margin: auto 10px;
}

@media (max-width: 880px) {
  .labo__tab li {
    font-size: 17px;
  }
}

@media (max-width: 769px) {
  .labo__tab li {
    font-size: 12px;
    margin: auto 2px;
    padding: 0.3em;
  }
}

.labo__tab li::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  border-bottom: none;
  left: 0px;
  bottom: -2px;
}

.labo__tab .selected {
  background-color: #FFF;
  color: #007ACF;
}

.labo__tab .selected::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #FFF;
  left: 0px;
  bottom: -2px;
}

.labo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.labo__list-data {
  width: 27%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0 #EFEFEF;
          box-shadow: 0px 0px 5px 0 #EFEFEF;
  margin-top: 48px;
  margin: 48px 1% 0;
  padding: 20px 2% 30px 2%;
  line-height: 1.6em;
  border-bottom: 2px solid #017ACE;
  position: relative;
}

@media (max-width: 769px) {
  .labo__list-data {
    width: 100%;
    margin-top: 36px;
    margin: 24px 0 0;
    padding: 15px 10px 20px 10px;
  }
}

.labo__list-faculty {
  display: block;
  width: 158px;
  margin: -29px auto 10px;
  text-align: center;
}

@media (max-width: 769px) {
  .labo__list-faculty {
    font-size: 18px;
    margin: -29px auto calc(10 * (100vw / 750));
  }
}

.labo__list-course {
  font-size: 22px;
  text-align: center;
  margin: 5px auto 18px;
}

@media (max-width: 769px) {
  .labo__list-course {
    font-size: 18px;
    margin: calc(5 * (100vw / 750)) auto calc(18 * (100vw / 750));
  }
}

.labo__list-course-cap {
  display: block;
  color: #017ACE;
  margin-bottom: 10px;
}

@media (max-width: 769px) {
  .labo__list-course-cap {
    font-size: 13px;
  }
}

.labo__list-course-cap a:link {
  color: #017ACE;
  text-decoration: underline;
}

@media (max-width: 769px) {
  .labo__list-course-txt {
    font-size: 13px;
  }
}

/*==================================
  TIME TABLE
==================================*/
.timetable {
  background: url(../images/bg_wave02.png) top repeat-x;
}

.timetable .section__bg {
  background-color: #FFF;
}

.timetable .section__bg-inner {
  background-image: url(../images/bg_movie_r.png), url(../images/bg_movie_l.png);
  background-position: top right, bottom left;
}

@media (max-width: 769px) {
  .timetable .section__bg-inner {
    background-size: 30%;
    background-image: none, url(../images/bg_movie_l.png);
  }
}

.timetable .section__caption {
  color: #007ACF;
}

.timetable__tab {
  margin-top: 60px;
  border-bottom: 2px solid #B0B0B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 769px) {
  .timetable__tab {
    margin-top: 30px;
  }
}

.timetable__tab li {
  width: 25%;
  font-size: 20px;
  border: 2px solid #B0B0B0;
  border-bottom: none;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 1em 0.25em;
  cursor: pointer;
  background-color: #A2B7C7;
  color: #FFF;
  position: relative;
  margin: auto 10px;
}

@media (max-width: 880px) {
  .timetable__tab li {
    font-size: 17px;
  }
}

@media (max-width: 769px) {
  .timetable__tab li {
    font-size: 12px;
    margin: auto 2px;
    padding: 0.3em;
  }
}

.timetable__tab li::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  border-bottom: none;
  left: 0px;
  bottom: -2px;
}

.timetable__tab .selected {
  background-color: #FFF;
  color: #007ACF;
}

.timetable__tab .selected::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #FFF;
  left: 0px;
  bottom: -2px;
}

.timetable__link {
  max-width: 400px;
  margin: 50px auto 40px;
}

@media (max-width: 769px) {
  .timetable__link {
    margin: 25px auto 20px;
  }
}

.timetable__link a {
  background: url(../images/btn_entry.png) no-repeat center;
  display: inline-block;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  padding: 18px 30px 18px 10px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 769px) {
  .timetable__link a {
    font-size: 15px;
  }
}

.timetable__link a:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/btn_arrow.png) no-repeat;
  background-size: 17px;
  top: 36%;
  margin: auto;
  right: 1%;
}

.timetable__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 830px;
  margin: 50px auto auto;
}

@media (max-width: 769px) {
  .timetable__box {
    margin: 30px auto auto;
  }
}

.timetable__box-time {
  width: 14%;
  font-size: 20px;
  text-align: right;
}

@media (max-width: 769px) {
  .timetable__box-time {
    font-size: 12px;
  }
}

.timetable__box-time li {
  padding-bottom: 52px;
}

@media (max-width: 769px) {
  .timetable__box-time li {
    padding-bottom: 40px;
  }
}

.timetable__box-data {
  margin-top: 0.5em;
  font-size: 20px;
  width: 84%;
  border-top: solid 2px #BFCCD6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 769px) {
  .timetable__box-data {
    font-size: 12px;
    margin-top: 0.8em;
  }
}

.timetable__box-data li {
  border-bottom: solid 2px #BFCCD6;
  padding: 25px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.timetable__box-data li:nth-child(odd) {
  background-color: #EFF8FF;
}

@media (max-width: 769px) {
  .timetable__box-data li {
    padding: 19px 10px;
  }
}

.timetable__text {
  margin: 30px auto 0px;
  text-align: center;
}

@media (max-width: 769px) {
  .timetable__text {
    margin-top: 15px;
  }
}

.timetable__list {
  margin: auto;
  width: 85%;
  border-collapse: collapse;
}

@media (max-width: 769px) {
  .timetable__list {
    width: 100%;
  }
}

.timetable__list th, .timetable__list td {
  border: 1px solid #707070;
  padding: 10px;
}

@media (max-width: 769px) {
  .timetable__list th, .timetable__list td {
    padding: 5px;
  }
}

.timetable__list thead th {
  background: #746BC0;
  color: #FFFFFF;
}

.timetable__list tbody tr {
  background: #FFFFFF;
}

.timetable__list tbody tr:nth-child(even) {
  background: #EFF8FF;
}

.timetable__list tbody tr th {
  min-width: 90px;
  width: 22%;
}

.timetable__list tbody tr a {
  color: #000000;
  text-decoration: underline;
}

.timetable__list-text {
  font-size: 12px;
  margin-top: 10px;
}

@media (max-width: 769px) {
  .timetable__list-text {
    margin-top: 5px;
  }
}

.timetable__list-l {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 769px) {
  .timetable__list-l {
    margin-top: 15px;
  }
}

/* tab jQuery */
.timetable__inner {
  display: none;
}

.labo__inner {
  display: none;
}

.tab .selected {
  display: block;
}

.tab3 .selected {
  display: block;
}

/*==================================
  CONSULTATION
==================================*/
.consultation {
  background: url(../images/bg_wave03.png) top repeat-x;
}

.consultation .section__bg {
  background-color: #F5FBFF;
}

.consultation .section__caption {
  color: #007ACF;
}

.consultation__box {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0 #EFEFEF;
          box-shadow: 0px 0px 5px 0 #EFEFEF;
  margin-top: 60px;
  padding: 30px 3% 40px;
}

@media (max-width: 769px) {
  .consultation__box {
    margin-top: 30px;
    padding: 30px 3% 10px;
  }
}

.consultation__box-date {
  margin: auto;
  max-width: 406px;
  height: 50px;
  margin: -55px auto 32px;
  line-height: 50px;
  background: url(../images/date_bg.png) no-repeat top;
  font-size: 20px;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .consultation__box-date {
    font-size: calc(20 * (100vw / 750));
    line-height: calc(40 * (100vw / 750));
    height: calc(50 * (100vw / 750));
    margin: -45px auto calc(32 * (100vw / 750));
    background-size: contain;
  }
}

@media (max-width: 769px) {
  .consultation__box-date {
    line-height: calc(50 * (100vw / 750));
  }
}

@media screen and (max-width: 480px) {
  .consultation__box-date {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
  }
}

.consultation__box-date span {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
}

@media screen and (max-width: 1000px) {
  .consultation__box-date span {
    font-size: calc(30 * (100vw / 750));
  }
}

@media screen and (max-width: 480px) {
  .consultation__box-date span {
    font-size: 15px;
  }
}

.consultation__box-txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 30px;
}

@media (max-width: 769px) {
  .consultation__box-txt {
    text-align: left;
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.consultation__box-txt span {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  color: #007ACF;
}

.consultation__box-link {
  max-width: 306px;
  margin: 30px auto auto;
}

.consultation__box-link a {
  background: url(../images/btn_entry.png) no-repeat center;
  display: inline-block;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  padding: 0.9em 1.5em 0.9em 0.5em;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 769px) {
  .consultation__box-link a {
    font-size: 15px;
  }
}

.consultation__box-link a:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/btn_arrow.png) no-repeat;
  background-size: 17px;
  top: 36%;
  margin: auto;
  right: 1%;
}

.consultation__box-img {
  margin-top: 30px;
}

@media (max-width: 769px) {
  .consultation__box-img {
    margin-top: 15px;
  }
}

/*==================================
  ENTRY
==================================*/
.entry {
  background: url(../images/bg_wave01.png) top repeat-x;
}

.entry .section__bg {
  background-color: #FDFAEE;
}

.entry .section__bg-inner {
  margin-top: -50px;
  background-image: url(../images/bg_entry01.png), url(../images/bg_entry02.png), url(../images/bg_entry03.png), url(../images/bg_entry04.png);
  background-position: left 50px, right 150px, left bottom, right bottom;
}

@media screen and (max-width: 1000px) {
  .entry .section__bg-inner {
    background-size: 30%;
  }
}

@media (max-width: 769px) {
  .entry .section__bg-inner {
    background-size: 30%;
    margin-top: 0px;
    background-position: left 25px, right 75px, left bottom, right bottom;
  }
}

.entry .section__caption {
  color: #FE8900;
}

.entry__box {
  margin: 30px auto 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 769px) {
  .entry__box {
    margin: 15px auto 15px;
  }
}

.entry__step {
  width: 28%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0 #EFEFEF;
          box-shadow: 0px 0px 5px 0 #EFEFEF;
  margin-top: 48px;
  padding: 0 2% 2% 2%;
  border-top: 3px solid #FE8900;
  position: relative;
}

@media (max-width: 769px) {
  .entry__step {
    width: 100%;
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
  }
}

.entry__step-number {
  background: url(../images/bg_step.png) no-repeat top center;
  height: 127px;
  width: 124px;
  margin: -53px auto -60px;
  text-align: center;
  padding-top: 34px;
  font-family: 'Lato', sans-serif;
  color: #FE8900;
}

.entry__step-number span {
  width: 100%;
  display: block;
  margin-top: 5px;
  font-size: 31.7px;
}

.entry__step-ttl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 16px;
}

@media (max-width: 769px) {
  .entry__step-ttl {
    font-size: 16px;
  }
}

.entry__step-txt {
  line-height: 1.6em;
}

@media (max-width: 769px) {
  .entry__step-txt {
    font-size: 13px;
  }
}

.entry__step-link {
  width: 100%;
  margin: 30px auto auto;
}

.entry__step-link a {
  background: url(../images/btn_entry.png) no-repeat center;
  display: inline-block;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  padding: 18px 30px 18px 10px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 769px) {
  .entry__step-link a {
    font-size: 16px;
  }
}

.entry__step-link a:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/btn_arrow.png) no-repeat;
  background-size: 17px;
  top: 36%;
  margin: auto;
  right: 1%;
}

.entry__app-txt01 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 769px) {
  .entry__app-txt01 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.entry__app-txt02 {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 769px) {
  .entry__app-txt02 {
    font-size: 13px;
  }
}

.entry__app__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

@media (max-width: 769px) {
  .entry__app__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 20px;
  }
}

.entry__app__box-ttl {
  font-size: 28px;
  font-family: 'Lato', sans-serif;
  color: #017ACE;
  margin: auto 20px;
}

@media (max-width: 769px) {
  .entry__app__box-ttl {
    width: 100%;
    font-size: 20px;
    margin: auto auto 15px auto;
    text-align: center;
  }
}

.entry__app__box-ios {
  margin-right: 5px;
}

@media (max-width: 769px) {
  .entry__app__box-ios {
    margin: auto;
  }
}

@media (max-width: 769px) {
  .entry__app__box-google {
    margin: auto;
  }
}

/*==================================
  MOVIE
==================================*/
.movie {
  margin-top: 0px;
  background: url(../images/bg_movie_r.png) top right no-repeat, url(../images/bg_movie_l.png) bottom left no-repeat;
}

@media (max-width: 769px) {
  .movie {
    background-size: 50%;
    margin-top: -50px;
    background: none, url(../images/bg_movie_l.png) bottom left no-repeat;
  }
}

.movie .section__bg {
  padding: 0px 0px 50px;
}

@media (max-width: 769px) {
  .movie .section__bg {
    padding: 0px 0px 0px;
  }
}

.movie .section__caption {
  color: #007ACF;
}

.movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

@media (max-width: 769px) {
  .movie__list {
    margin-top: 30px;
  }
}

.movie__list-data {
  width: 32%;
  margin-bottom: 40px;
}

@media (max-width: 769px) {
  .movie__list-data {
    width: 100%;
    margin-bottom: 25px;
  }
}

.movie__list-data p {
  margin-top: 10px;
  font-size: 18px;
}

@media (max-width: 769px) {
  .movie__list-data p {
    margin-top: 5px;
    font-size: 15px;
  }
}

.frame-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 0px;
}

.frame-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*==================================
  ABOUT
==================================*/
.about {
  padding: 0px;
  margin-top: 0px;
}

.about .section__bg {
  padding: 50px 0px;
  background-color: #FDFAEE;
  background-image: url(../images/bg_kumadai.png), url(../images/bg_univercity.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%;
}

@media (max-width: 769px) {
  .about .section__bg {
    padding: 30px 0px 60px;
  }
}

.about .section__caption {
  color: #FE8900;
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto 20px;
}

@media (max-width: 769px) {
  .about__list {
    margin: 30px auto 10px;
  }
}

.about__box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}

@media (max-width: 769px) {
  .about__box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
}

.about__box:nth-child(3n) {
  margin-right: 0px;
}

.about__box-img img {
  border: 1px solid #CCC;
}

.about__box p {
  margin-top: 10px;
  font-size: 18px;
}

@media (max-width: 769px) {
  .about__box p {
    margin-top: 0px;
    font-size: 15px;
  }
}

/*==================================
  FOOTER
==================================*/
.footer {
  max-width: 1000px;
  margin: 35px auto;
}

@media screen and (max-width: 1000px) {
  .footer {
    padding: 0 30px;
  }
}

@media (max-width: 769px) {
  .footer {
    padding: 0 calc(40 * (100vw / 750));
    margin-bottom: 15px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 769px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 769px) {
  .footer__data {
    width: 100%;
    text-align: center;
  }
}

.footer__ttl {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 769px) {
  .footer__ttl {
    font-size: 15px;
  }
}

.footer__address {
  font-size: 13px;
}

@media (max-width: 769px) {
  .footer__address {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.footer__copy {
  font-size: 14px;
}

@media (max-width: 769px) {
  .footer__copy {
    font-size: 10px;
  }
}

/*==================================
  OTHER
==================================*/
/* pagetop */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 112px;
  height: 81px;
  z-index: 2;
}

@media (max-width: 769px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 41px;
  }
}

/* fade in */
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* modal */
.modal_btn {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modal_btn:hover {
  opacity: 0.6;
}

@-webkit-keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal_bg {
  background-color: rgba(30, 30, 30, 0.9);
  height: 100%;
  width: 100%;
}

.modal_inner {
  background-color: #fff;
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: calc(900 * (100vw / 750));
}

.modal_close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
}

@media screen and (max-width: 480px) {
  .modal_inner {
    width: 90%;
    padding: 25px;
  }
  .modal_close {
    top: 5px;
    font-size: 2.2rem;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* sp-pc */
@media (max-width: 769px) {
  .pc-visible {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */