﻿.box .box__heading {
  margin-top: 60px;
  text-align: center;
}
.box .box__paragraph {
  padding: 0 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 1.14rem;
  line-height: 1.6em;
}
.box .box__image {
  display: inline-block;
}
.box .box__image2 {
  display: inline-block;
  margin-left: 30px;
}
.box .module_heading {
  margin-top: 40px;
  font-size: 5.57rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .box .box__heading {
    margin-top: 40px;
  }
  .box .box__paragraph {
    padding: 0 15px;
    margin-top: 20px;
    text-align: center;
    font-size: 1.07rem;
    line-height: 1.6em;
  }
  .box .box__image {
    display: block;
    margin: 0 auto;
    width: 153px;
    height: 31px;
  }
  .box .box__image2 {
    display: block;
    margin: 10px auto 0 auto;
    width: 183px;
    height: 32px;
  }
  .box .module_heading {
    margin-top: 30px;
    font-size: 2.67rem;
    line-height: 1;
  }
}
.box2 .box2__heading {
  color: #000;
}
.box2 .box2__paragraph {
  color: #000;
}
.box2 .box2__link {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 35px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.box2 .box2__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box2.box2--white .box2__heading {
  color: #fff;
}
.box2.box2--white .box2__paragraph {
  color: #fff;
}
.box2.box2--white .box2__link {
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.box2.box2--white .box2__link:hover {
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .box2 .box2__heading {
    color: #000;
  }
  .box2 .box2__paragraph {
    color: #000;
  }
  .box2 .box2__link {
    display: none;
  }
  .box2.box2--white .box2__heading {
    color: #000;
  }
  .box2.box2--white .box2__paragraph {
    color: #000;
  }
}
.box3 {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  background-color: #000;
}
.box3 span {
  display: block;
}
.box3 .box3__headline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box3 .box3__inner {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  padding: 0 30px;
  margin: 0 auto;
  color: #fff;
  max-width: 1280px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.box3 .box3__inner > *:first-child {
  margin-top: 0;
}
.box3 .box3__mainvisual {
  overflow: hidden;
}
.box3 .box3__inner2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box3 .box3__image {
  display: block;
}
.box3 .box3__image2 {
  display: none;
}
.box3:hover.is-active .box3__inner {
  z-index: 1;
}
.box3:hover.is-active .box3__inner2 {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.is-ipad .box3 .box3__headline {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
}
.is-ipad .box3 .box3__inner {
  position: relative;
  top: auto;
  width: 100%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .box3 {
    margin-top: 20px;
    background-color: #fff;
  }
  .box3 .box3__headline {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
  }
  .box3 .box3__inner {
    position: relative;
    top: auto;
    padding: 0 20px;
    margin: 0;
    color: #000 !important;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .box3 .box3__image {
    display: none;
  }
  .box3 .box3__image2 {
    display: block;
  }
}

.box3.box3--black .box3__inner {
  color:#000;
}

.box3.box3--black .box3__inner {
  color:#000;
}