/*! Writen  by SCSS */
.information_area {
  padding: 50px 0 clamp(50px, 7.813vw, 80px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg_infor.jpg"); }
  @media screen and (max-width: 480px) {
    .information_area {
      background-image: url("../images/bg_infor_sp.jpg"); } }
  .information_area .raise_ttl {
    font-size: clamp(34px, 4.883vw, 50px);
    color: #960808;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: clamp(30px, 4.883vw, 50px); }
  .information_area .infor_in .infor_ttl {
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-bottom: clamp(30px, 4.883vw, 50px); }
    .information_area .infor_in .infor_ttl:before, .information_area .infor_in .infor_ttl:after {
      content: "";
      display: block;
      background: rgba(51, 51, 51, 0.3);
      width: 100%;
      height: 1px; }
    .information_area .infor_in .infor_ttl span {
      font-size: 24px;
      flex-shrink: 0;
      line-height: 1; }
  .information_area .infor_in #p_info {
    position: relative;
    background: #FFF;
    padding: 40px; }
    .information_area .infor_in #p_info .date {
      font-size: 14px; }
      @media screen and (max-width: 480px) {
        .information_area .infor_in #p_info .date {
          font-size: 12px; } }
    .information_area .infor_in #p_info h4 {
      font-size: 24px; }
      @media screen and (max-width: 480px) {
        .information_area .infor_in #p_info h4 {
          font-size: 18px; } }

.concept_area {
  position: relative; }
  .concept_area .view_img_transparent {
    position: absolute;
    inset: 0;
    opacity: 0.3;
    z-index: 0; }
  .concept_area .view_img {
    position: relative;
    z-index: 1;
    clip-path: inset(0% 50% 0% 50%);
    transition: 0.6s clip-path ease-in-out 0s; }
    .concept_area .view_img.p-view {
      clip-path: inset(0% 0% 0% 0%); }
  .concept_area .concept_text_group {
    position: absolute;
    inset: 0;
    bottom: auto;
    top: 5.73%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #FFF;
    z-index: 2;
    text-shadow: 0px 0px 0px rgba(18, 51, 100, 0.5), 0px 0px 1px rgba(18, 51, 100, 0.5), 0px 0px 2px rgba(18, 51, 100, 0.5), 0px 0px 3px rgba(18, 51, 100, 0.5), 0px 0px 4px rgba(18, 51, 100, 0.5), 0px 0px 5px rgba(18, 51, 100, 0.5), 0px 0px 6px rgba(18, 51, 100, 0.5), 0px 0px 7px rgba(18, 51, 100, 0.5), 0px 0px 8px rgba(18, 51, 100, 0.5), 0px 0px 9px rgba(18, 51, 100, 0.5), 0px 0px 10px rgba(18, 51, 100, 0.5);
    row-gap: clamp(30px, 3.907vw, 40px); }
    @media screen and (max-width: 820px) {
      .concept_area .concept_text_group {
        top: 6%; } }
    @media screen and (max-width: 480px) {
      .concept_area .concept_text_group {
        row-gap: 20px;
        top: 50px; } }
    .concept_area .concept_text_group .concept_ttl {
      font-size: clamp(34px, 3.375vw, 54px);
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .concept_area .concept_text_group .concept_ttl {
          font-size: 6.2vw; } }
    .concept_area .concept_text_group .concept_read {
      font-size: clamp(14px, 1.25vw, 20px);
      line-height: 2; }
      @media screen and (max-width: 820px) {
        .concept_area .concept_text_group .concept_read {
          line-height: 2.2; } }
      @media screen and (max-width: 480px) {
        .concept_area .concept_text_group .concept_read {
          font-size: 2.8vw; } }

