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

.container{
  max-width: inherit;
  margin: 0;
  padding: 0;
}

#ivd * {
  box-sizing: border-box;
}
#ivd *::before, #ivd *::after {
  box-sizing: border-box
}

#ivd {
  color: #384d61;
}

#ivd {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 801px) {
  .mv_slider{
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
    margin-bottom: 60px;
  }
  
  .mv_slider .dia {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%; 
    width: 70vw;
    transform: translateX(calc(-100% + 175px));
    clip-path: polygon(
      0 0,
      100% 0,
      calc(100% - 1750px) 100%,
      0 100%
    );
    background: url("/jp/-/media/ivd/top/re/mv_dia.jpg") right top no-repeat #1a77cd;
    background-size: auto auto;
    pointer-events: none;
  }
  
  .slider-container,
  .view_img{
    width: 100%;
    height: 643px;
    max-width: 1830px;
    margin: 0 auto;
    position: relative;
  }
  
  .view_img{
    border-radius: 10px;
    overflow: hidden;
  }
  
  .slider-img {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    touch-action: pan-y;
  }
  
  .slider-img img{
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
  user-select: none;
  }
  
  .slider-img li {
    flex: 0 0 100%;
  }
    
  .slider-txt{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  
  .slider-txt li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .slider-txt .txt {
    display: none;
    pointer-events: auto;
  }

  .slider-img li {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
  }
  
  .slider-txt div{
    width: 100%;
    color: #FFF;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-600px)
  }
  
  .slider-txt div h2{
    font-size: 56px;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  
  .slider-txt div p{
    font-size: 36px;
    line-height: 1.4;
  }
  
  .controls_box{
    padding-right: 50px;
    position: absolute;
    top: 460px;
    left: 50%;
    transform: translateX(-600px);
    z-index: 1;
  }
  
  .pager span{
    cursor: pointer;
    width: 8px;
    height: 8px;
    background: #5ea5eb;
    border-radius: 50%;
    display: inline-block;
  }
  
  .pager span + span{
    margin-left: 10px;
  }
  
  .pager span.active {
    background: #FFF;
  }
  .controls { 
    width: 25px;
    height: 25px;
    border: 1px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/jp/-/media/ivd/top/re/controls_pause.png") no-repeat center;
    background-size: 15px auto !important;
    cursor: pointer;
  }
  .controls.active {
    background: url("/jp/-/media/ivd/top/re/controls_play.png") no-repeat center;
  }
  
}

.ivd_t_inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.attention{
  width: 100%;
  border: 2px solid #809e18;
  padding: 25px;
  border-radius: 10px;
  background: rgba(255,255,255,.9);
  margin-bottom: 60px;
}

.attention div{
  display: flex;
  justify-content: flex-start;
  color: #384d61;
}

.attention div + div{
  margin-top: 15px;
}

.attention div dt{
  min-width: 180px; 
  font-size: 14px;
}

.attention div dd{
  width: 100%; 
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}

.attention div.icon dd{
  padding-left: 35px;
}

.icon-alert {
  width: 24px;
  height: 24px;
  background: #384d61;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-.1em)
}

.icon-alert::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 2px;
  height: 8px;
  background: #fff;
  transform: translateX(-50%);
}

.icon-alert::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 2px;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
}

.banner{
  margin-bottom: 60px;
}

.banner ul{
  display: flex;
  justify-content: flex-start;
  gap: 0 35px;
}

.banner ul li{
  border-radius: 8px;
  overflow: hidden;
}

.about{
  padding: 95px;
  padding-right: 0;
  display: flex;
  justify-content: flex-start;
  background: rgba(255,255,255,.9);
  border-radius: 15px;
  gap: 0 75px;
}

.about h2{
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}

.about h2 span{
  font-family: "FrutigerBold";
  font-size: 75px;
  display: block;
  margin-bottom: 5px;
}

