.base-new {
  background-color: #f5fbff;
}

.img-box-txt-new {
  background-color: #0165b5;
}

.section-ttl-open-new{
  border-bottom: 5px solid #1E90FF;
  color: #004080;
}

.section-ttl-new{
  color: #0165b5;
}

.merit-item-company-new{
  box-shadow: 0 4px 15px rgba(30, 144, 255, 0.3);
  background-color: #eaf5ff;
}

.merit-item-company-new:hover {
  box-shadow: 0 10px 30px rgba(30, 144, 255, 0.6);
}

.merit-item-ttl-new {
  color: #004080;
}

.merit-item-ttl-new::after {
  background: linear-gradient(90deg, #1E90FF, #87CEFA);
}

.number-circle-new {
  background: linear-gradient(135deg, #1e90ff, #87cefa);
  box-shadow: 0 0 12px #1e90ff;
  animation: pulse-new 3s infinite ease-in-out;
}


  /* 脈打つpulseアニメーション */
@keyframes pulse-new {
  0%, 100% { transform: scale(1); box-shadow: 0 0 12px #1e90ff; }
  50% { transform: scale(1.15); box-shadow: 0 0 25px #1e90ff; }
}

.merit-item-detail-new {
  color: #003366;
}

.merit-button-new {
  background: linear-gradient(135deg, #1e90ff, #005bbb);
  box-shadow: 0 4px 10px rgba(0, 91, 187, 0.6);
}

.merit-button-new:hover {
  background: linear-gradient(135deg, #005bbb, #1e90ff);
  box-shadow: 0 6px 18px rgba(30, 144, 255, 0.9);
}

.detail-ttl-new::before {
  background-color: #0165b5;
}

.points-new {
  background-color: #efffff;
}

.recruit__points-new {
  background-color: #efffff;
}
  
  
.points-dt-new {
  border-bottom: 1px solid #0165b5;
}

@media (max-width: 768px) {
  .points-dt-new {
    border-bottom: initial;  
  }
}

.points-dd-new {
  width: 100%;
  padding-top: 2.4rem;
  padding-left: 2.4rem;
  padding-bottom: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #c3c3c3;
}
  
@media (max-width: 768px) {
  .points-dd-new {
    padding: initial;
    padding-bottom: 1.6rem;
    font-size: 1.4rem;
  }
}

.entry-body-new {
 background-color: #efffff;
}

/*採用スケジュール表*/

.schedule_table {
    border-collapse: collapse;
    width: 80%;
    height: 66%;
    margin: 20px auto ;
    background-color: #f5faff;
}
  
.month, .side-head {
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    font-size:24px;
    height: 50px;
    
}



.month {
    text-align: center;
    white-space: nowrap;
    background-color: #e0effc;
}
.month .line1,
.month .line2 {
    display: inline;
}

.side-head {width: 150px;}
.w1 { width: 45px; }  /* 3〜7月 */ /* 8〜2月＋4月 */
.w3 { width: 120px; } /* 最後の3月だけ広く */
.w4 { width: 70px; } 


  
.bar_b1,
.bar_b2 ,
.bar_b3,
.orange-bar {
    background-color: #6ab2e5;
    color: white;
    padding: 3px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    font-size:24px;
    height: 50px;
}

.bar_b2{
  background-color: #2c92d6;
}
  
.bar_b3{
  background-color: #0165b5;
}

.orange-bar {
  background-color: #f39c12;
}




.container_schedule_job_offer {
  background-color: #e8f0f8;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 1500px;
  height: 300px;
  margin-top: 30px;
}



  
@media (max-width: 768px) {
  .container_schedule_job_offer {
    height: 220px;
    max-width: 90%;
  }

  .schedule_table {
    border-collapse: collapse;
    width: 90%;
    height: 40%;
    margin: 20px auto ;
    background-color: #f5faff;
  }


  .month, .side-head {
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    font-size:8px;
    height: 50px;    
  }

  .side-head {width: 70px;}
  .w1 { width: 10px; }  /* 3〜7月 */ /* 8〜2月＋4月 */
  .w3 { width: 50px; } /* 最後の3月だけ広く */
  .w4 { width: 30px; } 
  .month .line1,
  .month .line2 {
    display: block;
  }

  .bar_b1,
  .bar_b2 ,
  .bar_b3,
  .orange-bar {
    padding: 3px;
    font-size:8px;
    height: 30px;
  }

  .orange-bar {
    font-size: 10px;
  }
}
  
  /* ■採用スケジュール */
.schedule_job_offer_explain {
    padding-left: 20px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 25px;
}
  
@media (max-width: 768px) {
    .schedule_job_offer_explain {
      font-size: 10px;
      padding-left: 10px;
      padding-top: 10px;
  
  }
}



.recruit_exam {
    margin-top: 50px;
  }
  
/************* 内定までの流れ *******************/
/* 内定までの流れbox */
.container_process_job_offer {
  background-color: #e8f0f8;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 1500px;
  height: 200px;
  margin-top: 50px;
}

@media (max-width: 768px) {

  .container_process_job_offer {
    height: 100px;
    max-width: 90%;
  }
}

/* 内定までの流れ_説明 */
.process_job_offer_explain {
  padding-left: 20px;
  padding-top: 20px;
  font-weight: bold;
  font-size: 25px;
}

@media (max-width: 768px) {
  .process_job_offer_explain {
    font-size: 10px;
    padding-left: 10px;
    padding-top: 10px;

  }
}


/* 内定までの流れ図 */

.process_job_offer_figure {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .process_job_offer_figure {
   padding: 2%;
  }
}

/* 四角形 */
.frist_rectangle,
.second_rectangle,
.third_rectangle,
.last_rectangle {
  width: 200px;
  height: 100px;
  background-color: #aad4ef;
  position: relative;
  margin-left: 10px;
  color: white;
  font-size: 25px;
}

.second_rectangle{
  background-color: #6ab2e5;
}

.third_rectangle{
  background-color: #2c92d6;
}

.last_rectangle{
  background-color: #0165b5	;
}

@media (max-width: 768px) {
  .frist_rectangle,
  .second_rectangle,
  .third_rectangle,
  .last_rectangle {
    width: 80px;
    height: 40px;
    position: relative;
    font-size: 8px;
    margin-left: 5px;
  }
}

/* 三角形(右) */
.first_triangle_right,
.second_triangle_right,
.third_triangle_right {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #8ac3ea;
  margin-left: 10px;
  margin-top: 15px;
}

.second_triangle_right{
  border-left: 20px solid #4aa1df;
}

.third_triangle_right{
  border-left: 20px solid #117cc9	;
}


@media (max-width: 768px) {

  .first_triangle_right,
  .second_triangle_right,
  .third_triangle_right {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 8px solid #8ac3ea;
    margin-left: 5px;
    margin-top: 3px;
  }

  .second_triangle_right{
    border-left: 20px solid #4aa1df;
  }
  
  .third_triangle_right{
    border-left: 20px solid #117cc9	;
  }
  

}
  
.text-center {
  text-align: center;
}
  
.text1 {
  margin-top: 20px;
}
  
.text0 {
  margin-top: 35px;
}
  
@media (max-width: 768px) {
  .text1 {
    margin-top: 12.5px;
    font-size: 10px
  }
  .text0 {
    margin-top: 15px;
    font-size: 10px
  }
}
  
.charcter2 {
  padding-left: 10px;
}
  
  
  
  /************* 内定から入社までの流れ *******************/
.container_process_join_company {
  background-color: #e8f0f8;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 1500px;
  height: 200px;
  margin-top: 30px;
}
  
@media (max-width: 768px) {  
  .container_process_join_company {
    height: 100px;
    max-width:90%;
  }
}
  
  /* 内定までの流れ_説明 */
.process_join_company_explain {
  padding-left: 20px;
  padding-top: 20px;
  font-weight: bold;
  font-size: 25px;
}
  
@media (max-width: 768px) {
  .process_join_company_explain {
    font-size: 10px;
    padding-left: 10px;
    padding-top: 10px;
  }
}

  /* 入社までの流れ図 */
.process_join_company_figure {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .process_join_company_figure {
    padding: 2%;
  }
}
  
  /* 四角形 */
.first_rectangle_join_company,
.second_rectangle_join_company,
.third_rectangle_join_company {
  width: 300px;
  height: 100px;
  background-color: #6ab2e5;
  position: relative;
  margin-left: 10px;
  color: white;
  font-size: 25px;
}
  
.second_rectangle_join_company{
  background-color: #2c92d6;
}
  
.third_rectangle_join_company{
  background-color: #0165b5;
}
  
@media (max-width: 768px) {
  .first_rectangle_join_company,
  .second_rectangle_join_company,
  .third_rectangle_join_company {  
    width: 100px;
    height: 40px;
    font-size: 8px;
    margin-left: 5px;
  }
}
  
.join_company_text1 {
  margin-top: 7px;
}
  
.join_company_text2 {
  margin-top: 20px;
}
  
@media (max-width: 768px) {
  .join_company_text1 {
    margin-top: 5px;
  }
  
  .join_company_text2 {
    margin-top: 10px;
  }
}
  
  
  /******** 試験 ************/
  
.exam {  
  display: flex;
  justify-content: center;
}
  
  /* 一次試験 */
.first_exam {
  background-color: #e8f0f8;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 730px;
  height: 400px;
  margin-top: 30px;
  margin-right: 30px;
}
  
@media (max-width: 768px) {
  .first_exam {
    width: 175px;
    height: 190px;
    margin-top: 20px;
    margin-right: 10px;
  }
}
  
  /* 試験_説明 */
.exam_explain {
  padding-left: 20px;
  padding-top: 20px;
  font-weight: bold;
  font-size: 25px;
}
  
@media (max-width: 768px) {
  .exam_explain {
    font-size: 8px;
    padding-left: 10px;
    padding-top: 10px;
  }
}
  
  
.box {
  background-color: green;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 200px;
  height: 30px;
  margin-top: 20px;
  margin-left: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
}
  
@media (max-width: 768px) {
  .box {
    font-size: 8px;
    width: 100px;
    height: 15px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
  
.orange {
  background-color: orange;
}
  
.first_exam_remarks {
  margin-left: 20px;
  margin-top: 5px;
  font-size: 23px;
}
  
.first_exam_point {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 23px;
}
  
@media (max-width: 768px) {
  
  .first_exam_remarks {
    margin-left: 20px;
    margin-top: 5px;
    font-size: 7px;
  }
  
  .first_exam_point {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 8px;
  }
} 
  /* 2次試験 */
.second_exam {  
  background-color: #e8f0f8;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 730px;
  height: 400px;
  margin-top: 30px;
}
  
@media (max-width: 768px) {  
  .second_exam {
    width: 175px;
    height: 190px;
    margin-top: 20px;  
  }
}