@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
/* ----------------------------------------------
row
------------------------------------------------- */
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .row {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.row .col1 {
  width: 100%;
}
.row .col2 {
  width: 46%;
}
@media (max-width: 767px) {
  .row .col2 {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  .row .col2 + .col2 {
    margin-top: 50px;
  }
}

#data09 h2, #data06 .balloon, #data02 .balloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
}
#data09 h2::after, #data06 .balloon::after, #data02 .balloon::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 4px 2px 0 2px;
}

section .heading3 {
  padding: 0;
}
section .heading3 p {
  font-size: 30px;
}
@media (max-width: 999px) {
  section .heading3 p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  section .heading3 p {
    font-size: 20px;
  }
}

/* ----------------------------------------------
data01
------------------------------------------------- */
.data01-item {
  width: 100%;
  height: 154px;
  text-align: center;
  background: no-repeat center bottom;
}

.data01-21 {
  background-image: url(../images/data/data01-21.png);
}

.data01-22 {
  background-image: url(../images/data/data01-22.png);
}

.data01-23 {
  background-image: url(../images/data/data01-23.png);
}

.data01-24 {
  background-image: url(../images/data/data01-23.png);
}

.data01-25 {
  background-image: url(../images/data/data01-25c.png);
}

#data01 .contents {
  position: relative;
  height: 300px;
}
#data01 .contents table {
  width: 100%;
  text-align: center;
}
#data01 .contents table tr:first-child td {
  width: 20%;
  height: 260px;
  padding: 0 5px 10px;
  vertical-align: bottom;
}
#data01 .contents table tr:nth-child(2) td {
  border-top: 2px solid #4bb2f8;
  padding-top: 5px;
  font-size: 12px;
}
#data01 .contents table tr.num td {
  font-weight: bold;
}
#data01 .data01-start,
#data01 .data01-finish {
  position: absolute;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 10px;
}
#data01 .data01-start span,
#data01 .data01-finish span {
  font-size: 16px;
}
#data01 .data01-start {
  top: 0;
  left: 0;
  background: url(../images/data/data01-start-bg.png) no-repeat center bottom;
  color: #141437;
}
#data01 .data01-finish {
  top: 0;
  right: 0;
  background: url(../images/data/data01-finish-bg.png) no-repeat center bottom;
  color: #fff;
}
#data01 .data01-item {
  opacity: 0;
}
@media (max-width: 999px) {
  #data01 .data01-graph {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  #data01 .contents {
    height: auto;
    padding-top: 50px;
    padding-inline: 10px;
  }
  #data01 .contents table tr:first-child td {
    height: auto;
    padding: 0 5px 10px;
  }
  #data01 .contents table tr.num td {
    font-size: 10px;
  }
  #data01 .data01-start,
  #data01 .data01-finish {
    width: 50px;
    height: 50px;
    top: -12px;
    right: 16px;
    background-size: contain;
  }
  #data01 .data01-start span,
  #data01 .data01-finish span {
    font-size: 14px;
  }
  #data01 .data01-start {
    bottom: 15vw;
  }
  #data01 .data01-graph {
    max-width: 68px;
    height: auto;
    aspect-ratio: 68/154;
    margin: 0 auto;
  }
}

