.mv_under .mv_bird {
  position: absolute;
  right: 11%;
  top: 148px;
  width: 270px;
}
@media all and (max-width: 1000px) {
  .mv_under .mv_bird {
    top: 118px;
    width: 160px;
  }
}
@media all and (max-width: 767px) {
  .mv_under {
    margin-top: 60px;
  }
  .mv_under .mv_bird {
    display: none;
  }
}

.lead {
  margin-top: 40px;
  font-weight: normal;
}

.lead_v1 {
  font-size: 1.2rem;
  margin-top: 16px;
  color: #222;
}
.lead_v1 a {
  color: #222;
}

.c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 24px;
  margin: 16px 0;
}
.c3 .bx {
  text-align: center;
  border-radius: 10px;
  background: #EBF1FF;
  padding: 24px 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.c3 .bx:hover {
  opacity: 0.5;
}
.c3 h3 {
  font-size: 2rem;
  font-weight: bold;
}
.c3 .ic {
  width: 100px;
  margin: 16px auto 0 auto;
}
.c3 .pl {
  width: 12px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media all and (max-width: 900px) {
  .c3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .c3 {
    gap: 20px;
  }
  .c3 h3 {
    font-size: 1.6rem;
  }
  .c3 .bx {
    padding: 16px 0;
    height: 100%;
  }
}

.bene2, .bene3, .bene4, .bene5, .bene6, .bene7, .bene8, .bene9 {
  margin: 80px 0 0 0;
}
.bene2 h2, .bene3 h2, .bene4 h2, .bene5 h2, .bene6 h2, .bene7 h2, .bene8 h2, .bene9 h2 {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .bene2, .bene3, .bene4, .bene5, .bene6, .bene7, .bene8, .bene9 {
    margin: 70px 0 0 0;
  }
}

.nbn_c2 {
  margin: 200px 0 100px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 24px;
}
.nbn_c2 a {
  display: block;
  text-decoration: none;
  color: #222;
  font-size: 2.6rem;
  font-weight: bold;
  background: #FFF0EB;
  border-radius: 20px;
  height: 130px;
  padding: 40px 10px 10px 50px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease;
}
.nbn_c2 a:hover {
  opacity: 0.5;
}
.nbn_c2 a:nth-of-type(2) {
  background: #EBF1FF;
}
.nbn_c2 a:nth-of-type(3) {
  background: #EBF6F4;
}
.nbn_c2 .im11 {
  position: absolute;
  width: 48%;
  right: 5%;
  bottom: 0;
}
.nbn_c2 .im12 {
  position: absolute;
  width: 51%;
  right: 4%;
  bottom: 0;
}
.nbn_c2 .im13 {
  position: absolute;
  width: 41%;
  right: 1%;
  bottom: 0;
}
.nbn_c2 .im14 {
  position: absolute;
  width: 30%;
  right: 5%;
  bottom: 0;
}
.nbn_c2 .bn4 {
  background: #FFF8EB !important;
  line-height: 1.3;
  padding: 32px 10px 10px 50px;
}
@media all and (max-width: 1280px) {
  .nbn_c2 {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .nbn_c2 .im11 {
    width: auto;
    right: 0;
    bottom: 0;
  }
  .nbn_c2 .im11 img {
    height: 160px;
    width: auto;
  }
  .nbn_c2 .im12 {
    width: auto;
    right: 1%;
    bottom: 0;
  }
  .nbn_c2 .im12 img {
    height: 160px;
    width: auto;
  }
  .nbn_c2 .im13 {
    width: auto;
    right: 0;
    bottom: 0;
  }
  .nbn_c2 .im13 img {
    height: 160px;
    width: auto;
  }
  .nbn_c2 .im14 {
    width: auto;
    right: 20px;
    bottom: 0;
  }
  .nbn_c2 .im14 img {
    height: 160px;
    width: auto;
  }
}
@media all and (max-width: 1000px) {
  .nbn_c2 {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .nbn_c2 {
    margin: 160px 0 0 0;
  }
  .nbn_c2 a {
    font-size: 2rem;
    height: 130px;
    padding: 47px 10px 10px 18px;
  }
  .nbn_c2 .im11 {
    right: 10px;
  }
  .nbn_c2 .im11 img {
    height: 130px;
  }
  .nbn_c2 .im12 {
    right: 20px;
  }
  .nbn_c2 .im12 img {
    height: 115px;
  }
  .nbn_c2 .im13 {
    right: 20px;
  }
  .nbn_c2 .im13 img {
    height: 128px;
  }
  .nbn_c2 .im14 {
    right: 45px;
  }
  .nbn_c2 .im14 img {
    height: 120px;
  }
  .nbn_c2 .bn4 {
    padding: 40px 10px 10px 20px;
  }
}

@media all and (max-width: 767px) {
  footer {
    margin-top: 120px;
  }
}

.modals {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.modals.open {
  opacity: 1;
  visibility: visible;
}
.modals .backs {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 16;
  background: rgba(0, 0, 0, 0.8);
  transition: unset;
}
.modals .modal_wrap {
  text-align: center;
  z-index: 17;
  width: 90%;
  background: #EBF1FF;
  border-radius: 10px;
  max-width: 660px;
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 90vh;
  transform: translate(-50%, -50%);
}
.modals .modal_in {
  padding: 40px;
  box-sizing: border-box;
  max-height: 90vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modals .modal_in::-webkit-scrollbar {
  display: none;
}
.modals .close1 {
  width: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modals .close1:hover {
  opacity: 0.5;
}
.modals .md_ic {
  max-width: 100px;
  width: 100%;
  margin: 16px auto;
}
.modals .md_bx {
  margin-top: 16px;
  text-align: left;
}
.modals .fb {
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}
.modals .fb:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 100%;
  background: #222;
  width: 3px;
  height: 3px;
}
.modals .md_txt {
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .modals .modal_in {
    padding: 20px;
  }
  .modals .md_txt {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 767px) {
  .under_h2 {
    line-height: 1.4;
  }
  .under_h2:before {
    top: 17px;
  }
}
footer {
  margin-top: 280px;
  text-align: center;
}
@media all and (max-width: 767px) {
  footer {
    margin-top: 120px;
  }
}

/*# sourceMappingURL=benefit.css.map */
