@charset "UTF-8";
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
メイン画像
//////////////////////////////////　*/
.webp .lower-title-wrap .img-area {
  background-image: url("/img/company/webp/company_main.webp");
}

.no-webp .lower-title-wrap .img-area {
  background-image: url("/img/company/company_main.jpg");
}

/*----- .company-info --------------------*/
.company-info .table-style {
  margin-bottom: clamp(40px, 28.6363636364px + 3.0303030303vw, 65px);
}
.company-info .img-area {
  gap: 20px 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-info .img-area .img-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media (min-width: 480px) {
  .company-info .img-area .img-box {
    width: 48.5%;
  }
}
@media (min-width: 768px) {
  .company-info .img-area .img-box {
    width: 22.75%;
  }
}
/*----- .access --------------------*/
.access-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 4%;
}
.access-wrap .access-box {
  width: 100%;
}

@media (min-width: 768px) {
  .access-wrap .access-box {
    width: 48%;
  }
}