@charset "UTF-8";
@import url('/css/style.css');

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  z-index: 4;
}

.main {
  flex-grow: 1;
}

.company-indivisual {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: url(/img/company-indivisual-header.webp) no-repeat;
  background-size: 100% 380px;
}

/* カード本体 */
.company-indivisual__inner {
  width: 960px;
  padding: 40px 19px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 80px;
}

@media screen and (max-width: 1100px) {
  .company-indivisual__inner {
    width: 92%;
    gap: 40px;
  }  
}

/* 会社タイトル部分 */
.company-indivisual__title img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.company-indivisual__title-logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.company-indivisual__title-logo-wrap > h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 5px;
}
.company-indivisual__title-logo img {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
}
.company-indivisual__title-text-wrap p {
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(90deg, #4D649F 0%, #5E479F 100%),
  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-clip: text;
  color: transparent;
}

@media screen and (max-width: 1100px) {
  .company-indivisual__title-logo-wrap > h2 {
    font-size: 24px;
  }
}

.company-indivisual__details {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
/* 会社情報 */
.company-indivisual__details_title-wrap {
  height: 86px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
.company-indivisual__details_title-wrap p {
  font-size: 60px;
  font-weight: 700;
  color: #5D479E0D;
}
.company-indivisual__details_title-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  position: absolute;
  top: 35%;
}
.company-indivisual__details_info {
  display: flex;
  gap: 40px;
  justify-content: center;
}
/* 代表写真セクション */
.company-indivisual__details_info_representative-picture-wrap {
  position: relative;
  margin-bottom: 10px;
}
.company-indivisual__details_info_representative-picture-wrap img {
  width: 216px;
  height: 265px;
  object-fit: cover;
}
.company-indivisual__details_info_representative-picture-wrap p {
  position: absolute;
  bottom: 10px;
  left: 8px;
  color: #ffffff;
  z-index: 1;
}
.company-indivisual__details_info_representative-picture-gradation-box {
  width: 216px;
  height: 96px;
  position: absolute;
  bottom: 0;
}
.company-indivisual__details_info_representative-picture-gradation-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #5E479F 0%, rgba(86, 85, 159, 0.5581) 50%, rgba(77, 100, 159, 0) 100%);
}
/* 詳細情報セクション */
.company-indivisual__details_info_info-section {
  max-width: 664px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company-indivisual__details_info_info-list {
  display: flex;
  gap: 28px;
}
.company-indivisual__details_info_info-list_block {
  display: flex;
  gap: 28px;
}
.company-indivisual__details_info_info-list li {
  width: 145px;
  height: 94px;
  padding: 13px 0;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  text-align: center;
}
.company-indivisual__details_info_info-list li h3 {
  font-size: 16px;
}
.company-indivisual__details_info_info-list li p {
  font-size: 28px;
  color: #5D479E;
  white-space: nowrap;
}
.company-indivisual__details_info_info-list li p span {
  font-size: 16px;
  white-space: nowrap;
  color: #333;
}
.establish {
  background: url(/img/flag-variant.webp) no-repeat center center;
  background-size: 90px;
}
.capital {
  background: url(/img/cash-multiple.webp) no-repeat center center;
  background-size: 90px;
}
.employee {
  background: url(/img/user-icon.webp) no-repeat center center;
  background-size: 70px;
}
.revenue {
  background: url(/img/cash-icon.webp) no-repeat center center;
  background-size: 80px;
}
.company-indivisual__details_info-logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.company-indivisual__details_info-logo-wrap > h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}
.company-indivisual__details_info-logo img {
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
}
.company-indivisual__details_info_detail-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company-indivisual__details_info_detail-list-item {
  display: flex;
  gap: 10px;
}
.company-indivisual__details_info_detail-list-item img {
  width: 15px;
  height: 15px;
  margin-top: 5px;
}
.company-indivisual__details_info_detail-list-item.pin img {
  width: 14px;
  height: 17px;
}
.company-indivisual__details_info_detail-list-item p {
  margin: 0;
}
.company-indivisual__details_info_detail-list-item a {
  color: #2C8CE4;
}
.company-indivisual__details_info_detail-list-item a:hover {
  text-decoration: underline;
}
.company-indivisual__details_info_tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.company-indivisual__details_info_tag-list-item {
  height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, #4D649F 0%, #5E479F 100%),
  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  display: flex;
  align-items: center;
}
.company-indivisual__details_info_tag-list-item p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
/* 写真セクション */
.company-indivisual__details_picture-section {
  display: flex;
  justify-content: space-between;
}
.company-indivisual__details_picture-section img {
  width: 300px;
  height: 240px;
  object-fit: cover;
}
/* カルーセル(SP版のみ) */
.company-indivisual__details_picture-carousel {
  display: none;
}

@media screen and (max-width: 1100px) {
  .company-indivisual__details {
    align-items: center;
    gap: 20px;
  }

  .company-indivisual__details_title-wrap p {
    font-size: 30px;
  }
  .company-indivisual__details_title-wrap h3 {
    font-size: 20px;
  }
  .company-indivisual__details_info {
    flex-direction: column;
    gap: 10px;
  }
  .company-indivisual__details_info_representative-picture-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .company-indivisual__details_info_representative-picture-wrap img {
    width: 305px;
  }
  .company-indivisual__details_info_representative-picture-gradation-box {
    width: 305px;
  }
  .company-indivisual__details_info_tag-list {
    gap: 8px;
  }

  .company-indivisual__details_picture-section {
    display: none;
  }

  /* カルーセル(SP版のみ) */
  .company-indivisual__details_picture-carousel-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .company-indivisual__details_picture-carousel {
    display: block;
    position: relative;
    max-width: 500px;
    overflow: hidden;
  }
  .company-indivisual__details_picture-carousel-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
  }
  .carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
  }
  .carousel-slide img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    justify-items: center;
  }
  input[name="slides"] {
    display: none;
  }
  #slide1:checked ~ .company-indivisual__details_picture-carousel-slides {
    transform: translateX(0%);
  }
  #slide2:checked ~ .company-indivisual__details_picture-carousel-slides {
    transform: translateX(-100%);
  }
  #slide3:checked ~ .company-indivisual__details_picture-carousel-slides {
    transform: translateX(-200%);
  }
  .company-indivisual__details_picture-carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
  }
  #slide1:checked ~ .company-indivisual__details_picture-carousel-nav label[for="slide1"] {
    background-color: #333;
  }
  #slide2:checked ~ .company-indivisual__details_picture-carousel-nav label[for="slide2"] {
    background-color: #333;
  }
  #slide3:checked ~ .company-indivisual__details_picture-carousel-nav label[for="slide3"] {
    background-color: #333;
  }
}
@media screen and (max-width: 767px) {
  .company-indivisual__details_info_info-list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .company-indivisual__details_info_info-list_block {
    gap: 10px;
  }
}
@media screen and (max-width: 389px) {
  .company-indivisual__details_info_representative-picture-wrap img {
    width: 216px;
  }
  .company-indivisual__details_info_representative-picture-gradation-box {
    width: 216px;
  }
}

