#benefit {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #benefit {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#benefit .bullet-header {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #benefit .bullet-header {
    margin-bottom: 3rem;
  }
}
#benefit .flexwap-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 5rem;
}
@media screen and (max-width: 767px) {
  #benefit .flexwap-contents {
    gap: 2rem 1rem;
  }
}
#benefit .flexwap-contents .card {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #benefit .flexwap-contents .card {
    width: 48.4%;
  }
}
#benefit .flexwap-contents .card .card-img {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #benefit .flexwap-contents .card .card-img {
    margin-bottom: 1rem;
  }
}
#benefit .flexwap-contents .card .card-img img {
  width: 100%;
  vertical-align: top;
}
#benefit .flexwap-contents .card .card-header {
  padding-left: 3rem;
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: left;
  color: #223c2e;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #benefit .flexwap-contents .card .card-header {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
}
#benefit .flexwap-contents .card .card-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 4.4rem;
  background: linear-gradient(to top, #1b8b4f 0%, #27a06d 50.74%, #30af83 100%);
}
@media screen and (max-width: 767px) {
  #benefit .flexwap-contents .card .card-header:after {
    height: 2.2rem;
    width: 0.4rem;
  }
}
#benefit .flexwap-contents .card .card-description {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: left;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #benefit .flexwap-contents .card .card-description {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

#event {
  background-color: #f8f8f8;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #event {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#event .bullet-header {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #event .bullet-header {
    margin-bottom: 3rem;
  }
}
#event .flex-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #event .flex-cards {
    gap: 3rem;
  }
}
#event .flex-cards .card {
  width: 40rem;
  position: relative;
  background-color: #fff;
  padding: 1rem 1rem 2rem;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #event .flex-cards .card {
    width: 100%;
  }
}
#event .flex-cards .card .card-img {
  width: 100%;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  #event .flex-cards .card .card-img {
    margin-bottom: 1rem;
  }
}
#event .flex-cards .card .card-img img {
  width: 100%;
  vertical-align: top;
}
#event .flex-cards .card .card-title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: center;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #event .flex-cards .card .card-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#event .flex-cards .card:after {
  content: "";
  position: absolute;
  right: 1.02rem;
  bottom: 2.2rem;
  width: 2.58rem;
  height: 2.58rem;
  background: url("../../img/page/benefits/search.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  #event .flex-cards .card:after {
    width: 2rem;
    height: 2rem;
  }
}
#event .modal {
  display: none;
}
#event .modal.open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#event .modal.open .modal-card {
  position: relative;
  max-width: 130rem;
  width: 92%;
  background-color: #fff;
  padding: 4rem 12.5rem 4rem 4rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #event .modal.open .modal-card {
    flex-direction: column;
    gap: 1rem;
    padding: 5rem 1.5rem 3rem;
    align-items: center;
    height: 90vh;
    overflow-y: scroll;
  }
}
#event .modal.open .modal-card .modal-close {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4.5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  background: url("../../img/page/benefits/close.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  #event .modal.open .modal-card .modal-close {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    top: 0.7rem;
    right: 1.5rem;
  }
}
#event .modal.open .modal-card .modal-card-img {
  width: 62.9rem;
}
@media screen and (max-width: 767px) {
  #event .modal.open .modal-card .modal-card-img {
    width: 100%;
  }
}
#event .modal.open .modal-card .modal-card-img img {
  width: 100%;
}
#event .modal.open .modal-card .modal-card-text {
  width: 100%;
  flex: 1;
}
#event .modal.open .modal-card .modal-card-text .modal-title {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: left;
  color: #223c2e;
  margin-bottom: 2.7rem;
}
#event .modal.open .modal-card .modal-card-text .modal-description {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: left;
  color: #223c2e;
}

body.modal-open {
  overflow: hidden;
}/*# sourceMappingURL=benefits.css.map */