.picture-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.picture-box img {
  width: 100%;
}
.picture-box .picture-title {
  position: absolute;
  top: 28%;
  left: 17.5%;
}
.picture-box .picture-title .picture-white {
  width: fit-content;
  color: var(--color-blue);
  background: #fff;
  padding: 0 50px;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: var(--font-mincho);
}
.picture-box .picture-title .picture-blue {
  width: fit-content;
  font-family: var(--font-mincho);
  display: flex;
  padding: 0 50px;
  color: #fff;
  font-size: 20px;
  background: var(--color-blue);
  align-items: center;
}
.picture-box .picture-title .picture-blue p {
  font-size: 26px;
  font-weight: 500;
}
.hot-box .hot-title {
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 50px;
}
.hot-box .hot-title h2 {
  font-size: 40px;
  color: #4a4a4a;
  margin-right: 40px;
  font-weight: bold;
}
.hot-box .hot-title p {
  font-size: 20px;
  color: #0079be;
  padding-bottom: 5px;
  font-weight: bold;
}
.hot-box .hot-content {
  margin-bottom: 80px;
  padding: 70px 86px;
  color: #fff;
  background: var(--color-blue);
  font-family: var(--font-mincho);
}
.hot-box .hot-content h3 {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 50px;
}
.hot-box .hot-content p:last-child {
  margin-bottom: 0;
}
.hot-box .hot-content p {
  line-height: var(--text-line-height);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 50px;
}
.hot-box .hot-content .separator {
  width: 62px;
  height: 3px;
  margin: 30px auto;
  background: #fff;
  display: block;
}
.hot-box .hot-content img {
  width: 100%;
}
@media (max-width: 1200px) {
  .picture-box .picture-title {
    position: absolute;
    top: 28%;
    left: 0;
  }
  .hot-box .hot-content {
    padding: 52.5px 64.5px;
  }
  .hot-box .hot-content h3 {
    font-size: 31.5px;
    margin-bottom: 37.8px;
  }
}
@media (max-width: 992px) {
  .picture-box .picture-title .picture-white {
    padding: 0 25px;
    font-size: 32px;
  }
  .picture-box .picture-title .picture-blue {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .hot-box .hot-content {
    padding: 52.5px 64.5px;
  }
  .hot-box .hot-content h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .picture-box .picture-title {
    position: absolute;
    top: 60%;
    left: 0;
  }
  .picture-box .picture-title .picture-white {
    padding: 0 25px;
    font-size: 26px;
    margin-bottom: 7.5px;
  }
  .picture-box .picture-title .picture-blue {
    font-size: 16px;
    padding: 0 25px;
  }
  .picture-box .picture-title .picture-blue p {
    font-size: 20px;
  }
  .hot-box .hot-title {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .hot-box .hot-title h2 {
    font-size: 32px;
  }
  .hot-box .hot-title p {
    font-size: 16px;
  }
  .hot-box .hot-content {
    padding: 35px 43px;
  }
  .hot-box .hot-content h3 {
    font-size: 21px;
    margin-bottom: 16px;
  }
}
