/* Sponsoring Companies
----------------------------------------------*/
/* 共通 */
.sp_only {
  display: block;
}

.sponsoring-companies .content-au {
  color: #666666;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.sponsoring-companies .president {
  margin-top: 40px;
  margin-right: 5%;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


/* mv */
.mv-title {
  margin-bottom: 20px;
  font-size: 3.8vw;
  letter-spacing: 0.2em;
  text-align: center;
}

.mv-img {
  margin-bottom: 20px;
}
.mv-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: right top;
}

.mv-text {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

/* company list */
.list-block {
  width: 90%;
  margin: 0 auto 80px;
}

.list-notes {
  font-size: 12px;
}

.list-company-name {
  padding: 2% 4%;
  font-size: 14px;
  text-align: center;
}

.list-group01 .list-company-name {
  font-size: 15px;
}
.list-group02 .list-company-name {
  font-size: 14px;
}
.list-group03 .list-company-name {
  font-size: 13px;
}


.list-company-name:nth-child(2n+1){
  background-color: #ededed;
}

/* spのみ背景反転 */
.bgcolor-sp .list-company-name:nth-child(2n){
  background-color: #ededed;
}
.bgcolor-sp .list-company-name:nth-child(2n+1){
  background-color: transparent;
}


/*レスポンシブ開始------------------------------------------------------------------*/
/* 260pxSTRAT------------------------------------------------------------------- */
@media screen and (min-width: 260px) {

}
/* @media screen and (min-width: 260px)END */
/* 260pxEND */


/* 359pxSTRAT */
@media screen and (min-width: 359px) {

}
/* @media screen and (min-width: 359px)END */
/* 359pxEND */


/* 413px iPhone6/7/8plus STRAT */
@media screen and (min-width: 413px) {


}
/* @media screen and (min-width: 413px)END */
/* 413pxEND */


/* 430px iPhone6/7/8plus STRAT */
@media screen and (min-width: 430px) {

}
/* @media screen and (min-width: 430px)END ----------------------------------------------- */
/* 430pxEND */


/* 580px iPhone6/7/8plus STRAT ----------------------------------------------- */
@media screen and (min-width: 580px) {
  .sp_only {
    display: none;
  }

  .mv-title {
    font-size: 3vw;
  }

  .mv-img img {
    height: auto;
    object-fit: fill;
  }

}
/* @media screen and (min-width: 580px)END----------------------------------------------- */
/* 580pxEND */



/* 800pxSTRAT -----------------------------------------------*/
@media screen and (min-width: 800px) {
  .mv-title {
    font-size: 2.6vw;
  }

  .list-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-notes {
    width: 100%;
  }
  .list-company {
    width: calc(100%/3);
  }
  .list-company-name {
    display: flex;
    align-items: center;
    min-height: 50px;
    text-align: left;
  }

  /* spのみ背景反転 */
  .bgcolor-sp .list-company-name:nth-child(2n){
    background-color: transparent;
  }
  .bgcolor-sp .list-company-name:nth-child(2n+1){
    background-color: #ededed;
  }

}
/* @media screen and (min-width: 800px)END----------------------------------------------- */
/* 800pxEND */


/* 980pxSTRAT -----------------------------------------------*/
@media screen and (min-width: 980px) {
  .mv-title {
    font-size: 2vw;
  }

}
/* @media screen and (min-width: 980px)END----------------------------------------------- */
/* 980pxEND */


/* 1210pxSTART----------------------------------------------- */
@media screen and (min-width: 1210px) {
  .sponsoring-companies .president {
    margin-top: 50px;
    margin-right: 0;
  }
  .sponsoring-companies .president-1,
  .sponsoring-companies .president-2 {
    font-size: 22px;
  }

  .mv-block {
    margin-bottom: 70px;
  }

  .mv-title {
    font-size: 28px;
  }

  .mv-img {
    margin-bottom: 50px;
  }

  .mv-text {
    font-size: 22px;
  }

  .list-block {
    width: 100%;
  }

  .list-notes{
    margin-bottom: 20px;
    font-size: 18px;
  }

  .list-company-name {
    display: block;
    min-height: auto;
    padding-left: 6%;
  }

  .list-group01 .list-company-name {
    font-size: 20px;
  }
  .list-group02 .list-company-name {
    font-size: 16px;
  }
  .list-group03 .list-company-name {
    font-size: 14px;
  }

}
/* @media screen and (min-width: 1210px)END -----------------------------------------------*/
/* 1210pxEND */


/* 1280pxSTART */
@media screen and (min-width: 1280px) {

}
/* @media screen and (min-width: 1290px)END----------------------------------------------- */
/* 1280pxEND */

/* 1420pxSTART */
@media screen and (min-width: 1420px) {

}
/* @media screen and (min-width: 1420px)END----------------------------------------------- */
/* 1420pxEND */


/* 1660pxSTART----------------------------------------------- */
@media screen and (min-width: 1660px) {
  .mv-title {
    font-size: 26px;
  }
}
/* @media screen and (min-width: 1660px)END----------------------------------------------- */
/* 1660pxEND */
/* レスポンシブ終了----------------------------------------------- */