@charset "UTF-8";
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  30% {
    opacity: 1;
    transform: translateX(0);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(50px);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim-out {
  100% {
    width: 100%;
  }
  0% {
    width: 0%;
  }
}
main {
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  main {
    padding: 10px 0 0 0;
  }
}

/*相関図*/
.association__info {
  display: block;
  width: 1170px;
  display: block;
  margin: 0 auto;
  padding: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .association__info {
    width: 100%;
  }
}
.association__info--bg {
  width: 780px;
  height: 459px;
  margin: 0 auto;
  padding: 5.6rem 0 0 0;
  background-image: url(/_assets/img/front-page/chart_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s;
}
.association__info--bg.active01 {
  background-image: url(/_assets/img/front-page/chart_bg-01.svg);
}
.association__info--bg.active02 {
  background-image: url(/_assets/img/front-page/chart_bg-02.svg);
}
.association__info--bg.active03 {
  background-image: url(/_assets/img/front-page/chart_bg-03.svg);
}
.association__info--bg.active04 {
  background-image: url(/_assets/img/front-page/chart_bg-04.svg);
}
.association__info--bg.active05 {
  background-image: url(/_assets/img/front-page/chart_bg-05.svg);
}
.association__info--subttl {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004bb1;
  text-align: center;
}
.association__info--block01 {
  display: flex;
  justify-content: space-between;
  width: 676px;
  height: 173px;
  margin: 0.5rem auto 0;
  background-color: #fff;
  border: 1px solid #004bb1;
  border-radius: 1rem;
  padding: 0 3.2rem;
}
.association__info--block01 p {
  font-size: 2.7rem;
  font-weight: 700;
  color: #004bb1;
  margin: 1.3rem 0 0 0;
}
.association__info--link-list {
  display: flex;
  justify-content: space-between;
  width: 394px;
  margin: 1.6rem 0 0 0;
}
.association__info--link-list ul li:last-of-type {
  margin: 0;
}
.association__info--link-list ul li a {
  font-size: 1.2rem;
  color: #004bb1;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
@media (hover: hover) {
  .association__info--link-list ul li a:hover {
    border-bottom: 1px solid #004bb1;
  }
}
.association__info--chart-img {
  width: 183px;
  height: 183px;
  margin: -1.9rem 0 0 0;
}
.association__info--chart-img img {
  width: 100%;
}
.association__info--block02 {
  margin: 0.9rem auto 0;
}
.association__info--block02 ul {
  display: flex;
  justify-content: space-between;
  width: 560px;
  margin: 0 auto;
}
.association__info--block02 ul li {
  width: 255px;
  text-align: center;
  font-weight: 700;
}
.association__info--block02 ul li p {
  color: #3d9150;
  font-size: 1.2rem;
}
.association__info--block02 ul li div {
  margin: 0.5rem 0 0 0;
}
.association__info--block02 ul li .association__info--block-link {
  display: block;
  height: 36px;
  line-height: 32px;
  font-size: 1.4rem;
  color: #3d9150;
  background-color: #fff;
  border: 1px solid #3d9150;
  border-radius: 1rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .association__info--block02 ul li .association__info--block-link:hover {
    background-color: #3d9150;
    color: #fff;
  }
}
.association__info--block03 {
  margin: 1.8rem auto 0;
}
.association__info--block03 ul {
  display: flex;
  justify-content: space-between;
  width: 560px;
  margin: 0 auto;
}
.association__info--block03 ul li {
  width: 255px;
  text-align: center;
  font-weight: 700;
}
.association__info--block03 ul li p {
  color: #561db1;
  font-size: 1.2rem;
}
.association__info--block03 ul li div {
  margin: 0.5rem 0 0 0;
}
.association__info--block03 ul li .association__info--block-link {
  display: block;
  height: 36px;
  line-height: 32px;
  font-size: 1.4rem;
  color: #561db1;
  background-color: #fff;
  border: 1px solid #561db1;
  border-radius: 1rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .association__info--block03 ul li .association__info--block-link:hover {
    color: #fff;
    background-color: #561db1;
  }
}
.association__info--block04 {
  margin: 1.6rem auto 0;
}
.association__info--block04 ul {
  display: flex;
  width: 702px;
  margin: 0 auto;
}
.association__info--block04 ul li {
  padding: auto 3.9rem;
  text-align: center;
  font-weight: 700;
}
.association__info--block04 ul li:nth-of-type(1) {
  margin: 0 2rem 0 0;
  width: 92px;
}
.association__info--block04 ul li:nth-of-type(2) {
  margin: 0 5rem 0 0;
  width: 221px;
}
.association__info--block04 ul li:nth-of-type(3) {
  margin: 0 4.9rem 0 0;
  width: 140px;
}
.association__info--block04 ul li:nth-of-type(4) {
  width: 140px;
}
.association__info--block04 ul li .association__info--block-link {
  width: 100%;
  height: 40px;
  color: #561db1;
  background-color: #fff;
  border: 1px solid #561db1;
  border-radius: 1rem;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  transition: 0.3s;
}
@media (hover: hover) {
  .association__info--block04 ul li .association__info--block-link:hover {
    color: #fff;
    background-color: #561db1;
  }
}
.association__info--block04 ul li .association__info--block-link:nth-of-type(1) div {
  width: 125px;
}
.association__info--block04 ul li .association__info--block-link:nth-of-type(2) div {
  width: 300px;
}
.association__info--block04 ul li .association__info--block-link:nth-of-type(3) div {
  width: 190px;
}
.association__info--block04 ul li .association__info--block-link:nth-of-type(4) div {
  width: 190px;
}
.association__info--description-area ul {
  width: 776px;
  height: 56px;
  margin: 0.7rem auto;
}
.association__info--description-area ul li {
  width: 100%;
  background-color: transparent;
  display: none;
  font-size: 1.2rem;
  padding: 1rem 1.3rem;
}
.association__info--description-area ul li.active {
  width: 100%;
  border-radius: 1rem;
  display: block;
  background-color: #f4f4f4;
  animation: fadeInOut 0.3s;
}
.association__info--description-area ul li.active p {
  display: block;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    background-color: transparent;
  }
  100% {
    opacity: 1;
    background-color: #f4f4f4;
  }
}
.association__info--hover-area ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 776px;
  margin: 0 auto;
}
.association__info--hover-area ul li {
  width: 130px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.association__info--hover-area ul li a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #004bb1;
  border-radius: 1rem;
  color: #004bb1;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (hover: hover) {
  .association__info--hover-area ul li a:hover {
    color: #fff;
    background-color: #004bb1;
  }
}
.association__info--hover-area ul li:nth-of-type(1) {
  width: 84px;
  height: 26px;
  line-height: 26px;
  background-color: #004bb1;
  color: #fff;
  border-radius: 1rem;
  font-size: 1.2rem;
}
.association__info--hover-area ul li:nth-of-type(2) a {
  font-size: 1.1rem;
}
.association__info--part {
  color: #004bb1;
  font-size: 2rem;
  font-weight: 700;
  margin: 4rem auto 0;
  text-align: center;
  position: relative;
}
.association__info--part::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 67px solid transparent;
  border-left: 67px solid transparent;
  border-top: 26px solid #004bb1;
  border-bottom: 0;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .association__info {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
  .association__info ul li {
    position: relative;
  }
  .association__info ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .association__info ul li a.blue-arrow {
    color: #004bb1;
    font-weight: 700;
  }
  .association__info ul li a.blue-arrow::before {
    background-color: #004bb1;
  }
  .association__info ul li a.blue-arrow::after {
    background-color: #004bb1;
  }
  .association__info ul li a.green-arrow {
    color: #3d9150;
    font-weight: 700;
  }
  .association__info ul li a.green-arrow::before {
    background-color: #3d9150;
  }
  .association__info ul li a.green-arrow::after {
    background-color: #3d9150;
  }
  .association__info ul li a.purple-arrow {
    color: #561db1;
    font-weight: 700;
  }
  .association__info ul li a.purple-arrow::before {
    background-color: #561db1;
  }
  .association__info ul li a.purple-arrow::after {
    background-color: #561db1;
  }
  .association__info ul:nth-of-type(1) a::before {
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    border-radius: 11px;
    position: absolute;
    top: 60%;
    right: 12px;
    transform: rotate(-45deg);
  }
  .association__info ul:nth-of-type(1) a::after {
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    border-radius: 11px;
    position: absolute;
    top: 65%;
    right: 12px;
    transform: rotate(45deg);
  }
  .association__info ul:nth-of-type(2) a::before {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    border-radius: 11px;
    position: absolute;
    top: 63%;
    right: 8px;
    transform: rotate(-45deg);
  }
  .association__info ul:nth-of-type(2) a::after {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    border-radius: 11px;
    position: absolute;
    top: 68%;
    right: 8px;
    transform: rotate(45deg);
  }
  .association__info ul:nth-of-type(3) a::before {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    border-radius: 11px;
    position: absolute;
    top: 62%;
    right: 8px;
    transform: rotate(-45deg);
  }
  .association__info ul:nth-of-type(3) a::after {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    border-radius: 11px;
    position: absolute;
    top: 68%;
    right: 8px;
    transform: rotate(45deg);
  }
  .association__info ul:nth-of-type(4) a::before {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    border-radius: 11px;
    position: absolute;
    top: 47%;
    right: 8px;
    transform: rotate(-45deg);
  }
  .association__info ul:nth-of-type(4) a::after {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    border-radius: 11px;
    position: absolute;
    top: 55%;
    right: 8px;
    transform: rotate(45deg);
  }
  .association__info ul:nth-of-type(5) a::before {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    border-radius: 11px;
    position: absolute;
    top: 42%;
    right: 8px;
    transform: rotate(-45deg);
  }
  .association__info ul:nth-of-type(5) a::after {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    border-radius: 11px;
    position: absolute;
    top: 49%;
    right: 8px;
    transform: rotate(45deg);
  }
  .association__info--single {
    margin: 0 auto;
    color: #004bb1;
  }
  .association__info--single li {
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
  }
  .association__info--single li p {
    font-size: 1.1rem;
    text-align: center;
  }
  .association__info--single li div {
    width: 100%;
    height: 44px;
    line-height: 39px;
    border: 1px solid #004bb1;
    border-radius: 7px;
    box-sizing: border-box;
    text-align: center;
    margin: 0.5rem auto 0;
  }
  .association__info--single li div a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1.8rem;
  }
  .association__info--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1rem auto 0;
  }
  .association__info--flex:nth-child(2) {
    color: #3d9150;
  }
  .association__info--flex:nth-child(2) div {
    border: 1px solid #3d9150;
  }
  .association__info--flex:nth-child(3) {
    color: #561db1;
    border-bottom: 1px solid #707070;
    padding: 0 0 1.5rem;
  }
  .association__info--flex:nth-child(3) div {
    border: 1px solid #561db1;
  }
  .association__info--flex:nth-child(4) {
    color: #561db1;
  }
  .association__info--flex:nth-child(4) li:nth-of-type(2) a,
  .association__info--flex:nth-child(4) li:nth-of-type(2) span {
    font-size: 1rem;
  }
  .association__info--flex:nth-child(4) div {
    border: 1px solid #561db1;
  }
  .association__info--flex li {
    width: 49%;
    font-weight: 700;
  }
  .association__info--flex li p {
    font-size: 1.1rem;
    text-align: center;
  }
  .association__info--flex li div {
    width: 100%;
    height: 33px;
    line-height: 1.2;
    border: 1px solid #004bb1;
    border-radius: 7px;
    margin: 0.5rem auto 0;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .association__info--flex li div a,
  .association__info--flex li div span {
    font-size: 1.2rem;
  }
  .association__info .chart__titl {
    width: 84px;
    height: 23px;
    line-height: 22px;
    background-color: #004bb1;
    color: #fff;
    border-radius: 7px;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 1.6rem auto 0;
    text-align: center;
  }
  .association__info--container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .association__info--chart__box {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #004bb1;
    border-radius: 7px;
    text-align: center;
    line-height: 1.2;
    margin: 0.5rem auto 0;
  }
  .association__info--chart__box .modaal-chart {
    font-size: 1.2rem;
  }
  .association__info--chart__box:nth-of-type(1) .modaal-chart {
    font-size: 1.1rem;
  }
  .association__info--chart__box:nth-of-type(1),
  .association__info--chart__box:nth-of-type(2) {
    flex: 0 0 49%;
  }
  .association__info--chart__box:nth-of-type(3),
  .association__info--chart__box:nth-of-type(4),
  .association__info--chart__box:nth-of-type(5) {
    flex: 0 0 32%;
  }
  .association__info--chart_titl {
    color: #004bb1;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .association__info--chart_text {
    margin: 1.5rem auto 0;
    font-size: 1.2rem;
  }
  .association__info--chart_link {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem;
    border-bottom: 1px solid #000;
  }
  .association__info--chart_link::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000000;
    border-right: 0;
    margin: 0rem 0 -0.1rem 0.5rem;
  }
  .association__info--gas_link {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.3rem auto 0;
  }
  .association__info--gas_link a {
    color: #004bb1;
    font-size: 1.4rem;
    text-decoration: underline;
    position: relative;
  }
  .association__info--gas_link a::before {
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    background-color: #004bb1;
    border-radius: 11px;
    position: absolute;
    top: 32%;
    right: -9px;
    transform: rotate(-45deg);
  }
  .association__info--gas_link a::after {
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    background-color: #004bb1;
    border-radius: 11px;
    position: absolute;
    top: 48%;
    right: -9px;
    transform: rotate(45deg);
  }
  .association__info--gas_img {
    width: 221px;
    height: 221px;
    margin: 1.9rem auto 0;
  }
  .association__info--gas_img img {
    width: 100%;
  }
  .mdl__outer-chart {
    margin: 2.4rem auto 0;
  }
  .mdl__inner-titl {
    width: -moz-fit-content;
    width: fit-content;
    height: 20px;
    padding: 0 1.3rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto -24px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .mdl__inner-chart {
    border: 1px solid #707070;
    border-radius: 15px;
    margin: 1.5rem auto 0;
    padding: 1.2rem 2.4rem 1.4rem;
  }
  .mdl__inner-chart ul:nth-of-type(1) div {
    background-color: #004bb1;
  }
  .mdl__inner-chart ul:nth-of-type(2) div {
    background-color: #3d9150;
  }
  .mdl__inner-chart ul:nth-of-type(3) div {
    background-color: #561db1;
  }
  .mdl__inner-chart ul:nth-of-type(4) div {
    background-color: #561db1;
  }
  .mdl__inner-chart ul a,
  .mdl__inner-chart ul span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mdl__inner-chart ul a.blue-arrow,
  .mdl__inner-chart ul a.green-arrow,
  .mdl__inner-chart ul a.purple-arrow,
  .mdl__inner-chart ul span.blue-arrow,
  .mdl__inner-chart ul span.green-arrow,
  .mdl__inner-chart ul span.purple-arrow {
    color: #fff;
  }
  .mdl__inner-chart ul .excluded {
    color: #707070;
  }
  .mdl__inner-chart ul .excluded div {
    border: 1px solid #707070;
    background-color: #fff;
  }
  .mdl__inner-chart ul .excluded span {
    pointer-events: none;
  }
  .mdl__inner-chart ul .excluded span.blue-arrow,
  .mdl__inner-chart ul .excluded span.green-arrow,
  .mdl__inner-chart ul .excluded span.purple-arrow {
    color: #707070;
  }
  .modal__colabo,
  .modal__with-gas,
  .modal__energy_farm,
  .modal__life-group,
  .modal__blue-green {
    display: none;
  }
  .association__info--container {
    width: 100%;
  }
  .modaal-inner-wrapper {
    padding: 0;
  }
  .modaal-container {
    width: calc(100% - 1rem);
  }
  .modaal-content-container {
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding: 3.8rem 0;
  }
  .chart__box {
    width: 100%;
  }
  .modaal-close:before,
  .modaal-close:after {
    top: 11px;
    left: 22px;
    width: 2px;
    height: 30px;
    background-color: #707070;
  }
} /*# sourceMappingURL=front-page_chart.css.map */
