@charset "utf-8";
/* CSS Document */

/* btnpagetop
----------------- */
#btnpagetop{
  z-index: 9;
}


#btnpagetop a{
  width: 38px;
  height: 85px;
  color: #333;
  overflow: hidden;
  text-indent: 0;
  writing-mode: vertical-rl;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Instrument Serif", serif;
  font-size: 11px;
  transition: 0.4s;
}

#btnpagetop a:hover{
  text-decoration: none;
  opacity: 0.6;
}

#btnpagetop a::before{
  display: none;
}

#btnpagetop a::after{
  display: none;
}

#btnpagetop a .circle{
  top: auto;
  bottom: 5px;
  width: 38px;
  height: 38px;
  background: #f0e9e8;
  border-radius: 50px;
  position: absolute;
}

#btnpagetop a .circle .sun{
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 36px;
  max-height: 36px;
  background-image: url(../img/img_pagetop.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 50px;
  position: absolute;
}

#btnpagetop.fix a .circle{
  background: #f6f6f6;
}

#btnpagetop.fix a .circle .sun{
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
  height: 10%;
  max-width: 26px;
  max-height: 26px;
  background: #D4220A;
  background-image: none;
  border-radius: 50px;
  position: absolute;
}

/* top add
----------------- */
body{
  min-width: 1280px;
}

.top #allwrap{
  background: #edf4fa;
}


.top .inner{
  width: 100%;
}

.top .inner section{
  width: 1084px;
  margin: 0 auto;
}

.top .lead{
  color: #333;
}
.top.scr #header{
  background: rgba(255,255,255,0);
}
.top.scr #header.bgAdd{
  background: #fff;
}


.top .btn{
  background: #d4220a;
  border-radius: 60px;
}


.top .btn a{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 22px 0;
  display: block;
  text-align: center;
  width: 100%;
}

.top .btn:hover{
  background: #333;
  box-shadow: 0 4px 10px 0 #0000001A;
}

.top .btn a:hover{
  text-decoration: none;
  color: #fff;
}

.top h1{
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: left;
  position: relative;
  color: #D4220A;
  margin: 0 0 5px 0;
}
.top h1::before {
  content: "";
  width: 21px;
  height: 20px;
  background-image: url(../img/icon_h1_img.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.top h1 span{
  font-size: 72px;
  display: block;
  font-family: "Instrument Serif", serif;
  margin: 20px 0 0 0;
  font-weight: normal;
  color: #333;
}

.top h1 span::before{
  display: none;

}


.top h2{
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  position: relative;
  background: none;
  color: #D4220A;
  margin: 0 !important;
  padding: 0;
}

.top h2:nth-of-type(1){
  margin: 0 !important;
}

.top h2::before {
  content: "";
  width: 21px;
  height: 20px;
  background-image: url(../img/icon_h1_img.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.top h2 span{
  font-size: 72px;
  display: block;
  font-family: "Instrument Serif", serif;
  margin: 20px 0 0 0;
  font-weight: normal;
}

.top h2 span::before{
  display: none;

}

.top .reg{
  position: relative;
  top: 5px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.top #topmain p.lead{
  font-size: 16px;
}


.top .colWrap{
  display: flex;
  flex-wrap: wrap;
}

.spOnly{
  display: none !important;
}

@media screen and (max-width: 768px){
    body{
      min-width: 0;
    }

    .top .inner section{
      width: auto;
      margin: 0;
    }

    .top .btn{
      border-radius: 30px;
    }

    .top .btn a{
      font-size: 14px;
      padding: 18px 0;
    }

    .top h1{
      font-size: 16px;
    }
    .top h1::before {
      content: "";
      width: 18px;
      height: 18px;
      margin-right: 5px;
    }

    .top h1 span{
      font-size: 48px;
      margin: 16px 0 0 0;
    }

    .top h2{
      font-size: 16px;
      margin: 0 !important;
    }
    .top h2::before {
      width: 18px;
      height: 18px;
      margin-right: 5px;
    }

    .top h2 span{
      font-size: 48px;
      margin: 16px 0 0 0;
    }

    .top #topmain p.lead{
      font-size: 16px;
    }
  .pcOnly{
    display: none !important;
  }
  .spOnly{
    display: block!important;
  }
}

/* mv
----------------- */
.top #header{
  opacity: 0;
  animation-name: fadeIn;
  animation-delay: 2s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.top #mv{
  width: 100%;
  margin: 0 auto;
  height: auto;
  margin-top: 0;
  background: #edf4fa;
  position: relative;
  opacity: 0;
  transition: 1.5s;
}

.top #mv.show{
  opacity: 1;
}


.top #mv .movie{
  width: 100vw;
  height: 100vh;
  position: relative;
  opacity: 0;
  animation-name: fadeIn;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  overflow: hidden;
}
.top #mv .movie::before{
  width: 100%;
  height: 160px;
  position: absolute;
  background: url(../img/bg_top_shadow.png) top center no-repeat;
  background-size: 100% 160px;
  display: block;
  content: "";
  z-index: 2;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.top #mv .movie video{
  position: relative;
  top: 50%;
  left: 50%;
	width: auto;
	height: auto;
	min-width: 101%;
	min-height: 101%;
  transform: translate(-50%,-50%);
}