/* ----------------------------------------------
data02
------------------------------------------------- */
#data02 .contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 9%;
  padding-inline: 10px;
}
#data02 .balloon {
  background: #d96e84;
}
#data02 .balloon::after {
  border-color: #d96e84 transparent transparent transparent;
}
#data02 .left {
  flex: 1;
}
#data02 .left .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
#data02 .left .data02-item01 {
  position: relative;
  flex: 1;
  aspect-ratio: 206/408;
  overflow: hidden;
}
#data02 .left .data02-item01::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: no-repeat center bottom/contain;
}
#data02 .left .data02-item01 span {
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 0;
  display: block;
  width: calc(100% - 2px);
  opacity: 0;
}
#data02 .left .data02-male::after {
  background-image: url(../images/data/data02-male.png);
}
#data02 .left .data02-male span {
  background: #366fae;
}
#data02 .left .data02-female::after {
  background-image: url(../images/data/data02-female.png);
}
#data02 .left .data02-female span {
  background: #d96e84;
}
@media (max-width: 767px) {
  #data02 .left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #data02 .right {
    flex: 1;
  }
}
#data02 .right h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
#data02 .right p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #4bb2f8;
  font-size: 50px;
}
#data02 .right p.data02-item-f {
  color: #d96e84;
}
#data02 .right p.data02-item-m {
  color: #366fae;
}
#data02 .right .data02-item02 {
  opacity: 0;
}
#data02 .right .rightbottom {
  margin-top: 10px;
  padding-left: 5px;
}
#data02 .right .rightbottom h3 {
  font-size: 12px;
}
#data02 .right .rightbottom p {
  font-size: 25px;
}
#data02 .right .rightbottom p + h3 {
  margin-top: 5px;
}
@media (max-width: 767px) {
  #data02 .contents {
    width: 100%;
    padding-inline: 10px;
  }
}

/* ----------------------------------------------
data03, data04, data05
------------------------------------------------- */
#data03 .contents,
#data04 .contents,
#data05 .contents {
  padding-inline: 10px;
}
#data03 .contents table,
#data04 .contents table,
#data05 .contents table {
  width: 100%;
  border-collapse: separate;
  color: #4bb2f8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
}
#data03 .contents table th,
#data04 .contents table th,
#data05 .contents table th {
  color: #262827;
  font-weight: bold;
  font-size: 16px;
}
#data03 .contents table td:first-of-type,
#data04 .contents table td:first-of-type,
#data05 .contents table td:first-of-type {
  padding: 5px 20px;
  vertical-align: middle;
}
#data03 .contents table td:last-of-type,
#data04 .contents table td:last-of-type,
#data05 .contents table td:last-of-type {
  width: 50px;
  text-align: right;
  vertical-align: bottom;
}
#data03 .data-graph,
#data04 .data-graph,
#data05 .data-graph {
  height: 18px;
  border: 1px solid #4bb2f8;
}
#data03 .data-graph span,
#data04 .data-graph span,
#data05 .data-graph span {
  display: block;
  height: 16px;
  background: #4bb2f8;
  opacity: 0;
}
#data03 .data-data,
#data04 .data-data,
#data05 .data-data {
  opacity: 0;
}
#data03 .data-ratio,
#data04 .data-ratio,
#data05 .data-ratio {
  display: none;
}
@media (max-width: 999px) {
  #data03 .contents,
  #data04 .contents,
  #data05 .contents {
    padding-inline: 0px;
  }
  #data03 .contents table td:first-of-type,
  #data04 .contents table td:first-of-type,
  #data05 .contents table td:first-of-type {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  #data03 .contents,
  #data04 .contents,
  #data05 .contents {
    padding-inline: 10px;
    padding-inline: 0px;
  }
  #data03 .contents table td:first-of-type,
  #data04 .contents table td:first-of-type,
  #data05 .contents table td:first-of-type {
    padding: 5px 10px;
  }
  #data03 .contents table td:last-of-type,
  #data04 .contents table td:last-of-type,
  #data05 .contents table td:last-of-type {
    width: 50px;
  }
}

#data03 .contents table th {
  width: 100px;
}

#data04 .contents table th {
  width: 75px;
}

#data05 .contents table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  vertical-align: middle;
}
#data05 .contents table tbody {
  display: flex;
}
#data05 .contents table tr {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
#data05 .contents table th {
  color: #141437;
  font-weight: bold;
  font-size: 16px;
}
#data05 .contents table td:first-of-type {
  vertical-align: top;
}
#data05 .contents table td:last-of-type {
  text-align: center;
  vertical-align: bottom;
}
#data05 .data-graph {
  height: 120px;
  width: 20px;
}
#data05 .data-graph span {
  display: block;
  height: 16px;
  opacity: 0;
}
#data05 .data03 {
  color: #4bb2f8;
}
#data05 .data03 .data-graph span {
  background: #4bb2f8;
}
#data05 .data-data {
  opacity: 0;
}

