@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    recruit


============================================================================= */
.submv-txt {
  bottom: 20px;
  color: #fff;
  font-size: 3rem;
  position: absolute;
  z-index: 1;
}
.submv-txt span {
  font-size: 150%;
  vertical-align: baseline;
}

.pageheader {
  background: #e5e5e5;
  position: relative;
}
.pageheader .common-ttl-en {
  color: #fc5c43;
}

.pageheader-txt {
  font-size: 2rem;
  line-height: 2.2;
  margin-top: 40px;
}

/* =============================================================================


    .point 


============================================================================= */
.point {
  background: rgba(0, 95, 174, 0.3);
  position: relative;
}

.point-bgtxt {
  display: block;
  font-size: 30rem;
  left: -180px;
  line-height: 1;
  opacity: 0.7;
  position: absolute;
  top: -100px;
  width: 5em;
}

.point-contents {
  position: relative;
  z-index: 1;
}

.point-ttl {
  font-size: 6rem;
  text-align: center;
}

.point-list {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: -40px;
  margin-top: 60px;
  width: calc(100% + 80px);
}

.point-item {
  background: #fff;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  padding: 60px;
}

.point-item-ttl {
  font-size: 6rem;
  text-align: center;
}
.point-item-ttl span {
  border-bottom: 3px solid #005fae;
}

.point-item-txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 40px;
}

/* =============================================================================


    .works


============================================================================= */
.works-ttl {
  font-size: 6rem;
  text-align: center;
}

.works-contents + .works-contents {
  margin-top: 0;
}
.works-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px calc(50% - 50vw) 0;
  max-width: 2560px;
  position: relative;
  width: 100vw;
}
.works-contents:nth-of-type(2n) {
  background: #e5e5e5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.works-contents:nth-of-type(2n) .works-num {
  left: auto;
  right: 50px;
}

.works-num {
  color: #fc5c43;
  font-size: 15rem;
  left: 50px;
  line-height: 1;
  position: absolute;
  top: -0.5em;
}

.works-img {
  width: 55%;
}
.works-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.works-txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px clamp(20px, 10vw, 100px);
  width: 45%;
}

.works-content-ttlen {
  color: #fc5c43;
  font-size: 5rem;
  line-height: 1.2;
}

.works-content-ttljp {
  font-size: 7rem;
  line-height: 1.2;
}

.works-txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 28px;
}

/* =============================================================================


    voice


============================================================================= */
.voice-ttl-en {
  font-size: 10rem;
  line-height: 1;
  text-align: center;
}

.voice-ttl-jp {
  font-size: 5rem;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}

.voice-list {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  margin-top: 40px;
  max-width: 1366px;
}

