@charset "UTF-8";

.pagettl{
  margin-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .pagettl{
    margin-bottom: 80px;
  }
}

/* ▼▼▼ CARRER
======================================================*/
.career-bg{
  background: url(../img/career/bg.svg) center top 250px / 100% auto no-repeat;
}
@media screen and (max-width: 1366px) {
  .career-bg{
    background-size: 1366px auto;
  }
}

h2.mb40{
  margin-bottom: 40px;
}
.career1{
  display: flex;
  margin-bottom: 100px;
  position: relative;
}
.career1 div{
  width: 47.8%;
  font-size: 18px;
  line-height: 2.4;
  z-index: 9;
}
.career1 div h3{
  margin-bottom: 30px;
}
.career1 div ol{
  display: flex;
  padding: 0;
  margin: 0;
  background: url(../img/career/career1-ol.svg) left top no-repeat;
  position: relative;
}
.career1 div ol:before{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 109px;
  width: 50vw;
  height: 2px;
  background: #d6a29a;
  z-index: -1;
}
.career1 div ol li{
  width: 58px;
  margin-right: 28px;
  line-height: 1;
  text-align: center;
}
.career1 div ol li .bdr{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0 1em;
  height: 220px;
  font-size: 19px;
  font-weight: 600;
}
.career1 div ol li .txt{
  display: inline-block;
  writing-mode: vertical-rl;
  font-size: 19px;
  font-weight: 600;
}
.career1 figure{
  width: 70%;
  margin-left: auto;
  position: relative;
  z-index: 9;
}
.tablewrap{
  margin-top: 30px;
  margin-bottom: 50px;
}
.career2{
  position: relative;
}
.career2 dt{
  position: absolute;
  left: 0;
  top: 0;
  width: 19.9%;
  z-index: 1;
}
.career3{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 30px;
  border: 1px solid #4e5f77;
  border-radius: 10px;
}
.career3 figure{
  width: 40.5%;
}
.career3 div{
  flex: 1;
}
.career3 div .ttl{
  margin-bottom: .5em;
  font-size: 26px;
  font-weight: 600;
}
.career3 div .txt{
  margin-bottom: 2em;
  font-weight: 300;
}
.career3 div .btn a{
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 4.28;
  padding-right: 3em;
  width: 100%;
  max-width: 210px;
  text-align: center;
  background: linear-gradient(to right, #d2707b 0%,#d79981 100%);
  border-radius: 100px;
  position: relative;
}
.career3 div .btn a:before{
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  background: url(../img/common/arrow-right.svg) center no-repeat;
  z-index: 1;
}
.career3 div .btn a:after{
  display: inline-block;
  content: "";
  margin-left: .5em;
  width: 16px;
  height: 15px;
  background: url(../img/common/ic-blank.svg) center no-repeat;
  z-index: 1;
}
.career3 div .btn a:hover{
  color: #fff;
}
.bg-gray{
  padding-top: 100px;
  background: #e6ebee;
  overflow: hidden;
}
.career4{
  margin-bottom: 50px;
  overflow: hidden;
}
.career4 h3.ttl1{
  margin-bottom: 20px;
}
.career4 h3.ttl1 img{
  display: inline-block;
  margin-left: 2em;
}
.career4 .box{
  display: flex;
  background: #fff;
  border-top: 1px solid #c9caca;
  border-left: 1px solid #c9caca;
  margin-bottom: 50px;
}
.career4 .box dl{
  width: 25%;
  line-height: 1.5;
  border-right: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
}
.career4 .box dl dt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background: #4e5f77;
}
.career4 .box.pink dl dt{
  background: #d16b7a;
}
.career4 .box dl dt span{
  font-size: 14px;
}
.career4 .box dl dd{
  padding: 1.5em 1em;
  font-size: 12px;
  font-weight: 300;
}
.career4 .box dl dd .lead{
  margin-bottom: .5em;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .carrer-bg{
    background: none;
  }

  h2.mb40{
    margin-bottom: 30px;
  }
  .career1{
    display: block;
    margin-bottom: 50px;
  }
  .career1 div{
    width: auto;
    font-size: 14px;
    line-height: 2.4;
  }
  .career1 div h3{
    margin-bottom: 20px;
  }
  .career1 div ol{
    width: 255px;
    background-size: auto 178px;
    margin-bottom: 20px;
  }
  .career1 div ol:before{
    top: 85px;
    width: 95vw;
  }
  .career1 div ol li{
    width: 46px;
    margin-right: 24px;
  }
  .career1 div ol li .bdr{
    margin-bottom: 15px;
    height: 178px;
    font-size: 15px;
  }
  .career1 div ol li .txt{
    font-size: 14px;
    text-align: left;
    line-height: 1;
  }
  @-moz-document url-prefix() {
    .career1 div ol li .txt{
      line-height: .7;
    }
  }
    .career1 figure{
    width: auto;
    margin: 0 5vw;
    position: static;
  }
  .tablewrap{
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .career2{
    position: relative;
    margin-right: -20px;
    z-index: 1;
  }
  .career2 dt{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: auto;
  }
  .career2 dt img{
    width: 159px;
    height: 708px;
  }
  .career2 dd p{
    width: 820px;
    padding-right: 20px;
  }
  .career2 dd .scroll-hint-icon{
    z-index: 9;
  }
  .career2 dd img{
    width: 800px;
    height: 708px;
    pointer-events: none;
  }
  .career3{
    display: block;
    margin-bottom: 50px;
    padding: 15px 15px 30px;
  }
  .career3 figure{
    width: auto;
    margin-bottom: 20px;
  }
  .career3 div .ttl{
    font-size: 21px;
  }
  .career3 div .btn{
    text-align: center;
  }
  .career3 div .btn a{
    font-size: 12px;
    line-height: 4;
    max-width: 170px;
  }
  .career3 div .btn a:before{
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .career3 div .btn a:hover{
    opacity: 1;
  }
  .bg-gray{
    padding-top: 50px;
  }
  .career4{
    margin-bottom: 20px;
  }
  .career4 h3.ttl1 img{
    display: none;
  }
  .career4 .box{
    display: block;
    margin-bottom: 50px;
    margin-left: 40px;
    position: relative;
  }
  .career4 .box:before{
    display: block;
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../img/career/career4-arrow-sp.svg) left top no-repeat;
  }
  .career4 .box dl{
    width: auto;
  }
  .career4 .box dl dt{
    display: block;
    height: auto;
    padding: 1.3em;
    font-size: 14px;
    text-align: left;
  }
  .career4 .box dl dt span{
    font-size: 12px;
  }
}
