.box-inchirieri {
  display: flex;
  justify-content: center;
  writing-mode: horizontal-tb;
}

.tt-box01 {
  background-position: center top;
  background-size: cover;
  padding: 82px 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.tt-box01 .tt-box01__description {
  background-color: #fff;
  display: inline-block;
  padding: 40px 33px 36px 50px;
  max-width: 512px;
  margin-left: 20px;
}

@media screen and (max-width: 992px) {
  .tt-box01 {
    padding: 82px 60px;
  }
  .tt-box01 .tt-box01__description {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1500px) {
  .tt-box01 {
    padding: 82px 80px;
  }
  .tt-box01 .tt-box01__description {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1500px) {
  .tt-box01 {
    padding: 82px 80px;
  }
  .tt-box01 .tt-box01__description {
    margin-bottom: 20px;
  }
}

.section-indent:not(.no-margin) {
  margin-top: 36px;
}

.tt-box03 .tt-box03__extra {
    background-color: #fdbe00;
    color: #fff;
    position: absolute;
    right: 1106px;
    bottom: 41px;
    width: 338px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    margin-right: 33px;
    padding: 33px 20px 35px 38px;
    z-index: 2;
    -webkit-box-shadow: 0 0 50px rgb(48 52 66 / 20%);
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
}