<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Writen by SCSS */
sup {
  font-size: 0.5em; }

.section_cont {
  padding: 100px 0; }
  .section_cont.first_sec {
    padding-top: 80px; }

.sec_ttl_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px; }

.content_head {
  text-align: center;
  font-size: clamp(32px, 5.45vw, 72px);
  line-height: 1; }

.sec_ttl {
  font-size: clamp(20px, 2.344vw, 30px);
  text-align: center; }

.read {
  font-size: clamp(12px, 1.094vw, 14px); }

.bg_video {
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: -1; }
  .bg_video .video_wrap {
    position: relative; }
    .bg_video .video_wrap:before {
      content: "";
      display: block;
      padding-bottom: 100svh;
      pointer-events: none; }
    .bg_video .video_wrap video, .bg_video .video_wrap iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: auto;
      min-height: 100vh;
      min-width: 100vw; }
  .bg_video .circly {
    position: fixed;
    inset: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    clip-path: circle(1600px at 50% 50%);
    opacity: 0;
    transition: all 0.6s ease-in-out;
    filter: saturate(200%); }
    .bg_video .circly.active {
      opacity: 1;
      clip-path: circle(100% at 50% 50%); }

#inner_main {
  width: 100%;
  min-height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px; }
  @media screen and (max-width: 480px) {
    #inner_main {
      padding: 20px; } }
  #inner_main .main_txt_wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    #inner_main .main_txt_wrap .ttl_en,
    #inner_main .main_txt_wrap .content_head {
      text-align: center;
      margin: 0 auto 50px;
      display: block; }
      @media screen and (max-width: 480px) {
        #inner_main .main_txt_wrap .ttl_en,
        #inner_main .main_txt_wrap .content_head {
          width: auto;
          margin-bottom: 30px; } }
    #inner_main .main_txt_wrap .ttl_en {
      width: calc(700%/10);
      line-height: 0; }
  #inner_main .main_copy {
    text-align: center;
    position: relative;
    padding: 70px; }
    @media screen and (max-width: 900px) {
      #inner_main .main_copy {
        padding: calc(50%/9); } }
    @media screen and (max-width: 480px) {
      #inner_main .main_copy {
        padding: 6.82% 4.55%; } }
    #inner_main .main_copy::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      z-index: 1;
      pointer-events: none;
      width: 239px;
      height: 239px;
      border-top: 1px solid #000;
      border-left: 1px solid #000; }
      @media screen and (max-width: 768px) {
        #inner_main .main_copy::before {
          width: 180px;
          height: 180px; } }
      @media screen and (max-width: 480px) {
        #inner_main .main_copy::before {
          width: 80px;
          height: 80px; } }
    #inner_main .main_copy::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      z-index: 1;
      pointer-events: none;
      width: 239px;
      height: 239px;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000; }
      @media screen and (max-width: 768px) {
        #inner_main .main_copy::after {
          width: 180px;
          height: 180px; } }
      @media screen and (max-width: 480px) {
        #inner_main .main_copy::after {
          width: 150px;
          height: 150px; } }
    #inner_main .main_copy .m_read {
      font-size: clamp(20px, 2.81vw, 36px);
      line-height: 1.5;
      letter-spacing: 0.15em;
      margin-bottom: 0.5em;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 480px) {
        #inner_main .main_copy .m_read {
          letter-spacing: 0.15em;
          margin-bottom: 20px; } }
    #inner_main .main_copy .m_read_copy {
      font-size: clamp(14px, 1.4vw, 18px);
      line-height: 2.44;
      letter-spacing: 0.15em;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 480px) {
        #inner_main .main_copy .m_read_copy {
          letter-spacing: 0.03em;
          line-height: 1.8; } }

.content_main_image {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .content_main_image .cap_r {
    margin-right: 6.25%; }

.mask_image {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .mask_image img {
    display: block;
    line-height: 0;
    mask: url("../images/common/mask.svg") alpha center/cover no-repeat; }

.inner_1280 {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto; }

.en_ttl {
  position: relative;
  line-height: 0;
  padding-bottom: 18px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
  .en_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 60px;
    height: 2px;
    background: #000; }

.sec_txts .en_ttl {
  margin-bottom: 40px; }
.sec_txts .sec_read {
  font-size: clamp(18px, 2.5vw, 32px);
  letter-spacing: 0.22em;
  line-height: 1.5625;
  margin-bottom: 0.6em;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 480px) {
    .sec_txts .sec_read {
      margin-bottom: 1em;
      line-height: 1.5; } }
.sec_txts .sec_copy {
  font-size: clamp(14px, 1.25vw, 16px);
  letter-spacing: 0.22em;
  line-height: 2.375;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 480px) {
    .sec_txts .sec_copy {
      line-height: 1.8;
      letter-spacing: 0.15em; } }
  .sec_txts .sec_copy sup {
    font-size: 50%; }

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