<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#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 {
 line-height: 1.5;
 margin-bottom: 30px;
 font-weight: bold;
 font-size: 32px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech .tech_lead h2 {
  margin-bottom: 15px;
  font-size: 22px;
 }
}
#wrapper section.about_area .about_tech .tech_lead p.txt {
 line-height: 2;
 font-size: 16px;
}
@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 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 width: 100%;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: start;
     -ms-flex-align: start;
         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 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 margin-bottom: 20px;
 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 {
  margin-bottom: 10px;
  font-size: 18px;
 }
}
#wrapper section.about_area .about_tech .tech_detail .detail_wrap .txt_area h3:before {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: -20px;
 width: 2px;
 height: 100%;
 background: #7dc8fa;
}
#wrapper section.about_area .about_tech .tech_detail .detail_wrap .txt_area h3 span {
 margin-bottom: 10px;
 color: #7dc8fa;
 font-size: 18px;
}
@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 {
 line-height: 2;
 font-size: 16px;
}
@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%;
 -o-object-fit: cover;
    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: #000000;
 }
}
#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;
 top: 0;
 width: 100%;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .tech_para img {
  min-width: 0;
 }
}
#wrapper section.note {
 padding: 90px 0 20px;
 background: #ffffff;
 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=../../core-technology/super-titanium/css/layout.css.map */
</pre></body></html>