.top #mv .slider{
  width: 1248px !important;
  height: 650px;
  margin : 0 auto;
  overflow: hidden;
  border-radius: 8px;
}

/*.top #mv::before{
  content: "";
  background-image: url(../img/mv_bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 8px;
}*/

.top #mv .slick-img {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 650px;
}

.top #mv .slick-img {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 650px;
}

.top #mv .slick-img img {
  width: 515px !important;
  height: 515px;
  position: relative;
  z-index: -1;
}

.top #mv .txtArea{
  position: absolute;
  bottom: 32px;
  left: 39px;
  z-index: 2;
  color: #fff;
  width: calc(100% - 39px);
}

.top #mv .txtArea .txt01{
  font-size: 30px;
  color: #fff;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  
}

.top #mv .txtArea .txt01 strong{
  font-size: 120px;
  display: inline-block;
  color: #fff;
  font-family: "Instrument Serif", serif;
  font-weight: normal;
  margin-bottom: 70px;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  animation: fadeIn 0.75s forwards;
  opacity: 0;
  letter-spacing: -3.5px;
}

.top #mv .txtArea .txt01 strong:nth-child(1){
  animation-delay: 3.15s;
}
.top #mv .txtArea .txt01 strong:nth-child(2){
  animation-delay: 3.3s;
}
.top #mv .txtArea .txt01 strong:nth-child(3){
  animation-delay: 3.45s;
}
.top #mv .txtArea .txt01 strong:nth-child(4){
  animation-delay: 3.6s;
}
.top #mv .txtArea .txt01 strong:nth-child(5){
  animation-delay: 3.75s;
}
.top #mv .txtArea .txt01 strong:nth-child(6){
  animation-delay: 3.9s;
}
.top #mv .txtArea .txt01 strong:nth-child(7){
  animation-delay: 4.05s;
}
.top #mv .txtArea .txt01 strong:nth-child(8){
  animation-delay: 4.2s;
}
.top #mv .txtArea .txt01 strong:nth-child(9){
  animation-delay: 4.35s;
}
.top #mv .txtArea .txt01 strong:nth-child(10){
  animation-delay: 4.5s;
}
.top #mv .txtArea .txt01 strong:nth-child(11){
  animation-delay: 4.65s;
}
.top #mv .txtArea .txt01 strong:nth-child(12){
  animation-delay: 4.8s;
}
.top #mv .txtArea .txt01 strong:nth-child(13){
  animation-delay: 4.95s;
}
.top #mv .txtArea .txt01 strong:nth-child(14){
  animation-delay: 5.1s;
}
.top #mv .txtArea .txt01 strong:nth-child(15){
  animation-delay: 5.25s;
}
.top #mv .txtArea .txt01 strong:nth-child(16){
  animation-delay: 5.4s;
}
.top #mv .txtArea .txt01 strong:nth-child(17){
  animation-delay: 5.55s;
}
.top #mv .txtArea .txt01 strong:nth-child(18){
  animation-delay: 5.7s;
}
.top #mv .txtArea .txt01 strong:nth-child(19){
  animation-delay: 5.85s;
}
.top #mv .txtArea .txt01 strong:nth-child(20){
  animation-delay: 6s;
}
.top #mv .txtArea .txt01 strong:nth-child(21){
  animation-delay: 6.15s;
}

.top #mv .txtArea .txt02{
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 342px;
  margin: 0;
  
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
    }
}


@media screen and (max-width: 1455px){

  .top #mv .slider{
    height: 650px;
  }
}

@media screen and (max-width: 1295px){
  .top #mv .movie{
    width: 100%;
  }
}


@media screen and (max-width: 768px){
    .top #mv{
      width: auto !important;
      background: #edf4fa;
      margin: 0;
      height: 100vh;
      overflow: hidden;
    }
    /*.top #mv::before{
      background-image: url(../img/mv_bg_sp.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100%;
    }*/
    .top #mv .movie{
      position: relative;
    }
    .top #mv .movie video{
      /*width: auto !important;
      height: 980px !important;*/
    }
  
    .top #mv .slick-img{
      align-items: start;
    }
    .top #mv .slick-img img{
      width: 85vw !important;
      height: 85vw;
      margin-top: 15vw;
    }
  
    .top #mv .slider{
      width: auto!important;
      height: 173vw;
      min-height: 650px;
      border-radius: 8px;
    }
  
    .top #mv .slick-img {
      height: 173vw;
      min-height: 650px;
    }
  
    .top #mv .txtArea{
      bottom: 10vh;
      left: 20px;
      width: calc(100% - 30px);
    }

    .top #mv .txtArea .txt01{
      font-size: 18px;
    }

    .top #mv .txtArea .txt01 strong{
      font-size: 64px;
      margin-bottom: 10px;
    }

    .top #mv .txtArea .txt02{
      font-size: 14px;
      right: auto;
      bottom: auto;
      width: auto;
      margin: 20px 0 0 0;
      position: static;
    }
  
}

