@charset "UTF-8";

.block-company
{
  display: grid;
}
.block-company .image{height: 100%;padding-bottom: 10px;}
.block-company img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-company img.mgsblk-imgfit-pc-0b
{
  height: 100%;
}
.block-company img.mgsblk-imgfit-pc-0
{
  height: auto;
}
.block-company .block
{
  background-color: #fff;

}
.block-company .block .title
{
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  background: #fff;


}
.block-company .block .text .midashi
{
  font-weight: bold;
  margin-bottom: 13px;
  text-align: center;
  font-size: 17px;
}
.block-company .block .text
{
  text-align: left;
  padding: 20px;
  background: #CAE2C2;
  min-height: 140px;
}
.block-company .block .gaiyou
{
  padding: 15px;
  background: #fff;


}


/* -------------------------------------------------------------------------------- */
/*        TABLET                                                                    */
/* -------------------------------------------------------------------------------- */
@media screen and (min-width: 740px) and (max-width: 899px)
{

}

/* -------------------------------------------------------------------------------- */
/*         MOBILE                                                                   */
/* -------------------------------------------------------------------------------- */
@media only screen and (max-width: 739px)
{
  .block-company .block .text
  {
    text-align: left;
    padding: 20px;
    background: #CAE2C2;
    min-height: auto;
  }
}