:root {
  --viewport-width: min(100vw, 1600px);
  --b: calc(var(--viewport-width) / 160);
}

.fv {
  width: 100%;
  padding: max(1.3rem, 8px);
}
@media screen and (max-width: 550px) {
  .fv {
    max-height: unset;
  }
}
.fv__bg {
  position: relative;
  aspect-ratio: 197/95;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .fv__bg {
    width: 100%;
    max-height: 80vh;
  }
}
.fv__bg > img {
  border-radius: 20px;
  max-height: 80vh;
  aspect-ratio: 197/95;
}
.fv__title {
  position: absolute;
  top: 50%;
  left: max(6rem, 30px);
  transform: translateY(-50%);
}
@media screen and (max-width: 550px) {
  .fv__title {
    left: calc(5% + 8px);
  }
}
.fv__title img {
  width: max(46.5rem, 150px);
}
@media screen and (max-width: 550px) {
  .fv__title img {
    width: 105px;
  }
}
.fv__event {
  padding-left: 10%;
  padding-right: 10%;
  transform: translateY(-40%);
}
@media screen and (max-width: 1000px) {
  .fv__event {
    transform: translateY(-10%);
  }
}
@media screen and (max-width: 550px) {
  .fv__event {
    padding-left: 5%;
    padding-right: 5%;
    transform: translateY(-10%);
  }
}
.fv__event--list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: max(2.5rem, 5px);
}
@media screen and (min-width: 1600px) {
  .fv__event--list {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .fv__event--list {
    gap: max(10rem, 50px) max(2.5rem, 25px);
  }
}
@media screen and (max-width: 768px) {
  .fv__event--list {
    gap: max(10rem, 50px) max(2.5rem, 20px);
  }
}
@media screen and (max-width: 550px) {
  .fv__event--list {
    margin-bottom: 0;
    gap: 5px;
  }
}
.fv__event--list .item {
  flex: 1;
  height: auto;
  align-self: stretch;
}
@media screen and (min-width: 1600px) {
  .fv__event--list .item {
    max-width: calc(33.3333333333% - 12vw);
    min-width: calc(33.3333333333% - 12vw);
  }
}
@media screen and (max-width: 1000px) {
  .fv__event--list .item {
    max-width: calc(33.3333333333% - max(2.5rem, 20px));
    min-width: calc(33.3333333333% - max(2.5rem, 20px));
  }
}
@media screen and (max-width: 550px) {
  .fv__event--list .item {
    max-width: 100%;
    min-width: 100%;
  }
}
.fv__event--list .item__link {
  height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.fv__event--list .item__link--img {
  overflow: hidden;
}
.fv__event--list .item__link--img img {
  width: 100%;
  height: auto;
  aspect-ratio: 6/5;
}
@media screen and (max-width: 550px) {
  .fv__event--list .item__link--img img {
    aspect-ratio: 6.4/1;
  }
}
.fv__event--list .item__link--txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5%;
  background: #f4f4f4;
}
@media screen and (max-width: 550px) {
  .fv__event--list .item__link--txt {
    padding: 1.3% 5%;
  }
}
.fv__event--list .item__link--txt .inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 550px) {
  .fv__event--list .item__link--txt .inner {
    gap: 1px;
  }
}
.fv__event--list .item__link--txt .inner .date {
  display: block;
  color: #ca004a;
  font-family: YakuHanJP, "Roboto", sans-serif;
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.fv__event--list .item__link--txt .inner .txtBox {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 550px) {
  .fv__event--list .item__link--txt .inner .txtBox {
    flex-direction: row;
    align-items: center;
  }
}
.fv__event--list .item__link--txt .inner .txtBox .tag {
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .fv__event--list .item__link--txt .inner .txtBox .tag {
    flex-shrink: 0;
  }
}
.fv__event--list .item__link--txt .inner .txtBox h3 {
  width: calc(100% + max(3rem, 20px));
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .fv__event--list .item__link--txt .inner .txtBox h3 {
    flex: 1;
  }
}
.fv__event--list .item__link--txt .primary {
  display: grid;
  place-items: center;
  width: max(6rem, 35px);
  height: max(6rem, 35px);
  background: #2b2b2b;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transform: translate(52.5%, 52.5%);
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .fv__event--list .item__link--txt .primary {
    width: 3.3vw;
    height: 3.3vw;
  }
}
@media screen and (max-width: 550px) {
  .fv__event--list .item__link--txt .primary {
    transform: translate(0, 0);
  }
}
.fv__event--list .item__link--txt .primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #ca004a;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.fv__event--list .item__link--txt .primary span {
  position: relative;
  color: #fff;
  font-family: YakuHanJP, "Roboto", sans-serif;
  font-size: max(1.5rem, 10px);
  line-height: 1;
  letter-spacing: 0.05em;
}
.fv__event--list .item__link:hover {
  transform: translateY(-5%);
}
.fv__event--list .item__link:hover .item__link--txt .primary::before {
  transform: scale(1.05);
}
.fv__event--btn {
  display: none;
}
.fv.schools .fv__bg {
  aspect-ratio: 3.45/1;
}
@media screen and (max-width: 550px) {
  .fv.schools .fv__bg {
    aspect-ratio: 197/95;
  }
}
.fv.schools .fv__bg img {
  aspect-ratio: 3.45/1;
}
@media screen and (max-width: 550px) {
  .fv.schools .fv__bg img {
    aspect-ratio: 197/95;
  }
}
.fv.schools .fv__event {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: max(7rem, 40px);
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .fv.schools .fv__event {
    padding-right: 10%;
    align-items: center;
    flex-direction: column;
  }
}
.fv.schools .fv__event .fv__event--list {
  flex: 1;
  justify-content: start;
}
.fv.schools .fv__event .fv__event--list .item {
  min-width: calc(33.3333333333% - max(2.5rem, 20px));
  max-width: calc(33.3333333333% - max(2.5rem, 20px));
}
@media screen and (min-width: 1600px) {
  .fv.schools .fv__event .fv__event--list .item {
    max-width: calc(33.3333333333% - 1.5vw);
    min-width: calc(33.3333333333% - 1.5vw);
  }
}
@media screen and (max-width: 550px) {
  .fv.schools .fv__event .fv__event--list .item {
    min-width: 100%;
    max-width: 100%;
  }
}
.fv.schools .fv__event .fv__event--btn {
  display: block;
  margin-bottom: 2%;
  margin-right: min(-1.3rem, -8px);
}
@media screen and (max-width: 1000px) {
  .fv.schools .fv__event .fv__event--btn {
    text-align: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .fv.schools .fv__event .fv__event--btn {
    width: 100%;
  }
}
.fv.schools .fv__event .fv__event--btn strong {
  font-size: max(2.4rem, 14px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.fv.schools .fv__event .fv__event--btn .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: max(5rem, 50px);
  margin-top: max(1rem, 5px);
  padding: max(3.5rem, 20px) max(6.5rem, 65px);
  background: #2b2b2b;
  border-radius: max(5rem, 50px) 0 0 max(5rem, 50px);
}
@media screen and (max-width: 1000px) {
  .fv.schools .fv__event .fv__event--btn .btn {
    border-radius: max(5rem, 50px);
  }
}
.fv.schools .fv__event .fv__event--btn .btn__txt, .fv.schools .fv__event .fv__event--btn .btn__arrow {
  color: #fff;
  font-size: max(2rem, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .fv.schools .fv__event .fv__event--btn .btn__txt {
    width: 100%;
  }
}
.fv.schools .fv__event .fv__event--btn .btn__arrow {
  position: absolute;
  top: 50%;
  right: 7.5%;
  transform: translateY(-50%);
  font-size: max(1.5rem, 10px);
}

.intro {
  background: #fff;
  border-radius: max(3rem, 20px) max(3rem, 20px) 0 0;
  margin-top: max(5rem, 25px);
  padding-top: max(7rem, 50px);
}
.intro__wrapper {
  display: flex;
  gap: max(6rem, 25px);
}
@media screen and (max-width: 1300px) {
  .intro__wrapper {
    flex-direction: column;
  }
}
.intro__wrapper .txtBox {
  flex: 1;
}
@media screen and (max-width: 1300px) {
  .intro__wrapper .txtBox {
    text-align: center;
  }
}
.intro__wrapper .txtBox h2 {
  font-size: max(3.5rem, 30px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: max(4rem, 30px);
}
@media screen and (max-width: 1300px) {
  .intro__wrapper .txtBox p br.pc {
    display: none;
  }
}
.intro__wrapper .imgBox .intro__list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: max(10rem, 25px) max(1rem, 10px);
}
@media screen and (max-width: 768px) {
  .intro__wrapper .imgBox .intro__list {
    flex-direction: column;
  }
}
.intro__wrapper .imgBox .intro__list .intro__item {
  flex: 1;
  width: max(16rem, 120px);
}
@media screen and (max-width: 768px) {
  .intro__wrapper .imgBox .intro__list .intro__item {
    width: 100%;
  }
}
.intro__wrapper .imgBox .intro__list .intro__item--title {
  text-align: center;
  margin: 0 auto max(1.6rem, 15px) auto;
}
@media screen and (max-width: 768px) {
  .intro__wrapper .imgBox .intro__list .intro__item--title {
    text-align: left;
    margin-bottom: 5px;
  }
}
.intro__wrapper .imgBox .intro__list .intro__item--title.title1 img, .intro__wrapper .imgBox .intro__list .intro__item--title.title2 img, .intro__wrapper .imgBox .intro__list .intro__item--title.title3 img, .intro__wrapper .imgBox .intro__list .intro__item--title.title4 img {
  width: auto;
  height: max(1.7rem, 17px);
}
@media screen and (max-width: 768px) {
  .intro__wrapper .imgBox .intro__list .intro__item--title.title1 img, .intro__wrapper .imgBox .intro__list .intro__item--title.title2 img, .intro__wrapper .imgBox .intro__list .intro__item--title.title3 img, .intro__wrapper .imgBox .intro__list .intro__item--title.title4 img {
    height: max(5rem, 15px);
  }
}
@media screen and (max-width: 768px) {
  .intro__wrapper .imgBox .intro__list .intro__item--title.title5 {
    width: 40%;
    margin-left: unset;
    margin-right: auto;
  }
}
.intro__wrapper .imgBox .intro__list .intro__item--img {
  position: relative;
  border-radius: max(2rem, 15px);
  overflow: hidden;
  aspect-ratio: 52/164;
}
@media screen and (max-width: 768px) {
  .intro__wrapper .imgBox .intro__list .intro__item--img {
    aspect-ratio: 2.35/1;
  }
}
.intro__wrapper .imgBox .intro__list .intro__item--img img {
  aspect-ratio: 52/164;
  border-radius: max(2rem, 15px);
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .intro__wrapper .imgBox .intro__list .intro__item--img img {
    aspect-ratio: 2.35/1;
  }
}
.intro__wrapper .imgBox .intro__list .intro__item--img .intro__item--primary {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: max(1.5rem, 5px);
  padding: max(1.5rem, 15px) max(1rem, 10px);
  background: #2b2b2b;
  z-index: 10;
}
.intro__wrapper .imgBox .intro__list .intro__item--img .intro__item--primary::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #ca004a;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.intro__wrapper .imgBox .intro__list .intro__item--img .intro__item--primary .primary__txt {
  position: relative;
  color: #fff;
  font-size: max(1.6rem, 13px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.intro__wrapper .imgBox .intro__list .intro__item--img .intro__item--primary .primary__arrow {
  color: #fff;
  height: 80%;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
.intro__wrapper .imgBox .intro__list .intro__item--img:hover img {
  transform: scale(1.1);
}
.intro__wrapper .imgBox .intro__list .intro__item--img:hover .intro__item--primary::before {
  transform: scale(1);
}
.intro__wrapper .imgBox .intro__list .intro__item--img:hover .primary__arrow {
  transform: translateX(40%);
}

.event {
  padding-top: max(12rem, 80px);
  padding-bottom: max(10rem, 65px);
  background: #fff;
}
.event__list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: max(2.5rem, 5px);
}
@media screen and (max-width: 1000px) {
  .event__list {
    gap: max(10rem, 50px) max(2.5rem, 25px);
  }
}
@media screen and (max-width: 768px) {
  .event__list {
    gap: max(10rem, 50px) max(2.5rem, 20px);
  }
}
@media screen and (max-width: 550px) {
  .event__list {
    margin-bottom: 0;
    gap: 20px;
  }
}
.event__list .item {
  flex: 1;
  height: auto;
  align-self: stretch;
}
@media screen and (max-width: 1000px) {
  .event__list .item {
    max-width: calc(33.3333333333% - max(2.5rem, 20px));
    min-width: calc(33.3333333333% - max(2.5rem, 20px));
  }
}
@media screen and (max-width: 550px) {
  .event__list .item {
    max-width: 100%;
    min-width: 100%;
  }
}
.event__list .item__link {
  height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.event__list .item__link--img {
  overflow: hidden;
}
.event__list .item__link--img img {
  width: 100%;
  height: auto;
  aspect-ratio: 6/5;
}
@media screen and (max-width: 550px) {
  .event__list .item__link--img img {
    aspect-ratio: 6.4/1;
  }
}
.event__list .item__link--txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5%;
  background: #f4f4f4;
}
@media screen and (max-width: 550px) {
  .event__list .item__link--txt {
    padding: 1% 5%;
  }
}
.event__list .item__link--txt .inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: max(1rem, 5px);
}
@media screen and (max-width: 550px) {
  .event__list .item__link--txt .inner {
    gap: 1px;
  }
}
.event__list .item__link--txt .inner .date {
  display: block;
  color: #ca004a;
  font-family: YakuHanJP, "Roboto", sans-serif;
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.event__list .item__link--txt .inner .txtBox {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 550px) {
  .event__list .item__link--txt .inner .txtBox {
    flex-direction: row;
    align-items: center;
  }
}
.event__list .item__link--txt .inner .txtBox .tag {
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .event__list .item__link--txt .inner .txtBox .tag {
    flex-shrink: 0;
  }
}
.event__list .item__link--txt .inner .txtBox h3 {
  width: calc(100% + max(3rem, 20px));
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .event__list .item__link--txt .inner .txtBox h3 {
    flex: 1;
  }
}
.event__list .item__link--txt .primary {
  display: grid;
  place-items: center;
  width: max(6rem, 35px);
  height: max(6rem, 35px);
  background: #2b2b2b;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transform: translate(52.5%, 52.5%);
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .event__list .item__link--txt .primary {
    transform: translate(0, 0);
  }
}
.event__list .item__link--txt .primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #ca004a;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.event__list .item__link--txt .primary span {
  position: relative;
  color: #fff;
  font-family: YakuHanJP, "Roboto", sans-serif;
  font-size: max(1.5rem, 10px);
  line-height: 1;
  letter-spacing: 0.05em;
}
.event__list .item__link:hover {
  transform: translateY(-5%);
}
.event__list .item__link:hover .item__link--txt .primary::before {
  transform: scale(1.05);
}/*# sourceMappingURL=front.css.map */