/*---------------------------------
module
---------------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

#top .t_center{
  text-align:center;
}

#top span.asterisk{
  display:inline-block;
  text-indent : -1em;
  margin-left : 1em;
}

#top span.asterisk:before{
  content:"※";
}

#top div.pc_col2,#top div.pc_col3{
  width:100%;
}
#top div.pc_col2:after,#top div.pc_col3:after{
  content:" ";
  display:block;
  clear:both;
}
#top div.pc_col2 div.col_box{
  float:left;
  width:50%;
}
#top div.pc_col3 div.col_box{
  float:left;
  width:33.33333333333333%;
}
#top div.col_box img{
  width:100%;
}

#top span.link_icon01{
  box-sizing:border-box;
  display:inline-block;
  position:relative;
  padding-right:9px;
}
#top span.link_icon01:after{
  position:absolute;
  content:" ";
  top:50%;
  right:0;
  width:9px;
  height:16px;
  margin-top:-10px;
  background:url(/images/index_new/icon_listlink.png) no-repeat right;
  background-size:9px 16px;
}

#top span.NoticeBox{
  display: block;
  width: clac(100% - 40px);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px 20px;
  }


/*---------------------------------
module end
---------------------------------*/

body {
  background: none;
}

img{
  max-width:100%;
  height:auto;
}

#top #header {
  width: 100%;
	max-width: 950px;
  margin: 0 auto;
  text-align: left;
  position: relative;
	top : 3px;
}

#header #subNav {
  position: absolute;
  right: 394px;
  top: 10px;
}

#header .sizeChange {
  position: absolute;
  right: 250px;
  top: 7px;
  width: 152px;
}

#header #search {
  position: absolute;
  right: 0;
  top: 10px;
}

#header {
  height: 94px;
}

#header #search .searchBox {
  width: 124px;
  box-sizing: border-box;
}

#header .logo {
  background-image: url(/images/common_new/header_logo.png);
  width: 267px;
  height: 45px;
  text-indent: -9999px;
}

#header #nav li a {
  height: 38px;
  padding-bottom: 0px;
}

#header #nav li a.navCompany {
  background-image: url(/images/common_new/nav_company_off.gif);
  width: 158px;
}

#header #nav li a.navCompany:hover {
  background-image: url(/images/common_new/nav_company_on.gif);
}

#header #nav li a.navIr {
  background-image: url(/images/common_new/nav_ir_off.gif);
  width: 158px;
}

#header #nav li a.navCsr {
  background-image: url(/images/common_new/nav_csr_off.gif);
  width: 159px;
}

#header #nav li a.navIr:hover {
  background-image: url(/images/common_new/nav_ir_on.gif);
}

#header #nav li a.navCsr:hover {
  background-image: url(/images/common_new/nav_csr_on.gif);
}

#header #nav li a.navNews {
  background-image: url(/images/common_new/nav_news_off.gif);
  width: 158px;
}

#header #nav li a.navNews:hover {
  background-image: url(/images/common_new/nav_news_on.gif);
}

#header #nav li a.navRecruit {
  background-image: url(/images/common_new/nav_recruit_off.gif);
  width: 158px;
}

#header #nav li a.navRecruit:hover {
  background-image: url(/images/common_new/nav_recruit_on.gif);
}

#header #nav li a.navGroup {
  background-image: url(/images/common_new/nav_group_off.gif);
  width: 159px;
}

#header #nav li a.navGroup:hover {
  background-image: url(/images/common_new/nav_group_on.gif);
}

/* メインビジュアル */
#topMv {
  overflow: hidden;
  margin-bottom: 20px;
}

#topMv ul.slick{
  height:0;
  opacity:0;
}

#topMv ul.slick.slick-initialized{
  height:auto;
  opacity:1;
}

#topMv ul.slick-dots{
  position: relative;
  margin-top: 15px;
}

.mainArea {
  width: 100%;
  height: auto;
  position: relative;
}

#topMv .spMv{
    display: none;
}

/* カルーセル */
#bannerSlider {
  margin-bottom: 20px;
}

#bannerSlider img{
  margin: 0 auto;
}