/* newsWrap
----------------- */

.top #newsWrap{
  background: #edf4fa;
  padding: 140px 0 120px;
}

.top #newsWrap .news .newsInner{
  position: relative;
}

.top #newsWrap .ir .newsInner{
  margin-top: 65px;
  position: relative;
}

.top #newsWrap .tabContents{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

.top #newsWrap .tabContents li{
  background: #fff;
  margin: 0 5px;
  padding: 5px 12px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 2px;
  transition: 0.4s;
}

.top #newsWrap .tabContents li:hover{
  opacity: 0.6;

}

.top #newsWrap .tabContents li:last-child{
  margin-right: 0;
}

.top #newsWrap .tabContents li.cur{
  background: #333;
  color: #fff;
  pointer-events: none;
}

.top #newsWrap .newsList{
  margin-top: 40px;
  display: block;
  width: 110vw;
}

.top #newsWrap .ir .newsList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.top #newsWrap .newsList .slick-slide:last-child div{
  margin-right: 0;
}

.top #newsWrap .newsList .slick-slide{
  width: 350px;
  margin-right: 20px;
  position: relative;
}

.top #newsWrap .arrows{
  position: absolute;
  bottom: 25px;
  left: 0;
}

.top #newsWrap .arrows .slick-prev{
  background-image: url(../img/img_slide_left.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
  left: 0;
}

.top #newsWrap .arrows .slick-prev:hover{
  background-image: url(../img/img_slide_left_cur.png);
  box-shadow: 0 4px 10px 0 #0000001A;
  border-radius: 60px;
}

.top #newsWrap .arrows .slick-prev::before{
  display: none;
}

.top #newsWrap .arrows .slick-next{
  background-image: url(../img/img_slide_right.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
  left: 60px;
}

.top #newsWrap .arrows .slick-next:hover{
  background-image: url(../img/img_slide_right_cur.png);
  box-shadow: 0 4px 10px 0 #0000001A;
  border-radius: 60px;
}

.top #newsWrap .arrows .slick-next::before{
  display: none;
}

.top #newsWrap .newsList .news{
  display: inline-block;
  background: #fff;
  border-radius: 8px;
}

.top #newsWrap .ir .newsList .news{
  width: 350px;
  margin-right: 17px;
  position: relative;
}
.top #newsWrap .ir .newsList .news:nth-child(3n){
  margin-right: 0;
}

.top #newsWrap .newsList .news:hover{
  box-shadow: 0 4px 10px 0 #0000001A;
}

.top #newsWrap .newsList .news.noDetail{
  transition: auto;
  cursor: pointer;
  max-height: 194px;
  overflow: hidden;
}

.top #newsWrap .newsList .news.noDetail.active{
  max-height: 100%;
}

.top #newsWrap .newsList .news.noDetail:hover{
  opacity: 1;
}


.top #newsWrap .news .newsList .slick-slide .news::after{
  position: absolute;
  content: url("../img/icon_bullet_news.svg");
  width: 20px;
  height: 20px;
  display: block;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
}

.top #newsWrap .news .newsList .slick-slide .news.blank::after{
  position: absolute;
  content: url("../img/icon_bullet_blank.svg");
  width: 20px;
  height: 20px;
  display: block;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
}

.top #newsWrap .news .newsList .slick-slide .news.movie::after{
  position: absolute;
  content: url("../img/icon_bullet_movie.svg");
  width: 20px;
  height: 20px;
  display: block;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
}

.top #newsWrap .news .newsList .slick-slide .news.pdf::after{
  position: absolute;
  content: url("../img/icon_bullet_pdf.svg");
  width: 50px;
  height: 20px;
  display: block;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
}


.top #newsWrap .ir .newsList .news::after{
  position: absolute;
  content: url("../img/icon_bullet_news.svg");
  width: 20px;
  height: 20px;
  display: block;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
}

.top #newsWrap .ir .newsList .news.pdf::after{
  position: absolute;
  content: url("../img/icon_bullet_pdf.svg");
  width: 50px;
  height: 20px;
  display: block;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
}

.top #newsWrap .ir .newsList .news.blank::after{
  position: absolute;
  content: url("../img/icon_bullet_blank.svg");
  width: 20px;
  height: 20px;
  display: block;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
}

.top #newsWrap .ir .newsList .news.movie::after{
  position: absolute;
  content: url("../img/icon_bullet_movie.svg");
  width: 20px;
  height: 20px;
  display: block;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
}


.top #newsWrap .news .newsList .slick-slide .news.noDetail::after{
  position: absolute;
  content: url("../img/icon_bullet_news_down.svg");
  width: 20px;
  height: 20px;
  display: block;
  right: 15px;
  bottom: 15px;
}
.top #newsWrap .news .newsList .slick-slide .news.noDetail.active::after{
  position: absolute;
  content: url("../img/icon_bullet_news_up.svg");
  width: 20px;
  height: 20px;
  display: block;
  right: 15px;
  bottom: 15px;
}