/* 求人情報 */
.company-indivisual__offers {
  display: flex;
  flex-direction: column;
}
/* タイトル */
.company-indivisual__offers_title-wrap {
  height: 86px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.company-indivisual__offers_title-wrap p {
  font-size: 60px;
  font-weight: 700;
  color: #5D479E0D;
}
.company-indivisual__offers_title-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  position: absolute;
  top: 35%;
}
/* タブ */
.company-indivisual__offers_tabs {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
}
.company-indivisual__offers_tabs-item.selected {
  background: #E7F0F8;
}
.company-indivisual__offers_tabs-item p {
  cursor: pointer;
  padding: 15px 20px;
}
/* 求人リスト */
.company-indivisual__offers_list {
  display: none;
}
.company-indivisual__offers_list.selected {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  align-items: center;
}
.company-indivisual__offers_list_expired {
  display: none;
}
.company-indivisual__offers_list_expired.selected {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
/* 大サイズ求人 */
.company-indivisual__offers_list-item-large {
  border-radius: 10px;
  padding: 15px;
  border-top: 5px solid #5D479E;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
  width: 100%;
}
/* 新着バッジ */
.company-indivisual__offers_list-item-new {
  display: flex;
  gap: 24px;
  align-items: center;
}
.company-indivisual__offers_list-item-new > p {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
.company-indivisual__offers_list-item-new_badge {
  padding: 2px 15px;
  border-radius: 2px;
  background: #F2C94C;
}
.company-indivisual__offers_list-item-new_badge p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
/* ヘッダー部分 */
.company-indivisual__offers_list-item-header {
  border-bottom: 1px solid #E0E0E0;
}
.company-indivisual__offers_list-item-header > h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.company-indivisual__offers_list-item-header > p {
  font-weight: 600;
  margin-bottom: 5px;
}
.company-indivisual__offers_list-item-header_tags {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  flex-wrap: wrap;
}
.company-indivisual__offers_list-item-header_tags-item {
  border-radius: 2px;
  padding: 2px 5px;
  background: #E7F0F8;
}
.company-indivisual__offers_list-item-header_tags-item p {
  font-size: 12px;
  font-weight: 300;
}
/* 写真部分 */
.company-indivisual__offers_list-item-picture-pc {
  display: flex;
  justify-content: space-between;
}
.company-indivisual__offers_list-item-picture-pc img {
  width: 286px;
  height: 200px;
  object-fit: cover;
}
.company-indivisual__offers_list-item-picture-sp {
  display: none;
}
/* 詳細部分 */
.company-indivisual__offers_list-item-details {
  display: grid;
  gap: 5px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
  justify-items: flex-start;
}
.company-indivisual__offers_list-item-details.without-border {
  border-bottom: none;
}
.company-indivisual__offers_list-item-details-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.company-indivisual__offers_list-item-details-item h3 {
  min-width: 90px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0.2rem;
  padding: 5px;
  background: #4ecdc4;
  text-align: center;
  height: 100%;
}

.company-indivisual__offers_list-item-details-item p {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}
/* ボタン部分 */
.company-indivisual__offers_list-item-buttons {
  padding: 10px 0;
  background: #FAF8F7;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.company-indivisual__offers_list-item-buttons_detail-button {
  width: 249px;
  padding: 10px 0px;
  border-radius: 4px;
  background: #2C8CE4;
  color: #ffffff;
  font-size: 14px;
}
.company-indivisual__offers_list-item-buttons_detail-button.expired {
  background: #E0E0E0;
  cursor: default;
}
.company-indivisual__offers_list-item-buttons_fav-button {
  width: 249px;
  border-radius: 4px;
  padding: 10px 2px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #333;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.company-indivisual__offers_list-item-buttons_fav-button.expired {
  border: none;
  background: #E0E0E0;
  color: #ffffff;
  cursor: default;
}
.company-indivisual__offers_list-item-buttons_fav-button.liked {
  background: #FF6B6B;
  cursor: default;
  color: #ffffff;
}
.company-indivisual__offers_list-item-buttons_fav-button img {
  width: 18px;
  height: 15px;
}
.company-indivisual__offers_list-item-buttons_fav-button p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .company-indivisual__offers_list-item-buttons_detail-link {
    width: 48%;
  }
  .company-indivisual__offers_list-item-buttons_detail-button {
    width: 100%;
    font-size: 12px;
  }
  .company-indivisual__offers_list-item-buttons_fav-button {
    width: 48%;
    padding: 10px 2px;
    font-size: 12px;
  }
  .company-indivisual__offers_list-item-buttons_fav-button.liked {
    padding: 10px 0px;
    font-size: 10px;
  }
}

/* 締め切り間近通知 */

.company-indivisual__offers_list-item-buttons .nead-deadline {
  position: absolute;
  left: 3%;
  font-size: 0.9rem;
}
.company-indivisual__offers_list-item-buttons .nead-deadline span {
  font-size: 1.3rem;
  color: #FF0000;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .company-indivisual__offers_list-item-buttons .nead-deadline {
    display: none;
  }
}

