<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Writen  by SCSS */
.kyuka {
  font-weight: 500;
  color: #333;
  text-align: center;
  max-width: 1200px;
  width: calc(100% - 40px);
  padding: 29px;
  margin: 60px auto 0;
  border: 1px solid #333;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7); }
  @media screen and (max-width: 600px) {
    .kyuka {
      margin-top: 40px;
      padding: 10px; } }
  .kyuka dt {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333; }
    @media screen and (max-width: 600px) {
      .kyuka dt {
        margin-bottom: 0.5em;
        padding-bottom: 0.6em;
        font-size: 4vw; } }
  .kyuka dd {
    font-size: 20px;
    line-height: 1.6; }
    @media screen and (max-width: 600px) {
      .kyuka dd {
        font-size: 3.33vw; } }

.lp_bnner_wrap {
  max-width: 960px;
  max-width: 1240px;
  margin: 0 auto; }
  .lp_bnner_wrap.modal {
    width: calc(100% - 40px); }
    @media screen and (max-width: 480px) {
      .lp_bnner_wrap.modal {
        width: 100%; } }
    .lp_bnner_wrap.modal .bnner_cap {
      color: #fff; }
      @media screen and (max-width: 480px) {
        .lp_bnner_wrap.modal .bnner_cap {
          font-size: 8px;
          font-size: 10px; } }
  .lp_bnner_wrap .lp_btn {
    display: flex;
    align-items: stretch;
    background: #fff100;
    padding: 10px;
    grid-gap: 10px; }
    @media screen and (max-width: 600px) {
      .lp_bnner_wrap .lp_btn {
        grid-gap: 5px;
        padding: 5px; } }
    .lp_bnner_wrap .lp_btn li {
      width: 50%; }
  .lp_bnner_wrap .bnner_cap {
    font-size: 10px;
    text-align: justify;
    padding: 3px 0; }

.bnner_cp_wrap {
  max-width: 690px;
  margin: 0 auto; }
  .bnner_cp_wrap.modal .bnner_cap {
    color: #fff; }
    @media screen and (max-width: 480px) {
      .bnner_cp_wrap.modal .bnner_cap {
        font-size: 8px;
        font-size: 10px; } }
  .bnner_cp_wrap .bnner_cap {
    font-size: 10px;
    text-align: justify;
    padding: 3px 0; }

.splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 60px;
  box-sizing: border-box;
  z-index: 999999999999; }
  @media screen and (max-width: 480px) {
    .splash {
      padding: 20px;
      padding: 10px; } }
  .splash .inn {
    position: relative; }

.sclose {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .sclose {
      position: absolute;
      cursor: pointer; } }

.red {
  color: #aa0318; }

.sec_main {
  overflow: hidden;
  position: relative;
  padding-top: 60%;
  background: url("../../image/main_image.jpg") center/cover no-repeat; }
  @media screen and (max-width: 480px) {
    .sec_main {
      padding-top: 118.36%;
      background: url("../../image/main_image.jpg") center/cover no-repeat; } }
  .sec_main .main_text {
    position: absolute;
    z-index: 3;
    width: 32.5%;
    top: 14.59%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    filter: brightness(200%);
    opacity: 0;
    transition: opacity 1.2s ease-in-out 0.8s,filter 2s ease-in-out 0.8s,transform 2s ease-in-out 0.8s;
    transform: translateY(20px); }
    .loaded .sec_main .main_text {
      filter: brightness(100%);
      opacity: 1;
      transform: translateY(0); }
    @media screen and (max-width: 480px) {
      .sec_main .main_text {
        top: 20px;
        width: 80%; } }
  .sec_main .main_flash {
    position: absolute;
    z-index: 2;
    width: 73.75%;
    top: 2.92%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    filter: brightness(200%);
    opacity: 0;
    transition: opacity 0.8s ease-in-out,filter 2s ease-in-out; }
    .loaded .sec_main .main_flash {
      filter: brightness(100%);
      opacity: 1; }
    @media screen and (max-width: 480px) {
      .sec_main .main_flash {
        width: 100%; } }
  .sec_main img {
    width: 100%; }

.fix_bg {
  position: relative;
  z-index: 1; }
  .fix_bg::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background: url("../../image/bg_fix.jpg") top center/cover no-repeat; }

.sec_info {
  padding-top: clamp(40px, 6.25%, 80px);
  padding-bottom: clamp(80px, 9.38%, 120px); }
  .sec_info .inner {
    max-width: 960px; }

.sec_content::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: clamp(60px, 7.82%, 100px);
  background: #231f1d; }
.sec_content .content_wrap {
  background: url("../../image/bg_content.jpg") center bottom/cover no-repeat;
  padding-bottom: clamp(80px, 9.38%, 120px);
  position: relative;
  z-index: 2;
  padding-top: clamp(90px, 11.72%, 150px); }
  .sec_content .content_wrap .content_inner {
    max-width: 1280px;
    width: calc(100% - 40px);
    margin: auto; }
    @media screen and (max-width: 750px) {
      .sec_content .content_wrap .content_inner {
        display: block; } }
  .sec_content .content_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: clamp(240px, 27.5%, 440px);
    background: #231f1d;
    z-index: -1; }
    @media screen and (max-width: 750px) {
      .sec_content .content_wrap::before {
        padding-top: 0;
        bottom: 65%; } }
  .sec_content .content_wrap::before {
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 1.2s ease-in-out; }
  .sec_content .content_wrap.p-view::before {
    transform: scaleX(1); }
  .sec_content .content_wrap:nth-child(even) .content_inner {
    flex-direction: row-reverse; }
  .sec_content .content_wrap:nth-child(even)::before {
    transform-origin: right; }
  .sec_content .content_wrap:nth-child(even).p-view::before {
    transform: scaleX(1); }

.sec_sub_content {
  padding-top: clamp(80px, 9.38%, 120px);
  padding-bottom: clamp(80px, 9.38%, 120px); }

.info_wrap {
  margin-bottom: clamp(30px, 4.69%, 60px); }
  .info_wrap .info_lead {
    font-size: clamp(18px, 2.7vw, 28px);
    line-height: 1.79;
    margin-bottom: 1.78em; }
  .info_wrap .info_main {
    font-size: clamp(26px, 5.09vw, 52px);
    color: #910000; }
    @media screen and (max-width: 480px) {
      .info_wrap .info_main {
        font-size: clamp(26px, 5.3vw, 54px); } }

.merit_outer {
  margin-top: clamp(40px, 6.25%, 80px);
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%); }
  @media screen and (max-width: 480px) {
    .merit_outer {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .merit_outer .merit_wrap {
    max-width: 800px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto; }
    .merit_outer .merit_wrap .merit_inner:not(:last-child) {
      margin-bottom: 3.75%; }
      @media screen and (max-width: 480px) {
        .merit_outer .merit_wrap .merit_inner:not(:last-child) {
          margin-bottom: 20px; } }
    .merit_outer .merit_wrap .merit_content_button {
      margin-top: 15px; }
      .merit_outer .merit_wrap .merit_content_button .link_gold {
        font-size: clamp(13px, 1.9vw, 17px);
        letter-spacing: 0.1em;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-wrap: wrap;
        padding: 1em 0.5em;
        transition: opacity 0.3s ease-in-out; }
        @media (hover: hover) {
          .merit_outer .merit_wrap .merit_content_button .link_gold:hover {
            opacity: 0.7; } }
        .merit_outer .merit_wrap .merit_content_button .link_gold .arrow_text {
          display: flex;
          align-items: baseline; }
          .merit_outer .merit_wrap .merit_content_button .link_gold .arrow_text::after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7.5px 0 7.5px 14px;
            border-color: transparent transparent transparent #fff;
            margin-left: 0.5em; }
  .merit_outer .merit_button_outer {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 0;
    margin-top: 50px; }
    @media screen and (max-width: 480px) {
      .merit_outer .merit_button_outer {
        margin-top: 20px;
        padding: 20px 0; } }
    .merit_outer .merit_button_outer .merit_button_wrap {
      max-width: 800px;
      width: calc(100% - 40px);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 480px) {
        .merit_outer .merit_button_outer .merit_button_wrap {
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      .merit_outer .merit_button_outer .merit_button_wrap .merit_button {
        width: 47.5%;
        font-size: clamp(13px, 1.9vw, 17px);
        line-height: 1; }
        @media screen and (max-width: 480px) {
          .merit_outer .merit_button_outer .merit_button_wrap .merit_button {
            width: 90%; }
            .merit_outer .merit_button_outer .merit_button_wrap .merit_button:first-child {
              margin-bottom: 15px; } }
        .merit_outer .merit_button_outer .merit_button_wrap .merit_button a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          padding: 1em 0.5em;
          border-radius: 22px; }
      .merit_outer .merit_button_outer .merit_button_wrap .merit_button_copy {
        width: 100%;
        text-align: center;
        line-height: 1.4;
        font-size: clamp(18px, 3.21vw, 28px);
        letter-spacing: 0.1em;
        margin-top: 0.71em;
        color: #fff; }
        @media screen and (max-width: 480px) {
          .merit_outer .merit_button_outer .merit_button_wrap .merit_button_copy {
            font-size: 20px; } }

.content_inner {
  align-items: flex-end; }
  .content_inner .content_image {
    max-width: 900px;
    width: 70.32%;
    overflow: hidden; }
    @media screen and (max-width: 750px) {
      .content_inner .content_image {
        width: 100%;
        margin-bottom: 50px; } }
    @media screen and (max-width: 480px) {
      .content_inner .content_image {
        margin-bottom: 40px; } }
    .content_inner .content_image img {
      display: block;
      transform: scale(1.1);
      opacity: 0;
      transition: opacity 1.2s ease-in-out 0.6s,transform 2s ease-in-out  0.6s; }
      .p-view .content_inner .content_image img {
        opacity: 1;
        transform: scale(1); }
  .content_inner .text_box {
    max-width: 300px;
    width: 23.44%; }
    @media screen and (max-width: 750px) {
      .content_inner .text_box {
        max-width: none;
        width: 100%;
        text-align: center; } }
    .content_inner .text_box .content_head {
      width: 100%;
      margin-bottom: 41.67%; }
      @media screen and (max-width: 750px) {
        .content_inner .text_box .content_head {
          margin-bottom: 40px; } }
      @media screen and (max-width: 480px) {
        .content_inner .text_box .content_head {
          width: 62.5%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 25px; } }
    .content_inner .text_box .content_lead {
      font-size: clamp(16px, 1.66vw, 22px);
      line-height: 1.82;
      letter-spacing: 0.2em;
      font-weight: 700;
      color: #333;
      text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.7), 0px 0px 1px rgba(255, 255, 255, 0.7), 0px 0px 2px rgba(255, 255, 255, 0.7), 0px 0px 3px rgba(255, 255, 255, 0.7), 0px 0px 4px rgba(255, 255, 255, 0.7), 0px 0px 5px rgba(255, 255, 255, 0.7), 0px 0px 6px rgba(255, 255, 255, 0.7), 0px 0px 7px rgba(255, 255, 255, 0.7);
      margin-bottom: 23.34%; }
      @media screen and (max-width: 750px) {
        .content_inner .text_box .content_lead {
          font-size: 20px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 480px) {
        .content_inner .text_box .content_lead {
          margin-bottom: 20px; } }
    .content_inner .text_box .more {
      font-size: clamp(13px, 1.21vw, 16px);
      display: flex;
      align-items: center;
      color: #333;
      font-weight: 700;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 750px) {
        .content_inner .text_box .more {
          font-size: 16px;
          justify-content: center; } }
      .content_inner .text_box .more .text {
        flex-shrink: 0;
        margin-right: 0.5em;
        text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.7), 0px 0px 1px rgba(255, 255, 255, 0.7), 0px 0px 2px rgba(255, 255, 255, 0.7), 0px 0px 3px rgba(255, 255, 255, 0.7), 0px 0px 4px rgba(255, 255, 255, 0.7), 0px 0px 5px rgba(255, 255, 255, 0.7), 0px 0px 6px rgba(255, 255, 255, 0.7), 0px 0px 7px rgba(255, 255, 255, 0.7); }
      .content_inner .text_box .more::after {
        content: "";
        margin: 0;
        padding: 0;
        border: none;
        border-bottom: solid 1px #000;
        border-right: solid 1px #000;
        height: 0.5em;
        width: 3em;
        transform: skewX(45deg);
        transition: transform 0.3s ease-in-out; }
  @media (hover: hover) {
    .content_inner:hover .more::after {
      transform: translateX(6px) skewX(45deg); } }

.voice_wrap {
  position: relative;
  padding-top: 37.5%;
  background: url("../../image/img_voice.jpg") center/cover no-repeat;
  margin-bottom: clamp(40px, 6.25%, 80px); }
  @media screen and (max-width: 480px) {
    .voice_wrap {
      padding-top: 50%; } }
  .voice_wrap .voice_text_box {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .voice_wrap .voice_text_box .voice_text {
      font-size: clamp(20px, 2.5vw, 34px);
      letter-spacing: 0.1em;
      line-height: 1;
      color: #fff;
      text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7), 0px 0px 1px rgba(0, 0, 0, 0.7), 0px 0px 2px rgba(0, 0, 0, 0.7), 0px 0px 3px rgba(0, 0, 0, 0.7), 0px 0px 4px rgba(0, 0, 0, 0.7), 0px 0px 5px rgba(0, 0, 0, 0.7), 0px 0px 6px rgba(0, 0, 0, 0.7), 0px 0px 7px rgba(0, 0, 0, 0.7);
      margin-bottom: clamp(25px, 3.13%, 40px); }
    .voice_wrap .voice_text_box .voice_button {
      font-size: clamp(12px, 1.2vw, 15px);
      max-width: 260px;
      width: 100%; }
      @media screen and (max-width: 480px) {
        .voice_wrap .voice_text_box .voice_button {
          width: 70%;
          margin-left: auto;
          margin-right: auto; } }
      .voice_wrap .voice_text_box .voice_button a {
        color: #fff;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.8em 0.5em;
        background: linear-gradient(90deg, #1a5f87 0%, #2680a5 50%, #1a5f87 100%);
        border-radius: 20px;
        transition: opacity 0.3s ease-in-out;
        box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.4), 0px 0px 1px rgba(255, 255, 255, 0.4), 0px 0px 2px rgba(255, 255, 255, 0.4), 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 0px 4px rgba(255, 255, 255, 0.4), 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 6px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 8px rgba(255, 255, 255, 0.4), 0px 0px 9px rgba(255, 255, 255, 0.4), 0px 0px 10px rgba(255, 255, 255, 0.4); }
        @media (hover: hover) {
          .voice_wrap .voice_text_box .voice_button a:hover {
            opacity: 0.7; } }

.completion_outer {
  position: relative; }

.completion_wrap {
  position: relative;
  background: url("../../image/img_merit.jpg") center/cover no-repeat;
  padding-top: 36.72%; }
  @media screen and (max-width: 750px) {
    .completion_wrap {
      padding-top: 84.55%;
      background: url("../../image/img_merit_sp.jpg") center/cover no-repeat; } }
  .completion_wrap .completion_text {
    position: absolute;
    max-width: 760px;
    width: 59.38%;
    left: 0;
    top: 7.45%; }
    @media screen and (max-width: 750px) {
      .completion_wrap .completion_text {
        max-width: 740px;
        width: 89.38%;
        top: 5%; } }

.completion_button_wrap {
  position: absolute;
  left: 3.91%;
  bottom: 5.32%;
  width: 42.19%; }
  @media screen and (max-width: 960px) {
    .completion_button_wrap {
      left: 1.57%;
      width: 50%; } }
  @media screen and (max-width: 750px) {
    .completion_button_wrap {
      width: 40%;
      display: block; } }
  @media screen and (max-width: 480px) {
    .completion_button_wrap {
      position: static;
      max-width: 260px;
      width: 70%;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; } }
  .completion_button_wrap .completion_button {
    width: 48.15%; }
    @media screen and (max-width: 750px) {
      .completion_button_wrap .completion_button {
        width: 100%; }
        .completion_button_wrap .completion_button:first-child {
          margin-bottom: 15px; } }
    .completion_button_wrap .completion_button a {
      font-size: clamp(11px, 1.06vw, 15px);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.66em 0.5em;
      border-radius: 20px;
      transition: opacity 0.3s ease-in-out; }
      @media screen and (max-width: 480px) {
        .completion_button_wrap .completion_button a {
          font-size: 13px; } }
      @media (hover: hover) {
        .completion_button_wrap .completion_button a:hover {
          opacity: 0.7; } }
      .completion_button_wrap .completion_button a::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.5em 0 0.5em 0.93em;
        border-color: transparent transparent transparent #fff;
        margin-left: 0.5em; }

.bnner_float {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 15px 0; }
  @media screen and (max-width: 1200px) {
    .bnner_float {
      width: 180px; } }
  @media screen and (max-width: 768px) {
    .bnner_float {
      width: 150px;
      top: auto;
      bottom: 70px;
      flex-direction: row;
      gap: 15px; } }
  @media screen and (max-width: 480px) {
    .bnner_float {
      width: 120px; } }
  .bnner_float .close_btn {
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 15px;
    height: 15px;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3; }
    @media screen and (max-width: 768px) {
      .bnner_float .close_btn {
        top: 0;
        left: 0; } }

/*# sourceMappingURL=index.css.map */
</pre></body></html>