﻿.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: 201px;
    height: 34px;
  }
  .box .module_heading {
    margin-top: 30px;
    font-size: 2.67rem;
    line-height: 1;
  }
}
.box2 {
  margin-top: 30px;
  position: relative;
}
.box2 .box2__headline {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box2 .box2__inner {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  padding: 0 100px;
  width: 100%;
  margin: 0 auto;
  color: #000;
  max-width: 1280px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.box2 .box2__inner > *:first-child {
  margin-top: 0;
}
.box2.is-left .box2__inner {
  padding: 0 0 0 100px;
}
.box2.is-right .box2__inner {
  padding: 0 100px 0 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.box2 .box2__mainvisual {
  overflow: hidden;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background-image: url("../images/worldwide_background.gif");
  background-position: top left;
}
.box2 .box2__inner2 {
  background-image: url("/jp/ja/innovation/worldwide/images/index_image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.box2 .box2__image {
  display: block;
}
.box2 .box2__image2 {
  display: none;
}
.box2 .box2__link {
  font-size: 1rem;
  line-height: 1.3em;
}
.box2 .box2__link2 {
  color: #000;
}
.box2 .box2__list-ul {
  width: 50%;
}
.box2:hover.is-active .box2__mainvisual {
  background-image: url("../images/worldwide_background2.gif");
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.box2:hover.is-active .box2__inner {
  color: #fff;
  z-index: 1;
}
.box2:hover.is-active .box2__inner2 {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box2:hover.is-active .box2__list-ul li {
  border-right: solid 1px #fff;
}
.box2:hover.is-active .box2__list-ul li:last-child {
  border-right: none;
}
.box2:hover.is-active .box2__link {
  color: #fff;
}
.box2:hover.is-active .box2__link:hover {
  color: #fff;
}
.box2:hover.is-active .box2__link2 {
  color: #fff;
}
.box2:hover.is-active .box2__link2:hover {
  color: #fff;
}

.is-ipad .box2 .box2__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 .box2 .box2__inner {
  position: relative;
  top: auto;
  width: 100%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.is-ipad .box2.is-right .box2__inner {
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .box2.is-left .box2__inner {
    padding: 0 0 0 30px;
  }
  .box2.is-right .box2__inner {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .box2 {
    margin-top: 20px;
  }
  .box2 .box2__headline {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
  }
  .box2 .box2__inner {
    position: relative;
    top: auto;
    padding: 0 20px;
    margin: 0;
    color: black !important;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .box2.is-left .box2__inner {
    left: auto;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .box2.is-left .box2__inner2 {
    background-position: right;
  }
  .box2.is-right .box2__inner {
    right: auto;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .box2.is-right .box2__inner2 {
    background-position: left;
  }
  .box2 .box2__mainvisual {
    background-size: 8px 8px;
  }
  .box2 .box2__image {
    display: none;
  }
  .box2 .box2__image2 {
    display: block;
  }
  .box2 .box2__list-ul {
    width: 100%;
  }
  .box2:hover.is-active .box2__inner {
    color: #666;
  }
  .box2:hover.is-active .box2__list-ul li {
    border: none;
  }
  .box2:hover.is-active .box2__link {
    color: #666;
  }
  .box2:hover.is-active .box2__link:hover {
    color: #666;
  }
  .box2:hover.is-active .box2__link2 {
    color: #000;
  }
  .box2:hover.is-active .box2__link2:hover {
    color: #000;
  }
}