@charset "UTF-8";

.section {
  margin-bottom: 140px;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.section h2 {
  margin-bottom: 60px;
  text-align: center;
}

.section h2 .text {
  display: block;
  font-size: 73.6px;
  font-size: 4.6rem;
  line-height: 1;
  color: #003399;
}

.section h2 .caption {
  display: block;
  padding: 24px 0 0 0;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1;
}

.section h3 {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 48px;
}

.headingArea {
  position: relative;
  margin-bottom: 100px;
}

.headingArea .headingArea-img img {
  width: 100%;
}

.headingArea h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
}

.headingArea h2 .text {
  white-space: nowrap;
  color: #fff;
}

.top-movie {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  margin-bottom: 60px;
}

.top-movie video {
  width: 100%;
  min-width: 890px;
}

.top-movie img {
  width: 100%;
}

.top-movie .top-movie-text > li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  text-align: center;
}

.top-movie .top-movie-text > li:first-child {
  background: url(/img/pixel-screen.png);
}

.top-movie .top-movie-text-child {
  overflow: hidden;
  position: relative;
  top: 50%;
  display: inline-block;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 0;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 1;
}

.top-movie .top-movie-text > li .lead {
  margin-bottom: 24px;
  font-size: 128px;
  font-size: 8.0rem;
  line-height: 1;
}

.top-movie .top-movie-text > li .text {
  font-size: 35.2px;
  font-size: 2.2rem;
  line-height: 1.8;
}

.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -28px;
  margin-left: -14px;
  margin-right: -14px;
}

.pickup .pickup-child {
  width: 25%;
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 28px;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.pickup .pickup-child > a {
  display: block;
  text-align: center;
}

.pickup .pickup-child > a img {
  max-width: 100%;
}

.pickup .pickup-text {
  margin: 0.5em 0 -0.5em 0;
}

.aboutArea {
  overflow: hidden;
}

.aboutArea .aboutArea-img {
  float: left;
  width: 50%;
  padding-right: 14px;
  text-align: center;
}

.aboutArea .aboutArea-img img {
  max-width: 100%;
}

.aboutArea .aboutArea-text {
  float: right;
  width: 50%;
  padding-left: 14px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.aboutArea .btn {
  width: 100%;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.newsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -14px;
  margin-right: -14px;
}

.newsArea .newsArea-child {
  position: relative;
  width: 50%;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: calc(72px + 74px + 28px);
}

.newsArea .newsArea-foot {
  position: absolute;
  width: calc( 100% - 28px);
  bottom: 0;
}

.newsArea .newsArea-foot .btn {
  width: 100%;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.newsArea .dateList > dd a:before {
  top: 0.7em;
}

.topBnrArea {
  margin-top: 32px;
  margin-bottom: 140px;
}

.topBnrArea .topBnrArea-child {
  margin-top: 28px;
}

.topBnrArea .topBnrArea-child > a {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.topBnrArea .topBnrArea-child > a img {
  width: 100%;
}

.topBnrArea .topBnrArea-child figcaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.5em 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

.topBnrArea .topBnrArea-child figcaption:before {
  content: "";
  font-family: FontAwesome;
  padding-right: 0.4em;
}

.topBnrArea .topBnrArea-child.recruit figcaption {
  padding-left: 20px;
  background: rgba(0, 61, 152, 0.75);
}

.topBnrArea .topBnrArea-child.recruit figcaption:before {
  content: none;
}

.topBnrArea .topBnrArea-child.recruit figcaption .caption {
  position: absolute;
  right: 14px;
}

.topBnrArea .topBnrArea-child.recruit figcaption .caption:after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  height: 0.9em;
  padding-left: 0.4em;
  font-weight: normal;
  color: #0099cc;
}

.groupArea .groupArea-img {
  text-align: center;
}

.groupArea p {
  margin-top: 1em;
}

@media screen and (min-width: 737px) {
  .no-touchevents .topBnrArea .topBnrArea-child > a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .no-touchevents .topBnrArea .topBnrArea-child > a:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media screen and (max-width: 1080px) {
  .top-movie .top-movie-text > li .lead {
    font-size: 8.5vw;
  }

  .aboutArea .aboutArea-text {
    float: none;
    width: auto;
    padding-left: 0;
    text-align: center;
    font-size: 1.4rem;
  }

  .topBnrArea .topBnrArea-child figcaption {
    padding: 0.3vw 15px;
  }
}

@media screen and (max-width: 736px) {
  .section {
    margin-bottom: 70px;
  }

  .section h2 {
    margin-bottom: 36px;
  }

  .section h2 .text {
    font-size: 3.2rem;
  }

  .section h2 .caption {
    padding: 22px 0 0 0;
  }

  .section h3 {
    margin-bottom: 32px;
  }

  .headingArea {
    overflow: hidden;
    height: 56.5vw;
    margin-bottom: 54px;
  }

  .top-movie {
    margin-top: -36px;
    max-height: none;
    margin-bottom: 36px;
  }

  .top-movie .top-movie-text > li .lead {
    font-size: 10vw;
  }

  .top-movie .top-movie-text > li .lead-small {
    font-size: 7.5vw;
  }

  .top-movie .top-movie-text > li .text {
    font-size: 4vw;
  }

  .pickup .pickup-child {
    width: 50%;
    margin-top: 20px;
  }

  .aboutArea .aboutArea-img {
    float: none;
    width: auto;
    margin-bottom: 60px;
    padding-right: 0;
    text-align: center;
  }

  .newsArea {
    display: block;
  }

  .newsArea .newsArea-child {
    width: auto;
    padding-bottom: 55px;
  }

  .newsArea .newsArea-child:last-child {
    padding-bottom: 0;
  }

  .newsArea .newsArea-foot {
    position: static;
    width: auto;
    margin-top: 24px;
  }

  .topBnrArea {
    margin-top: 57px;
    margin-bottom: 70px;
  }

  .topBnrArea .topBnrArea-child {
    margin-top: 18px;
  }

  .topBnrArea .topBnrArea-child:first-child {
    margin-top: 0;
  }

  .topBnrArea .topBnrArea-child figcaption {
    padding: 0.5em 15px;
  }

  .groupArea p {
    margin-bottom: 1.5em;
  }
}