<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.page-wrap {
  width: 75%;
}

.bgindent {
  text-indent: -9999px;
}

.mgauto {
  margin: 0 auto;
  text-align: center;
}

.dblock {
  float: left;
  overflow: hidden;
  display: block;
}

.linkhover a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}

.linkhover2 a:hover img {
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -moz-opacity: 0.9;
  opacity: 0.9;
  zoom: 1;
}

/** Reset Style
----------------------------------------------------
----------------------------------------------------
*/
html, body, div,
ul, ol, li, dl, dt, dd,
form, fieldset, input, textarea,
h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, hr,
th, td {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  overflow-x: hidden;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

fieldset, img, abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, b, u, s, i, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

a img, :link img, :visited img {
  border: none;
}

address {
  font-style: normal;
  display: inline;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a {
  color: #231815;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.flag-spmode {
  display: none;
}

.flag-scroll_lock {
  overflow-y: hidden;
  -ms-overflow-style: none;
}

.flag-scroll_lock::-webkit-scrollbar {
  display: none;
}

/*element
------------------------
------------------------
*/
.gen-mt0 {
  margin-top: 0 !important;
}

.gen-mt10 {
  margin-top: 10px;
}

.gen-mt20 {
  margin-top: 20px;
}

.gen-mt30 {
  margin-top: 30px !important;
}

.gen-mt40 {
  margin-top: 40px;
}

.gen-mt50 {
  margin-top: 50px;
}

.gen-mt80 {
  margin-top: 80px;
}

.gen-mb0 {
  margin-bottom: 0px !important;
}

.gen-mb10 {
  margin-bottom: 10px;
}

.gen-mb40 {
  margin-bottom: 40px !important;
}

.gen-mb100 {
  margin-bottom: 100px;
}

.gen-pdt50 {
  padding-top: 50px;
}

.line-height_12 {
  line-height: 1.2;
}

.line-height_15 {
  line-height: 1.5;
}

.line-height_18 {
  line-height: 1.8;
}

.line-height_22 {
  line-height: 2.2;
}

.font-size_f10 {
  font-size: 10px;
}

.font-size_f12 {
  font-size: 12px;
}

.font-size_f13 {
  font-size: 13px;
}

.font-size_f14 {
  font-size: 14px;
}

.font-size_f16 {
  font-size: 16px;
}

.font-size_f18 {
  font-size: 18px;
}

.font-size_f20 {
  font-size: 20px;
}

.font-size_f22 {
  font-size: 22px;
}

.font-size_f24 {
  font-size: 24px;
}

.font-size_f26 {
  font-size: 26px;
}

.font-size_f30 {
  font-size: 30px;
}

.font-weight_bold {
  font-weight: bold;
}

.font-weight_normal {
  font-weight: normal;
}

.text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 200%;
}

.img {
  margin-bottom: 20px;
}

.caption {
  font-size: 12px;
  line-height: 1.5 !important;
}

.text-align_center {
  text-align: center;
}

.text-align_left {
  text-align: left;
}

.text-align_right {
  text-align: right;
}

.mgr0auto {
  margin: 0 auto;
}

.sectionline {
  margin: 40px 0 40px 0;
}

.valign-middle {
  vertical-align: middle;
}

.wgt-banner {
  z-index: 50;
  position: relative;
}

.layout-wrap {
  width: 100%;
}

.layout-wrap .inner {
  max-width: 100%;
  margin: 0 auto;
}

/** &nbsp;Header
--------------------------------------
--------------------------------------
*/
#Header {
  z-index: 1001;
  display: block;
  position: fixed;
  width: auto;
}

#Header.is-hide {
  display: none;
}

#Header .logo {
  z-index: 10;
  position: relative;
  display: table;
  width: 155px;
  height: 85px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}

#Header .logo a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#Header .logo-100th {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 154px;
  display: table;
  width: 85px;
  height: 85px;
  margin: 0 0 0 1px;
  padding: 10px;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
}

#Header .logo-100th a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.btn-menu {
  z-index: 1011;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
}

.btn-menu.is-hide {
  display: none;
}

.icon-nav {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background: #fff url(../img/common/icon_menu.png) 50% 50% no-repeat;
}

.icon-nav:hover {
  background: #171c8f url(../img/common/icon_menu_o.png) 50% 50% no-repeat;
}

.icon-nav.is-active {
  background: #fff url(../img/common/icon_cross.png) 50% 50% no-repeat;
}

.icon-nav.is-active:hover {
  background: #171c8f url(../img/common/icon_cross_o.png) 50% 50% no-repeat;
}

.nav-globalmenu {
  display: none;
  z-index: 1010;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

.nav-globalmenu.is-active {
  display: block;
}

.nav-globalmenu .nav {
  display: flex;
  flex-wrap: wrap;
  border: solid #535967;
  border-width: 0 1px 1px;
}

.nav-globalmenu .nav li {
  display: table;
  width: 25%;
  border: solid #535967;
  border-width: 0 0 1px 1px;
  box-sizing: border-box;
  font-size: 24px;
}

.nav-globalmenu .nav li a {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 324px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background-size: 120%;
  -webkit-transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-globalmenu .nav li a.is-active {
  overflow: hidden;
  z-index: 10;
  position: relative;
  border: 7px solid #fff;
  box-sizing: border-box;
}

.nav-globalmenu .nav li a.is-active .bg-cover {
  opacity: 1.0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-globalmenu .nav li a.is-active .bg-img {
  opacity: 1.0;
  -webkit-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-globalmenu .nav li a:hover .bg-cover {
  opacity: 1.0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-globalmenu .nav li a:hover .bg-img {
  opacity: 1.0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-globalmenu .nav li a .label {
  z-index: 5;
  position: relative;
  font-weight: bold;
}

.nav-globalmenu .nav li a .bg-cover {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 324px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-globalmenu .nav li a .bg-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 324px;
  opacity: 0;
  -webkit-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-globalmenu #nav-intro .bg-img {
  background: url(../img/common/bg_nav_01.jpg) 50% 50% no-repeat;
}

.nav-globalmenu #nav-msg .bg-img {
  background: url(../img/common/bg_nav_02.jpg) 50% 50% no-repeat;
}

.nav-globalmenu #nav-business .bg-img {
  background: url(../img/common/bg_nav_03.jpg) 50% 50% no-repeat;
}

.nav-globalmenu #nav-innovation .bg-img {
  background: url(../img/common/bg_nav_04.jpg) 50% 50% no-repeat;
}

.nav-globalmenu #nav-techcore .bg-img {
  background: url(../img/common/bg_nav_05.jpg) 50% 50% no-repeat;
}

.nav-globalmenu #nav-expansion .bg-img {
  background: url(../img/common/bg_nav_06.jpg) 50% 50% no-repeat;
}

.nav-globalmenu #nav-future .bg-img {
  background: url(../img/common/bg_nav_07.jpg) 50% 50% no-repeat;
}

.nav-globalmenu #nav-leadmore .bg-img {
  background: url(../img/common/bg_nav_08.jpg) 50% 50% no-repeat;
}

.nav-globalmenu .wgt-column {
  margin-top: 80px;
  width: 542px;
}

.nav-globalmenu .wgt-column .clm {
  margin-left: 48px;
}

.wgt-title {
  margin-top: 32px;
  font-size: 52px;
  line-height: 120%;
  font-weight: normal;
}

.wgt-title.color-white {
  color: #fff;
}

.wgt-title:after {
  content: ' ';
  display: block;
  background: #fff;
  width: 18px;
  height: 2px;
  margin: 40px auto 29px;
}

.wgt-title.bdr-color_black:after {
  background: #171c8f;
}

.category-label {
  padding: 7px 13px 7px 12px;
  background: #171c8f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.0;
}

.category-label a {
  color: #fff;
  text-decoration: none;
}

.obj-triangle {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 814px;
  height: 814px;
  transform: rotate(0deg);
}

.obj-triangle .quadrangle {
  display: block;
  width: 407px;
  height: 407px;
  background: #f00;
}

.obj-triangle .quadrangle:first-child {
  opacity: 0;
}

/** &nbsp;Intro
--------------------------------------
--------------------------------------
*/
#Intro {
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  background: #10122c url(../img/intro/bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#Intro .inner {
  z-index: 90;
  position: absolute;
  top: 400px;
  left: 50%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin-left: -175px;
}

#Intro .title {
  margin-bottom: 57px;
}

#Intro .text {
  color: #fff;
  font-size: 16px;
  line-height: 200%;
}

#Keyvisual-movie {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/** &nbsp;Message
--------------------------------------
--------------------------------------
*/
#Message {
  z-index: 80;
  overflow: hidden;
  position: relative;
  display: table;
  height: 100vh;
  min-height: 768px;
  background: url(../img/message/bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#Message #Img-fliter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

#Message .inner {
  display: table-cell;
  padding: 80px 0;
  text-align: center;
  vertical-align: middle;
}

#Message .category-label {
  position: relative;
  top: 60px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Message .category-label.is-active {
  top: 0;
  opacity: 1.0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Message .wgt-title {
  position: relative;
  top: 60px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Message .wgt-title.is-active {
  top: 0;
  opacity: 1.0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Message .wgt-title.is-active::after {
  top: 0;
  opacity: 1.0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Message .wgt-title::after {
  position: relative;
  top: 20px;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Message .text {
  position: relative;
  top: 60px;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 200%;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Message .text.is-active {
  top: 0;
  opacity: 1.0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Message .flag-animate {
  top: 0;
}

#Message .flag-animate::after {
  top: 0;
}

/** &nbsp;Business
--------------------------------------
--------------------------------------
*/
#Business-areas {
  position: relative;
  width: 100%;
  height: 1200px;
  margin-bottom: 170px;
}

#Business-areas .mask-obj .obj-triangle {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Business-areas .mask-obj.is-active .obj-triangle {
  opacity: 1.0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Business-areas .mod-heading,
#Business-areas .mod-outline {
  position: relative;
  top: 60px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Business-areas .mod-heading.is-active,
#Business-areas .mod-outline.is-active {
  top: -35px;
  opacity: 1.0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Business-areas .inner {
  z-index: 10;
  position: relative;
  text-align: center;
  margin: auto;
  padding: 170px 0 0 0;
}

#Business-areas .text {
  font-size: 16px;
  line-height: 180%;
}

#Business-areas .layout-objectmask {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 1200px;
}

#Business-areas .obj-triangle {
  transform: rotate(45deg);
  z-index: 3;
  top: -650px;
  left: -160px;
}

#Business-areas .obj-triangle .quadrangle:nth-child(2) {
  background: rgba(102, 140, 145, 0.1);
}

#Business-areas .obj-triangle .quadrangle:nth-child(3) {
  background: rgba(102, 140, 145, 0.15);
}

#Business-areas .obj-triangle .quadrangle:nth-child(4) {
  background: rgba(59, 125, 135, 0.2);
}

#Business-areas .obj-triangle.is-active {
  opacity: 1;
}

#Business-areas .obj-triangle_btm {
  z-index: 10;
  transform: rotate(225deg);
  top: auto;
  bottom: -350px;
  left: auto;
  right: 0;
}

#Business-areas .obj-triangle_btm .quadrangle:nth-child(2) {
  background: rgba(102, 140, 145, 0.15);
}

#Business-areas .obj-triangle_btm .quadrangle:nth-child(3) {
  background: rgba(102, 140, 145, 0.1);
}

#Business-areas .obj-triangle_btm .quadrangle:nth-child(4) {
  background: rgba(59, 125, 135, 0.25);
}

#Business-areas .obj-triangle_btm.is-active {
  opacity: 1;
}

#Business-areas .flag-animate {
  position: relative;
}

#Business-areas .flag-animate.fadeToup60px {
  top: -60px;
  opacity: 0;
}

#Business-areas .flag-animate.fadeToup60px.is-active {
  top: 0;
  opacity: 1;
}

#Business-areas .flag-animate.fadeToup20px {
  top: -20px;
  opacity: 0;
}

#Business-areas .flag-animate.fadeToup20px.is-active {
  top: 0;
  opacity: 1;
}

#Business-areas .flag-animate.fadeIn {
  opacity: 0;
}

#Business-areas .flag-animate.fadeIn.is-active {
  opacity: 1;
}

.mod-background_carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1400px;
}

