.l-section-sec {
  padding-left: 0;
  padding-right: 0;
}

.env-box1 h2 {
  color: #78A237;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  margin-bottom: 2em;
}

.w-box {
  background-color: #fff;
  border-radius: 15px;
}

.w-box,
.box {
  padding: 20px;
  font-size: 18px;
  line-height: 1.8;
}

.job-box {
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
}

.job-box h3 {
  color: #78A237;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.job-box h3 small {
  font-size: 0.7em;
  color: #333;
  margin-left: 1.5em;
}

.job-box img {
  margin-bottom: 2em;
}

.job-box h4 {
  text-align: center;
  color: #E2565B;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 1em;
}

.job-box p {
  font-size: 20px;
  line-height: 1.8;
}

.job-box p strong {
  color: #70C5D2;
  font-weight: bold;
}

@media screen and (max-width: 767.98px) {
  .l-section-sec {
    padding-left: 1em;
    padding-right: 1em;
  }

  .col-md-4 {
    text-align: center;
  }

  .col-md-4 img {
    max-width: 80%;
    text-align: center;
  }

  .env-box1 h2 {
    font-size: 1.3em;
  }

  .env-box1 h2 br {
    display: none;
  }

  .job-box h3,
  .job-box h4 {
    font-size: 20px;
  }

  .job-box p {
    font-size: 16px;
  }
}


.benefits-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 40px 25px 25px 25px;
  height: 100%;
  margin-bottom: 20px;
}

.card-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  min-height: 120px;
}

.icon-img {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
}

.divider {
  height: 3px;
  background: #a4b858;
  margin: 30px 0;
}

.description {
  color: #666;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
}

.allowance-title {
  color: #6b8e23;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}

.allowance-title:first-of-type {
  margin-top: 0;
}

.allowance-detail {
  color: #666;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.section-item {
  margin-bottom: 25px;
  display: flex;
}

.section-item:last-child {
  margin-bottom: 0;
}

.item-label {
  color: #6b8e23;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}

.item-content {
  color: #666;
  font-size: 18px;
  line-height: 1.7;
}

.aoubt-box1 h2{
  color: #E97185;
}

.aoubt-box1 h2::before {
    background: url(../img/pages/about/hedding_line_pink.png) no-repeat center / contain;
}
.aoubt-box2 h2::before {
    background: url(../img/pages/about/hedding_line_blue.png) no-repeat center / contain;
}

        .main-photo {
            width: 100%;
            margin-bottom: 30px;
        }
        
        .main-photo.alice {
            border-color: #3498db;
        }
        
        .main-photo.tsubame {
            border-color: #2c3e50;
        }
        
        .main-photo.arisu {
            border-color: #e74c3c;
        }
        
        .profile-card {
            padding: 30px;
            margin-bottom: 30px;
        }
        
        .logo-section {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .logo-icon {
            width: auto;
            height: 70px;
            margin-right: 15px;
            margin: 0 auto;
        }
            
        .staff-name {
            font-size: 2.5rem;
            color: #666;
            margin-top: 10px;
            font-weight: bold;
            text-align: center;
        }
        
        .profile-bubble {
            background: white;
            border-radius: 20px;
            padding: 30px 35px;
            margin-top: 20px;
            color: #333;
            line-height: 1.8;
            position: relative;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            font-size: 1.5em;
            font-weight: bold;
        }
        
        .profile-bubble::before {
            content: '';
            position: absolute;
            top: 20px;
            left: -25px;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 25px solid white;
            filter: drop-shadow(-2px 2px 3px rgba(0,0,0,0.1));
        }
        
        .interview-section {
            padding: 40px 30px;
            margin-bottom: 30px;
        }
        
        .question {
            color: #e74c3c;
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 20px;
            padding-left: 20px;
            position: relative;
        }
        
        .question.alice {
            color: #3498db;
        }
        
        .question.tsubame {
            color: #2c3e50;
        }
        
        .question.arisu {
            color: #000;
        }
        
        .question::before {
            content: "—";
            position: absolute;
            left: 0;
        }
        
        .answer {
            color: #666;
            line-height: 1.8;
            margin-bottom: 0;
        }
        
   
        .interview-photo {
            width: 100%;
            border-radius: 12px;
            margin-bottom: 20px;
        }
        
        .photo-caption {
            text-align: center;
            color: #666;
            font-size: 16px;
            margin-top: 10px;
            line-height: 1.6;
        }
        
        .interviews dt {
            color: #e74c3c;
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 15px;
            padding-left: 20px;
            position: relative;
        }
        
        .interviews dt.alice {
            color: #3498db;
        }
        
        .interviews dt.tsubame {
            color: #2c3e50;
        }
        
        .interviews dt.arisu {
            color: #000;
        }
        
        .interviews dt::before {
            content: "—";
            position: absolute;
            left: 0;
        }
        
        .interviews dd {
            color: #666;
            line-height: 1.8;
            margin-bottom: 30px;
            margin-left: 0;
            font-size: 18px;
        }
        
        .interviews dd:last-child {
            margin-bottom: 0;
        }

        
        .section-divider {
            margin: 80px 0;
            border: 0;
            height: 2px;
        }
        
        @media (max-width: 768px) {
            .interview-section {
                padding: 30px 20px;
            }
            
            .profile-card {
                padding: 20px;
            }
        }

        .bg-w{
          background: #fff;
          padding: 100px 0;
        }
        
        .content-section p{
          font-size: 18px;
          margin-bottom: 1em;
        }
        .info-table-wrapper {
          margin: 30px 0;
        }
        
        .info-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .info-table tr {
            border-bottom: 1px solid #d0d0d0;
        }
        
        .info-table th {
            background: #c4d89e;
            color: #333;
            font-weight: bold;
            padding: 20px 30px;
            text-align: center;
            vertical-align: middle;
            width: 180px;
        }
        
        .info-table td {
            background: white;
            padding: 20px 30px;
            color: #333;
            line-height: 1.8;
        }
        
        @media (max-width: 768px) {
            .page-title h1 {
                font-size: 1.4rem;
            }
            
            .content-section {
                padding: 25px 20px;
            }
            
            .info-table-wrapper {
                padding: 25px 15px;
            }
            
            .info-table {
                display: block;
            }
            
            .info-table tbody {
                display: block;
            }
            
            .info-table tr {
                display: block;
                margin-bottom: 20px;
                border-bottom: none;
            }
            
            .info-table th,
            .info-table td {
                display: block;
                width: 100%;
                padding: 15px 20px;
            }
            
            .info-table th {
                border-bottom: 2px solid #a4b858;
            }
        }

        .pdf-card {
            background: white;
            border-radius: 12px;
            padding: 30px 40px;
            margin-bottom: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 25px;
        }
        
        .pdf-card:hover {
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
            transform: translateY(-2px);
        }
        
        .pdf-icon {
            width: 80px;
            height: 80px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23dc3545"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"/><path fill="white" d="M14 2v6h6"/><text x="7" y="18" font-family="Arial" font-size="5" font-weight="bold" fill="white">PDF</text></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            flex-shrink: 0;
        }
        
        .pdf-title {
            color: #dc3545;
            font-size: 2.5rem;
            font-weight: bold;
            margin: 0;
        }
        
        @media (max-width: 768px) {
            .pdf-card {
                padding: 25px 30px;
                gap: 20px;
            }
            
            .pdf-icon {
                width: 60px;
                height: 60px;
            }
            
            .pdf-title {
                font-size: 2rem;
            }
        }

 