<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://use.fontawesome.com/releases/v5.15.4/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&amp;family=Poppins:wght@400;500;600;700&amp;display=swap");
:root {
 --ff_main: "Noto Sans JP", sans-serif;
 --ff_pop: "Poppins", sans-serif;
 --c_light: #ffffff;
 --c_dark: #000000;
 --c_txt: #000000;
 --c_bl: #000084;
 --c_main_gr: #105b32;
 --c_gy: #d9d9d9;
 --c_rd1: #e50038;
 --c_rd2: #b8002e;
 --c_yw1: #f6ab00;
 --c_yw2: #d99800;
 --c_bl1: #0068b7;
 --c_bl2: #004d87;
 --c_gr1: #009944;
 --c_gr2: #007d38;
 --fz_xs: 12px;
 --fz_sm: 14px;
 --fz_md: 16px;
 --fz_lg: 18px;
 --fz_xl: 20px;
 --lh_xs: 1.25;
 --lh_sm: 1.5;
 --lh_md: 1.75;
 --lh_lg: 2;
 --fw_r: 400;
 --fw_b: 900;
}
@media screen and (max-width: 1024px) {
 :root {
  --fz_xs: 10px;
  --fz_sm: 12px;
  --fz_md: 14px;
  --fz_lg: 16px;
  --fz_xl: 18px;
  --lh_xs: 1.2;
  --lh_sm: 1.4;
  --lh_md: 1.6;
  --lh_lg: 1.8;
 }
}

*,::before,::after {
 border-width: 0;
 border-style: solid;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
}

html {
 line-height: 1.15;

 -webkit-text-size-adjust: 100%;
 -webkit-tap-highlight-color: transparent;
}

body {
 margin: 0;
}

img {
 max-width: 100%;
}

main {
 display: block;
}

p,table,blockquote,address,pre,iframe,form,figure,dl {
 margin: 0;
}

h1,h2,h3,h4,h5,h6 {
 margin: 0;
 font-weight: inherit;
 font-size: inherit;
}

ul,ol {
 margin: 0;
 padding: 0;
 list-style: none;
}

dt {
 font-weight: 700;
}

dd {
 margin-left: 0;
}

hr {
 clear: both;
 height: 0;
 overflow: visible;
 margin: 0;
 border-top-width: 1px;
 color: inherit;
 -webkit-box-sizing: content-box;
         box-sizing: content-box;
}

pre {
 font-family: monospace, monospace;
 font-size: inherit;
}

address {
 font-style: inherit;
}

a {
 color: inherit;
 background-color: transparent;
 text-decoration: none;
}

abbr[title] {
 -webkit-text-decoration: underline dotted;
         text-decoration: underline dotted;
}

b,strong {
 font-weight: bolder;
}

code,kbd,samp {
 font-family: monospace, monospace;
 font-size: inherit;
}

small {
 font-size: 80%;
}

sub,sup {
 position: relative;
 line-height: 0;
 vertical-align: baseline;
 font-size: 75%;
}

sub {
 bottom: -0.25em;
}

sup {
 top: -0.5em;
}

svg,img,embed,object,iframe {
 vertical-align: bottom;
}

button,input,optgroup,select,textarea {
 vertical-align: middle;
 margin: 0;
 padding: 0;
 border-radius: 0;
 color: inherit;
 background: transparent;
 font: inherit;
 text-align: inherit;
 text-transform: inherit;
}

button,[type=button],[type=reset],[type=submit] {
 cursor: pointer;
}

button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled {
 cursor: default;
}

:-moz-focusring {
 outline: auto;
}

select:disabled {
 opacity: inherit;
}

option {
 padding: 0;
}

fieldset {
 min-width: 0;
 margin: 0;
 padding: 0;
}

legend {
 padding: 0;
}

progress {
 vertical-align: baseline;
}

textarea {
 overflow: auto;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
 height: auto;
}

