@charset "UTF-8";
/**
 * page.css リセット
 */
.group-graph__desc > p,
.group-graph__total > p
 {
  margin-top: 0;
  margin-bottom: 0;
}

.group-graph {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .group-graph__column {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-direction: row;
  }
}
@media print {
  .group-graph__column {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .group-graph__board {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
  }
}
.group-graph__illust {
  margin-top: 60px;
}
.group-graph__illust--2 {
  position: absolute;
  right: 37px;
  bottom: -123px;
}
@media screen and (max-width: 768px) {
  .group-graph__illust--2 {
    bottom: -62px;
    right: 0;
    width: 65px;
  }
}

@media screen and (max-width: 768px) {
  .group-graph__illust {
    margin-top: 0;
    width: 66px;
    position: absolute;
    right: 12px;
    top: 15px;
  }
}
.group-graph__illust2 {
  text-align: right;
  margin-top: -30px;
  margin-bottom: -150px;
}

@media screen and (max-width: 768px) {
  .group-graph__illust2 {
    width: 80px;
    margin-top: 0;
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: 0;
  }
}
* + .group-graph__label {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  * + .group-graph__label {
    margin-top: 0;
  }
}
.group-graph__legend {
  display: grid;
  gap: 30px;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .group-graph__legend {
    font-size: 2rem;
  }
}
.group-graph__legend .row {
  display: flex;
  flex-wrap: wrap;
}
.group-graph__legend .row--1 {
  color: #00633c;
}
.group-graph__legend .row--1 dt::before {
  background-image: url(../img/about/ico_legend_01.png);
}
.group-graph__legend .row--2 {
  color: #e60012;
}
.group-graph__legend .row--2 dt::before {
  background-image: url(../img/about/ico_legend_02.png);
}
.group-graph__legend .row--3 {
  color: #b42355;
}
.group-graph__legend .row--3 dt::before {
  background-image: url(../img/about/ico_legend_03.png);
}
.group-graph__legend .row--4 {
  color: #009844;
}
.group-graph__legend .row--4 dt::before {
  background-image: url(../img/about/ico_legend_04.png);
}
.group-graph__legend dt {
  position: relative;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 768px) {
  .group-graph__legend dt {
    padding: 0 0 0 50px;
  }
}
.group-graph__legend dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: cover;
  aspect-ratio: 42/39;
  min-width: 0;
  width: 42px;
  height: auto;
}
.group-graph__legend dt::after {
  content: "：";
}
* + .group-graph__total {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  * + .group-graph__total {
    margin: 30px auto 0;
  }
}
.group-graph__total {
  border-radius: 10px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  background-color: #e7380d;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.28;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .group-graph__total {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  * + .group-graph__story {
    margin-top: 40px;
    padding: 0 15px;
  }
}
.group-graph__desc {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .group-graph__desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
* + .group-graph__map {
  margin-top: 110px;
  position: relative;
}

@media screen and (max-width: 768px) {
  * + .group-graph__map {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .group-graph__map {
    box-sizing: border-box;
    min-width: calc(100% - 50px);
    width: 319px;
    margin-left: auto;
    margin-right: 0;
  }
}
.group-graph__pin {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.group-graph__pin, .group-graph__pin a {
  color: #e7380d;
}

.group-graph__pin .__tip {
  box-sizing: border-box;
  border-radius: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  background-color: #fff;
  width: 112px;
  /*border: 4px solid #e7380d;*/
  border: 3px solid #e7380d;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translateY(-100%);
}

@media screen and (max-width: 768px) {
  .group-graph__pin .__tip {
    font-size: 12px;
    font-size: 1.2rem;
    width: 80px;
    max-width: none;
    border-radius: 14px;
    border-width: 2px;
  }
}
.group-graph__pin .__tip:after {
  content: "";
  background: url(../img/about/graph_arrow.png) no-repeat center center;
  width: 16px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  top: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .group-graph__pin .__tip:after {
    background-size: cover;
    width: 8px;
    height: 6px;
    bottom: -7px;
  }
}
/*.group-graph__pin * + .__data {
 border-top: 4px solid #e7380d;
}*/
@media screen and (max-width: 768px) {
  .group-graph__pin * + .__data {
    border-top-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .group-graph__pin .__graph img {
    width: 30px;
  }
}
.group-graph__pin .__tip,
.group-graph__pin .__graph img {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 769px) {
  .group-graph__pin {
    text-decoration: none;
  }
  .group-graph__pin {
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: ease;
  }
  .group-graph__pin:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .group-graph__pin:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .group-graph__pin:hover .__tip {
    background-color: #e7380d;
    color: #fff;
  }
  .group-graph__pin:hover .__graph img {
    transform: scale(1.15, 1.15);
  }
}
@media print {
  .group-graph__pin {
    text-decoration: none;
  }
  .group-graph__pin {
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: ease;
  }
  .group-graph__pin:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .group-graph__pin:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .group-graph__pin:hover .__tip {
    background-color: #e7380d;
    color: #fff;
  }
  .group-graph__pin:hover .__graph img {
    transform: scale(1.15, 1.15);
  }
}
.group-graph__pin.modifier--tochigi {
  left: 54%;
  bottom: 83.8582677165%;
}

.group-graph__pin.modifier--tochigi .__tip {
  top: -24px;
  left: -36px;
}

@media screen and (max-width: 768px) {
  .group-graph__pin.modifier--tochigi {
    left: 54.2319749216%;
    bottom: 83.3333333333%;
  }
  .group-graph__pin.modifier--tochigi .__graph img {
    width: 43px;
  }
  .group-graph__pin.modifier--tochigi .__tip {
    top: -16px;
    left: -26px;
  }
}
.group-graph__pin.modifier--ibaraki {
  left: 78.4444444444%;
  bottom: 78.1496062992%;
}

.group-graph__pin.modifier--ibaraki .__tip {
  top: -14px;
  left: -3px;
}

.group-graph__pin.modifier--ibaraki .__tip:after {
  right: 40px;
}

@media screen and (max-width: 768px) {
  .group-graph__pin.modifier--ibaraki {
    left: 78.6833855799%;
    bottom: 77.7777777778%;
  }
  .group-graph__pin.modifier--ibaraki .__graph img {
    width: 43px;
  }
  .group-graph__pin.modifier--ibaraki .__tip {
    top: -13px;
    left: -20px;
  }
  .group-graph__pin.modifier--ibaraki .__tip:after {
    right: 0;
  }
}
.group-graph__pin.modifier--gunma {
  left: 8.6666666667%;
  bottom: 68.8976377953%;
}

.group-graph__pin.modifier--gunma .__tip {
  top: -24px;
  left: auto;
  right: 78px;
  transform: translateY(0);
}

.group-graph__pin.modifier--gunma .__tip:after {
  transform: rotate(-90deg);
  top: -12px;
  /*right: -16px;*/
  right: -15px;
  left: auto;
}

@media screen and (max-width: 768px) {
  .group-graph__pin.modifier--gunma {
    left: 6.5830721003%;
    bottom: 68.3333333333%;
  }
  .group-graph__pin.modifier--gunma .__graph img {
    width: 45px;
  }
  .group-graph__pin.modifier--gunma .__tip {
    top: 72px;
    right: auto;
    left: -27px;
    transform: translateY(-100%);
  }
  .group-graph__pin.modifier--gunma .__tip:after {
    transform: rotate(180deg);
    top: -7px;
    bottom: auto;
    left: 0;
    right: 0;
  }
}
.group-graph__pin.modifier--saitama {
  left: 28.8888888889%;
  bottom: 45.8661417323%;
}

.group-graph__pin.modifier--saitama .__tip {
  top: -16px;
  left: -39px;
}

.group-graph__pin.modifier--saitama .__tip:after {
  right: -35px;
}

@media screen and (max-width: 768px) {
  .group-graph__pin.modifier--saitama {
    left: 28.8401253918%;
    bottom: 45.2777777778%;
  }
  .group-graph__pin.modifier--saitama .__graph img {
    width: 43px;
  }
  .group-graph__pin.modifier--saitama .__tip {
    top: -17px;
    left: -27px;
  }
  .group-graph__pin.modifier--saitama .__tip::after {
    right: -15px;
  }
}
.group-graph__pin.modifier--tokyo {
  left: 45.5555555556%;
  bottom: 31.4960629921%;
}

.group-graph__pin.modifier--tokyo .__tip {
  top: 72px;
  left: 64px;
}

.group-graph__pin.modifier--tokyo .__tip:after {
  transform: rotate(90deg);
  top: -12px;
  right: auto;
  left: -15px;
}

@media screen and (max-width: 768px) {
  .group-graph__pin.modifier--tokyo {
    left: 45.7680250784%;
    bottom: 31.1111111111%;
  }
  .group-graph__pin.modifier--tokyo .__graph img {
    width: 47px;
  }
  .group-graph__pin.modifier--tokyo .__tip {
    top: 53px;
    left: 45px;
  }
  .group-graph__pin.modifier--tokyo .__tip:after {
    left: -7px;
  }
}
.group-graph__pin.modifier--kanagawa {
  left: 29.5555555556%;
  bottom: 20.0787401575%;
}

.group-graph__pin.modifier--kanagawa .__tip {
  top: 76px;
  left: auto;
  right: 90px;
}

.group-graph__pin.modifier--kanagawa .__tip:after {
  transform: rotate(-90deg);
  top: -12px;
  left: auto;
  right: -15px;
}

@media screen and (max-width: 768px) {
  .group-graph__pin.modifier--kanagawa {
    left: 30.0940438871%;
    bottom: 19.4444444444%;
  }
  .group-graph__pin.modifier--kanagawa .__tip {
    top: 54px;
    left: -101px;
    right: unset;
  }
  .group-graph__pin.modifier--kanagawa .__tip::after {
    right: -7px;
  }
  .group-graph__pin.modifier--kanagawa .__graph img {
    width: 43px;
  }
}
.group-graph__pin.modifier--chiba {
  left: 68%;
  bottom: 14.1732283465%;
}

.group-graph__pin.modifier--chiba .__tip {
  top: -17px;
  left: -27px;
}

@media screen and (max-width: 768px) {
  .group-graph__pin.modifier--chiba {
    left: 68.3385579937%;
    bottom: 13.8888888889%;
  }
  .group-graph__pin.modifier--chiba .__tip {
    top: -12px;
    left: -24px;
  }
  .group-graph__pin.modifier--chiba .__graph img {
    width: 44px;
  }
}


.resp_show {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .resp_show {
    visibility: visible;
  }
  .resp_show.sp.inline {
    display: inline;
  }
  .resp_show.sp.inline-block {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  .resp_show.sp.block {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .resp_show {
    visibility: visible;
  }
  .resp_show.legacy-sp.inline {
    display: inline;
  }
  .resp_show.legacy-sp.inline-block {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  .resp_show.legacy-sp.block {
    display: block;
  }
}

.resp_hide {
  visibility: visible;
}
.resp_hide.inline {
  display: inline;
}

.resp_hide.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.resp_hide.block {
  display: block;
}

@media screen and (max-width: 768px) {
  .resp_hide.sp.inline {
    display: none;
    visibility: hidden;
  }
  .resp_hide.sp.inline-block {
    display: none;
    visibility: hidden;
  }
  .resp_hide.sp.block {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 320px) {
  .resp_hide.legacy-sp.inline {
    display: none;
    visibility: hidden;
  }
  .resp_hide.legacy-sp.inline-block {
    display: none;
    visibility: hidden;
  }
  .resp_hide.legacy-sp.block {
    display: none;
    visibility: hidden;
  }
}

.top-width{
    width: 100%;
}
/*# sourceMappingURL=structure.css.map */