.mod-background_carousel .btn-group {
  opacity: 0;
  position: absolute;
  top: 300px;
  left: 50%;
  max-width: 1278px;
  width: 100%;
  height: 600px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-background_carousel .btn-group.is-active {
  opacity: 1.0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-background_carousel .btn-carousel {
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: 40px;
}

.mod-background_carousel .btn-carousel a {
  display: block;
  width: 50px;
  height: 87px;
  background-color: #10122c;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-background_carousel .btn-carousel a:hover {
  background-color: #171c8f;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-background_carousel .btn-carousel.btn-left {
  left: 0;
}

.mod-background_carousel .btn-carousel.btn-left a {
  background-image: url(../img/business/arw_left.png);
}

.mod-background_carousel .btn-carousel.btn-right {
  right: 0;
}

.mod-background_carousel .btn-carousel.btn-right a {
  background-image: url(../img/business/arw_right.png);
}

.mod-background_carousel .bg-cover_h {
  display: none;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: -ms-linear-gradient(top, #edf4f7 55%, rgba(255, 255, 255, 0) 100%);
  /* IE10, IE11 */
  background: -moz-linear-gradient(top, #edf4f7 55%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #edf4f7 55%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #edf4f7 55%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mod-background_carousel .thumb {
  z-index: 70;
  position: relative;
  top: 120px;
}

.mod-background_carousel .thumb::before {
  content: '';
  position: absolute;
  top: -480px;
  left: 0;
  width: 120%;
  height: 800px;
  margin: 0;
  background: url(../img/business/bg_thumb.png) 50% 95% no-repeat;
  z-index: 4;
}

.mod-background_carousel .thumb .carousel-list {
  position: relative;
  top: -240px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 0 0;
}

.mod-background_carousel .thumb .carousel-list li {
  width: 15%;
  margin: 0 0 37px 53px;
}

.mod-background_carousel .thumb .carousel-list li .img {
  display: block;
  margin: 0 0 15px;
}

.mod-background_carousel .thumb .carousel-list li .img img {
  position: relative;
  height: 75px;
}

.mod-background_carousel .thumb .carousel-list li .title {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 120%;
}

.mod-background_carousel .thumb .carousel-list li.item-1 {
  margin-top: -30px;
}

.mod-background_carousel .thumb .carousel-list li.item-2 {
  margin-top: -60px;
}

.mod-background_carousel .thumb .carousel-list li.item-3 {
  margin-top: -90px;
}

.mod-background_carousel .thumb .carousel-list li.item-4 {
  margin-top: -120px;
}

.mod-background_carousel .thumb .carousel-list li.item-5 {
  margin-top: -150px;
}

.mod-background_carousel .thumb .carousel-list li.item-6 {
  margin-top: -30px;
  padding: 35px 0 0 0;
}

.mod-background_carousel .thumb .carousel-list li.item-7 {
  margin-top: -60px;
  padding: 35px 0 0 0;
}

.mod-background_carousel .thumb .carousel-list li.item-8 {
  margin-top: -90px;
  padding: 35px 0 0 0;
}

.mod-background_carousel .thumb .carousel-list li.item-9 {
  margin-top: -120px;
  padding: 35px 0 0 0;
}

.mod-background_carousel .thumb .carousel-list li.item-10 {
  margin-top: -150px;
  padding: 35px 0 0 0;
}

.mod-background_carousel .thumb .carousel-list li a.is-active .img {
  background: #171c8f;
}

.mod-background_carousel .box-wrap {
  z-index: 50;
  position: relative;
  top: 450px;
  max-width: 1px;
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
}

.mod-background_carousel .box {
  z-index: 10;
  float: right;
  position: relative;
  opacity: 0;
  width: 518px;
  padding: 20px 35px 20px 35px;
  box-sizing: border-box;
  background: #fff;
  border: 7px solid #edf4f7;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-background_carousel .box.is-active {
  opacity: 1.0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-background_carousel .box .title {
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 120%;
}

.mod-background_carousel .box .title.f32 {
  font-size: 28px;
  font-weight: normal;
}

.mod-background_carousel .box .font-small {
  font-size: 28px;
}

.mod-background_carousel .box .font-large {
  font-size: 86px;
}

.mod-background_carousel .box .text {
  margin-top: 20px;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  line-height: 150%;
}

.mod-background_carousel .box img {
  margin: 0 10px 0 0;
  vertical-align: bottom;
}

.mod-background_carousel .slidebox {
  position: relative;
}

.mod-background_carousel .story00 {
  width: 100%;
  height: 1200px;
  background: url(../img/business/bg00.jpg) 50% -13px no-repeat;
  background-size: 2560px auto;
}

.mod-background_carousel .story00 .bubble-animate {
  display: inline-block;
  position: relative;
  top: 40px;
  left: 40px;
  width: 500px;
  height: 480px;
}

.mod-background_carousel .story00 .bubble-animate .obj {
  position: absolute;
  opacity: 0;
  background: url(../img/business/img_obj01.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-background_carousel .story00 .bubble-animate .obj.is-active {
  opacity: 1.0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-background_carousel .story00 .bubble-animate .mask-obj {
  opacity: 0;
}

.mod-background_carousel .story00 .bubble-animate .mask-obj.is-active {
  opacity: 1.0;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj1 {
  right: 60px;
  bottom: -120px;
  width: 192px;
  height: 128px;
  background-size: 192px auto;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj1.is-active {
  bottom: 60px;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj2 {
  right: 320px;
  bottom: 0;
  width: 150px;
  height: 97px;
  background-size: 150px auto;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj2.is-active {
  bottom: 107px;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj3 {
  right: 170px;
  bottom: 160px;
  width: 130px;
  height: 80px;
  background-size: 130px auto;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj3.is-active {
  bottom: 240px;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj4 {
  right: 400px;
  bottom: 222px;
  width: 115px;
  height: 70px;
  background-size: 115px auto;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj4.is-active {
  bottom: 292px;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj5 {
  right: 74px;
  top: 140px;
  width: 87px;
  height: 60px;
  background-size: 87px auto;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj5.is-active {
  top: 87px;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj6 {
  right: 285px;
  top: 80px;
  width: 70px;
  height: 44px;
  background-size: 70px auto;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj6.is-active {
  top: 48px;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj7 {
  right: 415px;
  top: 60px;
  width: 52px;
  height: 33px;
  background-size: 52px auto;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj7.is-active {
  top: 18px;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj8 {
  right: 200px;
  top: 0;
  width: 43px;
  height: 30px;
  background-size: 43px auto;
}

.mod-background_carousel .story00 .bubble-animate .bbb-obj8.is-active {
  top: 0;
}

.mod-background_carousel .story00 .box {
  float: right;
}

.mod-background_carousel .story00 .box .subline {
  display: block;
  padding-bottom: 13px;
}

.mod-background_carousel .story01 {
  width: 100%;
  height: 1200px;
  background: url(../img/business/bg01.jpg) 50% 0 no-repeat;
  background-size: 2560px auto;
}

.mod-background_carousel .story01 .box {
  float: right;
}

.mod-background_carousel .story02 {
  width: 100%;
  height: 1200px;
  background: url(../img/business/bg02.jpg) 50% 0 no-repeat;
  background-size: 2560px auto;
}

.mod-background_carousel .story02 .box {
  float: right;
}

.mod-background_carousel .story03 {
  width: 100%;
  height: 1200px;
  background: url(../img/business/bg03.jpg) 50% 0 no-repeat;
  background-size: 2560px auto;
}

.mod-background_carousel .story03 .box {
  float: right;
}

.mod-background_carousel .story04 {
  width: 100%;
  height: 1200px;
  background: url(../img/business/bg04.jpg) 50% 0 no-repeat;
  background-size: 2560px auto;
}

.mod-background_carousel .story04 .box {
  float: right;
}

.mod-background_carousel .story05 {
  width: 100%;
  height: 1200px;
  background: url(../img/business/bg05.jpg) 50% 0 no-repeat;
  background-size: 2560px auto;
}

.mod-background_carousel .story05 .box {
  float: right;
}

.mod-background_carousel .story06 {
  width: 100%;
  height: 1200px;
  background: url(../img/business/bg06.jpg) 50% 0 no-repeat;
  background-size: 2560px auto;
}

.mod-background_carousel .story06 .box {
  float: right;
}

.mod-background_carousel .story07 {
  width: 100%;
  height: 1200px;
  background: url(../img/business/bg07.jpg) 50% 0 no-repeat;
  background-size: 2560px auto;
}

.mod-background_carousel .story07 .box {
  float: right;
}

.mod-background_carousel .story08 {
  width: 100%;
  height: 1200px;
  background: url(../img/business/bg08.jpg) 50% 0 no-repeat;
  background-size: 2560px auto;
}

.mod-background_carousel .story08 .box {
  float: right;
}

.mod-background_carousel .story09 {
  width: 100%;
  height: 1200px;
  background: url(../img/business/bg09.jpg) 50% 0 no-repeat;
  background-size: 2560px auto;
}

.mod-background_carousel .story09 .box {
  float: right;
}

.mod-background_carousel .story10 {
  width: 100%;
  height: 1200px;
  background: url(../img/business/bg10.jpg) 50% 0 no-repeat;
  background-size: 2560px auto;
}

.mod-background_carousel .story10 .box {
  float: right;
}

.mod-background_carousel .slick-slide img {
  display: inline-block;
}

/** &nbsp;Innovation
--------------------------------------
--------------------------------------
*/
#Innovation {
  position: relative;
  top: -90px;
  overflow: hidden;
  height: 1650px;
  background: #edf4f7;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation::before {
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0px;
  right: -15%;
  content: '';
  width: 100%;
  height: 800px;
  background: url(../img/innovation/bg_obj01.png) 85% 0 no-repeat;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation::after {
  opacity: 0;
  z-index: 2;
  position: absolute;
  bottom: 34px;
  right: 55%;
  content: '';
  width: 100%;
  height: 552px;
  background: url(../img/innovation/bg_obj02.png) 100% 100% no-repeat;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation.is-active {
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation.is-active::before, #Innovation.is-active::after {
  opacity: 1;
}

#Innovation .inner {
  z-index: 10;
  position: relative;
  padding: 290px 0 0;
  box-sizing: border-box;
  text-align: center;
}

#Innovation .mod-heading {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation .mod-heading.is-active {
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation .mod-outline {
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation .mod-outline.is-active {
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation .text {
  font-size: 16px;
  line-height: 200%;
}

#Innovation .wgt-column.innovation-list {
  margin-bottom: 80px;
  text-align: left;
}

#Innovation .wgt-column.innovation-list .clm {
  opacity: 0;
  position: relative;
  top: 60px;
  width: 33.3%;
  margin-left: 48px;
  text-align: left;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation .wgt-column.innovation-list .clm:first-child {
  margin-left: 0;
}

#Innovation .wgt-column.innovation-list .clm.is-active {
  top: 0;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation .wgt-column.innovation-list .clm a {
  text-decoration: none;
}

#Innovation .wgt-column.innovation-list .clm a:hover .title {
  color: #171c8f;
}

#Innovation .wgt-column.innovation-list .clm .text {
  line-height: 200%;
}

#Innovation .wgt-column.innovation-list .title {
  margin-bottom: 7px;
}

#Innovation .wgt-column.innovation-list .title sup,
#Innovation .wgt-column.innovation-list .title sub {
  position: relative;
  top: 5px;
}

#Innovation .wgt-column.innovation-list .img {
  margin-bottom: 32px;
}

#Innovation .item-1 {
  margin-top: 45px;
}

#Innovation .item-2 {
  margin-top: 90px;
}

#Innovation .item-3 {
  margin-top: 135px;
}

#Innovation .title {
  font-size: 32px;
  font-weight: normal;
  line-height: 120%;
}

#Innovation .title .icon-popup {
  padding-right: 20px;
  background: url(../img/common/icon_blank.png) 100% 50% no-repeat;
}

#Innovation .layout-objectmask {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 2000px;
}

#Innovation .obj-triangle {
  transform: rotate(45deg);
  z-index: 3;
  top: -480px;
  left: auto;
  right: -13%;
}

#Innovation .obj-triangle .quadrangle {
  opacity: 0;
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation .obj-triangle .quadrangle.is-active {
  opacity: 1;
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Innovation .obj-triangle .quadrangle:nth-child(2) {
  background: rgba(102, 140, 145, 0.1);
}

#Innovation .obj-triangle .quadrangle:nth-child(3) {
  background: rgba(102, 140, 145, 0.15);
}

#Innovation .obj-triangle .quadrangle:nth-child(4) {
  background: rgba(59, 125, 135, 0.25);
}

/** &nbsp;Core-tech
--------------------------------------
--------------------------------------
*/
#Core-tech {
  z-index: 11;
  position: relative;
  top: -425px;
  width: 100%;
  height: 950px;
  background: url(../img/core_tech/bg.png) 50% 0 no-repeat;
  background-size: 2560px auto;
}

#Core-tech .inner {
  z-index: 10;
  position: relative;
  top: 60px;
  padding: 290px 0 0 0;
  box-sizing: border-box;
  text-align: center;
}

#Core-tech .mod-heading {
  position: relative;
  top: 60px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Core-tech .mod-heading.is-active {
  top: 0;
  opacity: 1.0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Core-tech .mod-outline {
  position: relative;
  top: 60px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Core-tech .mod-outline.is-active {
  top: 0;
  opacity: 1.0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Core-tech .wgt-title {
  color: #fff;
}

#Core-tech .text {
  font-size: 16px;
  line-height: 200%;
  color: #fff;
}

#Core-tech #Core-tech_outline01 {
  margin-top: 380px;
}

#Core-tech #Core-tech_outline01 .img-anime {
  margin-top: 44px;
}

#Core-tech #Core-tech_outline01 .wgt-column {
  min-height: 472px;
}

#Core-tech #Core-tech_outline02 {
  margin-top: 207px;
}

#Core-tech #Core-tech_outline02 .wgt-column {
  min-height: 408px;
}

#Core-tech #Core-tech_outline03 {
  margin-top: 180px;
}

#Core-tech #Core-tech_outline03 .wgt-column {
  min-height: 579px;
}

#Core-tech #Core-tech_outline03 .img-anime {
  margin-top: 70px;
}

#Core-tech #Core-tech_outline04 {
  margin-top: 115px;
}

#Core-tech #Core-tech_outline04 .wgt-column {
  min-height: 515px;
}

#Core-tech #Core-tech_outline04 .img-anime {
  margin-top: 80px;
}

#Core-tech .point .title {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
}

#Core-tech .point .title.nomgn {
  margin-top: 0;
}

#Core-tech .point .text {
  margin-top: 25px;
}

#Core-tech .point .w535 {
  width: 510px;
}

#Core-tech .point .w518 {
  width: 520px;
}

#Core-tech .point .wgt-column {
  width: 1024px;
}

#Core-tech .point .wgt-column .clm {
  position: relative;
  top: 0px;
  opacity: 0;
  width: 50%;
  margin-left: 58px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Core-tech .point .wgt-column .clm:first-child {
  margin-left: 0;
}

#Core-tech .point .wgt-column .clm.is-active {
  top: -60px;
  opacity: 1.0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Core-tech .point .wgt-column .clm .img-anime {
  text-align: right;
}

#Core-tech .point .wgt-column .clm .img-anime img {
  vertical-align: middle;
}

#Core-tech .point .wgt-column .clm .img-anime.img-left {
  text-align: left;
}

#Core-tech .wgt-banner {
  position: absolute;
  top: -100px;
  left: 50%;
  opacity: 0;
  margin-left: -324px;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Core-tech .wgt-banner.is-active {
  top: -130px;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Core-tech .obj-triangle {
  transform: rotate(225deg);
  top: -100px;
  bottom: auto;
  left: -8%;
  right: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Core-tech .obj-triangle .quadrangle {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Core-tech .obj-triangle .quadrangle.is-active {
  opacity: 1;
}

#Core-tech .obj-triangle .quadrangle:nth-child(2) {
  background: rgba(102, 140, 145, 0.1);
}

#Core-tech .obj-triangle .quadrangle:nth-child(3) {
  background: rgba(102, 140, 145, 0.15);
}

#Core-tech .obj-triangle .quadrangle:nth-child(4) {
  background: rgba(59, 125, 135, 0.25);
}

/** &nbsp;Expansion
--------------------------------------
--------------------------------------
*/
#Expansion {
  z-index: 10;
  position: relative;
  top: -800px;
  width: 100%;
  height: 1550px;
  padding: 415px 0 0 0;
  background: url(../img/expansion/bg.png) 50% 0 no-repeat;
  background-size: 2560px auto;
}

#Expansion .inner {
  box-sizing: border-box;
  text-align: center;
}

#Expansion .mod-heading {
  z-index: 3;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Expansion .mod-heading.is-active {
  top: -60px;
  opacity: 1.0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Expansion .mod-outline {
  position: relative;
  top: 0;
  opacity: 0;
}

#Expansion .mod-outline.is-active {
  top: -60px;
  opacity: 1.0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Expansion .mod-outline sup {
  font-size: 0.6em;
}

#Expansion .bgmap {
  z-index: -1;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1280px;
  height: 668px;
  margin: -334px 0 0 -640px;
  background: url(../img/expansion/bg_map.png) 50% 50% no-repeat;
}

#Expansion .numberlist-wrap {
  position: relative;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 60px;
}

#Expansion .numberlist-wrap.is-active {
  top: -60px;
  opacity: 1.0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Expansion .wgt-column.number-list {
  width: 855px;
  height: 150px;
  margin-bottom: 80px;
}

#Expansion .wgt-column.number-list .clm {
  width: 50%;
  height: 150px;
  border-left: 2px solid #9ca1a3;
  text-align: center;
}

#Expansion .wgt-column.number-list .clm:last-child {
  border-right: 2px solid #9ca1a3;
}

#Expansion .wgt-column.number-list .clm .title {
  font-size: 20px;
}

#Expansion .wgt-column.number-list .clm .num {
  margin-top: 15px;
}

#Expansion .unit {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}

#Expansion .comment {
  width: 855px;
  margin: 0 auto;
  text-align: right;
}

#Expansion .comment .bg {
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

/** &nbsp;Future
--------------------------------------
--------------------------------------
*/
#Future {
  position: relative;
  top: -1710px;
  height: 500px;
}

#Future .obj-bird {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 400px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#Future .obj-bird.is-active {
  opacity: 1.0;
}

#Future .obj-bird.bird-front {
  z-index: 2;
  top: 400px;
  left: 50%;
  width: 300px;
  height: 300px;
  margin-left: 150px;
  background: url(../img/future/img_obj01.png) 0 0 no-repeat;
}

#Future .obj-bird.bird-front_ptn2 {
  z-index: 2;
  top: 600px;
  left: 50%;
  width: 300px;
  height: 300px;
  margin-left: 130px;
  background: url(../img/future/img_obj01_2.png) 0 0 no-repeat;
}

#Future .obj-bird.bird-front_ptn3 {
  z-index: 2;
  top: 790px;
  left: 50%;
  width: 300px;
  height: 300px;
  margin-left: 220px;
  background: url(../img/future/img_obj01_3.png) 0 0 no-repeat;
}

#Future .obj-bird.bird-back {
  z-index: 1;
  top: 500px;
  right: -50px;
  width: 494px;
  height: 368px;
  background: url(../img/future/img_obj02.jpg) 0 0 no-repeat;
}

#Future::before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 100%;
  height: 3000px;
  background-color: #fff;
}

#Future::after {
  opacity: 0;
  z-index: 2;
  position: absolute;
  bottom: -1900px;
  right: 0;
  display: block;
  content: ' ';
  width: 900px;
  height: 900px;
  background: url(../img/future/img_obj03.png) 0 0 no-repeat;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#Future.is-active::after {
  opacity: 1.0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Future .inner {
  z-index: 80;
  position: relative;
  top: 520px;
  text-align: center;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Future .inner.is-active {
  top: 300px;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Future .line {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 2px;
  height: 0;
  background: #171c8f;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Future .line.is-active {
  height: 2500px;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Future .bg {
  z-index: 2;
  position: absolute;
  top: 270px;
  left: 50%;
  width: 298px;
  height: 300px;
  margin-left: -154px;
  background: #fff;
}

#Future .box-wrap {
  position: relative;
  top: 370px;
  width: 1084px;
  height: 1500px;
  margin: 0 auto;
}

#Future .box-wrap .box {
  z-index: 30;
  position: absolute;
  width: 445px;
}

#Future .box-wrap .box .img {
  opacity: 0;
  position: relative;
  top: 0px;
  margin: 60px 0 0 0;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Future .box-wrap .box .img.is-active {
  top: -60px;
  opacity: 1.0;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Future .box-wrap .box .outline {
  position: relative;
  opacity: 0;
  top: 0px;
  margin: 20px 0 0 0;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Future .box-wrap .box .outline.is-active {
  top: -60px;
  opacity: 1.0;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Future .box-wrap .box .outline .tag {
  font-size: 14px;
  letter-spacing: 0.08em;
}

#Future .box-wrap .box .outline .title {
  margin-top: 15px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
}

#Future .box-wrap .box .outline .text {
  margin-top: 20px;
}

#Future .layout-objectmask {
  z-index: 5;
  position: absolute;
  top: -377px;
  bottom: auto;
  left: auto;
  right: -200px;
  overflow: hidden;
  width: 100%;
  height: 600px;
  transform: rotate(5deg);
}

#Future .obj-triangle {
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Future .obj-triangle.is-active {
  opacity: 1.0;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Future .obj-triangle_mid {
  transform: rotate(320deg);
  top: 120%;
  bottom: auto;
  left: 30%;
  right: auto;
  margin: 0px 0 0 -900px;
}

#Future .obj-triangle_mid .quadrangle:nth-child(2) {
  background: rgba(102, 140, 145, 0.1);
}

#Future .obj-triangle_mid .quadrangle:nth-child(3) {
  background: rgba(102, 140, 145, 0.15);
}

