.box{
  padding-top: 88px;
}
@media(max-width:800px){
  .box{
    padding-top: 68px;
  }
}
.description{
  text-align: left;
  width: 40%;
  margin-right: 80px;
  float: left;
}
@media(max-width: 800px){
  .description{
    width: 100%;
  }
}
.description .headline{
  font-size: 16px;
  font-size: 1rem;
  /*margin-bottom: 10px;*/
  border-bottom: 1px solid #dbdada;
}
.description .title{
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.description .text{
  text-align: left !important;
  line-height: 2;
}
.image_l{
  width: calc(60% - 80px);
  float: left;
}
@media(max-width: 800px){
  .image_l{
    width: 100%;
  }
}
.image_l .image{
  width: 100%;
  /*height: 300px;*/
  aspect-ratio: 1.6;
  margin-bottom: 40px;
}
.image_l .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_m {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 6%;
}
/* .image_m .image{
  width: 50%;
} */
.image_m .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_s{
  width: 100%;
}
.image_s .image{
  width: calc(33.33% - 13.33px);
  /*height: 200px;*/
  aspect-ratio: 1.6;
  margin-right: 20px;
  margin-top: 20px;
  float: left;
}
.image_s .image:nth-child(3), .image_s .image:nth-child(6){
  margin-right: 0;
}
@media(max-width: 800px){
  .image_s .image{
    margin-top: 10px;
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .image_s .image:nth-child(3), .image_s .image:nth-child(6){
    margin-right: 10px;
  }
  
  .image_s .image:nth-child(even){
    margin-right: 0;
  }
}

.image_s .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.note{
  color: #868686;
  text-align: right;
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}

@media(min-width: 801px){
  .company_name {
    font-size: 1.2rem;
  }
}