:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
  --mh--breakpoint--x2l: 1450px;
}

/* busyohou_case-study-archive
================================================== */

.busyohou_case-study-archive {
  padding-top: 50px;
  padding-bottom: var(--mh--space--x4l);
}

.busyohou_case-study-archive__inner {
  padding-top: var(--mh--space--sm);
  padding-inline: var(--mh--contents--padding--side);
}

@media (width >= 768px ) {
  .busyohou_case-study-archive {
    padding-bottom: var(--mh--space--x3l);
  }
  .busyohou_case-study-archive__inner {
    padding-top: var(--mh--space--x2l);
    max-width: calc(1470px + var(--mh--contents--padding--side) * 2);
    margin-inline: auto;
  }
}

/* busyohou_case-study-archive-search
================================================== */

.busyohou_case-study-archive-search__set {
  display: grid;
  gap: 20px;
}

.busyohou_case-study-archive-search__section {
  padding-bottom: var(--mh--space--xs);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}

.busyohou_case-study-archive-search__cat {
  margin-bottom: 0;
}

@media (width >= 768px ) {
  .busyohou_case-study-archive-search {
    margin-inline: 2.6041666667%;
  }
  .busyohou_case-study-archive-search__inner.u-inner {
    max-width: 1100px;
  }
  .busyohou_case-study-archive-search__set {
    grid-template-columns: 285px 1fr;
    gap: 50px;
  }
  .busyohou_case-study-archive-search__sections {
    min-width: 0;
  }
  .busyohou_case-study-archive-search__map-wrap {
    min-width: 0;
  }
  .busyohou_case-study-archive-search__section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/* busyohou_case-study-archive-search-map
================================================== */

.busyohou_case-study-archive-search-map {
  background: var(--mh--color--secondary-200);
  padding: 20px 20px 31.3432835821%;
  position: relative;
  z-index: 0;
  border-radius: 3px;
}

.busyohou_case-study-archive-search-map__img {
  width: 79.1044776119%;
  position: absolute;
  right: 18px;
  bottom: 12px;
  z-index: -1;
}

.busyohou_case-study-archive-search-map__img img {
  width: 100%;
}

.busyohou_case-study-archive-search-map__item:nth-child(1) {
  grid-area: item1;
}

.busyohou_case-study-archive-search-map__item:nth-child(2) {
  grid-area: item2;
}

.busyohou_case-study-archive-search-map__item:nth-child(3) {
  grid-area: item3;
}

.busyohou_case-study-archive-search-map__item:nth-child(4) {
  grid-area: item4;
}

.busyohou_case-study-archive-search-map__item:nth-child(5) {
  grid-area: item5;
}

.busyohou_case-study-archive-search-map__item:nth-child(6) {
  grid-area: item6;
}

.busyohou_case-study-archive-search-map__item:nth-child(7) {
  grid-area: item7;
}

.busyohou_case-study-archive-search-map__item.is-active .busyohou_case-study-archive-search-map__in {
  color: var(--mh--color--grayscale-100);
}

.busyohou_case-study-archive-search-map__item.is-active[data-area=hokkaido] .busyohou_case-study-archive-search-map__in {
  background: rgb(231, 52, 12);
  border-color: rgb(231, 52, 12);
}

.busyohou_case-study-archive-search-map__item.is-active[data-area=tohoku] .busyohou_case-study-archive-search-map__in {
  background: rgb(243, 152, 1);
  border-color: rgb(243, 152, 1);
}

.busyohou_case-study-archive-search-map__item.is-active[data-area=kanto] .busyohou_case-study-archive-search-map__in {
  background: rgb(255, 202, 68);
  border-color: rgb(255, 202, 68);
}

.busyohou_case-study-archive-search-map__item.is-active[data-area=chubu] .busyohou_case-study-archive-search-map__in {
  background: rgb(143, 196, 62);
  border-color: rgb(143, 196, 62);
}

.busyohou_case-study-archive-search-map__item.is-active[data-area=kinki] .busyohou_case-study-archive-search-map__in {
  background: rgb(17, 170, 61);
  border-color: rgb(17, 170, 61);
}

.busyohou_case-study-archive-search-map__item.is-active[data-area=chugoku_shikoku] .busyohou_case-study-archive-search-map__in {
  background: rgb(7, 181, 238);
  border-color: rgb(7, 181, 238);
}

.busyohou_case-study-archive-search-map__item.is-active[data-area=kyushu_okinawa] .busyohou_case-study-archive-search-map__in {
  background: rgb(230, 47, 142);
  border-color: rgb(230, 47, 142);
}

.busyohou_case-study-archive-search-map__in {
  display: block;
  background: var(--mh--color--grayscale-100);
  padding: 5px 8px 4px;
  border: 1px solid var(--mh--color--grayscale-500);
  text-align: center;
  font-size: var(--mh--font-size--x3s);
  font-weight: var(--mh--font-weight--bold);
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--sm);
  border-radius: var(--mh--border-radius--sm);
}

