<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%;
}
@media screen and (max-width: 960px) {
 #wrapper section.kv_area h1 {
  font-size: 32px;
  letter-spacing: 0em;
 }
}
#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);
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .common_about_kv .about_main img {
  opacity: 0.4;
 }
}
#wrapper section.about_area .about_tech {
 padding: 70px 0 80px;
 background: #f2f2f2;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech {
  padding: 35px 0 40px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner {
 width: 100%;
 max-width: 1080px;
 margin: 0 auto;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner {
  padding: 0 5%;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .tech_lead.care {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 margin-bottom: 75px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .tech_lead.care {
  display: block;
  margin-bottom: 35px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .tech_lead.care .txt_area {
 width: 62%;
 padding-top: 20px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .tech_lead.care .txt_area {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .tech_lead.care .img {
 position: relative;
 width: 34.3%;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .tech_lead.care .img {
  width: 100%;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .tech_lead.care .img img {
 width: 100%;
}
#wrapper section.about_area .about_tech &gt;.inner .tech_lead.care .img img.kira {
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
}
#wrapper section.about_area .about_tech &gt;.inner .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 &gt;.inner .tech_lead h2 {
  margin-bottom: 15px;
  font-size: 22px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .tech_lead p.txt {
 line-height: 2;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .tech_lead p.txt {
  font-size: 14px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .tech_lead p.txt span {
 font-size: 12px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .tech_lead p.txt span {
  font-size: 10px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .tech_lead p.more {
 margin-top: 1em;
 text-align: right;
}
#wrapper section.about_area .about_tech &gt;.inner .tech_lead p.more a img {
 width: 270px;
}
#wrapper section.about_area .about_tech &gt;.inner .comparison {
 margin: 50px 0 120px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .comparison {
  margin: 30px 0 60px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .comparison ul.comparison_img {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 gap: 13px;
 margin-bottom: 65px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .comparison ul.comparison_img {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 35px;
 }
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .comparison ul.comparison_img li {
  width: 100%;
  text-align: center;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .comparison ul.comparison_img li img {
 width: 100%;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .comparison ul.comparison_img li img {
  width: 80%;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt {
 width: 100%;
 max-width: 750px;
 margin: 0 auto;
 padding: 40px 0;
 border-top: 2px solid #797979;
 border-bottom: 2px solid #797979;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt {
  padding: 30px 0;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt dl {
 padding-left: 40px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt dl {
  padding-left: 30px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt dl dt {
 position: relative;
 margin-bottom: 20px;
 font-weight: bold;
 font-size: 24px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt dl dt {
  margin-bottom: 10px;
  font-size: 20px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt dl dt span {
 position: absolute;
 top: -7px;
 left: -40px;
 width: 40px;
 font-family: var(--ff_pop);
 font-weight: 600;
 font-size: 36px;
 text-align: center;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt dl dt span {
  top: -4px;
  left: -30px;
  width: 30px;
  font-size: 30px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt dl dd {
 line-height: 2;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt dl dd {
  font-size: 14px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt dl dd:not(:last-child) {
 margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt dl dd:not(:last-child) {
  margin-bottom: 30px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt p.note {
 line-height: 2;
 margin-top: 30px;
 font-size: 12px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner .comparison .comparison_txt p.note {
  margin-top: 15px;
  font-size: 10px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner 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 &gt;.inner h3 {
  margin-bottom: 10px;
  font-size: 18px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner h3:before {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: -20px;
 width: 2px;
 height: 100%;
 background: #7dc8fa;
}
#wrapper section.about_area .about_tech &gt;.inner h3 span {
 margin-bottom: 10px;
 color: #7dc8fa;
 font-size: 18px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner h3 span {
  font-size: 16px;
 }
}
#wrapper section.about_area .about_tech &gt;.inner h4 {
 margin-bottom: 10px;
 font-weight: bold;
 font-size: 18px;
}
#wrapper section.about_area .about_tech &gt;.inner p.txt {
 line-height: 2;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .about_tech &gt;.inner p.txt {
  font-size: 14px;
 }
}
#wrapper section.about_area .search {
 width: 100%;
}
#wrapper section.about_area .search a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 max-width: 1080px;
 height: 120px;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin: 0 auto;
 background: #7dc8fa;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .search a {
  height: 70px;
 }
}
@media (hover) {
 #wrapper section.about_area .search a:hover {
  opacity: 0.7;
 }
}
#wrapper section.about_area .search span {
 position: relative;
 color: #ffffff;
 font-size: 24px;
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .search span {
  font-size: 16px;
 }
}
#wrapper section.about_area .search span img {
 position: absolute;
 top: 50%;
 right: -60px;
 -webkit-transform: translate(0, -50%);
         transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
 #wrapper section.about_area .search span img {
  right: -35px;
  width: 30px;
 }
}
#wrapper section.note {
 padding-bottom: 20px;
 background: #f2f2f2;
 text-align: center;
}
#wrapper section.note p {
 font-size: 12px;
}
@media screen and (max-width: 960px) {
 #wrapper section.note p {
  font-size: 10px;
 }
}
/*# sourceMappingURL=../../core-technology/claritycoating/css/layout.css.map */
</pre></body></html>