@charset "UTF-8";
/* 各社インターンシップ情報一覧
================================================== */
@media screen and (max-width: 767px) {
  #page-internship h1 {
    text-align: left;
    padding: 0 5%;
    font-size: min(5.8vw, 2rem);
  }
}
#page-internship .requirements-content {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  #page-internship .requirements-content {
    padding: 0 0 60px;
  }
}
#page-internship .filter-controls {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #page-internship .filter-controls {
    margin-bottom: 40px;
  }
}
#page-internship .filter-controls .select-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  #page-internship .filter-controls .select-group {
    gap: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#page-internship .filter-controls .select-group select {
  width: 140px;
  padding: 10px 30px 10px 20px;
  background-color: #fff;
  border: none;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%3E%3Cpolygon%20points%3D%220%2C0%2010%2C0%205%2C8%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 8px;
}
@media screen and (max-width: 767px) {
  #page-internship .filter-controls .select-group select {
    width: calc(50% - 5px);
    font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
    padding: 8px 25px 8px 15px;
    background-position: right 10px center;
  }
}
#page-internship .filter-controls .reset-area .btn-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 8px 30px;
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}
#page-internship .filter-controls .reset-area .btn-reset img {
  width: 14px;
  margin-right: 6px;
}
#page-internship .filter-controls .reset-area .btn-reset:hover {
  background-color: #f5f5f5;
  color: #333;
}
#page-internship .req-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #page-internship .req-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
#page-internship .req-list .req-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
#page-internship .req-list .req-card.is-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  #page-internship .req-list .req-card {
    flex-direction: column;
    padding: 20px;
  }
}
#page-internship .req-list .req-card .card-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#page-internship .req-list .req-card .card-title .job-type {
  max-width: 100px;
  width: 20%;
  flex-shrink: 0;
  text-align: center;
}
#page-internship .req-list .req-card .card-title .job-type img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  #page-internship .req-list .req-card .card-title .job-type img {
    width: 40px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
#page-internship .req-list .req-card .card-title .job-type span {
  display: block;
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  color: #666;
}
#page-internship .req-list .req-card .card-title .company-name {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #page-internship .req-list .req-card .card-title .company-name {
    font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  }
}
#page-internship .req-list .req-card .card-title .req-junle {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
#page-internship .req-list .req-card .card-body {
  flex-grow: 1;
}
#page-internship .req-list .req-card .card-body .req-junle {
  color: #CC0000;
  font-weight: bold;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  line-height: 1.5;
}
#page-internship .req-list .req-card .card-body .req-subtitle {
  font-weight: 500;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  line-height: 1.5;
  margin-bottom: 1rem;
}
#page-internship .req-list .req-card .card-body .req-end {
  font-weight: 500;
  color: #CC0000;
}
#page-internship .req-list .req-card .card-body .req-end.hide {
  display: none;
}
#page-internship .req-list .req-card .card-body .req-details {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  line-height: 1.7142857143;
  margin-bottom: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #page-internship .req-list .req-card .card-body .req-details {
    font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
#page-internship .req-list .req-card .card-body .req-details .row {
  display: flex;
}
#page-internship .req-list .req-card .card-body .req-details .row.hide {
  display: none;
}
#page-internship .req-list .req-card .card-body .req-details .row .dd-title {
  white-space: nowrap;
}
#page-internship .req-list .req-card .card-body .note {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
}
#page-internship .req-list .req-card .card-body .card-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #page-internship .req-list .req-card .card-body .card-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #page-internship .req-list .req-card .card-body .card-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
}
#page-internship .req-list .req-card .card-body .card-bottom .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #CC0000;
  color: #fff;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: bold;
  padding: 6px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.3s;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #page-internship .req-list .req-card .card-body .card-bottom .btn {
    padding: 8px 20px;
    text-align: center;
  }
}
#page-internship .req-list .req-card .card-body .card-bottom .btn:hover {
  opacity: 0.8;
}
#page-internship .req-list .req-card .card-body .card-bottom .btn::after {
  content: "";
  margin-left: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
}
#page-internship .req-list .req-card .card-body .card-bottom .btn span {
  display: none;
}
#page-internship .req-list .req-card .card-body .card-bottom .btn.disabled {
  background-color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
#page-internship .loading-dots {
  text-align: center;
}
#page-internship .loading-dots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  margin: 0 5px;
}