.contentsWrapper * {
  line-height: 1.6;
}

.bgGray {
  background-color: #f3f3f3;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .bgGray {
    padding: 15% 0;
  }
}

#mainVisual {
  background-image: url(/career/office/img/img_main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 385px;
}

@media only screen and (max-width: 767px) {
  #mainVisual {
    height: 150px;
  }
}

.contentsWrapper {
  max-width: 1105px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto 80px;
}

@media only screen and (max-width: 767px) {
  .contentsWrapper {
    max-width: 100%;
    margin: 0 0 15%;
  }
}

.lead_contents_text {
  text-align: center;
  font-size: 1.7rem;
  margin: 50px 0 100px;
}

@media only screen and (max-width: 767px) {
  .lead_contents_text {
    font-size: 1.5rem;
    margin: 8% 0 10%;
  }
}

.cont_h {
  margin-bottom: 40px;
  line-height: 1.1 !important;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cont_h {
    margin-bottom: 7%;
  }
}

.cont_h .cont_h_big {
  font-weight: bold;
  font-size: 5.0rem;
  line-height: 1.1 !important;
}

@media only screen and (max-width: 767px) {
  .cont_h .cont_h_big {
    font-size: 4.0rem;
  }
}

.cont_h .cont_h_small {
  line-height: 1.1 !important;
}

.contents_img {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .contents_img {
    margin-bottom: 5%;
  }
}

.cont_h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #4cc0bf;
  position: relative;
  padding-left: 35px;
  line-height: 1.0 !important;
}

.cont_h2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #4cc0bf;
  border-right: 15px solid transparent;
  border-left: 15px solid #4cc0bf;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.contents_text {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .contents_text {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=office.css.map */