@charset "utf-8";
.head-subttl{
  font-size: 2rem;
}
.head-ttl-wrap{
  background: url(../images/about-eo/supporting-member/header-bg.jpg) no-repeat center center/cover;
}
.sec-supporting{
  padding-top: 4rem;
}
.supporting-row{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.supporting-col{
  box-shadow: 0 0 12px rgba(51, 51, 51, 0.2);
  padding: 1.25rem 1.5rem;
  text-align: center;
  width: 340px;
  max-width: 100%;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.supporting-img{
  margin-bottom: 12px;
}
.supporting-member-name{
  font-size: 1.125rem;
  font-weight: 700;
}

@media all and (min-width: 576px) {
  .head-subttl{
    font-size: 2.5rem;
  }
}
@media all and (min-width: 768px) {
  .head-subttl {
    font-size: 4rem;
}
  .sec-supporting{
    padding-top: 6.25rem;
  }
  .supporting-row{
    flex-direction: row;
  }
}
@media all and (min-width: 992px) {
  .head-subttl {
    font-size: 5rem;
}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}

/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
}

@media all and (max-width: 400px) {
  .head-subttl{
    font-size: 1.5rem;
  }
}
/*iPhone5:SE*/
@media all and (max-width: 320px) {

}