@charset "UTF-8";
/*
  Copyright J-LINE CORPORATION. All rights reserved.
  http://www.j-line.co.jp/
*/
html {
  font: 62.5%/1.6 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', 'Meiryo', 'MS UI Gothic', sans-serif;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?g297mr");
  src: url("../fonts/icomoon.eot?g297mr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?g297mr") format("truetype"), url("../fonts/icomoon.woff?g297mr") format("woff"), url("../fonts/icomoon.svg?g297mr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icomoon-"], [class*=" icomoon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-thin-angle-up:before {
  content: "\e900";
}

.icomoon-thin-angle-right:before {
  content: "\e901";
}

.icomoon-thin-angle-left:before {
  content: "\e902";
}

.icomoon-thin-angle-down:before {
  content: "\e903";
}

.icomoon-target-blank:before {
  content: "\e904";
}

.slider {
  margin-top: -1px;
}
.slider .bx-prev {
  left: 25px;
}
.slider .bx-next {
  right: 25px;
}
.slider .bx-top {
  height: 800px;
}
.slider .bx-top > .children {
  height: 800px;
}
.slider .bx-viewport {
  border: none;
  left: 0;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider .bx-pager {
  bottom: 0px;
}
.slider .bx-prev {
  background-image: url("../../img/index/arw_slider_left.png");
  background-position: 0 0;
  width: 19px;
  height: 36px !important;
}
.slider .bx-next {
  background-image: url("../../img/index/arw_slider_right.png");
  background-position: 0 0;
  width: 19px;
  height: 36px !important;
}
.slider .bx-next:hover {
  background-position: 0 0;
}
.slider .bgs-top-view {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 800px;
}
.slider .bgs-top-img {
  width: 100%;
}
.slider .bx-controls .bx-pager {
  bottom: 30px;
}
.slider .bx-controls .bx-pager .bx-pager-link {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #999;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.slider .bx-controls .bx-pager .bx-pager-link.active {
  background-color: #006FC5;
}
.slider .bx-controls .bx-pager .bx-pager-link:hover {
  background-color: rgba(0, 111, 197, 0.9);
}

.slider .bx-controls .bx-pager .bx-pager-link {
  background-color: #fff;
}

.w-maincopy {
  height: 100%;
  width: 100%;
  text-align: center;
  display: table;
  padding-left: 0em;
}
.w-maincopy > .middle {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-height: 760px) {
  .w-maincopy {
    -moz-transform: scale(0.62, 0.62);
    -ms-transform: scale(0.62, 0.62);
    -webkit-transform: scale(0.62, 0.62);
    transform: scale(0.62, 0.62);
  }
}
.w-maincopy .maincopy {
  text-align: center;
}
.w-maincopy .maincopy .logo {
  display: inline;
  max-image: initial;
}
.w-maincopy .maincopy .ttl {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 3.2rem;
  margin-top: 26px;
  letter-spacing: 5px;
  line-height: 1.2;
}
.w-maincopy .maincopy .ttl span {
  letter-spacing: -15px;
}
.w-maincopy .maincopy .lead {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.6rem;
  margin-top: 40px;
}
.w-maincopy .maincopy .link.siege {
  margin-top: 70px;
  min-width: 300px;
  height: 40px;
  line-height: 1;
  width: auto;
  color: #222;
  background-color: transparent;
  border: 1px solid #222;
  box-sizing: border-box;
  text-decoration: none;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: ease 0.6s;
  -o-transition: ease 0.6s;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-size: 1.6rem;
}
.w-maincopy .maincopy .link.siege > .middle {
  display: table-cell;
  vertical-align: middle;
}
.w-maincopy .maincopy .link.siege:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: ease 1.2s;
  -o-transition: ease 1.2s;
  -webkit-transition: ease 1.2s;
  transition: ease 1.2s;
}

.w-maincopy .maincopy .ttl {
  color: #fff;
}
.w-maincopy .maincopy .lead {
  color: #fff;
}
.w-maincopy .maincopy .link.siege {
  color: #fff;
  border-color: #fff;
}
.w-maincopy .maincopy .scroll {
  color: #fff;
}
@media screen and (max-height: 760px) {
  .w-maincopy .maincopy .scroll {
    bottom: 1%;
  }
}
.w-maincopy .maincopy .scroll-down {
  border-color: #fff;
}
.w-maincopy .maincopy .scroll-down .icomoon-thin-angle-down {
  color: #fff;
}

.w-news {
  line-height: 0;
  /* grid system */
  margin-left: auto;
  margin-right: auto;
  border: none !important;
}
@media screen and (min-width: 17px) {
  .w-news {
    padding-right: 0;
    padding-left: 0;
    border-left: 0px solid white;
    border-right: 0px solid white;
    box-sizing: border-box;
    display: table;
    width: 100%;
    max-width: initial;
    max-width: auto;
  }
  .w-news > .children {
    /* gutter */
    margin-left: none;
    border-left: 0px solid white;
  }
  .w-news > .children:nth-of-type(1) {
    display: table-cell;
    width: initial;
    float: none;
  }
  .w-news > .children:nth-of-type(2) {
    display: table-cell;
    width: initial;
    float: none;
    width: 1120px;
  }
  .w-news > .children:nth-of-type(3) {
    display: table-cell;
    width: initial;
    float: none;
  }
  .w-news > .children:first-of-type {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.w-news > .children:nth-of-type(1) {
  background-color: #d6d6d6;
}
.w-news > .children:nth-of-type(3) {
  background-color: #EEE;
}

.news {
  overflow-x: hidden;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.news > * {
  display: table-cell;
  vertical-align: middle;
}
.news > .children:first-of-type {
  min-width: 275px;
  height: 240px;
  background-color: #d6d6d6;
  *zoom: 1;
}
.news > .children:first-of-type .w {
  height: 100%;
  float: right;
  display: table;
  padding-left: 0em;
  text-align: center;
  margin-right: 80px;
}
.news > .children:first-of-type .w > .middle {
  display: table-cell;
  vertical-align: middle;
}
.news > .children:first-of-type:before, .news > .children:first-of-type:after {
  content: " ";
  display: table;
}
.news > .children:first-of-type:after {
  clear: both;
}
.news > .children:first-of-type .ttl {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
.news > .children:first-of-type .link {
  margin-top: 30px;
  min-width: 120px;
  height: 26px;
  line-height: 1;
  width: auto;
  color: #222;
  background-color: transparent;
  border: 1px solid #222;
  box-sizing: border-box;
  text-decoration: none;
  display: table;
  text-align: center;
  font-size: 1.2rem;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.news > .children:first-of-type .link > .middle {
  display: table-cell;
  vertical-align: middle;
}
.news > .children:first-of-type .link:hover {
  color: #222;
  background-color: rgba(255, 255, 255, 0.4);
}
.news > .children:nth-of-type(2) {
  min-width: 845px;
  height: 240px;
  background-color: #EEE;
  *zoom: 1;
}
.news > .children:nth-of-type(2) .w {
  height: 100%;
  float: left;
  display: table;
  padding-left: 0em;
}
.news > .children:nth-of-type(2) .w > .middle {
  display: table-cell;
  vertical-align: middle;
}
.news > .children:nth-of-type(2):before, .news > .children:nth-of-type(2):after {
  content: " ";
  display: table;
}
.news > .children:nth-of-type(2):after {
  clear: both;
}
.news > .children:nth-of-type(2) .news-list {
  margin-left: 15px;
}
.news > .children:nth-of-type(2) .news-list > .children {
  width: 830px;
  height: 50px;
  border-bottom: 1px #DDD solid;
  font-size: 1.4rem;
}
.news > .children:nth-of-type(2) .news-list > .children .record {
  display: table;
  line-height: 3.5;
}
.news > .children:nth-of-type(2) .news-list > .children .record > * {
  display: table-cell;
  vertical-align: middle;
}
.news > .children:nth-of-type(2) .news-list > .children .category {
  font-size: 1.2rem;
  min-width: 79px;
  height: 20px;
  line-height: 1;
  width: auto;
  color: #fff;
  background-color: #006FC5;
  border: none solid #ccc;
  box-sizing: border-box;
  text-decoration: none;
  display: table;
  text-align: center;
  margin-left: 20px;
  margin-right: 15px;
}
.news > .children:nth-of-type(2) .news-list > .children .category > .middle {
  display: table-cell;
  vertical-align: middle;
}
.news > .children:nth-of-type(2) .news-list > .children .content .link {
  color: #222;
  text-decoration: none;
}
.news > .children:nth-of-type(2) .news-list > .children .content .link:hover {
  text-decoration: underline;
}

.special-contents {
  *zoom: 1;
}
.special-contents > .leaves {
  position: relative;
  min-width: 50%;
  background-color: #000;
  overflow: hidden;
}
.special-contents > .leaves > .bg {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 560px;
  height: auto;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.special-contents > .leaves > .middle {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  text-align: center;
  margin-left: -150px;
  margin-top: -75px;
}
.special-contents > .leaves > .middle .ttl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 4rem;
}
.special-contents > .leaves > .middle .ttl .english {
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
}
.special-contents > .leaves > .middle .ttl .english:after {
  content: "\a";
  white-space: pre;
}
.special-contents > .leaves > .middle .ttl:after {
  content: "\a";
  white-space: pre;
}
.special-contents > .leaves > .middle .link {
  margin-top: 25px;
  min-width: 300px;
  height: 40px;
  line-height: 1;
  width: auto;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-decoration: none;
  display: table;
  text-align: center;
  font-size: 1.6rem;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.special-contents > .leaves > .middle .link > .middle {
  display: table-cell;
  vertical-align: middle;
}
.special-contents > .leaves:hover > .bg {
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.special-contents > .leaves:hover > .middle .link {
  color: #222;
  background-color: #fff;
}
.special-contents:before, .special-contents:after {
  content: " ";
  display: table;
}
.special-contents:after {
  clear: both;
}

.products {
  padding-top: 75px;
  background-color: #F7F7F7;
}

.pickup {
  overflow-x: hidden;
  padding-top: 75px;
  background-color: #F7F7F7;
}
.pickup .banner {
  margin-top: 20px;
  margin-bottom: 50px;
}
.pickup .carousel {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 1120px;
  height: 365px;
}
.pickup .carousel .bx-carousel {
  height: 365pxpx;
}
.pickup .carousel .bx-carousel > .children {
  height: 365pxpx;
}
.pickup .carousel .bx-viewport {
  border: none;
  left: 0;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pickup .carousel .bx-pager {
  bottom: 0px;
}
.pickup .carousel .bx-prev {
  background-image: url("../images/top/arw_pickup_left.png");
  background-position: 0 0;
  width: 11px;
  height: 21px !important;
}
.pickup .carousel .bx-next {
  background-image: url("../images/top/arw_pickup_right.png");
  background-position: 0 0;
  width: 11px;
  height: 21px !important;
}
.pickup .carousel .bx-next:hover {
  background-position: 0 0;
}
.pickup .carousel .bx-controls .bx-pager {
  bottom: -40px;
}
.pickup .carousel .bx-controls .bx-pager .bx-pager-link {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #999;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.pickup .carousel .bx-controls .bx-pager .bx-pager-link.active {
  background-color: #006FC5;
}
.pickup .carousel .bx-controls .bx-pager .bx-pager-link:hover {
  background-color: rgba(0, 111, 197, 0.9);
}
.pickup .carousel .bx-prev {
  top: 51%;
  left: -40px;
}
.pickup .carousel .bx-next {
  top: 51%;
  right: -40px;
}
.pickup .carousel .bx-viewport {
  height: 248px !important;
}
.pickup .carousel .bx-carousel {
  width: inherit;
}
.pickup .carousel .bx-carousel > .children {
  height: auto;
  width: 265px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
}
.pickup .carousel .bx-carousel > .children .link {
  display: block;
  text-decoration: none;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.pickup .carousel .bx-carousel > .children .link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: ease 0.8s;
  -o-transition: ease 0.8s;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}
.pickup .carousel .bx-carousel > .children .w-pic {
  width: 265px;
  height: 180px;
  overflow-y: hidden;
}
.pickup .carousel .bx-carousel > .children .desc {
  height: 66px;
  width: 265px;
  overflow-y: hidden;
  display: table;
  padding-left: 0em;
}
.pickup .carousel .bx-carousel > .children .desc > .middle {
  display: table-cell;
  vertical-align: middle;
}
.pickup .carousel .bx-carousel > .children .desc .p {
  text-align: center;
  color: #222;
  font-size: 1.6rem;
}

.special {
  padding-top: 75px;
  background-color: #F7F7F7;
}
.special .list {
  margin-top: 20px;
  *zoom: 1;
}
.special .list > * {
  float: left;
  margin-left: 20px;
}
.special .list > *:first-of-type {
  margin-left: 0;
}
.special .list:before, .special .list:after {
  content: " ";
  display: table;
}
.special .list:after {
  clear: both;
}
.special .list > .children {
  position: relative;
  border-top: 5px #000 solid;
  height: 360px;
  width: 265px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
}
.special .list > .children .link {
  display: block;
  text-decoration: none;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.special .list > .children .link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: ease 0.8s;
  -o-transition: ease 0.8s;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}
.special .list > .children .desc {
  padding: 13px;
}
.special .list > .children .desc .ttl {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #222;
}
.special .list > .children .desc .ttl .category {
  width: auto;
  min-width: 1px;
  height: 18px;
  line-height: 1;
  width: auto;
  color: #fff;
  background-color: #000;
  border: none solid #ccc;
  box-sizing: border-box;
  text-decoration: none;
  display: table;
  text-align: center;
  font-size: 1rem;
  display: table;
  padding-left: 0em;
  text-align: center;
}
.special .list > .children .desc .ttl .category > .middle {
  display: table-cell;
  vertical-align: middle;
}
.special .list > .children .desc .ttl .category > .middle {
  display: table-cell;
  vertical-align: middle;
}
.special .list > .children .desc .ttl .category .middle {
  padding-right: 10px;
  padding-left: 10px;
}
.special .list > .children .desc .p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}
.special .list > .children .date {
  position: absolute;
  bottom: 13px;
  color: #999;
}
.special .list > .work {
  border-top-color: #006FC5;
}
.special .list > .work .desc .ttl .category {
  background-color: #006FC5;
}
.special .list > .history {
  border-top-color: #EAAF00;
}
.special .list > .history .desc .ttl .category {
  background-color: #EAAF00;
}
.special .list > .life {
  border-top-color: #00C686;
}
.special .list > .life .desc .ttl .category {
  background-color: #00C686;
}
.special .list > .solve {
  border-top-color: #A3C600;
}
.special .list > .solve .desc .ttl .category {
  background-color: #A3C600;
}

.to-hito-kagaku-mirai {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #F7F7F7;
}
.to-hito-kagaku-mirai .link {
  min-width: 360px;
  height: 50px;
  line-height: 1;
  width: auto;
  color: #fff;
  background-color: #222;
  border: none solid #ccc;
  box-sizing: border-box;
  text-decoration: none;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-size: 1.6rem;
}
.to-hito-kagaku-mirai .link > .middle {
  display: table-cell;
  vertical-align: middle;
}
.to-hito-kagaku-mirai .link:hover {
  color: #fff;
  background-color: rgba(34, 34, 34, 0.8);
}
.to-hito-kagaku-mirai .link .icomoon-target-blank {
  padding-left: 40px;
}

.fttl.portal {
  font-size: 2.4rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 2.5rem;
}
.fttl.portal .english {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  color: #006FC5;
}
.fttl.portal .english:after {
  content: "\a";
  white-space: pre;
}
.fttl.portal .english .kerning {
  letter-spacing: 1px;
}

.business {
  margin-top: 20px;
}
.business a {
  color: #212121;
}
.business a:nth-child(2n+2) {
  margin-right: 0px;
}
.business a:nth-child(2n+2) .item {
  margin-right: 0px;
}
.business .item {
  float: left;
  width: 550px;
  margin-right: 20px;
  overflow: hidden;
  padding-bottom: 18px;
}
.business .item div {
  position: relative;
  margin-bottom: 13px;
}
.business .item div span {
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  width: 100%;
}
.business .item h3 {
  background-image: url("../images/top/icon-arrow.gif");
  background-repeat: no-repeat;
  background-position: right center;
  color: #006EC5;
  font-size: 18px;
  padding-right: 30px;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.business .item p {
  font-size: 14px;
}
.business .item img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.business .item:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.bx-wrapper img {
  height: auto;
}
