.sec-title {
  color: #004396;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.blue {
  color: #004396;
}

@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 2.8rem;
  }
}

/* ---------------------------------------------------------------------------
//  recruit-mv 
--------------------------------------------------------------------------- */
.recruit-mv {
  background-image: unset;
  padding-bottom: 12rem;
  position: relative;
}

.recruit-mv .bg-img {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-mask-image: url('../img/common/sub-mv-bg.png');
  mask-image: url('../img/common/sub-mv-bg.png');/*マスクレイヤーとして使用する画像*/
  -webkit-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  z-index: -1;
}

.recruit-mv::after {
  background-image: url(../img/recruit/mv-deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 12rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  width: 27rem;
}

.recruit-mv .page-title-area .eng {
  margin-bottom: 1.5rem;
  width: 22.6rem;
}

.recruit-mv .page-title-area .title {
  color: #101010;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.recruit-mv .mv-title {
  color: #020202;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: calc(59/36);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recruit-mv {
    background-image: unset;
    padding-bottom: 12rem;
    position: relative;
  }

  /* 保留 
  .recruit-mv .bg-img {
    position: absolute;
    bottom: 0;
    z-index: -1;
    mask-image: url("../img/common/sub-mv-bg.png");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: bottom; 
    -webkit-mask-image: url("../img/common/sub-mv-bg.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom; 
    -webkit-mask-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  } */

  .recruit-mv::after {
    height: 6rem;
    width: 13.5rem;
  }

  .recruit-mv .page-title-area .eng {
    margin-bottom: .6rem；;;
    width: 11.3rem;
  }

  .recruit-mv .page-title-area .title {
    font-size: 1.7rem;
  }

  .recruit-mv .mv-title {
    font-size: 2.5rem;
    line-height: calc(35/25);
  }
}

/* ---------------------------------------------------------------------------
//  recruit01 
--------------------------------------------------------------------------- */
.recruit01 {
  padding-top: 8.5rem;
}

.recruit01 .text {
  color: #616161;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(34/18);
  margin-bottom: 7.5rem;
}

.recruit01 .list {
  display: flex;
}

@media screen and (max-width: 768px) {
  .recruit01 {
    padding-top: 5rem;
  }

  .recruit01 .text {
    font-size: 1.5rem;
    line-height: calc(30/16);
    margin-bottom: 4rem;
  }

  .recruit01 .list {
    flex-direction: column;
  }
}

/* ---------------------------------------------------------------------------
//  recruit02
--------------------------------------------------------------------------- */
.recruit02 {
  margin-top: 16rem;
}

.recruit02 .title-area {
  margin-bottom: 7.5rem;
}

.recruit02 .title-area .sec-title {
  color: #004396;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.recruit02 .job-title-area {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 3.3rem 9.7rem 10rem;
}

.recruit02 .job-title-area .item {
  color: #101010;
  display: flex;
  font-size: 1.8rem;
  letter-spacing: .04em;
  line-height: 1;
  line-height: calc(33/18);
}

.recruit02 .job-title-area .item .heading {
  border-bottom: 1px solid #004396;
  color: #101010;
  font-weight: 700;
  width: 18.6%;
}

.recruit02 .job-title-area .item .desc {
  border-bottom: 1px solid #bdbdbd;
  width: 30.4%;
}

.recruit02 .job-title-area .item .example {
  border-bottom: 1px solid #bdbdbd;
  width: 50.9%;
}

.recruit02 .job-title-area .item.type01 .heading, .recruit02 .job-title-area .item.type01 .desc, .recruit02 .job-title-area .item.type01 .example {
  padding: 5.5rem 0 8.4rem;
}

.recruit02 .job-title-area .item.type01 .desc {
  padding-right: 7.5rem;
}

.recruit02 .job-title-area .item.type02 .heading, .recruit02 .job-title-area .item.type02 .desc, .recruit02 .job-title-area .item.type02 .example {
  padding: 5.2rem 0;
}

.recruit02 .job-title-area .item.type02 .desc {
  width: 81.4%;
}

.recruit02 .comment-area {
  background-color: #edf6fc;
  border: 1px solid #e0e0e0;
  color: #004396;
  font-size: 2rem;
  letter-spacing: .04em;
  line-height: calc(30/20);
  margin-top: 3.1rem;
  padding: 5.1rem 6.1rem 5.1rem 9.7rem;
}

.recruit02 .comment-area .star {
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}

.recruit02 .comment-area .star::before {
  content: '\2606';
  left: -.2rem;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
}

.recruit02 .comment-area .check {
  margin-bottom: 1rem;
  position: relative;
}

.recruit02 .comment-area .check::before {
  background-image: url(../img/recruit/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: .9rem;
  left: -6px;
  position: absolute;
  top: 11px;
  transform: translateX(-100%);
  width: 1.1rem;
}

.recruit02 .recruit-link {
  align-items: center;
  background-color: #004396;
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  height: 8.4rem;
  justify-content: center;
  line-height: 1;
  margin: 7.7rem auto 22rem;
  text-align: center;
  transition: .2s;
  width: 54.2rem;
}

.recruit02 .recruit-link:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .recruit02 {
    margin-top: 8rem;
  }

  .recruit02 .title-area {
    margin-bottom: 4rem;
  }

  .recruit02 .title-area .sec-title {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .recruit02 .job-title-area {
    padding: 4rem 2rem;
  }

  .recruit02 .job-title-area .item {
    flex-wrap: wrap;
    font-size: 1.5rem;
    line-height: calc(26/16);
    margin-bottom: 4rem;
  }

  .recruit02 .job-title-area .item.type01 .heading {
    width: 40%;
  }

  .recruit02 .job-title-area .item.type01 .desc {
    width: 60%;
  }

  .recruit02 .job-title-area .item.type01 .example {
    width: 100%;
  }

  .recruit02 .job-title-area .item.type02 .heading {
    width: 40%;
  }

  .recruit02 .job-title-area .item.type02 .desc {
    width: 60%;
  }

  .recruit02 .job-title-area .item.type01 .heading, .recruit02 .job-title-area .item.type01 .desc, .recruit02 .job-title-area .item.type01 .example {
    padding: 2rem 0;
  }

  .recruit02 .job-title-area .item.type01 .desc {
    padding-right: 0;
  }

  .recruit02 .job-title-area .item.type02 .heading, .recruit02 .job-title-area .item.type02 .desc, .recruit02 .job-title-area .item.type02 .example {
    padding: 2rem 0;
  }

  .recruit02 .comment-area {
    font-size: 1.6rem;
    line-height: calc(25/18);
    padding: 4rem 1.5rem 4rem 3rem;
  }

  .recruit02 .comment-area .star {
    margin-bottom: 1.5rem;
  }

  .recruit02 .comment-area .check {
    margin-bottom: 1.5rem;
  }

  .recruit02 .recruit-link {
    font-size: 1.6rem;
    height: 6.4rem;
    margin: 4rem auto 10rem;
    width: 100%;
  }
}
