section.mv {
  background: url(/recruit/common/img/mv_bg.jpg) no-repeat center center/cover;
}
section.mv hgroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  width: 90%;
  height: 240px;
  margin: 0 auto;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.mv hgroup {
    height: 200px;
  }
}
section.mv hgroup p {
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  section.mv hgroup p {
    font-size: 46px;
  }
}
section.mv hgroup h1 {
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  section.mv hgroup h1 {
    font-size: 24px;
  }
}

ul.breadcrumbs {
  margin: 0 auto 15px;
}

section.entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 5%;
}
@media screen and (max-width: 768px) {
  section.entry {
    padding: 54px 5%;
  }
}
section.entry h2 {
  margin-bottom: 40px;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  section.entry h2 {
    margin-bottom: 18px;
    font-size: 26px;
  }
}
section.entry p.lead {
  margin-bottom: 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.entry p.lead {
    margin-bottom: 28px;
  }
}
section.entry .cntWrap {
  display: flex;
  max-width: 1000px;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.entry .cntWrap {
    flex-direction: column;
  }
}
section.entry .cntWrap p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43%;
  background-color: #0e1452;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  section.entry .cntWrap p {
    width: 100%;
    padding: 24px 5%;
    font-size: 18px;
  }
}
section.entry .cntWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 57%;
  height: 210px;
  background-color: #222a80;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.entry .cntWrap a {
    gap: 0 16px;
    width: 100%;
    height: 180px;
  }
}
section.entry .cntWrap a::after {
  content: "";
  width: 15px;
  height: 30px;
  margin-left: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  section.entry .cntWrap a::after {
    margin-left: 12px;
  }
}
section.entry .cntWrap a em.f-hind {
  font-size: 80px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  section.entry .cntWrap a em.f-hind {
    font-size: 68px;
  }
}
@media screen and (max-width: 768px) {
  section.entry .cntWrap a em.f-hind {
    font-size: 46px;
  }
}
section.entry .cntWrap a span {
  text-decoration: underline;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.entry .cntWrap a span {
    font-size: 20px;
  }
}

section.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
section.cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 25px;
  height: 230px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.cta a {
    gap: 0 18px;
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  section.cta a {
    font-size: 20px;
  }
}
section.cta a:nth-of-type(1) {
  width: 100%;
  background: url(../img/cta01_bg.jpg) no-repeat center center/cover;
}
section.cta a:nth-of-type(n + 2) {
  width: calc((100% - 1px) / 2);
}
@media screen and (max-width: 768px) {
  section.cta a:nth-of-type(n + 2) {
    width: 100%;
  }
}
section.cta a:nth-of-type(2) {
  background: url(../img/cta02_bg.jpg) no-repeat center center/cover;
}
section.cta a:nth-of-type(3) {
  background: url(../img/cta03_bg.jpg) no-repeat center center/cover;
}
section.cta a::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/cta_arw.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  section.cta a::after {
    width: 34px;
    height: 34px;
  }
}
/*# sourceMappingURL=style.css.map */
