@charset "UTF-8";
p>img {
  object-fit: cover;
}
.page_visual {
  background: url("../img/page_visual.webp") no-repeat bottom center/cover;
}
.main_content {
  background: #F0F0F0;
  padding: 64px 0;
}
/* company_list */
.cl_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
  max-width: 1024px;
  margin: 0 auto;
}
.cl_text {
  max-width: 240px;
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #FFF;
  background: transparent linear-gradient(270deg, #004B9E 0%, #00325E 100%) 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 2;
}

.main_block {
  padding: 64px 0;
}
.mb_inner {
  max-width: 1024px;
  margin: 0 auto;
}

/* data */
#data {
  background: #D9E4F1;
}
.data_title {
  text-align: center;
  font: 900 2.4rem/48px var(--font-family-jp);
  letter-spacing: 0px;
  color: var(--main-color);
}
.num_box_outer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 65px;
}
.num_card_outer {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  .num_card {
    width: 100%;
  }
}
.num_card {
  width: calc(50% - 10px);
  background: #FFF;
  padding: 40px;
}
.num_title {
  font: bold 2.4rem/32px var(--font-family-jp);
  letter-spacing: 0px;
  color: #00325E;
}
.number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.big_num {
  color: var(--main-color);
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.unit {
  color: var(--main-color);
  font-weight: bold;
  line-height: 1;
  margin-left: 12px;
}

/* num_card01 */
.num_card01 {
  min-height: 257px;
  .number {
    margin-top: 40px;
    position: relative;
    &::after {
      content: "";
      position: absolute;
      top: -70px;
      right: 18px;
      background: url(../img/icon_01.webp) no-repeat center/cover;
      width: 66px;
      height: 83px;
    }
  }
  .big_num {
    font-size: 8rem;
  }
  .unit {
    font-size: 2.8rem;
  }
}

/* num_card02 */
.num_card02 {
  min-height: 257px;
  .number {
    margin-top: 40px;
    position: relative;
    &::after {
      content: "";
      position: absolute;
      top: -70px;
      right: 10px;
      background: url(../img/icon_02.webp) no-repeat center/cover;
      width: 109px;
      height: 99px;
    }
  }
  .big_num {
    font-size: 8rem;
  }
  .unit {
    font-size: 2.8rem;
  }
}

/* num_card03 */
.num_card03 {
  min-height: 534px;
  .number {
    margin-top: 300px;
    position: relative;
    &::after {
      content: "";
      position: absolute;
      top: -265px;
      left: 50%;
      transform: translateX(-50%);
      background: url(../img/icon_03.webp) no-repeat center/cover;
      width: 368px;
      height: 250px;
    }
  }
  .big_num {
    font-size: 11rem;
  }
  .unit {
    font-size: 2.8rem;
    line-height: 1.2;
    white-space: nowrap;
  }
}

/* num_card04 */
.num_card04 {
  min-height: 289px;
  padding-bottom: 10px;
  padding-right: 10px;
  .num_textbox {
    margin: 80px 0 0 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    .number {
      display: inline-block;
      line-height: 1;
      &.number01 .big_num {
        color: #00325E;
      }
      &.number01 .unit {
        color: #00325E;
      }
    }
    &::after {
      content: "";
      position: absolute;
      top: -120px;
      left: 50%;
      transform: translateX(-50%);
      background: url(../img/icon_04.webp) no-repeat center/cover;
      width: 268px;
      height: 192px;
    }
  }
  .big_num {
    font-size: 8rem;
  }
  .unit {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-left: 4px;
  }
  .sup_text {
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 12px;
  }
}

/* num_card05 */
.num_card_outer_ex {
  min-height: 227px;
  width: 100%;
  display: flex;
  gap: 20px;
}
.num_card05 , .num_card06 {
  padding: 30px;
}
.num_card05 {
  width: calc(50% - 10px);
  .number {
    margin-top: 68px;
    position: relative;
    &::after {
      content: "";
      position: absolute;
      top: -100px;
      right: 12px;
      background: url(../img/icon_05.webp) no-repeat center/cover;
      width: 53px;
      height: 59px;
    }
  }
  .big_num {
    font-size: 8rem;
  }
  .unit {
    font-size: 2.8rem;
    line-height: 1.2;
    white-space: nowrap;
  }
}

/* num_card06 */
.num_card06 {
  width: calc(50% - 10px);
  .num_title {
    line-height: 1.25;
  }
  .number {
    position: relative;
    &::after {
      content: "";
      position: absolute;
      top: -100px;
      right: -12px;
      background: url(../img/icon_06.webp) no-repeat center/cover;
      width: 63px;
      height: 59px;
    }
  }
  .big_num {
    font-size: 8rem;
  }
  .unit {
    font-size: 2.8rem;
    line-height: 1.2;
    white-space: nowrap;
  }
  .num_sub_text {
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    color: var(--main-color);
    margin-top: 20px;
  }
}

/* num_card07 */
.num_card07 {
  width: calc(50% - 10px);
  position: relative;
  .num_title {
    line-height: 1.25;
  }
  .number {
    position: relative;
    &::after {
      content: "";
      position: absolute;
      top: -20px;
      right: -100px;
      background: url(../img/icon_07_01.webp) no-repeat center/cover;
      width: 89px;
      height: 65px;
    }
  }
  .big_num {
    font-size: 8rem;
  }
  .unit {
    font-size: 2.8rem;
    line-height: 1.2;
    white-space: nowrap;
  }
  .num_sub_text {
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    color: var(--main-color);
    margin-top: 20px;
  }
  .year_box {
    display: inline-block;
    max-width: 250px;
    position: absolute;
    top: 30px;
    left: 58%;
    transform: translateX(-50%);
    .year {
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1;
      color: #00325E;
      position: relative;
    }
  }
  .graph_img {
    margin-top: 75px;
  }
}

/* num_card08 */
.num_card08 {
  min-height: 257px;
  .number_box {
    display: flex;
    width: 100%;
    margin-top: 55px;
    position: relative;
    &::after {
      content: "";
      position: absolute;
      top: -100px;
      right: 0;
      background: url(../img/icon_08.webp) no-repeat center/cover;
      width: 123px;
      height: 79px;
    }
    .number_left {
      width: 73%;
    }
    .number_left_01 {
      text-align: center;
      color: #004B9E;
      font: bold 2rem/32px var(--font-family-jp);
      letter-spacing: 0px;
    }
    .number_left_02 {
      background: #004B9E;
      min-height: 92px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .number_right {
      width: 27%;
    }
    .number_right_01 {
      text-align: center;
      color: #00325E;
      font: bold 2rem/32px var(--font-family-jp);
      letter-spacing: 0px;
    }
    .number_right_02 {
      background: #00325E;
      min-height: 92px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  .big_num {
    font-size: 6.4rem;
    color: #FFF;
  }
  .unit {
    font-size: 1.6rem;
    color: #FFF;
    margin-left: 0;
  }
}

/* num_card09 */
.num_card09 {
  min-height: 502px;
  padding: 40px 40px 10px;
  .img_box_outer_ex {
    text-align: center;
    margin-top: 120px;
  }
  .img_box_outer {
    display: inline-block;
    position: relative;
  }
  .img_box {
    display: inline-block;
  }
  .num_des {
    text-align: center;
    font: bold 2.2rem/32px var(--font-family-jp);
    letter-spacing: 0px;
    white-space: nowrap;
    position: absolute;
  }
  .big_num {
    font-size: 7rem;
  }
  .unit {
    font-size: 2.5rem;
    line-height: 1.2;
    white-space: nowrap;
    margin-left: 0;
  }
  .num_des01 {
    color: #A4BBD6;
    top: -55px;
    left: -90px;
    span {
      color: #A4BBD6;
    }
  }
  .num_des02 {
    color: #A2BEDC;
    top: -110px;
    left: 70px;
    span {
      color: #A2BEDC;
    }
  }
  .num_des03 {
    color: #6C97C7;
    top: -55px;
    left: 230px;
    span {
      color: #6C97C7;
    }
  }
  .num_des04 {
    color: #3671B2;
    top: 185px;
    left: 220px;
    span {
      color: #3671B2;
    }
  }
  .num_des05 {
    color: #004B9E;
    top: 240px;
    left: 50px;
    span {
      color: #004B9E;
    }
  }
  .num_des06 {
    color: #003F81;
    top: 210px;
    left: -70px;
    span {
      color: #003F81;
    }
  }
  .num_des07 {
    color: #00325E;
    top: 90px;
    left: -110px;
    span {
      color: #00325E;
    }
  }
}

/* num_card10 */
.num_card10 {
  min-height: 241px;
  .number {
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    position: relative;
    &::after {
      content: "";
      position: absolute;
      top: -50px;
      right: 30px;
      background: url(../img/icon_10.webp) no-repeat center/cover;
      width: 67px;
      height: 67px;
    }
  }
  .big_num {
    font-size: 10rem;
  }
  .unit {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-left: 4px;
  }
  .sup_text {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 20px;
  }
}

/* num_card11 */
.num_card11 {
  min-height: 241px;
  padding: 40px 30px;
  .number {
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    position: relative;
    &::after {
      content: "";
      position: absolute;
      top: -50px;
      right: 30px;
      background: url(../img/icon_11.webp) no-repeat center/cover;
      width: 53px;
      height: 75px;
    }
  }
  .big_num {
    font-size: 8rem;
  }
  .unit {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-left: 4px;
  }
  .sup_text {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-top: 20px;
  }
}

/* num_card12 */
.num_card12 {
  min-height: 257px;
  width: 100%;
  .div_flex {
    display: flex;
    gap: 20px 46px;
  }
  .div_left , .div_right {
    width: calc(50% - 23px);
  }
  .number {
    margin-top: 20px;
    position: relative;
    justify-content: flex-start;
  }
  .number_ex::after {
    content: "";
    position: absolute;
    top: -70px;
    right: 18px;
    background: url(../img/icon_12.webp) no-repeat center/cover;
    width: 93px;
    height: 101px;
  }
  .big_num {
    font-size: 11rem;
  }
  .unit {
    font-size: 2.8rem;
  }
  .sup_text {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-top: 20px;
  }
}

/* num_card13 */
.num_card13 {
  min-height: 257px;
  width: 100%;
  .num_gragh {
    display: flex;
  }
  .num_gragh01 {
    width: 66%;
    .ng_subtitle {
      color: #004B9E;
    }
    .ng_box {
      background: #004B9E;
    }
  }
  .num_gragh02 {
    width: 16%;
    .ng_subtitle {
      color: #3671B2;
    }
    .ng_box {
      background: #3671B2;
    }
  }
  .num_gragh03 {
    width: 5%;
    .ng_subtitle {
      color: #00325E;
    }
    .ng_box {
      background:#00325E;
    }
  }
  .num_gragh04 {
    width: 12%;
    .ng_subtitle {
      color: #A2BEDC;
    }
    .ng_box {
      background: #A2BEDC;
    }
  }
  .ng_subtitle {
    white-space: nowrap;
    line-height: 1;
  }
  .icon_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ng_subtitle {
    font: bold 2rem/32px var(--font-family-jp);
  }
  .ng_box {
    min-height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .big_num {
    font-size: 5rem;
    color: #FFF;
  }
  .unit {
    font-size: 1.6rem;
    color: #FFF;
    margin-left: 0;
  }
  .sup_text {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-top: 40px;
  }
}

/* question */

.upper {
  height: 100%;
}
.text_box_outer {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  &:not(:first-of-type) {
    margin-top: 20px;
  }
}
.text_box {
  font: bold 2rem/32px var(--font-family-jp);
  letter-spacing: 0px;
  color: #FFF;
  line-height: 1.6;
  min-height: 203px;
  display: flex;
  justify-content: center;
  align-items: center;
  &.big {
    font-size: 3.2rem;
    text-align: center;
  }
}
.text_box_outer.upper .text_box {
  width: calc((100% / 3) - 13.4px);
}
.text_box_outer.middle .text_box {
  width: 241px;
}
.text_box_outer.lower .text_box {
  width: calc(50% - 10px);
}
.center_imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 502px;
  .text {
    font: normal normal bold 28px/56px var(--font-family-jp);
    letter-spacing: 0px;
    color: #004B9E;
  }
}
.main_box:not(:first-of-type) {
  margin-top: 90px;
}
.main_box_01 {
  .text_box {
    background: #004B9E;
  }
}
.main_box_02 {
  .text_box {
    background: #6C97C7;
  }
}
.main_box_03 {
  .text_box {
    background: #00325E;
  }
}

/* event */
#event {
  background: #D9E4F1;
}
#event02 {
  background: #FFF;
}
.title_box {
  text-align: center;
  h3 {
    font: 900 4.2rem/59px var(--font-family-en);
    letter-spacing: 0px;
    color: var(--main-color);
  }
  p {
    color: var(--main-color);
  }
}
.flex_box_outer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 40px;
}
.flex_box {
  background: #FFF;
  max-width: 502px;
  min-height: 406px;
  width: 100%;
  padding: 0 40px 40px;
  .title {
    font: bold 2.4rem/32px var(--font-family-jp);
    letter-spacing: 0px;
    color: var(--main-color);
  }
  .text {
    margin-top: 20px;
    .small {
      margin-top: 6px;
      display: inline-block;
      font-size: 1.2rem;
      line-height: 1.5;
      padding-left: 1em;
      text-indent: -1em;
    }
  }
}
#event02 .flex_box {
  background: #F0F0F0;
}

