@charset "utf-8";

.hrd-contents{
  
}
.hrd-sec{
  background-color: #F0F6FC;
}
.hrd-heading{
  background: #245AA5;
  background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  color: #FFF;
  text-align: center;
  font-weight: 700;
  letter-spacing: -.03em;
}
.hrd-sec .inner{
  background-color: #FFF;
}
@media print, screen and (min-width:781px) {
  .hrd-heading{
    font-size: 2.0rem;
    padding: 115px 0 215px;
  }
  .hrd-sec .inner{
    margin-left: auto;
    margin-right: auto;
    margin-top: -105px;
    max-width: 1088px;
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .hrd-heading{
    font-size: 1.7rem;
    padding: 60px 0 115px;
  }
  .hrd-sec .inner{
    margin-top: -50px;
  }
}

/* ------- HCM ---------------------------------------------- */
#hcm-sec .inner{
  position: relative;
}
#hcm-sec .inner > *{
  position: relative;
  z-index: 1;
}
#hcm-sec .inner > .ttl{
  font-weight: 700;
  font-style: italic;
  letter-spacing: -.03em;
  line-height: 1.34;
  text-align: center;
  transform: rotate(-5deg);
}
#hcm-sec .inner > p{
  font-weight: 600;
  text-align: center;
}
.hcm-item{
  text-align: center;
}
.hcm-item .ttl{
  display: flex;
  flex-direction: column;
  position: relative;
}
.hcm-item .ttl:before,
.hcm-item .ttl:after{
  content: "";
  display: block;
}
.hcm-item .ttl:before{
  order: 0;
}
.hcm-item .ttl:after{
  background: #245AA5;
  background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  content: "";
  display: block;
  order: 1;
}
.hcm-item .ttl > h4{
  font-weight: 700;
  font-style: italic;
  letter-spacing: -.03em;
  line-height: 1;
  transform: rotate(-5deg);
  order: 2;
}
#hcm-sec .inner .bg > div > div{
  background-repeat: no-repeat;
  background-size: cover;
}
#hcm-sec .inner .bg > div:nth-child(4) .photo1{
  background-image: url("../img/bg_hcm_r1.jpg");
}
#hcm-sec .inner .bg > div:nth-child(4) .photo2{
  background-image: url("../img/bg_hcm_r2.jpg");
}
#hcm-sec .inner .bg > div:nth-child(5) .photo1{
  background-image: url("../img/bg_hcm_l1.jpg");
}
#hcm-sec .inner .bg > div:nth-child(5) .photo2{
  background-image: url("../img/bg_hcm_l2.jpg");
}