/* ----------------------------------------------
data06
------------------------------------------------- */
#data06 .contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 9%;
  padding-inline: 10px;
}
#data06 .balloon {
  background: #d96e84;
}
#data06 .balloon::after {
  border-color: #d96e84 transparent transparent transparent;
}
#data06 .left {
  flex: 1;
}
#data06 .left .imgbox {
  display: flex;
  align-items: center;
}
#data06 .left .imgbox .block {
  width: 25%;
  margin: 0 auto;
}
#data06 .left .data06-item01 {
  position: relative;
  flex: 1;
  aspect-ratio: 206/408;
  overflow: hidden;
}
#data06 .left .data06-item01::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: no-repeat center bottom/contain;
}
#data06 .left .data06-item01 span {
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 0;
  display: block;
  width: calc(100% - 2px);
  opacity: 0;
}
#data06 .left .data06-male::after {
  background-image: url(../images/data/data06-graph.png);
}
#data06 .left .data06-male span {
  background: #4bb2f8;
}
#data06 .left .data06-female::after {
  background-image: url(../images/data/data06-graph.png);
}
#data06 .left .data06-female span {
  background: #4bb2f8;
}
#data06 .left h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
#data06 .left p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #4bb2f8;
  font-size: 40px;
  text-align: center;
}
#data06 .left p.data02-item-f {
  color: #d96e84;
}
#data06 .left p.data02-item-m {
  color: #366fae;
}
#data06 .left .data06-item02 {
  opacity: 0;
}
#data06 .left .rightbottom {
  margin-top: 10px;
  padding-left: 5px;
}
#data06 .left .rightbottom h3 {
  font-size: 12px;
}
#data06 .left .rightbottom p {
  font-size: 25px;
}
#data06 .left .rightbottom p + h3 {
  margin-top: 5px;
}
@media (max-width: 767px) {
  #data06 .left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #data06 .right {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #data06 .contents {
    width: 100%;
    padding-inline: 10px;
  }
}

/* ----------------------------------------------
data07 data08
------------------------------------------------- */
#data07 .heading5, #data08 .heading5 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}
#data07 .heading5 img, #data08 .heading5 img {
  margin-right: 20px;
  width: 55px;
  aspect-ratio: 2/3;
  -o-object-fit: contain;
     object-fit: contain;
}
#data07 .contents table, #data08 .contents table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
  vertical-align: middle;
}
#data07 .contents table th, #data08 .contents table th {
  min-width: 82px;
  width: 82px;
  color: #262827;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
}
#data07 .contents table td:first-of-type, #data08 .contents table td:first-of-type {
  padding: 5px 20px;
  vertical-align: middle;
}
#data07 .contents table td:last-of-type, #data08 .contents table td:last-of-type {
  min-width: 60px;
  width: 60px;
  text-align: right;
  vertical-align: middle;
}
#data07 .data-graph, #data08 .data-graph {
  height: 16px;
  border: 1px solid #4bb2f8;
  max-width: 278px;
}
#data07 .data-graph span, #data08 .data-graph span {
  display: block;
  height: 14px;
  opacity: 0;
}
#data07 #item07-01, #data07 #item07-02, #data07 #item07-03, #data07 #item07-04, #data08 #item07-01, #data08 #item07-02, #data08 #item07-03, #data08 #item07-04 {
  color: #4bb2f8;
}
#data07 #item07-01 .data-graph span, #data07 #item07-02 .data-graph span, #data07 #item07-03 .data-graph span, #data07 #item07-04 .data-graph span, #data08 #item07-01 .data-graph span, #data08 #item07-02 .data-graph span, #data08 #item07-03 .data-graph span, #data08 #item07-04 .data-graph span {
  background: #4bb2f8;
}
#data07 .data-data, #data08 .data-data {
  opacity: 0;
}
#data07 .data-ratio, #data08 .data-ratio {
  display: none;
}
@media (max-width: 999px) {
  #data07 .contents tr, #data08 .contents tr {
    display: flex;
    flex-direction: column;
  }
  #data07 .contents tr td:first-of-type, #data08 .contents tr td:first-of-type {
    padding: 5px 0px;
  }
  #data07 .data-graph, #data08 .data-graph {
    max-width: initial;
  }
}

