@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
fix
----------------------------------------------------*/
#footer {
  margin-top: 0px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #footer {
    margin-top: 0px;
  }
}

#relation {
  /* 751- */
}
@media all and (min-width: 751px) {
  #relation::before {
    display: none;
  }
}

/*----------------------------------------------------
main
----------------------------------------------------*/
main {
  margin-top: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main {
    margin-top: 60px;
  }
}

/*----------------------------------------------------
pageHead
----------------------------------------------------*/
#pageHead {
  padding-bottom: 30px;
  text-align: left;
  /* 751- */
}
#pageHead .catch {
  font-size: 19px;
  line-height: 1.7368;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  #pageHead {
    padding-bottom: 70px;
    text-align: center;
  }
  #pageHead .catch {
    font-size: 26px;
    line-height: 1.769;
  }
}

/*----------------------------------------------------
section
----------------------------------------------------*/
main .section {
  position: relative;
  margin-top: 60px;
  /* 751- */
}
main .section.exMgn {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  main .section {
    margin-top: 120px;
  }
  main .section.exMgn {
    margin-top: 0;
  }
}
main .section .contents {
  /* 751- */
}
main .section .contents .colTitle {
  margin-top: 40px;
}
main .section .contents .graph {
  margin-top: 30px;
  /* -750 */
}
@media all and (max-width: 750px) {
  main .section .contents .graph {
    margin-left: -20px;
    width: calc(100% + 60px);
    overflow-x: scroll;
  }
  main .section .contents .graph source, main .section .contents .graph img {
    width: 450px;
  }
}
main .section .contents .value {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  padding: 15px 0 20px;
}
main .section .contents .value em {
  margin-right: 5px;
  display: inline-block;
  font-size: 90px;
  letter-spacing: 0;
}
main .section .contents .bar {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .section .contents .bar p {
  padding: 10px 0;
  /* -340 */
}
main .section .contents .bar p:first-child {
  width: 46%;
  background: #A781BD;
}
main .section .contents .bar p:last-child {
  width: 54%;
  background: #4DBF6E;
}
main .section .contents .bar p img {
  width: auto;
  height: 28px;
}
@media all and (max-width: 340px) {
  main .section .contents .bar p {
    padding: 8px 0 3px;
  }
  main .section .contents .bar p img {
    height: auto;
    width: 100%;
  }
  main .section .contents .bar p:last-child img {
    width: 82%;
  }
}
main .section .contents .image.map {
  margin: 30px auto 0;
  max-width: 570px;
}
main .section .contents .image.r_graph {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  main .section .contents .colTitle {
    margin-top: 80px;
  }
  main .section .contents .graph {
    margin-top: 50px;
  }
  main .section .contents .column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .section .contents .column2 .wrap {
    width: 48.17%;
  }
  main .section .contents .top3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .section .contents .top3 li {
    width: 32%;
  }
  main .section .contents .value {
    font-size: 38px;
    padding: 15px 0 0;
  }
  main .section .contents .value em {
    font-size: 121px;
  }
  main .section .contents .bar {
    margin-top: 50px;
  }
  main .section .contents .bar p img {
    height: 34px;
  }
  main .section .contents .image.map {
    margin-top: 50px;
  }
  main .section .contents .image.r_graph {
    margin-top: 50px;
  }
}
main .section .top3, main .section .top5 {
  padding-top: 10px;
  /* 751- */
}
main .section .top3 > li, main .section .top5 > li {
  margin-top: 20px;
  padding: 20px 25px;
  border: solid 1px #D6A140;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .section .top3 > li.slidebottom, main .section .top5 > li.slidebottom {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
main .section .top3 > li.slideLeftEx, main .section .top5 > li.slideLeftEx {
  /* -750 */
}
@media all and (max-width: 750px) {
  main .section .top3 > li.slideLeftEx, main .section .top5 > li.slideLeftEx {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.48, 0.31, 0.09, 0.97);
            transition-timing-function: cubic-bezier(0.48, 0.31, 0.09, 0.97);
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  main .section .top3 > li.slideLeftEx.go, main .section .top5 > li.slideLeftEx.go {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
main .section .top3 > li h4, main .section .top5 > li h4 {
  text-align: center;
  color: #D6A140;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}
main .section .top3 > li h4 img, main .section .top5 > li h4 img {
  display: block;
  width: 50px;
  margin: 0 auto 12px;
}
main .section .top3 > li h5, main .section .top3 > li p, main .section .top3 > li .voice li, main .section .top5 > li h5, main .section .top5 > li p, main .section .top5 > li .voice li {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.833;
}
main .section .top3 > li .voice, main .section .top5 > li .voice {
  padding-top: 10px;
}
main .section .top3 > li .voice li, main .section .top5 > li .voice li {
  margin-top: 7px;
  padding-left: 32px;
  background: url(../images/data/voice_1.svg) no-repeat left top 3px;
  background-size: 20px auto;
}
main .section .top3 > li .readMore, main .section .top5 > li .readMore {
  margin-top: 10px;
}
main .section .top3 > li:nth-child(2), main .section .top5 > li:nth-child(2) {
  border-color: #A2A2A2;
}
main .section .top3 > li:nth-child(2) h4, main .section .top5 > li:nth-child(2) h4 {
  color: #A2A2A2;
  font-size: 16px;
}
main .section .top3 > li:nth-child(2) .voice li, main .section .top5 > li:nth-child(2) .voice li {
  background-image: url(../images/data/voice_2.svg);
}
main .section .top3 > li:nth-child(3), main .section .top5 > li:nth-child(3) {
  border-color: #D68A61;
}
main .section .top3 > li:nth-child(3) h4, main .section .top5 > li:nth-child(3) h4 {
  color: #D68A61;
}
main .section .top3 > li:nth-child(3) .voice li, main .section .top5 > li:nth-child(3) .voice li {
  background-image: url(../images/data/voice_3.svg);
}
main .section .top3 > li:nth-child(4), main .section .top5 > li:nth-child(4) {
  border-color: #A781BD;
}
main .section .top3 > li:nth-child(4) h4, main .section .top5 > li:nth-child(4) h4 {
  color: #A781BD;
}
main .section .top3 > li:nth-child(4) .voice li, main .section .top5 > li:nth-child(4) .voice li {
  background-image: url(../images/data/voice_4.svg);
}
main .section .top3 > li:nth-child(5), main .section .top5 > li:nth-child(5) {
  border-color: #4DBF6E;
}
main .section .top3 > li:nth-child(5) h4, main .section .top5 > li:nth-child(5) h4 {
  color: #4DBF6E;
}
main .section .top3 > li:nth-child(5) .voice li, main .section .top5 > li:nth-child(5) .voice li {
  background-image: url(../images/data/voice_5.svg);
}
@media all and (min-width: 751px) {
  main .section .top3, main .section .top5 {
    padding-top: 40px;
  }
  main .section .top3 > li, main .section .top5 > li {
    margin-top: 0;
    padding: 30px 20px;
  }
  main .section .top3 > li.slidebottom, main .section .top5 > li.slidebottom {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  main .section .top3 > li.slideLeftEx, main .section .top5 > li.slideLeftEx {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.48, 0.31, 0.09, 0.97);
            transition-timing-function: cubic-bezier(0.48, 0.31, 0.09, 0.97);
    left: 120px;
  }
  main .section .top3 > li.slideLeftEx.go, main .section .top5 > li.slideLeftEx.go {
    left: 0;
  }
  main .section .top3 > li h4, main .section .top5 > li h4 {
    font-size: 16px;
  }
  main .section .top3 > li p, main .section .top3 > li h5, main .section .top3 > li .voice li, main .section .top5 > li p, main .section .top5 > li h5, main .section .top5 > li .voice li {
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.85;
  }
}
main .section .top3 > li p {
  margin-top: 1.2em;
}
main .section .top5 {
  /* 751- */
  /* 917- */
  /* 1017- */
  /* 1097- */
  /* 1301- */
}
main .section .top5 > li h5 {
  margin-top: 1.2em;
}
@media all and (min-width: 751px) {
  main .section .top5 > li {
    position: relative;
    margin-top: 20px;
  }
  main .section .top5 > li:first-child {
    margin-top: 0px;
  }
  main .section .top5 > li h4 {
    position: absolute;
    top: 40px;
    left: 50px;
  }
  main .section .top5 > li h5 {
    margin-top: 5px;
    padding-right: 30px;
    padding-left: 130px;
    font-weight: 500;
  }
  main .section .top5 > li p {
    padding-right: 30px;
    padding-left: 130px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  main .section .top5 > li .voice {
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
  main .section .top5 > li .voice li {
    margin-top: 2px;
    font-weight: 500;
  }
}
@media all and (min-width: 917px) {
  main .section .top5 > li:nth-child(1) {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  main .section .top5 > li:nth-child(2) {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  main .section .top5 > li:nth-child(4) {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  main .section .top5 > li:nth-child(5) {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@media all and (min-width: 1017px) {
  main .section .top5 > li:nth-child(1) {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  main .section .top5 > li:nth-child(2) {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  main .section .top5 > li:nth-child(4) {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  main .section .top5 > li:nth-child(5) {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@media all and (min-width: 1097px) {
  main .section .top5 > li:nth-child(1) {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  main .section .top5 > li:nth-child(2) {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  main .section .top5 > li:nth-child(4) {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  main .section .top5 > li:nth-child(5) {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@media all and (min-width: 1301px) {
  main .section .top5 > li:nth-child(1) {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
  }
  main .section .top5 > li:nth-child(2) {
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
  }
  main .section .top5 > li:nth-child(4) {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
  main .section .top5 > li:nth-child(5) {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
}