[type=search] {
 outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-file-upload-button {
 font: inherit;

 -webkit-appearance: button;
}

[type=number] {
 -moz-appearance: textfield;
 -webkit-appearance: textfield;
         appearance: textfield;
}

label[for] {
 cursor: pointer;
}

details {
 display: block;
}

summary {
 display: list-item;
}

[contenteditable]:focus {
 outline: auto;
}

table {
 border-color: inherit;
 border-collapse: collapse;
}

caption {
 text-align: left;
}

td,th {
 vertical-align: top;
 padding: 0;
}

th {
 font-weight: 700;
 text-align: left;
}

.pc {
 display: block;
}
@media screen and (max-width: 768px) {
 .pc {
  display: none;
 }
}

.sp {
 display: none;
}
@media screen and (max-width: 960px) {
 .sp {
  display: block;
 }
}

html {
 width: 100%;
 height: 100%;
 color: var(--color_txt);
 font-family: var(--ff_main);
 font-weight: 400;
 -webkit-font-feature-settings: "palt";
         font-feature-settings: "palt";
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 scroll-behavior: auto;

 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -webkit-tap-highlight-color: transparent;
 -webkit-text-size-adjust: 100%;
 scroll-padding-top: 90px;
}
@media screen and (max-width: 768px) {
 html {
  scroll-padding-top: 70px;
 }
}

body.is_spOverflow {
 height: 100%;
 overflow: hidden;
}
section {
 position: relative;
}
section.kv_area {
 overflow: clip;
 -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
 background: #000000;
}
section.kv_area .common_arrow {
 position: fixed;
 bottom: 25px;
 left: 0;
 z-index: 300;
 width: 100%;
 visibility: hidden;
 opacity: 0;
 text-align: center;
 -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
 cursor: pointer;
}
@media screen and (max-width: 960px) {
 section.kv_area .common_arrow img {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform: center bottom;
          transform: center bottom;
 }
}
section.kv_area .kv_img {
 position: sticky;
 top: 0;
 width: 100%;
 height: 100vh;
}
section.kv_area .kv_img img {
 width: 100%;
 height: 100vh;
 -o-object-fit: cover;
    object-fit: cover;
 -webkit-transform-origin: center center;
         transform-origin: center center;
}
section.kv_area .kv_slide {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: sticky;
 top: 0;
 width: 100%;
 height: 100vh !important;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin-top: -100vh;
}
section.kv_area .kv_slide span {
 display: block;
 width: 100%;
 min-width: 1695px;
 -webkit-transform: translateX(100%);
         transform: translateX(100%);
}
@media screen and (max-width: 960px) {
 section.kv_area .kv_slide span {
  width: 800px;
  min-width: 800px;
 }
}
section.kv_area .kv_slide span img {
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
section.kv_area .kv_logo {
 position: sticky;
 top: 0;
 z-index: 2;
 width: 100%;
 height: 100vh;
 margin-top: -100vh;
 pointer-events: none;
}
section.kv_area .kv_logo img {
 position: absolute;
 right: 20px;
 bottom: 20px;
}
@media screen and (max-width: 960px) {
 section.kv_area .kv_logo img {
  right: 10px;
  width: 150px;
 }
}
section.kv_area .kv_ttl {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: sticky;
 top: 0;
 width: 100%;
 height: 100vh;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin-top: -100vh;
 opacity: 1;
}
section.kv_area .kv_ttl h1 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 line-height: 1;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 color: #ffffff;
 font-weight: bold;
 font-size: 60px;
 text-align: center;
 letter-spacing: 0.08em;
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
 section.kv_area .kv_ttl h1 {
  font-size: 35px;
 }
}
section.kv_area .kv_ttl h1 span {
 display: block;
 position: absolute;
 bottom: -80px;
 left: 0;
 width: 100%;
 margin-top: 20px;
 font-size: 0;
 text-align: center;
}
section.kv_area .kv_lead {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: sticky;
 top: 0;
 width: 100%;
 height: 100vh;
 visibility: hidden;
 margin-top: -100vh;
 padding-top: 50vh;
 opacity: 0;
}
section.kv_area .kv_lead &gt;.inner {
 position: relative;
 max-width: 750px;
 margin: 0 auto;
 color: #ffffff;
}
@media screen and (max-width: 960px) {
 section.kv_area .kv_lead &gt;.inner {
  padding: 0 5%;
 }
}
section.kv_area .kv_lead &gt;.inner h2 {
 position: absolute;
 top: -100px;
 left: 0;
 width: 100%;
 font-weight: bold;
 font-size: 36px;
 text-align: center;
 text-align: center;
}
@media screen and (max-width: 960px) {
 section.kv_area .kv_lead &gt;.inner h2 {
  margin-bottom: 30px;
  font-size: 26px;
 }
}
section.kv_area .kv_lead &gt;.inner p.txt {
 line-height: 2;
 font-weight: bold;
 font-size: 18px;
}
@media screen and (max-width: 960px) {
 section.kv_area .kv_lead &gt;.inner p.txt {
  font-size: 16px;
 }
}
section.kv_area .kv_lead &gt;.inner p.txt span {
 font-size: 12px;
}
@media screen and (max-width: 960px) {
 section.kv_area .kv_lead &gt;.inner p.txt span {
  font-size: 10px;
 }
}
section.kv_area .kv_sc .sc {
 height: 50vh;
}
section.img_fixed {
 -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
 -webkit-transition: background 0.5s;
 transition: background 0.5s;
}
section.img_fixed:after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 width: 100%;
 height: 100%;
 background: #808080;
 opacity: 0;
 -webkit-transition: opacity 0.5s;
 transition: opacity 0.5s;
}
@media screen and (max-width: 960px) {
 section.img_fixed:after {
  display: none;
 }
}
@media screen and (min-width: 960px) {
 section.img_fixed.dark:after {
  opacity: 1;
 }
 section.img_fixed.dark * {
  color: #ffffff !important;
 }
}
section.img_fixed &gt;.inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: sticky;
 top: 0;
 width: 100%;
 max-width: 1310px;
 overflow: clip;
 margin: 0 auto;
}
@media screen and (max-width: 960px) {
 section.img_fixed &gt;.inner {
  display: block;
 }
}
section.img_fixed &gt;.inner .img_area {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: fixed;
 top: 0;
 left: 0;
 width: 50%;
 height: 100vh;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 960px) {
 section.img_fixed &gt;.inner .img_area {
  display: none;
  position: relative;
  width: 100%;
 }
}
section.img_fixed &gt;.inner .img_area .anime {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 width: 100%;
 height: 100%;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 opacity: 0;
 -webkit-transition: opacity 0.3s;
 transition: opacity 0.3s;
}
@media screen and (max-width: 960px) {
 section.img_fixed &gt;.inner .img_area .anime {
  display: none;
 }
}
section.img_fixed &gt;.inner .img_area .anime span.bgw {
 background: #ffffff;
}
section.img_fixed &gt;.inner .img_area .anime img {
 mix-blend-mode: multiply;
}
section.img_fixed &gt;.inner .img_area .anime.act {
 opacity: 1;
}
section.img_fixed &gt;.inner .img_area .anime svg {
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
    object-fit: cover;
}
section.img_fixed &gt;.inner .txt_area {
 position: relative;
 width: 50%;
 margin-left: auto;
}
@media screen and (max-width: 960px) {
 section.img_fixed &gt;.inner .txt_area {
  width: 100%;
 }
}
section.img_fixed &gt;.inner .txt_area .txt_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 100svh;
 padding-top: 30svh;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