#data07 .title td:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
#data07 .title td:first-of-type p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #6a9f37;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  text-align: center;
  padding: 0 20px;
}

/* ----------------------------------------------
data09
------------------------------------------------- */
#data09 h2 {
  margin-left: 30%;
  margin-bottom: -30px;
  padding-top: 10px;
  background: #41a07f;
  text-align: center;
}
#data09 h2::after {
  border-color: #41a07f transparent transparent transparent;
}
#data09 .contents {
  position: relative;
  aspect-ratio: 1437/1055;
  margin: 0 auto;
  background: url(../images/data/data09-map.png) no-repeat center top/contain;
}
#data09 .contents .data09-item {
  position: absolute;
  z-index: 0;
}
#data09 .contents .data09-item dl {
  display: flex;
  align-items: center;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #141437;
  padding: 5px;
}
#data09 .contents .data09-item dt {
  font-size: 16px;
  line-height: 1;
}
#data09 .contents .data09-item dd {
  margin-left: 10px;
  line-height: 1;
  font-size: 20px;
}
#data09 .contents .data09-item .line {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 999px) {
  #data09 {
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #data09 {
    max-width: 460px;
    overflow: hidden;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  #data09 h2 {
    margin-left: 0;
  }
  #data09 .contents {
    right: -20px;
    max-width: 300px;
  }
  #data09 .contents .data09-item dl {
    flex-direction: column;
  }
  #data09 .contents .data09-item dt {
    font-size: 14px;
  }
  #data09 .contents .data09-item dd {
    font-size: 16px;
  }
  #data09 .contents .data09-item .line {
    background-size: contain;
  }
}

#data09-01 {
  top: 74%;
  left: 18%;
}
#data09-01 dd {
  color: #87b1d0;
}
#data09-01 .line {
  top: 6%;
  left: 92px;
  width: 66px;
  height: 2px;
  background: url(../images/data/data09-line01.png) repeat-x left bottom;
  transform: rotate(-24deg);
}
@media (max-width: 999px) {
  #data09-01 {
    left: 13%;
  }
}
@media (max-width: 767px) {
  #data09-01 {
    top: 88%;
    left: 31%;
  }
  #data09-01 .line {
    top: 0%;
    left: -19px;
    transform: rotate(-75deg);
  }
}

#data09-02 {
  top: 61%;
  left: 16%;
}
#data09-02 dd {
  color: #6f93cc;
}
#data09-02 .line {
  top: 45%;
  left: 93px;
  width: 66px;
  height: 2px;
  background: url(../images/data/data09-line02.png) repeat-x left bottom;
  transform: rotate(0deg);
}
@media (max-width: 999px) {
  #data09-02 {
    top: 64%;
    left: 9%;
  }
}
@media (max-width: 767px) {
  #data09-02 {
    top: 85%;
    left: 10%;
  }
  #data09-02 .line {
    top: -8%;
    left: 18px;
    transform: rotate(-75deg);
  }
}

#data09-03 {
  top: 40%;
  left: 40%;
}
#data09-03 dd {
  color: #8cc456;
}
#data09-03 .line {
  top: 163%;
  left: -37px;
  width: 66px;
  height: 2px;
  background: url(../images/data/data09-line03.png) repeat-x left bottom;
  transform: rotate(110deg);
}
@media (max-width: 999px) {
  #data09-03 {
    top: 37%;
    left: 39%;
  }
}
@media (max-width: 767px) {
  #data09-03 {
    top: 8%;
    left: 42%;
  }
  #data09-03 .line {
    top: 163%;
    left: -37px;
  }
}

#data09-04 {
  top: 41%;
  left: 52%;
}
#data09-04 dd {
  color: #f19a96;
}
#data09-04 .line {
  top: 147%;
  left: -8px;
  width: 66px;
  height: 2px;
  background: url(../images/data/data09-line04.png) repeat-x left bottom;
  transform: rotate(110deg);
}
@media (max-width: 999px) {
  #data09-04 {
    top: 37%;
    left: 54%;
  }
}
@media (max-width: 767px) {
  #data09-04 {
    top: 17%;
    left: 58%;
  }
  #data09-04 .line {
    top: 147%;
    left: -8px;
  }
}

