@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　support
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/




/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* page-nav-area
-----------------------------------------------------------------*/
.page-nav-area{
	padding: 90px 0 120px;
}
.page-nav{
	justify-content: space-between;
	max-width: 500px;
  width: 100%;
	margin-inline: auto;
}
.page-nav li{
	max-width: 235px;
	width: calc(50% - 5px);
}


/* support-center
-----------------------------------------------------------------*/
.support-center{
  padding: 160px 0;
  background: var(--beige)  
}
.support-center h2{
  margin-bottom: 60px;  
}
.support-center h2 + .txt{
  margin-bottom: 110px;
  text-align: center;  
}
.support-center .txt-lead{
  margin-bottom: 50px;
  text-align: center;
  font-size:min(2.28vw,3.5rem);
  line-height: 1.4; 
}
.case-list{
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto 110px;  
}
.case-list li{
  width: calc((100% - 40px)/5);
  text-align: center;  
}
.case-list .icon{
  margin-bottom: 15px;  
}
.case-list .txt{
  font-size:min(1.17vw,1.8rem);
  line-height: 1.5;  
}

.support-center .features{
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;  
}
.support-center .features li{
  max-width: 610px;
  width: calc(50% - 10px);  
}
.support-center .features .pic{
  margin-bottom: 40px; 
}
.support-center .features h3{
  margin-bottom: 25px;
  line-height: 1.5;
  font-size:min(1.76vw,2.7rem); 
}
.support-center .features .txt{
  font-size:min(1.04vw,1.6rem);
  line-height: 1.6; 
}
.support-center .message{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0 7% 16px 4.93%;
  background: var(--light);
  border-radius: 10px;  
}
.support-center .message .pic{
  position: relative;
  flex-shrink: 0; 
}
.support-center .message .pic::before{
  position: absolute;
  left: -0.33vw;
  top: 0;
  transform: scale(.98, .98) rotate(-5deg);
  display: block;
  width: 103%;
  height: 100%;
  border-radius: 10px;
  content: "";
  background: var(--green);  
}
.support-center .message .pic span{
  position: relative;
  z-index: 5;  
}
.support-center .message .txt{
  padding-left: 7%;
  font-size:min(1.04vw,1.6rem);
  line-height: 1.6; 
  text-align: justify;  
}


/* mentor
-----------------------------------------------------------------*/
.mentor{
  padding: 160px 0;  
}
.mentor h2{
  margin-bottom: 60px;  
}
.mentor h2 + .txt{
  margin-bottom: 110px;
  text-align: center; 
}
.mentor .pic-system{
  margin-bottom: 110px;  
}
.interview + .interview{
  margin-top: 110px;  
}
.interview-hd{
  display: flex;  
}
.interview-hd .pic-left{
  width: 30.47vw;  
}
.interview-hd .pic-right{
  width: 30.47vw;  
}
.interview-hd  .ttl-area{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 39.06vw;
  padding: 20px 20px 5.21vw;
}
.interview-hd h3{
  margin-bottom: 45px;
  line-height: 1;  
}
.interview-hd h3 small{
  display: block;
  margin-bottom: 18px;
  font-size:min(0.85vw,1.3rem);
  color: #38BB8D;  
}
.interview02 .interview-hd h3 small{ color: var(--cat02); }
.interview03 .interview-hd h3 small{ color: var(--cat03); }
.interview-hd h3 span{
  display: block;
 font-size:min(1.5vw,2.3rem); 
}
.interview-hd .txt{
  font-size:min(2.73vw,4.2rem);  
}
.interview-hd .txt span{
  border-bottom:  1px solid var(--dark);  
}
.voice-area{
  display: flex;
  justify-content: space-between;
  max-width: 1340px;
  width: 100%;
  margin: -5.21vw auto 0;
  padding: 0 20px;  
}
.voice-area .mentee-box{
  max-width: 630px;
  width: calc(50% - 10px);
  padding: 65px 5% 60px;
  border-radius: 10px;
  background: var(--beige);  
}
.voice-area .mentor-box{
  max-width: 630px;
  width: calc(50% - 10px);
  padding: 65px 5% 60px;
  border-radius: 10px;
  background: var(--green);  
}
.voice-area h4{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size:min(1.04vw,1.6rem);
  text-transform: uppercase;  
}
.voice-area .mentee-box h4 .ico{
  margin-right: 10px;
}
.voice-area .mentor-box h4{
  flex-direction: row-reverse;
}
.voice-area .mentor-box h4 .ico{
  margin-left: 10px; 
}
.voice-area  .txt{
  font-size:min(1.04vw,1.6rem);
  line-height: 1.6; 
}
.voice-area .name{
  margin-top: 25px;
  text-align: right;
  font-size:min(1.04vw,1.6rem);
  line-height: 1.6;   
}















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* page-nav-area
-----------------------------------------------------------------*/
  .page-nav-area{
    padding: 60px 0;
  }
  .page-nav{
    flex-wrap: wrap;
    max-width: none;
  }
  .page-nav li{
    max-width: none;
    width: calc(50% - 10px);
  }
  .page-nav li:nth-child(n+3){
    margin-top: 20px; 
  }


