#career_content {
  background-image: url(images/submain_career.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
@media (max-width: 768px) {
  #career_content {
    height: 230px;
  }
}
@media (max-width: 480px) {
  #career_content {
    background-image: url(images/submain_career_sm.jpg);
  }
}

.career_wrapper {
  width: 100%;
}

.intro_txt p {
  font-weight: bold;
}
.intro_txt p br {
  display: none;
}
@media (max-width: 480px) {
  .intro_txt p br {
    display: inline;
  }
}

.topic_career_bg {
  padding: 10rem 5rem 3rem 5rem;
  background-image: url(images/career_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@media (max-width: 768px) {
  .topic_career_bg {
    background-size: 110%;
    padding: 9rem 3rem 3rem 3rem;
  }
}
@media (max-width: 480px) {
  .topic_career_bg {
    padding: 4rem 1.5rem 1.5rem;
  }
}
.topic_career_bg h2 {
  text-align: center;
  background-color: #fff;
  padding-top: 10%;
  margin-top: 0;
  margin-bottom: 0;
}
.topic_career_bg h2 br {
  display: none;
}
@media (max-width: 768px) {
  .topic_career_bg h2 {
    width: 85%;
    padding: 8% 12% 0 12%;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .topic_career_bg h2 {
    font-size: 1.2rem;
    padding: 9% 12% 0 12%;
  }
  .topic_career_bg h2 br {
    display: inline;
  }
}

.topic_career {
  padding: 4% 14%;
  background-color: #fff;
}
@media (max-width: 960px) {
  .topic_career {
    padding: 4% 10%;
  }
}
@media (max-width: 768px) {
  .topic_career {
    padding: 7%;
  }
}
@media (max-width: 768px) {
  .topic_career {
    padding: 5%;
  }
}
.topic_career p {
  margin: 0;
}

.Card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #dedede;
  max-width: 960px;
  background-color: #fff;
  margin: 2rem auto;
}
@media (max-width: 480px) {
  .Card {
    margin-bottom: 0;
  }
}
.Card li {
  width: 33.3333333333%;
  text-align: center;
  border-right: solid 1px #dedede;
  font-size: 1.1rem;
  font-weight: 400;
}
.Card li:last-child {
  border-right: 0px;
}
.Card .Card-Item {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 1.4rem 0;
  background-image: url("../commons/images/side-arrow.svg");
  background-repeat: no-repeat;
  background-position: center 80%;
  cursor: pointer;
}

/* ---------------------------- */
/* --- ModalSection --- */
/* ---------------------------- */
.ModalWrapper {
  width: 100%;
  background: #f5f4f8;
  border-top: solid #fff 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
  .ModalWrapper {
    position: relative;
  }
}
.ModalWrapper h3 {
  background-color: #3c6ff2;
  font-size: 1.7rem;
  text-align: center;
  color: #fff;
  padding: 0.2rem;
  width: 25rem;
  margin: -1.5rem auto 0 auto;
}
@media (max-width: 480px) {
  .ModalWrapper h3 {
    width: 60%;
    font-size: 1rem;
    padding: 0.8rem 0.2rem;
  }
}
.ModalWrapper .hanrei {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .ModalWrapper .hanrei {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    z-index: 3;
  }
}

.ModalContainer {
  width: 100%;
  overflow: hidden;
}

.ModalLayer {
  width: 150%;
  margin: 2rem -25% 4rem -25%;
  position: relative;
}
@media (max-width: 960px) {
  .ModalLayer {
    width: 170%;
    margin: 2rem -35% 4rem -35%;
  }
}
@media (max-width: 768px) {
  .ModalLayer {
    width: 220%;
    margin: 2rem -60% 4rem -60%;
  }
}
@media (max-width: 480px) {
  .ModalLayer {
    width: 300%;
    margin: 0 -100% 4rem -100%;
  }
}

.ModalLayer.isShow {
  pointer-events: auto;
  opacity: 1;
}

.swiper-slide {
  width: 33.3333333333%;
  padding: 0 3%;
}
@media (max-width: 768px) {
  .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .swiper-slide {
    padding: 0;
  }
}

.swiper-item {
  padding: 5% 7% 7% 7%;
  background-color: #fff;
}
.swiper-item h4 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  .swiper-item h4 {
    margin-bottom: 4rem;
  }
}/*# sourceMappingURL=sub-career.css.map */