@charset "UTF-8";

/**
固定メニュー
**/
.index-container > .lib-horizon__row {
  align-items: flex-start;
}
.index-container .index-menu {
  position: sticky;
  top: 100px;
  left: 0;
}

@media screen and (max-width: 575.8px) {
  .index-container .index-menu {
    position: relative;
    top: 0;
    left: 0;
  }
}

/**
ソリューションで探す
**/
.solution-contents .lib-bnr-003__link {
  border: none;
}
.solution-contents .lib-bnr-003__txt {
  margin-top: 10px;
}

/**
製品名で探す
**/
.index-menu .index_list--alphabet {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.index-menu .index_list--alphabet li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.index-menu .index_list--alphabet li::before {
  content: none;
}
.index-menu .index_list--alphabet li a {
  /* display: block; */
  text-align: center;
  text-decoration: none;
  font-size: 1.1em;
  /* width: 1.5em;
  height: 1.5em; */
  line-height: 1.5;
  border: 1px solid #cccccc;

  /* 追記 250616 */
  width: 2.8125em;
  height: 2.8125em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-contents .lib-card__item {
  box-shadow: 3px 3px 60px rgba(0, 0, 0, 0.08);
  padding: 1.5em;
  position: relative;
  background-color: #ffffff;
}
.product-contents .lib-card__item .lib-card__thumb img {
  /* width: 68%; */
  width: 55%;
  height: 100%;
  display: block;
  margin: 0 auto;
  aspect-ratio: 2;
  object-fit: contain;
}
.product-contents .lib-card__item .lib-card__title {
  display: grid;
  margin: 0.5em 0 1em;
}
.product-contents .lib-card__item .lib-card__title small {
  font-size: 0.66em;
  font-weight: normal;
  margin-top: 0.5em;
}
.product-contents .lib-card__item .lib-link__btn {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-contents .lib-card__item .lib-link__btn .txt {
  display: none;
}

@media (hover: hover) {
  .product-contents .lib-card__item:has(.lib-link__btn:hover) {
    opacity: 0.66;
  }
}

/**
カテゴリーで探す
**/
.container.category-bnr > div {
  background-size: cover;
  background-position: right center;
}
.container.category-bnr > div .title {
  color: #ffffff;
  font-size: min(2.4vw, 1.75em);
}
.container.category-bnr .lib-card {
  color: #ffffff;
  font-size: min(2.4vw, 1.75em);
}
.container.category-bnr .lib-horizon__row {
  min-height: 200px;
}
.container.category-bnr .lib-horizon__col {
  align-self: center;
}
.container.category-bnr .lib-horizon__col:last-child {
  align-self: end;
}

@media screen and (max-width: 991.8px) {
  /**
カテゴリーで探す
**/
  .container.category-bnr > div {
    background-position: right 20% center;
  }
  .container.category-bnr > div .title {
    font-size: 1.2em;
  }
  .container.category-bnr > div .lib-link__btn {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 575.8px) {
  /**
カテゴリーで探す
**/
  .container.category-bnr .lib-horizon__row {
    min-height: 150px;
  }
  .container.category-bnr > div .title {
    font-size: 1.1em;
  }
}

/**
solution map
**/
.container:has(.solution_map) {
  overflow-x: auto;
}

.solution_map {
  position: relative;
  width: 100%;
  min-width: 690px;
}
.solution_map .bg_img {
  display: block;
  position: relative;
  z-index: 0;
}
.solution_map a {
  position: absolute;
  display: block;
  width: 14.5%;
  height: auto;
  z-index: 1;
}
.solution_map a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/**
学校
**/
.solution_map.education {
  aspect-ratio: 1.81;
}
.solution_map.education a:nth-child(1) {
  top: 80%;
  left: 15%;
}
.solution_map.education a:nth-child(2) {
  top: 29.5%;
  left: 74.5%;
}
.solution_map.education a:nth-child(3) {
  top: 13%;
  left: 26.5%;
}
.solution_map.education a:nth-child(4) {
  top: 86%;
  left: 15%;
}
.solution_map.education a:nth-child(5) {
  top: 70%;
  left: 43.5%;
}
.solution_map.education a:nth-child(6) {
  top: 70%;
  left: 68.5%;
}
.solution_map.education a:nth-child(7) {
  top: 45%;
  left: 43%;
}
.solution_map.education a:nth-child(8) {
  top: 36%;
  left: 43%;
}
.solution_map.education a:nth-child(9) {
  top: 49.5%;
  left: 18%;
}
.solution_map.education a:nth-child(10) {
  top: 82%;
  left: 66%;
}

/**
工場
**/
.solution_map.manufacturing a:nth-child(1) {
  top: 17%;
  left: 38%;
}
.solution_map.manufacturing a:nth-child(2) {
  top: 59%;
  left: 4%;
}
.solution_map.manufacturing a:nth-child(3) {
  top: 24%;
  left: 38%;
}
.solution_map.manufacturing a:nth-child(4) {
  top: 43%;
  left: 67.5%;
}
.solution_map.manufacturing a:nth-child(5) {
  top: 50%;
  left: 84.5%;
}
.solution_map.manufacturing a:nth-child(6) {
  top: 59%;
  left: 84.5%;
}
.solution_map.manufacturing a:nth-child(7) {
  top: 63%;
  left: 69%;
}
.solution_map.manufacturing a:nth-child(8) {
  top: 35%;
  left: 67.5%;
}
.solution_map.manufacturing a:nth-child(9) {
  top: 32%;
  left: 32.5%;
}
.solution_map.manufacturing a:nth-child(10) {
  top: 43%;
  left: 84.5%;
}
.solution_map.manufacturing a:nth-child(11) {
  top: 49.5%;
  left: 67.5%;
}
.solution_map.manufacturing a:nth-child(12) {
  top: 65.5%;
  left: 4%;
}
.solution_map.manufacturing a:nth-child(13) {
  top: 72%;
  left: 29%;
}
.solution_map.manufacturing a:nth-child(14) {
  top: 86%;
  left: 84%;
}

/**
自治体
**/
.solution_map.municipality {
  aspect-ratio: 1.81;
}
.solution_map.municipality a:nth-child(1) {
  top: 46%;
  left: 37.5%;
}
.solution_map.municipality a:nth-child(2) {
  top: 40.5%;
  left: 85%;
}
.solution_map.municipality a:nth-child(3) {
  top: 46.5%;
  left: 85%;
}
.solution_map.municipality a:nth-child(4) {
  top: 15%;
  left: 51.5%;
}
.solution_map.municipality a:nth-child(5) {
  top: 56%;
  left: 85%;
}
.solution_map.municipality a:nth-child(6) {
  top: 88%;
  left: 2%;
}
.solution_map.municipality a:nth-child(7) {
  top: 60%;
  left: 36.5%;
}
.solution_map.municipality a:nth-child(8) {
  top: 28%;
  left: 37.5%;
}
.solution_map.municipality a:nth-child(9) {
  top: 19%;
  left: 75%;
}
.solution_map.municipality a:nth-child(10) {
  top: 62.5%;
  left: 85%;
}

/**
病院
**/
.solution_map.medical {
  aspect-ratio: 1.81;
}
.solution_map.medical a:nth-child(1) {
  top: 28%;
  left: 52%;
}
.solution_map.medical a:nth-child(2) {
  top: 34%;
  left: 52%;
}
.solution_map.medical a:nth-child(3) {
  top: 40.5%;
  left: 52%;
}
.solution_map.medical a:nth-child(4) {
  top: 5%;
  left: 60.5%;
}
.solution_map.medical a:nth-child(5) {
  top: 58.5%;
  left: 70.5%;
}
.solution_map.medical a:nth-child(6) {
  top: 24%;
  left: 23.5%;
}
.solution_map.medical a:nth-child(7) {
  top: 66%;
  left: 70.5%;
}
.solution_map.medical a:nth-child(8) {
  top: 48%;
  left: 52%;
}
.solution_map.medical a:nth-child(9) {
  top: 83.5%;
  left: 59.5%;
}
.solution_map.medical a:nth-child(10) {
  top: 65%;
  left: 23.5%;
}