.about h3{
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.about p{
  font-size: 16px;
  line-height: 1.6;
}

.about ul{
  display: flex;
  justify-content: flex-start;
  gap: 0 20px;
  margin-top: 30px;
}

.about ul li a{
  width: 245px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  color: #FFF;
  padding-left: 45px;
  border-radius: 8px;
  display: block;
  background: #1875cc;
  transition: .3s;
  position: relative;
}

.about ul li a::before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url("/jp/-/media/ivd/top/re/icon_arrow_w.png") no-repeat;
  background-size: 100% auto !important;
}

@media screen and (min-width: 801px) {
  .about ul li a:hover{
    color: #1875cc;
    background: #ecf1f3;
    opacity: 1 !important;
  }
  
  .about ul li a:hover::before{
    background: url("/jp/-/media/ivd/top/re/icon_arrow_c.png") no-repeat;
  }
}

.prd{
  padding: 95px;
  padding-right: 0;
  background: #3362a2;
  border-radius: 15px 0 0 15px;
  position: relative;
  z-index: 1;
}

.prd::after{
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #3362a2;
  z-index: -1;
}

.prd h2{
  font-size: 20px;
  line-height: 1;
  color: #FFF;
  vertical-align: bottom;
  margin-bottom: 55px;
}

.prd h2 span{
  font-family: "FrutigerBold";
  font-size: 75px;
  display: inline-block;
  padding-right: .3em;
}

.prd h3{
  font-size: 23px;
  line-height: 1;
  color: #FFF;
  vertical-align: bottom;
  margin-bottom: 20px;
}

.prd h3 span{
  font-size: 32px;
}

.prd .btn_list{
  display: flex;
  justify-content: space-between;
}

.prd .btn_list > div{
  width: 635px;
}

.prd .btn_list > div + div{
  width: 470px;
}

.prd .btn_list ul{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  gap: 20px;
}

.prd .btn_list ul li{
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
}

.prd .btn_list a{
  height: 100px;
  font-size: 18px;
  line-height: 100px;
  text-align: center;
  color: #384d61;
  display: block;
  background: #FFF;
}

.prd .btn_list .list01 a{
  width: 305px;
}

.prd .btn_list .list02 a{
  width: 225px;
  padding-left: 20px;
  position: relative;
}
.prd .btn_list .list02 li:last-of-type{
    margin-top: 55px;  
}
.prd .btn_list .list02 li:last-of-type a{
  width: 470px;
  padding-left: 70px;
  text-align: left;
}