.top #newsWrap .newsList .news > a,
.top #newsWrap .newsList .news span.detail{
  width: auto;
  height: 100%;
  display: block;
  padding: 30px 30px 45px 30px;
}

.top #newsWrap .ir .newsList .news > a,
.top #newsWrap .ir .newsList .news span.detail{
  height: auto;
}

.top #newsWrap .newsList .news a:hover{
  text-decoration: none;
}

.top #newsWrap .newsList .news p{
  margin-bottom: 15px;
}

.top #newsWrap .newsList .news p.title{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 52px;
}

.top #newsWrap .newsList .news p time{
  font-size: 12px;
  color: #899399;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

.top #newsWrap .newsList .news p time::after{
  content: "";
  background: #D9D9D9;
  width: 1px;
  height: 15px;
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
}

.top #newsWrap .ir .newsList .news p time::after{
  display: none;
}

.top #newsWrap .newsList .news p span{
  font-size: 12px;
  color: #899399;
}

.top #newsWrap .newsList .news.noDetail p.txt{
  font-size: 14px;
  display: none;
}
.top #newsWrap .newsList .news.noDetail p.txt a{
  text-decoration: underline;
}

.top #newsWrap .newsList .news.noDetail.active p.txt{
  display: block;
  word-break: break-all;
}

.top #newsWrap .newsList .news.noDetail div.txt{
  font-size: 14px;
  display: none;
}
.top #newsWrap .newsList .news.noDetail div.txt a{
  text-decoration: underline;
}
.top #newsWrap .newsList .news.noDetail.active div.txt{
  display: block;
  word-break: break-all;
}

.top #newsWrap .newsList .news.noDetail.active p.title{
  display: block;
  overflow: auto;
  text-overflow: inherit;
}



.top #newsWrap .btn{
  width: 240px;
  margin-left: auto;
  margin-top: 35px;
}


@media screen and (max-width: 768px){
    .top #newsWrap{
      background: #edf4fa;
      padding: 80px 25px;
    }

    .top #newsWrap .tabContents{
      display: flex;
      justify-content: flex-start;
      margin-top: 15px;
    }

    .top #newsWrap .tabContents li{
      background: #fff;
      margin: 5px 5px 0;
      padding: 5px 12px;
      font-size: 12px;
      cursor: pointer;
    }

    .top #newsWrap .tabContents li.cur{
      background: #333;
      color: #fff;
    }

    .top #newsWrap .newsList{
      margin-top: 20px;
      display: block;
      width: 110vw;
    }

    .top #newsWrap .newsList .slick-slide{
      width: calc(100vw - 40px);
      margin-right: 10px;
      border-radius: 4px;
    }

    .top #newsWrap .newsList .slick-slide div{
      width: auto;
    }

    .top #newsWrap .newsList .news{
      background: #fff;
      border-radius: 4px;
      display: inline-block;
      position: relative;
      height: 186px;
    }
  
  .top #newsWrap .ir .newsList .news{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

    .top #newsWrap .newsList .news::after{
      position: absolute;
      content: url("../img/icon_bullet_news.svg");
      width: 20px;
      height: 20px;
      display: block;
      right: 15px;
      bottom: 15px;
    }

    .top #newsWrap .newsList .news.pdf::after{
      position: absolute;
      content: url("../img/icon_bullet_pdf.svg");
      width: 50px;
      height: 20px;
      display: block;
      right: 15px;
      bottom: 15px;
    }

    .top #newsWrap .newsList .news p{
      margin-bottom: 15px;
    }

    .top #newsWrap .newsList .news p time{
      font-size: 12px;
      color: #899399;
      position: relative;
      padding-right: 15px;
      margin-right: 15px;
    }

    .top #newsWrap .newsList .news p time::after{
      content: "";
      background: #D9D9D9;
      width: 1px;
      height: 15px;
      position: absolute;
      display: block;
      right: 0;
      top: 2px;
    }

    .top #newsWrap .newsList .news p span{
      font-size: 12px;
      color: #899399;
    }

    .top #newsWrap .newsList .news.noDetail p.txt{
      font-size: 13px;
    }
  
    .top #newsWrap .newsList .news.noDetail{
      max-height: 100%;
    }
  
    .top #newsWrap .newsList .news.noDetail.active{
      height: auto;
    }
  
    .top #newsWrap .arrows{
      display: none;
    }

    .top #newsWrap .btn{
      width: 180px;
      margin-left: 0;
      margin-top: 30px;
    }
  
    .top #newsWrap .ir{
      margin-top: 70px;
    }

}

/* strengthWrap
----------------- */
.top #strengthWrap{
  padding: 140px 120px 120px;
  background: url(../img/bg_strength_pc.jpg) center no-repeat;
  background-size: cover;
}

.top #strengthWrap .strength h1{
  text-align: center;
}

.top #strengthWrap .strength h1 span{
  font-size: 52px;
}

.top #strengthWrap .strength p{
  font-size: 16px;
  margin-top: 20px;
  line-height: 2;
}