#bannerSlider{
  height:0 ;
  opacity:0 ;
}

#bannerSlider.slick-initialized{
  height:auto;
  opacity:1;
}

#bannerSlider ul.slick-dots{
  position: relative;
  margin-top: 15px;
}

#bannerSlider .slick-arrow {
  width: 18px;
  height: 30px;
  z-index: 10;
  margin-top: -20px;
}

#bannerSlider .slick-arrow:before {
  display: inline-block;
  content: " ";
  width: 18px;
  height: 30px;
}

#bannerSlider .slick-next:before {
  background: url(/images/index_new/btn_next01.png) center no-repeat;
  background-size: 100% auto;
}

#bannerSlider .slick-prev:before {
  background: url(/images/index_new/btn_prev01.png) center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 767px){
  #topMv .pcMv {
      display: none;
  }
  #topMv .spMv {
      display: block;
  }
}

.mainArea video {
  display: block;
  width: 100%;
  min-width: 1280px;
  height: 100%;
  margin: 0px auto;
  z-index: 100;
  position: relative;
}

.mainArea .videoBlank {
  width: 100%;
  min-width: 1280px;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

.mainArea .mainAreain {
  width: 100%;
  position: absolute;
  text-align: left;
  left: 0px;
  top: 0px;
  margin: 0px auto;
  z-index: 101;
}

.mainAreain_in {
  width: 950px;
  margin: 0px auto;
  position: relative;
}

.mainAreain_in .bg {
  width: 100%;
}

.mainAreain_in .bg img {
  width: 100%;
  height: auto;
}

.mainAreain_in p {
  position: absolute;
  top: 120px;
  right: -130px;
  line-height: 1;
}

.mainAreain_in .btnMain {
  position: absolute;
  bottom: 4%;
  right: 0px;
  line-height: 1;
}

.mainAreain_in .vol {
  position: absolute;
  left: 0px;
  bottom: 4%;
  display: block;
  width: 50px;
  height: 51px;
  background: url(/images/index_new/btn_sound.png) 0px 0px no-repeat;
}

.mainAreain_in .volOn {
  background: url(/images/index_new/btn_sound_on.png) 0px 0px no-repeat;
}

.mainArea

/*メイン*/
.mainArea {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-position:center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.index_topKv{
   height: 632px;
 }

.youtubeArea {
  display: none;
  z-index: 1;
  position: relative;
}

.youtube-movie {
  position: relative;
  width: 100%;
  z-index: 105;
  display: block;
}

.youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  display: block;
}

.mauto950 {
  width:100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
}

.btnArea01 {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.btnArea01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btnArea01 ul li:nth-child(1) {
  margin-right: 10px;
}

.bgArea {
  width: 100%;
  background: url("/images/index_new/bg01.png") 0 0 repeat;
  padding:50px 0 10px;
}

.txt02 {
  color: #575757;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

.sec02 {
  margin-bottom: 50px;
}
.sec02 .main_txt{
  margin-bottom:50px;
  text-align: center;
}
.sec02 .main_txt img{
}
.sec02 #sec_anchor{
  font-size:0;
  box-sizing:border-box;
  width:100%;
  padding-right:40px;
}
.sec02 #sec_anchor li{
  box-sizing:border-box;
  display:inline-block;
  list-style-type:none;
  width:33.33333333333333%;
  margin-right:20px;
}
.sec02 #sec_anchor li a{
  box-sizing:border-box;
  display:inline-block;
  vertical-align:bottom;
  width:100%;
}
.sec02 #sec_anchor li a:hover{
  opacity:0.7;
}
.sec02 #sec_anchor li:nth-of-type(3n){
  margin-right:-40px;
}

