/* events
------------------------------------------------ */
.eveMv {
  padding: 0 30px;
}

.eveMvTitle {
  max-width: 1000px;
  margin: 0 auto 68px;
  padding-top: 113px;
}
.eveMvTitle .en {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 6px 19px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.eveMvTitle .ja {
  display: block;
  font-size: 2.3rem;
  line-height: 1.1304347826;
  font-weight: 600;
}

.c-contentInner {
  position: relative;
}
.c-contentInner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(50% + 50vw);
  height: 100%;
  background-color: #F5F5F5;
  border-radius: 10px 0 0 10px;
}

.eveList {
  margin: 0 0 60px 68px;
  padding: 49px 0 46px;
}

.eveListItem {
  border-bottom: 1px dotted #D5D5D5;
  padding: 27px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.eveListItem .cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 107px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  background-color: #2996AA;
  border-radius: 999px;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}
.eveListItem .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 210px;
  margin-right: 20px;
}
.eveListItem .dateYear {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 700;
  color: #A7A7A7;
  font-family: "Roboto";
}
.eveListItem .dateDay {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 700;
  color: #2996AA;
  font-family: "Roboto";
}
.eveListItem .dateDay span {
  font-size: 1.5rem;
}
.eveListItem .title {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
  position: relative;
}
.eveListItem .title a {
  color: #000;
  position: relative;
  display: inline-block;
}
.eveListItem .title a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.eveListItem .title a:hover::before {
  width: 100%;
}

@media screen and (max-width: 1060px) and (min-width: 721px) {
  .eveListItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .eveListItem .title {
    width: 100%;
    margin-top: 17px;
  }
}
@media screen and (max-width: 720px) {
  .sNavSonodanavi {
    display: none;
  }
  .eveMv {
    padding: 0 5.5555555556vw;
  }
  .eveMvTitle {
    max-width: none;
    margin: 0 auto 3.8888888889vw;
    padding-top: 4.7222222222vw;
  }
  .eveMvTitle .en {
    padding: 1.6666666667vw 5.2777777778vw;
    font-size: 2.7777777778vw;
    margin-bottom: 1.9444444444vw;
  }
  .eveMvTitle .ja {
    font-size: 5vw;
  }
  .c-contentInner::before {
    width: 94.4444444444vw;
    border-radius: 2.7777777778vw 0 0 2.7777777778vw;
  }
  .eveList {
    margin: 0 0 13.8888888889vw 6.9444444444vw;
    padding: 8.3333333333vw 0 14.1666666667vw;
  }
  .eveListItem {
    padding: 5.2777777778vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .eveListItem .cat {
    width: 24.8277777778vw;
    height: 10.6944444444vw;
    margin-right: 4.0555555556vw;
    font-size: 2.7777777778vw;
  }
  .eveListItem .date {
    width: 53.0555555556vw;
    margin-right: 0;
  }
  .eveListItem .dateYear {
    font-size: 3.8888888889vw;
  }
  .eveListItem .dateDay {
    font-size: 5vw;
  }
  .eveListItem .dateDay span {
    font-size: 4.1666666667vw;
  }
  .eveListItem .title {
    width: 100%;
    margin-top: 4.9444444444vw;
    font-size: 3.3333333333vw;
  }
}