@media screen and (max-width: 767px) {
  .main_content {
    padding: 32px 0;
  }
  .main_block {
    padding: 30px 5%;
  }

  .num_box_outer {
    flex-direction: column;
    margin-top: 30px;
  }
  .num_card_outer {
    width: 100%;
  }
  .num_card_outer_ex {
    min-height: auto;
    flex-direction: column;
  }
  .num_card {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }
  .num_card01 {
    & .number {
        &::after {
          content: "";
          position: absolute;
          transform: scale(.7);
        }
    }
  }
  .num_card02 {
    & .number {
        &::after {
          top: -55px;
          right: -15px;
          transform: scale(.7);
        }
    }
  }
  .num_card03 {
    .big_num {
      font-size: 8rem;
    }
    .number {
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-top: 200px;
        &::after {
          top: -220px;
          transform: translateX(-50%) scale(.7);
        }
    }
  }

  .num_card04 {
      .num_textbox {
        margin: 130px 0 0;
        &::after {
          top: -150px;
          transform: translateX(-50%) scale(.7);
        }
    }
    .big_num {
      font-size: 6rem;
    }
  }

  .num_card05 {
    .number {
      margin-top: 30px;
      &::after {
        top: -70px;
      }
    }
  }

  .num_card06 {
    .number {
      &::after {
        right: 4px;
      }
    }
  }

  .num_card07 {
    .year_box {
      top: 70px;
      left: 50%;
    }
    .number {
      &::after {
        right: -70px;
        transform: scale(.7);
      }
    }
    .graph_img {
      margin-top: 140px;
    }
  }

  .num_card08 {
    .number_box {
      &::after {
        top: -80px;
        right: -10px;
        transform: scale(.7);
      }
    }
    .big_num {
      font-size: 3.2rem;
    }
  }
  .num_card09 {
    padding-bottom: 70px;
    .img_box_outer_ex {
      margin-top: 90px;
    }
    .img_box_outer {
      width: 150px;
    }
    .num_des {
      font-size: 1.6rem;
    }
    .num_des01 {
      top: -40px;
      left: -42px;
    }
    .num_des02 {
      top: -80px;
      left: 35px;
    }
    .num_des03 {
      left: 126px;
    }
    .num_des04 {
      top: 90px;
      left: 146px;
    }
    .num_des05 {
      top: 145px;
      left: 50px;
    }
    .num_des06 {
      top: 135px;
      left: -28px;
    }
    .num_des07 {
      top: 55px;
      left: -69px;
    }
    .big_num {
      font-size: 3.6rem;
    }
    .unit {
      font-size: 1.6rem;
    }
  }

  .num_card10 {
    & .number {
        &::after {
          top: -20px;
          right: 10px;
          transform: scale(.7);
      }
    }
  }

  .num_card11 {
    & .number {
      &::after {
        top: -60px;
        right: -10px;
        transform: scale(.7);
      }
    }
  }

  .num_card12 {
    .number {
      margin-top: 10px;
      justify-content: center;
    }
    .number_ex::after {
      top: -80px;
      right: 18px;
      transform: scale(.7);
    }
    .div_flex {
      flex-direction: column;
      gap: 60px;
    }
    .div_left, .div_right {
      width: 100%;
    }
    .big_num {
      font-size: 9rem;
    }
  }

  /* num_card13 */
  .num_card13 {
    min-height: 257px;
    width: 100%;
    .num_gragh01 {
      width: 55%;
    }
    .num_gragh02 {
      width: 20%;
      .icon_box {
        margin-right: 20px;
      }
    }
    .num_gragh03 {
      width: 10%;
    }
    .num_gragh04 {
      width: 15%;
    }
    .icon_box img {
      width: auto;
      height: 20px;
      overflow: visible;
    }
    .ng_subtitle {
      font-size: 1.2rem;
      line-height: 1.5;
      letter-spacing: 0;
    }
    .big_num {
      font-size: 2rem;
    }
    .unit {
      font-size: 1rem;
    }
    .sup_text {
      margin-top: 20px;
    }
  }


  .main_box {
    display: flex;
    flex-direction: column;
  }
  .main_box:not(:first-of-type) {
    margin-top: 40px;
  }
  .text_box_outer {
    flex-direction: column;
  }
  .text_box {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 5%;
    min-height: 70px;
    &.big {
      font-size: 1.6rem;
      text-align: left;
    }
  }
  .text_box_outer.upper .text_box {
    width: 100%;
  }
  .text_box_outer.middle {
    order: -1;
    margin-bottom: 20px;
  }
  .text_box_outer.middle .text_box {
    width: 100%;
  }
  .text_box_outer.lower .text_box {
    width: 100%;
  }
  .center_imgbox {
    width: 100%;
    flex-direction: column;
    order: -1;
    .text {
      font-size: 2rem;
      line-height: 1.5;
    }
  }

  .flex_box {
    padding: 0 5% 10px;
    min-height: 250px;
    .text {
      margin-top: 10px;
    }
    img {
      width: 100px;
    }
  }
}