/*! Writen  by SCSS */
.sup_wrap {
  position: relative; }
  .sup_wrap sup {
    position: absolute;
    top: -1em;
    right: -0.5em;
    font-size: 10px; }
    @media screen and (max-width: 480px) {
      .sup_wrap sup {
        top: -1em; } }

.sec_main {
  position: relative; }
  .sec_main .inner_head {
    width: 64.72%;
    position: absolute;
    z-index: 2;
    bottom: -10%;
    left: 8.58%; }
  .sec_main img {
    width: 100%; }
  .sec_main.access .inner_head {
    width: 45.43%; }

.bg_wrap {
  position: relative; }
  .bg_wrap::before {
    content: '';
    width: 100%;
    position: fixed;
    inset: 0;
    background-image: url("../images/bg01.jpg");
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1; }

.sec03 {
  padding-top: clamp(60px, 8.34%, 100px);
  padding-bottom: clamp(60px, 8.34%, 100px); }
  .sec03 .sec_head .small {
    font-size: 50%; }
  .sec03 .text_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2.5%;
    margin-bottom: clamp(60px, 8.34%, 100px); }
    @media screen and (max-width: 480px) {
      .sec03 .text_wrap {
        flex-direction: column;
        margin-bottom: 30px; } }
    .sec03 .text_wrap .img {
      padding-right: 2.5%;
      border-right: 1px solid #00040a;
      width: 26.17%; }
      @media screen and (max-width: 480px) {
        .sec03 .text_wrap .img {
          border-right: none;
          margin-right: 0;
          width: 180px;
          margin-bottom: 15px;
          padding-right: 0; } }
  @media screen and (max-width: 480px) {
    .sec03 .img02 {
      margin-inline: -20px; } }

.sec04 {
  padding-bottom: clamp(60px, 8.34%, 100px); }
  .sec04 .ttl01 {
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-size: clamp(16px, 1.834vw, 22px);
    line-height: 1;
    border-bottom: 1px solid #00040a; }
    @media screen and (max-width: 480px) {
      .sec04 .ttl01 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: center; } }
  .sec04 .item_wrap {
    display: flex;
    justify-content: center;
    column-gap: 2.42%;
    flex-wrap: wrap;
    row-gap: clamp(20px, 3.334vw, 40px); }
    @media screen and (max-width: 480px) {
      .sec04 .item_wrap {
        flex-direction: column; } }
    .sec04 .item_wrap .item {
      width: 31.67%; }
      @media screen and (max-width: 480px) {
        .sec04 .item_wrap .item {
          width: 100%; } }
      .sec04 .item_wrap .item.txt_item {
        width: fit-content; }
      .sec04 .item_wrap .item .img {
        margin-bottom: 10px; }
      .sec04 .item_wrap .item .text_wrap p {
        line-height: 1; }
      .sec04 .item_wrap .item .text_wrap .txt01 {
        margin-bottom: -0.25em; }
        @media screen and (max-width: 768px) {
          .sec04 .item_wrap .item .text_wrap .txt01 {
            margin-bottom: 0; } }
      .sec04 .item_wrap .item .text_wrap .txt02 {
        font-size: clamp(18px, 3.167vw, 38px);
        margin-bottom: 0.25em;
        letter-spacing: 0.04em; }
        @media screen and (max-width: 768px) {
          .sec04 .item_wrap .item .text_wrap .txt02 {
            font-size: 22px; } }
        .sec04 .item_wrap .item .text_wrap .txt02 .small {
          font-size: 80%; }
        .sec04 .item_wrap .item .text_wrap .txt02 .small_02 {
          font-size: 40%; }
        .sec04 .item_wrap .item .text_wrap .txt02 .big {
          font-size: 130%; }

.sec05 {
  padding-bottom: clamp(60px, 8.34%, 100px); }
  @media screen and (max-width: 480px) {
    .sec05 {
      padding-bottom: 80px; } }
  .sec05 .item_wrap .item {
    padding-bottom: clamp(40px, 5%, 60px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .sec05 .item_wrap .item {
        flex-direction: column-reverse !important; } }
    .sec05 .item_wrap .item:nth-child(2n) {
      flex-direction: row-reverse; }
    .sec05 .item_wrap .item .img {
      width: 62.5%; }
      @media screen and (max-width: 480px) {
        .sec05 .item_wrap .item .img {
          width: 100%;
          margin-top: 15px; } }
    .sec05 .item_wrap .item .text_wrap {
      width: 35%; }
      @media screen and (max-width: 480px) {
        .sec05 .item_wrap .item .text_wrap {
          width: 100%; } }
      .sec05 .item_wrap .item .text_wrap .ttl {
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #00040a; }
      .sec05 .item_wrap .item .text_wrap .read {
        letter-spacing: -0.03em; }
    .sec05 .item_wrap .item:nth-last-child(1) {
      padding-bottom: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none; }

.year_cont .year_group {
  max-width: 1400px;
  margin-inline: auto;
  position: relative; }
  .year_cont .year_group .year_wrap {
    max-width: 1290px;
    margin-inline: auto;
    overflow: hidden; }
    .year_cont .year_group .year_wrap .button_wrap {
      pointer-events: all; }
      .year_cont .year_group .year_wrap .button_wrap button {
        pointer-events: all; }
    .year_cont .year_group .year_wrap .year_wrap_in {
      position: relative;
      height: 562px; }
      @media screen and (max-width: 480px) {
        .year_cont .year_group .year_wrap .year_wrap_in {
          height: 300px; } }
      .year_cont .year_group .year_wrap .year_wrap_in .year_img {
        position: relative;
        width: 100%;
        height: 100%; }
        @media screen and (max-width: 480px) {
          .year_cont .year_group .year_wrap .year_wrap_in .year_img {
            overflow-x: scroll; } }
        .year_cont .year_group .year_wrap .year_wrap_in .year_img img {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          max-width: none;
          height: 100%; }
          @media screen and (max-width: 480px) {
            .year_cont .year_group .year_wrap .year_wrap_in .year_img img {
              position: relative; } }
    .year_cont .year_group .year_wrap .button_wrap button {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 32px;
      height: 300px;
      margin: auto;
      background: #434343;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.3s ease-in-out; }
      @media (hover: hover) {
        .year_cont .year_group .year_wrap .button_wrap button:hover {
          opacity: 0.7; } }
    .year_cont .year_group .year_wrap .button_wrap .next_prev_btn {
      touch-action: manipulation;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      user-select: none;
      background: #333; }
      @media screen and (max-width: 480px) {
        .year_cont .year_group .year_wrap .button_wrap .next_prev_btn {
          display: none; } }
      .year_cont .year_group .year_wrap .button_wrap .next_prev_btn:after {
        content: "";
        display: block;
        width: 11px;
        aspect-ratio: 0.8 / 1;
        background: #fff; }
      .year_cont .year_group .year_wrap .button_wrap .next_prev_btn.prev {
        left: 15px; }
        .year_cont .year_group .year_wrap .button_wrap .next_prev_btn.prev:after {
          clip-path: polygon(100% 0, 0 50%, 100% 100%); }
      .year_cont .year_group .year_wrap .button_wrap .next_prev_btn.next {
        right: 15px; }
        .year_cont .year_group .year_wrap .button_wrap .next_prev_btn.next:after {
          clip-path: polygon(0 0, 0 100%, 100% 50%); }

/*# sourceMappingURL=style.css.map */