.voice-item {
  background: #efefef;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  overflow: hidden;
  padding: 30px 30px 0px 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.voice-item:hover {
  opacity: 0.7;
}

.voice-item-ttl {
  font-size: 3rem;
  margin-bottom: 10px;
}

.voice-item-info {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voice-item-img {
  position: relative;
  width: 50%;
}
.voice-item-img img {
  position: relative;
}
.voice-item-img:before {
  background: #ff1d25;
  content: "";
  height: 5px;
  left: -30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(200% + 60px);
}
.voice-item-img._t:before {
  background: #3fa8f4;
}
.voice-item-img._k:before {
  background: #7ac843;
}

.voice-item-names {
  width: calc(50% - 10px);
}

.voice-item-job {
  font-size: 2.4rem;
}

.voice-item-name {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 60px;
}

.voice-btn {
  background: #000;
  border-color: #000;
}
/* =============================================================================


    .num-list 


============================================================================= */
.num {
  background: #e5e5e5;
  padding-top: 60px;
}

.num-ttlbox {
  text-align: center;
}

.num-ttl-jp {
  font-size: 5.4rem;
}

.num-ttl-en {
  color: #fc5c43;
  font-size: 3rem;
}

.num-txt {
  font-size: 2rem;
  margin-top: 20px;
  padding: 0 16px 60px;
  text-align: center;
}

.num-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.num-item {
  background: #fc5c43;
  color: #fff;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  padding: 20px 0;
}
.num-item:nth-of-type(2n) {
  background: #005fae;
}

.num-item-img {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 120px;
}

.num-item-head {
  font-size: 3rem;
  margin: auto;
  text-align: center;
}

.num-item-ttl {
  font-size: 3rem;
  margin-top: 10px;
  text-align: center;
}
.num-item-ttl span {
  font-size: 10rem;
  line-height: 1;
  vertical-align: baseline;
}

.num-span {
  font-size: 2rem;
  margin-top: 4px;
  text-align: center;
}

/* =============================================================================


    .tour


============================================================================= */
.tour {
  background: transparent url(../asset/images/recruit/tour-bg.jpg) no-repeat top center/cover;
  color: #fff;
  margin-top: 100px;
}

.tour-content {
  background: rgba(0, 95, 174, 0.8);
  border-radius: 30px;
  padding: 40px 60px;
  position: relative;
}

.tour-ttlbox {
  position: relative;
}

.tour-en {
  color: #d3edfb;
  font-size: 10rem;
  left: 50%;
  line-height: 1;
  opacity: 0.3;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.tour-ttl {
  font-size: 6rem;
  font-weight: 500;
  text-align: center;
}

.tour-txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 2rem;
}

.tour-btn {
  background: #fc5c43;
  border-color: #fc5c43;
}
.tour-btn:hover span {
  background: #fc5c43;
}
@media screen and (max-width: 1160px){
  .point-list {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 1128px){
  .submv-txt {
    font-size: 2rem;
  }
  .point-bgtxt {
    left: -24px;
  }
  .point-ttl {
    font-size: 4rem;
  }
  .point-item {
    padding: 40px 20px;
  }
  .point-item-ttl {
    font-size: 4rem;
  }
  .point-item-txt {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .works-ttl {
    font-size: 4rem;
  }
  .works-contents:nth-of-type(2n) .works-num {
    right: 24px;
  }
  .works-num {
    font-size: 10rem;
    left: 24px;
    top: -0.35em;
  }
  .works-txtbox {
    padding: 40px 24px;
  }
  .works-content-ttlen {
    font-size: 3.2rem;
  }
  .works-content-ttljp {
    font-size: 4.4rem;
  }
  .works-txt {
    font-size: 1.8rem;
  }
  .voice-ttl-en {
    font-size: 7rem;
  }
  .voice-ttl-jp {
    font-size: 3.6rem;
  }
  .voice-item {
    padding: 16px 16px 0px 16px;
  }
  .voice-item-ttl {
    font-size: 2.4rem;
  }
  .voice-item-job {
    font-size: 1.7rem;
  }
  .voice-item-name {
    font-size: 3rem;
  }
  .num-ttl-jp {
    font-size: 3.6rem;
  }
  .num-ttl-en {
    font-size: 2.4rem;
  }
  .num-txt {
    font-size: 1.6rem;
  }
  .num-item-head {
    font-size: 2.2rem;
  }
  .num-item-ttl {
    font-size: 2.2rem;
  }
  .num-item-ttl span {
    font-size: 7rem;
  }
  .num-span {
    font-size: 1.6rem;
  }
  .tour-en {
    font-size: 8rem;
  }
  .tour-ttl {
    font-size: 4rem;
  }
}
@media (max-width: 767px){
  .submv-txt {
    font-size: 1.6rem;
  }
  .pageheader-txt {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .point-bgtxt {
    left: -16px;
    top: -50px;
  }
  .point-ttl {
    font-size: 2rem;
  }
  .point-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
  .point-item {
    padding: 20px;
  }
  .point-item-ttl {
    font-size: 2rem;
  }
  .point-item-txt {
    font-size: 1.4rem;
    margin-top: 12px;
  }
  .works-ttl {
    font-size: 2rem;
  }
  .works-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works-contents:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works-num {
    font-size: 7.2rem;
  }
  .works-img {
    width: 100%;
  }
  .works-txtbox {
    width: 100%;
  }
  .works-content-ttlen {
    font-size: 2.4rem;
  }
  .works-content-ttljp {
    font-size: 2.4rem;
  }
  .works-txt {
    font-size: 1.5rem;
    margin-top: 16px;
  }
  .voice-ttl-en {
    font-size: 5rem;
  }
  .voice-ttl-jp {
    font-size: 2.4rem;
  }
  .voice-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .voice-item-ttl {
    font-size: 1.8rem;
  }
  .voice-item-name {
    font-size: 2.4rem;
  }
  .num {
    padding-top: 40px;
  }
  .num-ttl-jp {
    font-size: 2.4rem;
  }
  .num-ttl-en {
    font-size: 1.8rem;
  }
  .num-txt {
    font-size: 1.4rem;
    padding-bottom: 40px;
  }
  .num-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .num-item:nth-of-type(3) {
    background: #005fae;
  }
  .num-item:nth-of-type(4) {
    background: #fc5c43;
  }
  .num-item-img {
    width: 80px;
  }
  .num-item-head {
    font-size: 1.8rem;
  }
  .num-item-ttl {
    font-size: 1.8rem;
  }
  .num-item-ttl span {
    font-size: 5rem;
  }
  .num-span {
    font-size: 1.4rem;
  }
  .tour-content {
    padding: 40px 20px;
  }
  .tour-en {
    font-size: 4.4rem;
  }
  .tour-ttl {
    font-size: 2.4rem;
  }
  .tour-txt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=recruit.css.map*/