.prd .btn_list .list02 a::before{
  content: "";
  width: 55px;
  height: 55px;
  background: url("/jp/-/media/ivd/top/re/prd_icon01.png") no-repeat;
  background-size: 100% auto !important;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.prd .btn_list .list02 li:nth-child(2) a::before{
  background: url("/jp/-/media/ivd/top/re/prd_icon02.png") no-repeat;
}

.prd .btn_list .list02 li:nth-child(3) a::before{
  background: url("/jp/-/media/ivd/top/re/prd_icon03.png") no-repeat;
}

.prd .btn_list .list02 li:nth-child(4) a::before{
  background: url("/jp/-/media/ivd/top/re/prd_icon04.png") no-repeat;
}

.prd .btn_list .list02 li:last-of-type a::before{
  width: 25px;
  height: 25px;
  left: 25px;
  background: url("/jp/-/media/ivd/top/re/icon_arrow_g.png") no-repeat;
}

@media screen and (min-width: 801px) {
  .prd .btn_list a:hover{
    color: #FFF;
    background: #15b3bf;
    opacity: 1 !important;
  }
  
  .prd .btn_list .list02 a:hover::before{
    background: url("/jp/-/media/ivd/top/re/prd_icon01_w.png") no-repeat;
  }
  
  .prd .btn_list .list02 li:nth-child(2) a:hover::before{
    background: url("/jp/-/media/ivd/top/re/prd_icon02_w.png") no-repeat;
  }

  .prd .btn_list .list02 li:nth-child(3) a:hover::before{
    background: url("/jp/-/media/ivd/top/re/prd_icon03_w.png") no-repeat;
  }

  .prd .btn_list .list02 li:nth-child(4) a:hover::before{
    background: url("/jp/-/media/ivd/top/re/prd_icon04_w.png") no-repeat;
  }

  .prd .btn_list .list02 li:last-of-type a:hover::before{
    background: url("/jp/-/media/ivd/top/re/icon_arrow_w.png") no-repeat;
  }
}

.picup{
  margin-top: 60px;
  position: relative;
}

.picup h3{
  font-family: "FrutigerBold";
  font-size: 42px;
  line-height: 1;
}

.picup .picup_view{
  width: 100vw;
  padding-top: 80px;
  margin-top: -80px;
  overflow-x: hidden;
}

.picup ul li{
  width: 559px !important;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.sol{
  margin-top: 105px;
}

.sol h2,
.news h2,
.case h2{
  font-size: 20px;
  line-height: 1;
  vertical-align: bottom;
  margin-bottom: 30px;
}

.sol h2 span,
.news h2 span,
.case h2 span{
  font-family: "FrutigerBold";
  font-size: 75px;
  display: block;
  margin-bottom: 5px;
}

.sol ul{
  display: flex;
  justify-content: space-between;
}

.news{
  margin-top: 110px;
}

.news li + li{
  margin-top: 4px;
}

.news li a{
  font-size: 16px;
  line-height: 1.4;
  color: #384d61;
  display: flex;
  justify-content: flex-start;
  padding: 25px 30px;
  background: #efefef;
  border-radius: 5px;
}

.news li a span{
  display: block;
  width: 100%;
}

.news li a span.date{
  width: 280px;
  white-space: nowrap;
}

.news li a span.cate{
  width: 150px;
  height: 25px;
  font-size: 13px;
  text-align: center;
  color: #FFF;
  line-height: 25px;
  background: #384d61;
  border-radius: 5px;
  margin-right: 25px;
}

.news li a .cate.ev{
  background: #159ddc;
}

.news .btn{
  display: flex;
  justify-content: flex-start;
  gap: 0 15px;
  margin-top: 45px;
}

.news .btn a{
  width: 245px;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  color: #384d61;
  padding-left: 45px;
  border-radius: 8px;
  display: block;
  border: 1px solid #384d61;
  transition: .3s;
  position: relative;
}

.news .btn a::before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url("/jp/-/media/ivd/top/re/icon_arrow_g.png") no-repeat;
  background-size: 100% auto !important;
}

@media screen and (min-width: 801px) {
  .news li a:hover{
    opacity: 1 !important;
    background: #bfebf9;
  }
  .news .btn a:hover{
    color: #FFF;
    background: #1875cc;
    opacity: 1 !important;
    border: 1px solid #1875cc;
  }
  .news .btn a:hover::before{
    background: url("/jp/-/media/ivd/top/re/icon_arrow_w.png") no-repeat;
  }
}

.case{
  text-align: center;
  padding: 100px 0 80px;
  margin-top: 110px;
  position: relative;
}

.case::before{
  content: "";
  width: 100vw;
  height: 100%;
  background: rgba(215,234,240,.8);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.case > div{
  position: relative;
  z-index: 1;
}

.case h2{
  text-align: center;
  margin-bottom: 15px;
}

.case p{
  font-size: 16px;
  line-height: 1.3;
}

.case ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 50px;
}

.case ul li{
  width: 610px;
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
}

.case ul li a{
  color: #384d61;
  text-align: left;
  padding: 45px 0;
  display: flex;
  justify-content: flex-start;
}

.case ul li a > div{
  width: 240px;
}

.case ul li a > div + div{
  width: 370px;
  padding: 0 25px;
}

.case ul li a h3{
  font-size: 18px;
  line-height: 1.4;
}

.case ul li a h3 span{
  font-size: 15px;
  line-height: 1.3;
  color: #144c97;
  display: block;
  margin-bottom: 13px;
}

.case ul li p{
  font-size: 16px;
  line-height: 1.2;
  padding: 14px;
  color: #144c97;
  background: #d7eaf0;
  margin-top: 13px;
}

.case ul li .btn{
  width: 245px;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  color: #FFF;
  padding-left: 45px;
  border-radius: 8px;
  background: #384d61;
  transition: .3s;
  position: relative;
  margin-top: 13px;
}

.case ul li .btn::before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url("/jp/-/media/ivd/top/re/icon_arrow_w.png") no-repeat;
  background-size: 100% auto !important;
}