@media (width < 768px) {
  .busyohou_case-study-archive-search-map__list {
    display: grid;
    grid-template-columns: repeat(3, 88px);
    grid-template-areas: "item1 item2 item3" "item4 item5 ." "item6 item7 .";
    gap: 8px 7px;
  }
}

@media (width >= 768px ) {
  .busyohou_case-study-archive-search-map {
    --_base_width: 640;
    --_base_height: 353;
    aspect-ratio: var(--_base_width)/var(--_base_height);
    padding: 24px 53px 24px 46px;
    overflow: hidden;
    border-radius: 4px;
  }
  .busyohou_case-study-archive-search-map__img {
    width: calc(483 / var(--_base_width) * 100%);
    inset: unset;
    top: 24px;
    left: calc(54 / var(--_base_width) * 100%);
  }
  .busyohou_case-study-archive-search-map__item {
    width: 88px;
    position: absolute;
  }
  .busyohou_case-study-archive-search-map__item[data-area=hokkaido] {
    top: calc(37 / var(--_base_height) * 100%);
    left: calc(287 / var(--_base_width) * 100%);
  }
  .busyohou_case-study-archive-search-map__item[data-area=tohoku] {
    top: calc(153 / var(--_base_height) * 100%);
    left: auto;
    right: calc(37 / var(--_base_width) * 100%);
  }
  .busyohou_case-study-archive-search-map__item[data-area=kanto] {
    top: calc(215 / var(--_base_height) * 100%);
    left: auto;
    right: calc(37 / var(--_base_width) * 100%);
  }
  .busyohou_case-study-archive-search-map__item[data-area=chubu] {
    top: calc(277 / var(--_base_height) * 100%);
    left: calc(394 / var(--_base_width) * 100%);
  }
  .busyohou_case-study-archive-search-map__item[data-area=kinki] {
    top: calc(122 / var(--_base_height) * 100%);
    left: calc(226 / var(--_base_width) * 100%);
  }
  .busyohou_case-study-archive-search-map__item[data-area=chugoku_shikoku] {
    top: calc(122 / var(--_base_height) * 100%);
    left: calc(128 / var(--_base_width) * 100%);
  }
  .busyohou_case-study-archive-search-map__item[data-area=kyushu_okinawa] {
    top: calc(183 / var(--_base_height) * 100%);
    left: calc(46 / var(--_base_width) * 100%);
  }
  .busyohou_case-study-archive-search-map__in {
    padding: 6px;
    font-size: var(--mh--font-size--xs);
  }
}

@media (hover: hover) and (pointer: fine) {
  .busyohou_case-study-archive-search-map__in {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .busyohou_case-study-archive-search-map__item {
    transition: background var(--mh--duration) var(--mh--easing);
  }
  .busyohou_case-study-archive-search-map__item:hover .busyohou_case-study-archive-search-map__in {
    color: var(--mh--color--grayscale-100);
  }
  .busyohou_case-study-archive-search-map__item:hover[data-area=hokkaido] .busyohou_case-study-archive-search-map__in {
    background: rgb(231, 52, 12);
    border-color: rgb(231, 52, 12);
  }
  .busyohou_case-study-archive-search-map__item:hover[data-area=tohoku] .busyohou_case-study-archive-search-map__in {
    background: rgb(243, 152, 1);
    border-color: rgb(243, 152, 1);
  }
  .busyohou_case-study-archive-search-map__item:hover[data-area=kanto] .busyohou_case-study-archive-search-map__in {
    background: rgb(255, 202, 68);
    border-color: rgb(255, 202, 68);
  }
  .busyohou_case-study-archive-search-map__item:hover[data-area=chubu] .busyohou_case-study-archive-search-map__in {
    background: rgb(143, 196, 62);
    border-color: rgb(143, 196, 62);
  }
  .busyohou_case-study-archive-search-map__item:hover[data-area=kinki] .busyohou_case-study-archive-search-map__in {
    background: rgb(17, 170, 61);
    border-color: rgb(17, 170, 61);
  }
  .busyohou_case-study-archive-search-map__item:hover[data-area=chugoku_shikoku] .busyohou_case-study-archive-search-map__in {
    background: rgb(7, 181, 238);
    border-color: rgb(7, 181, 238);
  }
  .busyohou_case-study-archive-search-map__item:hover[data-area=kyushu_okinawa] .busyohou_case-study-archive-search-map__in {
    background: rgb(230, 47, 142);
    border-color: rgb(230, 47, 142);
  }
}