/* 修正用 */
.subsidy-list {
  margin: 10px 0;
}

/*-----------------------
    top 追加2025/10/23
-----------------------*/

.min501 {
  display: block;
}

@media(max-width:550px) {
  .min501 {
    display: none;
  }
}

.top-interview__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  z-index: 2;
  position: absolute;
  right: 5%;
  top: 0;
}

.top-interview__prev:hover,
.top-interview__next:hover {
  cursor: pointer;
}

@media (max-width: 500px) {

  .top-interview__slider-cont .swiper-pagination {
    top: 40.5%;
  }

  .top-interview__slider-page__area {
    top: 0px;
    left: unset;
    right: 0;
    height: 100px;
  }

  .top-interview__nav {
    gap: 2rem;
    justify-content: center;
    margin: 3rem 5% 0;
    position: inherit;
    right: auto;
    top: auto;
  }

  .top-interview__prev,
  .top-interview__next {
    flex-basis: calc(50% - 1rem);
  }

  .top-interview__nav .btn-text {
    display: block;
    width: 100%;
    border: 1px solid #e3241e;
    border-radius: 5rem;
    padding: 1rem;
    text-align: center;
  }
}

/* 260128 */
/* 募集要項ページ */
/* 一部strategyページと同じクラス名のよう */
.strategy__flex-btn {
  flex-wrap: wrap;
}

.strategy__flex-btn .btn-wrap {
  height: 100%;
}

.strategy__flex-btn .btn-wrap .strategy__flex-btn-img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

@media(max-width:834px) {
  .strategy__flex-btn {
    flex-wrap: unset;
  }
}

.desc-dl {
  padding: 0;
  border-bottom: none;
}

.desc-dl__dt,
.desc-dl__dd {
  padding: 35px 0;
  border-bottom: 1px solid #dedede;
}

@media(max-width:834px) {
  .desc-dl {
    padding: 0;
  }
}

@media(max-width:600px) {
  .desc-dl {
    flex-direction: column;
  }

  .desc-dl__dt {
    width: 100%;
    padding: 25px 0 10px;
    border-bottom: none;
  }

  .desc-dl__dd {
    width: 100%;
    padding: 0 0 25px;
    border-bottom: 1px solid #dedede;
  }
}

.js-location-content01__item {
  margin-bottom: 140px;
}

@media(max-width:834px) {
  .js-location-content01__item {
    margin-bottom: 80px;
  }
}

.js-location-nav__jp-sub {
  scroll-margin-top: 40px;
}

.internship-overview-content03__flow-list-btn-wrap {
  margin-top: 0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
}

.internship-overview-content03__link {
  max-width: 30rem;
}

.internship-overview-content03__flow-list-btn-wrap .btn-arrow {
  width: 36px;
  height: 36px;
}

@media(max-width:834px) {}

@media(max-width:650px) {
  .internship-overview-content03__flow-list-btn-wrap {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
  }
}