@media screen and (min-width: 801px) {
  .case ul li a:hover{
    opacity: 1 !important;
  }
  
  .case ul li a:hover .btn{
    background: #1875cc;
  }
}

.contact{
  padding: 110px 0 140px;
  position: relative;
}

.contact h2{
  font-size: 20px;
  line-height: 1;
  color: #384d61;
  vertical-align: bottom;
  margin-bottom: 30px;
}

.contact h2 span{
  font-family: "FrutigerBold";
  font-size: 50px;
  display: inline-block;
  padding-right: .3em;
}

.contact div.box{
  text-align: center;
  padding: 35px 0 35px;
  background: rgba(234,239,242,.9);
  border-radius: 8px;
}

.contact div h3{
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.contact div p{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.contact div a{
  width: 400px;
  height: 100px;
  font-size: 20px;
  line-height: 100px;
  color: #FFF;
  display: block;
  margin: 0 auto;
  background: #1875cc;
  border-radius: 8px;
}

.contact div a span{
  padding-left: 50px;
  position: relative;
}

.contact div a span::before{
  content: "";
  width: 30px;
  height: 25px;
  background: url("/jp/-/media/ivd/top/re/icon_mail_w.png") no-repeat center;
  background-size: 100% auto !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 801px) {
  .contact div a:hover{
    color: #1875cc;
    background: #FFF;
    opacity: 1 !important;
  }
  
  .contact div a:hover span::before{
    background: url("/jp/-/media/ivd/top/re/icon_mail.png") no-repeat center;
  }

  .contact .c_dia {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 100vw; 
    width: 60vw;
    transform: translateX(-175px);
    background: url("/jp/-/media/ivd/top/re/ft_dia.jpg") left bottom no-repeat #1a77cd;
    background-size: auto auto;
    z-index: -1;
    clip-path: polygon(
        0 100%,
        0 100%, 
        100% 20%, 
        100% 100%
      );
  }
}


@media screen and (max-width: 800px) {
  
  #ivd{
    background-image: url("/jp/-/media/ivd/top/re/sp_mv_dia.jpg"), url("/jp/-/media/ivd/top/re/sp_ft_dia.jpg");
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
  }
  
  .mv_slider{
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
  }
    
  .slider-container,
  .view_img{
    width: 100%;
    height: 175vw;
    margin: 0 auto;
    position: relative;
  }
  
  .view_img{
    border-radius: 10px;
    overflow: hidden;
  }
  
  .slider-img {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    touch-action: pan-y;
  }
  
  .slider-img img{
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
  }
  
  .slider-img li {
    flex: 0 0 100%;
  }
    
  .slider-txt{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  
  .slider-txt li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .slider-txt .txt {
    display: none;
  }

  .slider-img li {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
  }
  
  .slider-txt div{
    width: 100%;
    color: #FFF;
    padding: 0 9vw;
    position: absolute;
    top: 15vw;
    left: 0;
  }
  
  .slider-txt div h2{
    font-size: 6.3vw;
    line-height: 1.3;
    margin-bottom: 3vw;
  }
  
  .slider-txt div p{
    font-size: 4.5vw;
    line-height: 1.4;
  }
  
  .controls_box{
    height: 1.5vw;
    padding-right: 10vw;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 10vw;
    right: 9vw;
    z-index: 1;
    font-size: 0;
    line-height: 0;
  }
  
  .pager span{
    cursor: pointer;
    width: 1.5vw;
    height: 1.5vw;
    background: #d5deee;
    border-radius: 50%;
    display: inline-block;
  }
  
  .pager span + span{
    margin-left: 3vw;
  }
  
  .pager span.active {
    background: #476eaf;
  }
  .controls { 
    width: 7vw;
    height: 7vw;
    border: 1px solid #476eaf;
    border-radius: 50%;
    position: absolute;
    top: -2.8vw;
    right: 0;
    background: url("/jp/-/media/ivd/top/re/controls_pause_c.png") no-repeat center;
    background-size: 4vw auto !important;
    cursor: pointer;
  }
  .controls.active {
    background: url("/jp/-/media/ivd/top/re/controls_play_c.png") no-repeat center;
  }
  
  .ivd_t_inner{
    width: 100%;
    padding: 0 6vw;
    position: relative;
  }

  .attention{
    width: 100%;
    border: 2px solid #809e18;
    padding: 4vw;
    border-radius: 1.5vw;
    background: rgba(255,255,255,.9);
    margin-bottom: 10vw;
  }

  .attention div{
    display: block;
    position: relative;
  }

  .attention div + div{
    margin-top: 4vw;
  }

  .attention div dt{
    min-width: inherit; 
    font-size: 3.3vw;
  }

  .attention div dd{
    font-size: 3.6vw;
    line-height: 1.4;
    position: static;
  }

  .attention div.icon dd{
    padding-left: 0;
  }
  
  .attention div.icon{
    padding-left: 7.5vw;
  }

  .icon-alert {
    width: 6vw;
    height: 6vw;
    left: -1vw;
  }

  .icon-alert::before {
    top: 1.3vw;
    width: .8vw;
    height: 1.9vw;
  }

  .icon-alert::after {
    bottom: 1.3vw;
    width: .8vw;
    height: .7vw;
  }

  .banner{
    margin-bottom: 20vw;
  }

  .banner ul{
    width: 100%;
    overflow: hidden !important;
  }

  .banner ul li{
    border-radius: 1.5vw;
    overflow: hidden;
  }

  .about{
    padding: 0;
    display: block;
    justify-content: flex-start;
    background: none;
    border-radius: 0;
  }

  .about h2{
    font-size: 4vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 10vw;
  }

  .about h2 span{
    font-family: "FrutigerBold";
    font-size: 9.5vw;
    display: block;
    margin-bottom: 2vw;
  }

  .about h3{
    font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 4.5vw;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 5vw;
  }

  .about p{
    font-size: 3.8vw;
    line-height: 1.8;
  }

  .about ul{
    width: 80%;
    display: block;
    margin: 8vw auto 0;
  }

  .about ul li + li{
    margin-top: 3vw;
  }
  
  .about ul li a{
    width: 100%;
    height: 14vw;
    font-size: 3.8vw;
    line-height: 14vw;
    color: #FFF;
    text-align: center;
    padding-left: 0;
    border-radius: 1.5vw;
  }

  .about ul li a::before{
    width: 4.5vw;
    height: 4.5vw;
    left: 5vw;
  }

  .prd{
    width: 100vw;
    margin-left: -6vw;
    padding: 18vw 6vw 15vw;
    margin-top: 20vw;
    border-radius: 0;
    position: relative;
    z-index: 1;
  }

  .prd::after{
    display: none;
  }

  .prd h2{
    font-size: 4vw;
    line-height: 1;
    color: #FFF;
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 15vw;
  }

  .prd h2 span{
    font-family: "FrutigerBold";
    font-size: 9.5vw;
    display: block;
    padding-right: 0;
    margin-bottom: 2vw;
  }

  .prd h3{
    font-size: 4.2vw;
    line-height: 1;
    color: #FFF;
    vertical-align: bottom;
    margin-bottom: 5vw;
  }

  .prd h3 span{
    font-size: 6vw;
  }

  .prd .btn_list{
    display: block;
  }

  .prd .btn_list > div{
    width: 100%;
  }

  .prd .btn_list > div + div{
    width: 100%;
    margin-top: 15vw;
  }

  .prd .btn_list ul{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 3vw 0;
  }

  .prd .btn_list ul li{
    width: 48%;
    border-radius: 1.5vw;
    overflow: hidden;
    box-shadow: 1vw 1vw 1.5vw 0px rgba(0, 0, 0, 0.2);
  }

  .prd .btn_list a{
    width: 100%;
    height: 18vw;
    font-size: 3.7vw;
    line-height: 1.3;
    text-align: center;
    color: #384d61;
    display: block;
    background: #FFF;
    position: relative;
  }
  
  .prd .btn_list a span{
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
  }

  .prd .btn_list .list01 a{
    width: 100%;
  }

  .prd .btn_list .list02 a{
    width: 100%;
    padding-left: 8vw;
    position: relative;
  }
  
  .prd .btn_list .list02 li:last-of-type{
    width: 80%;
    margin-left: 10%;
    margin-top: 6vw;  
  }
  
  .prd .btn_list .list02 li:last-of-type a{
    width: 100%;
    height: 14vw;
    padding-left: 0;
    text-align: center;
  }

  .prd .btn_list .list02 a::before{
    width: 11vw;
    height: 11vw;
    top: 50%;
    left: 3vw;
  }
  
  .prd .btn_list .list02 li:last-of-type a::before{
    width: 5vw;
    height: 5vw;
    left: 6vw;
  }

  .picup{
    margin-top: 15vw;
  }

  .picup h3{
    font-family: "FrutigerBold";
    font-size: 6vw;
    line-height: 1;
  }

  .picup .picup_view{
    width: 100vw;
    padding-top: 80px;
    margin-top: -80px;
    overflow-x: hidden;
  }

  .picup ul li{
    width: 78vw !important;
    background: #FFF;
    border-radius: 1.5vw;
    overflow: hidden;
    position: relative;
  }

  .sol{
    margin-top: 15vw;
  }
  
  .sol h2,
  .news h2,
  .case h2{
    font-size: 4vw;
    line-height: 1;
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 8vw;
  }

  .sol h2 span,
  .news h2 span,
  .case h2 span{
    font-family: "FrutigerBold";
    font-size: 9.5vw;
    display: block;
    margin-bottom: 2vw;
  }

  .sol ul{
    display: block;
  }
  
  .sol ul li + li{
    margin-top: 5vw
  }

  .news{
    margin-top: 20vw;
  }

  .news ul{
    width: 100vw;
    margin-left: -6vw;
  }
  .news li + li{
    margin-top: 1vw;
  }

  .news li a{
    font-size: 3.8vw;
    line-height: 1.4;
    color: #384d61;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 4vw 6vw;
    background: #efefef;
    border-radius: 0;
  }

  .news li a span:last-of-type{
    margin-top: 1.5vw;
  }

  .news li a span.date{
    width: 12em;
    font-size: 3.6vw;
    white-space: nowrap;
  }

  .news li a span.cate{
    width: 8em;
    height: 4.8vw;
    font-size: 3.3vw;
    line-height: 4.8vw;
    border-radius: 1vw;
    margin-right: 0;
  }

  .news .btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3vw 0;
    margin-top: 8vw;
  }

  .news .btn a{
    width: 80%;
    height: 13vw;
    font-size: 3.8vw;
    line-height: 13vw;
    padding-left: 0;
    border-radius: 1.5vw;
    text-align: center;
  }

  .news .btn a::before{
    width: 5vw;
    height: 5vw;
    left: 5vw;
  }

  .case{
    text-align: center;
    padding: 20vw 0 15vw;
    margin-top: 20vw;
    position: relative;
  }

  .case::before{
    background: #dfeef3;
  }

  .case h2{
    margin-bottom: 3vw;
  }

  .case p{
    font-size: 3.8vw;
    line-height: 1.3;
  }

  .case ul{
    justify-content: center;
    margin-top: 10vw;
    gap: 5vw 0;
  }

  .case ul li{
    width: 100%;
    background: #FFF;
    border-radius: 1.5vw;
  }

  .case ul li a{
    padding: 0;
    display: block;
  }

  .case ul li a > div{
    width: 100%;
  }

  .case ul li a > div + div{
    width: 100%;
    padding: 5vw 5.5vw;
  }

  .case ul li a h3{
    font-size: 3.6vw;
    line-height: 1.4;
  }

  .case ul li a h3 span{
    font-size: 3.3vw;
    line-height: 1.3;
    margin-bottom: 2vw;
  }

  .case ul li p{
    font-size: 3.6vw;
    line-height: 1.2;
    padding: 2vw 3vw;
    background: #d7eaf0;
    margin-top: 4vw;
  }

  .case ul li .btn{
    width: 90%;
    height: 13vw;
    font-size: 3.8vw;
    line-height: 13vw;
    color: #FFF;
    padding-left: 0;
    text-align: center;
    border-radius: 1.5vw;
    margin: 5vw auto 0;
  }

  .case ul li .btn::before{
    width: 5vw;
    height: 5vw;
    left: 5vw;
  }

  .contact{
    padding: 20vw 0 40vw;
    position: relative;
  }

  .contact h2{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 4vw;
  }

  .contact h2 span{
    font-family: "FrutigerBold";
    font-size: 8vw;
    display: inline-block;
  }

  .contact div.box{
    padding: 10vw 6vw;
    border-radius: 1.5vw;
  }

  .contact div h3{
    font-size: 4.2vw;
    line-height: 1.4;
    margin-bottom: 1vw;
  }

  .contact div p{
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }

  .contact div a{
    width: 100%;
    height: 18vw;
    font-size: 4.2vw;
    line-height: 18vw;
    border-radius: 1.5vw;
  }

  .contact div a span{
    padding-left: 9vw;
    position: relative;
  }

  .contact div a span::before{
    content: "";
    width: 6vw;
    height: 6vw;
  }
  
}

.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow: visible !important;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
  overflow: visible;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translateZ(0);
}

