﻿.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 .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: 116px;
    height: 42px;
  }
  .box .module_heading {
    margin-top: 30px;
    font-size: 2.67rem;
    line-height: 1;
  }
}
.box2 .box2__heading {
  color: #000;
  width: 55%;
}
.box2 .box2__paragraph {
  color: #000;
}
.box2.box2--white .box2__heading {
  color: #fff;
}
.box2.box2--white .box2__paragraph {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .box2 .box2__heading {
    width: 100%;
    color: #000;
  }
  .box2 .box2__paragraph {
    color: #000;
  }
  .box2.box2--white .box2__heading {
    color: #000;
  }
  .box2.box2--white .box2__paragraph {
    color: #000;
  }
}
.box3 {
  min-height: 1px;
  zoom: 1;
}
.box3:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.box3 .box3__cell--2column {
  float: left;
  width: 50%;
}
.box3 .box3__cell--3column {
  float: left;
  width: 33.3%;
}
.box3 .box3__cell--4column {
  float: left;
  width: 25%;
}
.box3 .box3__cell--5column {
  float: left;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .box3 {
    min-height: 1px;
    zoom: 1;
  }
  .box3:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .box3 .box3__cell--2column, .box3 .box3__cell--3column, .box3 .box3__cell--4column, .box3 .box3__cell--5column {
    margin-top: 80px;
    float: none;
    width: 100%;
  }
}
.box4 {
  display: block;
  position: relative;
  background-color: #000;
}
.box4 span {
  display: block;
}
.box4 .box4__headline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box4 .box4__inner {
  z-index: 1;
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  color: #fff;
  max-width: 1280px;
}
.box4 .box4__inner > *:first-child {
  margin-top: 0;
}
.box4 .box4__mainvisual {
  overflow: hidden;
}
.box4 .box4__inner2 {
/*
  background-image: url("../images/index_picture.jpg");
*/
  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;
}
.box4 .box4__image {
  display: block;
}
.box4 .box4__image2 {
  display: none;
}
.box4:hover.is-active .box4__inner {
  z-index: 1;
}
.box4:hover.is-active .box4__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;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .box4 .box4__heading {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .box4 {
    margin-top: 20px;
    background-color: #fff;
  }
  .box4 .box4__headline {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
  }
  .box4 .box4__inner {
    position: relative;
    top: auto;
    padding: 0 20px;
    margin: 0;
    color: #000 !important;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .box4 .box4__image {
    display: none;
  }
  .box4 .box4__image2 {
    display: block;
  }
}

.box4.box4--black .box4__inner {
  color:#000;
}