/***************/
/** PC  */
/*************/
@media screen and (min-width: 769px) {
  /***************/
  /** home   */
  /*************/
  #home .about-slider {
    margin-bottom: 200px;
  }
  /***************/
  /** company     */
  /*************/
  #company .osaka-picture {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    aspect-ratio: 1208/526;
    gap: 10px;
  }
  #company .osaka-picture img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #company .osaka-picture__left {
    width: 58%;
  }
  #company .osaka-picture__left img {
    height: 100%;
  }
  #company .osaka-picture__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
  #company .osaka-picture__right img {
    height: 49%;
  }
}
/***************/
/** SP  */
/*************/
@media screen and (max-width: 768px) {
  /***************/
  /** home   */
  /*************/
  #home .about-slider {
    margin-bottom: 100px;
  }
  /***************/
  /** company     */
  /*************/
  #company .osaka-picture img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #company .osaka-picture__left {
    width: 100%;
  }
  #company .osaka-picture__left img {
    width: 100%;
  }
  #company .osaka-picture__right {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    gap: 1%;
  }
  #company .osaka-picture__right img {
    width: 49.5%;
  }
}
/*# sourceMappingURL=add20250703.css.map */