.sec03 h2{
  margin-bottom: 40px;
}
.sec03 h2 img{
  max-width:160px;
}
.sec03 .txt01{
  font-size:0.75em;
  text-align:center;
}
.sec03 .btn_link_list{
  letter-spacing: -0.4em;
  word-spacing: 0.001em;
  box-sizing:border-box;
  width:100%;
  padding-right:40px;
}
.sec03 .btn_link_list li{
  position: relative;
  box-sizing:border-box;
  letter-spacing: normal;
  vertical-align: middle;
  display:inline-block;
  list-style-type:none;
  font-size:0.875em;
  width:33.33333333333333%;
  margin-right:20px;
  margin-bottom:15px;
  border:1px solid #bfbfbf;
}
.sec03 .btn_link_list li a{
  box-sizing:border-box;
  display:inline-block;
  vertical-align:bottom;
  width:100%;
}
.sec03 .btn_link_list li a:hover{
  opacity:0.7;
}
.sec03 .btn_link_list li a img{
  float:left;
  width:23%;
  width : -webkit-calc(69px) ;
  width : calc(69px) ;
}
.sec03 .btn_link_list li a span.inner{
  position: absolute;
  top: 50%;
  right:6px;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#221815;
  width:72%;
  width : -webkit-calc(100% - 84px) ;
  width : calc(100% - 84px) ;
}
.sec03 .btn_link_list li a span.inner span{
  width:100%;
}
.sec03 .btn_link_list li:nth-of-type(3n){
  margin-right:-40px;
}
.sec03 .sec_inner{
  margin-bottom:50px;
}
.sec03 .sec_inner:nth-last-of-type(1){
  margin-bottom:10px;
}
.sec03 #supply + .sec_inner .btn_link_list li{
  background-color:#deecf3;
}
.sec03 #maintenance + .sec_inner .btn_link_list li{
  background-color:#cfdbf0;
}
.sec03 #distribution + .sec_inner .btn_link_list li{
  background-color:#d8efde;
}
.sec03 .img_link_list{
  font-size:0;
  box-sizing:border-box;
  width:100%;
  padding-right:40px;
}
.sec03 .img_link_list li{
  box-sizing:border-box;
  display:inline-block;
  list-style-type:none;
  width:33.33333333333333%;
  margin-right:20px;
  margin-bottom:15px;
}
.sec03 .img_link_list li a{
  box-sizing:border-box;
  display:inline-block;
  vertical-align:bottom;
  width:100%;
}
.sec03 .img_link_list li a:hover{
  opacity:0.7;
}
.sec03 .img_link_list li:nth-of-type(3n){
  margin-right:-40px;
}
.sec03 h2{
  float:none;
}
.sec03 h3.img_title{
  position: relative;
  background:none;
  padding:0;
  margin-bottom:30px;
}
.sec03 h3.img_title img{
  vertical-align: bottom;
}
.sec03 h3#supply{
  padding-bottom:5px;
}
.sec03 h3#supply:before{
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #8fd3f5;
  width: 100px;
}
.sec03 h3#supply:after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #bfbfbf;
  width: 100%;
}
.sec03 h3#maintenance{
  padding-bottom:5px;
}
.sec03 h3#maintenance:before{
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #a2c2e6;
  width: 160px;
}
.sec03 h3#maintenance:after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #bfbfbf;
  width: 100%;
}
.sec03 h3#distribution{
  padding-bottom:5px;
}
.sec03 h3#distribution:before{
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #b7ddc2;
  width: 120px;
}
.sec03 h3#distribution:after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #bfbfbf;
  width: 100%;
}

.contactArea {
  position: relative;
}

.groupArea {
  width: 100%;
  background-color: #616161;
  padding: 45px 0;
  text-align: left;
}

.groupArea .groupArea_in {
  width: 950px;
  margin: 0 auto;
}

.groupArea .groupArea_in .groupArea_txt01 {
  font-size: 113%;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}

.groupArea .groupArea_in .groupArea_txt02 {
  font-size: 88%;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}

.groupArea_in {
  margin-bottom: 20px;
}

.groupArea_in ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.groupArea_in ul li {
  width: 182px;
}

.groupArea_in ul li .groupAreain_01 {
  margin-bottom: 20px;
  padding: 20px 0px 10px 20px;
  width: 182px;
  border: 1px solid #a8a8a8;
  background-color: #505050;
  box-sizing: border-box;
}

.groupArea_in ul li .groupAreain_01 span {
  display: block;
  font-size: 69%;
  color: #fff !important;
  line-height: 1;
  margin-bottom: 10px;
}