#Future .obj-triangle_mid .quadrangle:nth-child(4) {
  background: rgba(59, 125, 135, 0.25);
}

#Future .obj-triangle_top {
  z-index: 5;
  transform: rotate(45deg);
  top: -250px;
  bottom: auto;
  left: auto;
  right: -100px;
}

#Future .obj-triangle_top .quadrangle:nth-child(2) {
  background: rgba(102, 140, 145, 0.15);
}

#Future .obj-triangle_top .quadrangle:nth-child(3) {
  background: rgba(102, 140, 145, 0.1);
}

#Future .obj-triangle_top .quadrangle:nth-child(4) {
  background: rgba(59, 125, 135, 0.25);
}

#Future .obj-triangle_btm {
  transform: rotate(225deg);
  top: auto;
  bottom: -1800px;
  left: auto;
  right: 0;
}

#Future .obj-triangle_btm .quadrangle:nth-child(2) {
  background: rgba(102, 140, 145, 0.1);
}

#Future .obj-triangle_btm .quadrangle:nth-child(3) {
  background: rgba(102, 140, 145, 0.15);
}

#Future .obj-triangle_btm .quadrangle:nth-child(4) {
  background: rgba(59, 125, 135, 0.25);
}

#future-box1 {
  top: 0px;
  left: 20px;
}

#future-box2 {
  top: 330px;
  right: 20px;
}

#future-box3 {
  top: 791px;
  left: 20px;
}

/** &nbsp;More
--------------------------------------
--------------------------------------
*/
#Leadmore {
  z-index: 30;
  position: relative;
  top: 0;
  height: auto;
  padding: 170px 0 0;
  background: url(../img/leadmore/bg.png) 50% 0 no-repeat;
  background-size: 2560px auto;
}

#Leadmore .inner {
  margin-top: 155px;
  text-align: center;
}

#Leadmore .mod-heading {
  opacity: 0;
  position: relative;
  top: 60px;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Leadmore .mod-heading.is-active {
  opacity: 1.0;
  top: 0px;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Leadmore .mod-outline {
  opacity: 0;
  position: relative;
  top: 60px;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Leadmore .mod-outline.is-active {
  opacity: 1.0;
  top: -10px;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Leadmore .wgt-title {
  color: #fff;
}

#Leadmore .text {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 200%;
}

#Leadmore .related-group {
  margin: 290px 0 0 0;
  background: #e5eef0;
}

#Leadmore .list-relatedinfo {
  display: flex;
  flex-wrap: wrap;
  width: 1084px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

#Leadmore .list-relatedinfo a {
  text-decoration: none;
}

#Leadmore .list-relatedinfo li {
  opacity: 0;
  position: relative;
  top: 0;
  width: 328px;
  margin: 0 0 48px 48px;
  text-align: left;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Leadmore .list-relatedinfo li:first-child, #Leadmore .list-relatedinfo li:nth-child(4n) {
  margin-left: 0;
}

#Leadmore .list-relatedinfo li.is-active {
  opacity: 1.0;
  top: -60px;
  -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Leadmore .list-relatedinfo li .title {
  margin-top: 10px;
  font-size: 32px;
  font-weight: normal;
}

#Leadmore .list-relatedinfo li .title .icon-popup {
  padding: 0 20px 0 0;
  background: url(../img/common/icon_blank.png) 100% 54% no-repeat;
}

#Leadmore .list-relatedinfo li .img {
  margin: 0;
}

#Leadmore-related {
  margin-top: -48px;
  padding-top: 0;
}

/** &nbsp;Module
--------------------------------------
--------------------------------------
*/
#Page-controller {
  z-index: 90;
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Page-controller.is-active {
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Page-controller .controller .btn-page_top a {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff url(../img/common/icon_pagetop.png) 50% 50% no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Page-controller .controller .btn-page_top a:hover {
  background: #171c8f url(../img/common/icon_pagetop_o.png) 50% 50% no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Page-controller .controller .btn-page_next {
  margin-top: 1px;
}

#Page-controller .controller .btn-page_next a {
  display: block;
  width: 28px;
  height: 84px;
  background: #fff url(../img/common/icon_page_prev.png) 50% 10% no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Page-controller .controller .btn-page_next a:hover {
  background: #171c8f url(../img/common/icon_page_prev_o.png) 50% 10% no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Page-controller .controller .btn-page_prev {
  margin-top: 1px;
}

#Page-controller .controller .btn-page_prev a {
  display: block;
  width: 28px;
  height: 84px;
  background: #fff url(../img/common/icon_page_next.png) 50% 90% no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Page-controller .controller .btn-page_prev a:hover {
  background: #171c8f url(../img/common/icon_page_next_o.png) 50% 90% no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wgt-column {
  display: flex;
  width: 1084px;
  margin: 0 auto;
}

a .img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 7px;
  box-sizing: border-box;
  background: #fff;
}

a .img span {
  display: block;
  overflow: hidden;
  position: relative;
}

a .img span:after {
  content: ' ';
  position: absolute;
  top: -800px;
  left: -800px;
  transform: rotate(-45deg);
  width: 800px;
  height: 800px;
  background: rgba(23, 28, 143, 0.4);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a .img.img-card_animate {
  display: block;
  line-height: 1.0;
}

a .img.noframe {
  padding: 0;
  background: none;
  border: none;
}

a:hover .img span::after {
  top: -125px;
  left: -125px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Sns-area {
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 150px;
}

#Sns-area.is-active {
  position: absolute;
}

#Sns-area ul {
  display: table;
}

#Sns-area ul li {
  display: table-cell;
  vertical-align: top;
}

#Sns-area ul li:last-child {
  position: relative;
  left: 8px;
  top: 0px;
}

#Back-screen {
  opacity: 0;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #171d8f;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Back-screen.flag-visible {
  z-index: 100;
  opacity: 1;
  background-image: url(../img/common/icon_loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#Back-screen.flag-motion {
  z-index: 100;
  opacity: 1;
  background-image: none;
  background: #171d8f;
}

#Back-screen.flag-finish {
  z-index: -1;
  opacity: 0;
}

#Movie-fliter {
  opacity: 0;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 768px;
  background: #333;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Movie-fliter.flag-visible {
  opacity: 0.4;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-svg {
  z-index: 1000;
  position: relative;
  display: table-cell;
  width: 100%;
  max-width: 1080px;
  text-align: center;
  vertical-align: middle;
}

.g-btn {
  display: inline-block;
  border: 1px solid #fff;
  position: relative;
  left: 50%;
  margin: 45px 0 45px -115px;
  text-align: center;
  width: 230px;
  height: auto;
}

.g-btn &gt; span {
  font-size: 16px;
  line-height: 2.0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.g-btn &gt; span span {
  color: #fff;
  display: block;
  padding: 7px 8px;
  position: relative;
  overflow: hidden;
  transition: color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
}

.g-btn &gt; span span:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  z-index: -1;
}

.g-btn {
  text-align: center;
}

.g-btn:hover {
  text-decoration: none;
}

.g-btn:hover span span {
  color: #171c8f;
}

.g-btn:hover span span::before {
  left: 0;
}

/**
　width 2560px
*/
@media screen and (max-width: 2560px) {
  .mod-background_carousel .thumb::before {
    top: -480px;
  }
  /** &nbsp;Innovation
--------------------------------------
--------------------------------------
*/
  #Innovation {
    top: -130px;
  }
  #Innovation::before {
    top: 50px;
    right: -3%;
    height: 800px;
  }
  #Innovation::after {
    opacity: 0;
    z-index: 2;
    position: absolute;
    bottom: 100px;
    right: 55%;
    content: '';
    width: 100%;
    height: 552px;
  }
  #Innovation .inner {
    padding: 300px 0 0;
  }
  #Innovation .wgt-column.innovation-list {
    margin-bottom: 80px;
  }
  #Innovation .wgt-column.innovation-list .clm {
    top: 60px;
    width: 33.3%;
    margin-left: 48px;
    text-align: left;
  }
  #Innovation .wgt-column.innovation-list .clm:first-child {
    margin-left: 0;
  }
  #Innovation .wgt-column.innovation-list .clm.is-active {
    top: 0;
  }
  #Innovation .wgt-column.innovation-list .title {
    margin-bottom: 7px;
  }
  #Innovation .wgt-column.innovation-list .title sup,
  #Innovation .wgt-column.innovation-list .title sub {
    position: relative;
    top: 5px;
  }
  #Innovation .wgt-column.innovation-list .img {
    margin-bottom: 32px;
  }
  #Innovation .obj-triangle {
    transform: rotate(45deg);
    z-index: 3;
    top: -400px;
    left: auto;
    right: 3%;
  }
  /** &nbsp;Core-tech
--------------------------------------
--------------------------------------
*/
  #Core-tech {
    top: -445px;
  }
  #Core-tech .obj-triangle {
    left: 6%;
  }
  /** &nbsp;Expansion
--------------------------------------
--------------------------------------
*/
  /** &nbsp;Future
--------------------------------------
--------------------------------------
*/
  #Future {
    top: -1750px;
  }
  #Future::after {
    bottom: -2200px;
    right: 300px;
  }
  #Future .obj-bird.bird-front {
    margin-left: 150px;
  }
  #Future .obj-bird.bird-front_ptn2 {
    margin-left: 130px;
  }
  #Future .obj-bird.bird-front_ptn3 {
    margin-left: 220px;
  }
  #Future .obj-bird.bird-back {
    top: 400px;
    right: 350px;
    width: 494px;
    height: 368px;
  }
  #Future .box-wrap {
    position: relative;
    width: 1084px;
    height: 1500px;
    margin: 0 auto;
  }
  #Future .box-wrap .box {
    z-index: 30;
    position: absolute;
    width: 445px;
  }
  #Future .box-wrap .box .img {
    position: relative;
    top: 0px;
    margin: 60px 0 0 0;
  }
  #Future .box-wrap .box .img.is-active {
    top: -60px;
  }
  #Future .box-wrap .box .outline {
    position: relative;
    opacity: 0;
    top: 0px;
    margin: 20px 0 0 0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline .tag {
    font-size: 14px;
  }
  #Future .box-wrap .box .outline .title {
    margin-top: 15px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
  }
  #Future .box-wrap .box .outline .text {
    margin-top: 20px;
  }
  #Future .layout-objectmask {
    z-index: 5;
    position: absolute;
    top: -377px;
    bottom: auto;
    left: auto;
    right: -200px;
    overflow: hidden;
    width: 100%;
    height: 600px;
    transform: rotate(5deg);
  }
  #Future .obj-triangle_mid {
    top: 195%;
    bottom: auto;
    left: 30%;
    right: auto;
    margin: 0 0 0 -875px;
  }
  #Future .obj-triangle_top {
    top: -250px;
    bottom: auto;
    left: auto;
    right: -100px;
  }
  #Future .obj-triangle_btm {
    top: auto;
    bottom: -2300px;
    left: auto;
    right: 400px;
  }
  /** &nbsp;More
--------------------------------------
--------------------------------------
*/
  #Leadmore .related-group {
    margin: 320px 0 0 0;
  }
}

/**
　width 1920px
*/
@media screen and (max-width: 1920px) {
  .mod-background_carousel .thumb {
    top: 100px;
  }
  .mod-background_carousel .thumb::before {
    top: -470px;
  }
  /** &nbsp;Innovation
--------------------------------------
--------------------------------------
*/
  #Innovation::before {
    top: 50px;
    right: -16%;
    content: '';
    height: 800px;
  }
  #Innovation::after {
    bottom: 160px;
    right: 55%;
    content: '';
    width: 100%;
    height: 552px;
  }
  #Innovation .layout-objectmask {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 2000px;
  }
  #Innovation .obj-triangle {
    transform: rotate(45deg);
    z-index: 3;
    top: -430px;
    left: auto;
    right: -11%;
  }
  #Innovation .obj-triangle .quadrangle:nth-child(2) {
    background: rgba(102, 140, 145, 0.1);
  }
  #Innovation .obj-triangle .quadrangle:nth-child(3) {
    background: rgba(102, 140, 145, 0.15);
  }
  #Innovation .obj-triangle .quadrangle:nth-child(4) {
    background: rgba(59, 125, 135, 0.25);
  }
  /** &nbsp;Future
--------------------------------------
--------------------------------------
*/
  #Future::after {
    right: 0;
    bottom: -2100px;
  }
  #Future .obj-bird.bird-front {
    margin-left: 150px;
  }
  #Future .obj-bird.bird-front_ptn2 {
    margin-left: 130px;
  }
  #Future .obj-bird.bird-front_ptn3 {
    margin-left: 220px;
  }
  #Future .obj-bird.bird-back {
    top: 310px;
    right: 50px;
  }
  #Future .box-wrap {
    position: relative;
    width: 1084px;
    height: 1500px;
    margin: 0 auto;
  }
  #Future .box-wrap .box {
    z-index: 30;
    position: absolute;
    width: 445px;
  }
  #Future .box-wrap .box .img {
    opacity: 0;
    position: relative;
    top: 0px;
    margin: 60px 0 0 0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .img.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline {
    position: relative;
    opacity: 0;
    top: 0px;
    margin: 20px 0 0 0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline .tag {
    font-size: 14px;
  }
  #Future .box-wrap .box .outline .title {
    margin-top: 15px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
  }
  #Future .box-wrap .box .outline .text {
    margin-top: 20px;
  }
  #Future .layout-objectmask {
    z-index: 5;
    position: absolute;
    top: -377px;
    bottom: auto;
    left: auto;
    right: -200px;
    overflow: hidden;
    width: 100%;
    height: 600px;
    transform: rotate(5deg);
  }
  #Future .obj-triangle {
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .obj-triangle.is-active {
    opacity: 1.0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .obj-triangle_mid {
    transform: rotate(320deg);
    top: 175%;
    bottom: auto;
    left: 30%;
    right: auto;
    margin: 0 0 0 -875px;
  }
  #Future .obj-triangle_top {
    top: -250px;
    bottom: auto;
    left: auto;
    right: -200px;
  }
  #Future .obj-triangle_btm {
    transform: rotate(225deg);
    top: auto;
    bottom: -2350px;
    left: auto;
    right: 0;
  }
}

/**
　width 1600px
*/
@media screen and (max-width: 1600px) {
  .mod-background_carousel .thumb::before {
    top: -465px;
  }
  #Innovation::before {
    right: -28%;
  }
  #Innovation .inner {
    padding: 360px 0 0;
  }
  #Core-tech .wgt-banner {
    position: absolute;
    top: -50px;
    left: 50%;
    opacity: 0;
    margin-left: -324px;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Core-tech .wgt-banner.is-active {
    top: -90px;
  }
  #Future .obj-bird.bird-front {
    margin-left: 160px;
  }
  #Future .obj-bird.bird-front_ptn2 {
    margin-left: 110px;
  }
  #Future .obj-bird.bird-front_ptn3 {
    margin-left: 220px;
  }
  #Future .obj-bird.bird-back {
    right: 0;
  }
  #Future::after {
    bottom: -2121px;
    right: -500px;
    width: 1300px;
    height: 900px;
  }
  #Future .box-wrap {
    position: relative;
    width: 1084px;
    height: 1500px;
    margin: 0 auto;
  }
  #Future .box-wrap .box {
    z-index: 30;
    position: absolute;
    width: 445px;
  }
  #Future .box-wrap .box .img {
    opacity: 0;
    position: relative;
    top: 0px;
    margin: 60px 0 0 0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .img.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline {
    position: relative;
    opacity: 0;
    top: 0px;
    margin: 20px 0 0 0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline .tag {
    font-size: 14px;
  }
  #Future .box-wrap .box .outline .title {
    margin-top: 15px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
  }
  #Future .box-wrap .box .outline .text {
    margin-top: 20px;
  }
  #Future .layout-objectmask {
    z-index: 5;
    position: absolute;
    top: -377px;
    bottom: auto;
    left: auto;
    right: -280px;
    overflow: hidden;
    width: 100%;
    height: 600px;
    transform: rotate(5deg);
  }
  #Future .obj-triangle_top {
    bottom: auto;
    left: auto;
    right: -100px;
  }
}

