@charset "utf-8";

br.b-750 {
  display: none;
}
main {
  color: #424242;
}
/* .recruitMv {
  background-image: url(../imgs/recruit-common/mv_benefit.jpg);
} */
.catch {
  padding-top: 115px;
  padding-bottom: 150px;
}
.catch__text {
  font-family: "shippori-mincho", serif;
  font-weight: 700;
  text-align: center;
  line-height: 2.4;
}

.benefit {
  padding-bottom: 100px;
}
.benefit__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 105px 0;
}
.benefit__item {
  width: 32%;
  text-align: center;
  font-family: "shippori-mincho", serif;
  font-weight: 700;
}
.benefit__icon {
  max-width: 194px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
.benefit__heading {
  color: #eb6100;
  font-size: 26px;
  margin-bottom: 15px;
}
.benefit__text {
  font-size: 15px;
  line-height: 2.12;
}

.o2box {
  padding-bottom: 130px;
}
.o2box__heading {
  font-family: "shippori-mincho", serif;
  font-weight: 700;
  color: #eb5a00;
  font-size: 29px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: solid 1px #d7d7d7;
  margin-bottom: 15px;
}
/* .o2box__heading::before {
  content: "●";
  color: #424242;
  margin-right: 15px;
  font-size: 19px;
} */
.o2box__text {
  font-family: "shippori-mincho", serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.o2box__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.o2box__contentWrapper {
  width: 52.8%;
  margin-right: 7%;
}
.o2box__subHeading {
  background-color: #004b9c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.o2box__subText {
  font-size: 16px;
  line-height: 1.75;
}
.o2box__iconWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 77px;
}
.o2box__icon {
  width: 23%;
}
.o2box__img {
  width: 30%;
  height: auto;
  max-width: 315px;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 768px) {
  br.b-750 {
    display: block;
  }
  .catch {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .catch__text {
    font-size: 15px;
    line-height: 2.2;
  }
  .benefit {
    padding-bottom: 80px;
  }
  .benefit__wrapper {
    gap: 50px 0;
  }
  .benefit__item {
    width: 47.5%;
  }
  .benefit__icon {
    margin-bottom: 20px;
    max-width: 140px;
  }
  .benefit__heading {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .benefit__text {
    font-size: 13px;
  }
  .benefit__text br {
    display: none;
  }
  .o2box {
    padding-bottom: 50px;
  }
  .o2box__wrapper {
    flex-wrap: wrap;
  }
  .o2box__contentWrapper {
    width: 100%;
  }
  .o2box__heading {
    font-size: 23px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .o2box__heading::before {
    font-size: 15px;
    margin-right: 10px;
  }
  .o2box__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .o2box__iconWrapper {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .o2box__icon {
    width: 47.5%;
    margin-bottom: 15px;
  }
  .o2box__img {
    order: -1;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .o2box__subText {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