.top #strengthWrap .strength p.lead{
  font-size: 48px;
  margin: 64px 0 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.3;
}

.top #strengthWrap .colWrap.col3{
  margin-top: 80px;
}

.top #strengthWrap .colWrap.col3 .col{
  width: 328px;
  margin-right: 48px;
}

.top #strengthWrap .colWrap.col3 .col:last-child{
  margin-right: 0;
}

.top #strengthWrap .colWrap.col3 .col p.img{
  margin: 0;
}

.top #strengthWrap .colWrap.col3 .col p.img img{
  
}

.top #strengthWrap .colWrap.col3 .col p.lead{
  font-size: 20px;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  margin: 20px 0 0 0;
}

.top #strengthWrap .colWrap.col3 .col p.text{
  margin: 18px 0 0 0;
}

.top #strengthWrap .grayWrap{
  width: 1080px;
  margin: 80px auto 0;
  padding: 80px 0 72px;
  background: #F4F3EF;
  border-radius: 10px;
  text-align: center;
}

.top #strengthWrap .grayWrap h2 span{
  font-size: 52px;
}

.top #strengthWrap .grayWrap .colWrap.col3{
  justify-content: center;
}

.top #strengthWrap .grayWrap .colWrap.col3 .col{
  width: 240px;
  margin-right: 30px;
}

.top #strengthWrap .grayWrap .colWrap.col3 .col:last-child{
  margin-right: 0;
}

.top #strengthWrap .grayWrap .colWrap.col3 .col a{
  
}


@media screen and (max-width: 768px){
  .top #strengthWrap{
    background: url(../img/bg_strength_sp.jpg) top center no-repeat;
    background-size: cover;
    padding: 100px 25px 80px;
  }

  .top #strengthWrap .strength{

  }

  .top #strengthWrap .strength h1{
    text-align: center;
  }

  .top #strengthWrap .strength h1 span{
    font-size: 34px;
  }
  
  .top #strengthWrap .strength p{
    font-size: 15px;
    margin-top: 20px;
    line-height: 2;
    font-weight: bold;
  }

  .top #strengthWrap .strength p.lead{
    font-size: 30px;
    margin: 46px 0 0 0;
    line-height: 1.5;
  }

  .top #strengthWrap .colWrap.col3{
    margin-top: 64px;
  }

  .top #strengthWrap .colWrap.col3 .col{
    width: 100%;
    margin-right: 0;
  }

  .top #strengthWrap .colWrap.col3 .col p{
    font-weight: normal;
  }

  .top #strengthWrap .colWrap.col3 .col p.img{
    margin: 0;
  }

  .top #strengthWrap .colWrap.col3 .col p.img img{
    width: 100%;
  }

  .top #strengthWrap .colWrap.col3 .col p.lead{
    font-size: 20px;
    text-align: left;
    height: auto;
    display: block;
    line-height: 1.5;
    margin: 20px 0 0 0;
    font-weight: bold;
  }

  .top #strengthWrap .colWrap.col3 .col p.text{
    margin: 12px 0 45px 0;
  }

  .top #strengthWrap .grayWrap{
    width: auto;
    margin: 35px auto 0;
    padding: 48px 0 40px;
    background: #f4f3ef;
    text-align: center;
    border-radius: 8px;
  }
  .top #strengthWrap .grayWrap h2{
    padding: 0 !important;
  }
  .top #strengthWrap .grayWrap h2 span{
    font-size: 34px;
  }

  .top #strengthWrap .grayWrap .colWrap.col3{
    display: block;
    margin-top: 40px;
  }

  .top #strengthWrap .grayWrap .colWrap.col3 .col{
    width: 200px;
    margin: 15px auto 0 auto;
  }

  .top #strengthWrap .grayWrap .colWrap.col3 .col:last-child{
    margin-right: auto;
  }

  .top #strengthWrap .grayWrap .colWrap.col3 .col a{

  }
}


/* productsWrap
----------------- */
.top #productsWrap{
  background: url("../img/bg_products.png") #cbe1f7 no-repeat;
  background-size: cover;
  padding: 140px 0 180px;
}


.top #productsWrap .products h1 span{
  font-size: 100px;
}

.top #productsWrap .products .colWrap.col2{
  justify-content: center;
  margin-top: 64px;
}

.top #productsWrap .products .colWrap.col2 .col{
  width: 490px;
  margin-right: 40px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(235,75,39,1) 0%, rgba(212,34,10,1) 100%);
  padding: 20px 15px 30px 15px;
  transition: 0.4s;
}

.top #productsWrap .products .colWrap.col2 .col a:hover{
  text-decoration: none;
}

.top #productsWrap .products .colWrap.col2 .col:last-child{
  margin-right: 0;
}

.top #productsWrap .products .colWrap.col2 .col:hover{
  box-shadow: 0 4px 20px 0 #0000004D;
}

.top #productsWrap .products .colWrap.col2 .col .img{
  display: block;
  text-align: center;
  width: 100%;
  height: 240px;
  overflow: hidden;
  
}
.top #productsWrap .products .colWrap.col2 .col:hover .img img{
  transform: scale(1.15);
}