/**
　width 1400px
*/
@media screen and (max-width: 1400px) {
  /** &nbsp;Business
--------------------------------------
--------------------------------------
*/
  #Business-areas {
    height: 1200px;
    margin-bottom: 170px;
  }
  #Business-areas .inner {
    padding: 170px 0 0 0;
  }
  #Business-areas .layout-objectmask {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1400px;
  }
  .mod-background_carousel .btn-group {
    top: 300px;
    left: 50%;
    max-width: 1278px;
    height: 600px;
  }
  .mod-background_carousel .btn-carousel {
    top: 50%;
    margin-top: 40px;
  }
  .mod-background_carousel .thumb .carousel-list {
    z-index: 5;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 0 0;
  }
  .mod-background_carousel .box-wrap {
    width: 100%;
    min-width: 1080px;
  }
  /** &nbsp;Innovation
--------------------------------------
--------------------------------------
*/
  #Innovation::before {
    right: -33%;
  }
  #Innovation .inner {
    padding: 320px 0 0;
  }
  /** &nbsp;Core-tech
--------------------------------------
--------------------------------------
*/
  #Core-tech .wgt-banner.is-active {
    top: -70px;
  }
  /** &nbsp;Future
--------------------------------------
--------------------------------------
*/
  #Future {
    top: -1680px;
  }
  #Future .obj-bird.bird-front {
    margin-left: 100px;
  }
  #Future .obj-bird.bird-front_ptn2 {
    margin-left: 110px;
  }
  #Future .obj-bird.bird-front_ptn3 {
    margin-left: 180px;
  }
  #Future::after {
    bottom: -2000px;
    right: -700px;
  }
  #Future .inner {
    z-index: 80;
    position: relative;
    top: 420px;
    text-align: center;
  }
  #Future .inner.is-active {
    top: 200px;
  }
  #Future .bg {
    top: 180px;
  }
  #Future .box-wrap {
    width: 1024px;
  }
  #Future .box-wrap .box {
    z-index: 30;
    position: absolute;
    width: 400px;
  }
  #Future .box-wrap .box .img {
    opacity: 0;
    position: relative;
    top: 0px;
    margin: 60px 0 0 0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .img.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline {
    position: relative;
    opacity: 0;
    top: 0px;
    margin: 20px 0 0 0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline .tag {
    font-size: 14px;
  }
  #Future .box-wrap .box .outline .title {
    margin-top: 15px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
  }
  #Future .box-wrap .box .outline .text {
    margin-top: 20px;
  }
  #Future .layout-objectmask {
    z-index: 5;
    position: absolute;
    top: -377px;
    bottom: auto;
    left: auto;
    right: -280px;
    overflow: hidden;
    width: 100%;
    height: 600px;
    transform: rotate(5deg);
  }
  #Future .obj-triangle_top {
    z-index: 5;
    transform: rotate(45deg);
    top: -550px;
    bottom: auto;
    left: auto;
    right: -180px;
  }
  #Future .obj-triangle_btm {
    right: -280px;
  }
}