section.img_fixed &gt;.inner .txt_area .txt_box:last-child {
 height: 130svh;
}
section.img_fixed &gt;.inner .txt_area .txt_box.act,section.img_fixed &gt;.inner .txt_area .txt_box.show {
 left: 0;
 opacity: 1;
}
@media screen and (max-width: 960px) {
 section.img_fixed &gt;.inner .txt_area .txt_box {
  height: auto !important;
  padding: 50px 5%;
 }
 section.img_fixed &gt;.inner .txt_area .txt_box.sp_dark {
  color: #ffffff;
  background: #808080;
 }
}
section.img_fixed &gt;.inner .txt_area .txt_box .txt_wrap {
 width: 100%;
 max-width: 520px;
 padding-left: 20px;
}
@media screen and (max-width: 960px) {
 section.img_fixed &gt;.inner .txt_area .txt_box .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
 }
}
section.img_fixed &gt;.inner .txt_area .txt_box h2 {
 line-height: 1.3333333333;
 margin-bottom: 90px;
 font-size: 36px;
}
@media screen and (max-width: 960px) {
 section.img_fixed &gt;.inner .txt_area .txt_box h2 {
  margin-bottom: auto;
  font-size: 26px;
 }
}
section.img_fixed &gt;.inner .txt_area .txt_box h2 span {
 display: inline-block;
}
section.img_fixed &gt;.inner .txt_area .txt_box img,section.img_fixed &gt;.inner .txt_area .txt_box picture {
 display: none;
}
section.img_fixed &gt;.inner .txt_area .txt_box img.bgw,section.img_fixed &gt;.inner .txt_area .txt_box picture.bgw {
 background: #ffffff;
}
@media screen and (max-width: 960px) {
 section.img_fixed &gt;.inner .txt_area .txt_box img,section.img_fixed &gt;.inner .txt_area .txt_box picture {
  display: block;
  width: 100%;
 }
}
@media screen and (max-width: 960px) {
 section.img_fixed &gt;.inner .txt_area .txt_box picture {
  margin: 10px 0;
 }
}
section.img_fixed &gt;.inner .txt_area .txt_box .txt_img {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
}
section.img_fixed &gt;.inner .txt_area .txt_box .txt_img p.txt {
 width: 60%;
 padding-top: 20px;
}
section.img_fixed &gt;.inner .txt_area .txt_box .txt_img img {
 width: 36%;
 height: auto;
 -o-object-fit: contain;
    object-fit: contain;
}
section.img_fixed &gt;.inner .txt_area .txt_box p.txt {
 line-height: 2;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 section.img_fixed &gt;.inner .txt_area .txt_box p.txt {
  font-size: 14px;
 }
}
section.img_fixed &gt;.inner .txt_area .txt_box p.txt span {
 display: inline-block;
 font-size: 12px;
}
@media screen and (max-width: 960px) {
 section.img_fixed &gt;.inner .txt_area .txt_box p.txt span {
  font-size: 10px;
 }
}
section.img_fixed .fixed_sc_area {
 margin-top: -100vh;
}
section.img_fixed .fixed_sc_area .fixed_sc {
 width: 100%;
 height: 100vh;
}
section.img_fixed .fixed_sc_area .fixed_sc:last-child {
 height: 100vh;
}
section.story_area {
 z-index: 2;
 overflow: clip;
 -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
         clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
 padding-bottom: 120px;
 background: #ffffff;
}
section.story_area .story_kv {
 position: relative;
 z-index: 3;
 overflow: clip;
 -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
         clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
section.story_area .story_kv .main_img {
 position: sticky;
 top: 0;
 height: 100vh;
}
section.story_area .story_kv .main_img.slideup img {
 width: 100%;
 height: 130svh;
}
section.story_area .story_kv .main_img img {
 width: 106%;
 max-width: none;
 height: 100%;
 -o-object-fit: cover;
    object-fit: cover;
}
section.story_area .story_kv .story_slide {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
 width: 100%;
 min-width: 1695px;
 height: 100svh;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-transform: translateX(100%);
         transform: translateX(100%);
}
@media screen and (max-width: 960px) {
 section.story_area .story_kv .story_slide {
  min-width: 800px;
 }
}
section.story_area .story_kv .story_slide img {
 -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
}
section.story_area .story_kv .story_ttl {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: sticky;
 top: 0;
 width: 100%;
 height: 100svh;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin-top: -100vh;
 color: #ffffff;
 text-align: center;
}
section.story_area .story_kv .story_ttl h2 {
 margin-bottom: 10px;
 font-family: var(--ff_pop);
 font-weight: 600;
 font-size: 60px;
 text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 960px) {
 section.story_area .story_kv .story_ttl h2 {
  font-size: 40px;
 }
}
section.story_area .story_kv .story_ttl p.lead {
 line-height: 1.5;
 font-weight: bold;
 font-size: 24px;
 letter-spacing: 0.05em;
 text-shadow: 0px 0px 10px #000000;
}
@media screen and (max-width: 960px) {
 section.story_area .story_kv .story_ttl p.lead {
  font-size: 18px;
 }
}
section.story_area .story_kv .txt_sc .sc {
 width: 100%;
 height: 50svh;
}
section.story_area .sc_bar {
 position: fixed;
 top: 0;
 z-index: -1;
 width: 100%;
 height: 100vh;
 visibility: hidden;
 opacity: 0;
 pointer-events: none;
}
section.story_area .sc_bar.act {
 visibility: visible;
 opacity: 1;
}
section.story_area .sc_bar .line {
 position: relative;
 width: 4px;
 height: 100%;
 margin: 0 auto;
 background: #7dc8fa;
}
@media screen and (max-width: 960px) {
 section.story_area .sc_bar .line {
  margin: 0 auto 0 4%;
 }
}
section.story_area .sc_bar .line .line_comp {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 0;
 background: #666666;
}
section.story_area .sc_bar .line .dot {
 position: absolute;
 top: 0;
 left: 50%;
 width: 30px;
 border-radius: 50px;
 background: #7dc8fa;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);

 aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
 section.story_area .sc_bar .line .dot {
  width: 20px;
 }
}
section.story_area .years {
 position: sticky;
 top: 0;
 margin-top: -100vh;
 text-align: center;
 -webkit-transform: translate(0, -50%);
         transform: translate(0, -50%);
 pointer-events: none;
}
@media screen and (max-width: 960px) {
 section.story_area .years {
  text-align: left;
 }
}
section.story_area .years img {
 height: 45px;
 -webkit-transform: translate(calc(50% + 40px), 0);
         transform: translate(calc(50% + 40px), 0);
}
@media screen and (max-width: 960px) {
 section.story_area .years img {
  height: 34px;
  -webkit-transform: translate(40px, 0);
          transform: translate(40px, 0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
 }
}
section.story_area .story_scroll {
 width: 100%;
 margin-top: 80vh;
}
@media screen and (max-width: 960px) {
 section.story_area .story_scroll {
  margin-top: 100vh;
 }
}
section.story_area .story_scroll .y_contents {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 100svh;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 960px) {
 section.story_area .story_scroll .y_contents {
  display: block;
  height: auto;
  padding: 80px 5% 80px 40px;
 }
 section.story_area .story_scroll .y_contents:last-child {
  padding-bottom: 100px;
 }
}
section.story_area .story_scroll .y_contents &gt;.inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 max-width: 1080px;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 960px) {
 section.story_area .story_scroll .y_contents &gt;.inner {
  display: block;
 }
}
section.story_area .story_scroll .y_contents &gt;.inner.aife {
 -webkit-box-align: end;
     -ms-flex-align: end;
         align-items: flex-end;
}
section.story_area .story_scroll .y_contents &gt;.inner .y_left {
 position: relative;
 z-index: 30;
 width: 50%;
 padding-right: 35px;
}
@media screen and (max-width: 960px) {
 section.story_area .story_scroll .y_contents &gt;.inner .y_left {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
 }
}
section.story_area .story_scroll .y_contents &gt;.inner .y_left h3 {
 line-height: 1.5;
 margin-bottom: 20px;
 font-weight: bold;
 font-size: 32px;
}
@media screen and (max-width: 960px) {
 section.story_area .story_scroll .y_contents &gt;.inner .y_left h3 {
  margin-bottom: 10px;
  font-size: 22px;
 }
}
section.story_area .story_scroll .y_contents &gt;.inner .y_left p.txt {
 line-height: 2;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 section.story_area .story_scroll .y_contents &gt;.inner .y_left p.txt {
  font-size: 14px;
 }
}
section.story_area .story_scroll .y_contents &gt;.inner .y_left p.txt span {
 font-size: 12px;
}
section.story_area .story_scroll .y_contents &gt;.inner .y_right {
 position: relative;
 width: 50%;
 text-align: center;
}
section.story_area .story_scroll .y_contents &gt;.inner .y_right.pos {
 z-index: -1;
}
@media screen and (max-width: 960px) {
 section.story_area .story_scroll .y_contents &gt;.inner .y_right {
  width: 100%;
 }
}
section.story_area .story_scroll .y_contents &gt;.inner .y_right p.txt {
 line-height: 2;
 padding-left: 35px;
 font-size: 16px;
 text-align: left;
}
@media screen and (max-width: 960px) {
 section.story_area .story_scroll .y_contents &gt;.inner .y_right p.txt {
  padding: 0;
  font-size: 14px;
 }
}
section.story_area .story_scroll .y_contents &gt;.inner .y_right .img.now {
 padding-left: 40px;
 text-align: left;
}
@media screen and (max-width: 960px) {
 section.story_area .story_scroll .y_contents &gt;.inner .y_right .img.now {
  padding-left: 0;
 }
}
section.story_area .search {
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 4;
 width: 100%;
 background: #ffffff;
}
@media screen and (max-width: 960px) {
 section.story_area .search {
  padding: 0 3%;
 }
}
section.story_area .search a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 max-width: 1080px;
 height: 120px;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin: 0 auto;
 background: #7dc8fa;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
@media screen and (max-width: 960px) {
 section.story_area .search a {
  height: 70px;
 }
}
@media (hover) {
 section.story_area .search a:hover {
  opacity: 0.7;
 }
}
section.story_area .search span {
 position: relative;
 color: #ffffff;
 font-size: 24px;
}
@media screen and (max-width: 960px) {
 section.story_area .search span {
  font-size: 16px;
 }
}
section.story_area .search span img {
 position: absolute;
 top: 50%;
 right: -60px;
 -webkit-transform: translate(0, -50%);
         transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
 section.story_area .search span img {
  right: -35px;
  width: 30px;
 }
}
section.about_area {
 background: #f2f2f2;
}
section.about_area .common_about_kv {
 position: relative;
 overflow: clip;
}
section.about_area .common_about_kv .about_main {
 position: sticky;
 top: 0;
 width: 100%;
 height: 100vh;
 background: #000000;
 pointer-events: none;
}
section.about_area .common_about_kv .about_main img {
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
    object-fit: cover;
}
section.about_area .common_about_kv .about_ttl {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: sticky;
 top: 0;
 width: 100%;
 height: 100vh;
 visibility: hidden;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin-top: -100vh;
 color: #ffffff;
 opacity: 0;
 text-align: center;
}
section.about_area .common_about_kv .about_ttl h2 {
 margin-bottom: 10px;
 font-family: var(--ff_pop);
 font-weight: 600;
 font-size: 60px;
 text-align: center;
}
@media screen and (max-width: 960px) {
 section.about_area .common_about_kv .about_ttl h2 {
  font-size: 30px;
 }
}
section.about_area .common_about_kv .about_ttl p.txt {
 line-height: 1.5;
 font-weight: bold;
 font-size: 24px;
}
@media screen and (max-width: 960px) {
 section.about_area .common_about_kv .about_ttl p.txt {
  font-size: 18px;
 }
}
section.about_area .common_about_kv .about_lead {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: sticky;
 top: 0;
 width: 100%;
 height: 100vh;
 visibility: hidden;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin-top: -100vh;
 color: #ffffff;
 opacity: 0;
}
@media screen and (max-width: 960px) {
 section.about_area .common_about_kv .about_lead {
  padding: 0 5%;
 }
}
section.about_area .common_about_kv .about_lead &gt;.inner {
 width: 100%;
 max-width: 755px;
}
section.about_area .common_about_kv .about_lead &gt;.inner h3 {
 line-height: 1.3333333333;
 margin-bottom: 20px;
 font-weight: bold;
 font-size: 36px;
 text-align: center;
}
@media screen and (max-width: 960px) {
 section.about_area .common_about_kv .about_lead &gt;.inner h3 {
  font-size: 26px;
 }
}
section.about_area .common_about_kv .about_lead &gt;.inner p.txt {
 line-height: 2;
 margin-bottom: 70px;
 font-size: 16px;
}
@media screen and (max-width: 960px) {
 section.about_area .common_about_kv .about_lead &gt;.inner p.txt {
  margin-bottom: 35px;
  font-size: 14px;
 }
}
section.about_area .common_about_kv .about_img {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: sticky;
 top: 0;
 width: 100%;
 height: 100vh;
 visibility: hidden;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin-top: -100vh;
 opacity: 0;
}
section.about_area .common_about_kv .about_img &gt;.inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 960px) {
 section.about_area .common_about_kv .about_img &gt;.inner {
  padding: 0 5%;
 }
}
section.about_area .common_about_kv .sc_area .sc {
 height: 50vh;
}
section.note {
 z-index: 3;
}