.top #productsWrap .products .colWrap.col2 .col .img img{
  transition: 0.4s;
}

.top #productsWrap .products .colWrap.col2 .col .lead{
  font-size: 24px;
  display: block;
  margin-top: 16px;
  color: #fff;
  font-weight: bold;
}

.top #productsWrap .products .colWrap.col2 .col .lead::after{
  content: url("../img/icon_bullet_right.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 12px;
}

.top #productsWrap .products .colWrap.col2 .col .text{
  font-size: 14px;
  display: block;
  margin-top: 16px;
  color: #fff;
  line-height: 1.8;
}

.top #productsWrap .development{
  padding-top: 120px;
}

.top #productsWrap .development h1.type2{
  
}

.top #productsWrap .development p.lead{
  font-size: 16px;
  margin: 48px 0 64px;
}

.top #productsWrap .development .whiteWrap{
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  width: 1060px;
  margin-left: -35px;
  padding: 72px 50px 50px;
}

.top #productsWrap .development .whiteWrap h2{
  text-align: left;
  padding: 0;
  margin-bottom: 25px !important;
}

.top #productsWrap .development .whiteWrap h2 span{
  font-size: 40px;
}

.top #productsWrap .development .whiteWrap h2.second{
  padding-top: 80px;
  margin-bottom: 25px;
}

.top #productsWrap .development .whiteWrap .tblWrap{
  
}

.top #productsWrap .development .whiteWrap .tblWrap .tblHead{
  display: flex;
  justify-content: space-between;
}

.top #productsWrap .development .whiteWrap .tblWrap table{
  
}

.top #productsWrap .development .whiteWrap .tblWrap table.tbl420{
  width: 420px;
  border-radius: 4px;
  background: #9FABB2;
  padding: 8px 0;
}

.top #productsWrap .development .whiteWrap .tblWrap table.tbl620{
  width: 620px;
  border-radius: 4px;
  background: #899399;
}

.top #productsWrap .development .whiteWrap .tblWrap tr{
  
}

.top #productsWrap .development .whiteWrap .tblWrap tr th{
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}

.top #productsWrap .development .whiteWrap .tblWrap tr th.cell1{
  font-size: 16px;
  font-weight: bold;
  width: 245px;
  border-right: 1px solid #fff;
  padding-left: 20px;
  text-align: left;
}

.top #productsWrap .development .whiteWrap .tblWrap tr th.cell1 span{
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  display: block;
  text-align: left;
  margin-top: 5px;
}

.top #productsWrap .development .whiteWrap .tblWrap tr th.cell2{
  width: 150px;
  text-align: left;
  padding-left: 20px;
}

.top #productsWrap .development .whiteWrap .tblWrap tr th.cell3{
  width: 100px;
  border-right: 1px solid #fff;
}

.top #productsWrap .development .whiteWrap .tblWrap tr th.cell4{
  width: 300px;
  border-right: 1px solid #fff;
}

.top #productsWrap .development .whiteWrap .tblWrap tr th.cell5{
  width: 100px;
  border-right: 1px solid #fff;
}

.top #productsWrap .development .whiteWrap .tblWrap tr th.cell6{
  width: 120px;
}

