/* common */
.subpage { overflow: hidden; padding:0 0 70px; text-align: center; }
.subpage .sub_title { text-align: center; font-size: 32px; font-weight: bold; font-family: 'Play', sans-serif; margin:0 0 20px; }
.subpage .sub_p { font-size: 17px; font-weight: 300; line-height: 1.65; }
.subpage .sub_h3 { font-size: 24px; font-weight: bold; font-family: 'Play', sans-serif; }
.subpage .sub_sp { font-size: 16px; font-weight: 300; line-height: 1.67; letter-spacing: -0.45px; }



/* company */
.img_list { display: flex; justify-content: space-between; margin:45px 0 0; }
.img_list li { width: calc(50% - 5px); }

.img_list.li3 { margin:10px 0 0; }
.img_list.li3 li { width: calc(33.3% - 6px); }

.img { overflow: hidden; }
.img img { transition: all .4s; }
.img:hover img { transform: scale(1.13); }
