.area_organization {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  width: 100%;
  max-width: 700px;
}
.area_map {
  width: 500px;
}
.area_list {
  position: relative;
  top: 120px;
  width: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area_list_items {
  border: solid 1px #707070;
  position: absolute;
  width: 100%;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area_list_items dt {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 4px 1em;
  text-align: center;
}
.area_list_items dd {
  padding: 8px 20px;
  background-color: #fff;
}
.area_list_items dd ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.area_list_items dd ul li {
  list-style: none;
  font-size: 12px;
  line-height: 1.5;
}
.area_list_items dd ul li a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.area_list_items dd ul li a:hover {
  opacity: 0.6;
}
.area_list_items.active {
  display: block;
}
.area_list_parent {
  margin-bottom: 9px;
  width: 190px;
}
.area_list_parent a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d86ba0;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  letter-spacing: 0.05em;
}
.area_list_parent a:hover {
  opacity: 0.7;
}
.area_list_parent a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("./../images/icon_arrow.svg") no-repeat 50% 50%/contain;
}

.svg_area:hover {
  cursor: pointer;
}
.svg_color {
  fill: #999999;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.svg_line, .svg_title {
  fill: #fff;
}

#hokkaido_central dt {
  background-color: #4c9a2a;
}
#hokkaido_southern dt {
  background-color: #1f6fa3;
}
#hokkaido_northern dt {
  background-color: #6b4fb3;
}
#hokkaido_eastern dt {
  background-color: #c86514;
}

.hokkaido_central .svg_title_bg {
  fill: #4c9a2a;
}
.hokkaido_central.svg_area.active .svg_color, .hokkaido_central.svg_area:hover .svg_color {
  fill: #aad170;
}
.hokkaido_southern .svg_title_bg {
  fill: #1f6fa3;
}
.hokkaido_southern.svg_area.svg_area.active .svg_color, .hokkaido_southern.svg_area.svg_area:hover .svg_color {
  fill: #9ec0dd;
}
.hokkaido_northern .svg_title_bg {
  fill: #6b4fb3;
}
.hokkaido_northern.svg_area.svg_area.active .svg_color, .hokkaido_northern.svg_area.svg_area:hover .svg_color {
  fill: #c6b3e6;
}
.hokkaido_eastern .svg_title_bg {
  fill: #c86514;
}
.hokkaido_eastern.svg_area.svg_area.active .svg_color, .hokkaido_eastern.svg_area.svg_area:hover .svg_color {
  fill: #f6c28b;
}

.mainVisual {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
  padding: 50px 24px;
  aspect-ratio: 36/11;
  width: 960px;
}
.mainVisual.custom_background {
  background-size: cover;
}
.mainVisual_catch, .mainVisual_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.mainVisual_catch {
  margin-top: auto;
  color: #fff;
  font-weight: 900;
  font-size: 28px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  text-align: right;
}
.mainVisual_text {
  color: #caeefb;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-align: right;
  padding-right: 2em;
}/*# sourceMappingURL=style.css.map */