/**
　width 1200px
*/
@media screen and (max-width: 1250px) {
  .mod-background_carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1400px;
  }
  .mod-background_carousel .btn-group {
    opacity: 0;
    position: absolute;
    top: 300px;
    left: 50%;
    max-width: 1278px;
    width: 100%;
    height: 600px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .btn-group.is-active {
    opacity: 1.0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .btn-carousel {
    z-index: 20;
    position: absolute;
    top: 50%;
  }
  .mod-background_carousel .btn-carousel a {
    display: block;
    width: 50px;
    height: 87px;
    background-color: #10122c;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .btn-carousel a:hover {
    background-color: #171c8f;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .thumb .carousel-list {
    position: relative;
    left: 10px;
  }
  .mod-background_carousel .thumb .carousel-list li {
    width: 15%;
  }
  .mod-background_carousel .thumb .carousel-list li:first-child {
    margin-left: 30px;
  }
  .mod-background_carousel .thumb .carousel-list li:nth-child(6) {
    margin-left: 30px;
  }
  .mod-background_carousel .box-wrap {
    z-index: 50;
    position: relative;
    max-width: 1px;
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
  }
  .mod-background_carousel .box {
    z-index: 10;
    float: right;
    position: relative;
    right: -20px;
    opacity: 0;
    width: 50%;
    box-sizing: border-box;
    background: #fff;
    border: 7px solid #edf4f7;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .box.is-active {
    opacity: 1.0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .box .title {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 120%;
  }
  .mod-background_carousel .story00 {
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel .story00 .bubble-animate {
    display: inline-block;
    position: relative;
    top: 40px;
    left: 40px;
    width: 50%;
    height: 480px;
  }
  .mod-background_carousel .story00 .bubble-animate .obj {
    position: absolute;
    opacity: 0;
    background: url(../img/business/img_obj01.png) 0 0 no-repeat;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .story00 .bubble-animate .obj.is-active {
    opacity: 1.0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .story00 .bubble-animate .mask-obj {
    opacity: 0;
  }
  .mod-background_carousel .story00 .bubble-animate .mask-obj.is-active {
    opacity: 1.0;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj1 {
    right: 60px;
    bottom: -120px;
    width: 192px;
    height: 128px;
    background-size: 192px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj1.is-active {
    bottom: 60px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj2 {
    right: 320px;
    bottom: 0;
    width: 150px;
    height: 97px;
    background-size: 150px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj2.is-active {
    bottom: 107px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj3 {
    right: 170px;
    bottom: 160px;
    width: 130px;
    height: 80px;
    background-size: 130px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj3.is-active {
    bottom: 240px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj4 {
    right: 400px;
    bottom: 222px;
    width: 115px;
    height: 70px;
    background-size: 115px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj4.is-active {
    bottom: 292px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj5 {
    right: 74px;
    top: 140px;
    width: 87px;
    height: 60px;
    background-size: 87px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj5.is-active {
    top: 87px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj6 {
    right: 285px;
    top: 80px;
    width: 70px;
    height: 44px;
    background-size: 70px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj6.is-active {
    top: 48px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj7 {
    right: 415px;
    top: 60px;
    width: 52px;
    height: 33px;
    background-size: 52px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj7.is-active {
    top: 18px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj8 {
    right: 200px;
    top: 0;
    width: 43px;
    height: 30px;
    background-size: 43px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj8.is-active {
    top: 0;
  }
  .mod-background_carousel .story00 .box {
    float: right;
  }
  #Innovation::before {
    right: -44%;
  }
  #Innovation .obj-triangle {
    right: -40%;
  }
  #Innovation .wgt-column.innovation-list {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #Future .obj-bird.bird-front {
    margin-left: 90px;
  }
  #Future .obj-bird.bird-back {
    right: -200px;
  }
  #Future .inner.is-active {
    top: 250px;
  }
  #Future .bg {
    top: 250px;
    left: 50%;
    margin-left: -154px;
  }
  #Future .obj-triangle_top {
    z-index: 5;
    transform: rotate(45deg);
    top: -550px;
    bottom: auto;
    left: auto;
    right: -320px;
  }
  #Leadmore .list-relatedinfo {
    display: flex;
    flex-wrap: wrap;
    width: 1024px;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  #Leadmore .list-relatedinfo a {
    text-decoration: none;
  }
  #Leadmore .list-relatedinfo li {
    opacity: 0;
    position: relative;
    top: 0;
    width: 31%;
    margin: 0 0 48px 28px;
    text-align: left;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Leadmore .list-relatedinfo li:first-child, #Leadmore .list-relatedinfo li:nth-child(4n) {
    margin-left: 0;
  }
  #Leadmore .list-relatedinfo li.is-active {
    opacity: 1.0;
    top: -60px;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Leadmore .list-relatedinfo li .title {
    font-size: 24px;
    font-weight: normal;
  }
  #Leadmore .list-relatedinfo li .title .icon-popup {
    padding: 0 20px 0 0;
    background: url(../img/common/icon_blank.png) 100% 50% no-repeat;
  }
  #Leadmore .list-relatedinfo li .img {
    margin: 0;
  }
}

/**
　width 1180px
*/
@media screen and (max-width: 1180px) {
  .mod-background_carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1400px;
  }
  .mod-background_carousel .btn-group {
    opacity: 0;
    position: absolute;
    top: 300px;
    left: 50%;
    max-width: 1278px;
    width: 100%;
    height: 600px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .btn-group.is-active {
    opacity: 1.0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .btn-carousel {
    top: 50%;
  }
  .mod-background_carousel .btn-carousel a {
    width: 50px;
    height: 87px;
    background-color: #10122c;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .btn-carousel a:hover {
    background-color: #171c8f;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .thumb::before {
    top: -480px;
  }
  .mod-background_carousel .thumb .carousel-list {
    position: relative;
    top: -260px;
    left: 10px;
  }
  .mod-background_carousel .thumb .carousel-list li {
    width: 14.7%;
  }
  .mod-background_carousel .thumb .carousel-list li:first-child {
    margin-left: 35px;
  }
  .mod-background_carousel .thumb .carousel-list li:nth-child(6) {
    margin-left: 35px;
  }
  .mod-background_carousel .box-wrap {
    z-index: 50;
    position: relative;
    top: 500px;
    max-width: 1px;
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
  }
  .mod-background_carousel .box {
    z-index: 10;
    float: right;
    position: relative;
    top: -10px;
    right: 20px;
    opacity: 0;
    width: 50%;
    padding-right: 50px;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .box.is-active {
    opacity: 1.0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .box .text {
    line-height: 160% !important;
  }
  .mod-background_carousel .story00 .bubble-animate {
    display: inline-block;
    position: relative;
    top: 40px;
    left: 40px;
    width: 50%;
    height: 480px;
  }
  .mod-background_carousel .story00 .bubble-animate .obj {
    position: absolute;
    opacity: 0;
    background: url(../img/business/img_obj01.png) 0 0 no-repeat;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .story00 .bubble-animate .obj.is-active {
    opacity: 1.0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .story00 .bubble-animate .mask-obj {
    opacity: 0;
  }
  .mod-background_carousel .story00 .bubble-animate .mask-obj.is-active {
    opacity: 1.0;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj1 {
    right: 70px;
    bottom: -120px;
    width: 192px;
    height: 128px;
    background-size: 192px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj1.is-active {
    bottom: 60px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj2 {
    right: 320px;
    bottom: 0;
    width: 150px;
    height: 97px;
    background-size: 150px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj2.is-active {
    bottom: 107px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj3 {
    right: 170px;
    bottom: 160px;
    width: 130px;
    height: 80px;
    background-size: 130px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj3.is-active {
    bottom: 240px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj4 {
    right: 400px;
    bottom: 222px;
    width: 115px;
    height: 70px;
    background-size: 115px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj4.is-active {
    bottom: 292px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj5 {
    right: 74px;
    top: 140px;
    width: 87px;
    height: 60px;
    background-size: 87px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj5.is-active {
    top: 87px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj6 {
    right: 285px;
    top: 80px;
    width: 70px;
    height: 44px;
    background-size: 70px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj6.is-active {
    top: 48px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj7 {
    right: 415px;
    top: 60px;
    width: 52px;
    height: 33px;
    background-size: 52px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj7.is-active {
    top: 18px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj8 {
    right: 200px;
    top: 0;
    width: 43px;
    height: 30px;
    background-size: 43px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj8.is-active {
    top: 0;
  }
  .mod-background_carousel .story00 .box {
    float: right;
  }
  #Core-tech .point .wgt-column {
    width: 960px;
  }
  #Future .obj-bird.bird-front {
    margin-left: 100px;
  }
  #Future .obj-bird.bird-front_ptn2 {
    margin-left: 110px;
  }
  #Future .obj-bird.bird-front_ptn3 {
    margin-left: 180px;
  }
  #Future .obj-bird.bird-back {
    right: -200px;
  }
  #Future .box-wrap {
    width: 1024px;
  }
  #Future .box-wrap .box {
    z-index: 30;
    position: absolute;
    width: 400px;
  }
  #Future .box-wrap .box .img {
    opacity: 0;
    position: relative;
    top: 0px;
    margin: 60px 0 0 0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .img.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline {
    position: relative;
    opacity: 0;
    top: 0px;
    margin: 20px 0 0 0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .box-wrap .box .outline .tag {
    font-size: 14px;
  }
  #Future .box-wrap .box .outline .title {
    margin-top: 15px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
  }
  #Future .box-wrap .box .outline .text {
    margin-top: 20px;
  }
  #Future .layout-objectmask {
    z-index: 5;
    position: absolute;
    top: -377px;
    bottom: auto;
    left: auto;
    right: -280px;
    overflow: hidden;
    width: 100%;
    height: 600px;
    transform: rotate(5deg);
  }
  #Future .obj-triangle_top {
    z-index: 5;
    transform: rotate(45deg);
    top: -550px;
    bottom: auto;
    left: auto;
    right: -320px;
  }
}

/**
　width 1024px
*/
@media screen and (max-width: 1024px) {
  .flag-pcmode {
    display: none;
  }
  .flag-spmode {
    display: block;
  }
  .layout-wrap .inner {
    min-width: auto;
    padding: 0;
  }
  .flag-scroll_lock {
    overflow-y: hidden;
    -ms-overflow-style: none;
  }
  .flag-scroll_lock::-webkit-scrollbar {
    display: none;
  }
  #Wrapper {
    overflow: hidden;
    width: 100%;
  }
  /*element
------------------------
------------------------
*/
  .wgt-banner {
    z-index: 50;
    position: relative;
  }
  .layout-wrap {
    width: 100%;
  }
  .layout-wrap .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  /** &nbsp;Header
--------------------------------------
--------------------------------------
*/
  #Header .logo {
    width: 87px;
    height: 48px;
    padding: 12px 14px;
  }
  #Header .logo-100th {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 86px;
    display: table;
    width: 46px;
    height: 48px;
    margin: 0 0 0 1px;
    padding: 7px 10px 10px 10px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff;
  }
  #Header .logo-100th a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .btn-menu {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
  }
  .icon-nav {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 17px;
    background: #fff url(../img/common/icon_menu@sp.png) 50% 50% no-repeat;
    background-size: 14px auto;
  }
  .icon-nav:hover {
    background: #fff url(../img/common/icon_menu@sp.png) 50% 50% no-repeat;
    background-size: 14px auto;
  }
  .icon-nav.is-active {
    background: #fff url(../img/common/icon_cross.png) 50% 50% no-repeat;
  }
  .icon-nav.is-active:hover {
    background: #fff url(../img/common/icon_cross.png) 50% 50% no-repeat;
  }
  .nav-globalmenu .nav {
    display: flex;
    flex-wrap: wrap;
    border: solid #535967;
    border-width: 0 1px 1px;
  }
  .nav-globalmenu .nav li {
    display: table;
    width: 50%;
    border: solid #535967;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .nav-globalmenu .nav li a {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 90px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-size: 120%;
    -webkit-transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-globalmenu .nav li a.is-active {
    overflow: hidden;
    z-index: 10;
    position: relative;
    border: 5px solid #fff;
    box-sizing: border-box;
  }
  .nav-globalmenu .nav li a.is-active .bg-cover {
    opacity: 1.0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-globalmenu .nav li a.is-active .bg-img {
    opacity: 1.0;
    -webkit-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-globalmenu .nav li a:hover .bg-cover {
    opacity: 1.0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-globalmenu .nav li a:hover .bg-img {
    opacity: 1.0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-globalmenu .nav li a .label {
    z-index: 5;
    position: relative;
    font-weight: bold;
  }
  .nav-globalmenu .nav li a .bg-cover {
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-globalmenu .nav li a .bg-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    opacity: 0;
    -webkit-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-globalmenu #nav-intro .bg-img {
    background: url(../img/common/bg_nav_01.jpg) 50% 50% no-repeat;
  }
  .nav-globalmenu #nav-msg .bg-img {
    background: url(../img/common/bg_nav_02.jpg) 50% 50% no-repeat;
  }
  .nav-globalmenu #nav-business .bg-img {
    background: url(../img/common/bg_nav_03.jpg) 50% 50% no-repeat;
  }
  .nav-globalmenu #nav-innovation .bg-img {
    background: url(../img/common/bg_nav_04.jpg) 50% 50% no-repeat;
  }
  .nav-globalmenu #nav-techcore .bg-img {
    background: url(../img/common/bg_nav_05.jpg) 50% 50% no-repeat;
  }
  .nav-globalmenu #nav-expansion .bg-img {
    background: url(../img/common/bg_nav_06.jpg) 50% 50% no-repeat;
  }
  .nav-globalmenu #nav-future .bg-img {
    background: url(../img/common/bg_nav_07.jpg) 50% 50% no-repeat;
  }
  .nav-globalmenu #nav-leadmore .bg-img {
    background: url(../img/common/bg_nav_08.jpg) 50% 50% no-repeat;
  }
  .nav-globalmenu .wgt-column {
    margin-top: 24px;
    width: 100%;
  }
  .nav-globalmenu .wgt-column .clm {
    margin-left: 0;
    text-align: center;
  }
  .nav-globalmenu .wgt-column .clm .img {
    margin-bottom: 12px;
  }
  .nav-globalmenu .btn-textboxlink {
    display: inline-block;
    margin: 25px 0 0;
    padding: 10px 35px;
    background: #fff;
    text-align: center;
  }
  .nav-globalmenu .btn-textboxlink a {
    font-weight: bold;
    text-decoration: none;
  }
  .wgt-title {
    margin-top: 30px;
    font-size: 24px;
    line-height: 120%;
    font-weight: normal;
  }
  .wgt-title.color-white {
    color: #fff;
  }
  .wgt-title:after {
    content: ' ';
    display: block;
    background: #fff;
    width: 16px;
    height: 2px;
    margin: 15px auto 20px;
  }
  .wgt-title.bdr-color_black:after {
    background: #171c8f;
  }
  .category-label {
    padding: 7px 13px 7px 12px;
    background: #171c8f;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.0;
  }
  .category-label a {
    color: #fff;
    text-decoration: none;
  }
  .obj-triangle {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 308px;
    height: 308px;
    transform: rotate(0deg);
  }
  .obj-triangle .quadrangle {
    display: block;
    width: 154px;
    height: 154px;
    background: #f00;
  }
  .obj-triangle .quadrangle:first-child {
    opacity: 0;
  }
  /** &nbsp;Intro
--------------------------------------
--------------------------------------
*/
  #Intro {
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/intro/bg@sp_l.jpg) 50% 0 no-repeat;
    background-size: 1920px auto;
  }
  #Intro .img-svg {
    max-width: 720px;
  }
  #Intro .img-svg .flag-spmode {
    display: inline-block !important;
  }
  #Intro .inner {
    z-index: 90;
    position: relative;
    top: auto;
    left: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
  }
  #Intro .title {
    margin-bottom: 57px;
  }
  #Intro .sp-copy {
    position: relative;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #Intro .sp-copy .line1 {
    position: relative;
    top: 90px;
    left: 0px;
    width: 100%;
    height: 100px;
  }
  #Intro .sp-copy .line2 {
    position: relative;
    top: -13px;
    right: 0px;
  }
  #Intro .copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0 0 0;
  }
  #Intro .copy img {
    height: 18px;
  }
  #Intro .text {
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 150%;
  }
  #Keyvisual-movie {
    display: none;
  }
  /** &nbsp;Message
--------------------------------------
--------------------------------------
*/
  #Message {
    z-index: 80;
    overflow: hidden;
    position: relative;
    display: table;
    height: 100vh;
    min-height: auto;
    background: url(../img/message/bg@sp.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  #Message .inner {
    display: table-cell;
    padding: 80px 0;
    text-align: center;
    vertical-align: middle;
  }
  #Message .category-label {
    position: relative;
    top: 60px;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Message .category-label.is-active {
    top: -10px;
    opacity: 1.0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Message .wgt-title {
    position: relative;
    top: 60px;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Message .wgt-title.is-active {
    top: 0;
    opacity: 1.0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Message .wgt-title.is-active::after {
    top: 0;
    opacity: 1.0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Message .wgt-title::after {
    position: relative;
    top: 20px;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Message .text {
    position: relative;
    top: 60px;
    opacity: 0;
    color: #fff;
    font-size: 12px;
    line-height: 150%;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Message .text.is-active {
    top: 0;
    opacity: 1.0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Message .flag-animate {
    top: 0;
  }
  #Message .flag-animate::after {
    top: 0;
  }
  /** &nbsp;Business
--------------------------------------
--------------------------------------
*/
  #Business-areas {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 1250px;
    margin-bottom: 0;
  }
  #Business-areas .mask-obj .obj-triangle {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Business-areas .mask-obj.is-active .obj-triangle {
    opacity: 1.0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Business-areas .mod-heading,
  #Business-areas .mod-outline {
    position: relative;
    top: 60px;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Business-areas .mod-heading.is-active,
  #Business-areas .mod-outline.is-active {
    top: -35px;
    opacity: 1.0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Business-areas .inner {
    z-index: 10;
    position: relative;
    text-align: center;
    margin: auto;
    padding: 110px 0 0 0;
  }
  #Business-areas .text {
    font-size: 12px;
    line-height: 150%;
  }
  #Business-areas .layout-objectmask {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 1200px;
  }
  #Business-areas .obj-triangle {
    transform: rotate(45deg);
    z-index: 3;
    top: -230px;
    left: -120px;
  }
  #Business-areas .obj-triangle .quadrangle:nth-child(2) {
    background: rgba(102, 140, 145, 0.1);
  }
  #Business-areas .obj-triangle .quadrangle:nth-child(3) {
    background: rgba(102, 140, 145, 0.15);
  }
  #Business-areas .obj-triangle .quadrangle:nth-child(4) {
    background: rgba(59, 125, 135, 0.2);
  }
  #Business-areas .obj-triangle.is-active {
    opacity: 1;
  }
  #Business-areas .obj-triangle_btm {
    z-index: 10;
    transform: rotate(225deg);
    top: auto;
    bottom: -350px;
    left: auto;
    right: 0;
  }
  #Business-areas .obj-triangle_btm .quadrangle:nth-child(2) {
    background: rgba(102, 140, 145, 0.15);
  }
  #Business-areas .obj-triangle_btm .quadrangle:nth-child(3) {
    background: rgba(102, 140, 145, 0.1);
  }
  #Business-areas .obj-triangle_btm .quadrangle:nth-child(4) {
    background: rgba(59, 125, 135, 0.25);
  }
  #Business-areas .obj-triangle_btm.is-active {
    opacity: 1;
  }
  #Business-areas .flag-animate {
    position: relative;
  }
  #Business-areas .flag-animate.fadeToup60px {
    top: -60px;
    opacity: 0;
  }
  #Business-areas .flag-animate.fadeToup60px.is-active {
    top: 0;
    opacity: 1;
  }
  #Business-areas .flag-animate.fadeToup20px {
    top: -20px;
    opacity: 0;
  }
  #Business-areas .flag-animate.fadeToup20px.is-active {
    top: 0;
    opacity: 1;
  }
  #Business-areas .flag-animate.fadeIn {
    opacity: 0;
  }
  #Business-areas .flag-animate.fadeIn.is-active {
    opacity: 1;
  }
  .mod-background_carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1400px;
  }
  .mod-background_carousel .btn-group {
    opacity: 0;
    position: absolute;
    top: 200px;
    left: 50%;
    max-width: auto;
    width: 100%;
    height: 600px;
  }
  .mod-background_carousel .btn-carousel {
    z-index: 20;
    position: absolute;
    top: 50%;
    margin-top: 110px;
  }
  .mod-background_carousel .btn-carousel a {
    display: block;
    width: 36px;
    height: 63px;
    background-color: #10122c;
    background-position: 50% 50%;
    background-size: 18px auto;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .btn-carousel a:hover {
    background-color: #10122c;
    background-position: 50% 50%;
    background-size: 18px auto;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .btn-carousel.btn-left {
    left: 0;
  }
  .mod-background_carousel .btn-carousel.btn-left a {
    background-image: url(../img/business/arw_left.png);
  }
  .mod-background_carousel .btn-carousel.btn-right {
    right: 0;
  }
  .mod-background_carousel .btn-carousel.btn-right a {
    background-image: url(../img/business/arw_right.png);
  }
  .mod-background_carousel .bg-cover_h {
    display: none;
  }
  .mod-background_carousel .thumb {
    z-index: 70;
    position: absolute;
    top: 850px;
    background: #10122c;
  }
  .mod-background_carousel .thumb::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -80px;
    left: 0;
    width: 120%;
    height: 90px;
    margin: 3% -10% 0;
    background: #10122c;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 4;
  }
  .mod-background_carousel .thumb .carousel-list {
    position: relative;
    top: 0;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px 0 40px;
  }
  .mod-background_carousel .thumb .carousel-list li {
    width: 45%;
    margin: 0 17px 16px 0;
  }
  .mod-background_carousel .thumb .carousel-list li:first-child {
    margin-left: 0;
  }
  .mod-background_carousel .thumb .carousel-list li:nth-child(2n) {
    margin-right: 0;
  }
  .mod-background_carousel .thumb .carousel-list li:nth-child(6) {
    margin-left: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li .img {
    display: table-cell;
    width: 80px;
    margin: 0 0 15px;
    padding: 3px;
  }
  .mod-background_carousel .thumb .carousel-list li .img img {
    height: auto;
  }
  .mod-background_carousel .thumb .carousel-list li .title {
    display: table-cell;
    padding-left: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    vertical-align: top;
  }
  .mod-background_carousel .thumb .carousel-list li.item-1 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-2 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-3 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-4 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-5 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-6 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-7 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-8 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-9 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-10 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li a.is-active .img {
    background: #171c8f;
  }
  .mod-background_carousel .box-wrap {
    z-index: 50;
    position: relative;
    top: 250px;
    max-width: 100%;
    width: 100%;
    min-width: auto;
    margin: 0 auto;
  }
  .mod-background_carousel .box {
    z-index: 10;
    float: right;
    position: absolute;
    top: 150px;
    left: auto;
    opacity: 0;
    width: 450px;
    height: 430px;
    min-height: 275px;
    margin: 0 20px 0 -45%;
    padding: 35px 30px 30px 30px;
    box-sizing: border-box;
    background: #fff;
    border: 6px solid #edf4f7 !important;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .box.is-active {
    opacity: 1.0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mod-background_carousel .box .title {
    margin: 0;
    padding: 0;
    line-height: 120%;
  }
  .mod-background_carousel .box .title.f32 {
    font-size: 20px !important;
    font-weight: normal;
  }
  .mod-background_carousel .box .text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 150%;
  }
  .mod-background_carousel .story00 {
    width: 100%;
    height: 1200px;
    background: url(../img/business/bg00@sp.jpg) 50% 70% no-repeat;
    background-size: 1024px auto;
  }
  .mod-background_carousel .story00 .bubble-animate {
    display: inline-block;
    position: relative;
    top: 130px;
    left: 120px;
    width: 45%;
    height: 480px;
  }
  .mod-background_carousel .story01 {
    width: 100%;
    height: 1200px;
    background: url(../img/business/bg01@sp.jpg) 50% 60% no-repeat;
    background-size: 1024px auto;
  }
  .mod-background_carousel .story02 {
    width: 100%;
    height: 1200px;
    background: url(../img/business/bg02@sp.jpg) 50% 60% no-repeat;
    background-size: 1024px auto;
  }
  .mod-background_carousel .story02 .box {
    float: right;
  }
  .mod-background_carousel .story03 {
    width: 100%;
    height: 1200px;
    background: url(../img/business/bg03@sp.jpg) 50% 60% no-repeat;
    background-size: 1024px auto;
  }
  .mod-background_carousel .story03 .box {
    float: right;
  }
  .mod-background_carousel .story04 {
    width: 100%;
    height: 1200px;
    background: url(../img/business/bg04@sp.jpg) 50% 60% no-repeat;
    background-size: 1024px auto;
  }
  .mod-background_carousel .story04 .box {
    float: right;
  }
  .mod-background_carousel .story05 {
    width: 100%;
    height: 1200px;
    background: url(../img/business/bg05@sp.jpg) 50% 60% no-repeat;
    background-size: 1024px auto;
  }
  .mod-background_carousel .story05 .box {
    float: right;
  }
  .mod-background_carousel .story06 {
    width: 100%;
    height: 1200px;
    background: url(../img/business/bg06@sp.jpg) 50% 60% no-repeat;
    background-size: 1024px auto;
  }
  .mod-background_carousel .story06 .box {
    float: right;
  }
  .mod-background_carousel .story07 {
    width: 100%;
    height: 1200px;
    background: url(../img/business/bg07@sp.jpg) 50% 60% no-repeat;
    background-size: 1024px auto;
  }
  .mod-background_carousel .story07 .box {
    float: right;
  }
  .mod-background_carousel .story08 {
    width: 100%;
    height: 1200px;
    background: url(../img/business/bg08@sp.jpg) 50% 60% no-repeat;
    background-size: 1024px auto;
  }
  .mod-background_carousel .story08 .box {
    float: right;
  }
  .mod-background_carousel .story09 {
    width: 100%;
    height: 1200px;
    background: url(../img/business/bg09@sp.jpg) 50% 60% no-repeat;
    background-size: 1024px auto;
  }
  .mod-background_carousel .story09 .box {
    float: right;
  }
  .mod-background_carousel .story10 {
    width: 100%;
    height: 1200px;
    background: url(../img/business/bg10@sp.jpg) 50% 60% no-repeat;
    background-size: 1024px auto;
  }
  .mod-background_carousel .story10 .box {
    float: right;
  }
  .mod-background_carousel .slick-slide img {
    display: inline-block;
  }
  /** &nbsp;Innovation
--------------------------------------
--------------------------------------
*/
  #Innovation {
    position: relative;
    top: -100px;
    overflow: hidden;
    height: 1100px;
    background: #edf4f7;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation::before {
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 0px;
    right: -15%;
    content: '';
    width: 100%;
    height: 800px;
    background: url(../img/innovation/bg_obj01.png) 85% 0 no-repeat;
    background-size: 450px auto;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation::after {
    opacity: 0;
    z-index: 2;
    position: absolute;
    bottom: 70px;
    right: 55%;
    content: '';
    width: 100%;
    height: 552px;
    background: url(../img/innovation/bg_obj02.png) 100% 100% no-repeat;
    background-size: 400px auto;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation.is-active {
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation.is-active::before, #Innovation.is-active::after {
    opacity: 1;
  }
  #Innovation .inner {
    z-index: 10;
    position: relative;
    padding: 120px 0 0;
    box-sizing: border-box;
    text-align: center;
  }
  #Innovation .mod-heading {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .mod-heading.is-active {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .mod-outline {
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .mod-outline.is-active {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .text {
    font-size: 12px;
    line-height: 150%;
  }
  #Innovation .wgt-column.innovation-list {
    display: flex;
    width: 80%;
    margin-bottom: 80px;
    text-align: left;
  }
  #Innovation .wgt-column.innovation-list .clm {
    opacity: 0;
    position: relative;
    top: 60px;
    width: 33.3%;
    margin-left: 48px;
    text-align: left;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .wgt-column.innovation-list .clm:first-child {
    margin-left: 0;
  }
  #Innovation .wgt-column.innovation-list .clm.is-active {
    top: 0;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .wgt-column.innovation-list .clm a {
    text-decoration: none;
  }
  #Innovation .wgt-column.innovation-list .clm a:hover .title {
    color: #171c8f;
  }
  #Innovation .wgt-column.innovation-list .clm .text {
    line-height: 150%;
  }
  #Innovation .wgt-column.innovation-list .title {
    margin-bottom: 7px;
  }
  #Innovation .wgt-column.innovation-list .title sup,
  #Innovation .wgt-column.innovation-list .title sub {
    position: relative;
    top: 5px;
  }
  #Innovation .wgt-column.innovation-list .img {
    margin-bottom: 32px;
  }
  #Innovation .item-1 {
    margin-top: 45px;
  }
  #Innovation .item-2 {
    margin-top: 90px;
  }
  #Innovation .item-3 {
    margin-top: 135px;
  }
  #Innovation .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
  }
  #Innovation .title .icon-popup {
    padding-right: 20px;
    background: url(../img/common/icon_blank.png) 100% 50% no-repeat;
  }
  #Innovation .layout-objectmask {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 2000px;
  }
  #Innovation .obj-triangle {
    transform: rotate(45deg);
    z-index: 3;
    top: -100px;
    left: auto;
    right: 3%;
  }
  #Innovation .obj-triangle .quadrangle {
    opacity: 0;
    -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .obj-triangle .quadrangle.is-active {
    opacity: 1;
    -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .obj-triangle .quadrangle:nth-child(2) {
    background: rgba(102, 140, 145, 0.1);
  }
  #Innovation .obj-triangle .quadrangle:nth-child(3) {
    background: rgba(102, 140, 145, 0.15);
  }
  #Innovation .obj-triangle .quadrangle:nth-child(4) {
    background: rgba(59, 125, 135, 0.25);
  }
  /** &nbsp;Core-tech
--------------------------------------
--------------------------------------
*/
  #Core-tech {
    z-index: 11;
    position: relative;
    top: -320px;
    width: 100%;
    height: auto;
    background: #edf4f7 url(../img/core_tech/bg_sp_keyvisual.png) 50% 0 no-repeat;
    background-size: 1024px auto;
  }
  #Core-tech::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -70px;
    left: 0;
    width: 120%;
    height: 80px;
    margin: 3% -10% 0;
    background: #021323;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: 4;
  }
  #Core-tech .inner {
    z-index: 10;
    position: relative;
    top: 80px;
    width: 100%;
    height: 830px;
    margin-top: 80px;
    padding: 170px 0 0 0;
    box-sizing: border-box;
    text-align: center;
  }
  #Core-tech .mod-heading {
    position: relative;
    top: 60px;
  }
  #Core-tech .mod-heading.is-active {
    top: 0;
  }
  #Core-tech .mod-outline {
    top: 60px;
  }
  #Core-tech .mod-outline.is-active {
    top: 0;
  }
  #Core-tech .line {
    border: none;
    border-top: 2px solid #636364;
  }
  #Core-tech .text {
    font-size: 12px;
    line-height: 150%;
  }
  #Core-tech #Core-tech_outline01 {
    margin-top: -20px;
  }
  #Core-tech #Core-tech_outline01 .wgt-column {
    min-height: auto;
  }
  #Core-tech #Core-tech_outline02 {
    margin-top: 0;
  }
  #Core-tech #Core-tech_outline02 .wgt-column {
    min-height: auto;
  }
  #Core-tech #Core-tech_outline03 {
    margin-top: 0;
  }
  #Core-tech #Core-tech_outline03 .wgt-column {
    min-height: auto;
  }
  #Core-tech #Core-tech_outline03 .img-anime {
    margin-top: auto;
  }
  #Core-tech #Core-tech_outline04 {
    margin-top: 0;
  }
  #Core-tech #Core-tech_outline04 .wgt-column {
    min-height: auto;
  }
  #Core-tech #Core-tech_outline04 .img-anime {
    margin-top: auto;
  }
  #Core-tech .point {
    display: table;
  }
  #Core-tech .point .title {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
  }
  #Core-tech .point .text {
    margin-top: 20px;
    font-size: 12px;
  }
  #Core-tech .point .w535 {
    width: 100%;
    margin: 0 auto;
  }
  #Core-tech .point .w518 {
    width: 100%;
    margin: 0 auto;
  }
  #Core-tech .point .sp-frame {
    width: 100%;
    background: #021323;
    vertical-align: top;
  }
  #Core-tech .point .sp-img {
    position: relative;
  }
  #Core-tech .point .sp-img::before {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 70px;
    background: -ms-linear-gradient(top, #021323 0%, rgba(255, 255, 255, 0) 100%);
    /* IE10, IE11 */
    background: -moz-linear-gradient(top, #021323 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #021323 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #021323 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: '';
  }
  #Core-tech .point .sp-img::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 70px;
    background: -ms-linear-gradient(bottom, #021323 0%, rgba(255, 255, 255, 0) 100%);
    /* IE10, IE11 */
    background: -moz-linear-gradient(bottom, #021323 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #021323 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #021323 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: '';
  }
  #Core-tech .point .wgt-column {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 20px 0;
    box-sizing: border-box;
  }
  #Core-tech .point .wgt-column .clm {
    position: static;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #Core-tech .point .wgt-column .clm:last-child {
    margin: 0 auto;
  }
  #Core-tech .point .wgt-column .clm.is-active {
    top: -60px;
  }
  #Core-tech .point .wgt-column .clm .img-anime {
    margin-bottom: 40px;
    text-align: center;
  }
  #Core-tech .point .wgt-column .clm .img-anime img {
    vertical-align: middle;
    text-align: center;
  }
  #Core-tech .point .wgt-column .clm .img-anime.img-left {
    text-align: center;
  }
  #Core-tech .wgt-banner {
    position: absolute;
    top: -60px;
    left: 50%;
    opacity: 0;
    width: 327px;
    margin-left: -163px;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Core-tech .wgt-banner.is-active {
    top: -120px;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Core-tech .obj-triangle {
    transform: rotate(225deg);
    top: -46px;
    bottom: auto;
    left: 0%;
    right: auto;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Core-tech .obj-triangle .quadrangle {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Core-tech .obj-triangle .quadrangle.is-active {
    opacity: 1;
  }
  #Core-tech .obj-triangle .quadrangle:nth-child(2) {
    background: rgba(102, 140, 145, 0.1);
  }
  #Core-tech .obj-triangle .quadrangle:nth-child(3) {
    background: rgba(102, 140, 145, 0.15);
  }
  #Core-tech .obj-triangle .quadrangle:nth-child(4) {
    background: rgba(59, 125, 135, 0.25);
  }
  /** &nbsp;Expansion
--------------------------------------
--------------------------------------
*/
  #Expansion {
    z-index: 10;
    position: relative;
    top: -510px;
    width: 100%;
    height: 650px;
    padding: 320px 0 0 0;
    background: url(../img/expansion/bg@sp.png) 50% 0 no-repeat;
    background-size: 1024px 932px;
  }
  #Expansion .inner {
    box-sizing: border-box;
    text-align: center;
  }
  #Expansion .text {
    font-size: 12px;
  }
  #Expansion .unit {
    font-size: 20px !important;
  }
  #Expansion .mod-heading {
    z-index: 3;
    position: relative;
    top: 0;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Expansion .mod-heading.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Expansion .mod-outline {
    position: relative;
    top: 0;
    opacity: 0;
    width: 95%;
    margin: 0 auto;
  }
  #Expansion .mod-outline.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Expansion .bgmap {
    z-index: -1;
    position: absolute;
    top: 45%;
    left: 50%;
    width: 1280px;
    height: 668px;
    margin: -334px 0 0 -640px;
    background: url(../img/expansion/bg_map.png) 50% 100% no-repeat;
    background-size: 1024px auto;
  }
  #Expansion .numberlist-wrap {
    position: relative;
    top: 0px;
    width: 40%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-top: 20px;
  }
  #Expansion .numberlist-wrap.is-active {
    top: -60px;
    opacity: 1.0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Expansion .wgt-column {
    height: auto;
  }
  #Expansion .wgt-column.number-list {
    display: table;
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    padding: 0 15px 0 13px;
    box-sizing: border-box;
  }
  #Expansion .wgt-column.number-list .clm {
    display: table-cell;
    width: 50%;
    height: auto;
    padding: 10px 0;
    border-left: 2px solid #9ca1a3;
    text-align: center;
    vertical-align: middle;
  }
  #Expansion .wgt-column.number-list .clm:last-child {
    border-right: 2px solid #9ca1a3;
  }
  #Expansion .wgt-column.number-list .clm .title {
    font-size: 14px;
  }
  #Expansion .wgt-column.number-list .clm .num {
    margin-top: 25px;
  }
  #Expansion .wgt-column.number-list .clm img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #Expansion .comment {
    width: 95%;
  }
  #Expansion .comment .bg {
    padding: 7px;
    font-size: 10px;
  }
  /** &nbsp;Future
--------------------------------------
--------------------------------------
*/
  #Future {
    position: relative;
    top: -700px;
    height: 1200px;
  }
  #Future .obj-bird {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 300px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  #Future .obj-bird.is-active {
    opacity: 1.0;
  }
  #Future .obj-bird.bird-front {
    top: 140px;
    left: auto;
    right: 55px;
    width: 91px;
    height: 54px;
    margin-left: 0;
    background: url(../img/future/img_obj01@sp.png) 0 0 no-repeat;
    background-size: 91px auto;
  }
  #Future .obj-bird.bird-front_ptn2 {
    opacity: 0;
    top: 230px;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-left: 20px;
    background: url(../img/future/img_obj01_2.png) 0 0 no-repeat;
    background-size: 80px auto;
  }
  #Future .obj-bird.bird-front_ptn2.is-active {
    opacity: 0.3;
  }
  #Future .obj-bird.bird-front_ptn3 {
    opacity: 0;
    top: 260px;
    left: 60%;
    width: 300px;
    height: 300px;
    margin-left: 20px;
    background: url(../img/future/img_obj01_3.png) 0 0 no-repeat;
    background-size: 80px auto;
  }
  #Future .obj-bird.bird-front_ptn3.is-active {
    opacity: 0.3;
  }
  #Future .obj-bird.bird-back {
    top: 90px;
    right: -350px;
    width: 494px;
    height: 368px;
    background: url(../img/future/img_obj02.jpg) 0 0 no-repeat;
    background-size: 294px auto;
  }
  #Future::after {
    opacity: 0;
    position: absolute;
    bottom: -1450px;
    left: 600px;
    right: auto;
    display: block;
    content: ' ';
    width: 1300px;
    height: 900px;
    background: url(../img/future/img_obj03.png) 0 0 no-repeat;
    background-size: 450px auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  #Future.is-active::after {
    opacity: 1.0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .mod-outline .text {
    font-size: 12px;
  }
  #Future .inner {
    z-index: 80;
    position: relative;
    top: 420px;
    text-align: center;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .inner.is-active {
    top: 200px;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .line {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 2px;
    height: 0;
    background: #171c8f;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .line.is-active {
    height: 2500px;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .bg {
    position: absolute;
    top: 170px;
    left: 50%;
    width: 298px;
    height: 300px;
    margin-left: -154px;
    background: #fff;
  }
  #Future .box-wrap {
    position: relative;
    top: 320px;
    width: 100%;
    height: 1500px;
    margin: 0 auto;
  }
  #Future .box-wrap .box .outline .tag {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  #Future .box-wrap .box .outline .title {
    margin-top: 8px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
  }
  #Future .box-wrap .box .outline .text {
    margin-top: 20px;
    font-size: 12px;
  }
  #Future .layout-objectmask {
    z-index: 5;
    position: absolute;
    top: -377px;
    bottom: auto;
    left: auto;
    right: -200px;
    overflow: hidden;
    width: 100%;
    height: 600px;
    transform: rotate(5deg);
  }
  #Future .obj-triangle {
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .obj-triangle.is-active {
    opacity: 1.0;
    -webkit-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Future .obj-triangle_mid {
    display: none;
  }
  #Future .obj-triangle_top {
    z-index: 5;
    transform: rotate(45deg);
    top: -100px;
    bottom: auto;
    left: auto;
    right: -100px;
  }
  #Future .obj-triangle_top .quadrangle:nth-child(2) {
    background: rgba(102, 140, 145, 0.15);
  }
  #Future .obj-triangle_top .quadrangle:nth-child(3) {
    background: rgba(102, 140, 145, 0.1);
  }
  #Future .obj-triangle_top .quadrangle:nth-child(4) {
    background: rgba(59, 125, 135, 0.25);
  }
  #Future .obj-triangle_btm {
    opacity: 0;
    transform: rotate(225deg);
    top: auto;
    bottom: -1000px;
    left: auto;
    right: 0;
  }
  #Future .obj-triangle_btm .quadrangle:nth-child(2) {
    background: rgba(102, 140, 145, 0.1);
  }
  #Future .obj-triangle_btm .quadrangle:nth-child(3) {
    background: rgba(102, 140, 145, 0.15);
  }
  #Future .obj-triangle_btm .quadrangle:nth-child(4) {
    background: rgba(59, 125, 135, 0.25);
  }
  /** &nbsp;More
--------------------------------------
--------------------------------------
*/
  #Leadmore .inner {
    margin-top: 250px;
  }
  #Leadmore .related-group {
    margin: 250px 0 0 0;
    padding-left: 7px;
  }
  /** &nbsp;Module
--------------------------------------
--------------------------------------
*/
  #Page-controller {
    z-index: 90;
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  #Page-controller .controller .btn-page_top a {
    display: block;
    width: 32px;
    height: 32px;
    background: #fff url(../img/common/icon_pagetop@sp.png) 50% 50% no-repeat;
    background-size: 12px auto;
  }
  #Page-controller .controller .btn-page_top a:hover {
    background: #fff url(../img/common/icon_pagetop@sp.png) 50% 50% no-repeat;
    background-size: 12px auto;
  }
  #Page-controller .controller .btn-page_next,
  #Page-controller .controller .btn-page_prev {
    display: none;
  }
  .wgt-column {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  a .img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 7px;
    box-sizing: border-box;
    background: #fff;
  }
  a .img span {
    display: block;
    overflow: hidden;
    position: relative;
  }
  a .img span:after {
    content: ' ';
    position: absolute;
    top: -800px;
    left: -800px;
    transform: rotate(-45deg);
    width: 800px;
    height: 800px;
    background: rgba(23, 28, 143, 0.4);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  a .img.img-card_animate {
    display: block;
    line-height: 1.0;
  }
  a .img.noframe {
    padding: 0;
    background: none;
    border: none;
  }
  a:hover .img span::after {
    top: -125px;
    left: -125px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Sns-area {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 150px;
  }
  #Sns-area li {
    display: inline-block;
    position: relative;
    top: -1px;
  }
  #Sns-area li:last-child {
    left: 5px;
    top: -1px;
  }
  #Back-screen {
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #171d8f;
    -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Back-screen.flag-visible {
    z-index: 100;
    opacity: 1;
    background-image: url(../img/common/icon_loading.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  #Back-screen.flag-finish {
    z-index: -1;
    opacity: 0;
  }
}

