<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wj-img {
  margin: 200px 0 200px;
}
@media all and (max-width: 1024px) {
  .wj-img {
    margin: 46px 0 60px;
  }
}

.facility_sub_tit {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .facility_sub_tit {
    font-size: 18px;
  }
}

.contents-caption {
  margin-top: 40px;
}

.contents-caption .message {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .contents-caption .message {
    font-size: 14px;
  }
}

.contents-caption span {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.67;
  margin-top: 20px;
  display: block;
}
@media all and (max-width: 1024px) {
  .contents-caption span {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.27;
    margin-top: 10px;
    display: block;
  }
}

.move-to-container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media all and (max-width: 1024px) {
  .move-to-container {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}

.move-to-container a.btn-move {
  width: 460px;
  height: 100px;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  transition: all 0.4s ease;
}
.move-to-container a.btn-move::after {
  content: "";
  width: 17px;
  height: 17px;
  mask: url(../img/icon/icon_arrow_right.png) 0 0 no-repeat;
  mask-size: 100% auto;
  background: #14100d;
  margin-left: 10px;
  transition: all 0.4s ease;
}
@media all and (max-width: 1024px) {
  .move-to-container a.btn-move {
    width: 100%;
    height: 60px;
    border: 1px solid #e3e3e3;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
  }
}
.move-to-container a.btn-move img {
  display: none;
}

.move-to-container a.btn-move:hover {
  background: #f57921;
  border: 1px solid #f57921;
  color: #fff;
}
.move-to-container a.btn-move:hover::after {
  background: #fff;
}

.move-to-container a.btn-move.__half {
  width: 720px;
}

.title {
  width: 100%;
  max-width: 1544px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .title {
    font-size: 18px;
  }
}

.container.business {
  margin-bottom: 200px;
}
@media all and (max-width: 1024px) {
  .container.business {
    margin-bottom: 0;
    margin-top: 100px;
  }
}

.title.contents-bt-tit {
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .title.contents-bt-tit {
    margin-bottom: 0px;
    margin-top: 100px;
    font-size: 22px;
    padding: 0 12px;
  }
}

.IDC-sub-tit {
  font-size: 48px;
  width: 100%;
  max-width: 1560px;
  margin: 200px auto 0;
  padding: 0 20px;
  font-weight: bold;
}

.IDC-sub-desc {
  display: block;
  font-size: 22px;
  width: 100%;
  max-width: 1560px;
  margin: 20px auto 50px;
  padding: 0 20px;
}
@media all and (max-width: 1024px) {
  .IDC-sub-desc {
    display: block;
    font-size: 14px;
    margin: 10px auto 60px;
    padding: 0 20px;
  }
}

.IDC_data_ct {
  margin: 50px auto 0;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.IDC_data_ct .right-contents {
  position: absolute;
  right: 0;
  top: 50px;
}
@media all and (max-width: 1024px) {
  .IDC_data_ct .right-contents {
    position: relative;
    top: 0;
    right: auto;
    width: 100vw;
    margin-top: 20px;
  }
}
.IDC_data_ct .right-contents .contents__half {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.IDC_data_ct .contents__half img {
  width: 110px;
  height: 110px;
}
.IDC_data_ct .contents__half p {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}
.IDC_data_ct .contents__half p span:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
}
.IDC_data_ct .contents__half p span:nth-child(2) {
  font-size: 22px;
  margin-top: 10px;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  .IDC_data_ct .right-contents {
    position: relative;
    top: 0;
    right: auto;
    width: 100vw;
    margin-top: 20px;
  }
  .IDC_data_ct .right-contents .contents__half {
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .IDC_data_ct .contents__half img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }
  .IDC_data_ct .contents__half p {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .IDC_data_ct .contents__half p span:nth-child(1) {
    font-size: 14px;
  }
  .IDC_data_ct .contents__half p span:nth-child(2) {
    margin-top: 5px;
    font-size: 14px;
  }
  .IDC_data_ct .IDC-process {
    margin-top: 100px;
  }
  .IDC_data_ct .sub-tab .contents .IDC-process .title {
    font-size: 18px;
  }
}

.IDC-sub-tit {
  font-size: 48px;
  width: 100%;
  max-width: 1560px;
  margin: 200px auto 0;
  padding: 0 20px;
  font-weight: bold;
}

.IDC-process {
  width: 100%;
  max-width: 1544px;
  padding: 0 12px;
  margin: 0 auto;
  margin-top: 200px;
}

.IDC-process .title {
  font-size: 48px;
  font-weight: bold;
}

.IDC-sub-tit {
  font-size: 48px;
  width: 100%;
  max-width: 1560px;
  margin: 200px auto 0;
  padding: 0 20px;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .IDC-sub-tit {
    font-size: 18px;
    margin: 100px auto 0;
  }
}

.ts__dot {
  display: block;
  padding-left: 10px;
  position: relative;
}

.img-caption-container .desc {
  margin-top: 0px;
}

.desc {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 20px;
}
@media all and (max-width: 1024px) {
  .desc {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
  }
}

.lining .table-wrap {
  padding: 0;
}
.lining .table-contents {
  margin-top: 100px;
}
.lining .banner__mid.coating {
  margin-top: 200px;
}
@media all and (max-width: 1024px) {
  .lining .banner__mid.coating {
    margin-top: 100px;
  }
}
.lining .banner__mid.coating .title {
  width: 100%;
  max-width: 1544px;
  padding: 0 12px;
  margin: 0 auto;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media all and (max-width: 1024px) {
  .lining .banner__mid.coating .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.lining .container .sub-container .contents {
  margin-top: 200px;
}
@media all and (max-width: 1024px) {
  .lining .container .sub-container .contents {
    margin-top: 100px;
  }
}
.lining .container .sub-container .contents .sub-caption {
  width: 100%;
}
.lining .container .sub-container .contents .sub-caption .caption {
  font-size: 48px;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .lining .container .sub-container .contents .sub-caption .caption {
    font-size: 18px;
    font-weight: bold;
  }
}
.lining .container .sub-container .contents .sub-caption .desc {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.67;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .lining .container .sub-container .contents .sub-caption .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
}
.lining .container .sub-container .contents.section-subtitle {
  margin-top: 100px;
}
.lining .container .sub-container .contents.section-subtitle .title {
  font-size: 48px;
  font-weight: bold;
}
.lining .container .sub-container .contents.section-subtitle .title h3 {
  font-size: 38px;
}
@media all and (max-width: 1024px) {
  .lining .container .sub-container .contents.section-subtitle .title h3 {
    font-size: 18px;
  }
}
.lining .title {
  margin-top: 200px;
}
@media all and (max-width: 1024px) {
  .lining .title {
    margin-top: 100px;
  }
}
@media all and (max-width: 1024px) {
  .lining .cover-section .sub-swiper-wrap {
    margin-top: 100px;
  }
}

.hook-content {
  margin-top: 200px;
}
@media all and (max-width: 1024px) {
  .hook-content {
    margin-top: 100px;
  }
}
.hook-content .hook-wrap {
  margin-top: 36px;
}
.hook-content .hook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .hook-content .hook {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-top: 10px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hook-content .hook-container {
  width: 710px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hook-content .hook-container .tit {
  font-size: 22px;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .hook-content .hook-container .tit {
    font-size: 14px;
  }
}
.hook-content .hook-container img {
  margin-top: 20px;
  width: 710px;
  height: 452px;
}
@media all and (max-width: 1024px) {
  .hook-content .hook-container img {
    margin-top: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1024px) {
  .hook-content .hook-container {
    width: 100%;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hook-content .hook-container ~ .hook-container {
    margin-top: 30px;
  }
}
.hook-content .__floor {
  margin-top: 100px;
}
@media all and (max-width: 1024px) {
  .hook-content .__floor {
    margin-top: 30px;
  }
}
.hook-content .__thd .hook-container {
  width: 479px;
  position: relative;
}
.hook-content .__thd .hook-container img {
  width: 100%;
  height: auto;
}

/*  */
.img-caption {
  margin: 36px 0 100px;
}
.img-caption .img-caption__caption {
}
.img-caption .img-caption__item ~ .img-caption__item {
  margin-top: 107px;
}
.img-caption .img-caption__content {
  display: flex;
  gap: 120px;
  margin-top: 20px;
}
.img-caption .img-caption__img {
  max-width: 480px;
  width: 100%;
}
.img-caption .img-caption__caption {
  width: 100%;
}
.img-caption .img-caption__title {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  color: #14100d;
}
.img-caption .img-caption__caption .table-wrap {
  margin-top: 30px;
}
.img-caption .img-caption__caption .table-wrap table {
  width: 100%;
  margin: 0;
}
.img-caption .img-caption__caption .caption-title {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  color: #14100d;
}
.img-caption .img-caption__caption .caption-sub {
  margin-top: 36px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #14100d;
}
.img-caption .img-caption__caption .caption-list {
  margin-top: 10px;
}
.img-caption .img-caption__caption .caption-list__item {
  position: relative;
  font-size: 22px;
  line-height: 1.2;
  color: #14100d;
  padding-left: 10px;
}
.img-caption .img-caption__caption .caption-list__item ~ .caption-list__item {
  margin-top: 6px;
}
.img-caption .img-caption__caption .caption-list__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  background: #14100d;
  border-radius: 50%;
  display: inline-block;
}
.img-caption .img-caption__caption .table-wrap table td:nth-child(1) {
  background: 0;
  font-weight: 400;
  width: 33.3%;
}
.img-caption .img-caption__caption .table-wrap table td {
  width: 33.3%;
}
@media all and (max-width: 1024px) {
  .img-caption {
    margin: 10px 0 40px;
  }
  .img-caption .img-caption__img {
    max-width: 100%;
  }
  .img-caption .img-caption__title {
    font-size: 14px;
  }
  .img-caption .img-caption__content {
    flex-direction: column;
    gap: 20px;
  }
  .img-caption .img-caption__caption .caption-title {
    font-size: 18px;
  }
  .img-caption .img-caption__caption .caption-sub {
    margin-top: 20px;
    font-size: 14px;
  }
  .img-caption .img-caption__caption .caption-list__item {
    font-size: 14px;
    padding-left: 7px;
  }
  .img-caption .img-caption__caption .caption-list__item::before {
    top: 7px;
  }
  .img-caption .img-caption__caption .table-wrap {
    margin-top: 20px;
  }
  .img-caption .img-caption__caption .table-wrap table caption {
    margin-top: 0;
  }
  .img-caption .img-caption__item ~ .img-caption__item {
    margin-top: 40px;
  }
}
</pre></body></html>