@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
/* ----------------------------------------------

------------------------------------------------- */
#main::before {
  height: 70px;
}
#main::after {
  display: none;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - min(11.875vw, 190px)), 0 100%);
  background: url(../images/bg.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  #pagetitle h2 {
    order: unset;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: -0.8em;
  }
}

/* ----------------------------------------------
heading
------------------------------------------------- */
.heading1 h2,
.heading2 p {
  color: #000;
}

.heading1 h2 {
  border-bottom-color: #000;
}

/* ----------------------------------------------

------------------------------------------------- */
.coment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: min(100%, 290px);
  border: 1px solid #f7ac3b;
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  border-radius: 20px;
  color: #f7ac3b;
  padding: 10px;
  text-align: center;
  clip-path: polygon(0 -16px, 100% -16px, 100% 0, 0 0);
  transition: all 0.5s ease;
}
.coment.view {
  width: unset;
  height: unset;
  opacity: 1;
  clip-path: polygon(0 -16px, 100% -16px, 100% calc(100% + 16px), 0 calc(100% + 16px));
}
.coment .small {
  font-size: 22px;
}
.coment::before, .coment::after {
  content: "";
  aspect-ratio: 30/15;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.coment::before {
  width: min(30px, 50%);
  background-color: #f7ac3b;
}
.coment::after {
  width: min(28px, 50% - 2px);
  background-color: #fff;
}
.coment.cpos-left::before {
  left: max(10% - 1px, 29px);
}
.coment.cpos-left::after {
  left: max(10%, 30px);
}
.coment.cpos-center::before, .coment.cpos-center::after {
  left: 50%;
}
.coment.cpos-center.cpos-top::before, .coment.cpos-center.cpos-top::after {
  transform: translate(-50%, -100%) rotate(180deg);
}
.coment.cpos-center.cpos-bottom::before, .coment.cpos-center.cpos-bottom::after {
  transform: translate(-50%, 100%);
}
.coment.cpos-right::before {
  right: max(10% - 1px, 29px);
}
.coment.cpos-right::after {
  right: max(10%, 30px);
}
.coment.cpos-top {
  margin-top: 30px;
}
.coment.cpos-top::before, .coment.cpos-top::after {
  top: 0;
  transform: translateY(-100%) rotate(180deg);
}
.coment.cpos-bottom {
  margin-bottom: 30px;
}
.coment.cpos-bottom::before, .coment.cpos-bottom::after {
  transform: translateY(100%);
}
.coment.cpos-bottom::before {
  bottom: 0;
}
.coment.cpos-bottom::after {
  bottom: 1px;
}
@media (max-width: 999px) {
  .coment {
    font-size: 24px;
  }
  .coment .small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .coment {
    font-size: 20px;
  }
  .coment .small {
    font-size: 16px;
  }
}

#data01 .coment {
  min-width: min(100%, 150px);
  width: 0;
}

#data02 .coment {
  border-color: #df4465;
  color: #df4465;
}
#data02 .coment::before {
  background-color: #df4465;
}

table td:has(.coment) {
  text-align: start !important;
}

/* ----------------------------------------------
imgs
------------------------------------------------- */
#data05 .img {
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
  transition: all 0.5s ease;
}
#data05 .img.y2024年度 {
  width: 100%;
  aspect-ratio: 422/135;
  background: url(../images/data/holiday-2024.png) no-repeat center left/cover;
}
#data05 .img.view {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}

#data06 .img {
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
  transition: all 0.5s ease;
}
#data06 .img.y2024年度 {
  width: 100%;
  aspect-ratio: 421/119;
  background: url(../images/data/days-2024.png) no-repeat center left/cover;
}
#data06 .img.view {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}

/* ----------------------------------------------
data-row
------------------------------------------------- */
.data-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .data-row {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.data-row .col1 {
  width: 100%;
}
.data-row .col2 {
  width: 46%;
}
@media (max-width: 767px) {
  .data-row .col2 {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  .data-row .col2 + .col2 {
    margin-top: 50px;
  }
}

#data02 .balloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
}
#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-23 {
  background-image: url(../images/data/data01-23.png);
}

.data01-24 {
  background-image: url(../images/data/data01-24.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 {
  padding: 0 5px 10px;
  vertical-align: bottom;
}
#data01 .contents table tr:nth-child(2) td {
  border-top: 2px solid #f7ac3b;
  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;
}
#data01 .data01-finish {
  top: 0;
  right: 0;
  background: url(../images/data/data01-finish-bg.png) no-repeat center bottom;
}
#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: #df4465;
}
#data02 .balloon::after {
  border-color: #df4465 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/406;
  overflow: hidden;
}
#data02 .left .data02-item01::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  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-male2.png);
}
#data02 .left .data02-male span {
  background: #336db1;
}
#data02 .left .data02-female::after {
  background-image: url(../images/data/data02-female2.png);
}
#data02 .left .data02-female span {
  background: #df4465;
}
@media (max-width: 767px) {
  #data02 .left {
    width: 50%;
  }
}
#data02 .right {
  width: 145px;
}
@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;
  font-size: 46px;
}
#data02 .right p.data02-item-f {
  color: #df4465;
}
#data02 .right p.data02-item-m {
  color: #336db1;
}
#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, data06
------------------------------------------------- */
#data03 .contents,
#data04 .contents,
#data05 .contents,
#data06 .contents {
  padding-inline: 10px;
}
#data03 .contents table,
#data04 .contents table,
#data05 .contents table,
#data06 .contents table {
  width: 100%;
  border-collapse: separate;
  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,
#data06 .contents table th {
  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,
#data06 .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,
#data06 .contents table td:last-of-type {
  width: 50px;
  text-align: right;
  vertical-align: bottom;
}
#data03 .data-graph,
#data04 .data-graph,
#data05 .data-graph,
#data06 .data-graph {
  height: 18px;
  border: 1px solid #f7ac3b;
}
#data03 .data-graph span,
#data04 .data-graph span,
#data05 .data-graph span,
#data06 .data-graph span {
  display: block;
  height: 16px;
  background: #f7ac3b;
  opacity: 0;
}
#data03 .data-data,
#data04 .data-data,
#data05 .data-data,
#data06 .data-data {
  opacity: 0;
}
#data03 .data-ratio,
#data04 .data-ratio,
#data05 .data-ratio,
#data06 .data-ratio {
  display: none;
}
@media (max-width: 999px) {
  #data03 .contents,
  #data04 .contents,
  #data05 .contents,
  #data06 .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,
  #data06 .contents table td:first-of-type {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  #data03 .contents,
  #data04 .contents,
  #data05 .contents,
  #data06 .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,
  #data06 .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,
  #data06 .contents table td:last-of-type {
    width: 50px;
  }
}

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

#data04 .contents table th,
#data05 .contents table th {
  width: 95px;
}
#data04 .contents table td:last-of-type,
#data05 .contents table td:last-of-type {
  width: 80px;
}

#data06 .contents table th {
  width: 95px;
}
#data06 .contents table td:last-of-type {
  width: 100px;
}/*# sourceMappingURL=data.css.map */