@charset "UTF-8";

/* ==========================================================================
　　運営会社紹介ページ共通
   ========================================================================== */
.career-inner{
  margin-bottom:50px;
}


h2{
  margin:50px auto !important;
  width:100% !important;
}

.message{
 text-align:center;
 font-weight:bold;
 margin-top:40px;
 font-size:18px;
 line-height:1.8;
}

/**** レスポンシブ ****/
@media (max-width: 767px){
  .career-section{
    margin:30px auto;
    padding:0 12px;
  }

 .message{
    font-size:16px;
    margin-top:30px;
  }
}


/* ==========================================================================
　　メディアファイブとは
   ========================================================================== */
.company-title{
  font-size:32px;
  text-align:center;
  margin-bottom:40px;
}
.company-image{
  margin:30px 0;
}

.company-image img{
  width:50%;
}

.company-text{
  font-size:16px;
  line-height:1.8;
  margin-bottom:20px;
}
.company-info{
  margin-top:40px;
  border-top:1px solid #ddd;
}

.company-item{
  display:flex;
  padding:15px 0;
  border-bottom:1px solid #ddd;
}

.company-label{
  width:150px;
  font-weight:bold;
}

.column__item{
  flex:1;
}
.company__item{
  margin-bottom:80px;
}


.btn-orange{
  display:block;
  width:fit-content;
  margin:20px 0 0 auto;
  padding:14px 28px;
  background-color:#ff8c00;
  color:#fff !important;
  text-decoration:none;
  border-radius:6px;
  font-weight:bold;
  transition:0.3s;
}

.btn-orange:hover{
  background-color:#e67600;
}

/**** レスポンシブ ****/
@media (max-width: 767px){

  .carrer-inner{
    padding:0 12px;
  }

  .company-title{
    font-size:24px;
    margin-bottom:20px;
  }

  .company-text{
    font-size:14px;
    line-height:1.7;
  }

  .company-info{
    margin-top:20px;
  }

  .company-item{
    flex-direction:column;
    padding:10px 0;
  }

  .company-label{
    width:auto;
    margin-bottom:5px;
    font-size:13px;
    color:#666;
  }

  .company-value{
    font-size:14px;
  }

  .company-image{
    margin:20px 0;
  }
}

/* ==========================================================================
　　メディアファイブの魅力　カード
   ========================================================================== */
.column{
  display:flex;
  gap:100px;
  align-items:center;
}
.column__item img{
  width:100%;
  max-width:420px;
  height:260px;
  object-fit:contain;
}

.column__item:first-child{
  flex:1.5;
}

.sub-box{
 background:#fff0f6; /* 超薄いピンク */
  border-left:4px solid #e4017f;
  padding:8px;
  border-radius:6px;
  margin-top:15px;
  font-size:14px;
 box-shadow:0 2px 6px rgba(0,0,0,0.05);
}

.sub-label{
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  background:#f5f5f5;
  color:#666;
  padding:3px 10px;
  border-radius:20px;
  margin-bottom:8px;
}


/**** レスポンシブ ****/
@media (max-width: 767px){

  .column{
    flex-direction:column; 
    gap:20px;
  }

  .column__item{
    width:100%;
  }

  .column__item img{
    max-width:100%;
    height:auto; 
  }

}


/* ==========================================================================
　　輩出実績
   ========================================================================== */
.results-container{
  display:flex;
  justify-content:center;
  gap:80px;
  margin-top:40px;
  flex-wrap:wrap;
}

.result-item{
  min-width:160px;
  text-align:center;
  margin-top: 20px !important;
}

.result-number{
  font-size:48px;
  font-weight:bold;
  color:#0066cc;
  margin-bottom:30px;
} 

.result-number span{
  font-size:28px;
}

.result-label{
  font-size:16px;
}

.results-lead{
  max-width:850px;
  margin:20px auto 60px;
  padding:25px 30px;
  background:#f7f9fc;
  border-left:5px solid #0066cc;
  font-size:17px;
  line-height:1.9;
  color:#333;
}