header {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 10000;
 width: 100%;
 height: 80px;
}
@media screen and (max-width: 960px) {
 header {
  height: 60px;
 }
}
header:after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.4);
}
header &gt;.inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 100%;
 -webkit-box-pack: end;
     -ms-flex-pack: end;
         justify-content: flex-end;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin: 0 auto;
 padding: 0 5%;
}
@media screen and (max-width: 960px) {
 header &gt;.inner {
  padding: 0 5%;
 }
}
header &gt;.inner .hd_menu {
 position: relative;
 z-index: 3;
 cursor: pointer;
}
header &gt;.inner .hd_menu img {
 width: 40px;
}
@media screen and (max-width: 960px) {
 header &gt;.inner .hd_menu img {
  width: 32px;
 }
}
header &gt;.inner .logo_tec {
 position: relative;
 z-index: 3;
 margin-right: auto;
}
@media screen and (max-width: 960px) {
 header &gt;.inner .logo_tec {
  width: 128px;
 }
}
header &gt;.inner .logo_tec img {
 width: 160px;
}
header &gt;.inner .logo_c {
 position: relative;
 z-index: 3;
 margin-left: 20px;
}
@media screen and (max-width: 960px) {
 header &gt;.inner .logo_c {
  width: 72px;
  margin-left: 10px;
 }
}
header &gt;.inner .logo_c img {
 width: 90px;
}
header .hd_contents {
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100dvh;
 background: #ffffff;
}
header .hd_contents &gt;.inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 100%;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
header .hd_contents &gt;.inner .hd_link_logo {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 80px;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 960px) {
 header .hd_contents &gt;.inner .hd_link_logo {
  height: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 5%;
 }
 header .hd_contents &gt;.inner .hd_link_logo img {
  width: 150px;
 }
}
header .hd_contents &gt;.inner .hd_link_list {
 width: 100%;
 height: calc(100% - 80px);
 overflow: auto;
 padding: 40px 0;

 overscroll-behavior-y: contain;
}
@media screen and (max-width: 960px) {
 header .hd_contents &gt;.inner .hd_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100svh - 60px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 }
}
header .hd_contents &gt;.inner .hd_link_list ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 max-width: 1080px;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 30px 0;
 margin: 0 auto;
}
@media screen and (max-width: 960px) {
 header .hd_contents &gt;.inner .hd_link_list ul {
  height: 100%;
  gap: 15px 0;
 }
}
header .hd_contents &gt;.inner .hd_link_list ul li {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 33.3333333333%;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 text-align: center;
}
@media screen and (max-width: 960px) {
 header .hd_contents &gt;.inner .hd_link_list ul li {
  height: calc((100svh - 170px) / 3);
 }
}
header .hd_contents &gt;.inner .hd_link_list ul li a {
 display: block;
 width: 100%;
 height: 100%;
 text-align: center;
}
@media (hover) {
 header .hd_contents &gt;.inner .hd_link_list ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
 }
}
header .hd_contents &gt;.inner .hd_link_list ul li a img {
 width: auto;
 min-width: 0;
 height: 100%;
 min-height: 0;
 -webkit-transform: scale(1);
         transform: scale(1);
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}

