/* 共通 */

.recruit-company-data .l-container,
.recruit-benefit .l-container,
.job-offer .l-container{
  max-width: 900px;
}

.recruit-company-data,
.job-offer{
  padding: 60px 0;
}

.recruit-company-data h2,
.recruit-benefit h2,
.job-offer h2{
  font-size: 24px;
  color:rgba(29, 163, 137, 1);
}

.recruit-company-data h3,
.recruit-benefit h3, 
.job-offer h3{
  position: relative;
  padding: 0.6em;
  font-size: 24px;
  background: linear-gradient(90deg, rgba(29, 163, 137, 1), rgba(247, 209, 55, 1) 90%);
  color: #fff;
}

.recruit-company-data h3::after,
.recruit-benefit h3::after,
.job-offer h3::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  width: 30px;
  height: 15px;
  background:rgba(29, 163, 137, 1);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.job-description,
.skills-section,
.daily-flow,
.employee-voice,
.work-activity {
  text-align: center;
}

.job-description h2,
.skills-section h2,
.daily-flow h2,
.employee-voice h2,
.work-activity h2{
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  color: #ec6c00;
  font-size: 24px;
  margin: 0 auto 40px;
}

.job-description h2:before,
.skills-section h2:before,
.daily-flow h2:before,
.employee-voice h2:before,
.work-activity h2:before,
.job-description h2:after,
.skills-section h2:after,
.daily-flow h2:after,
.employee-voice h2:after,
.work-activity h2:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.job-description h2:before,
.skills-section h2:before,
.daily-flow h2:before,
.employee-voice h2:before,
.work-activity h2:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}

.job-description h2:after,
.skills-section h2:after,
.daily-flow h2:after,
.employee-voice h2:after,
.work-activity h2:after{
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}

/* こんな会社です */
.recruit-company-data img{
  padding: 20px 0;
  width: 100%;
  align-items: center;
  margin: auto 0;
}

/* 協栄エコソリューションはこんな会社です 
.recruit-company-data .company-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  box-sizing: border-box;
}

.company-top,
.company-bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap; 
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px; 
}

.company-top img,
.company-bottom img {
  display: block;
  height: auto;
  max-width: 100%;
}

.company-top .sougyou,
.company-top .jizoku {
  width: calc(50% - 5px); 
  max-width: 250px;

.company-bottom .juugyouin,
.company-bottom .torihikisaki,
.company-bottom .shikaku {
  width: calc(33.333% - 6.6px);
  max-width: 180px;
}*/

/* 福利厚生 */
.recruit-benefit img{
  padding: 20px 0;
  width: 100%;
  display: block; 
  margin: 0 auto;
}

.benefits-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.benefits-wrap p {
  line-height: 1.8;
}


/* 求人 */
.job-table{
  padding: 30px 0;
}

.job-table dd {
  margin: 0 0 10px 0;
}

.job-table {
  padding: 30px 0;
}

.job-table dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0;
  background: #f9f9f9;
  overflow: hidden;
}

.job-table dt {
  background-color: #ec6c00;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.job-table dd {
  background-color: #f9f9f9;
  margin: 0;
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.job-table dd:last-of-type {
  border-bottom: none;
}

.job-button-wrap {
  text-align: center;
  margin-top: 30px;
}

.job-button {
  background-color: #ec6c00;
  color: #fff;
  padding: 12px 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1em;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}

.job-button:hover {
  background-color: #edb383;
}

/* 仕事内容 */
.job-description {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  
  .job-block {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    background-color: #e0efd1;
  }
  
  .job-block.reverse {
    flex-direction: row-reverse;
  }
  
  .job-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  
  .job-text {
    flex: 1;
    min-width: 280px;
    text-align: left;
    padding: 10px 50px;
  }
  
  .job-text h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #6fb92c;
  }
  
  .job-text p {
    line-height: 1.8;
  }


/* 身に付く技術、取得できる資格 */
  .skills-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  
  .skills-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .skills-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 0 0 45%; /* 幅を60%に指定 */
  }

  .skills-images {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .skills-images img {
    width: 40%;
    height: auto;
    object-fit: cover;
  }

  .skills-list li {
    font-size: 1.1em;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #333;
  }
  
  .skills-list i {
    color: #6fb92c;
    margin-right: 10px;
    font-size: 1.2em;
  }
  

  .skills-note {
    margin-top: 30px;
    font-size: 1em;
    line-height: 1.6;
  }

  /* 1日のながれ */
  .daily-flow {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  
  .timeline-wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  
  .timeline-box {
    flex: 1;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
  }
  
  .timeline-box h3 {
    color: #6fb92c;
    margin-bottom: 15px;
    font-size: 1.2em;
  }
  
  .timeline-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .timeline-box ul li {
    padding: 6px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 1em;
  }

  .engineer-profile {
    max-width: 900px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: nowrap;
    background-color: #e0efd1;
    margin-bottom: 30px;
  }
  
  .engineer-image {
    flex: 0 0 300px;
    position: relative;
    padding: 30px 0;
  }
  

  .engineer-image img {
    display: block;
    margin: 0 auto;
    width: 70%; /* または任意の最大幅 */
    height: auto;
  }
  
  
  .engineer-caption {
    position: absolute;
    bottom: 15px;
    right: 70px;
    background: #fff;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  
  .engineer-caption p {
    margin: 0;
  }
  
  .engineer-text {
    flex: 1;
    font-size: 1em;
    line-height: 1.8;
    text-align: left;
    padding: 30px 30px 0 0;
    max-width: none;
  }
  
  
  
  /* 社員の想い 
  .employee-voice {
    text-align: center;
    padding: 60px 20px;
    background-color: #f9f9f9;
  }
  .employee-voice img {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
  }*/
  
/* 職場や活動の様子 */
.work-activity {
    padding: 60px 20px;
  }
  
  .activity-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
  }
  
  .activity-swiper {
    width: 50%;
    min-width: 300px;
  }
  
  .activity-swiper img {
    width: 100%;
    height: auto;
  }
  
  .activity-text {
    width: 45%;
    min-width: 250px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    color: #6fb92c; /* ← 矢印の色を変更 */
    font-size: 20px; /* サイズ調整も可能 */
  }
  