@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.mv {
  background-image: url(../images/benefit/mv.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (max-width: 600px) {
  .mv {
    padding-top: 130px;
  }
}
.mv::after {
  content: "";
  display: block;
  padding-top: 45%;
}
.mv-ttl-en {
  font-weight: 700;
}
.mv-ttl-ja {
  font-weight: 500;
}
.mv__txt {
  margin-top: 60px;
  font-size: 2rem;
  line-height: 2;
}
@media all and (max-width: 1280px) {
  .mv__txt {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1025px) {
  .mv__txt {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 600px) {
  .mv__txt {
    width: 95%;
  }
}

.section {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
  padding-top: 160px;
}
@media all and (max-width: 896px) {
  .section {
    padding-top: 130px;
  }
}
.section .first {
  padding-top: 100px;
}
.section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 896px) {
  .section ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section ul li {
  width: 30%;
  margin-right: 3%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .section ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.section ul li:last-child {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .section ul li:last-child {
    margin-bottom: 0;
  }
}
.section ul li h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.section ul li p {
  margin-top: 10px;
}

.section-ttl-blk {
  margin-bottom: 60px;
}
@media all and (max-width: 896px) {
  .section-ttl-blk {
    margin-bottom: 30px;
  }
}

.section-contents {
  max-width: 1500px;
  width: 85%;
  margin: 150px auto 0;
}
@media all and (max-width: 1025px) {
  .section-contents {
    margin: 100px auto 0;
  }
}
.section-contents .section-bg {
  padding-top: 12%;
  background-image: url(../images/top/bg.svg);
  background-size: cover;
  background-position: -200px top;
}
@media all and (max-width: 1025px) {
  .section-contents .section-bg {
    background-size: contain;
    background-position: top;
  }
}

.section .career__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
@media all and (max-width: 896px) {
  .section .career__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
  }
}
.section .career__blk:first-child {
  width: 55%;
  margin-right: 5%;
}
@media all and (max-width: 896px) {
  .section .career__blk:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.section .career__blk h4 {
  border-bottom: 1px solid #152E55;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .section .career__blk h4 {
    font-size: 2.4rem;
  }
}

.benefit-blk {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
@media all and (max-width: 896px) {
  .benefit-blk {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
.benefit-blk li {
  height: 130px;
  padding: 10px;
  width: 30% !important;
  margin-right: 3% !important;
  margin-bottom: 30px;
  background-color: #152E55;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 18px gray;
          box-shadow: 0 0 18px gray;
}
@media all and (max-width: 896px) {
  .benefit-blk li {
    width: 100% !important;
    margin-bottom: 20px !important;
    margin-right: 0 !important;
    height: 80px;
  }
}
.benefit-blk li:nth-child(3n) {
  margin-right: 0 !important;
}
.benefit-blk li span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: 700;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 1280px) {
  .benefit-blk li span {
    font-size: 2rem;
  }
}
@media all and (max-width: 896px) {
  .benefit-blk li span {
    font-size: 1.8rem;
  }
}
.benefit-blk li div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 1280px) {
  .benefit-blk li div {
    font-size: 1.6rem;
  }
}
.benefit-blk li p {
  margin-top: 0 !important;
}
.benefit-blk li p.sec {
  font-size: 1.6rem;
  font-weight: 500;
}
@media all and (max-width: 1280px) {
  .benefit-blk li p.sec {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 896px) {
  .benefit-blk li p.sec {
    font-size: 1.2rem;
  }
}
.benefit-blk-big {
  background: #152E55;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  padding: 30px;
  max-width: 900px;
  margin: 0px auto;
}
@media all and (max-width: 1367px) {
  .benefit-blk-big {
    width: 80%;
  }
}
@media all and (max-width: 896px) {
  .benefit-blk-big {
    width: 100%;
    padding: 15px 15px 30px 15px;
  }
}
.benefit-blk-big h4 {
  font-size: 3rem;
  font-weight: 700;
}
@media all and (max-width: 1280px) {
  .benefit-blk-big h4 {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 896px) {
  .benefit-blk-big h4 {
    font-size: 2rem;
  }
}
.benefit-blk-big p {
  margin-top: 20px;
  font-size: 1.8rem;
}
@media all and (max-width: 1280px) {
  .benefit-blk-big p {
    font-size: 1.4rem;
  }
}

.benefit__button a {
  width: 300px !important;
  margin: 40px auto 0;
}
@media all and (max-width: 600px) {
  .benefit__button a {
    width: 100% !important;
    padding: 10px;
  }
}
.benefit__button a:hover {
  background-color: #C50018 !important;
  opacity: 0.7;
}
.benefit__button a.btn-red.head {
  display: block !important;
}
@media all and (max-width: 896px) {
  .benefit__button a.btn-red.head.btn-red .arrow_btn_wrap {
    width: 30px;
    height: 30px;
  }
}