@charset "UTF-8";

#wrap {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  background-color: #fdfbf7;
  padding-bottom: 60px;
  padding-top: 70px; 
}

#input:checked ~ #content {
  transform: translateX(0px);
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.hero-section {
  position: relative;
  background: linear-gradient(135deg, rgba(217, 130, 75, 0.50) 0%, rgba(184, 93, 38, 0.60) 100%),
              url('images/募集要項トップ.png') center 65% / cover no-repeat;
  color: #ffffff;
  padding: 85px 20px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  animation: fadein 2s forwards;
}

.hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.75), 0 2px 4px rgba(0, 0, 0, 0.6);
}

.recruitment_container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  animation: fadein 3s forwards;
}

.section_subtitle {
  display: flex !important;
  align-items: flex-start !important;
  color: #d51c1d;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.5;
}

.section_subtitle::before {
  content: none !important; 
}

.section_subtitle .bullet {
  flex-shrink: 0;
  margin-right: 2px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  transform: translateY(0.20em);
}

.section_subtitle .text_box {
  flex: 1;
  line-height: 1.5;
}

.mgt50 {
  margin-top: 50px;
}

.recruitment_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  text-align: left;
  background-color: #ffffff;
}

.recruitment_table tr {
  border-bottom: 1px solid #e0e0e0;
}

.recruitment_table th {
  width: 22%;
  padding: 15px 10px;
  font-weight: bold;
  vertical-align: top;
  color: #333333;
  line-height: 1.6;
  background-color: #eed0c0;
}

.recruitment_table td {
  width: 78%;
  padding: 15px 10px;
  vertical-align: top;
  line-height: 1.7;
  color: #444444;
}

.table_note {
  text-align: right;
  font-size: 1.15rem;
  color: #777777;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  #wrap {
    padding-top: 60px !important;
    margin-top: 0 !important;
  }

  .hero-section {
    background: linear-gradient(135deg, rgba(217, 130, 75, 0.50) 0%, rgba(184, 93, 38, 0.60) 100%),
                url('images/募集要項レスポンシブ.png') center 65% / cover no-repeat;
    padding: 45px 16px;
    margin-top: 0 !important; 
    margin-bottom: 24px;
  }

  .hero-title {
    font-size: 1.8rem;
    margin-top: 0 !important;  
  }

  .recruitment_container {
    padding: 0 15px;
  }

  .section_subtitle {
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .section_subtitle .bullet {
    margin-right: 1px;
    font-size: 0.8rem;
    transform: translateY(0.20em);
  }

  .sp-br {
    display: none;
  }

  .recruitment_table th,
  .recruitment_table td {
    padding: 12px 10px;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .recruitment_table th {
    width: 30%;
  }

  .recruitment_table td {
    width: 70%;
  }

  .table_note {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  #wrap {
    padding-top: 60px !important;
    margin-top: 0 !important;
  }

  .hero-title {
    font-size: 1.4rem;
    margin-top: 0 !important;
  }

  .section_subtitle {
    font-size: 1.15rem;
    line-height: 1.5;
  }

  .section_subtitle .bullet {
    transform: translateY(0.20em);
  }

  .sp-br {
    display: inline !important; 
  }

  .recruitment_table th,
  .recruitment_table td {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 1.15rem;
    line-height: 1.7;
  }

  .recruitment_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #eed0c0;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .recruitment_table td {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .table_note {
    font-size: 1rem;
    line-height: 1.6;
  }
}