.map-box{
    cursor:pointer;
}

.detail-bg{
    transition:fill .3s ease;
}

.map-box:hover .detail-bg{
    fill:#FFD84A;
}

.relationship_map_wrapper svg {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.pc-wrap {
  display: block;
}
.sp-wrap {
  display: none;
}


article.content .content_inner {
  min-width: 1400px;
  margin: 0 auto;
}
section {
  background-color: #fff;
  border-radius: 64px;
  padding: 4vw;
  margin-top: 2em;
}
.sec01 {
  margin-top: 4vw;
  padding: 4vw !important;
}

.sec01 .map_top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.sec01 .map_top .tek {
  color: #0baf84;
}
.sec01 .map_top .cell {
  color: #1595e0;
}
.sec01 .map_top .support {
  color: #fca854;
}

.relationship_map_wrapper {
  margin-top: 3vw;
  position: relative;
}
.relationship_map_wrapper img {
  width: 100%;
  height: auto;
  position: relative;
}

.relationship_map_wrapper .boxitem {
  width: 18.2%;
  height: 17%;
  aspect-ratio: 182 / 170;
  position: relative;
  transition: var(--transition);
  position: relative;
  position: absolute;
}
.relationship_map_wrapper .boxitem h3 {
  text-align: center;
  margin-top: .2vw;
  position: relative;
  top: 1em;
  color: #fff;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1.5rem);
}
.relationship_map_wrapper .boxitem .btn {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  width: calc(calc(100% - 2em));
}

.item01 {
  top: 10.42%;
  left: 40.8%;
}
.item02 {
  top: 32%;
  left: 40.8%;
}
.item03 {
  top: 53.6%;
  left: 40.8%;
}
.item04 {
  top: 10.42%;
  left: 5%;
}
.item05 {
  top: 32%;
  left: 5%;
}
.item06 {
  top: 53.6%;
  left: 76.5%;
}

.item06 {
  top: 32%;
  left: 76.5%;
}
.item07 {
  top: 53.6%;
  left: 76.5%;
}

.item08 {
  top: 80.25%;
  left: 19.6%;
}
.item09 {
  top: 80.25%;
  left: 40.3%;
}
.item10 {
  top: 80.25%;
  left: 60.9%;
}


.remafrk_item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #222;
  border-radius: 100vh;
  width: fit-content;
  height: fit-content;
  padding: .5em 1em;
  line-height: 1.2;
  position: absolute;
  white-space: nowrap;
}
.vrl {
  writing-mode: vertical-rl;
  padding: 1em .5em;
}

.item_ri_01 {
  top: 6.1%;
  left: 59.8%;
}
.item_ri_02 {
  top: 33.6%;
  left: 70.8%;
}
.item_ri_03 {
  top: 12.6%;
  left: 61.5%;
}
.item_ri_04 {
  top: 38.8%;
  left: 61.5%;
}
.item_ri_05 {
  top: 57.8%;
  left: 61.5%;
}
.item_ri_06 {
  top: 18.6%;
  left: 26.5%;
}
.item_ri_07 {
  top: 37.3%;
  left: 26.5%;
}
.item_ri_08 {
  top: 61%;
  left: 17.5%;
}

@media screen and (max-width: 767px) {

.pc-wrap {
  display: none;
}
.sp-wrap {
  display: block;
}

  article.content .content_inner {
    width: 100%;
    min-width: auto;
  }
  section {
    border-radius: 32px;
  }
  .relationship_map_wrapper {
    display: block;
  }
  .relationship_map_wrapper picture img {
    width: 100%;
    height: auto;
  }
  .relationship_map_wrapper .boxitem h3 {
    font-size: ;
  }
  .relationship_map_wrapper .boxitem {
    width: 29.5%;
    height: 12.95%;
    aspect-ratio: 110 / 173;
  }
  .btn_map a::after {
    content: none;
  }
  div:not(.btn_footer_bottom) .btn a {
    min-height: 30px;
    white-space: nowrap;
    padding: 0 12px;
  }
  .btn_map a span {
    font-size: 12px !important;
  }
  .relationship_map_wrapper .boxitem .btn {
    width: fit-content;
    bottom: .75em;
  }
  .relationship_map_wrapper .boxitem h3 {
    top: .75em;
    line-height: 1.3;
    height: 2.3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .remafrk_item {
    border: 1px solid #222;
    font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  }


  .item01 {
    top: 9.68%;
    left: 51.7%;
  }
  .item02 {
    top: 25.9%;
    left: 51.7%;
  }
  .item03 {
    top: 41.9%;
    left: 51.7%;
  }
  .item04 {
    top: 9.68%;
    left: 10.3%;
  }
  .item05 {
    top: 25.9%;
    left: 10.3%;
  }
  .item06 {
    top: 63.7%;
    left: 18.3%;
  }
  .item07 {
    top: 63.7%;
    left: 51.7%;
  }

  .item08 {
    top: 85.15%;
    left: 4.1%;
  }
  .item09 {
    top: 85.15%;
    left: 35.3%;
  }
  .item10 {
    top: 85.15%;
    left: 66.9%;
  }

  .vrl {
    padding: 1em .5em;
  }

  .item_ri_01 {
    top: 5.7%;
    left: 12.8%;
  }
  .item_ri_02 {
    top: 55%;
    left: 87.6%;
  }
  .item_ri_03 {
    top: 8.6%;
    left: 82.5%;
  }
  .item_ri_04 {
    top: 26.4%;
    left: 82.5%;
  }
  .item_ri_05 {
    top: 44.5%;
    left: 82.5%;
  }
  .item_ri_06 {
    top: 13.3%;
    left: 41.5%;
    writing-mode: vertical-rl;
    padding: 1em .5em;
  }
  .item_ri_07 {
    top: 26.7%;
    left: 41.5%;
  }
  .item_ri_08 {
    top: 46.3%;
    left: 20%;
    writing-mode: vertical-rl;
    padding: 1em .5em;
  }

  .sec01 {
    padding: 0 !important;
    background-color: transparent;
  }
  .remafrk_item {
    padding: 10px 6px 10px 4px;
  }

  .sec01 .map_top {
    width: 100%;
    padding: .5em;
    border-radius: 100vh;
    background-color: #fff;
  }
}
