/*****************************************
*
* 当社の取り組み
*
******************************************/


.page-initiatives footer {
  margin-top: 0;
}


/*------------------------------------------*/
/* 健康経営優良法人
/*------------------------------------------*/

.initiatives-kenko .box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

.initiatives-kenko .box figure img {
  width: 100%;
}

.initiatives-kenko .box figure {
  max-width: 450px;
  margin: 0 auto;
}

@media screen and (min-width: 834px), print {
  .initiatives-kenko .box {
    grid-template-columns: calc(calc(450 / 1240) * 100vw) 1fr;
    row-gap: 0;
    column-gap: calc(calc(100 / 1240) * 100vw);
  }
}

@media screen and (min-width: 1240px), print {
  .initiatives-kenko .box {
    grid-template-columns: 450px 1fr;
    column-gap: 100px;
  }
}

/*------------------------------------------*/
/* SDGs
/*------------------------------------------*/


.initiatives-sdgs .box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-bottom: 40px;
}

.initiatives-sdgs figure img {
  width: 100%;
}

.initiatives-sdgs .box figure {
  max-width: 150px;
  margin: 0 auto;
}

@media screen and (min-width: 834px), print {
  .initiatives-sdgs .box {
    grid-template-columns: 1fr calc(calc(300 / 1240) * 100vw);
    row-gap: 0;
    column-gap: calc(calc(100 / 1240) * 100vw);
    margin-bottom: 100px;
  }

  .initiatives-sdgs .box figure {
    max-width: 100%;
  }
}

@media screen and (min-width: 1240px), print {
  .initiatives-sdgs .box {
    grid-template-columns: 1fr 300px;
    column-gap: 100px;
  }
}