/* 締め切り間近通知 end */

/* 普通サイズ求人 */
.company-indivisual__offers_list-item-normal {
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
  width: 100%;
}
/* メインコンテンツ部分 */
.company-indivisual__offers_list-item-main {
  display: flex;
  gap: 10px;
}
.company-indivisual__offers_list-item-main_picture img {
  height: 185px;
  width: 275px;
  object-fit: cover;
}
.company-indivisual__offers_list-item-main_details {
  display: flex;
  flex-direction: column;
}
.company-indivisual__offers_list-item-main_details > h3 {
  font-size: 20px;
}
.company-indivisual__offers_list-item-main_details > p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.company-indivisual__offers_list-item-header.without-border {
  border-bottom: none;
}

@media screen and (max-width: 1100px) {
  .company-indivisual__offers_title-wrap p {
    font-size: 30px;
  }
  .company-indivisual__offers_title-wrap h3 {
    font-size: 20px;
  }
  .company-indivisual__offers_tabs-item p {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px;
  }
  .company-indivisual__offers_list-item-header > h3 {
    font-size: 18px;
  }
  .company-indivisual__offers_list-item-picture-pc {
    display: none;
  }
  .company-indivisual__offers_list-item-picture-sp {
    display: block;
    text-align: center;
  }
  .company-indivisual__offers_list-item-picture-sp img {
    height: 185px;
    width: 275px;
    object-fit: cover;
  }
  .company-indivisual__offers_list-item-details-item {
    align-items: start;
  }
  .company-indivisual__offers_list-item-details-item.pc-only {
    display: none;
  }
  .company-indivisual__offers_list-item-buttons {
    align-items: center;
  }
  .company-indivisual__offers_list-item-main {
    flex-direction: column;
  }
  .company-indivisual__offers_list-item-main_picture {
    text-align: center;
  }
  .company-indivisual__offers_list-item-main_picture img {
    height: 185px;
    width: 275px;
    object-fit: cover;
  }
  .company-indivisual__offers_list-item-details {
    border-bottom: none;
  }
  .company-indivisual__offers_list-item-header_tags.with-border {
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
  }
  .company-indivisual__offers_list-item-main_details > h3 {
    font-size: 18px;
    font-weight: 700;
  }
}

/* ===== ページネイション start ===== */

/* ページネイション関係 */
.page-search-result-wrap{
  width: 920px;
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .page-search-result-wrap{
    width: 100%;
  }
}

.company-nav-pager-footer {
  justify-content: center !important;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .company-page-search-result > * {
    width: 100%;
  }
  .company-page-search-result {
    display: flex;
    flex-direction: column;
  }
  .company-nav-pager-ul {
    order: 3;
  }
  .company-nav-pager-sort-wrapper {
    order: 2;
    display: flex;
    justify-content: flex-end;
  }
}

.company-nav-pager-ul {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company-nav-pager-ul {
    width: 100%;
    margin-top: 1rem;
    margin: 1rem auto 0;
    justify-content: center;
  }
}
/* ===== ページネイション end ===== */

/* ===== 検索結果0件 ===== */
.company__off-inner {
  margin-top: 10%;
  text-align: center;
  font-size: 16px;
  font-family: 'Noto Sans JP';
}
/* ===== 検索結果0件 end ===== */