.underlayer_group {
  flex-direction: column; }
  .underlayer_group .group_in {
    position: relative;
    overflow: hidden; }
    body:not(.mobile) .underlayer_group .group_in.acc_area:hover .text_group .link_more:after {
      transform: skewX(45deg) translateX(10px); }
    @media screen and (max-width: 480px) {
      .underlayer_group .group_in.acc_area .text_group .text_in .page_read.white {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 0px 3px rgba(0, 0, 0, 0.2), 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2), 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 8px rgba(0, 0, 0, 0.2), 0px 0px 9px rgba(0, 0, 0, 0.2), 0px 0px 10px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 480px) {
      .underlayer_group .group_in.acc_area .text_group .link_more {
        margin: 0 0 30px 10px; } }
    .underlayer_group .group_in.loc_area {
      aspect-ratio: 16/6; }
      @media screen and (max-width: 480px) {
        .underlayer_group .group_in.loc_area {
          aspect-ratio: unset;
          padding-bottom: 80px; }
          .underlayer_group .group_in.loc_area .text_group {
            position: static; }
            .underlayer_group .group_in.loc_area .text_group .link_more {
              position: absolute;
              inset: 0;
              top: auto;
              bottom: 40px;
              margin-bottom: 0; } }
      @media screen and (max-width: 480px) and (max-width: 480px) {
        .underlayer_group .group_in.loc_area .text_group .link_more {
          left: 20px; } }

    .underlayer_group .group_in .under_img img {
      width: 100%; }
    .underlayer_group .group_in .text_group {
      position: absolute;
      inset: 0;
      right: auto;
      padding-left: 10.63%;
      margin: auto;
      display: flex;
      justify-content: center;
      flex-direction: column;
      row-gap: clamp(40px, 5vw, 80px); }
      @media screen and (max-width: 480px) {
        .underlayer_group .group_in .text_group {
          left: 0;
          right: 0;
          justify-content: space-between;
          padding-left: 0;
          width: calc(100% - 40px);
          margin: auto; } }
      .underlayer_group .group_in .text_group .text_in {
        flex-direction: column;
        row-gap: 30px; }
        @media screen and (max-width: 820px) {
          .underlayer_group .group_in .text_group .text_in {
            row-gap: 20px; } }
        @media screen and (max-width: 480px) {
          .underlayer_group .group_in .text_group .text_in {
            row-gap: 15px;
            align-items: center;
            text-align: center;
            margin-top: 12.5%; } }
        .underlayer_group .group_in .text_group .text_in .page_name {
          font-size: clamp(30px, 3.125vw, 50px);
          line-height: 1;
          color: #b79947; }
          @media screen and (max-width: 480px) {
            .underlayer_group .group_in .text_group .text_in .page_name {
              font-size: 40px; } }
        .underlayer_group .group_in .text_group .text_in .page_read {
          font-size: clamp(14px, 1.25vw, 20px);
          line-height: 2.2; }
          @media screen and (max-width: 480px) {
            .underlayer_group .group_in .text_group .text_in .page_read {
              font-size: 14px; } }
          .underlayer_group .group_in .text_group .text_in .page_read.white {
            color: #FFF;
            text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1), 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 0px 2px rgba(255, 255, 255, 0.1), 0px 0px 3px rgba(255, 255, 255, 0.1), 0px 0px 4px rgba(255, 255, 255, 0.1), 0px 0px 5px rgba(255, 255, 255, 0.1), 0px 0px 6px rgba(255, 255, 255, 0.1), 0px 0px 7px rgba(255, 255, 255, 0.1), 0px 0px 8px rgba(255, 255, 255, 0.1), 0px 0px 9px rgba(255, 255, 255, 0.1), 0px 0px 10px rgba(255, 255, 255, 0.1); }
      .underlayer_group .group_in .text_group .link_more {
        display: block;
        font-size: 16px;
        position: relative;
        width: fit-content; }
        @media screen and (max-width: 480px) {
          .underlayer_group .group_in .text_group .link_more {
            margin: 0 0 30px 10px; } }
        .underlayer_group .group_in .text_group .link_more.white {
          color: #FFF; }
          @media screen and (max-width: 480px) {
            .underlayer_group .group_in .text_group .link_more.white {
              text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.4), 0px 0px 5px rgba(0, 0, 0, 0.4), 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 7px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4); } }
        body:not(.mobile) .underlayer_group .group_in .text_group .link_more:hover:after {
          transform: skewX(45deg) translateX(10px); }
        .underlayer_group .group_in .text_group .link_more:after {
          content: "";
          margin: 0;
          padding: 0;
          border: none;
          border-bottom: solid 1px currentColor;
          border-right: solid 1px currentColor;
          position: absolute;
          top: 100%;
          right: -30px;
          height: 9px;
          width: 40vw;
          transform: skewX(45deg);
          transition: 0.3s all ease-in-out 0s; }
          @media screen and (max-width: 480px) {
            .underlayer_group .group_in .text_group .link_more:after {
              width: 100vw; } }
  .underlayer_group .loop_group {
    position: absolute;
    inset: 0;
    left: auto;
    right: 6.25%;
    width: 39.38%; }
    @media screen and (max-width: 480px) {
      .underlayer_group .loop_group {
        position: relative;
        inset: auto;
        width: 100%; } }
    .underlayer_group .loop_group .loop_bg {
      width: 48.26%;
      position: relative; }
      @media screen and (max-width: 480px) {
        .underlayer_group .loop_group .loop_bg {
          display: none; } }
      .underlayer_group .loop_group .loop_bg .loop_bg_img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-size: 100% auto;
        background-repeat: repeat-y; }
        @media screen and (max-width: 480px) {
          .underlayer_group .loop_group .loop_bg .loop_bg_img {
            display: none; } }
        .underlayer_group .loop_group .loop_bg .loop_bg_img.loop_l {
          background-image: url("../images/loop_l.png"); }
        .underlayer_group .loop_group .loop_bg .loop_bg_img.loop_r {
          background-image: url("../images/loop_r.png"); }
    .underlayer_group .loop_group .loop_slider {
      display: none; }
      @media screen and (max-width: 480px) {
        .underlayer_group .loop_group .loop_slider {
          display: block;
          margin-top: 30px; } }
      .underlayer_group .loop_group .loop_slider .swiper-wrapper {
        transition-timing-function: linear; }
        .underlayer_group .loop_group .loop_slider .swiper-wrapper .swiper-slide {
          width: 191px; }

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