main {
  margin-top: 4.944vw;
  margin-bottom: 100px;
}

.list {
  display: flex;
  justify-content: space-between;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (max-width: 767px) {
  .list {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
}

.left {
  width: 49%;
}
@media (max-width: 767px) {
  .left {
    width: 100%;
  }
}
.left .left_box {
  background: url(../img/too_img.png) no-repeat center center/cover;
  aspect-ratio: 520/620;
}
@media (max-width: 767px) {
  .left:nth-of-type(2) {
    margin-top: 50px;
  }
}
.left:nth-of-type(2) .left_box {
  aspect-ratio: 520/620;
  background: url(../img/bisiness.png) no-repeat center center/cover;
}

.left_box {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .left_box {
    aspect-ratio: 520/490;
  }
}
.left_box:hover {
  opacity: 0.7;
}

.left-text {
  position: absolute;
  bottom: 3.333vw;
  right: 3.75vw;
}
@media (max-width: 767px) {
  .left-text {
    bottom: 9.6vw;
  }
}

.left_head {
  text-align: right;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 2.222vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.128rem;
}
@media (max-width: 767px) {
  .left_head {
    font-size: 20px;
  }
}

.left_text {
  color: #FFF;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.044vw;
  margin-top: 1.111vw;
}
@media (max-width: 767px) {
  .left_text {
    font-size: 3.733vw;
  }
}

.icon {
  display: flex;
  padding-left: 20px;
}

.icon_img {
  width: 12.361vw;
}
@media (max-width: 767px) {
  .icon_img {
    width: 165px;
  }
}
.icon_img img {
  width: 100%;
}

.icon_img02 {
  width: 4.028vw;
  height: 4.028vw;
  margin-left: 1.458vw;
}
@media (max-width: 767px) {
  .icon_img02 {
    width: 55px;
    height: 55px;
    margin-left: 22px;
  }
}
.icon_img02 img {
  width: 100%;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.left02 .icon_img02 {
  margin-left: 0;
}