@charset "UTF-8";
/**
 * page.css リセット
 */
.about-front__desc p,
.about-legend__heading,
.about-legend__body > p,
.about-legend__brand > .__list,
.about-section__heading,
.group-graph__desc > p,
.group-graph__total > p,
.content-body > p,
#contents.ir.benefit_program .scope-direction__list,
#contents.ir.benefit_program .scope-direction__annotation,
#contents.ir.benefit_program .scope-guide__story > p,
#contents.ir.benefit_program .scope-section .scope-section__heading,
#contents.ir.benefit_program .scope-section__body > p,
#contents.ir.benefit_program .scope-section .scope-section-sub__heading,
#contents.ir.benefit_program .scope-section-sub__body > p,
#contents.ir.benefit_program .scope-section-sub__subbody * + .nlist,
#contents.ir.benefit_program .scope-faq__question,
#contents.ir.benefit_program .scope-faq__answer > .__inner > p,
#contents.csr.environment > section:first-child > p,
#contents.csr.environment .scope-counter__list,
#contents.csr.environment .scope-collapse__body > p,
#contents.csr-csr > section:first-child > p,
#contents.csr-csr .scope-counter__list,
#contents.csr-csr .scope-collapse__body > p,
#contents.csr-csr .scope-work__label,
#contents.csr-csr .scope-work-content__heading,
#contents.csr-csr .scope-work-content__desc > p,
#contents.developer > section:first-child > p {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .about-header__copy,
  .about-header__desc > p,
  .about-legend__desc {
    margin-top: 0;
    margin-bottom: 0;
  }
}
h3.subttl {
  margin-bottom: 20px;
}

.default-btn {
  display: block;
  color: white;
  outline: none;
  position: relative;
}

