.under_copys {
  padding: 90px 0;
}
@media all and (max-width: 767px) {
  .under_copys {
    padding: 40px 0;
  }
}

.mv_under .mv_bird {
  position: absolute;
  right: 12%;
  top: 138px;
  width: 128px;
}
@media all and (max-width: 1000px) {
  .mv_under .mv_bird {
    top: 118px;
    width: 160px;
  }
}
@media all and (max-width: 767px) {
  .mv_under .mv_bird {
    display: none;
  }
}

.c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.c3 .bx {
  border-radius: 20px;
  background: #EBF6F4;
  padding: 20px 0;
  box-sizing: border-box;
  aspect-ratio: 400/300;
  height: 100%;
}
.c3 h3 {
  text-align: center;
  background: #5ABDB3;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 100px;
  color: white;
  padding: 4px 0;
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 80px);
}
.c3 .ct_wrap {
  display: grid;
  place-content: center;
  height: calc(100% - 38px);
}
.c3 .ctw2 {
  height: calc(100% - 70px);
}
.c3 .ct {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 20px;
  align-items: center;
}
.c3 .ct1 {
  grid-template-columns: 1fr;
}
.c3 .ct2 {
  grid-template-columns: 100px 1fr;
  gap: 0 10px;
}
.c3 .ct3 {
  grid-template-columns: 50px 1fr;
  gap: 0 10px;
}
.c3 .num {
  position: relative;
  top: -6px;
  font-weight: bold;
  line-height: 1;
  font-size: 2.6rem;
}
.c3 .num i {
  font-size: 6.3rem;
}
.c3 .in1 {
  display: grid;
  grid-template-columns: 41px 1fr;
  align-items: baseline;
  gap: 0 20px;
}
.c3 .in12 {
  margin-top: 30px;
}
.c3 .in13 {
  margin-top: 20px;
}
.c3 .se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.c3 .se img {
  width: 9px;
  height: auto;
}
.c3 .se2 {
  position: relative;
  top: -5px;
}
.c3 .in_line {
  display: grid;
  grid-template-columns: 1fr 140px;
  align-items: center;
  gap: 20px 20px;
  text-align: right;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.c3 .in_line:last-of-type {
  margin-bottom: 0;
}
.c3 .in_line i {
  font-size: 5rem;
}
.c3 .in_line .name {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  top: 5px;
}
@media all and (max-width: 1280px) {
  .c3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 1000px) {
  .c3 h3 {
    max-width: calc(100% - 40px);
  }
  .c3 .num i {
    font-size: 5rem;
  }
  .c3 .se em {
    font-size: 2rem;
  }
  .c3 .in_line {
    grid-template-columns: 1fr 110px;
  }
  .c3 .in_line i {
    font-size: 3.5rem;
  }
  .c3 .in_line .name {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c3 {
    grid-template-columns: 1fr;
  }
  .c3 .c3 {
    display: block;
  }
  .c3 .bx {
    width: 100%;
    aspect-ratio: unset;
  }
  .c3 .ct {
    padding: 60px 0;
    max-height: 220px;
  }
  .c3 .num i {
    font-size: 6.3rem;
  }
  .c3 .num .in1 {
    gap: 0 10px;
  }
  .c3 .num .in1 i {
    font-size: 5.2rem;
  }
  .c3 .in12 {
    margin-top: 20px;
  }
  .c3 .ct1 {
    padding: 40px 0 30px 0;
  }
  .c3 .ct2 {
    grid-template-columns: 100px 1fr;
  }
  .c3 .in_line {
    grid-template-columns: 1fr 120px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .c3 .in_line i {
    font-size: 4.4rem;
  }
  .c3 .ct11 {
    text-align: center;
    padding: 40px 0 30px 0;
  }
  .c3 .ct11 .in1 i {
    font-size: 6.3rem;
  }
}

.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;
}
@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;
  }
}
@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;
  }
}

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

/*追加*/
.c3 .bx.bg1{
    
}

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