@charset "UTF-8";
@font-face {
  font-family: mplus-1c-light;
  src: url("../font/mplus-1c-light.eot");
  src: url("../font/mplus-1c-light.eot?#iefix") format("embedded-opentype"), url("../font/mplus-1c-light.woff") format("woff"), url("../font/mplus-1c-light.ttf") format("truetype");
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　reset
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

.ie8 img {
  width: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: top;
}

a {
  color: #4d5963;
  text-decoration: none;
}

/* android font-size fix */
li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, p, blockquote, th, td, dt, dd {
  max-height: 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  line-height: 1.231;
}

#wrapper {
  min-width: 1120px;
  position: relative;
  color: #4d5963;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
#wrapper {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

#container {
  padding: 65px 0 85px;
}

#header {
  position: relative;
}

#header-inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}

#header h1 {
  font-size: 12px;
  font-weight: normal;
}

#header h1 a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  width: 122px;
  padding-top: 35px;
  color: #486176;
  background: url(../images/logo_h.png) no-repeat center 0;
  background-size: 122px auto;
  text-align: center;
}

#header h1 a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* for retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #header h1 a {
    background-image: url(../images/logo_h@2x.png);
  }
}
#nav_box .sp-close {
  display: none;
}

#g-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  /*width: 500px;*/
}

#g-nav > ul > li {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}
#g-nav > ul > li ul {
  display: none;
  width: 200px;
  position: absolute;
  left: 0;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5000;
}
#g-nav > ul > li ul li {
  font-size: 14px;
}
#g-nav > ul > li ul li a {
  display: block;
  padding: 15px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #486176;
}
#g-nav > ul > li ul li a:hover {
  color: #57b53c;
}

#g-nav > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  color: #486176;
}

#g-nav > ul > li > a:after {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #486176;
  opacity: 0;
  filter: alpha(opacity=0);
}

#g-nav > ul > li:hover > a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 0.3;
  filter: alpha(opacity=30);
}

#dir-home #g-nav > ul > li:nth-of-type(1) > a:after,
#dir-iot #g-nav > ul > li:nth-of-type(2) > a:after,
#dir-service #g-nav > ul > li:nth-of-type(3) > a:after,
#dir-product #g-nav > ul > li:nth-of-type(4) > a:after,
#dir-company #g-nav > ul > li:nth-of-type(5) > a:after,
#dir-ir #g-nav > ul > li:nth-of-type(6) > a:after,
#dir-recruit #g-nav > ul > li:nth-of-type(7) > a:after {
  -webkit-transition: 0s ease;
  transition: 0s ease;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 0.3;
  filter: alpha(opacity=30);
}

#h-btn {
  position: absolute;
  *zoom: 1;
  right: 0;
  top: 20px;
  width: 340px;
}
#h-btn:after {
  content: "";
  display: table;
  clear: both;
}
#h-btn li {
  float: left;
  margin-left: 10px;
  font-size: 12px;
}
.h-btn-lang {
  padding: 4px 0;
  display: block;
}
.h-btn-lang-txt {
  display: none;
}
.topic-path {
  box-sizing: border-box;
  position: relative;
  width: 980px;
  height: 50px;
  margin: 0 auto;
  padding: 16px 0;
}
.topic-path ol {
  *zoom: 1;
}
.topic-path ol:after {
  content: "";
  display: table;
  clear: both;
}
.topic-path ol li {
  position: relative;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  font-size: 14px;
  color: #486176;
  height: calc(14px * 1.231);
  overflow: hidden;
}
.topic-path ol li:last-child {
  max-width: 30em;
}
.topic-path ol li a {
  color: #68bb50;
}
.topic-path ol li a:hover {
  text-decoration: underline;
}
.topic-path ol li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.topic-path ol li:first-child:before {
  display: none;
}
.topic-path #btn-pt {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.topic-path #btn-pt a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.topic-path #btn-pt a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#f-btn {
  padding: 30px 0;
  border-top: solid 1px #d9dde1;
  font-size: 0;
  text-align: center;
  color: #486176;
}
#f-btn li {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
}
#f-nav {
  border-top: solid 1px #d9dde1;
  color: #486176;
}
#f-nav a {
  color: #486176;
}
#f-nav a:hover {
  text-decoration: underline;
}
#f-nav-inner {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  font-size: 14px;
  line-height: 2.1;
}
.f-nav-txt {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 40px;
}
.f-nav-txt .other {
  opacity: .8;
}
.f-nav-txt .tech-blog {
  margin-top: 30px;
  max-width: 210px;
}
.f-nav-txt-child {
  opacity: .8;
}
.f-nav-txt-child > li {
  position: relative;
  padding-left: 1em;
}
.f-nav-txt-child > li:before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #486176;
  position: absolute;
  left: 0;
  top: 50%;
}
#f-nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
#f-nav-icon li a {
  display: block;
  padding: 10px;
  background-color: #ffffff;
}
#f-nav-icon li + li {
  margin-left: 10px;
}