.default-btn.arrow-before:before, .default-btn.arrow-after:after {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.default-btn.arrow-before:before {
  left: 15px;
  border-width: 6px 7px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.default-btn.arrow-after:after {
  right: 15px;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
}

.default-btn {
  background-color: #000000;
}

.default-btn.color-safety {
  background-color: #33b963;
}

.default-btn.color-friendly {
  background-color: #f15089;
}

.default-btn.color-positive {
  background-color: #3377ff;
}

.default-btn.color-notice {
  background-color: #ff7033;
}

.default-btn:hover {
  background-color: #666666;
}

.default-btn.color-safety:hover {
  background-color: #50cf7e;
}

.default-btn.color-friendly:hover {
  background-color: #f57fa9;
}

.default-btn.color-positive:hover {
  background-color: #6699ff;
}

.default-btn.color-notice:hover {
  background-color: #ff9466;
}

.default-btn {
  line-height: 58px;
  padding-left: 11.6px;
  padding-right: 11.6px;
}

.default-btn.color-min {
  line-height: 48px;
}

.default-btn.corner100p {
  border-radius: 48px;
}

.default-btn.color-max {
  line-height: 68px;
}

.default-btn.corner100p {
  border-radius: 68px;
}

.default-btn.min {
  font-size: 13px;
}

.default-btn.max {
  font-size: 18px;
}

.default-btn.corner2 {
  border-radius: 2px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner3 {
  border-radius: 3px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner4 {
  border-radius: 4px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner5 {
  border-radius: 5px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner6 {
  border-radius: 6px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner7 {
  border-radius: 7px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner8 {
  border-radius: 8px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner9 {
  border-radius: 9px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner10 {
  border-radius: 10px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner11 {
  border-radius: 11px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner12 {
  border-radius: 12px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner13 {
  border-radius: 13px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner14 {
  border-radius: 14px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner15 {
  border-radius: 15px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner16 {
  border-radius: 16px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner17 {
  border-radius: 17px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner18 {
  border-radius: 18px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner19 {
  border-radius: 19px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn.corner20 {
  border-radius: 20px;
}

.default-btn.circle {
  border-radius: 100%;
}

.default-btn {
  transition-property: background-color;
  transition-duration: 500ms;
  transition-timing-function: ease;
  text-align: center;
}

.outline-btn {
  display: block;
  color: white;
  outline: none;
  position: relative;
}

.outline-btn.arrow-before:before, .outline-btn.arrow-after:after {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.outline-btn.arrow-before:before {
  left: 15px;
  border-width: 6px 7px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.outline-btn.arrow-after:after {
  right: 15px;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
}

.outline-btn {
  border: 1px solid #000000;
  color: #000000;
}

.outline-btn.arrow-before:before {
  border-right-color: #000000;
}

.outline-btn.arrow-after:after {
  border-left-color: #000000;
}

.outline-btn.color-safety {
  border-color: #33b963;
  color: #33b963;
}

.outline-btn.arrow-before:before {
  border-right-color: #33b963;
}

.outline-btn.arrow-after:after {
  border-left-color: #33b963;
}

.outline-btn.color-friendly {
  border-color: #f15089;
  color: #f15089;
}

.outline-btn.arrow-before:before {
  border-right-color: #f15089;
}

.outline-btn.arrow-after:after {
  border-left-color: #f15089;
}

.outline-btn.color-positive {
  border-color: #3377ff;
  color: #3377ff;
}

.outline-btn.arrow-before:before {
  border-right-color: #3377ff;
}

.outline-btn.arrow-after:after {
  border-left-color: #3377ff;
}

.outline-btn.color-notice {
  border-color: #ff7033;
  color: #ff7033;
}

.outline-btn.arrow-before:before {
  border-right-color: #ff7033;
}

.outline-btn.arrow-after:after {
  border-left-color: #ff7033;
}

.outline-btn:hover {
  background-color: #666666;
  color: #fff;
}

.outline-btn.arrow-before:hover:before {
  border-right-color: #fff;
}

.outline-btn.arrow-after:hover:after {
  border-left-color: #fff;
}

.outline-btn.color-safety:hover {
  background-color: #33b963;
  color: #fff;
}

.outline-btn.arrow-before:hover:before {
  border-right-color: #fff;
}

.outline-btn.arrow-after:hover:after {
  border-left-color: #fff;
}

.outline-btn.color-friendly:hover {
  background-color: #f15089;
  color: #fff;
}

.outline-btn.arrow-before:hover:before {
  border-right-color: #fff;
}

.outline-btn.arrow-after:hover:after {
  border-left-color: #fff;
}

.outline-btn.color-positive:hover {
  background-color: #3377ff;
  color: #fff;
}

.outline-btn.arrow-before:hover:before {
  border-right-color: #fff;
}

.outline-btn.arrow-after:hover:after {
  border-left-color: #fff;
}

.outline-btn.color-negaitive:hover {
  color: #fff;
}

.outline-btn.arrow-before:hover:before {
  border-right-color: #fff;
}

.outline-btn.arrow-after:hover:after {
  border-left-color: #fff;
}

.outline-btn.color-notice:hover {
  background-color: #ff7033;
  color: #fff;
}

.outline-btn.arrow-before:hover:before {
  border-right-color: #fff;
}

.outline-btn.arrow-after:hover:after {
  border-left-color: #fff;
}

.outline-btn.color-danger:hover {
  color: #fff;
}

.outline-btn.arrow-before:hover:before {
  border-right-color: #fff;
}

.outline-btn.arrow-after:hover:after {
  border-left-color: #fff;
}

.outline-btn.color-warning:hover {
  color: #fff;
}

.outline-btn.arrow-before:hover:before {
  border-right-color: #fff;
}

.outline-btn.arrow-after:hover:after {
  border-left-color: #fff;
}

.outline-btn {
  line-height: 58px;
  padding-left: 11.6px;
  padding-right: 11.6px;
}

.outline-btn.color-min {
  line-height: 48px;
}

.outline-btn.corner100p {
  border-radius: 48px;
}

.outline-btn.color-max {
  line-height: 68px;
}

.outline-btn.corner100p {
  border-radius: 68px;
}

.outline-btn.min {
  font-size: 13px;
}

.outline-btn.max {
  font-size: 18px;
}

.outline-btn.corner2 {
  border-radius: 2px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner3 {
  border-radius: 3px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner4 {
  border-radius: 4px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner5 {
  border-radius: 5px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner6 {
  border-radius: 6px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner7 {
  border-radius: 7px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner8 {
  border-radius: 8px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner9 {
  border-radius: 9px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner10 {
  border-radius: 10px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner11 {
  border-radius: 11px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner12 {
  border-radius: 12px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner13 {
  border-radius: 13px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner14 {
  border-radius: 14px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner15 {
  border-radius: 15px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner16 {
  border-radius: 16px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner17 {
  border-radius: 17px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner18 {
  border-radius: 18px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner19 {
  border-radius: 19px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn.corner20 {
  border-radius: 20px;
}

.outline-btn.circle {
  border-radius: 100%;
}

.outline-btn {
  transition-property: background-color, color;
  transition-duration: 500ms;
  transition-timing-function: ease;
  text-align: center;
}

.tag {
  display: block;
  color: white;
  outline: none;
  position: relative;
}

.tag.arrow-before:before, .tag.arrow-after:after {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tag.arrow-before:before {
  left: 15px;
  border-width: 6px 7px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.tag.arrow-after:after {
  right: 15px;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
}

.tag {
  background-color: #000000;
}

.tag.color-safety {
  background-color: #33b963;
}

.tag.color-friendly {
  background-color: #f15089;
}

.tag.color-positive {
  background-color: #3377ff;
}

.tag.color-notice {
  background-color: #ff7033;
}

.tag {
  line-height: 19px;
  padding-left: 3.8px;
  padding-right: 3.8px;
}

.tag.color-min {
  line-height: 14px;
}

.tag.corner100p {
  border-radius: 14px;
}

.tag.color-max {
  line-height: 28px;
}

.tag.corner100p {
  border-radius: 28px;
}

@media screen and (max-width: 768px) {
  .tag {
    line-height: 15px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .tag.color-min {
    line-height: 11px;
  }
  .tag.corner100p {
    border-radius: 11px;
  }
  .tag.color-max {
    line-height: 18px;
  }
  .tag.corner100p {
    border-radius: 18px;
  }
}
.tag.corner2 {
  border-radius: 2px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner3 {
  border-radius: 3px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner4 {
  border-radius: 4px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner5 {
  border-radius: 5px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner6 {
  border-radius: 6px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner7 {
  border-radius: 7px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner8 {
  border-radius: 8px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner9 {
  border-radius: 9px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner10 {
  border-radius: 10px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner11 {
  border-radius: 11px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner12 {
  border-radius: 12px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner13 {
  border-radius: 13px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner14 {
  border-radius: 14px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner15 {
  border-radius: 15px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner16 {
  border-radius: 16px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner17 {
  border-radius: 17px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner18 {
  border-radius: 18px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner19 {
  border-radius: 19px;
}

.tag.circle {
  border-radius: 100%;
}

.tag.corner20 {
  border-radius: 20px;
}

.tag.circle {
  border-radius: 100%;
}

.tag {
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (max-width: 768px) {
  .tag {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #contents {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #contents > section:first-child {
    padding-top: 0;
  }
  #contents > section + section {
    padding-top: 0;
  }
}
#contents .subttl {
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #contents .subttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#contents .subttl:before, #contents .subttl:after {
  margin-left: -20px;
}

#contents .subttl.color-safety:after {
  background-color: #33b963;
}

#contents .subttl.color-friendly:after {
  background-color: #f15089;
}

#contents .subttl.color-positive:after {
  background-color: #3377ff;
}

#contents .subttl.color-notice:after {
  background-color: #ff7033;
}

#contents .subttl > .__date {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 1em;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

@media screen and (max-width: 768px) {
  #contents .subttl > .__date {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
#contents .subttl + .subbody {
  margin-top: 30px;
}

#contents * + .content-section {
  margin-top: 40px;
}

#contents .content-section + .content-section {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #contents .content-section + .content-section {
    margin-top: 30px;
  }
}
#contents .content-heading {
  border-radius: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  padding: 5px 30px;
  line-height: 1.75;
  position: relative;
}

#contents .content-heading:before, #contents .content-heading:after {
  content: "";
  background-size: 12px 12px;
  background-position: center center;
  width: 12px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#contents .content-heading:before {
  left: 5px;
}

#contents .content-heading:after {
  right: 5px;
}

#contents .content-heading.color-safety {
  border: 1px solid #33b963;
}

#contents .content-heading.color-safety:before, #contents .content-heading.color-safety:after {
  background-image: radial-gradient(#33b963 17%, transparent 34%);
}

#contents .content-heading.color-friendly {
  border: 1px solid #f15089;
}

#contents .content-heading.color-friendly:before, #contents .content-heading.color-friendly:after {
  background-image: radial-gradient(#f15089 17%, transparent 34%);
}

#contents .content-heading.color-positive {
  border: 1px solid #3377ff;
}

#contents .content-heading.color-positive:before, #contents .content-heading.color-positive:after {
  background-image: radial-gradient(#3377ff 17%, transparent 34%);
}

#contents .content-heading.color-negaitive {
  border: 1px solid;
}

#contents .content-heading.color-negaitive:before, #contents .content-heading.color-negaitive:after {
  background-image: radial-gradient(17%, transparent 34%);
}

#contents .content-heading.color-notice {
  border: 1px solid #ff7033;
}

#contents .content-heading.color-notice:before, #contents .content-heading.color-notice:after {
  background-image: radial-gradient(#ff7033 17%, transparent 34%);
}

#contents .content-heading.color-danger {
  border: 1px solid;
}

#contents .content-heading.color-danger:before, #contents .content-heading.color-danger:after {
  background-image: radial-gradient(17%, transparent 34%);
}

#contents .content-heading.color-warning {
  border: 1px solid;
}

#contents .content-heading.color-warning:before, #contents .content-heading.color-warning:after {
  background-image: radial-gradient(17%, transparent 34%);
}

#contents .content-heading + .content-body {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #contents .content-heading + .content-body {
    margin-top: 15px;
  }
}
#contents .content-body {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  #contents .content-body {
    padding-left: 0;
    padding-right: 0;
  }
}
#contents .content-struct > * + * {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #contents .content-struct > * + * {
    margin-top: 20px;
  }
}
.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;
  }
}
/**
 * デザインパーツセット
 */
.image_replace {
  text-align: left;
  text-indent: -300%;
  overflow: hidden;
  white-space: nowrap;
}

.valign_middle {
  vertical-align: middle;
  position: relative;
  top: -0.2em;
}

.text-link {
  color: #3e8acf;
}

.list_square {
  text-indent: -1em;
  margin-left: 1em;
}

.list_square:before {
  content: "■";
  margin-right: 0.4em;
}

.list_square * {
  text-indent: 0;
}

.notes {
  text-indent: -1.4em;
  margin-left: 1.4em;
}

.notes:before {
  content: "※";
  margin-right: 0.4em;
}

.notes * {
  text-indent: 0;
}

.nlist {
  counter-reset: nlist;
}

.nlist__reset {
  counter-reset: nlist;
}

.nlist__reset .nlist {
  counter-reset: none;
}

.nlist > li {
  counter-increment: nlist;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding-left: 1.5em;
  position: relative;
}

.nlist > li:before {
  content: counter(nlist) ".";
  display: inline-block;
  width: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}

.nowrap {
  white-space: nowrap;
}

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

.resp_iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.resp_iframe.aspect4-3 {
  padding-top: 75%;
}

.resp_iframe.aspect1 {
  padding-top: 100%;
}

.resp_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.vertical-container {
  writing-mode: vertical-rl;
}

/**
 * レスポンシブスタイル
 */
#__bs_notify__ {
  display: none !important;
}

.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;
  }
}
@media screen and (max-width: 768px) {
  * {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
  }
  .gm-style, .gm-style * {
    max-width: none;
  }
  .resp-table__wrapper {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .resp-table__wrapper > table {
    max-width: none;
  }
}

/*# sourceMappingURL=structure.css.map */