/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  padding-bottom: 90px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 90px;
}
@media screen and (max-width: 1080px) {
  .sec01 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec01 .flex {
  align-items: center;
  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) {
  .sec01 .flex {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex {
    flex-direction: column;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex {
    gap: 25px;
  }
}
.sec01 .flex .img {
  width: calc(50% - 60px / 2);
}
@media screen and (max-width: 1080px) {
  .sec01 .flex .img {
    width: calc(50% - 30px / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex .img {
    margin-left: auto;
    margin-right: auto;
    width: 74%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .img {
    width: 80%;
  }
}
.sec01 .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) {
  .sec01 .flex .txt {
    width: calc(50% - 30px / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex .txt {
    font-size: 14px;
    line-height: 1.96;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .txt {
    font-size: 12px;
    width: 100%;
  }
}

/*----------------------------------------------------------
  sec02
  ------------------------------------------------------------*/
.sec02 {
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .sec02 {
    padding-bottom: 130px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
  }
}
@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: 1280px) {
  .sec02 .flex {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex {
    gap: 25px;
  }
}
.sec02 .flex .box {
  width: calc(50% - 60px / 2);
}
@media screen and (max-width: 1280px) {
  .sec02 .flex .box {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex .box {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .box {
    width: 100%;
  }
}
.sec02 .flex .txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  position: relative;
  width: calc(50% - 60px / 2);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .sec02 .flex .txt {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex .txt {
    font-size: 14px;
    line-height: 1.96;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .txt {
    font-size: 12px;
    width: 100%;
  }
}
.sec02 .item {
  align-items: baseline;
  border-bottom: 1px solid #3e3e3e;
  display: flex;
  padding-bottom: 13px;
  padding-top: 13px;
}
@media screen and (max-width: 768px) {
  .sec02 .item {
    padding-bottom: 9px;
    padding-top: 9px;
  }
}
.sec02 .item p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2.18;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec02 .item p {
    font-size: 12px;
    line-height: 1.96;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .item p {
    font-size: 10px;
  }
}
.sec02 .item p:nth-of-type(1) {
  flex-shrink: 0;
  padding-left: 10px;
  width: 150px;
}
@media screen and (max-width: 1280px) {
  .sec02 .item p:nth-of-type(1) {
    width: 27.77%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .item p:nth-of-type(1) {
    padding-left: 5px;
  }
}
.sec02 .item p:nth-of-type(2) {
  flex-shrink: 0;
  width: 240px;
}
@media screen and (max-width: 1280px) {
  .sec02 .item p:nth-of-type(2) {
    width: 44.44%;
  }
}
.sec02 .item p:nth-of-type(3) {
  width: 100%;
}
body:not(.on) .sec01 .img img {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
body:not(.on) .sec01 > .pc {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
body:not(.on) .sec01 > .sp {
  display: inline-block;
  max-width: 400px;
  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.on .sec01 {
  position: relative;
}
body.on .sec01 .img {
  aspect-ratio: 540/710;
  position: relative;
}
body.on .sec01 .img .img01 {
  -o-object-fit: cover;
  aspect-ratio: 350/370;
  display: block;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 64.81%;
  z-index: 0;
}
body.on .sec01 .img .img02 {
  -o-object-fit: cover;
  aspect-ratio: 350/250;
  display: block;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 35%;
  width: 64.81%;
  z-index: 1;
}
body.on .sec01 .img .img03 {
  -o-object-fit: cover;
  aspect-ratio: 250/320;
  bottom: 0;
  display: block;
  object-fit: cover;
  position: absolute;
  right: 12.96%;
  width: 46.29%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.on .sec01 .img .img03 {
    bottom: -3%;
  }
}
body.on .sec01 > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec01 > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
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;
}
/*# sourceMappingURL=sourcemaps/3d.css.map */