/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  padding-bottom: 90px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .sec01 {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec01 .wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.sec01 .top {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.33;
  margin-top: 45px;
  margin-top: 35px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec01 .top {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .top {
    font-size: 15px;
    line-height: 1.83;
    margin-top: 25px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .top {
    font-size: 13px;
  }
}
.sec01 .txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  margin-top: 35px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 .txt {
    font-size: 14px;
    line-height: 1.96;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txt {
    font-size: 12px;
  }
}

/*----------------------------------------------------------
  sec02
  ------------------------------------------------------------*/
.sec02 {
  padding-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .sec02 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
.sec02 .flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  max-width: 1140px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .sec02 .flex {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex {
    flex-direction: column;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex {
    gap: 25px;
  }
}
.sec02 .flex .img {
  width: calc(50% - 60px / 2);
}
@media screen and (max-width: 1080px) {
  .sec02 .flex .img {
    width: calc(50% - 30px / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex .img {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .img {
    width: 100%;
  }
}
.sec02 .flex .img img {
  display: block;
}
.sec02 .flex .txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  width: calc(50% - 60px / 2);
}
@media screen and (max-width: 1080px) {
  .sec02 .flex .txt {
    width: calc(50% - 30px / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex .txt {
    font-size: 14px;
    line-height: 1.96;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .txt {
    font-size: 12px;
    width: 100%;
  }
}

/*----------------------------------------------------------
.sec03
------------------------------------------------------------*/
.sec03 {
  padding-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .sec03 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
.sec03 .flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  max-width: 1140px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex {
    gap: 25px;
  }
}
.sec03 .flex .img {
  width: calc(50% - 60px / 2);
}
@media screen and (max-width: 1080px) {
  .sec03 .flex .img {
    width: calc(50% - 30px / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex .img {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex .img {
    width: 100%;
  }
}
.sec03 .flex .img img {
  display: block;
}
.sec03 .flex .txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  width: calc(50% - 60px / 2);
}
@media screen and (max-width: 1080px) {
  .sec03 .flex .txt {
    width: calc(50% - 30px / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex .txt {
    font-size: 14px;
    line-height: 1.96;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex .txt {
    font-size: 12px;
    width: 100%;
  }
}

body:not(.on) .sec01 > .bg {
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
body:not(.on) .sec02 > .pc {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
body:not(.on) .sec02 > .sp {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
body:not(.on) .sec03 > .pc {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
body:not(.on) .sec03 > .sp {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

body.on .sec02 {
  position: relative;
}
body.on .sec02 > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec02 > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec03 {
  position: relative;
}
body.on .sec03 > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec03 > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/*# sourceMappingURL=sourcemaps/plastic.css.map */