footer {
 position: relative;
 z-index: 10;
 width: 100%;
 border-top: 1px solid #686868;
 background: #333333;
}
footer &gt;.inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 max-width: 1080px;
 height: 120px;
 margin: 0 auto;
}
@media screen and (max-width: 960px) {
 footer &gt;.inner {
  display: block;
  height: auto;
 }
}
footer &gt;.inner .logo_area {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 50%;
 height: 100%;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 border-right: 1px solid #686868;
 border-left: 1px solid #686868;
}
@media screen and (max-width: 960px) {
 footer &gt;.inner .logo_area {
  display: block;
  width: 100%;
  border: none;
 }
}
footer &gt;.inner .logo_area .citizen {
 width: 165px;
 height: 100%;
}
@media screen and (max-width: 960px) {
 footer &gt;.inner .logo_area .citizen {
  display: none;
  width: 100%;
 }
}
footer &gt;.inner .logo_area .citizen a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 100%;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 960px) {
 footer &gt;.inner .logo_area .citizen a {
  padding: 20px 0;
 }
}
footer &gt;.inner .logo_area .citizen a img {
 width: 130px;
}
footer &gt;.inner .logo_area .tech {
 width: 100%;
 height: 100%;
}
@media screen and (max-width: 960px) {
 footer &gt;.inner .logo_area .tech {
  width: 100%;
  border-top: 1px solid #686868;
  border-bottom: 1px solid #686868;
  border-left: none;
 }
}
footer &gt;.inner .logo_area .tech a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 100%;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 960px) {
 footer &gt;.inner .logo_area .tech a {
  padding: 20px 0;
 }
}
footer &gt;.inner .logo_area .tech a img {
 width: 240px;
}
footer &gt;.inner .logo_area .tech a img.w {
 display: none;
}
footer &gt;.inner &gt;.citizen {
 display: none;
}
@media screen and (max-width: 960px) {
 footer &gt;.inner &gt;.citizen {
  display: block;
  border-top: 1px solid #686868;
 }
 footer &gt;.inner &gt;.citizen a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
 }
 footer &gt;.inner &gt;.citizen a img {
  width: 130px;
 }
}
footer &gt;.inner ul.ft_link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 50%;
 height: 100%;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
 footer &gt;.inner ul.ft_link {
  width: 100%;
 }
}
footer &gt;.inner ul.ft_link li {
 width: 33.3333333333%;
 height: 33.3333333333%;
 border-right: 1px solid #686868;
}
footer &gt;.inner ul.ft_link li.act {
 background: #4d4d4d;
}
footer &gt;.inner ul.ft_link li.act a {
 color: #ffffff;
}
@media screen and (max-width: 960px) {
 footer &gt;.inner ul.ft_link li:nth-child(3n) {
  border-right: none;
 }
}
footer &gt;.inner ul.ft_link li:not(:nth-last-child(-n+3)) {
 border-bottom: 1px solid #686868;
}
footer &gt;.inner ul.ft_link li a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 100%;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 color: #999999;
 font-family: var(--ff_pop);
 font-weight: 600;
 font-size: 14px;
}
@media screen and (max-width: 960px) {
 footer &gt;.inner ul.ft_link li a {
  padding: 13px 0;
  font-size: 10px;
  letter-spacing: -0.01em;
 }
}
footer .copy {
 width: 100%;
 height: 40px;
 border-top: 1px solid #686868;
 background: #000000;
}
@media screen and (max-width: 768px) {
 footer .copy {
  height: auto;
 }
}
footer .copy &gt;.inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 max-width: 1080px;
 height: 100%;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin: 0 auto;
 color: #808080;
 font-size: 12px;
}
@media screen and (max-width: 960px) {
 footer .copy &gt;.inner {
  display: block;
  padding: 10px 0;
  font-size: 10px;
 }
}
footer .copy &gt;.inner ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
@media screen and (max-width: 768px) {
 footer .copy &gt;.inner ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
 }
}
footer .copy &gt;.inner ul li:not(:last-child) {
 margin-right: 20px;
 padding-right: 20px;
 border-right: 1px solid #808080;
}
@media screen and (max-width: 960px) {
 footer .copy &gt;.inner ul li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
 }
}
@media screen and (max-width: 768px) {
 footer .copy &gt;.inner p {
  margin-top: 10px;
  text-align: center;
 }
}
footer .copy &gt;.inner p small {
 font-family: var(--ff_pop);
}