#footer {
  padding: 40px 0 25px;
  background-color: #f1f3f4;
  border-top: solid 1px #d9dde1;
  text-align: center;
  color: #486176;
}
#footer dl {
  margin-bottom: 20px;
  font-size: 12px;
}
#footer dt {
  width: 122px;
  margin: 0 auto 20px;
  padding-top: 40px;
  background: url(../images/logo_f.png) no-repeat center 0;
  background-size: 122px auto;
}
#footer dd {
  line-height: 2;
}
#txt-cr {
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  font-size: 12px;
}
/* for retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #footer dt {
    background-image: url(../images/logo_f@2x.png);
  }
}
/* for sp */
.sp {
  display: none;
}
.footer-fbWrap {
  text-align: center;
  width: 500px;
  margin: 35px auto;
}
.footer-fbandBnrWrap {
  width: 980px;
  overflow: hidden;
  margin: 35px auto;
}
.footer-fbandBnr-bnrList {
  float: left;
  width: 460px;
}
.footer-fbandBnr-bnrItem {
  margin-bottom: 20px;
}
.footer-fbandBnr-bnrItem-img {
  margin-bottom: 10px;
}
.footer-fbandBnr-bnrItem-txt {
  color: #78BF63;
  padding-left: 20px;
  position: relative;
  font-size: 0.8rem;
}
.footer-fbandBnr-bnrItem-txt:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icon_sprite.png") -43px 1px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-fbandBnr-bnrList li figure a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
}
.footer-fbandBnr-bnrList li figure a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.footer-fbandBnr-fbWrap {
  float: right;
  width: 500px;
}
.f-outside {
  border-top: solid 1px #dadfe4;
}
.f-outside-inner {
  display: flex;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  *zoom: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.f-outside-inner:after {
  content: "";
  display: table;
  clear: both;
}
.f-outside-tech {
  width: 470px;
  box-sizing: border-box;
  border: solid 1px #dadfe4;
  background-color: #f8f9f9;
  padding: 30px;
  margin: 0 10px;
}
.f-outside-tech-title {
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.5;
  font-size: 24px;
  padding-bottom: .25em;
  border-bottom: solid 1px #dadfe4;
}
.f-outside-tech-list > li {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.f-outside-tech-list > li time {
  font-size: 12px;
  display: block;
}
.f-outside-tech-list > li a {
  color: #68bb50;
}
.f-outside-tech-list > li a:hover {
  text-decoration: underline;
}
.f-outside-tech-btn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #486176;
  color: #ffffff;
  font-size: 14px;
}
.f-outside-tech-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.f-outside-fb {
  width: 470px;
  margin: 0 10px;
}
.integration-sp {
  display: none;
}
/* 2017 update */
.second-nav {
  background-color: #b6c0c8;
}
.second-nav ul {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.second-nav ul li {
  margin-left: 15px;
  margin-right: 15px;
  color: #ffffff;
  font-size: 14px;
}
.second-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding-bottom: 5px;
  position: relative;
  color: #ffffff;
}
.second-nav ul li a:before {
  -webkit-transition: .2s;
  transition: .2s;
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  background-color: #ffffff;
}
.second-nav ul li a.is-active:before, .second-nav ul li a:hover:before {
  width: 100%;
}
#sec-home-fastio {
  background-image: url(../../images/box-fastio-bg.jpg);
  background-size: 110%;
}
.box-fastio {
  max-width: 1120px;
  margin: 0 0 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0px;
  text-align: center;
}
.box-fastio h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-fastio h5 span {
  display: block;
  margin: 20px 0 0 0;
  font-size: 28px;
  line-height: 1.6;
  color: #222528;
}
.box-fastio p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  padding: 0 1rem;
}
.box-fastio .box-btn {
  margin-top: 30px;
  text-align: center;
}