.top #productsWrap .development .whiteWrap .tblWrap tr th.child{
  width: 100px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell{
  background: #fff;
  box-shadow: 0 2px 4px 0 #3333330D;
  border-radius: 4px;
  padding: 16px 24px;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  align-items: center;
}
.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell p{
  margin: 0;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell p.id{
  margin-bottom: 5px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell p.country{
  font-size: 14px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell p.cat{
  font-size: 13px;
  font-weight: normal;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell p .new{
  color: #fff;
  background: #D4220A;
  font-size: 11px;
  border-radius: 2px;
  padding: 4px 6px;
  margin-right: 10px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .ttl01{
  width: 230px;
  border-right: 1px solid #D9D9D9;
  align-self: flex-start;
  margin-top: -4px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .ttl02{
  width: 146px;
  padding-left: 20px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph{
  width: 595px;
  margin-left: 20px;
  background: #EDF4FA;
  position: relative;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph span{
  position: absolute;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph .graphCell{
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph .graphCell div{
  border-right: 1px solid #fff;
  width: 99px;
  height: 42px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph .graphLine{
  width: 85px;
  height: 24px;
  background: #D4220A;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph .graphLine::after{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #D4220A;
  border-right: 0;
  content: "";
  display: block;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph .graphTxt{
  padding: 5px 10px;
  background: #fff;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 107px;
}

/*ptn*/
.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphWAll .graphLine{
  width: calc(100% - 15px);
  background: #0A86CD;
}
.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphWAll .graphLine::after{
  border-left: 15px solid #0A86CD;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphWAll .graphTxt{
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  color: #fff;
  padding: 0;
  margin-top: -7px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphW100 .graphLine{
  width: 85px; 
}
.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphW100 .graphTxt{
  left: 107px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphW425 .graphLine{
  width: 435px; 
}
.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphW425 .graphTxt{
  left: 462px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphW300 .graphLine{
  width: 285px; 
}
.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphW300 .graphTxt{
  left: 312px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphW250 .graphLine{
  width: 235px; 
}
.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphW250 .graphTxt{
  left: 262px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphW50 .graphLine{
  width: 50px; 
}
.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell .graph.graphW50 .graphTxt{
  left: 72px;
}


.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .ttl01{
  border: none;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont{
  border-left: 1px solid #D9D9D9;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont .cont{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont .cont:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont .cont .ttl02{
  width: 130px;
  padding-right: 15px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont.slideCont{
  max-height: 236px;
  overflow: hidden;
  position: relative;
}
.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont.slideCont.cur{
  max-height: 100%;
  padding-bottom: 38px;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont.slideCont p.slideDownBtn{
  background: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont.slideCont p.slideDownBtn::after{
  content: url("../img/icon_bullet_news_down.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  margin-top: -5px;
  vertical-align: middle;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont.slideCont.cur p.slideDownBtn{
  display: none;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont.slideCont p.slideUpBtn{
  background: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont.slideCont p.slideUpBtn::after{
  content: url("../img/icon_bullet_news_up.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  margin-top: -5px;
  vertical-align: middle;
}

.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont.slideCont p.slideUpBtn{
  display: none;
}
.top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell.slideWrap .graphCont.slideCont.cur p.slideUpBtn{
  display: block;
}

@media screen and (max-width: 768px){
  .top #productsWrap{
    background: #cbe1f7;
    padding: 100px 25px;
  }

  .top #productsWrap .products{

  }

  .top #productsWrap .products h1 span{
    font-size: 60px;
  }

  .top #productsWrap .products .colWrap.col2{
    display: block;
    margin-top: 32px;
  }

  .top #productsWrap .products .colWrap.col2 .col{
    width: auto;
    margin-right: 0;
    border-radius: 8px;
    padding: 20px 15px 20px 15px;
  }
  .top #productsWrap .products .colWrap.col2 .col:last-child{
    margin-right: 0;
    margin-top: 24px;
  }

  .top #productsWrap .products .colWrap.col2 .col .img{
    display: block;
    text-align: center;
    height: auto;
  }

  .top #productsWrap .products .colWrap.col2 .col .img img{
    width: 100%;
  }

  .top #productsWrap .products .colWrap.col2 .col .lead{
    font-size: 18px;
    margin-top: 16px;
  }

  .top #productsWrap .products .colWrap.col2 .col .lead::after{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: sub;
  }

  .top #productsWrap .products .colWrap.col2 .col .text{
    font-size: 14px;
    display: block;
    margin-top: 12px;
  }

  .top #productsWrap .development{
    padding-top: 75px;
  }

  .top #productsWrap .development h1{

  }

  .top #productsWrap .development p.lead{
    font-size: 16px;
    margin: 28px 0 48px;
    line-height: 1.75;
  }

  .top #productsWrap .development .whiteWrap{
    border-radius: 8px;
    width: auto;
    margin-left: 0;
    padding: 40px 20px 50px;
  }

  .top #productsWrap .development .whiteWrap h2{
    text-align: left;
    padding: 0;
    margin-bottom: 25px !important;
  }

  .top #productsWrap .development .whiteWrap h2 span{
    font-size: 28px;
  }

  .top #productsWrap .development .whiteWrap h2.second{
    padding-top: 50px;
    margin-bottom: 25px;
  }

  .top #productsWrap .development .whiteWrap .tblWrap{
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 25px;
  }
  
  .top #productsWrap .development .whiteWrap .tblWrap .tblCont .cell p.country{
    font-size: 14px;
  }
  
  .top #productsWrap .development .whiteWrap .tblWrap .tblHead{
    width: 1065px;
  }

  .top #productsWrap .development .whiteWrap .tblWrap .tblCont{
    width: 1065px;
  }

}



/* relationsWrap
----------------- */
.top #relationsWrap{
  background: #edf4fa;
  padding: 120px 0 70px;
}

.top #relationsWrap .relations h1 span{
  font-size: 100px;
}

.top #relationsWrap .relations .colWrap.col2{
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 80px;
}

.top #relationsWrap .relations .colWrap.col2 p.lead{
  width: 650px;
}

.top #relationsWrap .relations .colWrap.col2 p.btn{
  width: 240px;
  margin: 0;
}

.top #relationsWrap .relations .colWrap.col2 p.btn a{
  line-height: 1.5;
  padding: 10px 0;
  position: relative;
}

.top #relationsWrap .relations .colWrap.col2 p.btn a::after{
  content: url("../img/icon_bullet_dl.svg");
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}


