#top .mainvisual {
  /* height: 788px; */
  margin-top: 100px;
  overflow: hidden;
}

@media screen and (min-width: 1400px) {
  #top .mainvisual {
    /* height: 980px; */
  }
}

@media screen and (max-width: 1199px) {
  #top .mainvisual {
    /* height: 480px; */
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #top .mainvisual {
    /* height: 240px; */
  }
}

#top .mainvisual__wrp__item {
  width: 100%;
}

#top .mainvisual__wrp__item img {
  width: 100%;
}

#top .news {
  margin-bottom: -80px;
  background: url(../common/img/bg_gray@2x.gif) repeat-y right top/33.33333%;
}

@media screen and (max-width: 1199px) {
  #top .news {
    margin-bottom: -60px;
  }
}

@media screen and (max-width: 767px) {
  #top .news {
    margin-bottom: -40px;
  }
}

#top .news__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -80px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  #top .news__wrp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 5%;
    top: -60px;
  }
}

@media screen and (max-width: 767px) {
  #top .news__wrp {
    top: -20px;
  }
}

#top .news__wrp__left {
  width: 19.167%;
  border-right: 1px solid #999;
}

@media screen and (max-width: 1199px) {
  #top .news__wrp__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
}

#top .news__wrp__left__ttl {
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #top .news__wrp__left__ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  #top .news__wrp__left__ttl {
    font-size: 2.2rem;
  }
}

#top .news__wrp__left__ttl__mini {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 1199px) {
  #top .news__wrp__left__ttl__mini {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #top .news__wrp__left__ttl__mini {
    font-size: 1.2rem;
  }
}

#top .news__wrp__left__link {
  color: #fff;
  width: 100%;
  max-width: 130px;
  display: block;
  margin: 14px auto 0;
  padding: 8.5px 0 4.5px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  background: url(../common/img/ico_vec01@2x.png) no-repeat right 12px center/6px, #333;
  border: 1px solid #333;
}

@media screen and (max-width: 1199px) {
  #top .news__wrp__left__link {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #top .news__wrp__left__link {
    font-size: 1.2rem;
  }
}

#top .news__wrp__left__link:hover {
  color: #333;
  background: url(../common/img/ico_vec02@2x.png) no-repeat right 12px center/6px;
  border: 1px solid #666;
}

#top .news__wrp__right {
  width: 80.833%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  #top .news__wrp__right {
    width: 100%;
    margin-top: 20px;
  }
}

#top .news__wrp__right__list {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #top .news__wrp__right__list {
    width: 100%;
  }
}

#top .news__wrp__right__list__day {
  margin-right: 36px;
}

@media screen and (max-width: 1199px) {
  #top .news__wrp__right__list__day {
    margin-right: 26px;
  }
}

#top .news__wrp__right__list__link {
  color: #333;
  width: 83%;
}

@media screen and (max-width: 1199px) {
  #top .news__wrp__right__list__link {
    padding-right: 36px;
  }
}

#top .news__wrp__right__list::after {
  content: "";
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../common/img/ico_vec01@2x.png) no-repeat center/6px, #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

#top .news__wrp__right__list:not(:first-child) {
  margin-top: 18px;
}

#top .about {
  margin-top: 80px;
  padding-bottom: 100px;
  background: url(../common/img/bg_gray@2x.gif) repeat-y right top/33.33333%;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #top .about {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  #top .about {
    margin-top: 40px;
  }
}

#top .about__ttl {
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #top .about__ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  #top .about__ttl {
    font-size: 2.2rem;
  }
}

#top .about__ttl__mini {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 1199px) {
  #top .about__ttl__mini {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #top .about__ttl__mini {
    font-size: 1.2rem;
  }
}

#top .about__head {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #top .about__head {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #top .about__head {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}

#top .about__head2 {
  display: inline-block;
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: solid 2px #222;
}

@media screen and (max-width: 1199px) {
  #top .about__head2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #top .about__head2 {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}

#top .about__txt {
  margin-top: 40px;
  letter-spacing: 0.004em;
  text-align: left;
}

#top .about #movie {
  max-width: 800px;
  margin: 30px auto 0;
  position: relative;
}

#top .about #play {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#top .about__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  #top .about__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #top .about__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px;
  }
}

#top .about__nav__list {
  width: 32%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1199px) {
  #top .about__nav__list {
    width: 47.5%;
  }
}

@media screen and (max-width: 767px) {
  #top .about__nav__list {
    width: 100%;
  }
}

#top .about__nav__list__link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #top .about__nav__list__link {
    padding: 10px;
  }
}

#top .about__nav__list__link__wrp {
  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;
  padding: 80px 0;
  border: 1px solid #fff;
}

@media screen and (max-width: 1199px) {
  #top .about__nav__list__link__wrp {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  #top .about__nav__list__link__wrp {
    padding: 20px 0;
  }
}