.aim-sec{
  background-color: #F0F6FC;
}
.aim-sec > .subttl{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
  transform: rotate(-5deg);
  line-height: 1;
  text-align: center;
}
.aim-sec .ttl{
  font-weight: 700;
  text-align: center;
}
.aim-sec > p{
  text-align: center;
}
@media print, screen and (min-width:781px) {
  #hcm-sec{
    padding-bottom: 150px;
  }
  #hcm-sec .inner{
    padding-top: 52px;
    padding-bottom: 100px;
  }
  #hcm-sec .inner .bg{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
  }
  #hcm-sec .inner > .ttl{
    font-size: 9.5rem;
  }
  #hcm-sec .inner > p{
    font-size: 2.0rem;
    margin-top: 25px;
  }
  
  .hcm-list{
    margin-top: 480px;
  }
  .hcm-item{
    margin: 7px 25px;
  }
  .hcm-item .ttl:before{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-100%)
  }
  .hcm-item:nth-child(1) .ttl:before{
    background-image: url("../img/ic_hcm1.svg");
    height: 71px;
    width: 71px;
    bottom: 35px;
  }
  .hcm-item:nth-child(2) .ttl:before{
    background-image: url("../img/ic_hcm2.svg");
    height: 101px;
    width: 101px;
    bottom: 0;
  }
  .hcm-item .ttl:after{
    margin: 0 auto 25px;
    height: 6px;
    width: 60px;
  }
  .hcm-item .ttl > h4{
    font-size:4.3rem;
  }
  .hcm-item p{
    margin-top: 30px;
  }
  
  #hcm-sec .inner .bg > div{
    background-repeat: no-repeat;
    position: relative;
  }
  #hcm-sec .inner .bg > div:nth-child(odd){
    width: 60.386%;
  }
  #hcm-sec .inner .bg > div:nth-child(even){
    width: 39.614%;
  }
  #hcm-sec .inner .bg > div:nth-child(2){
    background-image: url("../img/bg1.png");
    padding-bottom: 9.74265%;
  }
  #hcm-sec .inner .bg > div:nth-child(3){
    background-image: url("../img/bg2.png");
    padding-bottom: 45.95585951%;
  }
  #hcm-sec .inner .bg > div:nth-child(6){
    background-image: url("../img/bg3.png");
    padding-bottom: 29.227961866%;
  }
  #hcm-sec .inner .bg > div:nth-child(4) .photo1,
  #hcm-sec .inner .bg > div:nth-child(4) .photo2,
  #hcm-sec .inner .bg > div:nth-child(5) .photo1,
  #hcm-sec .inner .bg > div:nth-child(5) .photo2{
    position: absolute;
  }
  #hcm-sec .inner .bg > div:nth-child(4) .photo1{
    padding-bottom: 24.3619488%;
    width: 32.25058%;
    right: 0;
    top: 0;
    transform: translate(100%,-100%);
  }
  #hcm-sec .inner .bg > div:nth-child(4) .photo2{
    padding-bottom: 34.57076523%;
    width: 47.0997679%;
    right: 0;
    top: 0;
  }
  #hcm-sec .inner .bg > div:nth-child(5) .photo1{
    padding-bottom: 26.6362248%;
    width: 36.073059%;
    left: -21.156773%;
    top: 0;
    transform: translateY(-100%);
  }
  #hcm-sec .inner .bg > div:nth-child(5) .photo2{
    padding-bottom: 29.223742%;
    width: 43.5312%;
    left: 0;
    top: 0;
  }
  
  
  
  
  
  .hcm-list{
    display: flex;
    justify-content: center;
  }
  
  .aim-sec{
    border-radius: 265px;
    padding-top: 1px;
    padding-bottom: 100px;
    margin: 80px auto 0;
    max-width: 800px;
  }
  .aim-sec .subttl{
    font-size: 6.5rem;
    margin-top: -30px;
  }
  .aim-sec .ttl{
    font-size: 2.6rem;
    margin-top: 55px;
  }
  .aim-sec > p{
    font-size: 1.8rem;
    margin-top: 25px;
  }
}
@media screen and (max-width: 780px) {
  #hcm-sec{
    padding-bottom: 50px;
  }
  #hcm-sec .inner{
    background-image: url("../img/bg_sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 100px;
    padding-bottom: 70px;
  }
  #hcm-sec .inner .bg{
  }
  #hcm-sec .inner > .ttl{
    font-size: 4.8rem;
  }
  #hcm-sec .inner > p{
    font-size: 1.5rem;
    margin-top: 25px;
  }
  
  #hcm-sec .image.sp-ver{
    margin-top: 75px;
  }
  
  .hcm-list{
    margin-top: 140px;
  }
  .hcm-item{
    margin-top: 140px;
  }
  .hcm-item .ttl:before{
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-100%)
  }
  .hcm-item:nth-child(1) .ttl:before{
    background-image: url("../img/ic_hcm1.svg");
    height: 62px;
    width: 62px;
    bottom: 35px;
  }
  .hcm-item:nth-child(2) .ttl:before{
    background-image: url("../img/ic_hcm2.svg");
    height: 88px;
    width: 88px;
    bottom: 0;
  }
  .hcm-item .ttl:after{
    margin: 0 auto 25px;
    height: 5px;
    width: 53px;
  }
  .hcm-item .ttl > h4{
    font-size:3.8rem;
  }
  .hcm-item p{
    font-size: 1.3rem;
    margin-top: 30px;
  }
  
  
  .aim-sec{
    border-radius: 132px;
    padding-top: 35px;
    padding-bottom: 70px;
    margin: 50px 5% 0;
  }
  .aim-sec .subttl{
    font-size: 4.0rem;
  }
  .aim-sec .ttl{
    font-size: 1.9rem;
    margin-top: 30px;
  }
  .aim-sec > p{
    font-size: 1.3rem;
    margin-top: 20px;
  }
  
  #hcm-sec .inner .bg{
    display: none;
  }
  
}