.top #relationsWrap .relations .irLinkCol .colWrap.col4 .col{
  background: #fff;
  display: flex;
  width: 256px;
  height: 160px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4 .col:hover{
  background: linear-gradient(90deg, rgba(235, 75, 39, 1) 0%, rgba(212, 34, 10, 1) 100%);
  box-shadow: 0 4px 10px 0 #0000001A;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4 .col:last-child{
  margin-right: 0;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4 .col a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4 .col a:hover{
  text-decoration: none;
  color: #fff;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4 .col a::after{
  content: url("../img/icon_bullet_right_02.svg");
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4 .col:hover a::after{
  content: url("../img/icon_bullet_right.svg");
}


.top #relationsWrap .relations .irLinkCol .colWrap.col4mini{
  margin-top: 0;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4mini .col{
  background: #fff;
  display: flex;
  width: 256px;
  height: 68px;
  margin-right: 20px;
  border-radius: 4px;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4mini .col:hover{
  background: linear-gradient(90deg, rgba(235, 75, 39, 1) 0%, rgba(212, 34, 10, 1) 100%);
  box-shadow: 0 4px 10px 0 #0000001A;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4mini .col:last-child{
  margin-right: 0;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4mini .col a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4mini .col a:hover{
  text-decoration: none;
  color: #fff;
}

.top #relationsWrap .relations .irLinkCol .colWrap.col4mini .col a::after{
  content: url("../img/icon_bullet_news.svg");
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.top #relationsWrap .relations .irLinkCol .colWrap.col4mini .col:hover a::after{
  content: url("../img/icon_bullet_right.svg");
}

.top #relationsWrap .relations .btn{
  width: 320px;
  margin: 0 auto 160px;
}

.top #relationsWrap .relations .btn a{
  
}


.top #relationsWrap .recruitment{
  padding-top: 80px;
  border-top: 1px solid #D9D9D9;
}

.top #relationsWrap .recruitment h2{
  text-align: left;
  padding: 0;
  margin: 0 !important;
}

.top #relationsWrap .recruitment .colWrap.col2{
  align-items: flex-start;
  margin-top: 45px;
}

.top #relationsWrap .recruitment .colWrap.col2 .laed{
  width: 620px;
  margin-right: 60px;
}


.top #relationsWrap .recruitment .colWrap.col2 .btn{
  width: 200px;
  background: #333;
}


.top #relationsWrap .recruitment .colWrap.col2 .btn:hover{
  background: #D4220A;
  box-shadow: 0 4px 10px 0 #0000001A;
}

@media screen and (max-width: 768px){
  .top #relationsWrap{
    padding: 75px 25px;
    margin-bottom: 20px;
  }
  
  .top #relationsWrap .relations h1 span{
    font-size: 60px;
  }

  .top #relationsWrap .relations .colWrap.col2{
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .top #relationsWrap .relations .colWrap.col2 p.lead{
    width: auto;
    margin-bottom: 40px;
  }

  .top #relationsWrap .relations .colWrap.col2 p.btn{
    width: 230px;
    margin: 0 auto;
  }

  .top #relationsWrap .relations .irLinkCol .colWrap.col4{
    display: block;
    margin-top: 55px;
  }

  .top #relationsWrap .relations .irLinkCol .colWrap.col4 .col{
    display: block;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .top #relationsWrap .relations .irLinkCol .colWrap.col4 .col a{
    position: relative;
    padding: 32px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
  }

  .top #relationsWrap .relations .irLinkCol .colWrap.col4 .col a::after{
    content: url("../img/icon_bullet_right_02.svg");
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: 20px;
  }

  .top #relationsWrap .relations .irLinkCol .colWrap.col4mini{
    margin-top: 15px;
    display: block;
  }

  .top #relationsWrap .relations .irLinkCol .colWrap.col4mini .col{
    display: block;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .top #relationsWrap .relations .irLinkCol .colWrap.col4mini .col:last-child{
    margin-right: 0;
  }

  .top #relationsWrap .relations .irLinkCol .colWrap.col4mini .col a{
    padding: 32px 0;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
  }

  .top #relationsWrap .relations .irLinkCol .colWrap.col4mini .col a::after{
    content: url("../img/icon_bullet_news.svg");
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }

  .top #relationsWrap .relations .btn{
    width: 180px;
    margin: 30px auto 95px;
  }

  .top #relationsWrap .relations .btn a{

  }


  .top #relationsWrap .recruitment{
    padding-top: 50px;
  }

  .top #relationsWrap .recruitment h2{
    text-align: left;
    padding: 0;
    margin: 0 !important;
  }
  
  .top #relationsWrap .recruitment h2 span{
    font-size: 34px;
  }
  
  .top #relationsWrap .recruitment .colWrap.col2{
    align-items: flex-start;
    margin-top: 30px;
  }

  .top #relationsWrap .recruitment .colWrap.col2 .laed{
    width: auto;
    margin: 0;
  }


  .top #relationsWrap .recruitment .colWrap.col2 .btn{
    width: 160px;
    background: #333;
    margin-top: 30px;
  }


  .top #relationsWrap .recruitment .colWrap.col2 .btn a{

  }
}


.simplebar-track.simplebar-horizontal{
  background-color: #fff;
  height: 2px !important;
}
.simplebar-scrollbar{ position: relative;}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar{
  background-color: #333;
  height: 2px !important;
}

#topmain {
  padding: 0;
}