@charset "utf-8";
.nav_header .nav_01 {
  width: 13.85%;
}
.nav_header .nav_02 {
  width: 12.05%;
}
.nav_header .nav_03 {
  width: 14.87%;
}
.nav_header .nav_04 {
  width: 17.22%;
}
.nav_header .nav_05 {
  width: 10.02%;
}
.nav_header .nav_06 {
  width: 10.02%;
}
.nav_header .nav_07 {
  width: 7.27%;
}
.nav_header .nav_form {
  width: 14.7%;
}
.nav_header .nav_item a {
  display: block;
  transition: opacity 0.3s;
}
@media (min-width:768px) {
  .nav_header .nav_item a:hover {
    opacity: 0.7;
  }
  .nav_header .nav_item a::after {
    display: none;
  }
}
.btn_block a {
  display: block;
  margin: 0 auto;
  transition: opacity 0.3s;
  width: 24.26%;
}
.btn_block a:hover {
  opacity: 0.7;
}
.img_block {
  position: relative;
}
.bg_finger_01::after,
.bg_finger_02::after,
.bg_finger_03::after {
  background: url(../img/bg_finger_01.png) no-repeat bottom right;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 35.21%;
  z-index: 1;
}
.bg_finger_01::after {
  bottom: 1.33%;
}
.bg_finger_02::after {
  bottom: 24.5%;
}
.bg_finger_03::after {
  bottom: -4.23%;
}
.bg_finger_04::after {
  background: url(../img/bg_finger_02.png) no-repeat bottom left;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36.46%;
  z-index: 1;
}
@media (min-width:1278px) {
  .bg_finger_01::after,
  .bg_finger_02::after,
  .bg_finger_03::after {
    background: url(../img/bg_finger_01.png) no-repeat 0 0;
    background-size: 450px auto;
    content: "";
    display: block;
    height: 386px;
    position: absolute;
    right: 0;
    width: 450px;
    z-index: 1;
  }
  .bg_finger_01::after {
    bottom: 17px;
  }
  .bg_finger_02::after {
    bottom: 306px;
  }
  .bg_finger_03::after {
    bottom: -54px;
  }
  .bg_finger_04::after {
    background: url(../img/bg_finger_02.png) no-repeat 0 0;
    background-size: 466px auto;
    content: "";
    display: block;
    height: 271px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 466px;
    z-index: 1;
  }
}