#top .about__nav__list__link__wrp__ttl {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #top .about__nav__list__link__wrp__ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  #top .about__nav__list__link__wrp__ttl {
    font-size: 2rem;
  }
}

#top .about__nav__list__link__wrp__ttl__mini {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 1199px) {
  #top .about__nav__list__link__wrp__ttl__mini {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #top .about__nav__list__link__wrp__ttl__mini {
    font-size: 1.2rem;
  }
}

#top .about__nav__list:nth-child(1) {
  background: url(../img/pic_about03@2x.jpg) no-repeat center/cover;
  position: relative;
}

#top .about__nav__list:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.6);
  -webkit-transition: .5s;
  transition: .5s;
}

#top .about__nav__list:nth-child(1):hover::after {
  opacity: 0;
}

#top .about__nav__list:nth-child(2) {
  background: url(../img/pic_about05@2x.jpg) no-repeat center/cover;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #top .about__nav__list:nth-child(2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #top .about__nav__list:nth-child(2) {
    margin: 0;
  }
}

#top .about__nav__list:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.6);
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 767px) {
  #top .about__nav__list:nth-child(2) {
    margin-top: 10px;
  }
}

#top .about__nav__list:nth-child(2):hover::after {
  opacity: 0;
}

#top .about__nav__list:nth-child(3) {
  background: url(../img/pic_about04@2x.jpg) no-repeat center/cover;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #top .about__nav__list:nth-child(3) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #top .about__nav__list:nth-child(3) {
    margin: 0;
  }
}

#top .about__nav__list:nth-child(3)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.6);
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 767px) {
  #top .about__nav__list:nth-child(3) {
    margin-top: 10px;
  }
}

#top .about__nav__list:nth-child(3):hover::after {
  opacity: 0;
}

#top .cooperation {
  padding: 80px 0;
  background: url(../img/bg_about@2x.jpg) no-repeat top right/cover;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  #top .cooperation {
    padding: 60px 0;
  }
}

#top .cooperation__wrp {
  width: 50%;
  padding: 60px 50px;
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1199px) {
  #top .cooperation__wrp {
    width: 65%;
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  #top .cooperation__wrp {
    width: 100%;
    padding: 30px 20px;
  }
}

#top .cooperation__wrp__ttl {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #top .cooperation__wrp__ttl {
    font-size: 1.8rem;
  }
}

#top .cooperation__wrp__txt {
  color: #fff;
  margin-top: 30px;
}

#top .cooperation__wrp__link {
  color: #fff;
  width: 100%;
  max-width: 380px;
  display: block;
  margin: 40px auto 0;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  background: url(../common/img/ico_next01@2x.png) no-repeat center right 20px/18px;
  border: 1px solid #fff;
}

#top .cooperation__wrp__link:hover {
  color: #333;
  background: url(../common/img/ico_next02@2x.png) no-repeat center right 20px/18px, #fff;
}

#top .access {
  padding: 80px 0;
  background: url(../common/img/bg_gray@2x.gif) repeat-x left bottom/2px 300px;
}

@media screen and (max-width: 767px) {
  #top .access {
    padding: 60px 0;
  }
}

#top .access__ttl {
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #top .access__ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  #top .access__ttl {
    font-size: 2.2rem;
  }
}

#top .access__ttl__mini {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 1199px) {
  #top .access__ttl__mini {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #top .access__ttl__mini {
    font-size: 1.2rem;
  }
}

#top .access__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #top .access__flex {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1199px) {
  #top .access__flex iframe {
    width: 57%;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  #top .access__flex iframe {
    width: 100%;
    margin-top: 20px;
  }
}

#top .access__flex__info {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1199px) {
  #top .access__flex__info {
    width: 41%;
  }
}

@media screen and (max-width: 767px) {
  #top .access__flex__info {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#top .access__flex__info__logo {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  #top .access__flex__info__logo {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #top .access__flex__info__logo {
    max-width: 160px;
  }
}

#top .access__flex__info__logo::after {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  margin: 20px auto 0;
  background: #999;
}

@media screen and (max-width: 767px) {
  #top .access__flex__info__logo::after {
    height: 20px;
  }
}

#top .access__flex__info__txt {
  width: 100%;
  max-width: 380px;
  margin: 30px auto 0;
  padding-left: 50px;
  background: url(../common/img/ico_map@2x.png) no-repeat left center/31px;
}

@media screen and (max-width: 767px) {
  #top .access__flex__info__txt {
    width: auto;
    background-size: 20px;
  }
}

#top .access__flex__info__link {
  color: #fff;
  width: 100%;
  max-width: 380px;
  display: block;
  margin: 40px auto 0;
  padding: 15.5px 0;
  text-align: center;
  text-decoration: none;
  background: url(../common/img/ico_vec01@2x.png) no-repeat right 20px center/6px, #333;
}

#top .access__flex__info__link:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=style.css.map */