@charset "utf-8";

#main #rinen {
  padding: 70px 0;
  background: url(../../_image/company/company-bg.jpg) center center /cover no-repeat;
}

#main #rinen > .column {
  max-width: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96%;
  padding: 1.5em;
  background: rgba(229,237,255,0.9);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {
  #main #rinen {
    text-align: center;
  }
  #main #rinen > .column {
    font-size: 17px;
    height: 350px;
  }
  #main .title-2 {
    font-size: 34px;
  }
}
