﻿.box {
  position: relative;
  overflow: hidden;
}
.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;
}

@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: 239px;
    height: 33.5px;
  }
  .box .box__image2 {
    display: block;
    margin: 10px auto 0 auto;
    width: 192px;
    height: 33.5px;
  }
}
.box2 {
  text-align: center;
}
.box2 .box2__link {
  margin: 0 auto;
}
.box2 .box2__box {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .box2 .box2__box {
    margin-top: 20px;
  }
}
.layout {
  min-height: 1px;
  zoom: 1;
}
.layout:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.layout .layout__cell {
  overflow: hidden;
  float: right;
  width: 57%;
  vertical-align: top;
}
.layout .layout__cell > *:first-child {
  margin-top: 0;
}
.layout .layout__cell2 {
  overflow: hidden;
  float: left;
  width: 43%;
  vertical-align: top;
}
.layout .layout__cell2 > *:first-child {
  margin-top: 0;
}
.layout.layout--left .layout__cell {
  float: left;
}
.layout.layout--left .layout__cell2 {
  float: right;
}

@media screen and (max-width: 767px) {
  .layout .layout__cell {
    overflow: hidden;
    clear: both;
    width: 100%;
  }
  .layout .layout__cell2 {
    overflow: hidden;
    clear: both;
    width: 100%;
    min-height: 1px;
    zoom: 1;
  }
  .layout .layout__cell2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .layout .layout__cell3 {
    overflow: hidden;
    float: left;
    width: 50%;
  }
}
.box3 {
  display: block;
  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 {
  z-index: 1;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  padding: 0 50px;
  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 {
  line-height: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box3 .box3__paragraph {
  display: none;
}
.box3:hover.is-active .box3__inner {
  z-index: 1;
}
.box3:hover.is-active .box3__inner2 {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .box3 {
    margin-top: 20px;
    background-color: #fff;
  }
  .box3 .box3__headline {
    position: relative;
    top: auto;
    left: auto;
  }
  .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__mainvisual {
    margin-top: 20px;
    line-height: 0;
  }
  .box3 .box3__sub-heading {
    font-size: 0.71rem;
    line-height: 1.3em;
  }
  .box3 .box3__heading {
    font-size: 1.79rem;
    line-height: 1.3em;
  }
  .box3 .box3__paragraph {
    margin-top: 5px;
    display: block;
  }
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  padding: 0 50px;
  margin: 0 auto;
  color: #fff;
  max-width: 1280px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.box4 .box4__inner > *:first-child {
  margin-top: 0;
}
.box4 .box4__mainvisual {
  overflow: hidden;
  line-height: 0;
}
.box4 .box4__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;
}
.box4 .box4__image {
  display: block;
}
.box4 .box4__image2 {
  display: none;
}
.box4.box4--people .box4__inner {
  color: #fff;
}
.box4.box4--people .box4__mainvisual {
  border: none;
  background: none;
}
.box4.box4--people:hover.is-active .box4__inner {
  z-index: 1;
}
.box4.box4--people:hover.is-active .box4__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);
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box4.box4--worldwide .box4__inner {
  color: #000;
}
.box4.box4--worldwide .box4__mainvisual {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ddd;
  background-image: url("../images/index_background.gif");
  background-position: top left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box4.box4--worldwide .box4__inner2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box4.box4--worldwide:hover.is-active .box4__inner {
  z-index: 1;
}
.box4.box4--worldwide:hover.is-active .box4__mainvisual {
  border: solid 1px #000;
  background-image: url("../images/index_background2.gif");
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box4.box4--worldwide:hover.is-active .box4__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;
}
.box4.box4--worldwide:hover.is-active .box4__inner {
  color: #fff;
}
.box4.box4--movie .box4__inner {
  display: none;
}
.box4.box4--movie .box4__mainvisual {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ddd;
  background-image: url("../images/index_background.gif");
  background-position: top left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box4.box4--movie .box4__inner2 {
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box4.box4--movie .box4__inner3 {
  display: none;
  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--movie .box4__inner4 {
  display: none;
}
.box4.box4--movie .box4__inner4 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
.box4.box4--movie .box4__icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/index_icon-play.png");
  background-size: contain;
}
.box4.box4--movie:hover.is-active .box4__inner2, .box4.box4--movie:hover.is-active .box4__inner3 {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box4.box4--movie:hover.is-active .box4__inner {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .box4 {
    background-color: #fff;
  }
  .box4 .box4__headline {
    margin-top: 20px;
    position: relative;
    top: auto;
    left: auto;
  }
  .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__mainvisual {
    background-size: 8px 8px;
  }
  .box4 .box4__inner2 {
    background-position: right;
  }
  .box4 .box4__image {
    display: none;
  }
  .box4 .box4__image2 {
    display: block;
  }
  .box4 .box4__sub-heading {
    font-size: 0.71rem;
    line-height: 1.3em;
  }
  .box4.box4--movie .box4__inner {
    display: block;
  }
  .box4.box4--movie .box4__inner2 {
    display: none;
  }
  .box4.box4--movie .box4__inner3 {
    display: block;
  }
  .box4.box4--movie .box4__inner4 {
    display: block;
  }
  .box4.box4--movie .box4__icon-play {
    width: 35px;
    height: 35px;
  }
}
.box5 {
  display: block;
  position: relative;
  background-color: #000;
}
.box5 span {
  display: block;
}
.box5 .box5__headline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box5 .box5__inner {
  z-index: 1;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  padding: 0 50px;
  margin: 0 auto;
  color: #fff;
  max-width: 1280px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.box5 .box5__inner > *:first-child {
  margin-top: 0;
}
.box5 .box5__mainvisual {
  overflow: hidden;
  line-height: 0;
}
.box5 .box5__inner2 {
  display: block;
  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;
}
.box5 .box5__inner3 {
  display: none;
  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;
}
.box5 .box5__inner4 {
  display: none;
}
.box5 .box5__icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/index_icon-play.png");
  background-size: contain;
}
.box5 .box5__image {
  display: block;
}
.box5 .box5__image2 {
  display: none;
}
.box5.box5--people .box5__inner {
  color: #fff;
}
.box5.box5--people .box5__mainvisual {
  border: none;
  background: none;
}
.box5.box5--people:hover.is-active .box5__inner {
  z-index: 1;
}
.box5.box5--people:hover.is-active .box5__inner2, .box5.box5--people:hover.is-active .box5__inner3 {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box5.box5--worldwide .box5__inner {
  color: #000;
}
.box5.box5--worldwide .box5__mainvisual {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ddd;
  background-image: url("../images/index_background.gif");
  background-position: top left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box5.box5--worldwide .box5__inner2, .box5.box5--worldwide .box5__inner3 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box5.box5--worldwide:hover.is-active .box5__inner {
  z-index: 1;
}
.box5.box5--worldwide:hover.is-active .box5__mainvisual {
  border: solid 1px #000;
  background-image: url("../images/index_background2.gif");
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.box5.box5--worldwide:hover.is-active .box5__inner2, .box5.box5--worldwide:hover.is-active .box5__inner3 {
  -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;
}
.box5.box5--worldwide:hover.is-active .box5__inner {
  color: #fff;
}
.box5.box5--movie .box5__inner {
  display: none;
}
.box5.box5--movie .box5__inner4 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
.box5.box5--movie .box5__mainvisual {
  border: none;
  background: none;
}
.box5.box5--movie:hover.is-active .box5__inner {
  z-index: 1;
}
.box5.box5--movie:hover.is-active .box5__inner2, .box5.box5--movie:hover.is-active .box5__inner3 {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .box5 {
    background-color: #fff;
  }
  .box5.box5--movie .box5__inner {
    display: block;
  }
  .box5 .box5__headline {
    margin-top: 20px;
    position: relative;
    top: auto;
    left: auto;
  }
  .box5 .box5__inner {
    position: relative;
    top: auto;
    padding: 0 20px;
    margin: 0;
    color: #000 !important;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .box5 .box5__mainvisual {
    background-size: 8px 8px;
  }
  .box5 .box5__inner2 {
    display: none;
  }
  .box5 .box5__inner3 {
    display: block;
  }
  .box5 .box5__icon-play {
    width: 35px;
    height: 35px;
  }
  .box5 .box5__image {
    display: none;
  }
  .box5 .box5__image2 {
    display: block;
  }
  .box5 .box5__sub-heading {
    font-size: 0.71rem;
    line-height: 1.3em;
  }
}
.box3.box3--black .box3__inner{
  color:#000;
}
.box4.box4--black .box4__inner{
  color:#000;
}

.box3__inner_center {
  width: 100%;
  max-width: none !important;
  text-align: center;
}
.box3 .box3__inner2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box3 .box3__image {
  display: block;
}
.box3 .box3__image2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .box3__inner_center {
    text-align: left;
    margin-top: 20px !important;
  }
  .box3 .box3__image {
    display: none;
  }
  .box3 .box3__image2 {
    display: block;
  }
}

/* 20190626_renewal */
.innovation_hero {
  position: relative;
}
.innovation_hero .innovation_hero_image {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.innovation_hero .innovation_hero_ttl {
  visibility: visible;
  opacity: 0;
  display: inline-block;
  width: calc(529 / 1220 * 100%);
  margin-top: -10%;
}
.innovation_hero .innovation_hero_ttl_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .innovation_hero .innovation_hero_ttl {
    display: none;
  }
  .innovation_hero .innovation_hero_ttl_sp {
    display: block;
    opacity: 0;
  }
  .innovation_hero .innovation_hero_ttl_sp img {
    display: block;
    margin: 0 auto;
    width: 239px;
    height: 33.5px;
  }
  .innovation_hero .innovation_hero_ttl_sp img + img {
    display: block;
    margin: 10px auto 0 auto;
    width: 192px;
    height: 33.5px;
  }
}
.module_mainvisual .module_mainvisual__inner,
.module_mainvisual--small .module_mainvisual__inner,
.module_mainvisual--small .module_mainvisual--small__inner {
  z-index: 99;
}
.bimv_image-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* MVparallax */
.parallax_area {
  position: sticky;
  top: 113px;
  z-index: 1;
}
.parallax_hover_area {
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (min-width:768px) and ( max-width:1023px) {
  .parallax_area {
    top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .parallax_area {
    position: static;
  }
}

/* トピックス */
@media screen and (max-width: 767px) {
  .module_accordion2 .module_accordion2__list-dl {
    border-bottom: none;
  }
}

/* タイトル */
.box.innovation_ttl_box {
  opacity: 0;
  margin-bottom: 110px;
}
.is-active .box.innovation_ttl_box {
  opacity: 1;
}
.box.innovation_ttl_box .box__heading {
  font-size: 3.43rem;
  margin-top: 100px;
}
.box.innovation_ttl_box .box__paragraph {
  font-size: 1.14rem;
  line-height: 2.1em;
  margin-top: 36px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .box.innovation_ttl_box .box__heading {
    font-size: 2.71rem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .box.innovation_ttl_box {
    margin-bottom: 55px;
  }
  .box.innovation_ttl_box .box__heading {
    font-size: 1.47rem;
    line-height: 1.3em;
    margin-top: 50px;
  }
  .box.innovation_ttl_box .box__paragraph {
    font-size: 1.07rem;
    line-height: 1.6em;
    margin-top: 18px;
  }
}

/* Businessinnovation、people */
.innovation_ttl {
  margin: 40px auto;
  padding: 0 90px;
}
.innovation_ttl .module_heading2 {
  font-size: 3.86rem;
}
.innovation_link {
  text-align: right;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.innovation_link:hover {
  background-color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.innovation_link .module_link {
  display: block;
  color: #333333;
  font-size: 2.57rem;
  line-height: 1;
  padding: 40px 20px 25px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.innovation_link:hover .module_link {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.innovation_link .innovation_link_arrow {
  position: relative;
  padding-left: 20px;
}
.innovation_link .innovation_link_arrow:after,
.innovation_link .innovation_link_arrow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.innovation_link .innovation_link_arrow:before {
  top: 15px;
  left: -95px;
  width: 90px;
  height: 2px;
  background: #333333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.innovation_link .innovation_link_arrow:after {
  top: 15px;
  left: -30px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.innovation_link:hover .innovation_link_arrow:before {
  left: -75px;
  background: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.innovation_link:hover .innovation_link_arrow:after {
  left: -10px;
  border-top: 2px solid #ffffff;
  -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) {
  .innovation_ttl .module_heading2 {
    font-size: 2.71rem;
  }
  .innovation_link .module_link {
    font-size: 2.14rem;
  }
}
@media screen and (max-width: 767px) {
  .innovation_ttl {
    margin: 25px auto;
    padding: 0 32.5px;
  }
  .innovation_ttl .module_heading2 {
    font-size: 1.47rem;
    text-align: center;
  }
  .innovation_link .module_link {
    text-align: center;
    font-size: 1.47rem;
    line-height: 1.2;
    padding: 20px;
  }
  .innovation_link .innovation_link_arrow {
    padding-left: 0;
  }
  .innovation_link .innovation_link_arrow:after,
  .innovation_link .innovation_link_arrow:before {
    display: none;
  }
}
.module_mainvisual__inner {
  opacity: 0;
}
.bi_category {
  display: inline-block;
  min-width: 130px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  text-align: center;
  padding: 4px;
  margin: 0 8px 10px 0;
}
.common_color__black .bi_category {
  border: 1px solid #000000;
}
.common_color__white .bi_category {
  border: 1px solid #ffffff;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .bi_category {
    min-width: auto;
    padding: 2px 8px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .bi_category {
    min-width: auto;
    padding: 2px 8px;
    font-size: 0.8rem;
  }
  .bi_category:last-child {
    margin: 0 0 10px 0;
  }
  .common_color__white .bi_category {
    border: 1px solid #000000;
  }
}
.module_rotationbanner .module_rotationbanner__main-box {
  margin-bottom: 0;
}
.module_rotationbanner .module_rotationbanner__main-link--prev {
  background-image: url(../images/rotationbanner_button-prev.png);
  left: 20px;
}
.module_rotationbanner .module_rotationbanner__main-link--prev:hover {
  left: 0;
}
.module_rotationbanner .module_rotationbanner__main-link--next {
  background-image: url(../images/rotationbanner_button-next.png);
  right: 20px;
}
.module_rotationbanner .module_rotationbanner__main-link--next:hover {
  right: 0;
}
@media screen and (min-width:768px) and (max-width:1400px) {
  .module_mainvisual .module_mainvisual__inner,
  .module_mainvisual--small .module_mainvisual__inner,
  .module_mainvisual--small .module_mainvisual--small__inner {
    padding: 0 120px;
  }
  .module_rotationbanner .module_rotationbanner__main-navigation.module_rotationbanner__main-navigation--mainvisual {
    display: block !important;
  }
  .module_rotationbanner .module_rotationbanner__main-link--prev,
  .module_rotationbanner .module_rotationbanner__main-link--next {
    background-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  .module_rotationbanner .module_rotationbanner__main-link--prev,
  .module_rotationbanner .module_rotationbanner__main-link--prev:hover {
    left: 10px;
  }
  .module_rotationbanner .module_rotationbanner__main-link--next,
  .module_rotationbanner .module_rotationbanner__main-link--next:hover {
    right: 10px;
  }
  .module_rotationbanner .module_rotationbanner__main-link--prev,
  .module_rotationbanner .module_rotationbanner__main-link--next {
    background-size: 32.5px;
  }
}
.module_mainvisual__image .people_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(1450 / 1680 * 100%);
}
.module_mainvisual__image .people_img {
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: 50%;
  width: calc(1026 / 1680 * 100%);
  height: 38vw;
}
.module_headline .people_slider_area_name {
  font-size: 1.14rem;
  line-height: 1;
  margin-top: 20px;
}
.business_slider_area .module_rotationbanner .module_rotationbanner__pagenation {
  bottom: 6%;
}
.people_slider_area .module_rotationbanner .module_rotationbanner__pagenation {
  bottom: 12%;
}
@media screen and (min-width:1024px) and (max-width:1400px) {
  .business_slider_area .module_headline .module_headline__heading,
  .people_slider_area .module_headline .module_headline__heading {
    font-size: 2.5rem;
    line-height: 1.2em;
  }
}
@media screen and (min-width:768px) and ( max-width:1023px) {
  .business_slider_area .module_headline .module_headline__heading,
  .people_slider_area .module_headline .module_headline__heading {
    font-size: 1.6rem;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .module_mainvisual__image {
    position: relative;
    overflow: hidden;
  }
  .module_mainvisual__image .people_bg {
    display: none;
  }
  .module_mainvisual__image .people_img {
    width: 100%;
  }
}

/* Slider Animation */
.is-active .is-current .module_mainvisual__inner {
  opacity: 1;
}
.is-active .is-current .module_headline .module_headline__sub-heading {
  animation: slideFromRightSub 2.0s ease 0s 1 normal;
}
.is-active .is-current .module_headline .module_headline__heading {
  animation: slideFromRight 1.5s ease 0s 1 normal;
}
.is-active .is-current .module_headline .people_slider_area_name {
  animation: slideFromRight 1.5s ease 0s 1 normal;
}
.is-active .is-current .module_mainvisual .module_mainvisual__link--white,
.is-active .is-current .module_mainvisual--small .module_mainvisual__link--white,
.is-active .is-current .module_mainvisual--small .module_mainvisual--small__link--white,
.is-active .is-current .module_mainvisual .module_mainvisual__link--black,
.is-active .is-current .module_mainvisual--small .module_mainvisual__link--black,
.is-active .is-current .module_mainvisual--small .module_mainvisual--small__link--black {
	animation: slideFromRightBtn 2.0s ease 0s 1 normal;
}


/* js-innovationScene05 Animation */

#js-innovationScene05 .module_headline__paragraph {
  font-size: 1.14rem;
  line-height: 2.1em;
}
#js-innovationScene05 #js-innovationScene05Headline {
  visibility: hidden;
}
#js-innovationScene05.is-active #js-innovationScene05Headline {
  visibility: visible;
}
#js-innovationScene05.is-active .module_mainvisual__inner {
  opacity: 1;
}
#js-innovationScene05.is-active .module_headline .module_headline__heading {
  animation: slideFromBottomTxt 1.5s ease 0s 1 normal;
}
#js-innovationScene05.is-active .module_headline .module_headline__paragraph {
  animation: slideFromBottomTxt 1.5s ease 0s 1 normal;
}
#js-innovationScene05.is-active .module_mainvisual .module_mainvisual__link--white,
#js-innovationScene05.is-active .module_mainvisual--small .module_mainvisual__link--white,
#js-innovationScene05.is-active .module_mainvisual--small .module_mainvisual--small__link--white,
#js-innovationScene05.is-active .module_mainvisual .module_mainvisual__link--black,
#js-innovationScene05.is-active .module_mainvisual--small .module_mainvisual__link--black,
#js-innovationScene05.is-active .module_mainvisual--small .module_mainvisual--small__link--black {
	animation: slideFromBottomTxt 1.5s ease 0s 1 normal;
}





@media screen and (max-width: 767px) {
  .module_mainvisual__inner {
    opacity: 1;
  }
  .is-active .is-current .module_headline .module_headline__sub-heading,
  .is-active .is-current .module_headline .module_headline__heading,
  .is-active .is-current .module_headline .people_slider_area_name,
  .is-active .is-current .module_mainvisual .module_mainvisual__link--white,
  .is-active .is-current .module_mainvisual--small .module_mainvisual__link--white,
  .is-active .is-current .module_mainvisual--small .module_mainvisual--small__link--white,
  .is-active .is-current .module_mainvisual .module_mainvisual__link--black,
  .is-active .is-current .module_mainvisual--small .module_mainvisual__link--black,
  .is-active .is-current .module_mainvisual--small .module_mainvisual--small__link--black {
      animation: none;
  }
  .module_mainvisual .module_mainvisual__link--white,
  .module_mainvisual--small .module_mainvisual__link--white,
  .module_mainvisual--small .module_mainvisual--small__link--white,
  .module_mainvisual .module_mainvisual__link--black,
  .module_mainvisual--small .module_mainvisual__link--black,
  .module_mainvisual--small .module_mainvisual--small__link--black {
    margin-top: 30px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 0.86rem;
    line-height: 1.3em;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .module_mainvisual:hover .module_mainvisual__link--white,
  .module_mainvisual--small:hover .module_mainvisual__link--white,
  .module_mainvisual--small:hover .module_mainvisual--small__link--white,
  .module_mainvisual:hover .module_mainvisual__link--black,
  .module_mainvisual--small:hover .module_mainvisual__link--black,
  .module_mainvisual--small:hover .module_mainvisual--small__link--black {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
  }
}
@keyframes slideFromRightSub {
  0%, 45% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideFromRight {
  0%, 25% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideFromRightBtn {
  0%, 65% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideFromBottomTxt {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* worldwide */
.worldwide_area .module_headline3__heading {
  font-size: 3.14rem;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .worldwide_area .module_headline3__heading {
    font-size: 2.71rem;
  }
}
@media screen and (max-width: 767px) {
  .worldwide_area .test {
    margin: 25px auto;
    padding: 0 32.5px;
  }
  .worldwide_area .test .module_headline3__heading {
    font-size: 1.47rem;
    text-align: center;
  }
  .worldwide_area .module_headline3__heading {
    font-size: 1.47rem;
  }
}


/* bi_block-special */
.bi_block-special {
  position: relative;
  overflow: hidden;
}
.bi_block-special_inner {
  position: absolute;
  width: 100%;
  display: block;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 30px;
}
.bi_block-special_h3_block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0 0 52px;
  line-height: 1;
  color: #ffffff;
}
.bi_block-special_h3_block .bi_block-special_h3_block-left {
  box-sizing: border-box;
  display: block;
}
.bi_block-special_h3_block .split {
  font-family: serif;
  content: "";
  display: inline-block;
  font-size: 88px;
  font-weight: 100;
  padding: 0 20px;
}
.bi_block-special_h3_block .bi_block-special_h3_block-right {
  box-sizing: border-box;
  display: block;
}
.bi_block-special_h3_block .title {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: left;
}
.bi_block-special_h3_block .name {
  display: block;
  font-size: 60px;
  letter-spacing: 0.05em;
  padding: 10px 0 10px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .bi_block-special_h3_block {
    margin: 20px 0 0 0;
  }
  .bi_block-special_h3_block .split {
    font-size: 80px;
  }
  .bi_block-special_h3_block .name {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bi_block-special .module_link-image {
    background-color: #e8e8e8;
  }
  .bi_block-special_inner {
    position: static;
    top: auto;
    left: auto;
    padding: 0;
    margin: 0;
    transform: none;
  }
  .bi_block-special_h3_block {
    justify-content: flex-start;
    color: #000000;
    padding: 0 0 55px;
  }
  .bi_block-special_h3_block .split {
    font-family: inherit;
    display: inline-block;
    font-size: 25px;
    width: auto;
    padding: 0;
  }
  .bi_block-special_h3_block .title {
    display: none;
  }
  .bi_block-special_h3_block .name {
    display: block;
    font-size: 25px;
    padding: 0;
  }
}