@charset "UTF-8";
/*
   RECRUIT
*/
#recruit .breadcrumb-area {
  padding: 0 0 24px;
}
.recruitHeader {
  background: url(../images/recruit/bg_recruit_header.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}
.bg-dot {
  /* background: url(../images/recruit/bg_dot.png);
  background-size: 9px auto; */
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}

.recruitHeader .inner {
  height: 100vh;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.recruit-copy {
  color: #efbf31;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  /*要素の配置*/
  position: absolute;
  /*要素を天地中央寄せ*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .recruit-copy {
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .recruitHeader {
    background: url(../images/recruit/bg_recruit_header_sp.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
  }
  .recruit-copy {
    font-size: 3rem;
  }
}

/* ==========================================================================
   Message
   ========================================================================== */
.recruit-message {
  background-color: #f5f5f5;
}
.recruit-message .inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 80px 20px;
  max-width: 1200px;
}
.recruit-sub-copy {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 1;
}

.recruit-message-left {
  position: relative;
}
.message-img {
  position: absolute;
  top: 280px;
  height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.message-img-sp {
  display: none;
}
.recruit-message-left {
  width: 38%;
}
.recruit-message-right {
  width: 56%;
}
.recruit-caption-title {
  color: #efbf31;
  font-family: "Alata", sans-serif;
  font-size: 12rem;
  line-height: 1.3em;
}
.recruit-small-title {
  border-left: 2px solid #efbf31;
  color: #efbf31;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 30px;
  padding: 0 0 2px 20px;
}
.recruit-midashi-orange {
  color: #e65724;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin: 60px 0;
}
.recruitMessageTxt p {
  font-size: 1.6rem;
  margin: 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .recruit-sub-copy {
    font-size: 4rem;
    margin: 0 0 0 50px;
  }
  .recruit-message-left {
    position: relative;
  }
  .message-img {
    top: 300px;
  }
  .recruit-caption-title {
    font-size: 9.5rem;
  }
  .recruit-small-title {
    padding: 6px 0 6px 30px;
  }
  .recruit-midashi-orange {
    font-size: 2.5rem;
    margin: 30px 0;
  }
  .recruitMessageTxt p {
    font-size: 1.5rem;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-message .inner {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
  .recruit-sub-copy {
    color: #000;
    font-size: 1.8rem;
    margin: 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .recruit-message-left {
    position: relative;
  }
  .message-img {
    display: none;
  }
  .message-img-sp {
    display: inline-block;
    height: 250px;
    width: 100%;
  }
  .message-img-sp img {
    height: auto;
    height: 250px;
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }
  .recruit-message-left {
    width: 100%;
  }
  .recruit-message-right {
    width: 100%;
  }
  .recruit-caption-title {
    font-size: 5.5rem;
    width: 100%;
  }
  .recruit-small-title {
    font-size: 1.4rem;
    margin: 0;
    padding: 0 0 0 10px;
  }
  .recruit-midashi-orange {
    font-size: 1.6rem;
    margin: 30px 0 20px;
  }
  .recruitMessageTxt p {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}

/* ==========================================================================
   Our work
   ========================================================================== */
.ourWorks {
  background-color: #fff;
}
.ourWorks .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 80px 0;
}
.ourWorks h1 {
  margin: 0;
}
.recruit-title-block {
  display: flex;
  padding: 0 20px;
}
.recruit-title-block .recruit-small-title {
  align-self: center;
  margin: 10px 0 0 40px;
}
.ourWorksList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 20px 0;
}
.ourWorksList li {
  background: url(../images/common/bg_img.jpg);
  background-size: 600px auto;
  margin: 0 0 20px;
  padding: 24px;
  text-align: center;
  width: 32%;
}
.ourWorksList li h3 {
  color: #e65724;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  margin: 0;
}
.ourWorksList li p {
  font-size: 1.3rem;
  line-height: 1.8em;
  text-align: left;
}
.ourWorksList li img {
  margin: 16px 0;
}

@media screen and (max-width: 1024px) {
  .ourWorksList li h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .ourWorks .inner {
    padding: 40px 0;
  }
  .ourWorks h1 {
    margin: 0;
  }
  .recruit-title-block {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .recruit-title-block .recruit-small-title {
    margin: 0 0 10px 5px;
  }
  .ourWorksList {
    margin: 20px 20px 0;
  }
  .ourWorksList li {
    padding: 16px;
    width: 49%;
  }
  .ourWorksList li h3 {
    font-size: 1.6rem;
  }
  .ourWorksList li p {
    font-size: 1.3rem;
  }
  .ourWorksList li img {
    margin: 12px 0;
    height: auto;
    width: 8%;
  }
}

@media screen and (max-width: 480px) {
  .ourWorksList li {
    width: 100%;
  }
}

/* ==========================================================================
   Entry
   ========================================================================== */
.recruit-entry-wrap {
  background: url(../images/recruit/bg_entry.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0 100px;
}
.recruit-entry-wrap .inner {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.recruit-entry-wrap h2 {
  color: #fff;
  font-family: "Alata", sans-serif;
  font-size: 15rem;
  line-height: 1.3em;
  margin: 0;
}
.recruit-entry-wrap p {
  font-size: 1.6rem;
  line-height: 2.2em;
}
.entry-btn-wrap {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.entry-btn-wrap a {
  background: url(../images/recruit/arrow_entry.png) no-repeat right 24px center #e65724;
  background-size: 10px auto;
  border: 2px solid #fff;
  border-radius: 70px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  margin: 0 20px;
  padding: 24px 0;
  width: 450px;
  display: inline-block;
}
.entry-btn-Box {
  margin: 0 20px;
  width: 450px;
}
.entryYoteiTxt {
  letter-spacing: 0.1em;
  margin: 0 20px;
  width: 100%;
}
#carrier-btn {
  background: url(../images/recruit/arrow_entry.png) no-repeat right 24px center #4ca978;
  background-size: 10px auto;
}
.entry-btn-wrap .noPage {
  background: #b4b4b4;
  background-size: 10px auto;
  border: 2px solid #fff;
  border-radius: 70px;
  color: #dcdcdc;
  font-size: 2rem;
  margin: 0 20px;
  padding: 24px 0;
  width: 450px;
}

@media screen and (max-width: 1024px) {
  .recruit-entry-wrap {
    padding: 40px 0 70px;
  }
  .recruit-entry-wrap h2 {
    font-size: 10rem;
    margin: 0;
  }
  .entry-btn-wrap a {
    background-size: 8px auto;
    font-size: 1.8rem;
    margin: 0 20px;
    padding: 20px 0;
    width: 100%;
  }
  .entry-btn-Box {
    width: 44%;
  }
  .entry-btn-wrap .noPage {
    font-size: 1.8rem;
    margin: 0 20px;
    padding: 20px 0;
    width: 44%;
  }
}

@media screen and (max-width: 768px) {
  .recruit-entry-wrap {
    padding: 40px 0 60px;
  }
  .recruit-entry-wrap .inner {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
  }
  .recruit-entry-wrap h2 {
    font-size: 5.5rem;
    margin: 0;
  }
  .recruit-entry-wrap p {
    font-size: 1.4rem;
  }
  .entry-btn-wrap {
    margin: 30px 0 0;
  }
  .entry-btn-wrap a {
    background-size: 6px auto;
    font-size: 1.4rem;
    margin: 0 10px;
    padding: 18px 0;
  }
  .entry-btn-wrap .noPage {
    font-size: 1.4rem;
    margin: 0 10px;
    padding: 18px 0;
    width: 44%;
  }
}

@media screen and (max-width: 480px) {
  .recruit-entry-wrap {
    padding: 30px 0 30px;
  }
  .entry-btn-wrap {
    flex-wrap: wrap;
  }
  .entry-btn-wrap a {
    background-size: 6px auto;
    font-size: 1.4rem;
    margin: 0 10px 20px;
    width: 100%;
  }
  .entry-btn-Box {
    width: 100%;
  }
  .entry-btn-wrap .noPage {
    font-size: 1.4rem;
    margin: 0 10px 20px;
    width: 100%;
  }
}

/* ==========================================================================
   中途採用
   ========================================================================== */
.formBtnArea {
  display: flex;
  justify-content: center;
}

a.formBtn {
  background-color: #1d2547;
  border: medium none;
  border-radius: 70px;
  color: #fff;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 100px auto;
  padding: 5px 15px;
  padding: 24px 0;
  transition: all 0.4s;
  text-align: center;
  max-width: 450px;
  width: 100%;
}
.formBtn:hover {
  opacity: 0.8;
  transition: all 0.4s;
}
.recruitSpace {
  height: 2px;
  width: 900px;
}

@media screen and (max-width: 1024px) {
  a.formBtn {
    font-size: 1.8rem;
    margin: 60px auto;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  a.formBtn {
    font-size: 1.4rem;
    margin: 60px auto 30px;
    padding: 18px 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  a.formBtn {
    font-size: 1.4rem;
    width: 100%;
  }
}