.results-lead strong{
  font-size:18px;
}

/**** レスポンシブ ****/
@media (max-width: 767px){

  .results-container{
    gap:20px;
    margin-top:20px;
  }

  .result-item{
    width:45%;
  }

  .result-number{
    font-size:32px;
    margin-bottom:10px;
  }

  .result-number span{
    font-size:18px;
  }

  .result-label{
    font-size:14px;
  }

  .results-lead{
    padding:15px;
    margin:20px auto 30px;
    font-size:15px;
    line-height:1.7;
  }

  .results-lead strong{
    font-size:16px;
  }
}


/* ==========================================================================
　　正社員採用キャッチ
   ========================================================================== 
.employment-catch{
  padding-bottom:30px;
  text-align:center;
}

.employment-text{
  line-height:1.6;
  font-weight:bold;
}

.employment-text span{
  color:#0066cc;
}

@media (max-width: 767px){

  .employment-text{
    font-size:24px;
    line-height:1.5;
  }
}


   ==========================================================================
　　キャリアパス
   ========================================================================== 
.career-flow{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  margin-top:50px;
}

.career-step{
  width:250px;
  height:250px;
  padding:25px;
  background:#f7f9fc;
  border-radius:8px;
  margin-top: 20px !important;
}

.step-number{
  font-size:13px;
  font-weight:bold;
  color:#0066cc;
  margin-bottom:10px;
  letter-spacing:1px;
}

.career-flow h3{
  font-size:20px;
  margin-bottom:20px;
}

.career-step p{
  font-size:14px;
  line-height:1.6;
}

.career-arrow{
  font-size:24px;
  color:#999;
}

.career-step4{
  max-width:800px;
  padding:20px 30px;
  background:#f7f9fc;
  border:2px solid #0066cc;
  border-radius:8px;
  margin-bottom:30px;
}

.career-branch{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
}

.branch-item{
  width:270px;
  height:180px;
  padding:20px;
  background:#0066cc;
  color:#fff;
  border-radius:8px;
  text-align:center;
  margin-top: 20px !important;
}

.career-branch p{
  line-height:1.6;
}

.branch-or{
 font-weight:bold;
 font-size:18px;
 color:#666;
}


@media (max-width: 767px){

  .career-flow{
    flex-direction:column;
    align-items:stretch;
    gap:15px;
    margin-top:30px;
  }

  .career-step{
    width:100%;
    height:auto;
    padding:20px;
  }

  .career-step + .career-step{
    margin-top:10px;
  }

  .career-arrow{
    display:none;
  }

  .career-flow h3{
    font-size:16px;
    margin-bottom:10px;
  }

  .career-step p{
    font-size:13px;
  }

  .career-step4{
    padding:15px;
    margin:15px 0;
  }

  .career-branch{
    flex-direction:column;
    gap:20px;
  }

  .branch-item{
    width:100%;
    height:auto;
    padding:20px;
  }

  .branch-or{
    font-size:16px;
  }
}


   ==========================================================================
　　卒業後の参画案件
   ==========================================================================
.project-list{
  max-width:700px;
  margin:40px auto 0;
  padding:0;
}

.project-list li::before{
  content:none !important;
}

.project-list li{
  display:flex;
  align-items:center;
  gap:15px;
  padding:15px 0;
  border-bottom:1px solid #eee;
  font-size:16px;
}

.project-tag{
  background:#0066cc;
  color:#fff;
  font-size:12px;
  padding:5px 10px;
  border-radius:20px;
  white-space:nowrap;
}

.project-note{
  text-align:center;
  margin-top:20px;
  font-size:13px;
  color:#666;
}
 */
/**** レスポンシブ ****/
/*
@media (max-width: 767px){

  .project-list{
    margin:20px auto 0;
    padding:0 12px;
  }

  .project-list li{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    font-size:14px;
  }

  .project-tag{
    font-size:11px;
    padding:4px 8px;
  }

  .project-note{
    font-size:12px;
    margin-top:15px;
  }
}
*/