/**
　width 1000px
*/
@media screen and (max-width: 1000px) {
  body {
    background-color: #021323;
  }
  /** &nbsp;Intro
--------------------------------------
--------------------------------------
*/
  #Intro {
    background: url(../img/intro/bg@sp_l.jpg) 50% 50% no-repeat;
  }
  /** &nbsp;Business
--------------------------------------
--------------------------------------
*/
  #Business-areas {
    height: 1600px;
  }
  .mod-background_carousel .btn-group {
    top: 150px;
  }
  .mod-background_carousel .thumb {
    top: 900px;
  }
  .mod-background_carousel .box-wrap {
    z-index: 50;
    position: relative;
    top: 250px;
    max-width: 100%;
    width: 100%;
    min-width: auto;
    margin: 0 auto;
  }
  .mod-background_carousel .box {
    z-index: 10;
    float: none;
    position: absolute;
    top: 200px;
    left: 50%;
    opacity: 0;
    width: 90%;
    height: auto;
    min-height: 300px;
    margin: 0 20px 30px -45%;
    padding: 35px 30px 30px 30px;
    box-sizing: border-box;
    background: #fff;
  }
  .mod-background_carousel .box .title {
    margin: 0;
    padding: 0;
    line-height: 120%;
  }
  .mod-background_carousel .box .title.f42 {
    font-size: 42px;
    font-weight: normal;
  }
  .mod-background_carousel .box .font-small {
    font-size: 20px;
  }
  .mod-background_carousel .box .font-large {
    font-size: 86px;
  }
  .mod-background_carousel .box img {
    margin: 0 10px 0 0;
    vertical-align: bottom;
  }
  .mod-background_carousel .story00 {
    background-position: 50% 93%;
  }
  .mod-background_carousel .story00 .sp-w45 {
    width: 45px;
  }
  .mod-background_carousel .story00 .sp-w47 {
    height: 47px;
  }
  .mod-background_carousel .story00 .bubble-animate {
    display: block;
    position: absolute;
    top: 140px;
    left: 0px;
    width: 500px;
    height: 210px;
    margin: 0 0 0 10px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj1 {
    right: 70px;
    bottom: 0px;
    width: 81px;
    height: 50px;
    background-size: 81px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj1.is-active {
    bottom: 20px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj2 {
    right: 205px;
    bottom: -30px;
    width: 63px;
    height: 37px;
    background-size: 63px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj2.is-active {
    bottom: 30px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj3 {
    right: 30px;
    bottom: 0px;
    width: 47px;
    height: 31px;
    background-size: 47px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj3.is-active {
    bottom: 80px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj4 {
    right: 100px;
    bottom: 0;
    width: 52px;
    height: 32px;
    background-size: 52px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj4.is-active {
    bottom: 90px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj5 {
    right: 200px;
    top: auto;
    bottom: 0;
    width: 37px;
    height: 25px;
    background-size: 37px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj5.is-active {
    top: auto;
    bottom: 100px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj6 {
    right: 295px;
    top: auto;
    bottom: 0;
    width: 42px;
    height: 27px;
    background-size: 42px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj6.is-active {
    top: auto;
    bottom: 100px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj7 {
    right: 265px;
    top: auto;
    bottom: 0;
    width: 26px;
    height: 16px;
    background-size: 26px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj7.is-active {
    top: auto;
    bottom: 130px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj8 {
    right: 130px;
    top: auto;
    bottom: 0;
    width: 22px;
    height: 14px;
    background-size: 22px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj8.is-active {
    top: auto;
    bottom: 140px;
  }
  .mod-background_carousel .story01 {
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel .story02 {
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel .story03 {
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel .story04 {
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel .story05 {
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel .story06 {
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel .story07 {
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel .story08 {
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel .story09 {
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel .story10 {
    width: 100%;
    height: 1200px;
  }
  .mod-background_carousel .thumb {
    top: 900px;
  }
  .mod-background_carousel .thumb::before {
    bottom: -80px;
    height: 120px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .mod-background_carousel .thumb .carousel-list {
    position: relative;
    top: 10px;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 15px 25px 0 25px;
  }
  .mod-background_carousel .thumb .carousel-list li {
    width: 100%;
    margin: 0 17px 16px 0;
  }
  .mod-background_carousel .thumb .carousel-list li:first-child {
    margin-left: 0;
  }
  .mod-background_carousel .thumb .carousel-list li:nth-child(2n) {
    margin-right: 0;
  }
  .mod-background_carousel .thumb .carousel-list li:nth-child(6) {
    margin-left: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li .img {
    display: table-cell;
    width: 80px;
    margin: 0 0 15px;
    border-width: 3px;
  }
  .mod-background_carousel .thumb .carousel-list li .img img {
    position: relative;
    height: auto;
  }
  .mod-background_carousel .thumb .carousel-list li .title {
    display: table-cell;
    padding-left: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    vertical-align: middle;
  }
  .mod-background_carousel .thumb .carousel-list li.item-1 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-2 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-3 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-4 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-5 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-6 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-7 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-8 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-9 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-10 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li a.is-active .img {
    background: #171c8f;
  }
  /** &nbsp;Innovation
--------------------------------------
--------------------------------------
*/
  #Innovation {
    position: relative;
    top: -100px;
    overflow: hidden;
    height: 1300px;
    background: #edf4f7;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation::before {
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 330px;
    right: -15%;
    content: '';
    width: 100%;
    height: 800px;
    background: url(../img/innovation/bg_obj01.png) 85% 0 no-repeat;
    background-size: 300px auto;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation::after {
    opacity: 0;
    z-index: 2;
    position: absolute;
    bottom: 200px;
    left: 20px;
    right: auto;
    content: '';
    width: 100%;
    height: 400px;
    background: url(../img/innovation/bg_obj02.png) 100% 100% no-repeat;
    background-size: 280px auto;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation.is-active {
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation.is-active::before, #Innovation.is-active::after {
    opacity: 1;
  }
  #Innovation .inner {
    z-index: 10;
    position: relative;
    padding: 120px 0 0;
    box-sizing: border-box;
    text-align: center;
  }
  #Innovation .mod-heading {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .mod-heading.is-active {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .mod-outline {
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .mod-outline.is-active {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .text {
    font-size: 12px;
    line-height: 160%;
  }
  #Innovation .wgt-column.innovation-list {
    display: block;
    width: auto;
    margin-bottom: 80px;
    text-align: left;
  }
  #Innovation .wgt-column.innovation-list .clm {
    opacity: 0;
    position: relative;
    top: 60px;
    width: 45%;
    margin-left: 48px;
    text-align: left;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .wgt-column.innovation-list .clm:nth-child(2) {
    float: right;
    top: -45px;
  }
  #Innovation .wgt-column.innovation-list .clm:nth-child(2).is-active {
    top: -80px;
  }
  #Innovation .wgt-column.innovation-list .clm:nth-child(3) {
    float: left;
    top: 60px;
    left: 0;
    margin: 0;
  }
  #Innovation .wgt-column.innovation-list .clm:nth-child(3).is-active {
    top: 0px;
  }
  #Innovation .wgt-column.innovation-list .clm:first-child {
    margin-left: 0;
  }
  #Innovation .wgt-column.innovation-list .clm.is-active {
    top: 0;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .wgt-column.innovation-list .clm a {
    text-decoration: none;
  }
  #Innovation .wgt-column.innovation-list .clm a:hover .title {
    color: #171c8f;
  }
  #Innovation .wgt-column.innovation-list .clm .text {
    line-height: 160%;
  }
  #Innovation .wgt-column.innovation-list .title {
    margin-top: 0;
    margin-bottom: 7px;
  }
  #Innovation .wgt-column.innovation-list .title sup,
  #Innovation .wgt-column.innovation-list .title sub {
    position: relative;
    top: 5px;
  }
  #Innovation .wgt-column.innovation-list p {
    font-size: 10px;
  }
  #Innovation .wgt-column.innovation-list .img {
    margin-bottom: 10px;
  }
  #Innovation .item-1 {
    margin-top: 0;
  }
  #Innovation .item-2 {
    margin-top: 0;
  }
  #Innovation .item-3 {
    margin-top: 0;
  }
  #Innovation .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
  }
  #Innovation .title .icon-popup {
    padding-right: 20px;
    background: url(../img/common/icon_blank.png) 100% 50% no-repeat;
  }
  #Innovation .layout-objectmask {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 2000px;
  }
  #Innovation .obj-triangle_top .obj-triangle {
    transform: rotate(135deg);
    z-index: 3;
    top: 285px;
    left: auto;
    right: -60%;
  }
  #Innovation .obj-triangle_top .obj-triangle .quadrangle {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .obj-triangle_top .obj-triangle .quadrangle.is-active {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .obj-triangle_top .obj-triangle .quadrangle:nth-child(2) {
    background: rgba(102, 140, 145, 0.1);
  }
  #Innovation .obj-triangle_top .obj-triangle .quadrangle:nth-child(3) {
    background: rgba(102, 140, 145, 0.15);
  }
  #Innovation .obj-triangle_top .obj-triangle .quadrangle:nth-child(4) {
    background: rgba(59, 125, 135, 0.25);
  }
  /** &nbsp;Core-tech
--------------------------------------
--------------------------------------
*/
  #Core-tech {
    z-index: 11;
    position: relative;
    top: -190px;
    width: 100%;
  }
  #Core-tech .inner {
    content: '';
    position: absolute;
    top: auto;
    bottom: -180px;
    left: 0;
    width: 100%;
  }
  #Core-tech .mod-heading {
    position: relative;
    top: 60px;
  }
  #Core-tech .mod-heading.is-active {
    top: 0;
  }
  #Core-tech .mod-outline {
    top: 60px;
  }
  #Core-tech .mod-outline.is-active {
    top: 0;
  }
  #Core-tech .text {
    font-size: 12px;
    line-height: 160%;
  }
  #Core-tech .point .title {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
  }
  #Core-tech .point .text {
    margin-top: 20px;
    font-size: 12px;
  }
  #Core-tech .point .wgt-column {
    width: 100%;
  }
  #Core-tech .point .wgt-column .clm {
    top: 0px;
    margin: 0 auto;
    padding: 0 25px 0 30px;
    margin-right: auto;
  }
  #Core-tech .point .wgt-column .clm:last-child {
    margin: 0 auto;
  }
  #Core-tech .point .wgt-column .clm.is-active {
    top: -60px;
  }
  #Core-tech .point .wgt-column .clm .img-anime img {
    width: 400px;
    vertical-align: middle;
  }
  #Core-tech .point .wgt-column .clm .img-anime.img-left {
    text-align: center;
  }
  #Core-tech .wgt-banner {
    position: absolute;
    top: -60px;
    left: 50%;
    opacity: 0;
    width: 327px;
    margin-left: -163px;
  }
  #Core-tech .wgt-banner.is-active {
    top: -130px;
    opacity: 1;
  }
  #Core-tech .obj-triangle {
    transform: rotate(225deg);
    top: -190px;
    bottom: auto;
    left: auto;
    right: -16%;
  }
  /** &nbsp;Expansion
--------------------------------------
--------------------------------------
*/
  #Expansion {
    z-index: 10;
    position: relative;
    top: -200px;
    width: 100%;
    min-height: 700px;
    padding: 250px 0 0 0;
  }
  #Expansion .inner {
    box-sizing: border-box;
    text-align: center;
  }
  #Expansion .mod-heading {
    z-index: 3;
    position: relative;
    top: 0;
    opacity: 0;
  }
  #Expansion .mod-heading.is-active {
    top: -60px;
    opacity: 1.0;
  }
  #Expansion .mod-outline {
    top: 0;
  }
  #Expansion .mod-outline.is-active {
    top: -60px;
  }
  #Expansion .mod-outline sup {
    font-size: 0.9em;
  }
  #Expansion .text {
    font-size: 12px;
    line-height: 160%;
  }
  #Expansion .bgmap {
    z-index: -1;
    position: absolute;
    top: 300px;
    left: auto;
    width: 100%;
    height: 668px;
    margin: 0 0 0 0;
    background: url(../img/expansion/bg_map.png) 50% 50% no-repeat;
  }
  #Expansion .numberlist-wrap {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 60px;
  }
  #Expansion .numberlist-wrap.is-active {
    top: -60px;
  }
  #Expansion .wgt-column.number-list {
    margin: 0 auto 20px;
  }
  /** &nbsp;Future
--------------------------------------
--------------------------------------
*/
  #Future {
    position: relative;
    top: -400px;
    height: 1750px;
  }
  #Future .obj-bird {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 300px;
  }
  #Future .obj-bird.is-active {
    opacity: 1.0;
  }
  #Future .obj-bird.bird-front {
    top: 140px;
    left: auto;
    right: 55px;
    width: 91px;
    height: 54px;
    margin-left: 0;
    background: url(../img/future/img_obj01@sp.png) 0 0 no-repeat;
    background-size: 91px auto;
  }
  #Future .obj-bird.bird-front_ptn2 {
    opacity: 0;
    top: 230px;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-left: 20px;
    background: url(../img/future/img_obj01_2.png) 0 0 no-repeat;
    background-size: 80px auto;
  }
  #Future .obj-bird.bird-front_ptn2.is-active {
    opacity: 0.3;
  }
  #Future .obj-bird.bird-front_ptn3 {
    opacity: 0;
    top: 260px;
    left: 60%;
    width: 300px;
    height: 300px;
    margin-left: 20px;
    background: url(../img/future/img_obj01_3.png) 0 0 no-repeat;
    background-size: 80px auto;
  }
  #Future .obj-bird.bird-front_ptn3.is-active {
    opacity: 0.3;
  }
  #Future .obj-bird.bird-back {
    top: 90px;
    right: -350px;
    width: 494px;
    height: 368px;
    background: url(../img/future/img_obj02.jpg) 0 0 no-repeat;
    background-size: 294px auto;
  }
  #Future::after {
    opacity: 0;
    z-index: -1;
    position: absolute;
    bottom: -1600px;
    right: -100px;
    display: block;
    content: ' ';
    width: 900px;
    height: 900px;
    background: url(../img/future/img_obj03.png) 0 0 no-repeat;
    background-size: 315px auto;
  }
  #Future .mod-outline .text {
    font-size: 12px;
  }
  #Future .inner {
    z-index: 80;
    position: relative;
    top: 420px;
    text-align: center;
  }
  #Future .inner.is-active {
    top: 200px;
  }
  #Future .line {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 2px;
    height: 0;
  }
  #Future .line.is-active {
    height: 2500px;
  }
  #Future .bg {
    z-index: -1;
    position: absolute;
    top: 180px;
    left: 50%;
    width: 100px;
    height: 210px;
    margin-left: -50px;
    background: #fff;
  }
  #Future .box-wrap {
    position: relative;
    top: 250px;
    width: 100%;
    height: 1500px;
    margin: 0 auto;
  }
  #Future .box-wrap .box {
    z-index: 30;
    position: static;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  #Future .box-wrap .box .img {
    position: relative;
    top: 0px;
    margin: 60px 0 0 0;
  }
  #Future .box-wrap .box .img.is-active {
    top: -90px;
  }
  #Future .box-wrap .box .outline {
    position: relative;
    top: 0px;
    margin: 20px 0 0 0;
    background: #fff;
  }
  #Future .box-wrap .box .outline.is-active {
    top: -60px;
    opacity: 1.0;
  }
  #Future .box-wrap .box .outline .tag {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  #Future .box-wrap .box .outline .title {
    margin-top: 8px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
  }
  #Future .box-wrap .box .outline .text {
    margin-top: 20px;
    font-size: 12px;
  }
  #Future .layout-objectmask {
    z-index: 5;
    position: absolute;
    top: -377px;
    bottom: auto;
    left: auto;
    right: -200px;
    overflow: hidden;
    width: 100%;
    height: 600px;
    transform: rotate(5deg);
  }
  #Future .obj-triangle_mid {
    display: none;
    transform: rotate(320deg);
    top: 120%;
    bottom: auto;
    left: 30%;
    right: auto;
    margin: 0px 0 0 -900px;
  }
  #Future .obj-triangle_top {
    z-index: 5;
    transform: rotate(45deg);
    top: -100px;
    bottom: auto;
    left: auto;
    right: -100px;
  }
  #Future .obj-triangle_btm {
    transform: rotate(225deg);
    top: auto;
    bottom: -1100px;
    left: auto;
    right: 0;
  }
  /** &nbsp;More
--------------------------------------
--------------------------------------
*/
  #Leadmore {
    z-index: 30;
    position: relative;
    top: -60px;
    height: auto;
    padding: 170px 0 0;
    background: url(../img/leadmore/bg.png) 50% 0 no-repeat;
    background-size: 2560px auto;
  }
  #Leadmore .inner {
    margin-top: 147px;
    text-align: center;
  }
  #Leadmore .mod-heading {
    position: relative;
    top: 60px;
  }
  #Leadmore .mod-heading.is-active {
    top: 0px;
  }
  #Leadmore .mod-outline {
    position: relative;
    top: 60px;
  }
  #Leadmore .mod-outline.is-active {
    top: -10px;
  }
  #Leadmore .wgt-title {
    color: #fff;
  }
  #Leadmore .text {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 160%;
  }
  #Leadmore .related-group {
    margin: 250px 0 0 0;
    background: #e5eef0;
  }
  #Leadmore .list-relatedinfo {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px 0 25px;
  }
  #Leadmore .list-relatedinfo a {
    text-decoration: none;
  }
  #Leadmore .list-relatedinfo li {
    position: relative;
    top: 0;
    width: 45%;
    margin: 0 3% 48px 0;
    text-align: left;
  }
  #Leadmore .list-relatedinfo li:first-child, #Leadmore .list-relatedinfo li:nth-child(4n) {
    margin-left: 0;
  }
  #Leadmore .list-relatedinfo li:nth-child(2n) {
    margin-right: 0;
  }
  #Leadmore .list-relatedinfo li.is-active {
    top: -60px;
  }
  #Leadmore .list-relatedinfo li .title {
    font-size: 18px;
  }
  #Leadmore .list-relatedinfo li .title .icon-popup {
    padding: 0 20px 0 0;
    background: url(../img/common/icon_blank@sp.png) 100% 50% no-repeat;
    background-size: 10px auto;
  }
  #Leadmore .list-relatedinfo li .img {
    margin: 0;
  }
}