.bx-wrapper .bx-viewport {
  overflow: visible !important;
  margin: 0;
  padding: 0;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  position: absolute;
  top: 0;
  z-index: 10;
  font-size: 0;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
  width: 18px;
  height: 18px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  display: block;
  cursor: pointer;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
}

.bx-wrapper .bx-next{
  transform: rotate(135deg);
  left: 50px;
}

.bx-wrapper .bx-controls {
  position: absolute;
  top: -50px;
  left: 180px;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 800px) {
  
  .banner .bx-wrapper{
    padding-bottom: 0;
  }
  .banner .bx-wrapper .bx-controls {
    position: absolute;
    text-align: center;
    top: 98%;
    left: 0;
    width: 100%;
    z-index: 9;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #d5deee;
    text-indent: -9999px;
    display: block;
    width: 1.8vw;
    height: 1.8vw;
    margin: 0 1.5vw;
    outline: 0;
    border-radius: 50%;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active,
  .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #476eaf;
  }
  .bx-wrapper .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
  }
  .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
  }
  
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next{
    width: 3.8vw;
    height: 3.8vw;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
  }

  .bx-wrapper .bx-next{
    transform: rotate(135deg);
    left: 10vw;
  }

  .bx-wrapper .bx-controls {
    top: -10vw;
    left: 30vw;
  }  

}







