@charset "UTF-8";

.box01 {
  margin-top: 80px;
}

.main_description {
  column-gap: 40px;
  column-count: 2;
  margin: 80px auto 0;
}
.box02 {
  display: flex;

  justify-content: space-between;
  align-items: start;
  gap: 0 30px;
  margin-top: 80px;
}

.box02 .box02_img {
  width: 50%;
}
.box02 .box02_txt {
  width: 50%;
}

.box03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  margin-top: 80px;
}

.data_box p {
}
.data_box p span {
  font-weight: bold;
}

.description_ttl {
  font-weight: bold;
  margin: 20px 0 20px;
}

.box04 {
  display: flex;

  justify-content: space-between;
  align-items: start;
  gap: 0 30px;
  margin-top: 80px;
}

.box04 .box04_img {
  width: 50%;
}
.box04 .box04_txt {
  width: 50%;
}
.reverse {
  flex-direction: row-reverse;
}
.box04_txt .box04_img {
  width: 100%;
}
@media (max-width: 1024px) {
  .detaile_main {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .box01 {
    margin-top: 50px;
  }
  .description_ttl {
    margin: 10px 0 10px;
  }

  .main_description {
    column-gap: 0px;
    column-count: 1;
    margin: 30px auto 0;
  }

  .box02 {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }

  .box02 .box02_img {
    width: 100%;
  }
  .box02 .box02_txt {
    width: 100%;
    margin: 30px auto 0;
  }

  .box03 {
    flex-direction: column;
    gap: 30px 0;
    margin-top: 30px;
  }

  .box04 {
    flex-direction: column;
    gap: 10px 0;
  }
  .box04 + .box01 {
    margin-top: 80px;
  }
  .box01 + .box04 {
    margin-top: 30px;
  }
  .box04 .box04_img {
    width: 100%;
  }
  .box04 .box04_txt {
    width: 100%;
  }
  .reverse {
    flex-direction: column;
  }
  .box04_txt .box04_img {
    margin-top: 80px;
  }
}
