@keyframes bgLoop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1725px 0; } }
@keyframes bgLoop_sp {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 360px 0; } }
.about .cont__header {
  width: 100%;
  height: 525px;
  background-color: #496188;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 60px;
  position: relative; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .about .cont__header {
      padding-bottom: 0px;
      height: 360px; } }
  .about .cont__header::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url("../img/about/img_header.png") repeat-x 0 0/1725px auto;
    width: 100%;
    height: 100%;
    animation: bgLoop 60s infinite linear; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about .cont__header::before {
        background: url("../img/about/img_header_sp.png") repeat-x 0 0/360px auto; } }
  .about .cont__header::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/home/bg_slash.jpg") repeat-y top center/100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    mix-blend-mode: color-burn; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about .cont__header::after {
        background-size: auto 160%; } }
  .about .cont__header p {
    width: 690px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about .cont__header p {
        width: 90%; } }
  .about .cont__header h1 {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 0.4em 0.6em 0.6em;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.24);
    margin-top: 14px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about .cont__header h1 {
        font-size: 1.8rem; } }
.about .sec_ttl {
  margin-bottom: 2.2em; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .about .sec_ttl {
      margin-bottom: 1.8em; } }
  .about .sec_ttl p {
    font-size: 12rem;
    font-family: "Albert Sans", "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about .sec_ttl p {
        font-size: 8rem; } }
    .about .sec_ttl p::before {
      content: "";
      width: 100%;
      height: 20px;
      position: absolute;
      top: 0.75em;
      left: 0; }
  .about .sec_ttl h2 {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about .sec_ttl h2 {
        font-size: 1.8rem; } }
