.verytop {
  color: white;
  font-size: 1.8rem;
  font-weight: bolder;
  position: fixed;
  left: 0;
}

.top {
  position: relative;
  width: 100%;
}

.top .hero img {
  max-width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.4));
}

@media only screen and (max-width: 767px) {
  .top .hero img {
    width: 92%;
  }
}

@media only screen and (min-width: 768px) {
  .top .hero img {
    width: 86%;
  }
}

.top .lang_container {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .top .lang_container {
    top: 8%;
    left: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .top .lang_container {
    top: 0;
    left: 40px;
  }
}

.top .lang_container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .top .lang_container .lang {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 768px) {
  .top .lang_container .lang {
    font-size: 0.95rem;
  }
}

.top .lang_container .lang a {
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.top .lang_container .lang a:hover {
  color: #d2d2d2;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.top .lang_container .selected::after {
  content: '/';
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .top .lang_container .selected::after {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .top .lang_container .selected::after {
    margin: 0 15px;
  }
}

.top .lang_container .selected a::before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: '';
  display: block;
  width: 88%;
  height: 1px;
  background: #d2d2d2;
}

.join__section .x125 {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .join__section .x125 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .join__section .x125 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 768px) {
  .join__section .x100 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .join__section .x100 {
    padding: 10px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .join__section .x80 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .join__section .x80 {
    padding: 10px;
    font-size: 13px;
    text-align: center;
  }
}

.headbanner {
  width: 100%;
  margin: 10px auto;
}

.navigation {
  background-color: #000;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .navigation .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation .navigation__list .nava {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navigation .navigation__list .nava img {
    width: 100%;
  }
  .navigation .navigation__list .navb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navigation .navigation__list .navb img {
    width: 100%;
  }
}

.navigation--fixed {
  position: fixed;
  left: 0;
  z-index: 999;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.navpc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

.navpc img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .navpc {
    display: none;
  }
}

.navsp {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .navsp {
    display: none;
  }
}

.circle-recruitment {
  background-color: #8f0000;
  border-radius: 5px;
}

.go-to-top {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  bottom: 5%;
  -webkit-transition-property: opacity bottom;
  transition-property: opacity bottom;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media only screen and (max-width: 767px) {
  .go-to-top {
    height: 30px;
    right: 5%;
    width: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .go-to-top {
    height: 50px;
    left: calc(50% + (50% * 0.7));
    width: 50px;
  }
}

.go-to-top::after {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  content: '';
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .go-to-top::after {
    height: 10px;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .go-to-top::after {
    height: 20px;
    position: absolute;
    top: 65%;
    left: 50%;
    width: 20px;
  }
}

.circles {
  background-color: #000;
}

.circle-head {
  border: 1px solid #ffff00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .circle-head {
    margin: 25px auto 0 auto;
    width: calc(100% - 10px);
  }
}

@media only screen and (min-width: 768px) {
  .circle-head {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 1200px;
  }
}

.circle-head__title {
  border-bottom: 1px solid #ffff00;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .circle-head__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 20px auto 0 auto;
    padding-bottom: 20px;
    width: 94%;
  }
}

@media only screen and (min-width: 768px) {
  .circle-head__title {
    font-size: 2rem;
    font-weight: 500;
    margin: 30px auto 0 auto;
    padding-bottom: 30px;
    width: 80%;
  }
}

.circle-head__title::before, .circle-head__title::after {
  display: block;
  content: '';
  height: 0;
  width: 0;
}

.circle-head__title::before {
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #ffff00;
  border-right: 5px solid #ffff00;
  position: absolute;
  bottom: -5px;
  left: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.circle-head__title::after {
  border-top: 5px solid transparent;
  border-left: 5px solid #ffff00;
  border-bottom: 5px solid #ffff00;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  right: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.circle-head__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .circle-head__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px auto 0 0;
    width: calc(100% - 5px);
  }
}

@media only screen and (min-width: 768px) {
  .circle-head__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 30px auto 0 auto;
    width: 80%;
  }
}

.circle-head__sort {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .circle-head__sort {
    font-size: 0.7rem;
    margin: 0 0 5px 5px;
    padding: 4px 0;
    width: calc(50% - 5px);
  }
}

@media only screen and (min-width: 768px) {
  .circle-head__sort {
    font-size: 0.9rem;
    margin: 0 5px;
    width: 100px;
  }
}

.circle-head__sort--active {
  font-weight: 500;
  color: #ef0012;
}

.circle-head__subnav {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .circle-head__subnav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4px 3px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .circle-head__subnav {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 1rem;
  }
}

.circle-head__subnav-title {
  color: #2b2b2b;
  font-size: 0.9rem;
  margin: 0;
  padding-right: 1rem;
  position: relative;
}

.circle-head__subnav-title::after {
  content: '|';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.circle-head__category {
  color: #2b2b2b;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .circle-head__category {
    font-size: 0.7rem;
    margin: 0 0 0 2px;
  }
}

@media only screen and (min-width: 768px) {
  .circle-head__category {
    font-size: 0.9rem;
    margin: 0 0 0 1rem;
  }
}

.circle-head__category--active {
  color: #ef0012;
}

.circle-head__category img {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .circle-head__category img {
    width: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .circle-head__category img {
    width: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .circle-head__table-wrapper {
    overflow: hidden;
    margin-top: 10px;
  }
}

.circle-head__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .circle-head__table {
    margin: 0 0 0 auto;
    overflow: hidden;
    -webkit-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}

@media only screen and (min-width: 768px) {
  .circle-head__table {
    margin: 20px 0 0 auto;
  }
}

.circle-head__circle, .circle-head__circle-itaku {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .circle-head__circle, .circle-head__circle-itaku {
    margin: 0 0 5px 5px;
    padding: 5px;
    width: calc((100% - 5px) / 2 - 5px);
  }
}

@media only screen and (min-width: 768px) {
  .circle-head__circle, .circle-head__circle-itaku {
    margin: 0 0 7px 7px;
    padding: 7px;
    width: calc((100% - 7px) / 4 - 7px);
  }
  .circle-head__circle:hover, .circle-head__circle-itaku:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.circle-head__circle-itaku {
  background-color: #000079;
}

.circle-head__circle-itaku:hover {
  background-color: #0000c0;
}

.circle-head__fig {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .circle-head__fig {
    width: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .circle-head__fig {
    width: 80px;
  }
}

.circle-head__fig .spacer {
  padding-bottom: 100%;
}

.circle-head__fig img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .circle-head__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .circle-head__content {
    margin: 5px 10px 0 10px;
  }
}

.circle-head__name {
  font-size: 0.9rem;
  margin: 0;
}

.circle-head__author {
  font-size: 0.7rem;
  margin: 2px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .circle-head__toggle {
    display: none;
  }
}

.circle-head__toggle--arrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 3px solid #ffff00;
  border-bottom: 3px solid #ffff00;
  height: 20px;
  margin: 0 auto 20px auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
}

.circle-head__toggle--time {
  height: 24px;
  position: relative;
  margin: 10px auto 20px auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 24px;
}

.circle-head__toggle--time::before {
  display: block;
  content: '';
  border-top: 2px solid #ffff00;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.circle-head__toggle--time::after {
  display: block;
  content: '';
  border-left: 2px solid #ffff00;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .circle-head--sp {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .circle-head--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .circle-head--pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .circle-head--pc {
    display: block;
  }
}

.circle-body {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .circle-body {
    margin: 30px auto;
    width: calc(100% - 10px);
  }
}

@media only screen and (min-width: 768px) {
  .circle-body {
    margin: 40px auto;
    width: 900px;
  }
}

.circle-body__circle, .circle-body__circle-itaku {
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .circle-body__circle, .circle-body__circle-itaku {
    padding: 30px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .circle-body__circle, .circle-body__circle-itaku {
    padding: 30px 20px;
  }
}

.circle-body__circle::before, .circle-body__circle::after, .circle-body__circle-itaku::before, .circle-body__circle-itaku::after {
  display: block;
  content: '';
  height: 0;
  width: 0;
}

.circle-body__circle::before, .circle-body__circle-itaku::before {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -5px;
  left: -5px;
}

.circle-body__circle::after, .circle-body__circle-itaku::after {
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -5px;
  right: -5px;
}

.circle-body__circle-itaku {
  background-color: #000079;
}

.circle-body__fig {
  margin: 0;
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .circle-body__fig {
    height: 100px;
    width: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .circle-body__fig {
    width: 23%;
  }
}

.circle-body__fig .spacer {
  padding-bottom: 100%;
}

.circle-body__fig img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .circle-body__content {
    margin: 0 0 0 1.5rem;
    width: calc(100% - 100px - 1.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .circle-body__content {
    margin: 0 1rem 0 2rem;
    width: calc(100% - 23% - 3rem);
  }
}

.circle-body__name {
  font-size: 1.3rem;
  font-weight: 600;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .circle-body__name {
    margin: 0 4px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .circle-body__name {
    margin: 10px 3px 0 0;
  }
}

.circle-body__author {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 5px 0 0 0;
}

.circle-body__description {
  font-size: 0.9rem;
}

@media only screen and (max-width: 767px) {
  .circle-body__description {
    line-height: 1.8;
    margin: 10px 0 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .circle-body__description {
    line-height: 1.7;
    margin: 30px 0 0 0;
  }
}

.circle-body__icon {
  margin: 0 10px 0 0;
}

.circle-body__icon img {
  vertical-align: middle;
  width: 12px;
}

.circle-body__icon a {
  text-decoration: none;
}

.circle-body__category-icon {
  margin: 0 5px 0 0;
}

.circle-body__category-icon img {
  vertical-align: text-top;
  width: 17px;
}

.circle-recruitment {
  background-color: #ee2524;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  padding: 1.1rem 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .circle-recruitment {
    margin: 30px auto 0 auto;
    width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .circle-recruitment {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 900px;
  }
}

.map {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .map {
    width: calc(100% - 10px);
    margin: 30px auto 50px;
  }
}

@media only screen and (min-width: 768px) {
  .map {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 50px auto 80px;
  }
}

.map__head-title {
  border-bottom: 1px solid #ffff00;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .map__head-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 20px auto 0 auto;
    padding-bottom: 20px;
    width: 94%;
  }
}

@media only screen and (min-width: 768px) {
  .map__head-title {
    font-size: 2rem;
    font-weight: 500;
    margin: 30px auto 0 auto;
    padding-bottom: 30px;
    width: 80%;
  }
}

.map__head-title::before, .map__head-title::after {
  display: block;
  content: '';
  height: 0;
  width: 0;
}

.map__head-title::before {
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #ffff00;
  border-right: 5px solid #ffff00;
  position: absolute;
  bottom: -5px;
  left: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.map__head-title::after {
  border-top: 5px solid transparent;
  border-left: 5px solid #ffff00;
  border-bottom: 5px solid #ffff00;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  right: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.map__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .map__content {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .map__content {
    max-width: 950px;
    margin: 0 auto;
  }
}

.map__map {
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .map__map {
    margin: 30px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .map__map {
    margin: 40px 0 0;
  }
}

.map__map img {
  width: 100%;
}

.map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .map__list {
    margin: 30px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .map__list {
    margin: 40px 0 0;
  }
}

.map__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .map__list dl {
    width: 100%;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    border-left: #fff solid 2px;
  }
  .map__list dl:last-child {
    border-bottom: #fff solid 2px;
  }
}

.map__list dl dt,
.map__list dl dd {
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.map__list dl dt {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map__list dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: calc(100% - 3em);
  padding: 7px 0 7px 7px;
  box-sizing: border-box;
}

.map__columns {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -10px;
  width: calc(100% + 10px);
}

@media only screen and (max-width: 767px) {
  .map__columns {
    margin: -10px 0 0 -5px;
    width: calc(100% + 5px);
    max-width: 410px;
  }
}

.map__column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #fff solid 1px;
  border-top: #fff solid 1px;
  font-size: 12px;
  margin: 10px 0 0 10px;
  width: calc(100% / 4 - 10px);
}

@media only screen and (max-width: 767px) {
  .map__column {
    font-size: 11px;
    margin: 10px auto 0 5px;
    width: calc(100% - 5px);
    max-width: 185px;
  }
}

.map__group-a dt, .map__group-b dt, .map__group-c dt {
  color: #fff;
  width: 3em;
}

.map__group-a dd, .map__group-b dd, .map__group-c dd {
  text-align: left;
}

.map__group-a dt {
  background-color: #1d2088;
}

.map__group-b dt {
  background-color: #009944;
}

.map__group-c dt {
  background-color: #e4007f;
}