#data09-05 {
  top: 56%;
  left: 16%;
}
#data09-05 dd {
  color: #f5ad54;
}
#data09-05 .line {
  top: 45%;
  left: 94px;
  width: 66px;
  height: 2px;
  background: url(../images/data/data09-line05.png) repeat-x left bottom;
  transform: rotate(0deg);
}
@media (max-width: 999px) {
  #data09-05 {
    top: 56%;
    left: 12%;
  }
}
@media (max-width: 767px) {
  #data09-05 {
    top: 57%;
    left: -2%;
  }
  #data09-05 .line {
    top: 24%;
    left: 52px;
    transform: rotate(-19deg);
  }
}

#data09-06 {
  top: 74%;
  left: 51%;
}
#data09-06 dd {
  color: #ba8cbd;
}
#data09-06 .line {
  top: -16%;
  left: 4px;
  width: 66px;
  height: 2px;
  background: url(../images/data/data09-line06.png) repeat-x left bottom;
  transform: rotate(-110deg);
}
@media (max-width: 999px) {
  #data09-06 {
    top: 75%;
    left: 50%;
  }
}
@media (max-width: 767px) {
  #data09-06 {
    top: 79%;
    left: 47%;
  }
  #data09-06 .line {
    top: -16%;
    left: 4px;
  }
}

#data09-07 {
  top: 46%;
  left: 13%;
}
#data09-07 dd {
  color: #8086c0;
}
#data09-07 .line {
  top: 45%;
  left: 93px;
  width: 66px;
  height: 2px;
  background: url(../images/data/data09-line07.png) repeat-x left bottom;
  transform: rotate(0deg);
}
@media (max-width: 999px) {
  #data09-07 {
    top: 46%;
    left: 10%;
  }
}
@media (max-width: 767px) {
  #data09-07 {
    top: 35%;
    left: -2%;
  }
  #data09-07 .line {
    top: 63%;
    left: 44px;
  }
}

#data09-08 {
  top: 35%;
  left: 37px;
}
#data09-08 dd {
  color: #eb6d65;
}
#data09-08 .line {
  top: 45%;
  left: 110px;
  width: 66px;
  height: 2px;
  background: url(../images/data/data09-line08.png) repeat-x left bottom;
  transform: rotate(0deg);
}
@media (max-width: 999px) {
  #data09-08 {
    top: 35%;
    left: -7px;
  }
}
@media (max-width: 767px) {
  #data09-08 {
    top: -8%;
    left: 35px;
  }
  #data09-08 .line {
    top: 132%;
    left: 40px;
    transform: rotate(90deg);
  }
}

#data09-09 {
  top: 27%;
  left: 37px;
}
#data09-09 dd {
  color: #41a07f;
}
#data09-09 .line {
  top: 45%;
  left: 93px;
  width: 66px;
  height: 2px;
  background: url(../images/data/data09-line09.png) repeat-x left bottom;
  transform: rotate(0deg);
}
@media (max-width: 999px) {
  #data09-09 {
    top: 26%;
    left: -7px;
  }
}
@media (max-width: 767px) {
  #data09-09 {
    top: 13%;
    left: -6px;
  }
  #data09-09 .line {
    top: 73%;
    left: 13px;
  }
}

#data09-10 {
  top: 74%;
  left: 374px;
}
#data09-10 dd {
  color: #ced73c;
}
#data09-10 .line {
  top: -43%;
  left: 35px;
  width: 66px;
  height: 2px;
  background: url(../images/data/data09-line10.png) repeat-x left bottom;
  transform: rotate(-71deg);
}
@media (max-width: 999px) {
  #data09-10 {
    top: 75%;
    left: 263px;
  }
}
@media (max-width: 767px) {
  #data09-10 {
    top: 58%;
    left: 175px;
  }
  #data09-10 .line {
    top: 40%;
    left: -40px;
    transform: rotate(0deg);
  }
}/*# sourceMappingURL=data.css.map */