/**
　width 980px
*/
@media screen and (max-width: 980px) {
  /** &nbsp;Intro
--------------------------------------
--------------------------------------
*/
  #Intro .sp-copy {
    width: 65%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #Intro .sp-copy .line1 {
    position: relative;
    top: 90px;
    left: 0px;
    width: 100%;
    height: 100px;
  }
  #Intro .sp-copy .line2 {
    position: relative;
    top: -13px;
    right: 0px;
  }
  /** &nbsp;Business
--------------------------------------
--------------------------------------
*/
  .mod-background_carousel .btn-carousel {
    margin-top: 120px;
  }
  .mod-background_carousel .box-wrap {
    z-index: 50;
    position: relative;
    top: 250px;
    max-width: 100%;
    width: 100%;
    min-width: auto;
    margin: 0 auto;
  }
  .mod-background_carousel .box {
    z-index: 10;
    float: none;
    position: absolute;
    top: 200px;
    left: 50%;
    width: 65%;
    max-width: 430px;
    margin: 0 20px 0 -27.5%;
  }
  .mod-background_carousel .box .title {
    margin: 0;
    padding: 0;
    line-height: 120%;
  }
  .mod-background_carousel .box .title.f42 {
    font-size: 42px;
    font-weight: normal;
  }
  .mod-background_carousel .story00 .bubble-animate {
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    width: 50%;
    height: 210px;
    margin: 0 0 0 -29%;
  }
  .mod-background_carousel .story00 .bubble-animate .obj {
    position: absolute;
    opacity: 0;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj1 {
    right: 70px;
    bottom: 0px;
    width: 81px;
    height: 50px;
    background-size: 81px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj1.is-active {
    bottom: 20px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj2 {
    right: 205px;
    bottom: -30px;
    width: 63px;
    height: 37px;
    background-size: 63px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj2.is-active {
    bottom: 30px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj3 {
    right: 30px;
    bottom: 0px;
    width: 47px;
    height: 31px;
    background-size: 47px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj3.is-active {
    bottom: 80px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj4 {
    right: 100px;
    bottom: 0;
    width: 52px;
    height: 32px;
    background-size: 52px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj4.is-active {
    bottom: 90px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj5 {
    right: 200px;
    top: auto;
    bottom: 0;
    width: 37px;
    height: 25px;
    background-size: 37px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj5.is-active {
    top: auto;
    bottom: 100px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj6 {
    right: 295px;
    top: auto;
    bottom: 0;
    width: 42px;
    height: 27px;
    background-size: 42px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj6.is-active {
    top: auto;
    bottom: 100px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj7 {
    right: 265px;
    top: auto;
    bottom: 0;
    width: 26px;
    height: 16px;
    background-size: 26px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj7.is-active {
    top: auto;
    bottom: 130px;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj8 {
    right: 130px;
    top: auto;
    bottom: 0;
    width: 22px;
    height: 14px;
    background-size: 22px auto;
  }
  .mod-background_carousel .story00 .bubble-animate .bbb-obj8.is-active {
    top: auto;
    bottom: 140px;
  }
  .mod-background_carousel .story01 {
    background-position: 50% 77%;
  }
  .mod-background_carousel .story02 {
    background-position: 50% 81%;
  }
  .mod-background_carousel .story05 {
    background-position: 50% -330px;
  }
  .mod-background_carousel .story06 {
    background-position: 50% -330px;
  }
  .mod-background_carousel .story07 {
    background-position: 50% -330px;
  }
  .mod-background_carousel .story08 {
    background-position: 50% -330px;
  }
  .mod-background_carousel .story09 {
    background-position: 50% -330px;
  }
  .mod-background_carousel .story10 {
    background-position: 50% -330px;
  }
  .mod-background_carousel .thumb .carousel-list {
    position: relative;
    top: 0;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    max-width: auto;
    width: 57%;
    margin: 0 auto;
    padding: 15px 25px 0 25px;
  }
  .mod-background_carousel .thumb .carousel-list li .img {
    display: table-cell;
    width: 80px;
    margin: 0 0 15px;
    border-width: 3px;
  }
  .mod-background_carousel .thumb .carousel-list li .img img {
    position: relative;
  }
  .mod-background_carousel .thumb .carousel-list li .title {
    display: table-cell;
    padding-left: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    vertical-align: middle;
  }
  .mod-background_carousel .thumb .carousel-list li.item-1 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-2 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-3 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-4 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-5 {
    margin-top: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-6 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-7 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-8 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-9 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li.item-10 {
    margin-top: 0;
    padding: 0;
  }
  .mod-background_carousel .thumb .carousel-list li a.is-active .img {
    background: #171c8f;
  }
  /** &nbsp;Innovation
--------------------------------------
--------------------------------------
*/
  #Innovation {
    position: relative;
    top: -100px;
    overflow: hidden;
    height: 1060px;
    background: #edf4f7;
  }
  #Innovation::before {
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 330px;
    right: 0;
    content: '';
    width: 100%;
    height: 800px;
    background: url(../img/innovation/bg_obj01.png) 85% 0 no-repeat;
    background-size: 300px auto;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation::after {
    opacity: 0;
    z-index: 2;
    position: absolute;
    bottom: 100px;
    left: auto;
    right: 90px;
    content: '';
    width: 100%;
    height: 400px;
    background: url(../img/innovation/bg_obj02.png) 100% 100% no-repeat;
    background-size: 280px auto;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #Innovation .inner {
    z-index: 10;
    position: relative;
    padding: 138px 0 0;
    box-sizing: border-box;
    text-align: center;
  }
  #Innovation .mod-outline {
    margin-bottom: 10px;
  }
  #Innovation .text {
    font-size: 12px;
    line-height: 160%;
  }
  #Innovation .wgt-column.innovation-list {
    display: block;
    width: 60%;
    margin: 0 auto 80px;
    text-align: left;
  }
  #Innovation .wgt-column.innovation-list .clm {
    position: relative;
    top: 60px;
    width: 45%;
    margin-left: 48px;
    text-align: left;
  }
  #Innovation .wgt-column.innovation-list .clm:nth-child(2) {
    float: right;
    top: -45px;
  }
  #Innovation .wgt-column.innovation-list .clm:nth-child(2).is-active {
    top: -60px;
  }
  #Innovation .wgt-column.innovation-list .clm:nth-child(3) {
    float: left;
    top: 60px;
    left: 0;
    margin: 0;
  }
  #Innovation .wgt-column.innovation-list .clm:nth-child(3).is-active {
    top: -200px;
  }
  #Innovation .wgt-column.innovation-list .clm:first-child {
    margin-left: 0;
  }
  #Innovation .wgt-column.innovation-list .clm.is-active {
    top: 0;
  }
  #Innovation .wgt-column.innovation-list .clm a {
    text-decoration: none;
  }
  #Innovation .wgt-column.innovation-list .clm a:hover .title {
    color: #171c8f;
  }
  #Innovation .wgt-column.innovation-list .clm .text {
    line-height: 160%;
  }
  #Innovation .wgt-column.innovation-list p {
    font-size: 10px;
  }
  #Innovation .item-1 {
    margin-top: 0;
  }
  #Innovation .item-2 {
    margin-top: 0;
  }
  #Innovation .item-3 {
    margin-top: 0;
  }
  #Innovation .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
  }
  #Innovation .layout-objectmask {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 2000px;
  }
  #Innovation .obj-triangle_top .obj-triangle {
    transform: rotate(135deg);
    z-index: 3;
    top: 285px;
    left: auto;
    right: -60%;
  }
  /** &nbsp;Core-tech
--------------------------------------
--------------------------------------
*/
  #Core-tech {
    z-index: 11;
    position: relative;
    width: 100%;
  }
  #Core-tech::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 0;
    width: 120%;
    height: 60px;
    margin: 3% -10% 0;
  }
  #Core-tech .inner {
    z-index: 10;
    position: relative;
    top: 120px;
    padding: 150px 0 0 0;
    box-sizing: border-box;
    text-align: center;
  }
  #Core-tech .mod-heading {
    position: relative;
    top: 60px;
  }
  #Core-tech .mod-heading.is-active {
    top: 0;
  }
  #Core-tech .mod-outline {
    top: 60px;
  }
  #Core-tech .mod-outline.is-active {
    top: 0;
  }
  #Core-tech .text {
    font-size: 12px;
    line-height: 160%;
  }
  #Core-tech .point .title {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
  }
  #Core-tech .point .text {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px;
  }
  #Core-tech .point .wgt-column .clm {
    top: 0px;
    width: 100%;
    margin: 0 auto;
  }
  #Core-tech .point .wgt-column .clm:first-child {
    margin-left: auto;
  }
  #Core-tech .point .wgt-column .clm.is-active {
    top: -60px;
  }
  #Core-tech .point .wgt-column .clm .img-anime img {
    width: 400px;
    vertical-align: middle;
  }
  #Core-tech .point .wgt-column .clm .img-anime.img-left {
    text-align: center;
  }
  #Core-tech .wgt-banner {
    position: absolute;
    top: -20px;
  }
  #Core-tech .wgt-banner.is-active {
    top: -110px;
  }
  #Core-tech .obj-triangle {
    transform: rotate(225deg);
    top: -160px;
    bottom: auto;
    left: auto;
    right: 70px;
  }
  /** &nbsp;Expansion
--------------------------------------
--------------------------------------
*/
  #Expansion {
    z-index: 10;
    position: relative;
    width: 100%;
    height: 800px;
    padding: 90px 0 0 0;
    background-position: 50% 100%;
    background-size: 1000px auto;
  }
  #Expansion .inner {
    margin-top: 80px;
    box-sizing: border-box;
    text-align: center;
  }
  #Expansion .mod-heading {
    z-index: 3;
    position: relative;
    top: 0;
  }
  #Expansion .mod-heading.is-active {
    top: -60px;
  }
  #Expansion .mod-outline {
    top: 0;
  }
  #Expansion .mod-outline.is-active {
    top: -60px;
  }
  #Expansion .mod-outline sup {
    font-size: 0.9em;
  }
  #Expansion .bgmap {
    z-index: -1;
    position: absolute;
    top: 13%;
    left: auto;
    width: 100%;
    height: 668px;
    margin: 0 0 0 0;
    background: url(../img/expansion/bg_map.png) 50% 50% no-repeat;
    background-size: 1000px auto;
  }
  #Expansion .numberlist-wrap {
    position: relative;
    top: 0px;
    width: 60%;
    margin: 0 auto;
    margin-top: 60px;
  }
  #Expansion .numberlist-wrap.is-active {
    top: -80px;
  }
  /** &nbsp;Future
--------------------------------------
--------------------------------------
*/
  #Future {
    position: relative;
    top: -400px;
    height: 1900px;
  }
  #Future .obj-bird {
    z-index: -1;
    position: absolute;
    top: 300px;
  }
  #Future .obj-bird.is-active {
    opacity: 1.0;
  }
  #Future .obj-bird.bird-front {
    top: 140px;
    left: auto;
    right: 55px;
    width: 91px;
    height: 54px;
    margin-left: 0;
    background: url(../img/future/img_obj01@sp.png) 0 0 no-repeat;
    background-size: 91px auto;
  }
  #Future .obj-bird.bird-front_ptn2 {
    opacity: 0;
    top: 280px;
    left: 70%;
    width: 300px;
    height: 300px;
    margin-left: 20px;
    background: url(../img/future/img_obj01_2.png) 0 0 no-repeat;
    background-size: 60px auto;
  }
  #Future .obj-bird.bird-front_ptn2.is-active {
    opacity: 0.3;
  }
  #Future .obj-bird.bird-front_ptn3 {
    opacity: 0;
    top: 320px;
    left: 80%;
    width: 300px;
    height: 300px;
    margin-left: 20px;
    background: url(../img/future/img_obj01_3.png) 0 0 no-repeat;
    background-size: 60px auto;
  }
  #Future .obj-bird.bird-front_ptn3.is-active {
    opacity: 0.3;
  }
  #Future .obj-bird.bird-back {
    top: 90px;
    right: -350px;
    width: 494px;
    height: 368px;
    background: url(../img/future/img_obj02.jpg) 0 0 no-repeat;
    background-size: 294px auto;
  }
  #Future::after {
    opacity: 0;
    z-index: 2;
    position: absolute;
    bottom: -1130px;
    left: auto;
    right: -70%;
    display: block;
    content: ' ';
    width: 900px;
    height: 900px;
    background: url(../img/future/img_obj03.png) 0 0 no-repeat;
    background-size: 315px auto;
  }
  #Future .mod-outline .text {
    font-size: 12px;
  }
  #Future .inner {
    z-index: 80;
    position: relative;
    top: 420px;
    text-align: center;
  }
  #Future .inner.is-active {
    top: 200px;
  }
  #Future .line {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 2px;
    height: 0;
    background: #171c8f;
  }
  #Future .line.is-active {
    height: 2500px;
  }
  #Future .bg {
    z-index: 2;
    position: absolute;
    top: 190px;
    left: 50%;
    width: 150px;
    height: 220px;
    margin-left: -75px;
    background: #fff;
  }
  #Future .box-wrap {
    z-index: 2;
    position: relative;
    top: 300px;
    width: 60%;
    height: 1800px;
    margin: 0 auto;
  }
  #Future .box-wrap .box {
    z-index: 30;
    position: static;
    width: 100%;
    box-sizing: border-box;
  }
  #Future .box-wrap .box:first-child .img {
    margin: 60px 0 0 0;
  }
  #Future .box-wrap .box .img {
    position: relative;
    top: 0px;
    margin: 30px 0 0 0;
  }
  #Future .box-wrap .box .img.is-active {
    top: -130px;
  }
  #Future .box-wrap .box .outline {
    position: relative;
    top: 0px;
    margin: 20px 0 0 0;
    padding: 30px 0 0 0;
    background: #fff;
  }
  #Future .box-wrap .box .outline.is-active {
    top: -150px;
  }
  #Future .box-wrap .box .outline .tag {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  #Future .box-wrap .box .outline .title {
    margin-top: 8px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
  }
  #Future .box-wrap .box .outline .text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
  }
  #Future .layout-objectmask {
    z-index: 5;
    position: absolute;
    top: -377px;
    bottom: auto;
    left: auto;
    right: -200px;
    overflow: hidden;
    width: 100%;
    height: 600px;
    transform: rotate(5deg);
  }
  #Future .obj-triangle_top {
    z-index: 5;
    transform: rotate(45deg);
    top: -100px;
    bottom: auto;
    left: auto;
    right: -100px;
  }
  #Future .obj-triangle_btm {
    z-index: 1000;
    transform: rotate(225deg);
    top: auto;
    bottom: -670px;
    left: auto;
    right: 50px;
  }
  /** &nbsp;More
--------------------------------------
--------------------------------------
*/
  #Leadmore {
    z-index: 30;
    position: relative;
    top: 0;
    height: auto;
    padding: 160px 0 0;
    background: url(../img/leadmore/bg.png) 50% 0 no-repeat;
    background-size: 1600px auto;
  }
  #Leadmore .inner {
    margin: 37px 0 0;
    text-align: center;
  }
  #Leadmore .mod-heading {
    position: relative;
    top: 60px;
  }
  #Leadmore .mod-heading.is-active {
    top: 0px;
  }
  #Leadmore .mod-outline {
    position: relative;
    top: 60px;
  }
  #Leadmore .mod-outline.is-active {
    top: -10px;
  }
  #Leadmore .wgt-title {
    color: #fff;
  }
  #Leadmore .text {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 160%;
  }
  #Leadmore .related-group {
    margin: 220px 0 0 0;
    background: #e5eef0;
  }
  #Leadmore .list-relatedinfo {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    margin: 0 auto;
    padding: 0 25px 0 25px;
  }
  #Leadmore .list-relatedinfo a {
    text-decoration: none;
  }
  #Leadmore .list-relatedinfo li {
    position: relative;
    top: 0;
    width: 48%;
    margin: 0 3% 48px 0;
    text-align: left;
  }
  #Leadmore .list-relatedinfo li:first-child, #Leadmore .list-relatedinfo li:nth-child(4n) {
    margin-left: 0;
  }
  #Leadmore .list-relatedinfo li.is-active {
    top: -60px;
  }
  #Leadmore .list-relatedinfo li .title {
    font-size: 18px;
  }
  #Leadmore .list-relatedinfo li .title .icon-popup {
    padding: 0 20px 0 0;
    background: url(../img/common/icon_blank@sp.png) 100% 50% no-repeat;
    background-size: 10px auto;
  }
  #Leadmore .list-relatedinfo li .img {
    margin: 0;
  }
}

