/* =========================================================================================================
 　　base
========================================================================================================= */

/* =====================
  main
===================== */

/*-- common --*/

/*-- area-business-mv --*/
.area-business-mv {
  position: relative;
  max-width: 1600px;
  margin: auto;
}

.area-business-mv figure {
  position: absolute;
  top: 0;
  left: 40px;
  width: 50%;
  z-index: -1;
}

.area-business-mv .txt {
  width: 54%;
  margin-left: 46%;
  padding: 80px;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
}

.area-business-mv .txt h2 span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.area-business-mv .txt p {
  max-width: 640px;
  margin-top: 20px;
}


/*-- area-strengths --*/
.area-strengths {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding-top: 100px;
}

.area-strengths::before {
  position: absolute;
  top: 0px;
  left: 20px;
  content: "OUR STRENGTHS";
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 152px;
  line-height: 1;
  color: #184aa1;
  opacity: 0.1;
  white-space: nowrap;
  z-index: -1;
}

.area-strengths h2 {
  text-align: center;
}

.area-strengths .inner {
  max-width: 1320px;

}

.area-strengths .inner > ul {
  display: flex;
  flex-wrap: wrap;
}

.area-strengths .inner > ul > li {
  position: relative;
  width: 100%;
  color: #184aa1;
  text-align: center;
  padding: 30px 40px 70px;
  box-sizing: border-box;
  transition: 0.5s;
}

.area-strengths .inner > ul > li > .item {
  display: block;
  width: 100%;
  height: 100%;
  color: #184aa1;
  text-align: center;
  padding: 40px 40px;
  cursor: pointer;
  box-sizing: border-box;
}

.area-strengths .inner > ul > li:nth-of-type(odd) {
  background-color: #537dc6;
  color: #fff;
}

.area-strengths .inner > ul > li figure img {
  width: 160px;
}

.area-strengths .inner > ul > li > figure figcaption {
  font-size: 24px;
  line-height: 1.2em;
}

.area-strengths .inner > ul > li .plus {
  display: none;
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  background: url(../images/common/icon_plus_blue.png) center center no-repeat;
}

.area-strengths .inner > ul > li:nth-of-type(odd) .plus {
  background: url(../images/common/icon_plus_white.png) center center no-repeat;
}

.area-strengths .inner > ul > li .mask {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  z-index: 10;
  transition: 0.5s;
}


.area-strengths .inner > ul > li .mask .item h4 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.2em;
}

.area-strengths .inner > ul > li .mask .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.area-strengths .inner > ul > li .mask .item .item-inner {}

.area-strengths .inner > ul > li .mask .item img {
  display: none;
  width: 88px;
}

.area-strengths .inner > ul > li .mask .item h4 {
  display: none;
  margin-bottom: 12px;
}

.area-strengths .inner > ul > li .mask .item p {
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #fff;
  text-align: left;
  margin-top: 20px;
}

.area-strengths .inner > ul > li:nth-child(2n) .mask .item p {
  color: #184aa1;
}

.area-strengths .inner > ul > li .mask .item .btn {
  margin: 20px auto 0;
}

.area-strengths .inner > ul > li:nth-child(2n) .item .btn {
  border: 1px solid #184aa1;
}

.area-strengths .inner > ul > li:nth-child(2n) .item .btn-white {
  background: #184aa1;
}



/*-- area-movie --*/
.area-movie {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding-top: 100px;
}

.area-movie.bg-title::before {
  content: "MOVIE";
  left: 0;
  right: 0;
}

.area-movie h2 {}

.area-movie .inner {
  max-width: 1120px;
}

.area-movie .movie {
  position: relative;
  width: 90%;
  margin: auto;
}

