#wrapper section {
  position: relative;
  width: 100%;
}
#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.5);
}
#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), 0px 0px 10px rgb(0, 0, 0), 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.8;
  }
}
#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 .tech_lead {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech .tech_lead {
    padding: 0 5%;
  }
}
#wrapper section.about_area .about_tech .tech_lead h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech .tech_lead h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
#wrapper section.about_area .about_tech .tech_lead p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech .tech_lead p.txt {
    font-size: 14px;
  }
}
#wrapper section.about_area .about_tech .tech_lead p.more {
  margin-top: 1em;
  text-align: right;
}
#wrapper section.about_area .about_tech .tech_lead p.more a img {
  width: 270px;
}
#wrapper section.about_area .about_tech .tech_detail {
  width: 100%;
  max-width: 750px;
  margin: 70px auto 100px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech .tech_detail {
    margin: 35px auto 50px;
    padding: 0 5%;
  }
}
#wrapper section.about_area .about_tech .tech_detail .detail_wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech .tech_detail .detail_wrap {
    display: block;
  }
}
#wrapper section.about_area .about_tech .tech_detail .detail_wrap:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech .tech_detail .detail_wrap:not(:last-child) {
    margin-bottom: 35px;
  }
}
#wrapper section.about_area .about_tech .tech_detail .detail_wrap .txt_area {
  width: 44%;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech .tech_detail .detail_wrap .txt_area {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper section.about_area .about_tech .tech_detail .detail_wrap .txt_area h3 {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech .tech_detail .detail_wrap .txt_area h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#wrapper section.about_area .about_tech .tech_detail .detail_wrap .txt_area h3:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #7dc8fa;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
}
#wrapper section.about_area .about_tech .tech_detail .detail_wrap .txt_area h3 span {
  font-size: 18px;
  color: #7dc8fa;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech .tech_detail .detail_wrap .txt_area h3 span {
    font-size: 16px;
  }
}
#wrapper section.about_area .about_tech .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 .tech_detail .detail_wrap .txt_area p.txt {
    font-size: 14px;
  }
}
#wrapper section.about_area .about_tech .tech_detail .detail_wrap .img {
  width: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech .tech_detail .detail_wrap .img {
    width: 100%;
  }
}
#wrapper section.about_area .about_tech .tech_detail .detail_wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wrapper section.about_area .tech_para {
  width: 100%;
  max-width: 750px;
  margin: 30px auto 0;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .tech_para {
    height: auto;
    background: #000;
  }
}
#wrapper section.about_area .tech_para + .tech_lead {
  margin-top: 45px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .tech_para + .tech_lead {
    margin-top: 25px;
  }
}
#wrapper section.about_area .tech_para img {
  position: relative;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .tech_para img {
    min-width: 0;
  }
}
#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 */
