/* Common Style */
html,
body {
  overflow-x: hidden !important;
  width: 100vw;
}

html, body, * {
  box-sizing: border-box;

}

.recruit-page .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "LINE Seed JP_OTF";
}

.bread_list {
  margin-top: 80px;
}

.recruit-title {
  font-size: min(4.5vw, 50px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  color: #018dc5;
  font-family: "LINE Seed JP_OTF";
  margin-top: 64px;
}

.recruit-section {
  margin-bottom: 40px;
    font-size: clamp(16px, 4vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  font-family: "LINE Seed JP_OTF";
  line-height: 1.8;
  color: var(--text-Dark-gray, #4a4a4a);
}


.recruit-heading {
  font-size: 22px;
  color: #009ac9;
  margin-bottom: 10px;
  border-left: 5px solid #018dc5;
  display: inline-block;
  padding-left: 10px;
}

.recruit-section h3 {
    color: var(--text-Dark-gray, #018dc5);
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: clamp(16px, 4vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  font-family: "LINE Seed JP_OTF";
  line-height: 1.8;
  margin-bottom: 15px;
}


.recruit-section p {
      color: var(--text-Dark-gray, #4a4a4a);
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: clamp(16px, 4vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  font-family: "LINE Seed JP_OTF";
  line-height: 1.8;
  margin-bottom: 15px;
}

.recruit-section ul {
  list-style-type: disc !important; /* ←これを追加 */
  color: var(--text-Dark-gray, #4a4a4a);
  font-size: clamp(16px, 4vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  font-family: "LINE Seed JP_OTF";
}

.recruit-section ul li {
  color: var(--text-Dark-gray, #4a4a4a);
  font-size: clamp(16px, 4vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  font-family: "LINE Seed JP_OTF";
  margin-bottom: 8px;
  line-height: 1.6;
}

.recruit-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "LINE Seed JP_OTF", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
}

.recruit-table th,
.recruit-table td {
  border: 1px solid #000;
  padding: 10px 15px;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}

.recruit-table th {
  background-color: #f8f8f8;
  width: 25%;
    font-weight: 400;
}

.job-more-button {
  text-align: center;
  margin-top: 72px;
  font-family: "LINE Seed JP_OTF";
}
@media screen and (max-width: 768px) {
  .job-more-button {
    text-align: center;
    margin-top: 32px;
  }
  }

.job-more-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 120px;
  border: 2px solid #008dc5;
  border-radius: 40px;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: bold;
  color: #008dc5;
  text-decoration: none;
  gap: 12px;
  box-shadow: 0px 4px 0px #008dc5;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .job-more-button a {
    padding: 3px 20px;
    gap: 8px;
  }
}

.job-more-button a:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}

.job-more-button img.job-icon {
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .job-more-button img.job-icon {
   width: 20%;
  }
}

.recruit-section-last {
  margin-bottom: 60px;
    font-size: clamp(16px, 4vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  font-family: "LINE Seed JP_OTF";
  line-height: 1.8;
  text-align: center;
  margin-top: 40px;
  color: var(--text-Dark-gray, #008dc5);
}
