/*----------------------------------------------------------
section01
------------------------------------------------------------*/
.section01 {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 120px;
  max-width: 1720px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .section01 {
    align-items: center;
    flex-direction: column;
    margin-top: 0;
  }
}
.section01__img {
  aspect-ratio: 810/506;
  border-radius: 40px;
  max-width: 810px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .section01__img {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .section01__img {
    border-radius: 20px;
  }
}
.section01__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.section01__left {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .section01__left {
    width: 100%;
  }
}
.section01__right {
  width: 44.76%;
}
@media screen and (max-width: 1080px) {
  .section01__right {
    width: 100%;
  }
}
.section01__ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .section01__ttl {
    gap: 15px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section01__ttl {
    margin-top: 30px;
  }
}
.section01__ttl h2 {
  flex-shrink: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section01__ttl h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .section01__ttl h2 {
    font-size: 18px;
  }
}
.section01__ttl .img {
  max-width: 290px;
  width: 100%;
}
.section01__txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  max-width: 998px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .section01__txt {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .section01__txt {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
  }
}

/*----------------------------------------------------------
section02
------------------------------------------------------------*/
.section02 {
  margin-top: 130px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .section02 {
    margin-top: 80px;
  }
}
.section02 .top-txt {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section02 .top-txt {
    font-size: 16px;
    margin-top: 40px;
    text-align: justify;
  }
}
.section02 .top-big-txt {
  font-size: 28px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  max-width: 1000px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section02 .top-big-txt {
    font-size: 20px;
    margin-top: 50px;
  }
}
.section02 .top-big-txt02 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  max-width: 1000px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section02 .top-big-txt02 {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 50px;
  }
}
.section02__line {
  margin-inline: auto;
  margin-top: 80px;
  max-width: 435px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section02__line {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .section02__line:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.section02__line img {
  filter: drop-shadow(4px 4px 0px #000);
}
/*# sourceMappingURL=sourcemaps/trade.css.map */