@charset "UTF-8";
/**
 * ピクセルをvwに変換
  * @param {number} px - ピクセル
  * @param {number} base - ベースとなるブレイクポイント
  * @return {string} vw
*/
.search-detail {
  padding-top: 74px;
  padding-bottom: 110px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .search-detail {
    padding-top: 17.95vw;
    padding-bottom: 14.36vw;
  }
}
.search-detail-wrapper {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
}
.search-detail--company .kv__imgbox {
  width: 42.88%;
}
.search-detail .kv {
  display: flex;
}
@media screen and (max-width: 768px) {
  .search-detail .kv {
    display: block;
  }
}
.search-detail .kv__imgbox {
  position: relative;
  border-radius: 24px;
  max-width: 48.7%;
  aspect-ratio: 500/340;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .search-detail .kv__imgbox {
    width: 100%;
    max-width: 100%;
    height: 58.97vw;
    border-radius: 4.62vw;
  }
}
.search-detail .kv__imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .search-detail .kv__imgbox img {
    aspect-ratio: 340/264;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.search-detail .kv__imgbox p {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 8px 11px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .search-detail .kv__imgbox p {
    top: 2.56vw;
    left: 2.56vw;
    padding: 1.54vw 2.05vw;
    border-radius: 12.82vw;
    font-size: 2.82vw;
  }
}
.search-detail .company {
  flex: 1;
  max-width: 447px;
  width: 38.3%;
  margin-top: 16px;
  margin-left: 53px;
  display: flex;
  flex-direction: column;
}
.search-detail .company__date {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .search-detail .company__date {
    text-align: right;
    margin-top: 1.28vw;
    margin-bottom: 5.38vw;
  }
}
.search-detail .company__date > span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #9E9E9E;
}
@media screen and (max-width: 768px) {
  .search-detail .company__date > span {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 768px) {
  .search-detail .company {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .search-detail .company__date {
    order: -1;
  }
}
.search-detail .company__type > span {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .search-detail .company__type > span {
    font-size: 3.33vw;
  }
}
.search-detail .company__name {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .search-detail .company__name {
    margin-top: 4.36vw;
  }
}
.search-detail .company__name > span {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .search-detail .company__name > span {
    line-height: 1.5;
    font-size: 6.15vw;
  }
}
.search-detail .company__ruby {
  margin-top: 8px;
  margin-left: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .search-detail .company__ruby {
    margin-top: 2.05vw;
    margin-left: -0.51vw;
    font-size: 3.33vw;
  }
}
.search-detail .company__ruby > span {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .search-detail .company__ruby > span {
    font-size: 3.33vw;
  }
}
.search-detail .company__tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .search-detail .company__tags {
    gap: 1.28vw;
    margin-top: 6.41vw;
  }
}
.search-detail .company__tag {
  padding: 1px 5px 2px;
  background-color: #E3E3E3;
}
@media screen and (max-width: 768px) {
  .search-detail .company__tag {
    padding: 0.77vw 1.54vw 1.03vw;
  }
}
.search-detail .company__tag > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.67;
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .search-detail .company__tag > span {
    font-size: 2.82vw;
  }
}
.search-detail--company .contents {
  width: calc(100% - 310px);
}
.search-detail .contents {
  display: grid;
  row-gap: 72px;
  margin-top: 66px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .search-detail .contents {
    row-gap: 10.51vw;
    margin-top: 13.59vw;
    font-size: 6.15vw;
  }
}
.search-detail .content__ttl {
  position: relative;
  padding-left: 16px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.43;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .search-detail .content__ttl {
    padding-left: 4.36vw;
    font-size: 5.38vw;
  }
}
.search-detail .content__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 2px;
  background-color: #484AFE;
}
@media screen and (max-width: 768px) {
  .search-detail .content__ttl::before {
    width: 1.79vw;
    border-radius: 0.26vw;
  }
}
.search-detail .content__units {
  display: grid;
  row-gap: 32px;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .search-detail .content__units {
    row-gap: 5.13vw;
    margin-top: 6.67vw;
  }
}
.search-detail .content__textunit > h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #484AFE;
}
@media screen and (max-width: 768px) {
  .search-detail .content__textunit > h3 {
    font-size: 3.59vw;
    line-height: 1.57;
  }
}
.search-detail .content__textunit > p {
  margin-top: 9px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.08em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .search-detail .content__textunit > p {
    margin-top: 2.05vw;
    font-size: 3.33vw;
  }
}
.search-detail .content__imgunit {
  display: flex;
  -moz-column-gap: 13px;
       column-gap: 13px;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .search-detail .content__imgunit {
    display: grid;
    row-gap: 7.69vw;
    margin-top: 6.67vw;
  }
}
.search-detail .content__imgunit:has(> :nth-child(2)) .content__imgbox {
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .search-detail .content__imgunit:has(> :nth-child(2)) .content__imgbox {
    border-radius: 4.62vw;
  }
}
.search-detail .content__imgbox {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  max-width: 500px;
  min-width: calc(50% - 6.5px);
  aspect-ratio: 700/440;
}
@media screen and (max-width: 768px) {
  .search-detail .content__imgbox {
    width: 87.18vw;
    max-width: none;
    min-width: none;
    border-radius: 4.62vw;
  }
}
.search-detail .content__imgbox--video a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.search-detail .content__imgbox--video a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.search-detail .content__imgbox--video a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 64px;
  height: 64px;
  background-image: url("../images/search/detail/icon_play.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .search-detail .content__imgbox--video a::after {
    width: 13.33vw;
    height: 13.33vw;
  }
}
@media screen and (min-width: 1240px) {
  .search-detail .content__imgbox--video a:hover::after {
    transform: scale(1.2);
  }
}
.search-detail .content__imgbox img {
  width: 100%;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-detail .outline__table {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__table {
    margin-top: 7.69vw;
  }
}
.search-detail .outline__table tr:not(:first-child) {
  border-top: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__table tr:not(:first-child) {
    border-top-width: 0.77vw;
  }
}
.search-detail .outline__table th {
  padding-block: 18px;
  width: 138px;
  background-color: #000;
  vertical-align: middle;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.13em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__table th {
    padding-block: 5.13vw;
    width: 27.95vw;
    font-size: 3.08vw;
    letter-spacing: 0.03em;
  }
}
.search-detail .outline__table td {
  padding: 18px 30px;
  background-color: #F4F4F4;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.16em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__table td {
    padding: 5.13vw 3.85vw;
    font-size: 3.08vw;
  }
}
.search-detail .outline__table .certification__item {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  min-height: 23px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__table .certification__item {
    padding-left: 7.44vw;
    min-height: 5.9vw;
    font-size: 3.08vw;
  }
}
.search-detail .outline__table .certification__item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__table .certification__item:not(:first-child) {
    margin-top: 2.56vw;
  }
}
.search-detail .outline__table .certification__item--ikiiki-gold::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("../images/search/detail/icon_ikiiki_gold.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__table .certification__item--ikiiki-gold::before {
    width: 5.38vw;
    height: 5.38vw;
  }
}
.search-detail .outline__table .certification__item--ikiiki--basic::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("../images/search/detail/icon_ikiiki_basic.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__table .certification__item--ikiiki--basic::before {
    width: 5.38vw;
    height: 5.38vw;
  }
}
.search-detail .outline__table .certification__item--eruboshi::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("../images/search/detail/icon_eruboshi.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__table .certification__item--eruboshi::before {
    width: 5.38vw;
    height: 5.38vw;
  }
}
.search-detail .outline__table .certification__item--kurumin::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("../images/search/detail/icon_kurumin.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__table .certification__item--kurumin::before {
    width: 5.38vw;
    height: 5.38vw;
  }
}
.search-detail .outline__table .certification__item--youthyell::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("../images/search/detail/icon_youthyell.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__table .certification__item--youthyell::before {
    width: 5.38vw;
    height: 5.38vw;
  }
}
.search-detail .outline__map-iframe {
  margin-top: 20px;
  width: 90%;
  max-width: 557px;
  border: 2px solid #484AFE;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__map-iframe {
    margin-top: 4.62vw;
    width: 100%;
    max-width: none;
    height: 21.54vw;
    border-width: 0.26vw;
  }
}
.search-detail .outline__map-iframe iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__map-iframe iframe {
    height: 100%;
  }
}
.search-detail .outline__map-link {
  display: inline;
}
.search-detail .outline__map-link a {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  padding-right: 12px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #484AFE;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__map-link a {
    margin-top: 2.05vw;
    padding-right: 3.59vw;
    font-size: 3.08vw;
  }
}
.search-detail .outline__map-link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #484AFE;
  border-right: 1px solid #484AFE;
  rotate: 45deg;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__map-link a::after {
    width: 1.54vw;
    height: 1.54vw;
    border-top-width: 0.26vw;
    border-right-width: 0.26vw;
  }
}
.search-detail .outline__link:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__link:not(:first-child) {
    margin-top: 2.56vw;
  }
}
.search-detail .outline__link > a {
  position: relative;
  padding-right: 19px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.16em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__link > a {
    padding-right: 4.36vw;
    font-size: 3.08vw;
  }
}
.search-detail .outline__link > a:hover {
  opacity: 0.7;
}
.search-detail .outline__link--ex > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 14px;
  height: 14px;
  background-image: url("/assets/images/common/icon_link_ex.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .search-detail .outline__link--ex > a::after {
    top: auto;
    bottom: -1.54vw;
    width: 3.33vw;
    height: 3.33vw;
  }
}
.search-detail .outline__link--word > a::after {
  background-image: url("/assets/images/common/icon_link_word.svg");
}
.search-detail .outline__link--pdf > a::after {
  background-image: url("/assets/images/common/icon_link_pdf.svg");
}
.search-detail .outline__link--pp > a::after {
  background-image: url("/assets/images/common/icon_link_pp.svg");
}
.search-detail .outline__link--excel > a::after {
  background-image: url("/assets/images/common/icon_link_excel.svg");
}
.search-detail .outline__link--ul > a {
  text-decoration: underline;
}
.search-detail .internship {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .search-detail .internship {
    margin-top: 7.69vw;
  }
}
.search-detail .internship-swiper {
  width: 298px;
}
@media screen and (max-width: 768px) {
  .search-detail .internship-swiper {
    width: 51.28vw;
  }
}
.search-detail .internship-swiper-wrapper {
  position: relative;
  padding-top: 38px;
  width: calc(100% + (100vw - 102%) / 2);
}
@media screen and (max-width: 768px) {
  .search-detail .internship-swiper-wrapper {
    padding-top: 8.72vw;
    width: calc(100% + (100vw - 100%) / 2);
  }
}
.search-detail .internship-swiper-wrapper .swiper-button-prev,
.search-detail .internship-swiper-wrapper .swiper-button-next {
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .search-detail .internship-swiper-wrapper .swiper-button-prev,
.search-detail .internship-swiper-wrapper .swiper-button-next {
    display: none;
  }
}
.search-detail .internship-swiper-wrapper .swiper-button-prev::after,
.search-detail .internship-swiper-wrapper .swiper-button-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgICAgICAgICAgICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiICAgICAgICAgICAgICAgICBkPSJNNi43MjE2OCA2LjExMTAyTDEuMzQ0MTUgMTFMMCA5Ljc3Nzk3TDQuNzA1NDYgNS41TDAgMS4yMjIwM0wxLjM0NDE1IDBMNi43MjE2OCA0Ljg4ODk4QzYuODk5ODkgNS4wNTEwNSA3IDUuMjcwODMgNyA1LjVDNyA1LjcyOTE2IDYuODk5ODkgNS45NDg5NSA2LjcyMTY4IDYuMTExMDJaIiAgICAgICAgICAgICAgICAgZmlsbD0id2hpdGUiIC8+ICAgICAgICAgICAgIDwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
}
.search-detail .internship-swiper-wrapper .swiper-button-prev {
  right: calc((100vw - 100%) / 2 + 10px);
  left: auto;
  translate: -100% 0;
}
.search-detail .internship-swiper-wrapper .swiper-button-prev::after {
  rotate: 180deg;
}
.search-detail .internship-swiper-wrapper .swiper-button-prev svg {
  display: none;
}
.search-detail .internship-swiper-wrapper .swiper-button-next {
  right: calc((100vw - 100%) / 2);
}
.search-detail .internship-swiper-wrapper .swiper-button-next svg {
  display: none;
}
.search-detail .internship-swiper-overflow {
  overflow: hidden;
}
.search-detail .internship-swiper__item {
  display: inline-block;
  border-radius: 20px;
  margin-right: 8.72%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .search-detail .internship-swiper__item {
    border-radius: 5.13vw;
  }
}
.search-detail .internship-swiper__imgbox {
  position: relative;
  width: 100%;
  aspect-ratio: 298/210;
}
.search-detail .internship-swiper__imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-detail .internship-swiper__imgbox > p {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 7px 10px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .search-detail .internship-swiper__imgbox > p {
    top: 2.56vw;
    left: 2.56vw;
    padding: 1.54vw 2.05vw;
    border-radius: 12.82vw;
    font-size: 2.82vw;
  }
}
.search-detail .internship-swiper__textbox {
  padding: 18px 14px 24px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .search-detail .internship-swiper__textbox {
    padding: 4.62vw 3.59vw 3.33vw;
  }
}
.search-detail .internship-swiper__type {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .search-detail .internship-swiper__type {
    font-size: 3.33vw;
  }
}
.search-detail .internship-swiper__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  color: #484AFE;
}
@media screen and (max-width: 768px) {
  .search-detail .internship-swiper__description {
    margin-top: 2.05vw;
    font-size: 3.33vw;
  }
}
.search-detail .internship-swiper__tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .search-detail .internship-swiper__tags {
    gap: 1.28vw;
    margin-top: 4.87vw;
  }
}
.search-detail .internship-swiper__tag {
  padding: 2px 5px 3px;
  background-color: #E3E3E3;
}
@media screen and (max-width: 768px) {
  .search-detail .internship-swiper__tag {
    padding: 0.51vw 1.54vw 0.77vw;
  }
}
.search-detail .internship-swiper__tag > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.67;
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .search-detail .internship-swiper__tag > span {
    font-size: 2.82vw;
    line-height: 1.09;
  }
}
.search-detail .info-btnbox {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-detail .info-btnbox {
    margin-top: 9.74vw;
  }
}
.search-detail .info-btnbox .linkBtn--innerarrow--l {
  padding: 20px 103px 25px 114px;
}
@media screen and (max-width: 768px) {
  .search-detail .info-btnbox .linkBtn--innerarrow--l {
    padding: 3.59vw 17.95vw 4.87vw 18.97vw;
  }
}
.search-detail .info-btnbox .linkBtn--innerarrow i {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .search-detail .info-btnbox .linkBtn--innerarrow i {
    right: 15.38vw;
  }
}
@media screen and (max-width: 768px) {
  .search-detail .info-btnbox .linkBtn--innerarrow span {
    font-size: 3.85vw;
  }
}
.search-detail .back-btnbox {
  margin-top: 47px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-detail .back-btnbox {
    margin-top: 9.74vw;
  }
}
.search-detail .jobcafe-content {
  margin-top: 108px;
}
@media screen and (max-width: 768px) {
  .search-detail .jobcafe-content {
    margin-top: 14.36vw;
  }
}
.search-detail .jobcafe-content__box {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #EAEAEA;
}
@media screen and (max-width: 768px) {
  .search-detail .jobcafe-content__box {
    display: inline-block;
    margin-top: 4.62vw;
    padding-top: 3.59vw;
    border-top-width: 0.77vw;
  }
}
.search-detail .jobcafe-content__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .search-detail .jobcafe-content__text {
    font-size: 3.85vw;
    line-height: 1.73;
  }
}
.search-detail .jobcafe-content__btnbox {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .search-detail .jobcafe-content__btnbox {
    text-align: center;
    margin-top: 2.05vw;
  }
}
.search-detail .jobcafe-content__btnbox .linkBtn--innerarrow--s {
  padding: 9px 26px 15px 30px;
}
@media screen and (max-width: 768px) {
  .search-detail .jobcafe-content__btnbox .linkBtn--innerarrow--s {
    padding: 3.08vw 18.72vw 4.1vw 19.23vw;
  }
}
.search-detail .jobcafe-content__btnbox .linkBtn--innerarrow i {
  right: 16px;
}
@media screen and (max-width: 768px) {
  .search-detail .jobcafe-content__btnbox .linkBtn--innerarrow i {
    right: 15.64vw;
  }
}
.search-detail .jobcafe-content__btnbox .linkBtn span {
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .search-detail .jobcafe-content__btnbox .linkBtn span {
    font-size: 3.33vw;
  }
}
.search-detail .col2-layout {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 58px;
       column-gap: 58px;
}
@media screen and (max-width: 768px) {
  .search-detail .col2-layout {
    display: block;
  }
}
.search-detail .subnav {
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 310px;
  padding: 24px 15px 24px 24px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 20px;
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .search-detail .subnav {
    display: none;
  }
}
.search-detail .subnav-company__type > span {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.search-detail .subnav-company__name > span {
  margin-top: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
.search-detail .subnav-company__address {
  margin-top: 16px;
}
.search-detail .subnav-company__address > span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.16em;
}
.search-detail .subnav-company__tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.search-detail .subnav-company__tag {
  padding: 0 6px 4px;
  background-color: #E3E3E3;
}
.search-detail .subnav-company__tag > span {
  font-weight: 500;
  font-size: 11px;
  color: #4D4D4D;
}
.search-detail .subnav-anchor {
  display: grid;
  row-gap: 12px;
  margin-top: 32px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.16em;
}
.search-detail .subnav-anchor__item:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}
.search-detail .subnav-anchor__item > a {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  padding-bottom: 12px;
  transition: opacity 0.3s ease;
}
.search-detail .subnav-anchor__item > a:hover {
  opacity: 0.7;
}
.search-detail .subnav-anchor__item > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url("../images/search/detail/icon_triangle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.search-detail--company .back-btnbox .linkBtn--inner--l {
  padding: 21px 17px 25px 44px;
}
@media screen and (max-width: 768px) {
  .search-detail--company .back-btnbox .linkBtn--inner--l {
    padding: 3.59vw 9.49vw 4.87vw 14.36vw;
  }
}
.search-detail--company .back-btnbox .linkBtn--inner i {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .search-detail--company .back-btnbox .linkBtn--inner i {
    right: 7.69vw;
  }
}
@media screen and (max-width: 768px) {
  .search-detail--company .back-btnbox .linkBtn--inner span {
    font-size: 3.85vw;
  }
}
@media screen and (max-width: 768px) {
  .search-detail--internship .contents {
    margin-top: 5.13vw;
  }
}
.search-detail--internship .application-btnbox {
  text-align: center;
}
.search-detail--internship .application-btnbox .linkBtn--innerarrow--l {
  padding: 13px 75px 22px 82px;
}
@media screen and (max-width: 768px) {
  .search-detail--internship .application-btnbox .linkBtn--innerarrow--l {
    padding: 3.33vw 20.51vw 5.64vw 22.31vw;
  }
}
.search-detail--internship .back-btnbox .linkBtn--inner--l {
  padding: 25px 14px 26px 50px;
}
@media screen and (max-width: 768px) {
  .search-detail--internship .back-btnbox .linkBtn--inner--l {
    padding: 2.56vw 10vw 3.59vw 13.33vw;
    border-radius: 10.26vw;
  }
}
.search-detail--internship .back-btnbox .linkBtn--inner i {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .search-detail--internship .back-btnbox .linkBtn--inner i {
    right: 7.69vw;
  }
}
.search-detail--internship .back-btnbox .linkBtn span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .search-detail--internship .back-btnbox .linkBtn span {
    font-size: 3.85vw;
  }
}
.search-detail--event .event-info {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .search-detail--event .event-info {
    margin-top: 3.85vw;
  }
}
.search-detail--event .event-info__ttl {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.76;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .search-detail--event .event-info__ttl {
    font-size: 5.13vw;
  }
}
.search-detail--event .event-info__textbox {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .search-detail--event .event-info__textbox {
    margin-top: 3.33vw;
  }
}
.search-detail--event .event-info__textbox > p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .search-detail--event .event-info__textbox > p {
    font-size: 3.33vw;
    letter-spacing: 0.04em;
    line-height: 1.54;
  }
}
.search-detail--event .event-info .company__tags {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .search-detail--event .event-info .company__tags {
    margin-top: 8.46vw;
  }
}
.search-detail--event .linkarea__list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .search-detail--event .linkarea__list {
    margin-top: 6.67vw;
  }
}
.search-detail--event .linkarea__link > a {
  position: relative;
  padding-right: 33px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .search-detail--event .linkarea__link > a {
    padding-right: 5.64vw;
    font-size: 3.59vw;
  }
}
.search-detail--event .linkarea__link > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 15px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .search-detail--event .linkarea__link > a::after {
    top: auto;
    bottom: -3.08vw;
    width: 4.36vw;
    height: 5.38vw;
  }
}
.search-detail--event .linkarea__link--ex > a::after {
  background-image: url("/assets/images/common/icon_link_ex.svg");
}
.search-detail--event .linkarea__link--word > a::after {
  background-image: url("/assets/images/common/icon_link_word.svg");
}
.search-detail--event .linkarea__link--word > a::after {
  background-image: url("/assets/images/common/icon_link_word.svg");
}
.search-detail--event .linkarea__link--pdf > a::after {
  background-image: url("/assets/images/common/icon_link_pdf.svg");
}
.search-detail--event .linkarea__link--pp > a::after {
  background-image: url("/assets/images/common/icon_link_pp.svg");
}
.search-detail--event .linkarea__link--excel > a::after {
  background-image: url("/assets/images/common/icon_link_excel.svg");
}
.search-detail--event .application-btnbox {
  margin-top: 58px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-detail--event .application-btnbox {
    margin-top: 16.41vw;
  }
}
.search-detail--event .application-btnbox .linkBtn--inner--l {
  padding: 20px 61px 25px 61px;
}
@media screen and (max-width: 768px) {
  .search-detail--event .application-btnbox .linkBtn--inner--l {
    padding: 2.82vw 14.87vw 4.36vw 13.33vw;
  }
}
.search-detail--event .application-btnbox .linkBtn--inner i {
  width: 13px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .search-detail--event .application-btnbox .linkBtn--inner i {
    width: 3.33vw;
    right: 7.69vw;
  }
}
@media screen and (max-width: 768px) {
  .search-detail--event .application-btnbox .linkBtn--inner span {
    font-size: 3.85vw;
  }
}
.search-detail--event .back-btnbox {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .search-detail--event .back-btnbox {
    margin-top: 12.56vw;
  }
}
.search-detail--event .back-btnbox .linkBtn--inner--l {
  padding: 23px 18px 23px 44px;
}
@media screen and (max-width: 768px) {
  .search-detail--event .back-btnbox .linkBtn--inner--l {
    padding: 3.85vw 4.62vw 5.38vw 10.77vw;
  }
}
@media screen and (max-width: 768px) {
  .search-detail--event .back-btnbox .linkBtn--inner span {
    font-size: 3.85vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1160px) {
  .search-detail .subnav {
    display: none;
  }
}
/*# sourceMappingURL=search_detail.css.map */