/**
　width 670px
*/
@media screen and (max-width: 680px) {
  /** &nbsp;Business
--------------------------------------
--------------------------------------
*/
  .mod-background_carousel .box {
    width: 65%;
    margin: 0 20px 0 -32.5%;
  }
  .mod-background_carousel .thumb .carousel-list {
    width: 65%;
  }
}

/**
　width 400px
*/
@media screen and (max-width: 400px) {
  /** &nbsp;Intro
--------------------------------------
--------------------------------------
*/
  #Intro {
    background: url(../img/intro/bg@sp_p.jpg) 50% 50% no-repeat;
    background-size: 480px auto;
  }
  #Intro .sp-copy {
    width: 100%;
    margin: 0 auto;
  }
  /** &nbsp;Message
--------------------------------------
--------------------------------------
*/
  #Message {
    min-height: auto;
  }
  /** &nbsp;Business
--------------------------------------
--------------------------------------
*/
  #Business-areas {
    height: 1730px;
  }
  .mod-background_carousel .thumb {
    top: 1045px;
  }
  .mod-background_carousel .thumb::before {
    bottom: -70px;
    height: 100px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
  .mod-background_carousel .thumb .carousel-list {
    width: 100%;
    padding: 30px 5px 0;
  }
  .mod-background_carousel .box {
    z-index: 10;
    float: none;
    position: absolute;
    top: 200px;
    left: 50%;
    width: 90%;
    margin: 0 20px 0 -45%;
    padding: 25px 30px 20px 30px;
  }
  .mod-background_carousel .story00 .bubble-animate {
    top: 5px;
    left: auto;
    width: 100%;
    height: 210px;
    margin: 0;
  }
  /** &nbsp;Innovation
--------------------------------------
--------------------------------------
*/
  #Innovation {
    height: 1030px;
  }
  #Innovation::before {
    right: -15%;
  }
  #Innovation::after {
    right: -15%;
    bottom: 60px;
  }
  #Innovation .wgt-column.innovation-list {
    width: 100%;
  }
  #Innovation .wgt-column.innovation-list ß
.clm:nth-child(3) {
    float: left;
    top: -100px;
    left: 0;
    margin: 0;
  }
  #Innovation .wgt-column.innovation-list ß
.clm:nth-child(3).is-active {
    top: -185px;
  }
  /** &nbsp;Core-tech
--------------------------------------
--------------------------------------
*/
  #Core-tech {
    background-position: 50% 30px;
    background-size: 500px auto;
  }
  #Core-tech::before {
    bottom: -22px;
    height: 20px;
  }
  #Core-tech .inner {
    top: 120px;
    height: 450px;
    padding-top: 0;
  }
  #Core-tech .point .wgt-column .clm {
    width: 100%;
  }
  #Core-tech .wgt-banner {
    position: absolute;
    top: -10px;
  }
  #Core-tech .wgt-banner.is-active {
    top: -77px;
  }
  #Core-tech .obj-triangle {
    right: -15%;
  }
  /** &nbsp;Expansion
--------------------------------------
--------------------------------------
*/
  #Expansion {
    padding: 140px 0 0 0;
    height: 700px;
  }
  #Expansion .inner {
    margin-top: 0;
  }
  #Expansion .numberlist-wrap {
    width: 100%;
  }
  /** &nbsp;Future
--------------------------------------
--------------------------------------
*/
  #Future {
    position: relative;
    top: -400px;
    height: 2000px;
  }
  #Future::after {
    opacity: 0;
    z-index: 2;
    position: absolute;
    bottom: -650px;
    left: auto;
    right: -50%;
    display: block;
    content: ' ';
    width: 500px;
    height: 400px;
    background: url(../img/future/img_obj03.png) 0 0 no-repeat;
    background-size: 315px auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  #Future .box-wrap {
    width: 100%;
    height: 1700px;
  }
  #Future .obj-triangle_btm {
    right: -15px;
  }
  /** &nbsp;More
--------------------------------------
--------------------------------------
*/
  #Leadmore .related-group {
    margin: 120px 0 0 0;
  }
  #Leadmore .list-relatedinfo {
    padding: 80px 13px 0;
  }
  #Leadmore .list-relatedinfo li {
    width: 45%;
  }
  #Leadmore-related {
    padding-top: 0;
  }
  #Leadmore-related .list-relatedinfo {
    width: 100%;
  }
}
</pre></body></html>