.activity_title {
  text-align: center;
  font-size: 2.4rem;
}
.activity_title span {
  display: block;
  font-size: 0.85rem;
  padding-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .activity_title {
    font-size: 1.4rem;
  }
}

.activity_info_title {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .activity_info_title {
    font-size: 0.8rem;
  }
}

.activity_info_text {
  line-height: 2em;
  font-size: 0.9rem;
}

.activity_mv_section {
  position: relative;
  color: #fff;
}
.activity_mv_section img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .activity_mv_section img {
    height: 14rem;
  }
}
.activity_mv_section .activity_title {
  position: absolute;
  left: 0;
  right: 0;
  top: 15vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .activity_mv_section .activity_title {
    top: 20vw;
  }
}
.activity_mv_section .activity_info_title {
  position: absolute;
  top: 20vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .activity_mv_section .activity_info_title {
    top: 30vw;
  }
}

.activity_info_section {
  padding: 2.6rem 0;
  color: #fff;
  background: #001e3d;
}
.activity_info_section .inner {
  max-width: 748px;
  margin: auto;
}
.activity_info_section .activity_info_title {
  padding: 1rem 0 2rem;
}
.activity_info_section img {
  width: 100%;
  height: auto;
}
.activity_info_section .activity_info_text {
  padding: 2rem 0;
}
.activity_info_section.end_content {
  border-bottom: 1px solid #fff;
}
.activity_info_section.end_content .activity_info_title {
  font-size: 1.35rem;
}
@media screen and (max-width: 767px) {
  .activity_info_section.end_content .activity_info_title {
    font-size: 1.1rem;
  }
}
.activity_info_section.end_content .activity_info_text {
  text-align: center;
  padding: 0 0 4rem;
}
.activity_info_section.end_content img {
  max-width: 945px;
  margin-bottom: 2rem;
}

.activity_point_section {
  padding: 6rem 0;
  background: #fff;
  color: #001e3d;
}
.activity_point_section .inner {
  max-width: 860px;
  margin: auto;
}
.activity_point_section .activity_info_title {
  font-weight: bold;
  padding: 2rem 0 4rem;
}
.activity_point_section ul {
  padding-left: 1.5rem;
}
.activity_point_section ul li {
  position: relative;
  padding: 1.5rem 2rem 1.5rem 5.8rem;
  margin-bottom: 3rem;
  background: #f1f1f1;
}
.activity_point_section ul li .number {
  position: absolute;
  top: -1.4rem;
  left: -1.3rem;
  font-family: Inter;
  font-size: 2.8rem;
  font-weight: 500;
}
.activity_point_section ul li .number::after {
  content: "";
  border-right: 3px solid;
  display: block;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: -2.5rem;
  left: -0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.activity_point_section ul li p {
  font-size: 0.9rem;
  line-height: 1.8em;
}
.activity_point_section ul li .title {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 1.3rem;
  line-height: 1em;
}/*# sourceMappingURL=activity.css.map */