.about .sec_number {
  background-color: rgba(37, 124, 188, 0.1);
  padding: 6.5em 0;
  position: relative; }
  .about .sec_number .panel > div {
    position: absolute; }
  .about .sec_number .panel .p_01 {
    top: 0px;
    right: 150px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about .sec_number .panel .p_01 {
        right: 60px; } }
  .about .sec_number .panel .p_02 {
    top: 75px;
    right: 0px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about .sec_number .panel .p_02 {
        top: 30px; } }
  .about .sec_number .sec_ttl p {
    color: #257CBC; }
    .about .sec_number .sec_ttl p::before {
      background-color: rgba(37, 124, 188, 0.1); }
  .about .sec_number .number_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about .sec_number .number_list {
        justify-content: center;
        gap: 30px; } }
    .about .sec_number .number_list__item dl {
      background-color: #fff; }
      .about .sec_number .number_list__item dl dt {
        background-color: #496188;
        color: #fff;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem; }
    .about .sec_number .number_list__item.waypoint figure {
      transition-duration: .6s;
      transition-delay: .4s;
      opacity: 0;
      transform: scale(2); }
    .about .sec_number .number_list__item.waypoint.active figure {
      opacity: 1;
      transform: scale(1); }
    .about .sec_number .number_list .fc_number {
      color: #257CBC; }
    .about .sec_number .number_list .set_1 {
      width: 490px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .about .sec_number .number_list .set_1 {
          width: 320px; } }
      .about .sec_number .number_list .set_1 dl {
        height: 280px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .about .sec_number .number_list .set_1 dl {
            height: auto; } }
        .about .sec_number .number_list .set_1 dl dd {
          display: flex;
          align-items: flex-end;
          padding: 20px 40px 10px;
          gap: 50px; }
          @media only screen and (max-width: 768px), print and (min-width: 2cm) {
            .about .sec_number .number_list .set_1 dl dd {
              flex-direction: column;
              align-items: center;
              gap: 20px;
              padding: 30px 40px 20px; } }
          .about .sec_number .number_list .set_1 dl dd figure {
            width: 171px;
            position: relative;
            bottom: 5px; }
      .about .sec_number .number_list .set_1__txt {
        flex: 1; }
        .about .sec_number .number_list .set_1__txt .item:nth-child(2) {
          margin-top: 15px; }
        .about .sec_number .number_list .set_1__txt .item p:nth-child(2) {
          display: flex;
          align-items: flex-end;
          gap: 5px; }
          .about .sec_number .number_list .set_1__txt .item p:nth-child(2) span {
            line-height: 0.9;
            display: inline-block;
            letter-spacing: -0.03em; }
    .about .sec_number .number_list .set_2 {
      width: 490px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .about .sec_number .number_list .set_2 {
          width: 320px; } }
      .about .sec_number .number_list .set_2 dl {
        height: 280px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .about .sec_number .number_list .set_2 dl {
            height: auto; } }
        .about .sec_number .number_list .set_2 dl dd {
          display: flex;
          align-items: flex-end;
          gap: 30px;
          padding: 30px 40px 0px; }
          @media only screen and (max-width: 768px), print and (min-width: 2cm) {
            .about .sec_number .number_list .set_2 dl dd {
              flex-direction: column;
              align-items: center;
              gap: 20px;
              padding: 30px 15px 20px; } }
          .about .sec_number .number_list .set_2 dl dd figure {
            width: 110px;
            position: relative;
            bottom: 30px; }
            @media only screen and (max-width: 768px), print and (min-width: 2cm) {
              .about .sec_number .number_list .set_2 dl dd figure {
                bottom: auto; } }
      .about .sec_number .number_list .set_2__txt {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        gap: 8px 16px; }
        .about .sec_number .number_list .set_2__txt .item {
          width: calc(50% - 8px); }
          .about .sec_number .number_list .set_2__txt .item p {
            text-align: center; }
            .about .sec_number .number_list .set_2__txt .item p:nth-child(2) {
              line-height: 1.2;
              letter-spacing: -0.03em; }
        .about .sec_number .number_list .set_2__txt p:last-child {
          width: 100%;
          text-align: center;
          margin-top: -5px; }
    .about .sec_number .number_list .set_3 {
      width: 320px; }
      .about .sec_number .number_list .set_3 dl {
        height: 240px; }
        .about .sec_number .number_list .set_3 dl dd {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          height: calc(100% - 40px); }
          .about .sec_number .number_list .set_3 dl dd figure {
            width: 120px;
            margin-bottom: 10px; }
      .about .sec_number .number_list .set_3__txt .item {
        display: flex;
        align-items: flex-end;
        gap: 5px; }
        .about .sec_number .number_list .set_3__txt .item .ff_en.fc_number {
          line-height: 0.9;
          letter-spacing: -0.03em; }
        .about .sec_number .number_list .set_3__txt .item ruby {
          padding: 0 0.1em;
          text-align: center;
          /*width: 0.8em;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column-reverse;*/ }
          .about .sec_number .number_list .set_3__txt .item ruby rt {
            font-size: 1.6rem;
            font-weight: 500;
            color: #496188;
            letter-spacing: 2px; }
    .about .sec_number .number_list .set_4 {
      width: 320px; }
      .about .sec_number .number_list .set_4 dl {
        height: 240px; }
        .about .sec_number .number_list .set_4 dl dd {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 50px;
          height: calc(100% - 40px);
          padding: 0px 20px 10px; }
          .about .sec_number .number_list .set_4 dl dd figure {
            width: 120px;
            position: relative;
            top: 10px; }
      .about .sec_number .number_list .set_4__txt {
        flex: 1; }
        .about .sec_number .number_list .set_4__txt .item {
          display: flex;
          align-items: flex-end;
          gap: 5px; }
          .about .sec_number .number_list .set_4__txt .item .ff_en {
            line-height: 0.9;
            letter-spacing: -0.03em; }
.about .sec_history {
  padding: 6.5em 0 7.5em;
  position: relative; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .about .sec_history {
      padding: 6em 0 5em; } }
  .about .sec_history .panel > div {
    position: absolute; }
  .about .sec_history .panel .p_01 {
    top: 0px;
    left: 150px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about .sec_history .panel .p_01 {
        left: 60px; } }
  .about .sec_history .panel .p_02 {
    top: -150px;
    left: 0px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .about .sec_history .panel .p_02 {
        top: -60px; } }
  .about .sec_history .sec_ttl p {
    color: #67AD48; }
    .about .sec_history .sec_ttl p::before {
      background-color: rgba(103, 173, 72, 0.1); }
  .about .sec_history .t_year {
    background-color: #000;
    color: #fff;
    line-height: 1;
    padding: 0.2em 0.4em 0.35em;
    width: 9.4em;
    text-align: center;
    margin-bottom: 0.6em; }
  .about .sec_history .t_history {
    width: 100%;
    margin-top: 2em; }
    .about .sec_history .t_history tr {
      border-bottom: solid 2px #fff; }
      .about .sec_history .t_history tr th {
        background-color: #000;
        color: #fff;
        padding: 0.6em 0;
        text-align: center;
        width: 5.4em;
        font-weight: 500; }
      .about .sec_history .t_history tr td {
        padding: 0.6em 1em;
        line-height: 1.6;
        background-color: #f6f6f6; }

/*# sourceMappingURL=about.css.map */
