@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/*--- color ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/* =======================
  mixin
======================= */
/*--- 透過ホバー ---*/
/*--- color変更ホバー ---*/
/*--- background-color変更ホバー ---*/
/*--- color・background-colorホバー ---*/
.c-page-title {
  min-height: 20rem;
}
@media screen and (max-width: 971px) {
  .c-page-title {
    min-height: 6.5rem;
    background-color: #FFFFFF;
  }
}
.c-page-title .heading {
  display: none;
}
.p-2026 {
  background-image: url("../media/images/report_bk.png");
}
@media screen and (max-width: 767.9px) {
  .p-2026 {
    background: url("../media/images/report_bk_sp.png");
  }
}
.section {
  margin: 0rem 2rem;
  position: relative;
}
.section_wrapper {
  text-align: center;
  max-width: 162rem;
  margin: 10rem auto 0;
  padding-bottom: 0rem;
}
.section_wrapper.first {
  max-width: 87.3rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767.9px) {
  .section_wrapper.first {
    margin: 6rem auto 0rem;
  }
}
@media screen and (max-width: 767.9px) {
  .section_wrapper {
    margin: 6rem auto 0rem;
    padding-bottom: 0rem;
  }
}
.section:last-child .section_wrapper {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.9px) {
  .section:last-child .section_wrapper {
    padding-bottom: 8rem;
  }
}
.head_title {
  color: #1D54A2;
  font-weight: 600;
  font-size: 6.4rem;
  margin-bottom: 1rem;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .head_title {
    font-size: 3.8rem;
  }
}
.sp-br {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-br {
    display: block;
  }
}
.titleJp {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 10rem;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .titleJp {
    font-size: 2.6rem;
    margin-bottom: 6rem;
  }
}
.titleJp::before, .titleJp::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
}
.titleJp::before {
  margin-right: 4rem;
}
@media screen and (max-width: 767.9px) {
  .titleJp::before {
    margin-right: 2rem;
  }
}
.titleJp::after {
  margin-left: 4rem;
}
@media screen and (max-width: 767.9px) {
  .titleJp::after {
    margin-left: 2rem;
  }
}
.btn {
  max-width: 46rem;
  width: 100%;
  height: 7rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #1D54A2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  gap: 1rem;
  margin: 0 auto;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .btn {
    width: 100%;
    gap: 0.8rem;
    height: 6rem;
  }
}
.btn .c-arrow {
  order: -1;
  background-color: #1D54A2;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  transform: rotateY(180deg);
  position: absolute;
  left: 3.6rem;
}
.btn .c-arrow::after {
  filter: brightness(0) saturate(100%) invert(100%);
  transition: filter 0.3s ease;
}
.btn p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  transition: color 0.3s ease;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .btn p {
    font-size: 1.4rem;
  }
}
.btn:hover {
  background-color: #1D54A2;
  border-color: #1D54A2;
}
.btn:hover p {
  color: #FFFFFF;
}
.btn:hover .c-arrow {
  background-color: #FFFFFF;
}
.btn:hover .c-arrow::after {
  filter: brightness(0) saturate(100%) invert(22%) sepia(87%) saturate(1448%) hue-rotate(198deg) brightness(96%) contrast(87%);
}
.img_block_wrapper {
  max-width: 162rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 6rem;
}
@media screen and (max-width: 767.9px) {
  .img_block_wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 4rem;
  }
}
.img_block_wrapper .img_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.img_block_wrapper .img_block .image {
  max-width: 50rem;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.img_block_wrapper .c-rectbtn {
  margin: 0 auto;
  justify-content: center;
  box-shadow: none;
}
@media screen and (max-width: 767.9px) {
  .img_block_wrapper .c-rectbtn--mini {
    min-height: 6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .img_block_wrapper .c-rectbtn--mini p {
    font-size: 1.4rem;
  }
}
.img_block_wrapper .c-rectbtn--mini .c-arrow {
  width: 2.4rem;
}
.img_block_wrapper .report-btn p {
  text-align: center;
  line-height: 160%;
}
.img_block_wrapper .report-btn .c-arrow {
  right: 2rem;
}
@media screen and (max-width: 767.9px) {
  .img_block_wrapper .report-btn .c-arrow {
    font-size: 1.8rem;
  }
}
.c-head {
  align-items: flex-start;
  margin-bottom: 4rem;
}
.c-head small {
  font-weight: 400;
}
.custom-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.custom-table tr {
  height: 114px;
}
.custom-table th, .custom-table td {
  border: 1px solid #1D54A2;
  height: 114px;
  padding: 0rem 2rem;
  vertical-align: middle;
}
.custom-table .empty-cell, .custom-table .row-header {
  width: 300px;
}
.custom-table .col-2, .custom-table .col-3, .custom-table .col-4 {
  width: 310px;
}
.custom-table .col-5 {
  width: 390px;
}
.custom-table .header-row {
  background-color: #1D54A2;
  color: #FFFFFF;
}
.custom-table .header-row th {
  text-align: center;
  border: 1px solid #FFFFFF;
  font-size: 2rem;
}
.custom-table .header-row th .label {
  color: #000;
  background-color: #FFFFFF;
  padding: 0.4rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 20rem;
  display: block;
  text-align: center;
  margin: 0 auto 0.5rem;
}
.custom-table .row-header {
  background-color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
}
.custom-table td {
  background-color: #FFFFFF;
  text-align: right;
}
.custom-table .big {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0;
}
.custom-table .big span {
  font-size: 2.4rem;
  font-weight: 500;
}
.custom-table tr:last-child .big {
  font-size: 4.2rem;
}
.custom-table .small {
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 1619px) {
  .custom-table .empty-cell, .custom-table .row-header {
    width: 280px;
  }
  .custom-table .col-2, .custom-table .col-3, .custom-table .col-4 {
    width: 270px;
  }
  .custom-table .col-5 {
    width: 350px;
  }
}
@media (max-width: 1500px) {
  .custom-table .empty-cell, .custom-table .row-header {
    width: 260px;
  }
  .custom-table .col-2, .custom-table .col-3, .custom-table .col-4 {
    width: 250px;
  }
  .custom-table .col-5 {
    width: 310px;
  }
}
@media (max-width: 1400px) {
  .custom-table .empty-cell, .custom-table .row-header {
    width: 240px;
  }
  .custom-table .col-2, .custom-table .col-3, .custom-table .col-4 {
    width: 230px;
  }
  .custom-table .col-5 {
    width: 270px;
  }
}
@media (max-width: 1300px) {
  .custom-table .empty-cell, .custom-table .row-header {
    width: 235px;
  }
  .custom-table .col-2, .custom-table .col-3, .custom-table .col-4 {
    width: 210px;
  }
  .custom-table .col-5 {
    width: 230px;
  }
}
@media (max-width: 1200px) {
  .custom-table .empty-cell, .custom-table .row-header {
    width: 233px;
  }
  .custom-table .col-2, .custom-table .col-3, .custom-table .col-4 {
    width: 210px;
  }
  .custom-table .col-5 {
    width: 240px;
  }
}
@media screen and (max-width: 767.9px) {
  .custom-table.pc-table {
    display: none;
  }
}
@media (max-width: 1100px) {
  .custom-table .empty-cell, .custom-table .row-header {
    width: 215px;
  }
  .custom-table .col-2, .custom-table .col-3, .custom-table .col-4 {
    width: 195px;
  }
  .custom-table .col-5 {
    width: 200px;
  }
}
@media screen and (max-width: 767.9px) {
  .custom-table.pc-table {
    display: none;
  }
}
.table-container {
  width: 100%;
}
@media (max-width: 1099px) {
  .table-container {
    overflow-x: auto;
  }
  .table-container .custom-table {
    width: 140rem;
    min-width: 140rem;
  }
}
.sp-table {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 3rem;
  }
  .sp-table:not(:last-child) {
    margin-bottom: 1rem;
  }
  .sp-table.last {
    margin-bottom: 4rem;
  }
  .sp-table tr {
    height: 8rem;
  }
  .sp-table th, .sp-table td {
    border: 1px solid #1D54A2;
    height: 8rem;
    padding: 0.8rem;
    vertical-align: middle;
    width: 50%;
  }
  .sp-table .sp-header {
    background-color: #1D54A2;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    height: 9.4rem;
  }
  .sp-table .sp-header .label {
    color: #000;
    background-color: #FFFFFF;
    padding: 0.3rem 0;
    font-size: 1.8rem;
    font-weight: 500;
    width: 20rem;
    display: block;
    text-align: center;
    margin: 0 auto 0.4rem;
  }
  .sp-table .sp-header p:not(.label) {
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
    color: #FFFFFF;
  }
  .sp-table .sp-item {
    background-color: #FFFFFF;
    font-weight: 500;
    text-align: left;
    padding-left: 1rem;
    font-size: 1.6rem;
  }
  .sp-table .sp-data {
    background-color: #FFFFFF;
    text-align: right;
    padding: 0 2rem 0 0;
  }
  .sp-table .sp-data .big {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0;
  }
  .sp-table .sp-data .big span {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .sp-table .sp-data .small {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
  }
  .sp-table tr:last-child .sp-data .big {
    font-size: 3.6rem;
  }
}
.notice {
  background-color: #FFFFFF;
  padding: 2rem 0 2rem 4rem;
  margin: 4rem auto;
  max-width: 162rem;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .notice {
    font-size: 1.4rem;
    padding: 2rem;
  }
}
.name {
  text-align: right;
}
.name p {
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .name p {
    font-size: 1.6rem;
  }
}
.name p span {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .name p span {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 972px) {
  .c-page-title {
    min-height: 69px;
  }
}
html[lang="en"] .btn {
  max-width: 60rem;
}
html[lang="en"] .btn p {
  padding: 0 70px;
  flex-shrink: inherit;
}
@media screen and (max-width: 767.9px) {
  html[lang="en"] .c-rectbtn--mini {
    padding-right: 6rem;
    padding-left: 4rem;
  }
}
/*# sourceMappingURL=./2026.css.map */