.area-movie .movie:before {
  position: absolute;
  left: -30px;
  bottom: -30px;
  content: "";
  background: #efefef;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}

.area-movie .movie > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.area-movie .movie > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*-- area-facility --*/
.area-facility {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 160px auto 0;
  padding-top: 120px;
  padding-bottom: 60px;
  background: url(../images/page-ems/img_facility.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.area-facility::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "FACILITY";
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 152px;
  line-height: 1;
  color: #fff;
  opacity: 0.1;
  white-space: nowrap;
  z-index: -1;
}

.area-facility h2.ttl {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
}

.area-facility .inner {
  max-width: 1120px;
}

.area-facility .inner ul {
  display: flex;
  flex-direction: column;
  margin: 40px auto 0;
}

.area-facility .inner ul > li {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}

.area-facility .inner ul > li:last-of-type {
  border-right: none;
}

.area-facility .inner ul > li p:first-of-type {
  font-size: 16px;
}

.area-facility .inner ul > li p:nth-of-type(2) {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2em;
}

.area-facility .inner ul > li p:nth-of-type(2) span {
  font-size: 2.4rem;
  font-weight: 400;
}

.area-facility .caption {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #fff;
}


/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {

  /*-- area-business-mv --*/
  .area-business-mv {
    position: relative;
    max-width: 1600px;
    margin: auto;
  }

  .area-business-mv figure {
    position: absolute;
    top: 0;
    left: 40px;
    width: 50%;
    z-index: -1;
  }

  .area-business-mv .txt {
    width: 54%;
    margin-left: 46%;
    padding: 80px;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
  }

  .area-business-mv .txt h2 span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2em;
  }

  .area-business-mv .txt p {
    max-width: 640px;
    margin-top: 20px;
  }


  /*-- area-strengths --*/
  .area-strengths {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    padding-top: 100px;
  }

  .area-strengths::before {
    position: absolute;
    top: 0px;
    left: 20px;
    content: "OUR STRENGTHS";
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 152px;
    line-height: 1;
    color: #184aa1;
    opacity: 0.1;
    white-space: nowrap;
    z-index: -1;
  }

  .area-strengths h2 {
    text-align: center;
  }

  .area-strengths .inner {
    max-width: 1320px;

  }

  .area-strengths .inner > ul {
    display: flex;
    flex-wrap: wrap;
  }

  .area-strengths .inner > ul > li {
    position: relative;
    width: 33.33333%;
    color: #184aa1;
    text-align: center;
    padding: 30px 40px 70px;
    box-sizing: border-box;
    transition: 0.5s;
  }

  .area-strengths .inner > ul > li > .item {
    display: block;
    width: 100%;
    height: 100%;
    color: #184aa1;
    text-align: center;
    padding: 40px 40px;
    cursor: pointer;
    box-sizing: border-box;
  }

  .area-strengths .inner > ul > li:nth-of-type(odd) {
    background-color: #537dc6;
    color: #fff;
  }

  .area-strengths .inner > ul > li figure img {
    width: 160px;
  }

  .area-strengths .inner > ul > li > figure figcaption {
    font-size: 24px;
    line-height: 1.2em;
  }

  .area-strengths .inner > ul > li .plus {
    display: block;
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 36px;
    height: 36px;
    background: url(../images/common/icon_plus_blue.png) center center no-repeat;
  }

  .area-strengths .inner > ul > li:nth-of-type(odd) .plus {
    background: url(../images/common/icon_plus_white.png) center center no-repeat;
  }

  .area-strengths .inner > ul > li .mask {
    position: absolute;
    display: flex;
    top: 0%;
    left: -5%;
    width: 110%;
    height: 100%;
    opacity: 0;
    margin: auto;
    background-color: rgba(0, 78, 162, 0.96);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    box-sizing: border-box;
    z-index: 10;
    transition: 0.5s;
  }

  .area-strengths .inner > ul > li:hover .mask {
    top: -10%;
    left: -5%;
    display: flex;
    align-items: center;
    width: 110%;
    height: 120%;
    opacity: 1;
  }

  .area-strengths .inner > ul > li .mask .item h4 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.2em;
  }

  .area-strengths .inner > ul > li .mask .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    padding: 8% 8%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .area-strengths .inner > ul > li .mask .item .item-inner {}

  .area-strengths .inner > ul > li .mask .item img {
    display: block;
    width: 88px;
  }

  .area-strengths .inner > ul > li .mask .item h4 {
    display: block;
    margin-bottom: 12px;
  }

  .area-strengths .inner > ul > li .mask .item p {
    font-size: 1.6rem;
    line-height: 1.4em;
    color: #fff;
    text-align: left;
    margin-top: 0;
  }

  .area-strengths .inner > ul > li:nth-child(2n) .mask .item p {
    color: #fff;
  }

  .area-strengths .inner > ul > li .mask .item .btn {
    margin: 20px auto 0;
  }

  .area-strengths .inner > ul > li:nth-child(2n) .item .btn {
    border: 1px solid #fff;
  }

  .area-strengths .inner > ul > li:nth-child(2n) .item .btn-white {
    background: none;
  }


  /*-- area-movie --*/
  .area-movie {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    padding-top: 100px;
  }

  .area-movie.bg-title::before {
    content: "MOVIE";
    left: 0;
    right: 0;
  }

  .area-movie h2 {}

  .area-movie .inner {
    max-width: 1120px;
  }

  .area-movie .movie {
    position: relative;
    width: 72%;
    margin: auto;
  }

  .area-movie .movie:before {
    position: absolute;
    left: -60px;
    bottom: -60px;
    content: "";
    background: #efefef;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }

  .area-movie .movie > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .area-movie .movie > div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }


  /*-- area-facility --*/
  .area-facility {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 160px auto 0;
    padding-top: 120px;
    padding-bottom: 60px;
    background: url(../images/page-ems/img_facility.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
  }

  .area-facility::before {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "FACILITY";
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 152px;
    line-height: 1;
    color: #fff;
    opacity: 0.1;
    white-space: nowrap;
    z-index: -1;
  }

  .area-facility h2.ttl {
    color: #fff;
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
  }

  .area-facility .inner {
    max-width: 1120px;
  }

  .area-facility .inner ul {
    display: flex;
    flex-direction: row;
    margin: 40px auto 0;
  }

  .area-facility .inner ul > li {
    padding: 4px 40px;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
  }

  .area-facility .inner ul > li:last-of-type {
    border-right: none;
  }

  .area-facility .inner ul > li p:first-of-type {
    font-size: 16px;
  }

  .area-facility .inner ul > li p:nth-of-type(2) {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .area-facility .inner ul > li p:nth-of-type(2) span {
    font-size: 32px;
    font-weight: 400;
  }

}



/* ====================================================================================
		PC
==================================================================================== */

@media screen and (min-width: 1024px) {

  #breadcrumb {}
}
