@charset "UTF-8";
/* _____________________________________________ Common */
[class^="rec-midTop-"]:not(.rec-midTop-outro){
    padding: 8rem 0;
}
.joblistMore{
    text-transform: capitalize;
    font-size: 1.9rem;
    position: relative;
    width: 195px;
}
.joblistMore:before,
.joblistMore:after{
  content: '';
  height: 1px;
  background-color: #353D4A;
    position: absolute;
  top: 15px;
  transition: all 0.2s ease-in-out;
}
.joblistMore:before{
  right: 0;
  transform-origin: right bottom;
  width: 15px;
  transform: rotate(45deg);
}
.joblistMore:after{
  width: 140px;
  display: block;
  right: 0;
}
.btnLine_w_hover {
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    color: #103675;
    width: 100%;
    display: block;
    max-width: 280px;
    padding: 15px 30px;
    box-sizing: border-box;
    position: relative;
    font-weight: 600;
}
.btnLine_w_hover:after {
    content: '';
    display: block;
    width: 35%;
    height: 2px;
    background: #103675;
    right: 0;
    position: absolute;
    top: 50%;
}
@media screen and (max-width: 599px){
  [class^="rec-midTop-"]:not(.rec-midTop-outro){
    padding:4rem 0;
  }
  .joblistMore{
    width: 85px;
    position: absolute;
    bottom: 0;
    background-color: white;
    z-index: 1;
    right: 0;
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem 0;
  }
  .joblistMore:before{
    width: 8px;
  }
  .joblistMore:after{
    width: 60px;
    right: 0;
  }
  .joblistMore:before,
  .joblistMore:after{
    top: 16px;
  }
  .sectionTtlsub_en + .sectionTtl_ja img{
    height: 26px;
    margin: inherit;
    margin-top: 1.5rem;
  }
  .icon_headline2:before{
    width: 14px;
    height: 15px;
  }
}

