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

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

.img1 {
  max-width: 980px;
  margin: 80px auto 0 auto;
}

.career_inb {
  margin-top: 40px;
}
.career_inb h3 {
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 2px solid #F8B100;
  padding-bottom: 10px;
  margin-bottom: 26px;
}
.career_inb h4 {
  font-size: 1.8rem;
}
.career_inb .txt {
  font-weight: 400;
}
.career_inb .c5 {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.career_inb .c5 .bx {
  border-radius: 20px;
  overflow: visible;
  
  background: #FFF8EB;
}
/*追加*/
.career_inb .c5 .bx:not(:last-child):after{
  content: '';
  position: absolute;
  top: 50%; /* 下端に配置 */
  right: -15px;
  background-color: #F8B100;
  width: 9px;
  height: 11px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.career_inb .c5 .day {
  text-align: center;
  font-weight: bold;
  color: #F8B100;
  background: #FFF4E1;
  padding: 6.5px 0;
  box-sizing: border-box;
  border-radius:20px 20px 0 0;
}
.career_inb .c5 .fb {
  text-align: center;
  font-weight: bold;
  padding: 10px 0 8px 0;
}
.career_inb .c5 .tx {
  font-weight: 400;
  padding: 0 18px 18px 18px;
}
@media all and (max-width: 1180px) {
  .career_inb .c5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 900px) {
  .career_inb h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  .career_inb h3 {
    font-size: 2.2rem;
  }
  .career_inb .c5w {
    overflow: scroll;
    width: 112.5%;
    position: relative;
    left: -6.25%;
  }
  .career_inb .c5 {
    padding: 0 5.5%;
    margin-right: 5.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
  }
  .career_inb .c5 .bx {
    min-width: 233px;
    aspect-ratio: 1/1;
  }
}

.ci2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
}
@media all and (max-width: 900px) {
  .ci2 {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}

.career4 .c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
}
@media all and (max-width: 900px) {
  .career4 .c2 {
    grid-template-columns: 1fr;
  }
}

.career2, .career3, .career4 {
  margin: 80px 0 0 0;
}
.career2 h2, .career3 h2, .career4 h2 {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .career2, .career3, .career4 {
    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;
  }
}

@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=career.css.map */
