/* ================================================= *
 *        	Career step
 * ================================================= */
.main {
  background-color: #f3f3f5;
}

.main_head {
  margin-top: 80px;
}

.main_head__inner {
  position: relative;
  width: 100%;
  height: 442px;
  background: url("../img/career_step/main@3x.jpg") no-repeat 30% center/cover;
}

.main_head__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
}

.main_head__ttl--en {
  display: block;
  margin-bottom: 15px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.4rem;
  line-height: 1;
}

.main_head__ttl--jp {
  font-size: 2.0rem;
}

.main_read {
  text-align: center;
}

.main_read__ttl {
  width: 100%;
  padding: 60px 4% 15px;
  background-color: #fff;
  font-size: 3.5rem;
}

.main_read__txt {
  width: 100%;
  padding: 0 4% 60px;
  background-color: #fff;
  font-size: 1.7rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .main_read__ttl {
    font-size: 2.7rem;
  }
}

.main_content {
  padding: 100px 0 80px;
  text-align: center;
}

.main_content__ttl {
  margin-bottom: 30px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
}

.main_content__txt {
  width: 92%;
  margin: auto;
  margin-bottom: 90px;
  font-size: 1.7rem;
  line-height: 1.8;
}

.main_content__img {
  max-width: 760px;
  width: 90%;
  margin-bottom: 120px;
}

.sub_content {
  max-width: 1080px;
  margin: 0 auto 60px;
  padding: 50px 50px 0;
  width: 92%;
  background-color: #fff;
}

.sub_content__read {
  text-align: left;
}

.sub_content__ttl {
  margin-bottom: 30px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
}

.sub_content__txt {
  font-size: 1.7rem;
  line-height: 1.8;
}

.sub_content__img {
  margin-top: -30px;
}

@media (max-width: 768px) {
  .sub_content__img {
    margin-top: 30px;
  }
}

.career_link {
  padding-bottom: 5px;
  border-bottom: 1px solid #1a1a1c;
  color: #1a1a1c;
  font-size: 1.7rem;
  font-weight: bold;
}

.career_link .arrow {
  width: 23px;
  margin-left: 12px;
  vertical-align: baseline;
}

.ourwork {
  width: 100%;
  padding: 120px 4%;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .ourwork {
    padding: 60px 4% 90px;
  }
}

.ourwork__ttl {
  margin-bottom: 30px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
}

.ourwork__txt {
  margin-bottom: 60px;
  font-size: 1.7rem;
}

@media (max-width: 768px) {
  .ourwork__txt {
    margin-bottom: 30px;
  }
  .ourwork__txt .br {
    display: none;
  }
}

.ourwork__img {
  max-width: 838px;
  width: 100%;
}

/* ================================================= *
 *        	content
 * ================================================= */
.content {
  max-width: 1080px;
  margin: auto;
}

.content_read__ttl {
  margin-top: -90px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

@media (max-width: 1024px) {
  .content_read__ttl {
    margin-top: -60px;
  }
}

.content_read__txt {
  padding: 40px 0 60px;
  font-size: 1.7rem;
  text-align: center;
}

@media (max-width: 768px) {
  .content_read__txt .br {
    display: none;
  }
}

.project_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .project_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.project_item__read {
  width: 57%;
  margin-right: 6%;
}

@media (max-width: 768px) {
  .project_item__read {
    width: 100%;
    margin-right: 0;
  }
}

.project_item__ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .project_item__ttl {
    width: auto;
  }
}

.project_item__ttl .number {
  display: block;
  margin-bottom: 40px;
  color: #ff7843;
  font-family: futura-pt-bold, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
}

.project_item__txt {
  font-size: 1.5rem;
}

.project_item__img {
  width: 37%;
}

@media (max-width: 768px) {
  .project_item__img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* ================================================= *
 *        	bnr_area
 * ================================================= */
.bnr_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  text-align: center;
  padding: 60px 0;
}

@media (max-width: 480px) {
  .bnr_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0 30px;
  }
}

.bnr_item {
  max-width: 424px;
  width: 46%;
  margin: 2% 2%;
}

@media (max-width: 480px) {
  .bnr_item {
    width: 92%;
    margin: 0 auto 30px;
  }
}

.bnr_item__img {
  margin-bottom: 15px;
}

.bnr_item__txt {
  color: #202020;
  font-size: 1.5rem;
}