/* _____________________________________________ Fv */
.rec-midTop-fv{
    color: #fff;
    background: url(../img/recruit/rec-midTop-fv_pc.jpg) no-repeat #333 top center / cover;
    height: 75vh;
    position: relative;
}
.rec-fvWrap{
  position: absolute;
    top: 43%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: calc(100% - 40px);
    max-width: 560px;
    line-height: 2;
}
.rec-fv_msg{
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 2rem;
}
.rec-fv_slogan{
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}
.rec-fv_slogan span {
    margin-left: 1rem;
}
.rec-fv_catchImg{
  width: calc(100% - 40px);
    margin: 0 auto 3rem;
    display: block;
    max-width: 1366px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
@media screen and (max-width: 599px){
  .rec-midTop-fv{
    height: 90vh;
    background:none;
  }
  .rec-midTop-fv:not(.rec-midTop-outro){
    padding-bottom: 0;
  }
  .js-rec-midTop-fv-sp {
      top: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      display: block;
  }
  .slick__bg01,
  .slick__bg02{
    height: 100vh;
    width: 120%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top -20px center;
  }
  .slick__bg01 {
      background-image: url(../img/recruit/rec-midTop-fv_sp1.jpg);
  }
  .slick__bg02 {
      background-image: url(../img/recruit/rec-midTop-fv_sp2.jpg);
  }
  .rec-fv_catchImg{ 
    width: 63vw;
    max-width: 300px;
    margin: 0 auto 2rem 1.5rem;
    position: initial;
    z-index: 1;
  }
  .rec-fvFlex {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: 100%;
    align-items: flex-start;
    padding-bottom: 4rem;
    box-sizing: border-box;
  }
  .rec-fvWrap{
    position: initial;
    transform: inherit;
    z-index: 1;
  }
  .rec-fv_msg {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .rec-fv_slogan{
    line-height: 1.4;
    text-align: left;
    font-size: 1.6rem;
  }
  .rec-fv_slogan span {
    display: block;
    margin-left:0;
  }
}

/* _____________________________________________ Intro */
.rec-midTop-intro{
    background:url(../img/recruit/rec-midTop-intro_bg.png) no-repeat #fff top 14% left / 120% auto;
}
.rec-midTop-intro .img-mask {
  width: 428px;
    height: 524px;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.rec-midTop-intro .img-mask img {
    height: 100%;
    max-width: initial;
    position: absolute;
    right: 0;
    left: -15%;
    margin: 0 auto;
}

.rec-midTop-intro .container_narrow{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}
.rec-midTop-intro .introTop{

}
.rec-midTop-intro .introMsg{
  padding: 4rem 0 15rem;
}
.rec-midTop-intro .introMsg-txtArea .introMsg-txt{
    font-weight: 600;
    line-height: 1.9;
    font-size: 1.6rem;
}
.rec-midTop-intro .introTopMgs{
  position: relative;
}
.rec-midTop-intro .introTopMgs-txtArea .introTopMgs-txt{
    font-size: 4rem;
    font-weight: 600;
    padding-top: 3rem;
    line-height: 1.8;
}
.rec-midTop-intro .introTopMgs-txtArea{
    z-index: 1;
    position: absolute;
}
.rec-midTop-intro .introTopMgs .img-mask{
  margin: 0 0 0 auto;
}
.rec-midTop-intro .introTopMgs-txt a{
    text-decoration: none;
    padding: 3rem 0;
    display: block;
}
.rec-midTop-intro .introTopMgs-txt a:hover{
  opacity: .7;
}

@media screen and (max-width: 599px){
  .rec-midTop-intro{
    background: url(../img/recruit/rec-midTop-intro_bg.png) no-repeat #fff top -10px left 50% / auto 100%;
  }
  .rec-midTop-intro .introTopMgs-txt a{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .rec-midTop-intro .introMsg{
    padding:3rem 0 6rem;
  }
  .rec-midTop-intro .introMsg-txtArea .sectionTtlsub_en + .sectionTtl_ja img{
    height: 126px;
  }
  .rec-midTop-intro .introMsg-txtArea .introMsg-txt{
    font-weight: normal;
    line-height: 1.6;
    font-size: 1.4rem;
    text-align: justify;
    margin-bottom: 4rem;
  }
  .rec-midTop-intro .introMsg-txtArea .introMsg-txt br{
    display: none;
  }
  .rec-midTop-intro .introMsg{
    flex-flow: row-reverse;
    flex-direction: column;
  }
  .introMsg-txtArea{
    order:1;
  }
  .rec-midTop-intro .img-mask{
    order: 2;
    width: calc(100% + 40px);
    height: 150px;
    margin-left: -20px;
  }
  .rec-midTop-intro .img-mask img{
    position: initial;
    width: 100%;
    height: auto;
  }
  .rec-midTop-intro .introTopMgs-txtArea{
    position: initial;
  }
  .rec-midTop-intro .introTopMgs-txtArea .introTopMgs-txt{
    font-size: 2rem;
    padding-top: 0;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
}

/* _____________________________________________ 仕事を知る work */
.rec-midTop-joblist .joblistItem{
    border-width: 1px 0 0 0;
    border-color: #DDDDDD;
    border-style: solid;
}
.rec-midTop-joblist .joblistItem:last-child{
  border-bottom-width: 1px;
}
.rec-midTop-joblist .joblistWrap a{
    display: block;
    text-decoration: none;
    position: relative;
  background: rgb(26,51,92);
  background: -moz-linear-gradient(135deg, rgba(26,51,92,1) 64%, rgba(42,45,122,1) 87%);
  background: -webkit-linear-gradient(135deg, rgba(26,51,92,1) 64%, rgba(42,45,122,1) 87%);
  background: linear-gradient(135deg, rgba(26,51,92,1) 64%, rgba(42,45,122,1) 87%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a335c",endColorstr="#2a2d7a",GradientType=1);
  z-index: 0;
}
.rec-midTop-joblist a * {
    text-decoration: none;
    color: #353D4A;
}
.rec-midTop-joblist .joblistWrap a:before{
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
    background-color: #fff;
  z-index: -1;
}
.rec-midTop-joblist .joblistWrap a:hover::before {
    opacity: 0;
}
.rec-midTop-joblist .joblistWrap a:hover *{
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.rec-midTop-joblist .mod_inner01{
    display: flex;
    justify-content: space-between;
    padding: 3rem 2rem;
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto;
}
.rec-midTop-joblist .joblistDecs{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rec-midTop-joblist .joblistTtl{
  font-size: 2.8rem;
    font-weight: 600;
}
.rec-midTop-joblist .joblistTxt{

}
.rec-midTop-joblist .joblistWrap a:hover .joblistMore:before,
.rec-midTop-joblist .joblistWrap a:hover .joblistMore:after{
  background-color: #fff;
}
.rec-midTop-joblist .joblistImg.img-mask{
    width: 359px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.rec-midTop-joblist .joblistImg.img-mask img{
    width: 100%;
    max-width: initial;
    position: absolute;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width: 599px){
  .rec-midTop-joblist .joblistWrap a{
    margin-bottom: 3rem;
    position: relative;
    padding: 2rem 0 0rem;
  }
  .rec-midTop-joblist .mod_inner01{
    flex-direction: column;
    padding: 0;
    position: relative;
  }
  .rec-midTop-joblist .joblistItem:nth-child(4) .img-mask img{
    top: -40px;
  }
  .rec-midTop-joblist .joblistItem:nth-child(5) .img-mask img{
    top: -20px;
  }
  .rec-midTop-joblist .joblistDecs{
    gap: 20px;  
    margin-bottom: 1rem;
  }
  .rec-midTop-joblist .joblistTtl{
    font-size: 1.6rem;
  }
  .rec-midTop-joblist .joblistImg.img-mask{
    width: 100%;
    height: 130px;
  }
}

/* _____________________________________________ 社員インタビュー Interview */
.interview-listWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    margin-block: 4rem 6rem;
    justify-content: space-between;
}
.rec-midTop-interview .interview-listItem {
  width: calc(50% - 15px);
}
.rec-midTop-interview a,
.rec-midTop-interview a:hover{
  text-decoration: none;
}
.rec-midTop-interview .interviewImg{
  margin-bottom: 1rem;
}
.rec-midTop-interview .interviewMsg .interviewTtl{
    font-weight: bold;
    font-size: 1.8rem;
}
@media screen and (max-width: 599px){
  .interview-listWrap{
    flex-direction: column;
    row-gap:40px;
    margin-block: 3rem;
  }
  .rec-midTop-interview .interview-listItem{
    width: 100%;
  }
  .rec-midTop-interview .interviewMsg .interviewTtl{
    font-size: 1.4rem;
  }
}
/* _____________________________________________ 働く環境 Work Place */
.rec-workplace{
  position: relative;
  padding-top: 8rem;
}
.rec-workplace:before {
    content: '';
    position: absolute;
    top: 0;
    background-color: #E4EDF2;
    display: block;
    width: 100%;
    height: 60%;
    z-index: -1;
}
.rec-workplace .container_narrow{
  margin-bottom: 4rem;
}
.rec-workplace .workplaceBox{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 60px;
}
.rec-workplace .workplaceDecs{
    max-width: 543px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
}
.rec-workplace .Btn_blueBox{
    padding-top: 0;
    max-width: 352px;
    margin: 0 0 0 auto;
}
.rec-workplace .Btn_blue{
    margin-top: 0;
}
.rec-workplace .slick-slide img{
    max-width: 100%;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
}
.rec-workplace .slick-slide:nth-child(odd){
  margin-top: 2rem;
}
@media screen and (max-width: 599px){
  .rec-workplace:before{
    height: 85%;
  }
  .rec-workplace .workplaceBox{
    flex-direction: column;
    gap: 20px;
  }
  .rec-workplace .workplaceDecs{
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: justify;
  }
  .rec-workplace .Btn_blueBox{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

/* _____________________________________________ Outro */
.rec-midTop-outro{
  background: url(../img/common/bg_symbol_abstract.png) no-repeat #103675 top 60% left 0px / auto 200%;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  margin-bottom: -8rem;
}
.rec-outro-ttl img{
    margin-left: -3%;
}
.rec-outro-msg{
    font-weight: 600;
    font-size: 1.8rem;
}
@media screen and (max-width: 599px){
  .rec-midTop-outro{
    display: block;
  }
  .rec-outro-ttl,
  .rec-outro-msg,
  .btnLine_w_hover{
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .rec-outro-ttl{
    margin-bottom: 2rem;
    max-width: 300px;
  }
  .rec-outro-msg{
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .btnLine_w_hover{
    max-width: 599px;
  }
}
