/* ----------
mid-career-human-resource
---------- */
@import url('//fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
.page-mid-career .img-fluid {max-width:100%;}
.page-mid-career .toggle-nav {display:none;}

.mid-career-header {position:relative; display:flex; justify-content:space-between; align-items:center; height:100px; padding:0; background-color:#fff; z-index:1000;}
.mid-career-header-brand {display:inline-block; max-width:389px; margin-left:30px;}
.mid-career-header-nav {margin-left:auto; margin-right:20px;}
.mid-career-header-nav .nav-list {display:flex;}
.mid-career-header-nav .nav-link {display:flex; justify-content:center; align-items:center; height:100px; padding:0 20px; font-size:14px;}
.nav-external {display:flex; justify-content:center; align-items:center; height:100px; font-size:14px;background-color:#C10057; color:#fff;}
.nav-external:hover {color:#fff; opacity:.75;}
.nav-about {display:flex; justify-content:center; align-items:center; height:100px; font-size:14px; background-color:#4a9e80; color:#fff;}
.nav-about:hover {color:#fff; opacity:.75;}
.navbtnbox{width: 280px;display:flex;justify-content: space-between;flex-wrap: wrap;}
.navbtnbox .nav-external{width:50%;}
.navbtnbox .nav-about{width:50%;}
.page-mid-career .footer-cta {display:none;}

.mid-career-human-resource-content{
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "MS PGothic", "Osaka", "Meiryo", "sans-serif";
  font-weight: 500;
  color: #3d3b45;
  letter-spacing: 0.1em;
}
.mid-career-human-resource-content .sp{
  display: none;
}

.mchr_mv{
  background: url(../images/page-mid-career-human-resource/mv_pc.jpg) no-repeat;
  background-size: cover;
}
.mchr_mv .container{
  height: 465px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mchr_mv h1{
  font-size: 35px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
}

.mchr_intro{
  background-color: #fdebd6;
}
.mchr_intro .container{
  padding: 155px 500px 172px 0;
  position: relative;
}
.mchr_intro .title{
  font-size: 24px;
  letter-spacing: 0.3em;
}
.mchr_intro p{
  margin-top: 25px;
  font-size: 14px;
  line-height: 2.5;
}
.mchr_intro .thum_1{
  width: 558px;
  position: absolute; top: 137px; right: -158px;
}
.mchr_intro .thum_2{
  width: 237px;
  position: absolute; bottom: -71px; right: 277px;
}
.mchr_intro .thum_3{
  width: 340px;
  position: absolute; bottom: -166px; right: -186px;
}

.mchr_anchor_btn{
  padding: 234px 0 67px 0;
  background-color: #f6f4f0;
}
.mchr_anchor_btn .container{
  border-left: 2px solid #CCC;
  display: flex;
}
.mchr_anchor_btn .item{
  width: calc(100% / 3);
  border-right: 2px solid #CCC;
  text-align: center;
}
.mchr_anchor_btn .item a{
  padding: 20px 0;
  display: block;
  text-decoration: none;
  transition: .2s;
}
.mchr_anchor_btn .item a:hover{
  background-color: #d81427;
}
.mchr_anchor_btn .title{
  font-family:'Oswald', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #d81427;
}
.mchr_anchor_btn .sub_title{
  font-size: 16px;
}
.mchr_anchor_btn .item a:hover .title,
.mchr_anchor_btn .item a:hover .sub_title{
  color: #FFF;
}
.mchr_anchor_btn .arrow{
  width: 16px;
  margin: 15px auto 0 auto;
}
.mchr_anchor_btn .item a:hover .arrow img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.mid-career-human-resource-content .h2_box{
  padding-left: 30px;
  border-left: 1px solid #d81427;
}
.mid-career-human-resource-content .h2_box h2{
  margin: 0;
  font-family:'Oswald', sans-serif;
  font-weight: 500;
  font-size: 87px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.mid-career-human-resource-content .h2_box .h2_small{
  font-size: 24px;
  color: #d81427;
  letter-spacing: 0.2em;
}

.mchr_step{
  padding: 170px 0 200px 0;
}
.mchr_step .container{
}
.mchr_step .box{
  margin-top: 115px;
}
.mchr_step .item{
  background-color: #f6f4f0;
  display: flex;
}
.mchr_step .item:nth-child(even){
  flex-flow: row-reverse;
}
.mchr_step .inner{
  width: 50%;
  padding: 63px 65px 30px;
  position: relative;
}
.mchr_step .title{
  font-size: 24px;
  letter-spacing: 0.3em;
}
.mchr_step .item:nth-child(1) .title span{
  color: #f15a24;
}
.mchr_step .item:nth-child(2) .title span{
  color: #f7931e;
}
.mchr_step .item:nth-child(3) .title span{
  color: #db9d00;
}
.mchr_step p{
  margin-top: 25px;
  font-size: 14px;
  line-height: 2;
}
.mchr_step .circle{
  width: 124px;
  height: 124px;
  border-radius: 62px;
  position: absolute; top: 50%; right: -62px;
  z-index: 10;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
}
.mchr_step .item:nth-child(1) .circle{
  background-color: #f15a24;
}
.mchr_step .item:nth-child(2) .circle{
  background-color: #f7931e;
  right: auto; left: -62px;
}
.mchr_step .item:nth-child(3) .circle{
  background-color: #db9d00;
}
.mchr_step .num{
  font-size: 11px;
}
.mchr_step .sub_title{
  font-size: 22px;
  letter-spacing: 0.2em;
}
.mchr_step .thum_box{
  width: 50%;
  position: relative;
}
.mchr_step .thum{
}
.mchr_step .cover{
  width: 100%;
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #FFF;
}
.mchr_step .name{
  width: 150px;
  text-align: center;
}
.mchr_step .text{
  width: calc(100% - 150px);
  font-size: 13px;
}

.mchr_point{
  padding: 170px 0;
  background-color: #fbe7e9;
}
.mchr_point .container{
}

.mchr_point_anchor{
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
.mchr_point_anchor .item{
  width: 480px;
  padding: 55px 30px 30px 30px;
  background-color: #FFF;
  border-radius: 12px;
  text-align: center;
}
.mchr_point_anchor .thum{
  width: 193px;
  margin: 0 auto;
}
.mchr_point_anchor p{
  margin-top: 30px;
  font-size: 18px;
}
.mchr_point_anchor .btn{
  width: 100%;
  margin-top: 30px;
  padding: 0;
  display: block;
}
.mchr_point_anchor .btn a{
  width: 100%;
  height: 88px;
  border: 1px solid;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  transition: .2s;
}
.mchr_point_anchor .item:nth-child(1) .btn a{
  background-color: #bf5d58;
  border-color: #bf5d58;
}
.mchr_point_anchor .item:nth-child(1) .btn a:hover{
  background-color: #FFF;
  color: #bf5d58;
}
.mchr_point_anchor .item:nth-child(2) .btn a{
  background-color: #a63953;
  border-color: #a63953;
}
.mchr_point_anchor .item:nth-child(2) .btn a:hover{
  background-color: #FFF;
  color: #a63953;
}
.mchr_point_anchor .title{
  font-family:'Oswald', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5em;
}
.mchr_point_anchor .arrow{
  width: 16px;
}
.mchr_point_anchor .arrow img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.mchr_point_anchor .item:nth-child(1) .btn a:hover .arrow img{
  filter: brightness(0) saturate(100%) invert(47%) sepia(4%) saturate(6617%) hue-rotate(314deg) brightness(91%) contrast(90%);
}
.mchr_point_anchor .item:nth-child(2) .btn a:hover .arrow img{
  filter: brightness(0) saturate(100%) invert(27%) sepia(60%) saturate(1384%) hue-rotate(310deg) brightness(89%) contrast(86%);
}

.mchr_point .box{
}
.mchr_point .box .item{
  margin-top: 92px;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.mchr_point .box .title_box{
  padding: 50px 50px 40px 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #FFF;
}
.mchr_point .box .item:nth-child(1) .title_box{
  background-color: #bf5d58;
}
.mchr_point .box .item:nth-child(2) .title_box{
  background-color: #a63953;
}
.mchr_point .box .square{
  width: 80px;
  height: 80px;
  border: 1px solid #FFF;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1.7;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.5em;
}
.mchr_point .box .square span{
  font-size: 15px;
  line-height: 1.2;
}
.mchr_point .box .inner{
  width: calc(100% - 100px);
}
.mchr_point .box .title{
  font-size: 24px;
}
.mchr_point .box p{
  margin-top: 25px;
  font-size: 14px;
}
.mchr_point .box .acc{
  position: absolute;
}
.mchr_point .box .item:nth-child(1) .acc{
  width: 243px;
  bottom: -43px; right: 20px;
}
.mchr_point .box .item:nth-child(2) .acc{
  width: 263px;
  bottom: -27px; right: 35px;
}
.mchr_point .box h3{
  padding-top: 80px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.mchr_point .box .h3_small{
  font-size: 14px;
  text-align: center;
}
.mchr_point .box .example{
  padding: 0 50px 80px 50px;
}
.mchr_point .box .any{
  padding-top: 100px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.mchr_point .box .any div{
  width: 260px;
}
.mchr_point .box .image{
  padding: 70px 50px 80px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mchr_point .box .image div{
  width: 454px;
}
.mchr_point .box .image div:last-child{
  width: 100%;
  margin-top: 30px;
}

.mchr_comment{
  padding: 165px 0 180px 0;
}
.mchr_comment .container{
}
.mchr_comment .box{
  padding-top: 20px;
}
.mchr_comment .item{
  min-height: 385px;
  margin: 80px 70px 0 0;
  padding: 90px 130px 90px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.mchr_comment .item:nth-child(even){
  margin: 80px 0 0 70px;
  padding: 90px 0 90px 150px;
}
.mchr_comment .item:nth-child(1),
.mchr_comment .item:nth-child(1)::before{
  background-color: #feeee9;
}
.mchr_comment .item:nth-child(2),
.mchr_comment .item:nth-child(2)::before{
  background-color: #fef4e8;
}
.mchr_comment .item:nth-child(3),
.mchr_comment .item:nth-child(3)::before{
  background-color: #fbf5e5;
}
.mchr_comment .item::before{
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute; top: 0; right: 0;
  z-index: -1;
}
.mchr_comment .item:nth-child(even)::before{
  right: auto; left: 0;
}
.mchr_comment .thum_box{
  width: 210px;
  padding-top: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
.mchr_comment .thum{
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 65px;
}
.mchr_comment .name{
  margin-top: 10px;
  font-size: 12px;
}
.mchr_comment .inner{
  width: calc(100% - 230px);
}
.mchr_comment .title{
  font-size: 20px;
}
.mchr_comment p{
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0;
}
.mchr_comment .acc{
  position: absolute; bottom: 0; right: 0;
  font-family:'Oswald', sans-serif;
  font-weight: 500;
  font-size: 69px;
  line-height: 1;
  color: #999;
  letter-spacing: 0.1em;
}
.mchr_comment .item:nth-child(2) .acc{
  right: auto; left: 0;
}

@media (max-width:1320px){
  .page-mid-career .toggle-nav {display:block; position:absolute; top:0; right:280px;}
  .mid-career-header-nav {display:block; visibility:hidden; opacity:0; position:absolute; top:100px; left:0; right:0; width:100%; margin:0; padding:10px 0 10px; overflow-y:auto; z-index:10; background-color:#fff; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
  .mid-career-header-nav.active {visibility:visible; opacity:1;}
  .mid-career-header-nav .nav-list {display:block;}
  .mid-career-header-nav .nav-link {display:block; height:auto; padding:10px 20px;}
}


@media (min-width:641px) {
}
@media (min-width:960px) {
}
@media (min-width:641px) and (max-width:959px) {
}
@media (max-width:640px) {
  .page-mid-career .toggle-nav {display:block; position:absolute; top:0; right:170px;}
  .mid-career-header {position:fixed; top:0; left:0; width:100%; height:50px;}
  .mid-career-header-brand {max-width:142px; margin-left:10px; z-index:1001;}
  .mid-career-header-nav {display:block; visibility:hidden; opacity:0; position:absolute; top:0; left:0; right:0; width:100%; margin:0; padding:60px 0 10px; overflow-y:auto; z-index:10; background-color:#fff; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
  .mid-career-header-nav.active {visibility:visible; opacity:1;}
  .mid-career-header-nav .nav-list {display:block;}
  .mid-career-header-nav .nav-link {display:block; height:auto; padding:10px 20px;}
  .nav-external {width:85px; height:50px; text-align:center; font-size:12px;line-height:1.5; z-index:1001;}
  .nav-about {width:85px; height:50px; text-align:center; font-size:12px;line-height:1.5; z-index:1001;}
  .navbtnbox{width:150px;}

  .mid-career-human-resource-content .pc{
    display: none;
  }
  .mid-career-human-resource-content .sp{
    display: inline;
  }

  .mchr_mv{
    background-image: url(../images/page-mid-career-human-resource/mv_sp.jpg);
  }
  .mchr_mv .container{
    height: 400px;
  }
  .mchr_mv h1{
    font-size: 24px;
  }

  .mchr_intro .container{
    padding: 75px 20px 30px 20px;
  }
  .mchr_intro .title{
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .mchr_intro p{
    margin-top: 25px;
    font-size: 14px;
    line-height: 2.5;
  }
  .mchr_intro .thum_1{
    width: 100%;
    margin-top: 40px;
    position: static;
    text-align: right;
  }
  .mchr_intro .thum_1 img{
    width: 266px;
  }
  .mchr_intro .thum_2{
    width: 125px;
    margin: 40px 0 0 -20px;
    position: static;
  }
  .mchr_intro .thum_3{
    width: 180px;
    position: absolute; bottom: -65px; right: 0;
  }

  .mchr_anchor_btn{
    padding: 140px 20px 70px 20px;
  }
  .mchr_anchor_btn .container{
    padding: 0;
    border-left: none;
    border-top: 2px solid #CCC;
    display: block;
  }
  .mchr_anchor_btn .item{
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #CCC;
    text-align: left;
  }
  .mchr_anchor_btn .item a{
    padding: 15px 10px;
    position: relative;
  }
  .mchr_anchor_btn .title{
    font-size: 12px;
  }
  .mchr_anchor_btn .sub_title{
    font-size: 15px;
  }
  .mchr_anchor_btn .arrow{
    width: 16px;
    margin: 0;
    position: absolute; top: 50%; right: 10px;
    transform: translateY(-50%);
  }

  .mid-career-human-resource-content .h2_box{
    padding-left: 15px;
  }
  .mid-career-human-resource-content .h2_box h2{
    font-size: 48px;
  }
  .mid-career-human-resource-content .h2_box .h2_small{
    font-size: 13px;
  }

  .mchr_step{
    padding: 70px 0;
  }
  .mchr_step .box{
    margin-top: 0;
    padding-top: 10px;
  }
  .mchr_step .item{
    margin-top:30px;
    display: block;
  }
  .mchr_step .inner{
    width: 100%;
    padding: 30px 20px 50px 25px;
    position: relative;
  }
  .mchr_step .title{
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .mchr_step p{
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .mchr_step .circle{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    top: auto; bottom: -50px; right: 50%;
    transform: translate(50%,0);
  }
  .mchr_step .item:nth-child(2) .circle{
    right: 50%; left: auto;
  }
  .mchr_step .num{
    font-size: 10px;
  }
  .mchr_step .sub_title{
    font-size: 14px;
  }
  .mchr_step .thum_box{
    width: 100%;
  }
  .mchr_step .cover{
    padding: 15px 15px;
    display: block;
    font-size: 10px;
  }
  .mchr_step .name{
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
  .mchr_step .text{
    width: 100%;
    margin-top: 10px;
    font-size: 10px;
  }

  .mchr_point{
    padding: 70px 0 0 0;
  }
  .mchr_point .container{
    padding: 0;
  }
  .mchr_point .h2_box{
    margin-left: 20px;
  }

  .mchr_point_anchor{
    margin-top: 0;
    padding: 10px 20px 70px 20px;
    display: block;
  }
  .mchr_point_anchor .item{
    width: 100%;
    margin-top: 30px;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
  }
  .mchr_point_anchor .thum{
    width: 160px;
  }
  .mchr_point_anchor p{
    margin-top: 15px;
    font-size: 15px;
  }
  .mchr_point_anchor .btn{
    margin-top: 15px;
  }
  .mchr_point_anchor .btn a{
    height: 65px;
  }
  .mchr_point_anchor .title{
    font-size: 12px;
  }
  .mchr_point_anchor .arrow{
    width: 16px;
  }

  .mchr_point .box{
  }
  .mchr_point .box .item{
    margin: 0;
    border-radius: 0;
  }
  .mchr_point .box .title_box{
    padding: 40px 30px;
    display: block;
  }
  .mchr_point .box .square{
    width: 68px;
    height: 68px;
    font-size: 9px;
    position: absolute; top: 40px; left: 30px;
  }
  .mchr_point .box .square span{
    font-size: 13px;
  }
  .mchr_point .box .inner{
    width: 100%;
  }
  .mchr_point .box .title{
    width: 100%;
    padding-left: 80px;
    font-size: 16px;
  }
  .mchr_point .box p{
    margin-top: 13px;
    font-size: 13px;
  }
  .mchr_point .box .item:nth-child(1) .acc{
    width: 158px;
    bottom: -55px; right: 20px;
  }
  .mchr_point .box .item:nth-child(2) .acc{
    width: 171px;
    bottom: -40px; right: 20px;
  }
  .mchr_point .box h3{
    padding-top: 70px;
    font-size: 15px;
  }
  .mchr_point .box .h3_small{
    font-size: 13px;
  }
  .mchr_point .box .example{
    padding: 0 20px 80px 20px;
  }
  .mchr_point .box .any{
    padding: 55px 20px 0 20px;
    display: block;
  }
  .mchr_point .box .any div{
    width: 100%;
    margin-top: 25px;
  }
  .mchr_point .box .any div img{
    padding: 0;
    background-color: #f6f4f0;
  }
  .mchr_point .box .image{
    padding: 45px 20px 80px 20px;
    display: block;
  }
  .mchr_point .box .image div{
    width: 100%;
    margin-top: 30px;
  }

  .mchr_comment{
    padding: 0 0 100px 0;
  }
  .mchr_comment .container{
    padding: 0;
  }
  .mchr_comment .h2_box{
    margin-left: 20px;
  }
  .mchr_comment .box{
    padding-top: 0;
  }
  .mchr_comment .item{
    min-height: 0;
    margin: 40px 20px 0 0;
    padding: 40px 30px 75px 30px;
    display: block;
  }
  .mchr_comment .item:nth-child(even){
    margin: 40px 0 0 20px;
    padding: 40px 30px 75px 30px;
  }
  .mchr_comment .item::before{
    display: none;
  }
  .mchr_comment .thum_box{
    width: 100%;
    padding-top: 0;
    display: block;
  }
  .mchr_comment .inner{
    width: 100%;
    margin-top: 15px;
  }
  .mchr_comment .title{
    font-size: 16px;
  }
  .mchr_comment .acc{
    font-size: 55px;
  }

}
@media (max-width:320px) {
}




/*@media (max-width:1195px) {
  .mid-career-header-nav .nav-link{padding: 0 1.5vw;}
  .nav-about,.nav-external{
    padding-left: 1.5vw;
padding-right: 1.5vw;
  }
}
@media (max-width:1115px) {
  .mid-career-header-nav .nav-link{padding: 0 1vw;}
}*/