.groupArea_in ul li .groupAreain_02 a {
  width: 100%;
  display: inline-block;
  font-size: 82%;
  color: #fff !important;
  line-height: 1.3;
  margin-bottom: 10px;
  background: url("/images/index_new/btn_cursor.png") left 3px no-repeat;
  padding-left: 10px;
}

.groupArea_in ul li .groupAreain_02 a span {
  padding-left: 10px;
}

#header #subNav .language img {
  max-width: none;
}
@media screen and (max-width: 767px) {
  /*---------------------------------
  DOM
  ---------------------------------*/
  #top  #pageTop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    left: inherit;
    margin: auto;
    z-index: 199;
    width: 50px;
    height: 50px;
  }
  /*---------------------------------
  DOM end
  ---------------------------------*/
  #top #header {
    width: 100%;
    position: static;
  }

  /* カルーセル */

  #bannerSlider .slick-next {
    right: 0;
  }

  #bannerSlider .slick-prev {
    left: 0;
  }

  .spBtn {
    width: 100%;
    padding: 7px 15px;
    box-sizing: border-box;
  }

  .spBtn a {
    display: block;
    color: #fff !important;
    font-size: 75%;
    line-height: 1;
    padding: 8px 0;
    background: url("/images/index_new/btn_cursor_sp.png") 98% center no-repeat #1c3d67;
    background-size: 6px 9px;
  }

  .mauto950 {
    box-sizing: border-box;
  }

  .btnArea01 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btnArea01 ul li:nth-child(1) {
    margin-right: 0;
  }

  .btnArea01 ul li {
    width: 49%;
  }
  .btnArea01 ul li img {
    width: 100%;
    height: auto;
  }

  .bgArea {
    width: 100%;
    padding:30px 15px 10px;
    box-sizing: border-box;
  }

  .sec02 .main_txt{
    margin-bottom: 30px;
  }
  .sec02 #sec_anchor{
    padding-right:0;
  }
  .sec02 #sec_anchor li{
    text-align:center;
    width:100%;
    margin-right:0;
    margin-bottom:15px;
  }
  .sec02 #sec_anchor li:nth-of-type(3n){
    margin-right:0;
  }

  .sec03 h2{
    margin-bottom: 30px;
  }
  .sec03 .txt01{
    text-align:left;
  }
  .sec03 .btn_link_list{
    padding-right:0;
  }
  .sec03 .btn_link_list li{
    width:100%;
    margin-right:0;
  }
  .sec03 .btn_link_list li:nth-of-type(3n){
    margin-right:0;
  }
  .sec03 .sec_inner{
    margin-bottom:30px;
  }
  .sec03 .sec_inner:nth-last-of-type(1){
    margin-bottom:20px;
  }
  .sec03 .img_link_list{
    padding-right:0;
  }
  .sec03 .img_link_list li{
    text-align:center;
    width:100%;
    margin-right:0;
  }
  .sec03 .img_link_list li:nth-of-type(3n){
    margin-right:0;
  }
  .sec03 h3#supply img{
    width:100%;
    max-width: 94px;
  }
  .sec03 h3#supply:before{
    width:100%;
    max-width: 78px;
  }
  .sec03 h3#maintenance img{
    width:100%;
    max-width: 125.5px;
  }
  .sec03 h3#maintenance:before{
    width:100%;
    max-width: 125.5px;
  }
  .sec03 h3#distribution img{
    width:100%;
    max-width:98.5px;
  }
  .sec03 h3#distribution:before{
    width:100%;
    max-width:98.5px;
  }
  .contactArea {
    width: 96%;
    padding: 5px;
  }
  .contactArea img {
    width: 100%;
    height: auto;
  }

  .groupArea {
    padding: 25px 15px;
    box-sizing: border-box;
  }

  .groupArea .groupArea_in {
    width: 100%;
  }

  .groupArea_in ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .groupArea_in ul li {
    width: 49%;
    margin-bottom: 10px;
  }

  .groupArea_in ul li .groupAreain_01 {
    width: 100%;
    padding: 15px 10px 10px;
  }
}
