@charset "UTF-8";

body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}
* {
  margin: 0;
  padding: 0;
}
dl,dt,dd {
  margin: 0;
  padding: 0;
}
br.sp {
  display: none;
}
br.tb {
  display: none;
}
br.pc {
  display: block;
}
img.pc {
  display: inline;
}
img.sp {
  display: none;
}
.cp_arrowsWrap.pc {
  display: block;
}
.arrowWrap.sp {
  display: none;
}
.footer-2col-wrap {
  display: block;
}
.footer-2col-wrap-sp {
  display: none;
}
.pc-2 {
  display: none;
}
.pc-d-n {
  display: block;
}
.sp-d-n {
  display: none;
}
/* ヘッダーエリア */
.header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
.header-wrap {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-nav.close {
    display: none;
  }
.header-nav.open {
    display: block;
  }
a.header-logo-link {
  display: block;
}
.header-nav .header-nav-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav .header-nav-list .header-nav-item {
  list-style: none;
  color: #ffffff;
  font-size: 16px;
}
.header-nav .header-nav-list .header-nav-item.en-header-item {
  list-style: none;
  color: #ffffff;
  font-size: 14px;
}
.header-nav .header-nav-list .header-nav-item:first-child a.header-nav-link {
  text-decoration: none;
  color: #333;
  font-weight: 700;
  transition: none;
}
.header-nav .header-nav-list .header-nav-item:nth-child(2) a.header-nav-link {
  text-decoration: none;
  color: #333;
  margin-left: 42px;
  font-weight: 700;
  transition: none;
}
.header-nav .header-nav-list .header-nav-item.en-header-item:nth-child(2) a.header-nav-link {
  text-decoration: none;
  color: #333;
  margin-left: 34px;
  font-weight: 700;
  transition: none;
}
.header-nav .header-nav-list .header-nav-item:nth-child(3) a.header-nav-link {
  text-decoration: none;
  color: #333;
  margin-left: 42px;
  font-weight: 700;
  transition: none;
}
.header-nav .header-nav-list .header-nav-item.en-header-item:nth-child(3) a.header-nav-link {
  text-decoration: none;
  color: #333;
  margin-left: 34px;
  font-weight: 700;
  transition: none;
}
.header-nav .header-nav-list .header-nav-item:nth-child(4) a.header-nav-link {
  text-decoration: none;
  color: #000;
  margin-left: 42px;
  padding: 7px;
  border: solid 1px #000;
  font-weight: 700;
  transition: all .2s;
}
.header-nav .header-nav-list .header-nav-item.en-header-item:nth-child(4) a.header-nav-link {
  text-decoration: none;
  color: #000;
  margin-left: 34px;
  padding: 9px;
  border: solid 1px #000;
  font-weight: 700;
  transition: all .2s;
}
.header-nav .header-nav-list .header-nav-item a.lng-btn::before {
  content: url(../img/p/fig-icon-language.png);
  display: inline-block;
  margin: 0 10px 0 0;
}
.header-nav .header-nav-list .header-nav-item a.lng-btn {
  position: relative;
  text-decoration: none;
  background-color: #999999;
  margin-left: 20px;
  padding: 10px 13px;
  font-weight: 700;
  transition: none;
  color: #ffffff;
}
.header-nav .header-nav-list .header-nav-item a.lng-btn:hover {
  opacity: .6;
}

.header-nav .header-nav-list .header-nav-item:first-child a.header-nav-link:hover {
  border-bottom: 2px solid #000;
}
.header-nav .header-nav-list .header-nav-item:nth-child(2) a.header-nav-link:hover,
.header-nav .header-nav-list .header-nav-item:nth-child(3) a.header-nav-link:hover {
  border-bottom: 2px solid #000;
}
.header-nav .header-nav-list .header-nav-item:nth-child(4) a.header-nav-link:hover {
  background: #000;
  color: #fff;
}
a.header-logo-link.is-active {
  display: none;
}
img.header-logo-img {
  vertical-align: bottom;
  display: block;
}

.subMenu-nav.close {
  display: none;
}
.subMenu-nav.open {
  display: block;
}
.subMenu-nav {
  display: none;
}
.mv-wrap {
  height: 100%;
  position: relative;
  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;
  /* padding-top: 84px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mv-bg, .mv-bg_en {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background-position : center center;
  background-size: cover;
}
.mv-wrap .mv-bg, .mv-wrap .mv-bg_en {
  animation  : bgAnime 36s ease infinite;
  -moz-animation: bgAnime 36s ease infinite;
  -webkit-animation: bgAnime 36s ease infinite;
  width: 100%;
  height: auto;
  opacity:0;
}
.mv-bg.src1 {
  background: url(../img/p/img-mv01.jpg) no-repeat top center; 
  animation-delay  : 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  background-size: cover;
}
.mv-bg.src2 {
  background: url(../img/p/img-mv02.jpg) no-repeat top center;
  animation-delay  : 9s;
  -moz-animation-delay: 9s;
  -webkit-animation-delay: 9s;
  background-size: cover;
}
.mv-bg.src3 {
  background: url(../img/p/img-mv03.jpg) no-repeat top center;
  animation-delay  : 18s;
  -moz-animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background-size: cover; 
}
.mv-bg.src4 {
  background: url(../img/p/img-mv04.jpg) no-repeat top center;
  animation-delay  : 27s;
  -moz-animation-delay: 27s;
  -webkit-animation-delay: 27s;
  background-size: cover; 
}
.mv-bg_en.src1 {
  background: url(../img/p/img-mv-en01.jpg) no-repeat top center; 
  animation-delay  : 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  background-size: cover;
}
.mv-bg_en.src2 {
  background: url(../img/p/img-mv-en02.jpg) no-repeat top center;
  animation-delay  : 9s;
  -moz-animation-delay: 9s;
  -webkit-animation-delay: 9s;
  background-size: cover;
}
.mv-bg_en.src3 {
  background: url(../img/p/img-mv-en03.jpg) no-repeat top center;
  animation-delay  : 18s;
  -moz-animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background-size: cover; 
}
.mv-bg_en.src4 {
  background: url(../img/p/img-mv-en04.jpg) no-repeat top center;
  animation-delay  : 27s;
  -moz-animation-delay: 27s;
  -webkit-animation-delay: 27s;
  background-size: cover; 
}
@keyframes bgAnime {
  0% { opacity: 0 }
  10% { opacity: 1 }
 20% { opacity: 1 }
 30% { opacity: 0 }
100% { opacity: 0 }
}
@-webkit-keyframes bgAnime {
  0% { opacity: 0 }
  10% { opacity: 1 }
 20% { opacity: 1 }
 30% { opacity: 0 }
100% { opacity: 0 }
  }
@-moz-keyframes bgAnime {
  0% { opacity: 0 }
  10% { opacity: 1 }
 20% { opacity: 1 }
 30% { opacity: 0 }
100% { opacity: 0 }
  }

  .cp_arrowsWrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    z-index: 3;
  }
  .cp_arrows {
    width: 30px;
    height: 60px;
    margin: 10px auto 0;
    background-color: transparent;
    position: relative;
    overflow: hidden;
  }
  .cp_arrows .cp_arrow {
    position: absolute;
    top: 20%;/*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
    left:0;
    opacity: 0;
    -webkit-transform: translate(-20%, 0);
    transform: translate(-50%, 0%);
  -webkit-transform-origin: 20% 0%;
    transform-origin: 20% 0%;
  }
  .cp_arrows .cp_arrowfirst {
    -webkit-animation: arrow-move08 2s ease-in-out infinite;
            animation: arrow-move08 2s ease-in-out infinite;
  }
  .cp_arrows .cp_arrowsecond {
    -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
            animation: arrow-move08 2s 1s ease-in-out infinite;
  }
  .cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    margin: 0 auto;
    background: #000;
    position: absolute;
    top: 20px;
    left: 0;
  }
  .cp_arrows .cp_arrow:before {
    -webkit-transform: rotate(45deg) translateX(-22%);
            transform: rotate(45deg) translateX(-22%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .cp_arrows .cp_arrow:after {
    -webkit-transform: rotate(-45deg) translateX(22%);
            transform: rotate(-45deg) translateX(22%);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  @-webkit-keyframes arrow-move08 {
    0% {
      top: 20%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes arrow-move08 {
    0% {
      top: -40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

.arrowWrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 115px;
  z-index: 3;
}
.arrowInner p {
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-bottom: 11px;
  font-family: 'Roboto Condensed', sans-serif;
}

.arrow {
  width: 2px;
  height: 80px;
  margin: 10px auto 0;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.arrow::before {
  content: '';
  width: 2px;
  height: 80px;
  margin: 0 auto;
  background-color: #000;
  position: absolute;
  top: -20px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
/*scroll animation*/
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

  @-webkit-keyframes arrow {
    0% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(-50%, 100px, 0);
      transform: translate3d(-50%, 100px, 0);
    }
    100% {
      -webkit-transform: translate3d(-50%, 100px, 0);
      transform: translate3d(-50%, 100px, 0);
    }
    }

/*
コンテンツエリア
*/
.contents-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
section.consumers, section.lowElectric,
section.outSourcing, section.iot, section.footer {
  padding: 70px 0 0;
  height: 100vh;
}

h2.contents-txt-h2 {
  color: #333;
  font-size: 64px;
  font-weight: bold;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
  line-height: 80px;
}
h2.contents-txt-h2.en-h2-txt {
  font-size: 50px;
}
.contents-txt {
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 60px;
}
.contents-txt.en-p-txt {
  font-size: 21px;
}
.contents-link-txt a,
.contents-link-txt-arrow a {
  color: #000;
  font-size: 30px;
  text-decoration: none;
  transition: all .2s;
}
.contents-link-txt a:hover, 
.contents-link-txt-arrow a:hover {
  opacity: 0.7;
}
.contents-link-txt-arrow img {
  margin-left: 5px;
  margin-bottom: 4px;
}
.contents-link-txt img {
  margin-left: 5px;
}
/*sec-01*/
.consumers-wrap {
  height: 100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.consumers-wrap .consumers-bg {
  width: calc(1100/2000*100%);
  background: url(../img/p/img-consumer-bg01.jpg) no-repeat center;
  margin: 0 auto;
  background-size: cover;
  height: 100%;
}
.consumers-wrap .consumers-box {
  width: calc(900/2000*100%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.consumers-wrap .consumers-box .consumers-t-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 40px 60px;
  max-height: 480px;
}
.consumers-box .contents-link-txt {
  text-align: right;
  margin-left: -15px;
}

/*sec-02*/
.lowElectric-wrap {
  height: 100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.lowElectric-wrap .lowElectric-bg {
  width: calc(1100/2000*100%);
  background: url(../img/p/img-lowelectric-bg01.jpg) no-repeat center;
  margin: 0 auto;
  background-size: cover;
  height: 100%;
}
.lowElectric-wrap .lowElectric-box {
  width: calc(900/2000*100%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.lowElectric-wrap .lowElectric-box .lowElectric-t-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 70px 60px;
  max-height: 480px;
}
.lowElectric-box .contents-link-txt {
  text-align: right;
  margin-left: -15px;
}

/*sec-03*/
.outSourcing-wrap {
  height: 100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.outSourcing-wrap .outSourcing-bg {
  width: calc(1100/2000*100%);
  background: url(../img/p/img-outsourcing-bg01.jpg) no-repeat center;
  margin: 0 auto;
  background-size: cover;
  height: 100%;
}
.outSourcing-wrap .outSourcing-box {
  width: calc(900/2000*100%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.outSourcing-wrap .outSourcing-box .outSourcing-t-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 40px 60px;
  max-height: 480px;
}
.outSourcing-box .contents-link-txt-arrow {
  text-align: right;
  margin-left: -15px;
  margin-top: -10px;
}

/*sec-04*/
.iot-wrap {
  height: 100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.iot-wrap .iot-bg {
  width: calc(1100/2000*100%);
  background: url(../img/p/img-ai-bg01.jpg) no-repeat center;
  margin: 0 auto;
  background-size: cover;
  height: 100%;
}
.iot-wrap .iot-box {
  width: calc(900/2000*100%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.iot-box .contents-link-txt {
  text-align: right;
  margin-left: -15px;
}
.iot-wrap .iot-box .iot-t-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
  padding: 60px 60px;
  max-height: 480px;
}

/*sec-05*/
.business-wrap {
  height: 100%;
  padding: 0 72px;

}
.business-img {
  width: 100%;
  height: 100%;
  background: url(../img/p/img-business-bg01.png) no-repeat center;
  position: relative;
  background-size: contain;
}
.business-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: solid 1px #fff;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 14px 42px;
  transition: all .2s;
}
.business-img a:hover {
  background: rgba(255, 255, 255,0.5);
}
.business-img img {
  vertical-align: text-top;
}

/* フッターエリア */
section.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:end;
  -webkit-align-items:flex-end;
  -ms-flex-align:end;
  align-items:flex-end;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
  background: #D9D9D9;
}
.footer-wrap {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0px;
}
.footer-wrap-our {
  padding-top: 10px;
}
.footer-news-wrap {
  margin: 0 auto;
  padding: 0px 50px 30px 50px;
  min-height: 60vh;
}
.footer-news-txt {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.footer-news-title, .footer-news-list-link {
  display: table-cell;
  padding: 0 40px;
}
.footer-news-title {
  font-size: 30px;
  color: #333;
  text-align: left;
}
.footer-news-list-link {
  text-align: right;
}
.footer-news-list-link a {
  font-size: 18px;
  color: #333;
  padding-right: 34px;
  text-decoration: none;
  background: url(/img/shared/icon_arrow.svg) no-repeat right center;
  background-size: 28px 8px;
  transition: all .2s;
}
.footer-news-list-link a:hover {
  opacity: 0.7;
}
.footer-news-contents {
  max-width: 950px;
  background: #fff;
  padding: 24px 40px 20px 40px;
}
.footer-news-list .footer-news-pick {
  display: inline-block;
  margin: 20px 0;
}
.footer-news-list .footer-news-pick span.new-item {
  font-size: 12px;
  background-color: #333;
  color: #fff;
  padding: 2.5px 10px;
  border-radius: 2px;
}
.footer-news-list .footer-news-pick span.footer-news-pick-item:not(.new-item) {
  font-size: 12px;
  background-color: #7F7F7F;
  color: #fff;
  padding: 2.5px 10px;
  border-radius: 2px;
}
.footer-news-list .footer-news-pick span.footer-news-pick-item.item-s {
  padding: 2.5px 23px;
}
.footer-news-list .footer-news-pick span:not(:last-child) {
  margin-right: 20px;
}
.footer-news-list .footer-news-pick span.new-item:not(:last-child) {
  margin-right: 10px;
}
.footer-news-list .footer-news-link {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.footer-news-list .footer-news-link a {
  text-decoration: none;
  color: #333; 
  transition: all .2s;
}
.footer-news-list .footer-news-link a:hover {
  opacity: 0.7;
}
.footer-news-contents .footer-news-list:nth-child(3) .footer-news-link {
  border-bottom: none;
}
footer {
  background: #D9D9D9;
}
.footer-wrap {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0;
}
.footer-2col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.footer-nav .footer-nav-list .footer-nav-item  {
  display: inline-block;
  list-style: none;
}

.footer-nav .footer-nav-list .footer-nav-item:not(:first-child) {
  margin-left: 40px;
}
.footer-nav .footer-nav-list .footer-nav-item a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: none;
}
.footer-nav .footer-nav-list .footer-nav-item a:hover {
  border-bottom: 2px solid #333;
}
.footer-nav-list {
  margin-bottom: 20px;
}
.footer-nav .footer-nav-s-list .footer-nav-s-item  {
  display: inline-block;
  list-style: none;
}
.footer-nav .footer-nav-s-list .footer-nav-s-item a:hover {
  border-bottom: 1px solid #333;
}
.footer-nav .footer-nav-s-list .footer-nav-s-item:not(:first-child) {
  margin-left: 21px;
}
.footer-nav .footer-nav-s-list .footer-nav-s-item a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  transition: none;
}
.footer-logo {
  text-align: right;
}
.footer-logo .footer-logo-link-sp img {
  vertical-align: bottom;
}
.footer-logo p {
  color: #333;
  font-size: 13px;
  margin-top: 20px;
}
/*------------------- language-btn -----------------------*/
.footer-language-btn {
  position: absolute;
  top: 0;
  right: 45px;
}
.footer-language-btn .footer-language-link {
  position: relative;
  text-decoration: none;
  padding: 3px 9px 4px 9px;
  font-size: 12px;
  font-weight: normal;
  transition: none;
  color: #333333;
  border: solid 1px #333333;
  border-radius: 3px;
}
.footer-language-btn .footer-language-link.en-p-lr {
  padding: 3px 9px 4px 9px;
}
/*--------------------下層ページ用---------------------*/
.footer-language-btn-our {
  top: 5px;
}
/* .footer-language-btn-our .footer-language-link-our {
  padding: 6px 9px 6px 9px;
} */
/*--------------------下層ページ用ここまで---------------------*/
.footer-language-btn .footer-language-link:hover {
  background-color: #333333;
  color: #fff;
}
.footer-language-btn .footer-language-link::before {
  content: url(../img/p/fig-icon-language.png);
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
}
.footer-language-btn .footer-language-link:hover::before {
  content: url(../img/p/fig-icon-language_hover.png);
  display: inline-block;
  margin: 0 6px 0 0;
  vertical-align: middle;
}
.footer-language-btn .footer-language-link.en-p-lr::before {
 margin: 0 14px 0 0;
}
.footer-language-btn .footer-language-link.en-p-lr:hover::before {
  margin: 0 14px 0 0;
}

/*-------------- about service style css --------------*/
.map_sp {
  display: none;
}
.map_tb {
  display: none;
}
.main-wrapper {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents-bg_mv {
  background: url(../img/p/img-about.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-top: 60px;
}
.contents-bg_mv-s {
  background: url(../../img/p/img-about.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-top: 60px;
}

.contents-wrapper {
  width: 100%;
  max-width: 950px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.title-wrap {
  margin-top: 98px;
  padding: 0px 40px;
}
.title-wrap span {
  color: #000;
  font-size: 30px;
  font-weight: 400;
}
.title-wrap .title-h1 {
  color: #333;
  font-size: 80px;
  font-weight: bold;
}
.title-h2 {
  padding: 20px 20px 30px 20px;
  font-size: 40px;
  font-weight: 700;
}
.title-h2-2 {
  padding:0;
  font-size: 40px;
  font-weight: 700;
}
.title-h2-s {
  margin: 80px 0 40px 0px;
  font-size: 40px;
  font-weight: 700;
  padding: 0 80px;
}
.title-wrap span, .title-wrap.news span {
	display: block;
	margin-bottom: 20px;
}
.news-category {
  margin-bottom: 80px;
  color: #333;
  font-size: 60px;
  font-weight: bold;
}
.news-h1 {
  padding: 0 40px;
  color: #333;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
}
.news-h1 .sub {
  display: block;
  margin: 20px 0 0;
  font-size: 28px;
  font-weight: normal;
  line-height: 40px;
}
.news-h2 {
  font-size: 28px;
  padding: 0 0 30px;
}
.news-h3 {
  padding: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
}
.news-h4 {
  padding: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.news-h5 {
  padding: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}
/*フッター一部調整*/
.contpage-footer {
  width: 100%;
  background: #D9D9D9;
  position: absolute;
  bottom: 0;
  padding:0;
}
.contpage-footer .footer-wrap {
  margin: 0 auto;
}

/*-------------- about style css --------------*/
.info-wrap {
  margin-top: 80px;
  padding: 0 40px;
}
#map :focus {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.access-wrap .title-h2 {
  padding-left: 60px;
  color: #333;
}
.access-wrap .info-note-list {
  padding: 40px 0 40px 60px;
}
.info-list {
  border-top: 1px solid #dedede;
  display: table;
  width: 100%;
}
.info-list-last {
  border-bottom: 1px solid #dedede;
}
.info-list dt {
  float: left;
  font-weight: 700;
  padding: 30px 0 30px 0;
}
.info-list dd {
  margin-left: 270px;
  padding: 30px 0 30px 0;
}
.info-list sup.sm-note-item {
  font-size: 12px;
}
.info-note-list {
  padding: 40px 0 40px 25px;
  margin-bottom: 50px;
}
.info-note-list li {
  list-style: none;
  text-decoration: none;
  margin: 15px auto;
  display: flex;
  justify-content: inherit;
  clear: both;
}
.info-note-list span {
  margin-right: 15px;
}
.history-wrap {
  margin-bottom: 100px;
  padding: 0 40px;
}
.history-list {
  border-bottom: solid 1px #dedede;
  padding: 30px;
  overflow: hidden;
}
.history-list .bold-item {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.history-list .history-mb30 {
  margin-bottom: 30px;
}
.history-list dl dt {
  float: left;
  clear: left;
}
.history-list dd {
  margin-left: 140px;
}
.history-list dt dd {
  margin-bottom: 30px;
}
.groupCompany {
  width: 100%;
  background: #eee;
}
.groupCompany-wrap {
  padding: 80px 0;
  max-width: 790px;
  margin: 0 auto;
}
.group-img {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between; 
  padding: 40px 0 0;
}
.group-img a {
  display: block;
}
.group-img img {
  vertical-align: bottom;
}

/*yahoo地図API*/
.map_pc .cf {
  display: none !important;
}

/*-------------- service style css --------------*/
.corp-contents {
  padding-top: 40px;
}
.corp-contents .title-h3 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  padding: 0 80px;
  margin-bottom: 40px;
}
.corp-item .corp-img img {
  width: auto;
  height: auto;
}
.corp-contents .corp-text-mb40 {
  padding: 0 80px;
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: 400;
}
.corp-info-btn {
  margin: 0 auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-bottom: 120px;
}
.corp-info-btn.biz {
	margin: 0 auto 30px;
}
.corp-info-btn .corp-btn-item {
  width: 31%;
  font-size: 20px;
  text-align: center;
}
.corp-info-btn .corp-btn-item:nth-child(1) {
  margin-right: 15px;
}
.corp-info-btn .corp-btn-item:nth-child(2) {
  margin-left: 15px;
}

.corp-info-btn .corp-btn-item a {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #000;
	border: 1px solid #000;
	border-image-slice: 1;
	box-sizing: border-box;
  transition: all .2s;
  text-decoration: none;
}
.corp-info-btn .corp-btn-item a span.icon-arrow {
  background: url(../../img/shared/icon_arrow.svg) no-repeat right center;
  padding: 1px 24px 0 0px;
  background-size: 16px 16px;
}
.corp-info-btn .corp-btn-item a:hover span.icon-arrow {
  background: url(../../img/shared/icon_arrow_w.svg) no-repeat right center;
  background-size: 16px 16px;
}

.corp-info-btn .corp-btn-item a span.icon-window {
  background: url(../../img/shared/icon_new-window.svg) no-repeat right center;
  padding: 1px 24px 0 0px;
  background-size: 16px 16px;
}
.corp-info-btn .corp-btn-item-en a span.icon-window {
  background: url(../../img/shared/icon_new-window.svg) no-repeat right center;
  padding: 1px 24px 0 0px;
  background-size: 20px 13px;
}
.corp-info-btn .corp-btn-item a:hover span.icon-window {
  background: url(../../img/shared/icon_new-window_w.svg) no-repeat right center;
  background-size: 16px 16px;
}
.corp-info-btn .corp-btn-item-en a:hover span.icon-window {
  background: url(../../img/shared/icon_new-window_w.svg) no-repeat right center;
  background-size: 20px 13px;
}

.corp-info-btn .corp-btn-item a span.icon-mail {
  background: url(../../img/shared/icon_mail.svg) no-repeat right center;
  padding: 1px 24px 0 0px;
  background-size: 16px 16px;
}
.corp-info-btn .corp-btn-item a:hover span.icon-mail {
  background: url(../../img/shared/icon_mail_w.svg) no-repeat right center;
  background-size: 16px 16px;
}
.corp-info-btn .btn-item-p10:first-child {
  padding: 13px 18px 13px 18px;
  width: 25%;
}
.corp-info-btn .btn-item-p10:last-child {
  padding: 11px 18px 10px 18px;
  width: 25%;
}
 .corp-info-btn .corp-btn-item a:hover {
  color: #ffffff;
  opacity: 1;
  background: #000;
  color: #fff;
  text-decoration: none;
  display: block;
}
.consumer-wrap {
  width: 100%;
  max-width: 950px;
  margin-bottom: 100px;
}
.consumer-list {
  max-width: 870px;
  width: 100%;
  padding: 0 40px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  flex-flow: wrap;
}
.consumer-list .consumer-item,
.consumer-list .consumer-item-s {
  width: calc(415/870 *100%);
  height: auto;
  border: solid 1px #000;
}
.consumer-list .consumer-item:nth-child(odd) {
  margin-right: 18px;
}
.consumer-list .consumer-item:nth-child(even) {
  margin-left: 18px;
}
.consumer-list .consumer-item {
  margin-bottom: 40px;
}
.consumer-contents .consumer-text-wrap,
.consumer-contents-s .consumer-text-wrap-s {
  padding: 0 40px 40px;
}
.consumer-text.caution {
  padding-top: 18px;
  color: #f00025;
}
.consumer-text-wrap .consumer-link a {
  margin-top: 30px;
  text-align: right;
  color: #000;
  display: block;
  text-decoration: none;
  transition: all .2s;
  font-size: 20px;
}
.consumer-text-wrap .consumer-link a.en-kurashi {
  margin-top: 75px;
}
.consumer-text-wrap .consumer-link a.en-shizen {
  margin-top: 100px;
}
.consumer-text-wrap .consumer-link a.od {
  margin-top: 52px;
}
.consumer-text-wrap .consumer-link a.low {
  margin-top: 38px;
}
.consumer-text-wrap .consumer-link a.plus {
  margin-top: 10px;
}
.consumer-text-wrap .consumer-link a:hover {
  opacity: 0.6;
}
.consumer-text-wrap .consumer-link img {
  margin-left: 10px;
}
.consumer-title {
  font-size: 32px;
  margin: 40px 40px 30px;
}
.consumer-contents-s .logo-s {
  margin: 20px 40px;
}
.consumer-text-wrap-s .consumer-link-s a {
  text-align: right;
  color: #000;
  display: block;
  text-decoration: none;
  transition: all .2s;
}
.consumer-text-wrap-s .consumer-link-s a:hover {
  opacity: 0.6;
}
.consumer-text-wrap-s .consumer-link-s img {
  margin-left: 10px;
}
.consumer-text-wrap-s .consumer-link-s:nth-child(1) {
  margin-top: 40px;
}
.consumer-text-wrap-s .consumer-link-s:nth-child(2) {
  margin-top: 10px;
}
.consumer-text-wrap-s .consumer-link-s a:not(:last-child) {
  margin-top: 40px;
  display: block;
}
.comment-sup {
  margin: 40px 40px;
  font-size: 14px;
}
.sup-txt {
  font-size: 14px;
  margin-top: 30px;
}

/*-------------- 「contact」「security」「privacy」配下 --------------*/
.contents-bg_mv.privacy {
	background-image: url(../img/p/img-privacy.png);
}
.contents-bg_mv.contact {
	background-image: url(../img/p/img-contact.png);
}
.contents-wrapper.privacy, .contents-wrapper.contact, .contents-wrapper.news {
    padding: 24px 40px 80px;
}
.contents-wrapper.privacy .title-wrap, .contents-wrapper.contact .title-wrap, .contents-wrapper.news .title-wrap {
    margin: 74px 0 60px;
    padding: 0;
}
.contents-wrapper .title-wrap.list {
    margin: 74px 0 20px;
}
.contents-wrapper.privacy p, .contents-wrapper.contact p {
    line-height: 28px;
}
.privacy .info-wrap {
    margin-top: 40px;
}
.common-contents-box {
	padding: 20px 40px;
}
.common-contents-box:first-child {
	padding: 0 40px 20px;
}
.common-contents-box p {
	margin: 0 0 30px;
}
.common-contents-box.message p {
	margin: 0;
}
.privacy .title-wrap .title-h1, .contact .title-wrap .title-h1 {
    font-size: 60px;
}
.common-contents-box .title-h2 {
    padding: 0 0 30px;
}
.contents-wrapper.policy .title-h2 {
    font-size:  28px;
}
.common-contents-box .title-h3 {
    padding: 0 0 20px;
	  font-size: 24px;
    font-weight: 700;
}
.common-contents-box .title-h4 {
    padding: 20px 0;
}
.common-contents-box ul {
	list-style: none;
}
.common-contents-box .info-note-list {
    padding: 0;
    margin: 0;
}
.common-contents-box .info-list {
	display: table;
	width: 100%;
	padding: 0;
}
.common-contents-box .info-list dt {
	background-color: #f7f7f7;
	border-right: 1px solid #DEDEDE;
}
.common-contents-box .info-list.contact dt {
	text-align: center;
}
.common-contents-box .info-list dt, .common-contents-box .info-list dd {
	display: table-cell;
	float: none;
	padding: 20px 30px;
	vertical-align: middle;
	word-break: normal;
}
.common-contents-box .info-list dt {
	width: 35%;
}
.common-contents-box .info-list dd {
	width: 65%;
}
.common-contents-box .info-list-last {
	margin: 0 0 40px;
}
.common-contents-box ul.link li {
	margin: 0 0 20px;
}
.common-contents-box ul.link li:last-child, .common-contents-box ul.sign li:last-child {
	margin: 0;
}
.common-contents-box ul.sign li {
	margin: 0 0 12px;
	text-align: right;
}
.common-contents-box ul.sign span {
	padding-left: 16px;
	font-weight: 700;
}
.contact-category-title {
	padding: 12px 0;
	text-align: center;
	background-color: #e1e1e1;
	border-top: 1px solid #DEDEDE;
}
.common-contents-box a {
	position: relative;
	padding-right: 20px;
	font-size: 16px;
	color: #000;
	text-decoration: underline;
	word-break: break-all;
	transition: all .2s;
}
.common-contents-box a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.common-contents-box a:hover {
    opacity: 0.6;
}
.common-contents-box a:hover:after {
    animation: .4s ease-out 0s 2 arrowR;
}
.common-contents-box .news-back-area {
  margin: 80px 0 0;
  text-align: center;
}
.common-contents-box .news-back-area a {
	padding: 0 0 0 20px;
}
.common-contents-box .news-back-area a:hover:after {
    animation: .4s ease-out 0s 2 arrowL;
}

@-webkit-keyframes arrowR{0%{-webkit-transform:translate3d(0, 0, 0) rotate(45deg);transform:translate3d(0, 0, 0) rotate(45deg)}50%{-webkit-transform:translate3d(30%, 0, 0) rotate(45deg);transform:translate3d(30%, 0, 0) rotate(45deg)}100%{-webkit-transform:translate3d(0, 0, 0) rotate(45deg);transform:translate3d(0, 0, 0) rotate(45deg)}}
@-webkit-keyframes arrowL{0%{-webkit-transform:translate3d(0, 0, 0) rotate(225deg);transform:translate3d(0, 0, 0) rotate(225deg)}50%{-webkit-transform:translate3d(30%, 0, 0) rotate(225deg);transform:translate3d(30%, 0, 0) rotate(225deg)}100%{-webkit-transform:translate3d(0, 0, 0) rotate(225deg);transform:translate3d(0, 0, 0) rotate(225deg)}}

.common-contents-box .news-back-area a:after {
    left: 0;
	right: auto;
    top: 2px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.common-contents-box .info-note-list.annotation {
	margin: 40px 0;
}
.common-contents-box .info-note-list a {
	padding: 0;
}
.common-contents-box .info-note-list a:after, .common-contents-box a.icon-mail:after,
.common-contents-box a.icon-blank:after, .common-contents-box a.icon-blank-box:after {
    display: none;
}
.common-contents-box a.icon-mail {
	padding-right: 20px;
	background: url(../img/shared/icon_mail.svg) no-repeat right center;
	background-size: 16px 13px;
}
.common-contents-box .corp-btn-item {
	width: 400px;
	height: auto;
}
.common-contents-box a.icon-blank {
	padding-right: 16px;
	background: url(../img/shared/icon_new-window.svg) no-repeat right center;
	background-size: 13px 13px;
	text-decoration: underline;
}
.common-contents-box a.icon-blank-box {
	display: block;
	margin: 0 0 40px;
	padding: 15px;
	font-size: 20px;
	text-align: center;
  font-weight: 400;
  color: #000;
	box-sizing: border-box;
	border: 1px solid;
	text-decoration: none;
}
.common-contents-box .info-list a.icon-blank-box {
  margin: 20px 0 0;
  font-size: 16px;
}
.common-contents-box a.icon-blank-box .icon{
	padding-right: 28px;
	background: url(../img/shared/icon_new-window.svg) no-repeat right center;
	background-size: 18px 16px;
}
.common-contents-box a.icon-blank-box:hover {
    background: #000;
	color: #fff;
	opacity: 1;
}
.common-contents-box a.icon-blank-box:hover .icon{
	background: url(../img/shared/icon_new-window_w.svg) no-repeat right center;
	background-size: 18px 16px;
}
.tbl.ptn-2, .tbl.ptn-3, .tbl.ptn-4, .tbl.ptn-5 {
	margin: 0 0 20px;
	width: 100%;
	border-spacing: unset;
	border-top: 1px solid #DEDEDE;
}
.tbl.ptn-2 tr, .tbl.ptn-3 tr, .tbl.ptn-4 tr, .tbl.ptn-5 tr {
	border-bottom: 1px solid #DEDEDE;
}
.tbl.ptn-2 th, .tbl.ptn-3 th, .tbl.ptn-4 th, .tbl.ptn-5 th {
	text-align: center;
	background-color: #e1e1e1;
	border-bottom: 1px solid #DEDEDE;
}
.tbl.ptn-2 th,
.tbl.ptn-2 td {
	margin: 0;
	padding: 20px 30px;
	width: 50%;
	vertical-align: top;
	border-left: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
.tbl.ptn-3 th,
.tbl.ptn-3 td {
	margin: 0;
	padding: 20px 30px;
	width: 33.333%;
	vertical-align: top;
	border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.tbl.ptn-4 th,
.tbl.ptn-4 td {
	margin: 0;
	padding: 20px 30px;
	width: 25%;
	vertical-align: top;
	border-left: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
.tbl.ptn-5 th,
.tbl.ptn-5 td {
	margin: 0;
	padding: 20px 30px;
	width: 20%;
	vertical-align: top;
	border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.tbl.ptn-4 th {
  vertical-align: middle;
}
.tbl.ptn-4.two th {
  padding: 5px 20px;
}
.tbl.ptn-4.two td {
  padding: 20px;
}
.tbl.ptn-2 th:first-child, .tbl.ptn-2 td:first-child,
.tbl.ptn-3 th:first-child, .tbl.ptn-3 td:first-child,
.tbl.ptn-4 th:first-child, .tbl.ptn-4 td:first-child,
.tbl.ptn-5 th:first-child, .tbl.ptn-5 td:first-child {
    border-left: none;
}
.tbl.ptn-2 th:last-child,  .tbl.ptn-2 td:last-child,
.tbl.ptn-3 th:last-child,  .tbl.ptn-3 td:last-child,
.tbl.ptn-4 th:last-child,  .tbl.ptn-4 td:last-child,
.tbl.ptn-5 th:last-child,  .tbl.ptn-5 td:last-child{
	border-left: 1px solid #DEDEDE;
    border-right: none;
}
.tbl .border-l {
	border-left: 1px solid #DEDEDE !important;
}
.tbl .border-l-n {
	border-left: none !important;
}
/*pc 2*/
@media screen and (max-width:1599px) {
  .pc-2 {
    display: block;
  }
  .pc-d-n {
    display: block;
  }
  .sp-d-n {
    display: none;
  }
  h2.contents-txt-h2 {
    color: #000;
    font-size: 34px;
    font-weight: bold;
    background: #000;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
    line-height: 45px;
  }
  h2.contents-txt-h2.en-h2-txt {
    font-size: 34px;
  }
  .contents-txt {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 60px;
  }
  .contents-link-txt a,
  .contents-link-txt-arrow a {
    color: #000;
    font-size: 22px;
    text-decoration: none;
  }
  .contents-link-txt-arrow img {
    margin-left: 5px;
    margin-bottom: 5px;
    width: 36px;
    height: 12px;
  }
  .consumers-wrap .consumers-box .consumers-t-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 70px 60px;
    max-height: 360px;
  }
  .outSourcing-wrap .outSourcing-box .outSourcing-t-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 70px 60px;
    max-height: 360px;
  }
  .iot-wrap .iot-box .iot-t-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 70px 60px;
    max-height: 360px;
  }
  .lowElectric-wrap .lowElectric-box .lowElectric-t-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 70px 60px;
    max-height: 360px;
  }
}

/*---------------NEWSエリアの調整（PC：11インチ以下）-----------------*/
@media screen and (max-height:768px) {
  .footer-news-wrap {
    min-height: 0;
  }
  .footer-news-contents {
    padding: 10px 40px;
  }
  .footer-news-list .footer-news-pick {
    margin: 10px 0;
  }
  .footer-news-list .footer-news-link {
    padding-bottom: 10px;
  }
}
/*-------------- about tublet style css --------------*/
@media screen and (max-width:799px) {
  .map_tb {
    display: block;
    margin-left: 20px;
  }
  .map_sp {
    display: none;
  }
  .map_pc {
    display: none;
  }
  .title-wrap .title-h1 {
    color: #333;
    font-size: 40px;
    font-weight: bold;
  }
  .info-note-list li, .common-contents-box .info-note-list li a {
    font-size: 14px;
  }
  .title-h2 {
    font-size: 30px;
  }
  .title-h2-2 {
    font-size: 30px;
    padding: 20px 70px;
  }
  .groupCompany-wrap {
    padding: 60px 0;
    max-width: 790px;
    margin: 0 auto;
  }
  .group-img {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .group-img a {
    margin: 0 auto;
  }
  .group-img a:not(:first-child) {
    margin-top: 40px;
  }
  .group-img .group-item {
    margin-top: 40px;
    background: #fff;
    max-width: 600px;
    margin: auto;
  }
  .group-img .group-item:nth-child(1) {
    margin-bottom: 40px;
  }
  .group-img .group-item img {
    padding: 30px 100px;
  }
  .footer-nav .footer-nav-list .footer-nav-item a {
		font-size: 14px;
  }
  .footer-nav .footer-nav-list .footer-nav-item {
    display: block;
  }
  .footer-nav .footer-nav-list .footer-nav-item, .footer-nav .footer-nav-list .footer-nav-item:not(:first-child) {
    margin: 0 0 5px !important;
  }
  .footer-nav .footer-nav-s-list .footer-nav-s-item, .footer-nav .footer-nav-s-list .footer-nav-s-item:not(:first-child) {
    display: block;
	margin: 0 0 5px;	
  }
}

/*tablet*/
@media screen and (min-width:580px) and (max-width:1199px) {
  .pc-2 {
    display: none;
  }
  .pc-d-n {
    display: none;
  }
  .sp-d-n {
    display: block;
  }
  br.tb {
    display: block;
  }
  br.sp {
    display: none;
  }
  .arrowWrap.sp {
    display: none;
  }
  .cp_arrowsWrap.pc {
    display: block;
  }
  #fp-nav.right {
    display: none;
  }
 .header-wrap {
   max-width: 1199px;
   width: 100%;
 }
 .header-wrap {
  max-width: 1199px;
  width: 100%;
  background: #fff;
  padding: 16px 20px;
}
.header-logo {
  z-index: 100;
}
.header-nav .header-nav-list .header-nav-item:nth-child(2) a.header-nav-link {
  text-decoration: none;
  color: #000;
  margin-left: 0;
}
.header-nav-button {
  display: block;
  cursor: pointer;
}
.header-nav {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99;
  background-color: #fff;
  opacity: 1.0;
  width: 100%;
  height: auto;
  text-align: left;
}
.header-nav .header-nav-list {
  height: auto;
  position: relative;
  display: block;
  margin: 80px 0 0 0;
  opacity: 0.8;
}
.header-nav.open .header-nav-list .header-nav-item .header-nav-link{
  padding: 14px 39px;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.header-nav .header-nav-list .header-nav-item:first-child a.header-nav-link {
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px #cccccc;
}
.header-nav .header-nav-list .header-nav-item:nth-child(2) a.header-nav-link, .header-nav .header-nav-list .header-nav-item:nth-child(3) a.header-nav-link,
.header-nav .header-nav-list .header-nav-item.en-header-item:nth-child(2) a.header-nav-link, .header-nav .header-nav-list .header-nav-item.en-header-item:nth-child(3) a.header-nav-link {
  text-decoration: none;
  color: #000;
  margin-left: 0;
  font-weight: 700;
  border-bottom: solid 1px #cccccc;
}
.header-nav .header-nav-list .header-nav-item:nth-child(4) a.header-nav-link,
.header-nav .header-nav-list .header-nav-item.en-header-item:nth-child(4) a.header-nav-link {
  text-decoration: none;
  color: #000;
  margin-left: 0;
  padding: 0;
  border: none;
  border-bottom: solid 1px #cccccc;
  padding: 14px 39px;
  font-weight: 700;
}
.header-nav .header-nav-list .header-nav-item a.lng-btn::before {
  content: url(../img/s/fig-icon-language.png);
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.header-nav .header-nav-list .header-nav-item a.lng-btn {
  position: relative;
  text-decoration: none;
  background-color: #ffffff;
  margin-left: 0;
  padding: 10px 13px;
  font-weight: 700;
  transition: none;
  color: #000;
}
.header-nav .header-nav-list .header-nav-item a.lng-btn:hover {
  border-bottom: none;
  opacity: 1;
}
.header-nav.open .header-nav-list .header-nav-item:not(:last-child) a.header-nav-link:hover {
  border-bottom: solid 1px #cccccc;
  background: none;
  color: #000;
}
.header-nav-button, .header-nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.header-nav-button {
  z-index: 9999;
  position: relative;
  width: 33px;
  height: 28px;
  opacity: 0.8;
}
.header-nav-button.actived span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #333;
  border-radius: 0;
}
.header-nav-button span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #333;
  border-radius: 0;
}
.header-nav-button span:nth-child(1) {
  top: 0;
}
.header-nav-button span:nth-child(2) {
  top: 12px;
}
.header-nav-button span:nth-child(3) {
  top: 24px;
}
.header-nav-button.actived span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
  color: #333;
  border-radius: 0;
}
.header-nav-button.actived span:nth-child(2) {
  opacity: 0;
  color: #333;
  border-radius: 0;
}
.header-nav-button.actived span:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
  color: #333;
  border-radius: 0;
}

.current-button, .current-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.current-button {
  display: block;
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 9;
  cursor: pointer;
  top: 60px;
  right: 0;
}
.current-button.active {
  width: 7%;
  right: 0;
}
.current-button::before {
  content: "";
  position: absolute;
  width: 15px;
  right: 35px;
  top: 8px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  transform: translateY(15px) rotate(45deg);
  -webkit-transform: translateY(15px) rotate(45deg);
}
.current-button::after {
  content: "";
  position: absolute;
  width: 15px;
  top: 38px;
  right: 25px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  transform: translateY(-15px) rotate(-45deg);
  -webkit-transform: translateY(-15px) rotate(-45deg);
}
.current-button.active::before {
  content: "";
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
  color: #fff;
}
.current-button.active::after {
  content: "";
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
  color: #fff;
}
.subMenu-list {
  position: fixed;
  width: 100%;
  top: 60px;
  height: 50px;
  z-index: 8;
  background: #333;
  opacity: 1.0;
  display: block;
}
.subMenu-list li a {
  text-decoration: none;
  color: #fff;
  padding: 14px 21px;
  display: block;
}
.subMenu-list li.active {
  z-index: 10;
  font-size: 15px;
  list-style: none;
}
.subMenu-list li:not(.active) {
  display: none;
}
.subMenu-nav.open {
  position: fixed;
  left: 0;
  top: 99px;
  z-index: 7;
  background-color: #333;
  width: 100%;
  text-align: left;
  opacity: 0.8;
}
.subMenu-nav.close {
  display: block;
}
.subMenu-nav {
  display: block;
}
.subMenu-nav.open .subMenu-list li {
  background-color: #333;
}
.subMenu-nav.open .subMenu-list li:not(.active) {
  color: #fff;
  z-index: 8;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
section.consumers, section.lowElectric, 
section.outSourcing, section.iot, section.business, section.footer {
  padding: 110px 0 0;
}
.mv-wrap {
  height: 100vh;
  padding-top: 0px;
}
.mv-bg {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation  : bgAnime 28s ease infinite;
}
.mv-bg.src1 {
  background-size: cover;
}
.mv-bg.src2 {
  background-size: cover;
}
.mv-bg.src3 {
  background-size: cover;
}
.mv-bg.src4 {
  background-size: cover;
}
/*block1,3 大枠*/
.consumers-wrap, .outSourcing-wrap {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
}
/*block2,block4 大枠*/
.lowElectric-wrap, .iot-wrap {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -webkit-flex-direction:column-reverse;
  -ms-flex-direction:column-reverse;
  flex-direction:column-reverse;
}
/*block1*/
.consumers-wrap .consumers-bg{
  width: 100%;
  background-size: cover;
}
.consumers-wrap .consumers-box {
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  position: unset;
}
.consumers-wrap .consumers-box .consumers-t-box {
  position: unset;
  margin: 0 auto;
  padding: 0;
  max-height: 100%;
} 
/*block2*/
.lowElectric-wrap .lowElectric-bg {
  width: 100%;
  background-size: cover;
}
.lowElectric-wrap .lowElectric-box {
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  position: unset;
}
.lowElectric-wrap .lowElectric-box .lowElectric-t-box {
  position: unset;
  margin: 0 auto;
  padding: 0;
  max-height: 100%;
}
/*block3*/
.outSourcing-wrap .outSourcing-bg{
  width: 100%;
  background-size: cover;
}
.outSourcing-wrap .outSourcing-box {
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  position: unset;
}
.outSourcing-wrap .outSourcing-box .outSourcing-t-box {
  position: unset;
  margin: 0 auto;
  padding: 0;
  max-height: 100%;
} 
/*block4*/
.iot-wrap .iot-bg {
  width: 100%;
  background-size: cover;
}
.iot-wrap .iot-box {
  width: 100%;
  margin: 0 auto;
  padding: 60px;
}
.iot-wrap .iot-box .iot-t-box {
  position: unset;
  margin: 0 auto;
  padding: 0;
  max-height: 100%;
}

/*見出し*/
h2.contents-txt-h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*本文*/
.contents-txt {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
/*リンク文*/ 
.contents-link-txt a,
.contents-link-txt-arrow a {
  text-align: right;
  margin-left: -15px;
  font-size: 18px;
}
.contents-link-txt-arrow img {
  width: 31px;
}
.contents-link-txt img {
  width: 24px;
  height: 24px;
}
.business-wrap {
  padding: 0;
}
.business-img {
  background-size: cover;
}
.footer-wrap {
  width: 750px;
  max-width: 100%;
}
.footer-news-wrap {
  /* padding: 0 40px; */
}
.footer-nav .footer-nav-list .footer-nav-item:not(:first-child) {
	margin-left: 20px;
}
.footer-language-btn {
  position: absolute;
  top: 5px;
  right: 45px;
}
/*--------------------下層ページ用---------------------*/
.footer-language-btn-our {
  top: 5px;
}
.footer-language-btn .footer-language-link.en-p-lr {
  padding: 3px 9px 4px 9px;
}
.footer-nav .footer-nav-list .footer-nav-item a {
  font-size: 18px;
}
.footer-nav .footer-nav-list .footer-nav-item.en-footer-item a {
  font-size: 14px;
}
@media screen and (max-height: 768px) {
  .footer-news-wrap {
    min-height: 55vh;
}
}
}

/*-----------------service tablet style------------------*/
@media screen and (max-width:990px) {
  .contents-bg_mv-s {
    background: url(../../img/p/img-about.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 250px;
    margin-top: 60px;
  }
  .contents-wrapper {
    width: 100%;
    max-width: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .title-wrap .title-h1 {
    color: #333;
    font-size: 80px;
    font-weight: bold;
  }
  .title-h2 {
    margin: 80px 0 40px 0px;
    font-size: 40px;
    font-weight: 700;
    padding: 0 80px;
  }
  .corp-item .corp-img img {
    width: 600px;
    height: auto;
  }
  .corp-contents .title-h3 {
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    padding: 0 80px;
    margin-bottom: 40px;
  }
  .corp-info-btn .corp-btn-item a  {
     /* padding: 11px 18px 11px 18px; */
     font-size: 13px;
     line-height: 24px;
     padding: 15px 0;
  }
  .corp-info-btn .corp-btn-item.two:nth-child(2) a {
    padding: 15px;
    line-height: inherit;
  }
  .consumer-wrap {
    width: 100%;
    max-width: 600px;
    margin-bottom: 100px;
  }
  .consumer-list {
    max-width: 600px;
    width: 100%;
    padding: 0 10px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-flow: column;
  }
  .consumer-list .consumer-item,
  .consumer-list .consumer-item-s {
    width: 100%;
    height: auto;
    border: solid 1px #000;
  }
  .consumer-item .mv-img,
  .consumer-item-s .mv-img {
    width: 100%;
  }
  .consumer-item .consumer-contents .logo-img {
    width: 90%;
    margin: 20px 0 0 20px;
  }
  .consumer-item-s .consumer-contents-s .logo-img {
    margin: 40px 0 0 40px;
  }
  .consumer-list .consumer-item:nth-child(odd) {
    margin-right: 0px;
  }
  .consumer-list .consumer-item:nth-child(even) {
    margin-left: 0px;
  }
  .consumer-list .consumer-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .consumer-text-wrap .consumer-text,
  .consumer-text-wrap-s .consumer-text-s {
    margin-top: 20px;
  }
  .consumer-contents .consumer-text-wrap,
  .consumer-contents-s .consumer-text-wrap-s {
    padding: 0 40px 40px;
  }
  .consumer-text-wrap .consumer-link a {
    margin-top: 40px;
    text-align: right;
    color: #000;
  }
  .consumer-title {
    font-size: 32px;
    margin: 40px;
  }
  .consumer-contents-s .logo-s {
    margin: 20px 40px;
  }
  .consumer-text-wrap-s .consumer-link-s a {
    text-align: right;
    color: #000;
    display: block;
  }
  .consumer-text-wrap-s .consumer-link-s a:not(:last-child)  {
    margin-top: 40px;
  }
  .comment-sup {
    margin: 40px 40px;
    font-size: 14px;
  }
}
/*-----------------service tab~sp style------------------*/
@media screen and (max-width:779px) {
  .contents-bg_mv-s {
    background: url(../../img/s/img-about.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 125px;
    margin-top: 60px;
  }
  .contents-wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .title-wrap {
    margin-top: 62px;
    padding: 0 20px;
  }
  .title-wrap span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
  }
  .title-wrap .title-h1 {
    color: #333;
    font-size: 40px;
    font-weight: bold;
  }
  .title-h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    padding: 0 20px;
  }
  .corp-contents {
    padding-top: 20px;
  }
  .corp-contents .title-h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .corp-item .corp-img img {
    width: 100%;
  }
  .corp-contents .corp-text-mb40 {
    padding: 0 40px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
  }
  .corp-contents .corp-info-btn {
    padding: 0 40px;
    margin-bottom: 60px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    max-width: 779px;
  }
  .corp-info-btn .corp-btn-item:hover {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: block;
  }

  .corp-info-btn .corp-btn-item {
    width: 50%;
  }
  .corp-info-btn .corp-btn-item a {
    padding: 10px;
    font-size: 12px;
    text-align: center;
    padding: 0;
    display: block;
    line-height: inherit;
    height: auto;
    padding: 15px;
  }
  .corp-info-btn .btn-item-p10:first-child {
    padding: 8px 7px 2px;
    width: 50%;
  }
  .corp-info-btn .btn-item-p10:last-child {
    padding: 1px 7px 1px 5px;
    width: 50%;
  }
  .consumer-wrap {
    width: 100%;
    margin-bottom: 100px;
    margin: 0 auto;
  }
  .consumer-list {
    max-width: 740px;
    width: 100%;
    padding: 0px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-flow: column;
  }
  .consumer-list .consumer-item,
  .consumer-list .consumer-item-s {
    width: 100%;
    height: auto;
    border: solid 1px #000;
  }
  .consumer-item .mv-img,
  .consumer-item-s .mv-img {
    width: 38%;
    height: 10%;
  }
  .consumer-flex-contents {
    display: flex;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
  }
  .consumer-flex-contents.en-s-mt20 {
    margin-top: 20px;
  }
  .consumer-item .consumer-contents .logo-img {
    
    margin: 10px 0 0 10px;
  }
  .consumer-item-s .consumer-contents-s .logo-img {
    margin: 20px 0 0 20px;
  }
  .consumer-list .consumer-item:nth-child(odd) {
    margin-right: 0px;
  }
  .consumer-list .consumer-item:nth-child(even) {
    margin-left: 0px;
  }
  .consumer-list .consumer-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .consumer-text-wrap .consumer-text,
  .consumer-text-wrap-s .consumer-text-s {
    margin-top: 20px;
  }
  .consumer-list .consumer-item:nth-child(3) .consumer-text-wrap .consumer-text {
    margin-top: 20px;
  }
  .consumer-text.caution {
    margin: 0 auto;
    padding-top: 15px;
    font-size: .875rem;
    color: #f00025;
  }
  .consumer-contents .consumer-text-wrap,
  .consumer-contents-s .consumer-text-wrap-s {
    padding: 0 20px 21px;
  }
  .consumer-text-wrap .consumer-link a {
    margin-top: 15px;
    text-align: right;
    color: #000;
	font-size: 16px;
  }
  .consumer-text-wrap .consumer-link a.en-kurashi {
    margin-top: 15px;
  }
  .consumer-title {
    font-size: 18px;
    margin: 0 20px;
    display: flex;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    align-items: center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
  }
  .consumer-title-fit-s {
    font-size: 15px;
    margin: 41px 18px;
  }
  .sup-txt {
    font-size: 12px;
    margin-top: 5px;
}
  .consumer-title-kaitori-s {
    margin: 37px 20px;
    font-size: 18px;
  }
  .consumer-list .consumer-item:nth-child(odd) .consumer-text-wrap .consumer-link a {
    margin-top: 15px;
    text-align: right;
  }
  .consumer-contents-s .logo-s {
    margin: 20px 20px;
  }
  .consumer-text-wrap-s .consumer-link-s a {
    text-align: right;
    color: #000;
    margin-top: 11px;
  }
  .consumer-text-wrap-s .consumer-link-s:not(:last-child) a {
    margin-top: 40px;
  }
  .comment-sup {
    margin: 40px 20px;
    font-size: 14px;
  }
}
/*smartphone*/
@media screen and (max-width:579px) {
  * {
    margin: 0;
    padding: 0;
  }
  br.sp {
    display: block;
  }
  br.tb {
    display: none;
  }
  img.pc {
    display: none;
  }
  img.sp {
    display: inline;
  }
  .pc-2 {
    display: none;
  }
  .pc-d-n {
    display: none;
  }
  .sp-d-n {
    display: block;
  }
  .cp_arrowsWrap.pc {
    display: block;
  }
  .cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
    display: block;
    width: 20px;
    height: 3px;
    content: '';
    margin: 0 auto;
    background: #000;
    position: absolute;
    top: 20px;
    left: 0;
  }
  .cp_arrows {
    width: 20px;
    height: 60px;
    margin: 10px auto 0;
    background-color: transparent;
    position: relative;
    overflow: hidden;
  }
  .cp_arrows .cp_arrow:before {
    -webkit-transform: rotate(41deg) translateX(-20%);
            transform: rotate(41deg) translateX(-20%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .cp_arrows .cp_arrow:after {
    -webkit-transform: rotate(-41deg) translateX(20%);
            transform: rotate(-41deg) translateX(20%);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  .contents-link-txt-arrow img {
    margin-left: 5px;
    margin-bottom: -2px;
    width: 16px;
    height: 16px;
  }
  .header .header-logo .header-logo-link {
    display: block;
  }
  .header .header-logo .header-logo-link.is-active {
    display: none;
  }
  .footer-2col-wrap {
    display: none;
  }
  .footer-2col-wrap-sp {
    display: block;
  }
  #fp-nav.right {
    display: none;
  }
  .main-wrapper {
    max-width: 750px;
    width: 100%;
  }
  .header-wrap {
    max-width: 559px;
    width: 100%;
    background: #fff;
    padding: 16px 20px;
    max-width: 750px;
  }
  .header-logo {
    z-index: 11;
  }
  .header-nav-button {
    display: block;
    cursor: pointer;
  }
  .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: #fff;
    opacity: 1.0;
    width: 100%;
    height: auto;
    text-align: left;
  }
  .header-nav .header-nav-list {
    display: block;
    margin: 60px 0 0 0;
    opacity: 0.8;
  }
  .header-nav .header-nav-list .header-nav-item {
    display: block;
    /* border-bottom: solid 1px rgba(243, 243, 243,0.7); */
  }
  .header-nav.open .header-nav-list .header-nav-item .header-nav-link{
    padding: 20px 39px;
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
  .header-nav .header-nav-list .header-nav-item:first-child a.header-nav-link {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #cccccc;
  }
  .header-nav .header-nav-list .header-nav-item:nth-child(2) a.header-nav-link,
  .header-nav .header-nav-list .header-nav-item:nth-child(3) a.header-nav-link,
  .header-nav .header-nav-list .header-nav-item.en-header-item:nth-child(2) a.header-nav-link,
  .header-nav .header-nav-list .header-nav-item.en-header-item:nth-child(3) a.header-nav-link {
    text-decoration: none;
    color: #000;
    margin-left: 0;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
  }
  .header-nav .header-nav-list .header-nav-item:nth-child(4) a.header-nav-link,
  .header-nav .header-nav-list .header-nav-item.en-header-item:nth-child(4) a.header-nav-link {
    text-decoration: none;
    color: #000;
    margin-left: 0;
    padding: 0;
    border: none;
    padding: 20px 39px;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
  }
  .header-nav .header-nav-list .header-nav-item a.lng-btn::before {
    content: url(../img/s/fig-icon-language.png);
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  .header-nav .header-nav-list .header-nav-item a.lng-btn {
    position: relative;
    text-decoration: none;
    background-color: #ffffff;
    margin-left: 0;
    padding: 10px 13px;
    font-weight: 700;
    transition: none;
    color: #000;
  }
  .header-nav .header-nav-list .header-nav-item a.lng-btn:hover {
    border-bottom: 1px solid #cccccc;
    opacity: 1;
  }
  .header-nav.open .header-nav-list .header-nav-item a.header-nav-link:hover {
    border-bottom: 1px solid #cccccc;
    background: none;
    color: #000;
  }
  .header-nav.open .header-nav-list .header-nav-item:last-child a.header-nav-link:hover {
    border-bottom: none;
  }
  .header-nav-button, .header-nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .header-nav-button {
    z-index: 9999;
    position: relative;
    width: 33px;
    height: 28px;
    opacity: 0.8;
  }
  .header-nav-button.actived span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
  }
  .header-nav-button span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
  }
  .header-nav-button span:nth-child(1) {
    top: 0;
    border-radius: 0;
  }
  .header-nav-button span:nth-child(2) {
    top: 12px;
    border-radius: 0;
  }
  .header-nav-button span:nth-child(3) {
    top: 24px;
    border-radius: 0;
  }
  .header-nav-button.actived span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
    color: #fff;
    border-radius: 0;
  }
  .header-nav-button.actived span:nth-child(2) {
    opacity: 0;
    color: #fff;
    border-radius: 0;
  }
  .header-nav-button.actived span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
    color: #fff;
    border-radius: 0;
  }
  
  .current-button, .current-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .current-button {
    display: block;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 9;
    cursor: pointer;
    top: 60px;
    right: 0;
  }
  .current-button.active {
    width: 20%;
    right: 0;
  }
  .current-button::before {
    content: "";
    position: absolute;
    width: 15px;
    right: 35px;
    top: 8px;
    height: 2px;
    background: #fff;
    border-radius: 0;
    transform: translateY(15px) rotate(45deg);
    -webkit-transform: translateY(15px) rotate(45deg);
  }
  .current-button::after {
    content: "";
    position: absolute;
    width: 15px;
    top: 38px;
    right: 25px;
    height: 2px;
    background: #fff;
    border-radius: 0;
    transform: translateY(-15px) rotate(-45deg);
    -webkit-transform: translateY(-15px) rotate(-45deg);
  }
  .current-button.active::before {
    content: "";
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
    color: #fff;
  }
  .current-button.active::after {
    content: "";
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
    color: #fff;
  }
  .subMenu-list {
    position: fixed;
    max-width: 750px;
    width: 100%;
    top: 60px;
    height: 50px;
    z-index: 8;
    background: #333;
    opacity: 1.0;
    display: block;
  }
  .subMenu-list li a {
    text-decoration: none;
    color: #fff;
    padding: 14px 21px;
    display: block;
  }
  .subMenu-list li.active {
    z-index: 10;
    font-size: 15px;
    list-style: none;
  }
  .subMenu-list li:not(.active) {
    display: none;
  }
  .subMenu-nav.open {
    position: fixed;
    left: 0;
    top: 99px;
    z-index: 7;
    background-color: #333;
    width: 100%;
    text-align: left;
    opacity: 0.8;
  }
  .subMenu-nav.close {
    display: block;
  }
  .subMenu-nav {
    display: block;
  }
  .subMenu-nav.open .subMenu-list li {
    background-color: #333;
  }
  .subMenu-nav.open .subMenu-list li:not(.active) {
    color: #fff;
    z-index: 8;
    font-size: 14px;
    text-decoration: none;
    display: block;
  }
  .mv-wrap {
    height: auto;
    padding-top: 0px;
  }
  .mv-bg, mv-bg_en {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% auto;
    animation  : bgAnime 36s ease infinite;
  }
  .mv-bg, .mv-bg_en {
    background-size: 100% auto;
    padding: 0;
  }
  .mv-bg.src1 {
    background: url(../img/s/img-mv01.jpg) no-repeat center;
    animation-delay  : 0s;
    background-size: cover;
    margin-top: 110px;
  }
  .mv-bg.src2 {
    background: url(../img/s/img-mv02.jpg) no-repeat center;
    animation-delay  : 9s;
    background-size: cover;
    margin-top: 110px;
  }
  .mv-bg.src3 {
    background: url(../img/s/img-mv03.jpg) no-repeat center;
    animation-delay  : 18s;
    background-size: cover;
    margin-top: 110px;
  }
  .mv-bg.src4 {
    background: url(../img/s/img-mv04.jpg) no-repeat center;
    animation-delay  : 27s;
    background-size: cover;
    margin-top: 110px;
  }
  .mv-bg_en.src1 {
    background: url(../img/s/img-mv-en01.jpg) no-repeat center;
    animation-delay  : 0s;
    background-size: cover;
    margin-top: 110px;
  }
  .mv-bg_en.src2 {
    background: url(../img/s/img-mv-en02.jpg) no-repeat center;
    animation-delay  : 9s;
    background-size: cover;
    margin-top: 110px;
  }
  .mv-bg_en.src3 {
    background: url(../img/s/img-mv-en03.jpg) no-repeat center;
    animation-delay  : 18s;
    background-size: cover;
    margin-top: 110px;
  }
  .mv-bg_en.src4 {
    background: url(../img/s/img-mv-en04.jpg) no-repeat center;
    animation-delay  : 27s;
    background-size: cover;
    margin-top: 110px;
  }
  /*コンテンツエリア*/
  .contents-wrapper {
    max-width: 750px;
  }
  section.consumers, section.lowElectric,
section.outSourcing, section.iot, section.business {
    padding: 110px 0 0 0;
    height: 100vh; 
  }
  section.footer {
    padding: 60px 0 0 0;
  }
  h2.contents-txt-h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  h2.contents-txt-h2.en-h2-txt {
    font-size: 30px;
    line-height: 40px;
  }
  .contents-txt {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .contents-txt.en-p-txt {
    font-size: 14px;
  }
  .contents-link-txt a,
  .contents-link-txt-arrow a {
    font-size: 14px;
  }

  /*sec-01*/
  .consumers-wrap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .consumers-wrap .consumers-bg {
    background: url(../img/s/img-consumer-bg01.jpg) no-repeat center top;
    margin: 0 auto;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  .consumers-wrap .consumers-box {
    box-sizing: inherit;
    padding: 24px 20px;
    width: auto;
    position: unset;
  }
  .consumers-wrap .consumers-box .consumers-t-box {
    position: unset;
    margin: 0 auto;
    padding: 0;
    max-height: 100%;
  }
  .consumer-box .contents-link-txt {
    text-align: right;
    margin-left: -10px;
  }

  /*sec-02*/
    .lowElectric-wrap {
      display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:reverse;
      -webkit-flex-direction:column-reverse;
      -ms-flex-direction:column-reverse;
      flex-direction:column-reverse;
    }
    .lowElectric-wrap .lowElectric-bg {
      background: url(../img/s/img-lowelectric-bg01.jpg) no-repeat center top;
      margin: 0 auto;
      background-size: cover;
      height: 100%;
      width: 100%;
    }
    .lowElectric-wrap .lowElectric-box {
      box-sizing: inherit;
      padding: 24px 20px;
      width: auto;
      position: unset;
    }
    .lowElectric-wrap .lowElectric-box .lowElectric-t-box {
      position: unset;
      margin: 0 auto;
      padding: 0;
      max-height: 100%;
    }
    .lowElectric-box .contents-link-txt {
      text-align: right;
      margin-left: -10px;
    }
  /*sec-03*/
  .outSourcing-wrap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .outSourcing-wrap .outSourcing-bg {
    background: url(../img/s/img-outsourcing-bg01.jpg) no-repeat center top;
    margin: 0 auto;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  .outSourcing-wrap .outSourcing-box {
    box-sizing: inherit;
    padding: 24px 20px;
    width: auto;
    position: unset;
  }
  .outSourcing-wrap .outSourcing-box .outSourcing-t-box {
    position: unset;
    margin: 0 auto;
    padding: 0;
    max-height: 100%;
  }
  .outSourcing-box .contents-link-txt-arrow {
    text-align: right;
    margin-left: -10px;
  }
  /*sec-04*/
  .iot-wrap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:column-reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
  }
  .iot-wrap .iot-bg {
    background: url(../img/s/img-ai-bg01.jpg) no-repeat center top;
    margin: 0 auto;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  .iot-wrap .iot-box {
    box-sizing: inherit;
    padding: 24px 20px;
    width: auto;
    position: unset;
  }
  .iot-wrap .iot-box .iot-t-box {
    position: unset;
    margin: 0 auto;
    padding: 0;
    max-height: 100%;
  }
  .iot-box .contents-link-txt {
    text-align: right;
    margin-left: -10px;
  }

  /*sec-04*/
  .business-wrap {
    height: 93%;
    padding: 20px;
  }
  .business-img {
    width: 100%;
    background: url(../img/s/img-business-bg01.png) no-repeat center top;
    background-size:cover
  }
  .business-box button {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    transform: translate(-50%,-50%);
    padding: 14px 64px 14px 54px;
    border-color: #fff;
    background-color: #333;
    opacity: 0.6;
    color: #fff;
  }
  .business-img a {
    padding: 11px 20px;
    width: 60%;
    text-align: center;
    font-size: 13px;
  }
  .business-img img.sp {
    position: relative;
    top: 5px;
    left: 5px;
  }
  section.footer {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
  }
  .footer-news-wrap {
    padding: 0px 0px 10px 0px !important;
    min-height: 0px !important;
  }
  .footer-news-txt {
	  display: table;
	  margin-bottom: 10px;
	  width: 100%;
	}
	.footer-news-title, .footer-news-list-link {
	  display: table-cell;
	  padding: 0 20px;
	}
	.footer-news-title {
	  font-size: 20px;
	}
	.footer-news-list-link a {
	  font-size: 14px;
	  padding-right: 24px;
	  text-decoration: none;
	  background: url(/img/shared/icon_arrow.svg) no-repeat right center;
	  background-size: 20px 8px;
	}
	.footer-news-list-link a:hover {
	  opacity: 0.7;
	}
  .footer-news-contents {
    background: #fff;
    padding: 6px 20px;
    margin: 14px auto;
  }
  .footer-news-list .footer-news-pick {
    display: inline-block;
    margin: 10px 0;
    font-size: 11px;
  }
  .footer-news-list .footer-news-pick span.new-item {
    font-size: 12px;
    background-color: #333;
    color: #fff;
    padding:1.2px 10px;
  }
  .footer-news-list:nth-child(2) .footer-news-pick span.footer-news-pick-item:not(.new-item) {
    padding: 1.2px 10px; 
  }
  .footer-news-list .footer-news-pick span.footer-news-pick-item:not(.new-item) {
    font-size: 12px;
    background-color: #7F7F7F;
    color: #fff;
    padding:1.2px 10px;
  }
  .footer-news-list .footer-news-pick span:not(:last-child) {
    margin-right: 10px;
  }
  .footer-news-list .footer-news-link {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    line-height: 15px;
    overflow: hidden;
    width: 100%;
  }
  .footer-news-list .footer-news-link a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
  }
  .footer-news-list:nth-child(1) .footer-news-link a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer-news-list:nth-child(3) .footer-news-link a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer-wrap {
    padding: 0 20px;
    margin: 0 auto;
    display: table-cell;
  }
  .footer-m-wrap .footer-wrap .footer-2col-wrap-sp {
    padding-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .footer-2col-wrap-sp {
    bottom: 0;
    left: 0;
    right: 0;
    position: static;
    padding: 30px 0 0 0;
  }
  .footer-colum-flex-sp {
   display: none;
  }
  .footer-nav-list-sp .footer-nav-item-sp a {
    color:#333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
  }
  .footer-nav-item-sp {
    padding-bottom: 15px;
  }
  .footer-nav-s-list-sp {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin: 20px auto;
    position: relative;
  }
  .footer-nav-s-list-sp .footer-nav-s-item-sp a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #333;
    display: block;
  }
  .footer-c-sp {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
    padding-bottom: 17px;
  }

/*------------------- language-btn -----------------------*/
.footer-language-btn {
  position: unset;
  top: 0;
  right: 0;
  display: table;
  margin: 0 auto;
}
.footer-language-btn .footer-language-link {
  position: relative;
  text-decoration: none;
  padding: 3px 9px 4px 10px;
  font-size: 11px;
  transition: none;
  color: #333333;
  border: solid 1px #333333;
  border-radius: 3px;
}
.footer-language-btn .footer-language-link.en-p-lr {
  padding: 3px 9px 4px 10px;
}
.footer-language-btn .footer-language-link::before {
  content: url(../img/s/fig-icon-language.png);
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.footer-language-btn .footer-language-link.en-p-lr::before {
  margin: 0 11px 0 0;
}

/*-------------- about sp style css --------------*/

  .main-wrapper {
    padding-bottom:0;
  }
  .contents-bg_mv {
    background: url(../img/s/img-about.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 125px;
    margin-top: 60px;
  }
  .contents-wrapper {
    width: 100%;
    max-width: 580px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .title-wrap {
    margin-top: 50px;
    padding: 0 20px;
  }
  .title-wrap span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
  }
  .title-wrap .title-h1 {
    color: #333;
    font-size: 40px;
    font-weight: bold;
  }
  .info-wrap {
    margin-top: 40px;
    padding: 12px 20px 0;
  }
  .access-wrap .title-h2 {
    padding-left: 20px;
  }
  .access-wrap .info-note-list {
    padding: 20px 0 40px 20px;
  }
  .info-list {
    border-top: 1px solid #dedede;  
    font-size: 14px;
    overflow: hidden;
  }
  .info-list-last {
    border-bottom: 1px solid #dedede;
  }
  .info-list dt {
    float: left;
  }
  .info-list dd {
    margin-left: 155px;
  }
  .info-list sup.sm-note-item {
    font-size: 12px;
  }
  .info-note-list {
    padding: 20px 0 50px;
    margin-bottom: 0;
  }
  .info-note-list li {
    list-style: none;
    text-decoration: none;
    margin: 15px auto;
    display: flex;
    justify-content: inherit;
    clear: both;
  }
  .info-note-list span {
    margin-right: 15px;
  }
  .info-note-list li {
    font-size: 12px;
  }
  .title-h2 {
    font-size: 25px;
    padding: 0 20px 20px 0px;
  }
  .history-wrap {
    margin-bottom: 50px;
    padding: 12px 20px;
}
  .history-list {
    border-bottom: solid 1px #dedede;
    padding: 30px 0 30px 0;
  }
  .history-list:first-child {
    padding: 0 0 30px 0;
  }
  .history-list .bold-item {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .history-list dl {
    font-size: 14px;
  }
  .history-list dd {
    margin-left: 100px;
  }
  .history-list .history-mb30 dd:first-child {
    margin-bottom: 20px;
  }
  .title-h2-2 {
    font-size: 25px;
    padding: 0px 35px 30px 20px;
  }
  .groupCompany-wrap {
    padding: 50px 0;
    max-width: 590px;
    margin: 0 auto;
  }
  .group-img {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    padding: 0 20px;
  }
  .group-img a {
    display: block;
    margin: 0 auto;
  }
  .group-img a:not(:first-child) {
    margin-top: 40px;
  }
 .group-img img {
    width: 100%;
    vertical-align: bottom;
  }
 /*-------------- service sp style css --------------*/
.consumer-wrap {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
}
.consumer-list {
  width: 90%;
  margin: 0 auto;
  /* padding: 0 20px; */
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  flex-flow: column;
}
.title-h2-s {
  margin: 30px 20px 20px;
  font-size: 25px;
  padding: 0;
}
.corp-info-btn .corp-btn-item {
  width: 50%;
}
.corp-info-btn .corp-btn-item-en {
  width: 70%;
}
.corp-info-btn .corp-btn-item:nth-child(1) {
  margin-right: 5px;
}
.corp-info-btn .corp-btn-item:nth-child(2) {
  margin-left: 5px;
}
.corp-info-btn .corp-btn-item {
  font-size: 12px;
  text-align: center;
  padding: 0;
}
.corp-info-btn .btn-item-p10:first-child {
  padding: 8px 7px 2px;
}
.corp-info-btn .btn-item-p10:last-child {
  padding: 1px 7px 1px 5px;
}
.corp-info-btn .corp-btn-item.two:nth-child(2) a {
  padding: 6px;
  line-height: inherit;
}
.corp-info-btn .corp-btn-item a {
  font-size: 12px;
  text-align: center;
  line-height: inherit;
  height: auto;
  padding: 15px;
  position: relative;
}
.corp-info-btn .corp-btn-item.two:nth-child(2) a {
  display: flex;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  justify-content: center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
}
.corp-info-btn .corp-btn-item.sp-btn a {
  display: flex;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  justify-content: center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
}
.consumer-item-s .consumer-contents-s .logo-img {
  margin: 20px 0 0 20px;
  width: 70%;
}
.corp-contents .title-h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  padding: 0 25px;
  margin-bottom: 20px;
}
.corp-contents .corp-text-mb40 {
  padding: 0 25px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
}
.corp-contents .corp-info-btn {
  padding: 0 25px;
}
.corp-info-btn.biz {
	margin: 0 auto 10px;
}
.corp-info-btn .sp-btn a {
	padding: 6px;
}
.corp-info-btn .corp-btn-item a span.icon-mail {
  background: url(../../img/shared/icon_mail.svg) no-repeat right center;
  background-size: 16px 16px;
}
/*-------------- 「contact」「security」「privacy」配下 --------------*/
.contents-bg_mv.privacy {
  background-image: url(../img/s/img-privacy.png);
}
.contents-bg_mv.contact {
  background-image: url(../img/s/img-contact.png);
}
.contents-wrapper.privacy, .contents-wrapper.contact, .contents-wrapper.news {
  padding: 0 20px 30px;
}
.contents-wrapper.privacy .title-wrap, .contents-wrapper.contact .title-wrap {
  margin: 50px 0 20px;
  padding: 0;
}
.contents-wrapper.news .title-wrap {
  margin: 50px 0 0;
  padding: 0;
}
.title-wrap span, .title-wrap.news span {
    margin-bottom: 10px;
}
.news-category {
    margin-bottom: 40px;
}
.privacy .info-wrap {
  margin-top: 20px;
  padding: 0;
}
.common-contents-box {
  padding: 20px 0;
  font-size: 14px;
}
.common-contents-box .common-bottom-txt {
  margin: 0;
}
.contents-wrapper.privacy p, .contents-wrapper.contact p {
  line-height: 22px;
  font-size: 14px;
}
.privacy .title-wrap .title-h1, .contact .title-wrap .title-h1, .news-category {
  font-size: 30px;
}
 .news-h1 {
  font-size: 20px;
  padding: 0;
  line-height: 32px;
}
.news-h1 .sub {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 24px;
}
.common-contents-box .title-h2, .common-contents-box .news-h2 {
  padding: 0 0 20px;
}
.contents-wrapper.policy .title-h2 {
  font-size: 25px;
}
.common-contents-box .title-h3 {
  font-size: 20px;
}
.contents-wrapper .news-h2 {
  font-size: 22px;
}
.common-contents-box .news-h3 {
  font-size: 20px;
}
.common-contents-box .news-h4 {
  font-size: 18px;
}
 .common-contents-box .news-h5 {
  font-size: 16px;
}
.contents-wrapper.news .image-full {
	text-align: center;
}
.contents-wrapper.news img {
  width: 80%;
  height: auto;
}
.common-contents-box .info-list dt, .common-contents-box .info-list dd {
  margin: 0;
  font-size: 14px;
}
.common-contents-box .info-list-last {
  margin: 0 0 20px;
}
.common-contents-box .info-list dt, .common-contents-box .info-list dd {
  display: table-cell;
  float: none;
  padding: 20px 10px;
  vertical-align: middle;
}
.common-contents-box .info-note-list.annotation {
  margin: 20px 0;
}
.common-contents-box .corp-btn-item {
  width: 100%;
}
.common-contents-box .news-back-area {
    margin: 40px 0 20px;
}
.common-contents-box a {
  font-size: 14px;
}
.common-contents-box .info-note-list li a {
    font-size: 12px;
}
.common-contents-box .news-back-area a {
    padding: 0 0 0 15px;
}
.common-contents-box a.icon-blank-box {
  margin: 0 0 20px;
  padding: 10px 0;
  font-size: 16px;
}
.common-contents-box .info-list a.icon-blank-box {
  margin: 20px 0 0;
  font-size: 14px;
}
.common-contents-box a.icon-blank-box .icon {
  padding-right: 20px;
  background-size: 18px 16px;
}
.common-contents-box .news-back-area a:after {
    position: absolute;
	left: 0;
    right: auto;
}
.tbl.ptn-3 th, .tbl.ptn-3 td, .tbl.ptn-4 th, .tbl.ptn-4 td, .tbl.ptn-5 th, .tbl.ptn-5 td {
  margin: 0;
  padding: 20px 10px;
  word-break: break-all;
}
.tbl.ptn-4.two th, .tbl.ptn-4.two td {
    padding: 5px 10px;
}
.main-wrapper {
  padding-bottom: 0;
}
.contpage-footer {
  position: relative;
  padding: 10px 0;
  margin: 30px 0 0;
}
.common-contents-box a:after {
  position: relative;
  top: 0;
}
}
/*5s SE*/
@media screen and (max-width:321px) {
  .pc-2 {
    display: none;
  }
  .pc-d-n {
    display: none;
  }
  .sp-d-n {
    display: block;
  }
  .header-nav.open {
    height: auto;
  }
  .outSourcing-wrap .outSourcing-box {
    padding: 35px;
  }
  h2.contents-txt-h2,
  h2.contents-txt-h2.en-h2-txt {
    font-size: 23px;
    padding-bottom: 15px;
    line-height: 26px;
  } 
  .contents-txt,
  .contents-txt.en-p-txt {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .business-wrap {
    height: 91.5%;
    padding: 20px 20px;
  }
  .footer-wrap {
    max-width: 280px;
  }
  .footer-news-wrap {
    max-width: 280px;
    min-height: 0;
    margin: 0 auto;
  }
  .footer-news-list .footer-news-pick {
    display: inline-block;
    margin: 5px 0;
    font-size: 12px;
  }
  .footer-news-list .footer-news-pick span.new-item {
    font-size: 10px;
    padding:1.2px 10px;
  }
  .footer-news-list .footer-news-pick span.footer-news-pick-item:not(.new-item) {
    font-size: 10px;
    padding:1.2px 10px;
  }
  .footer-news-list .footer-news-pick span:not(:last-child),.footer-news-list .footer-news-pick span.new-item:not(:last-child) {
    margin-right: 5px;
  }
  .footer-news-list .footer-news-link {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .footer-news-list .footer-news-link a {
    text-decoration: none;
    font-size: 12px;
  }
  .footer-2col-wrap {
    padding: 5px;
  }
  .footer-nav .footer-nav-list .footer-nav-item:not(:first-child) {
    margin-left: 0px;
  }
  .footer-nav .footer-nav-s-list .footer-nav-s-item:not(:first-child) {
    margin-left: 0px;
  }
  .footer-nav .footer-nav-list .footer-nav-item a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
  }
  .footer-2col-wrap-sp {
    padding-top: 30px;
  }
  .footer-logo {
    margin-top: -60px;
  }
  .footer-nav-s-list-sp .footer-nav-s-item-sp a {
    font-size: 10px !important;
  }
  .footer-nav-s-list-sp {
    margin-top: 10px;
  }
  .footer-c-sp {
    margin-bottom: 0px;
  }
  .consumer-wrap {
    width: 100%;
    max-width: 335px;
    margin-bottom: 100px;
    padding: 0;
  } 
  .corp-info-btn .corp-btn-item a span.icon-arrow {
  background: url(../../img/shared/icon_arrow.svg) no-repeat right center;
  padding: 1px 12px 0 0px;
  background-size: 10px 10px;
}
.corp-info-btn .corp-btn-item a:hover span.icon-arrow {
  background: url(../../img/shared/icon_arrow_w.svg) no-repeat right center;
  background-size: 10px 10px;
}

.corp-info-btn .corp-btn-item a span.icon-window {
  background: url(../../img/shared/icon_new-window.svg) no-repeat right center;
  padding: 1px 12px 0 0px;
  background-size: 10px 10px;
}
.corp-info-btn .corp-btn-item a:hover span.icon-window {
  background: url(../../img/shared/icon_new-window_w.svg) no-repeat right center;
  background-size: 10px 10px;
}

.corp-info-btn .corp-btn-item a span.icon-mail {
  background: url(../../img/shared/icon_mail.svg) no-repeat right center;
  padding: 1px 12px 0 0px;
  background-size: 10px 10px;
}
.corp-info-btn .corp-btn-item a:hover span.icon-mail {
  background: url(../../img/shared/icon_mail_w.svg) no-repeat right center;
  background-size: 10px 10px;
}
.corp-info-btn .corp-btn-item {
  padding: 10px;
  font-size: 10px;
  text-align: center;
  padding: 0;
  display: block;
}
.corp-info-btn .corp-btn-item:nth-child(1) {
  margin-right: 5px;
  padding: 0px;
}
.corp-info-btn .corp-btn-item:nth-child(2) {
  margin-left: 5px;
  padding: 0px;
}
.corp-info-btn .corp-btn-item a {
  font-size: 10px;
}
.corp-info-btn .corp-btn-item.two:nth-child(2) a {
  padding: 7.5px;
  line-height: inherit;
}
/* .footer-news-wrap {
  padding: 0px 0px 10px 0px !important;
  min-height: 0vh !important;
} */
}

/*english 初期非表示用*/
.hide {
  display: none !important;
}
@media screen and (max-width:799px) {
  .footer-wrap {
    padding: 0 20px;
    margin: 0 auto;
    display: table-cell;
  }
  .footer-m-wrap .footer-wrap .footer-2col-wrap-sp {
    padding-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .footer-2col-wrap-sp {
    bottom: 0;
    left: 0;
    right: 0;
    position: static;
    padding: 30px 0 0 0;
  }
  .footer-colum-flex-sp {
   display: none;
  }
  .footer-nav-list-sp .footer-nav-item-sp a {
    color:#333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
  }
  .footer-nav-item-sp {
    padding-bottom: 15px;
  }
  .footer-nav-s-list-sp {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin: 20px auto;
    position: relative;
  }
  .footer-nav-s-list-sp .footer-nav-s-item-sp a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #333;
    display: block;
  }
  .footer-c-sp {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
    padding-bottom: 17px;
  }
  .footer-2col-wrap {
    display: none;
  }
  .footer-2col-wrap-sp {
    display: block;
  }
  .footer-language-btn {
    position: unset;
    top: 0;
    right: 0;
    display: table;
    margin: 0 auto;
  }
  .footer-news-wrap {
    margin: 0 auto;
    padding: 0px 50px 30px 50px;
    min-height: 75vh;
  }
  .footer-language-btn .footer-language-link::before {
    content: url(../img/s/fig-icon-language.png);
  }
  .footer-language-btn .footer-language-link:hover::before {
    pointer-events: none;
  }
}
/* 12/23　english TOP調整 */
@media screen and (min-width:1600px) {
  .contents-txt.en-p-txt {
    font-size: 25px;
  }
  h2.contents-txt-h2.en-h2-txt {
    font-size: 54px;
    line-height: 1.3;
  }
  h2.contents-txt-h2 {
    font-size: 55px;
    line-height: 1.3;
  }
  .contents-txt {
    font-size: 25px;
  }
  .contents-link-txt a, .contents-link-txt-arrow a {
    font-size: 25px;
  }
}