/*20170615 追加*/
.bg-title {
  font-size: 20px;
  color: #222528;
  background-color: #e2e4eb;
  padding: .5em .75em;
}
.partner02 {
  padding: 3rem;
  background-color: #f0f1f5;
  border-top: solid 1px #dadfe4;
  border-bottom: solid 1px #dadfe4;
}
.partner02 h6 {
  background-color: #f0f1f5;
  text-align: center;
  font-size:28px;
}
.partner02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.partner02 li {
  margin: 1rem;
}
.partner02 li img {
  width: 120px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.partner02 li img:hover {
  opacity: 0.7;
}
.partner02 li .big {
  width: 80px;
}
.partner02 li .small {
  width: 140px;
  margin-top: 10px;
}
.box-partner {
  margin-left: auto;
  margin-right: auto;
}
.partner02 .txt-copy {
  text-align: center;
  margin: 1rem 3rem;
}

/*20170830 追加*/
.partner02 .box-btn{
  text-align: center;
}
.top-ai{
  width: 980px;
  margin: 60px 0 60px 0;
}
.top-ai-inner{
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}
.top--ai-textbox{
  width: 595px;
  text-align: justify;
  padding: 10px 10px 0 10px;
  line-height: 1.875;
}
.top--ai-textbox div{
  text-align: center;
  margin-top: 30px;
}
.box-fastio .box-btn .btn .icon-arr2{
  height: 16px;
}
.aitell-box .box-btn .btn .icon-arr2{
  height: 16px;
}

/*20190201 追加*/
.newgrads_link{
	text-align: center;
	margin: 60px 0px 120px;
}
.newgrads_link a:hover {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.newgrads_link a:hover {
	opacity: 0.7;
	text-decoration: none;
}
/*20201217 追加*/
.ecomott-blog-box {
  margin: 40px 0 0;
}
.ecomott-blog-logo img {
  width: 186px;
  margin-bottom: 16px;
}
.ecomott-blog-tech-list {
  border-top: solid 1px #486176;
}
.ecomott-blog-tech-list > li {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.ecomott-blog-tech-list > li time {
  font-size: 12px;
  margin-right: 32px;
}
.ecomott-blog-tech-list > li a {
  color: #68bb50;
}
.ecomott-blog-tech-list > li a:hover {
  text-decoration: underline;
}
/* 018 */
.button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 200px;
    padding: 10px 0px 10px 25px;
    color: #4d5963;
    transition: 0.3s ease-in-out;
    font-weight: normal;
}
.button018 a:before, .button018 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button018 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 0.6rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button018 a:after {
  left: 0;
  background: #52bd33;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.button018 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
  margin-top: 2px;
  letter-spacing: 1px;
}
.button018 a:hover span {
  color: #fff;
}
.button018 a:hover:before {
  left: 1rem;
}
.button018 a:hover:after {
  right: 0;
  width: 100%;
}
#sec-home-gx {
  margin-bottom: 6rem;
}
.gx {
  display: flex;
}
.gx .gx-movie video {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  width: 608px;
  height: 342px;
  border-radius: 12px;
  margin: 6rem 6rem 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gx .gx-movie video:hover {
  opacity: 0.5;
}
.gx .gx-text {
  margin: 6rem 6rem 0;
  margin-left: 0;
}
.gx .gx-text img {
  width: 280px;
  margin-bottom: 2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gx .gx-text img:hover {
  opacity: 0.5;
}
.gx .gx-text h5 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
.gx .gx-text h6 {
    font-size: 28px;
    margin: 0.25rem 0 1rem;
    letter-spacing: 1px;
    color: #222528;
}
.gx .gx-text p {
    font-size: 14px;
    line-height: 1.875;
}

/* 20240308 contact */
.contact-message .box-contact-inner {
  padding-bottom: 0;
}
.contact-message .box-contact-inner .txt {
  text-align: justify;
  line-height: 1.875;
  margin-top: 0;
}
.contact-message .box-contact-inner .txt a {
  color: #57b53c;
  text-decoration: underline;
  font-weight: bold;
}
.contact-message .box-contact-inner .txt a:hover {
  text-decoration: none;
}
.contact-message .box-contact-inner .sales-form {
  background: #ffecf4;
  margin-top: 2rem;
  border-radius: 8px;
  padding: 2rem;
}
.contact-message .box-contact-inner .bg-blue {
  background-color: #ecf7ff;
  padding-top: 1.5rem;
}
.contact-message .box-contact-inner .sales-form p {
  text-align: center;
  line-height: 1.875;
}
.contact-message .box-contact-inner .sales-form .ir-tex {
  font-size: 14px;
  text-align: justify;
}
.contact-message .box-contact-inner .sales-form b {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0.5rem;
}
.contact-message .box-contact-inner .sales-form p a {
    color: #57b53c;
    text-decoration: underline;
    font-weight: bold;
}
.contact-message .box-contact-inner .sales-form p a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .gx {
    display: block;
    text-align: center;
  }
  .gx .gx-text {
    margin: 3rem;
  }
  .partner02 {
    padding: 6rem 3rem;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 840px) {
}