@charset "utf-8";


@media screen and (min-width: 768px) {
  .top-job__wrap {
    margin-right: calc(50% - 50vw);
  }
}

.top-job__head,
.card__swiper-bottom {
  width: 100%;
  max-width: 550px;
}
@media screen and (min-width: 768px) {
  .top-job__head,
  .card__swiper-bottom {
    max-width: 1366px;
    padding: 0 80px 0 0;
  }
}

.top-recruit__card {
  margin-top: 74px;
  overflow: hidden;
}

.card__inner {
  position: relative;
  margin-right: 20px;
}

.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}
.card__swiper {
  overflow: visible;
}

.card__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: start;
  height: auto;
  background: #FFFFFF;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .card__swiper-slide {
    aspect-ratio: 570 / 298;
    max-width: 570px;
  }
}
.card__swiper-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 250px;
}
@media screen and (min-width: 768px) {
  .card__swiper-bottom {
    column-gap: 397px;
  }
}
.card__swiper-bottom.is-pagination-visible {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .card__swiper-bottom.is-pagination-visible {
    margin-top: 50px;
  }
}
.card__swiper-bottom img {
  display: block;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 49px;
    height: 49px;
  }
}

/* =============================
   ページネーション (progressbar)
============================= */
/* 位置の設定と外枠 */
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: calc(100% - 15px);
  left: 50%;
  translate: -50%;
  width: 217px;
  height: 2px;
  background: #d9d9d9;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: calc(100% - 25px);
    width: 317px;
    height: 2px;
  }
}
@media screen and (min-width: 1367px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    translate: -38%;
  }
}

/* activeな部分 */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}

.search__wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 38px;
  padding: 46px 25px;
  border-radius: 10px;
  border: 1px solid #9B9B9B;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .search__wrap {
    padding: 46px 60px;
    max-width: 950px;
    margin-inline: auto;
  }
}

.search__head-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .search__head-wrap {
  flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.search__head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.search__head::before {
  content: "";
  background: url('../images/icon-search.svg') center / contain no-repeat;
  width: 26px;
  height: 26px;
}

.webgene-search-form {
  width: 100%;
}

.search-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.06em;
  padding-bottom: 13px;
  border-bottom: 1px solid #D8D8D8;
}

.webgene-search-form-block:first-of-type {
  margin-bottom: 40px;
}