.icon-animation {
 position: relative;
 width: 30px;
 height: 18px;
 cursor: pointer;
}
.icon-animation.is-open .top {
 top: 50%;
 opacity: 0;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}
.icon-animation.is-open .bottom {
 bottom: 50%;
 opacity: 0;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}
.icon-animation span {
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 height: 2px;
 background: #ffffff;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
.icon-animation .top {
 top: 0;
 -webkit-transform: translate(-50%, 0) scale(1);
         transform: translate(-50%, 0) scale(1);
}
.icon-animation .bottom {
 top: auto;
 bottom: 0;
 -webkit-transform: translate(-50%, 0) scale(1);
         transform: translate(-50%, 0) scale(1);
}
.icon-animation .middle {
 position: relative;
 background: none;
}
.icon-animation .middle:before {
 content: "";
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background: #ffffff;
 -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
.icon-animation .middle:after {
 content: "";
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background: #ffffff;
 -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
.icon-animation:after {
 content: "MENU";
 display: none;
 position: absolute;
 bottom: 8px;
 left: 50%;
 color: #ffffff;
 font-size: 13px;
 white-space: nowrap;
 -webkit-transform: translate(-50%, 0);
         transform: translate(-50%, 0);
}
/*# sourceMappingURL=../../core-technology/common/css/common.css.map */
</pre></body></html>