/* support-center
-----------------------------------------------------------------*/
  .support-center{
    padding: 110px 0; 
  }
  .support-center h2{
    margin-bottom: 30px;  
  }
  .support-center h2 + .txt{
    margin-bottom: 50px;
    text-align: justify;  
  }
  .support-center .txt-lead{
    margin-bottom: 50px;
    font-size: 2em;
    line-height: 1.5; 
  }
  .case-list{
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 60px 0;  
  }
  .case-list li{
    width: calc((100% - 20px)/3); 
    text-align: center;  
  }
  .case-list li:nth-child(1){
    margin-left: 10vw;  
  }
  .case-list li:nth-child(2){
    margin-right: 10vw;  
  }
  .case-list li:nth-child(n+3){
    margin-top: 15px;  
  }
  .case-list .icon{
    width: 90px;
    margin: 0 auto 10px;  
  }
  .case-list .txt{
    font-size: 1rem;  
  }
  .case-list .txt small{
    font-size: min(2.4vw, 1rem);  
  }
  
  .support-center .features{
    display: block;
    margin-bottom: 60px;  
  }
  .support-center .features li{
    max-width: none;
    width: 100%;  
  }
  .support-center .features li:nth-child(n+2){
    margin-top: 60px;  
  }
  .support-center .features h3{
    margin-bottom: 15px;
    font-size: 2rem; 
  }
  .support-center .features .txt{
    font-size: 1.4rem;
  }
  .support-center .message{
    display: block;
    padding: 50px 20px 40px; 
  }
  .support-center .message .txt{
    margin-bottom: 40px;
    padding-left: 0;
    line-height: 1.8;
    font-size: 1.4rem;
  }


/* mentor
-----------------------------------------------------------------*/
  .mentor{
    padding: 110px 0;  
  }
  .mentor h2{
    margin-bottom: 40px;  
  }
  .mentor h2 + .txt{
    margin-bottom: 50px;
    text-align: justify; 
  }
  .mentor .pic-system{
    margin-bottom: 50px;  
  }
  .interview + .interview{
    margin-top: 50px;  
  }
  .interview-hd{
    display: block;  
  }
  .interview-hd  .ttl-area{
    display: block;
    width: 100%;
    padding: 20px 20px 50px;
  }
  .interview-hd h3{
    margin-bottom: 30px;
  }
  .interview-hd h3 small{
    display: block;
    margin-bottom: 10px;
    font-size:min(2.13vw,1rem); 
  }
  .interview-hd h3 span{
   font-size: 1.6rem; 
  }
  .interview-hd .txt{
    font-size: 2rem;
    line-height: 2.2;  
  }
  .interview-hd .txt span{
    border-bottom:  1px solid var(--dark);  
  }
  .voice-area{
    position: relative;
    display: block;
    margin: -10vw auto 0;  
  }
  .voice-area .mentee-box{
    max-width: none;
    width: calc(100% + 20px);
    margin: 0 0 0 -20px;
    padding: 30px 20px;
    border-radius: 0 10px 10px 0;  
  }
  .voice-area .mentor-box{
    max-width: none;
    width: calc(100% + 20px);
    padding: 30px 20px;
    margin: 20px -20px 0 0;
     border-radius: 10px 0 0 10px;  
  }
  .voice-area h4{
    font-size: 1.5rem; 
  }
  .voice-area .mentee-box h4 .ico{
    margin-right: 8px;
  }
  .voice-area .mentee-box h4 .ico{
    width: 19px;  
  }
  .voice-area .mentor-box h4 .ico{
    margin-left: 8px; 
  }
  .voice-area .mentor-box h4 .ico{
    width: 22px;  
  }
  .voice-area  .txt{
    font-size: 1.3rem;
    text-align: justify; 
  }
  .voice-area .name{
    font-size: 1.1rem; 
  }



}