.search-contents-wrapper {
  margin-top: 10px;
  display: flex;
  gap: 10px 21px;
  flex-wrap: wrap;
}
.search-contents-wrapper label {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.search-submit {
  display: block;
  margin: 35px auto 0;
  padding: 15px 0;
  border-radius: 30px;
  border: 1px solid #0080D9;
  width: 218px;
  background: #0080D9;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}
.search-submit:hover {
  background: #fff;
  color: #0080D9;
}


.search-list > .webgene-blog {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .search-list > .webgene-blog {
    grid-template-columns: repeat(2, 1fr);
  }
}

.webgene-item-info,
.listAr,
.listAr a {
  width: 100%;
  height: 100%;
}

.listAr a {
  background: #fff;
  padding: 40px 55px 50px 40px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .listAr a {
    padding: 40px 135px 50px 60px;
  }
}
.listAr a::after {
  content: "";
  position: absolute;
  bottom: 31px;
  right: 32px;
  background: url('../images/icon-arrow-circle-blue.svg') center / contain no-repeat;
  width: 39px;
  height: 39px;
}
@media screen and (min-width: 1100px) {
  .listAr a::after {
      width: 49px;
  height: 49px;
  }
}
.listAr a {
  width: 100%;
}
.listAr a:hover {
  opacity: 0.7;
}

.lstiTit {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.dateTxt-wrap {
  font-size: 12px;
  font-weight: 500;
  line-height: calc(14 / 12);
  letter-spacing: 0.08em;
  color: rgba(50, 50, 50, 0.6);
}

.listCt {
  margin-top: 37px;
}

.list-item {
  display: flex;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: calc(23.4 / 13);
  padding-bottom: 8px;
  border-bottom: 1px dotted;
}
.list-item + .list-item {
  margin-top: 12px;
}

.list-itemHead {
  width: 80px;
  font-weight: 600;
  flex-shrink: 0;
}
@media screen and (min-width: 1100px) {
  .list-itemHead {
    width: 90px;
  }
}

.list-item p {
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

  .search-list .webgene-pagination {
    margin-top: 0;
  }
@media screen and (min-width: 768px) {
  .search-list .webgene-pagination {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1100px) {
  .search-detail__inner {
    padding: 0 154px !important;
  }
}
.search__detail .webgene-blog {
  background: #fff;
  border-radius: 10px;
  padding: 60px 25px;
}
@media screen and (min-width: 900px) {
  .search__detail .webgene-blog {
    padding: 80px;
  }
}

.search-detail__tags {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .search-detail__tags {
    flex-direction: row;
  }
}
.search-detail__tags span {
  padding: 10px 20px;
  border-radius: 5px;
  border: 1.5px solid #2480EB;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  min-width: 217px;
  width: fit-content;
  background: #fff;
  color: #0080D9;
}

.search-detail__title {
  margin-top: 27px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-bottom: 18px;
  border-bottom: 1.5px solid #D0E7FF;
}
@media screen and (min-width: 1200px) {
  .search-detail__title {
    font-size: 22px;
  }
}

.search-detail__top-wrap {
  margin: 50px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .search-detail__top-wrap {
    flex-direction: row;
      align-items: start;
    justify-content: space-between;
  }
}
.search-detail__top-list{
  border: 1px solid #D0E7FF;
  border-radius: 5px;
  width:100%;
}
.search-detail__top-list li {
  display: flex;
  border-bottom: 1.5px solid #D0E7FF;
}
.search-detail__top-list li:last-of-type {
  border-bottom: none;
}
.search-detail__top-head {
    background: #EFF6FD;
    padding: 24px 18px;
  width: 100px;
  flex-shrink: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
 .search-detail__top-head {
    width: 120px;
  }
}
.search-detail__top-body {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(30.8 / 14);
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
.search-detail__top-body {
 padding: 10px 26px 10px 20px;
  }
}

.search-detail__top-img {
  aspect-ratio: 399 / 397;
  width: min(100%, 399px);
  height: auto;
}
@media screen and (min-width: 900px) {
  .search-detail__top-img {
    width: 399px;
  }
}
.search-detail__top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-detail__title-sub {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: calc(32 / 20);
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-detail__title-sub::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #0080DA;
  border-radius: 5px;
}

.search-detail__wrap {
  margin-bottom: 40px;
}
.search-detail__wrap li {
  display: flex;
  padding: 5px 0;
  border-top: 1px solid #D0E7FF;
  font-size: 14px;
  font-weight: 500;
}
.search-detail__wrap li:last-of-type {
  border-bottom: 1px solid #D0E7FF;
}
.search-detail__head {
  flex-shrink: 0;
  width: 100px;
  padding: 15px 0;
  color: #193363;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search-detail__head {
    width: 178px;
  }
}
.search-detail__head::after {
    content: "";
    position: absolute;
    border-right: 1px dotted #D0E7FF;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.search-detail__body {
  padding-left: 18px;
  display: flex;
  align-items: center;
  line-height: calc(30.8 / 14);
}
@media screen and (min-width: 768px) {
.search-detail__body {
  padding-left: 52px;
  }
}

.search-detail__bottom {
  border: 1px solid #D0E7FF;
  border-radius: 5px;
  display: flex;
}
.search-detail__bottom-head {
  padding: 18px 10px;
  background: #EFF6FD;
  width: 178px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}
@media screen and (min-width: 768px) {
.search-detail__bottom-head {
   padding: 18px;
   font-size: 14px;
  }
}
.search-detail__bottom-body {
  padding: 10px 18px ;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(30.8 / 14);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
 .search-detail__bottom-body {
  padding: 0 18px 0 52px;
  }
}

.jobdetail__back {
  width: fit-content;
    text-decoration: underline;
}