#wrapper main {
  background: #8f9090;
}
#wrapper section {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 960px) {
  #wrapper section.kv_area .kv_img img {
    opacity: 0.8;
  }
}
#wrapper section.kv_area h1,
#wrapper section.kv_area h2,
#wrapper section.kv_area p {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9), 0px 0px 10px rgba(0, 0, 0, 0.9);
}
#wrapper section.img_fixed {
  background: #8f9090;
  color: #fff;
}
#wrapper section.about_area .common_about_kv h2,
#wrapper section.about_area .common_about_kv h3,
#wrapper section.about_area .common_about_kv p {
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .common_about_kv .about_main img {
    opacity: 0.7;
  }
}
#wrapper section.about_area .about_tech {
  padding: 70px 0 120px;
  background: #f2f2f2;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech {
    padding: 35px 0 60px;
  }
}
#wrapper section.about_area .about_tech > .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner {
    padding: 0 5%;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_lead h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_lead h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_lead p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_lead p.txt {
    font-size: 14px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_lead p.txt span {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_lead p.txt span {
    font-size: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_lead p.more {
  margin-top: 1em;
  text-align: right;
}
#wrapper section.about_area .about_tech > .inner .tech_lead p.more a img {
  width: 270px;
}
#wrapper section.about_area .about_tech > .inner .map {
  margin: 60px 0 160px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .map {
    margin: 30px 0 70px;
  }
}
#wrapper section.about_area .about_tech > .inner .map .img {
  margin-bottom: 60px;
}
#wrapper section.about_area .about_tech > .inner .map .img img {
  width: 100%;
}
#wrapper section.about_area .about_tech > .inner .map p.note {
  font-size: 12px;
  line-height: 2;
}
#wrapper section.about_area .about_tech > .inner .perfex {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .perfex {
    margin-bottom: 70px;
  }
}
#wrapper section.about_area .about_tech > .inner .perfex h3 {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .perfex h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .perfex h3:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #7dc8fa;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
}
#wrapper section.about_area .about_tech > .inner .perfex h3 span {
  font-size: 18px;
  color: #7dc8fa;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .perfex h3 span {
    font-size: 16px;
  }
}
#wrapper section.about_area .about_tech > .inner .perfex p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .perfex p.txt {
    font-size: 14px;
  }
}
#wrapper section.about_area .about_tech > .inner .perfex p.link {
  text-align: right;
  margin-top: 1em;
}
#wrapper section.about_area .about_tech > .inner .perfex p.link a img {
  width: 289.5px;
}
#wrapper section.about_area .about_tech > .inner .perfex .area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 15px;
  gap: 5px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .perfex .area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 4%;
  }
}
#wrapper section.about_area .about_tech > .inner .perfex .area .block {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .perfex .area .block {
    width: 48%;
  }
}
#wrapper section.about_area .about_tech > .inner .perfex .area .block p {
  font-size: 14px;
  margin-bottom: 5px;
}
#wrapper section.about_area .about_tech > .inner .perfex .area .block img {
  width: 100%;
}
#wrapper section.about_area .about_tech > .inner .perfex p.note {
  font-size: 12px;
  line-height: 1.5;
}
#wrapper section.about_area .about_tech > .inner .tech_detail {
  width: 100%;
  max-width: 750px;
  margin: 70px auto 100px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail {
    margin: 35px auto 50px;
    padding: 0 5%;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap {
    display: block;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap:not(:last-child) {
    margin-bottom: 35px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap h3 {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap h3:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #7dc8fa;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap h3 span {
  font-size: 18px;
  color: #7dc8fa;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap h3 span {
    font-size: 16px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area {
  width: 44%;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.txt {
    font-size: 14px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.txt span {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.txt span {
    font-size: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.more {
  margin-top: 1em;
  text-align: right;
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.more img {
  width: 271px;
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .img {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .img {
    width: 100%;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .img img {
  width: 100%;
}
#wrapper section.about_area .about_tech > .inner .direct_flight {
  margin: 40px 0 130px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .direct_flight {
    display: block;
    margin: 20px 0 70px;
  }
}
#wrapper section.about_area .about_tech > .inner .direct_flight .block {
  width: 46.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .direct_flight .block {
    width: 100%;
    display: block;
  }
  #wrapper section.about_area .about_tech > .inner .direct_flight .block:not(:last-child) {
    margin-bottom: 35px;
  }
}
#wrapper section.about_area .about_tech > .inner .direct_flight h3 {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .direct_flight h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .direct_flight h3:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #7dc8fa;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper section.about_area .about_tech > .inner .direct_flight h3 span {
  font-size: 18px;
  color: #7dc8fa;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .direct_flight h3 span {
    font-size: 16px;
  }
}
#wrapper section.about_area .about_tech > .inner .direct_flight p.txt {
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .direct_flight p.txt {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .direct_flight .img {
  margin-top: auto;
  text-align: center;
}
#wrapper section.about_area .about_tech > .inner .antenna {
  margin-top: 1em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .antenna {
    display: block;
  }
}
#wrapper section.about_area .about_tech > .inner .antenna .img1 {
  width: 63.2%;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .antenna .img1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper section.about_area .about_tech > .inner .antenna .img2 {
  width: 33.3%;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .antenna .img2 {
    width: 100%;
  }
}
#wrapper section.note {
  padding: 90px 0 20px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #wrapper section.note {
    padding: 50px 0 10px;
  }
}
#wrapper section.note p {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #wrapper section.note p {
    font-size: 10px;
  }
}/*# sourceMappingURL=layout.css.map */