/* ------- PLAN ---------------------------------------------- */
.plan-item{
  background-color: #FFF;
}
.plan-item .ttl{
  font-weight: 700;
  line-height: 1.25;
}
.plan-item .ttl:before{
  background: #245AA5;
  background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  content: "";
  display: block;
}
@media print, screen and (min-width:781px) {
  .plan-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -115px auto 0;
    padding-bottom: 160px;
    max-width: 1088px;
    width: 90%;
  }
  .plan-item{
    padding: 55px;
    width: 48.1617%;
  }
  .plan-item:nth-child(n + 3){
    margin-top: 3.6766%;
  }
  .plan-item .ttl{
    text-align: center;
  }
  .plan-item .ttl:before{
    margin: 0 auto 35px;
    height: 6px;
    width: 60px;
  }
  .plan-item .ttl{
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
  .plan-item .image{
    margin: 40px auto 0;
    width: 91.428%;
  }
}
@media screen and (max-width: 780px) {
  .plan-list{
    margin: -50px 5% 0;
    padding-bottom: 50px;
  }
  .plan-item{
    padding: 50px 5%;
  }
  .plan-item:nth-child(n + 2){
    margin-top: 20px;
  }
  .plan-item .ttl{
    text-align: center;
  }
  .plan-item .ttl:before{
    margin: 0 auto 35px;
    height: 6px;
    width: 60px;
  }
  .plan-item .ttl{
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .plan-item .image{
    margin: 30px 5% 0;
  }
}



/* ------- WORKING ---------------------------------------------- */
.training-item{
  background-color: #FFF;
}
.training-item .ttl{
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.03em;
  position: relative;
}
.training-item .ttl:before{
  background: #245AA5;
  background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  content: "";
  display: block;
}
.training-item .detail .subttl{
  font-weight: 700;
  letter-spacing: -.03em;
}

.voice-item{
  position: relative;
}
.voice-item:nth-child(odd){
  background-color: #F0F6FC;
}
.voice-item:nth-child(even){
  background-color: #E0EFFD;
}
.voice-item:before{
  border-radius: 50%;
  background-color: #C8E9FB;
  content: "";
  display: block;
  position: relative;
}
.voice-item.mentee:before{
  background-image: url("../img/img_mentee.svg");
}
.voice-item.mentor:before{
  background-image: url("../img/img_mentor.svg");
}
.voice-item dt{
  display: flex;
  align-items: center;
  font-weight: 700;
}
.voice-item dt:before{
  background-image: url("../img/ic_voice.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
.voice-item dd > ul > li{
  text-indent: -1em;
  padding-left: 1em;
}
.voice-item dd > ul > li:nth-child(n + 2){
  margin-top: 10px;
}
@media print, screen and (min-width:781px) {
  .training-list{
    margin: -115px auto 0;
    padding-bottom: 160px;
    max-width: 1088px;
    width: 90%;
  }
  .training-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 55px;
  }
  .training-item:nth-child(n + 2){
    margin-top: 40px;
  }
  .training-item:nth-child(n + 3){
    margin-top: 3.6766%;
  }
  .training-item .detail{
    width: 56.186%;
  }
  .training-item .ttl{
    padding-left: 85px;
  }
  .training-item .ttl:before{
    height: 6px;
    width: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .training-item .ttl{
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .training-item .detail > p{
    padding-left: 85px;
  }
  .training-item .detail .subttl{
    margin-bottom: 10px;
  }
  .training-item .image{
    width: 38.945%;
  }
  .training-item .voice{
    width: 100%;
  }
  
  
  .mentee-desc{
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 85px;
    padding: 50px 0 60px;
    width: 100%;
  }
  .mentee-desc .image{
    width: 100%;
  }
  
  
  .voice{
    margin-top: 30px;
    margin-left: 85px;
  }
  .voice-item{
    border-radius: 185px;
    padding: 0 85px 90px;
    margin-top: 30px;
  }
  .voice-item:before{
    top: -20px;
    margin-bottom: 20px;
    height: 72px;
    width: 72px;
  }
  .voice-item dt{
    font-size: 2.0rem;
  }
  .voice-item dt:before{
    margin-right: 22px;
    height: 17px;
    width: 17px;
  }
  .voice-item dd{
    margin-top: 22px;
  }
}
@media screen and (max-width: 780px) {
  .training-list{
    margin: -50px 5% 0;
    padding-bottom: 50px;
  }
  .training-item{
    padding: 50px 5%;
  }
  .training-item:nth-child(n + 2){
    margin-top: 20px;
  }
  .training-item .detail{
  }
  .training-item .ttl{
    text-align: center;
  }
  .training-item .ttl:before{
    margin: 0 auto 35px;
    height: 6px;
    width: 60px;
  }
  .training-item .ttl{
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .training-item .detail .subttl{
    margin-bottom: 20px;
    text-align: center;
  }
  .training-item .image{
    margin: 30px 5% 0;
  }
  .training-item .voice{
    width: 100%;
  }
  
  
  .mentee-desc{
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 75px 0 50px;
    width: 100%;
  }
  .mentee-desc .image.js-scrollable {
    width: 700px;
  }
  
  
  .voice{
    margin-top: 75px;
  }
  .voice-item{
    border-radius: 132px;
    padding: 0 10% 95px;
    margin-top: 30px;
  }
  .voice-item:before{
    background-size: cover;
    top: 0;
    left: -5%;
    margin-bottom: 20px;
    height: 59px;
    width: 59px;
  }
  .voice-item dt{
    display: block;
    font-size: 1.5rem;
    text-align: center;
  }
  .voice-item dt:before{
    margin: 0 auto 5px;
    height: 17px;
    width: 17px;
  }
  .voice-item dd{
    margin-top: 20px;
  }
}


/* ------- WORKING ---------------------------------------------- */

@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}
