.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/technology/technology_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #F08300;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/technology/technology_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.sec01 {
  margin-bottom: 95px;
}
.sec01 .gridbox_menu {
  width: 868px;
}
.sec01 .gridbox_menu .box {
  width: 394px;
}
.sec01 .gridbox_menu .about_btn {
  width: 386px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.7vw;
  }
  .sec01 .gridbox_menu {
    width: 100%;
  }
  .sec01 .gridbox_menu .box {
    width: 100%;
  }
  .sec01 .gridbox_menu .about_btn {
    width: 82vw;
    height: 15vw;
  }
}

.sec02 {
  margin-bottom: 95px;
}
.sec02 .gridbox_menu {
  width: 868px;
}
.sec02 .gridbox_menu .box {
  width: 394px;
}
.sec02 .about_btn {
  width: 386px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.7vw;
  }
  .sec02 .gridbox_menu {
    width: 100%;
  }
  .sec02 .gridbox_menu .box {
    width: 100%;
  }
  .sec02 .gridbox_menu .about_btn {
    width: 82vw;
    height: 15vw;
  }
}/*# sourceMappingURL=technology.css.map */