/*******************************
common
*******************************/
body {
  position: relative;
  color: #333;
  word-break: break-all;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }
  @media screen and (max-width: 599px) {
    body {
      font-size: 4vw; } }

.en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

html {
  overflow-y: scroll; }

.sp {
  display: none; }
  @media screen and (max-width: 599px) {
    .sp {
      display: block; } }

@media screen and (max-width: 599px) {
  .pc {
    display: none; } }

.tab {
  display: none; }
  @media screen and (max-width: 1200px) {
    .tab {
      display: block; } }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none; }

a:hover {
  opacity: 0.5; }

ul, li {
  list-style-type: none; }

button {
  outline: none; }

::-moz-selection {
  color: #fff;
  background-color: #1f4bd8; }

::selection {
  color: #fff;
  background-color: #1f4bd8; }

.contact01 {
  background: #fff;
  padding: 0.5em 0.75em;
  display: inline-block; }
  .contact01 img {
    display: block;
    width: auto;
    height: 1.125em; }

/*******************************
mv
*******************************/
#headerLogo {
  position: absolute;
  top: 1.5em;
  left: 2.5%;
  width: 10em;
  z-index: 100; }
  @media screen and (max-width: 599px) {
    #headerLogo {
      top: 0.5em;
      width: 7em; } }
  #headerLogo a {
    display: block;
    background: #fff;
    padding: 0.1em 0; }

#mv {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  #mv .mvTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #1c3a75;
    line-height: 1.4;
    mix-blend-mode: lighten;
    z-index: 500;
    background: rgba(255, 255, 255, 0.9);
    padding: 3vw 0 1vw; }
    @media screen and (max-width: 1200px) {
      #mv .mvTxt {
        top: 45%; } }
    #mv .mvTxt .lead01 {
      font-size: 8vw;
      font-family: "Roboto", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-variation-settings: "wdth" 100;
      line-height: 1;
      margin-bottom: 0.25em;
      animation-name: blur01;
      animation-duration: 0.5s;
      animation-fill-mode: forwards; }
@keyframes blur01 {
  from {
    transform: scale(0.2);
    filter: blur(50px); }
  to {
    filter: blur(0);
    transform: scale(1); } }
      @media screen and (max-width: 599px) {
        #mv .mvTxt .lead01 {
          font-size: 14vw;
          white-space: nowrap; } }
    #mv .mvTxt h1 {
      font-size: 4vw;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 599px) {
        #mv .mvTxt h1 {
          font-size: 8vw;
          white-space: nowrap; } }
    #mv .mvTxt .txt01 {
      font-size: 2vw; }
      @media screen and (max-width: 599px) {
        #mv .mvTxt .txt01 {
          font-size: 5vw;
          white-space: nowrap; } }
    #mv .mvTxt .scroll {
      position: relative;
      margin-top: 1.5em; }
      @media screen and (max-width: 599px) {
        #mv .mvTxt .scroll {
          margin-bottom: -1em; } }
      #mv .mvTxt .scroll .scroll-text {
        color: #1c3a75;
        font-size: 0.875em;
        text-align: center; }
      #mv .mvTxt .scroll .scroll-border {
        position: relative;
        top: 0.25em;
        width: 100%;
        height: 4em;
        overflow: hidden; }
        #mv .mvTxt .scroll .scroll-border::before {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          height: 2.5em;
          top: 0;
          left: 0;
          right: 0;
          background: #1c3a75;
          animation: scrollbar 1.5s ease-in-out infinite;
          margin: auto; }
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0; }
  30% {
    height: 100%; }
  100% {
    top: 100%; } }
  #mv .strokeAnime01 {
    position: relative;
    aspect-ratio: 960 / 560; }
    @media screen and (max-width: 1200px) {
      #mv .strokeAnime01 {
        aspect-ratio: 494.66  / 807.66; } }
    @media screen and (max-width: 1200px) {
      #mv .strokeAnime01.pc {
        display: none; } }
    #mv .strokeAnime01 .svg01, #mv .strokeAnime01 .svg02 {
      position: absolute;
      width: auto;
      height: 110vh; }
      #mv .strokeAnime01 .svg01 .st0, #mv .strokeAnime01 .svg02 .st0 {
        fill: transparent;
        stroke-width: 1.5vw;
        animation: strokeAnime01 4s ease-in both;
        animation-delay: 2000ms;
        stroke-dasharray: 10000px; }
        @media screen and (max-width: 1200px) {
          #mv .strokeAnime01 .svg01 .st0, #mv .strokeAnime01 .svg02 .st0 {
            stroke-width: 2.5vw; } }
        @media screen and (max-width: 599px) {
          #mv .strokeAnime01 .svg01 .st0, #mv .strokeAnime01 .svg02 .st0 {
            stroke-width: 7vw; } }
    #mv .strokeAnime01 .svg01 {
      top: -4vw;
      left: -5%; }
      @media screen and (max-width: 1200px) {
        #mv .strokeAnime01 .svg01 {
          left: -95%; } }
      @media screen and (max-width: 599px) {
        #mv .strokeAnime01 .svg01 {
          top: -6vw;
          left: -170%; } }
      #mv .strokeAnime01 .svg01 .st0 {
        stroke: #1c3a75; }
    #mv .strokeAnime01 .svg02 {
      top: 0;
      left: calc(-5% + 4vw); }
      @media screen and (max-width: 1200px) {
        #mv .strokeAnime01 .svg02 {
          top: -4vw;
          left: calc(-95% + 10vw); } }
      @media screen and (max-width: 599px) {
        #mv .strokeAnime01 .svg02 {
          left: calc(-170% + 15vw); } }
      #mv .strokeAnime01 .svg02 .st0 {
        stroke: #f26419; }
@keyframes strokeAnime01 {
  0% {
    stroke-dashoffset: 10000px; }
  100% {
    stroke-dashoffset: 0; } }
/*******************************
contents
*******************************/
.parallaxSlide {
  position: sticky;
  top: 0; }

#contents {
  background: #1c3a75;
  color: #fff;
  margin-bottom: 10em; }
  #contents .wrap {
    display: flex; }
    @media screen and (max-width: 599px) {
      #contents .wrap {
        display: block; } }

#about, #privacy {
  width: 50%;
  box-sizing: border-box;
  padding: 2em 2.5% 10em; }
  @media screen and (max-width: 599px) {
    #about, #privacy {
      width: auto;
      padding: 2em 2.5% 2em; } }
  #about h2, #privacy h2 {
    font-size: 5vw;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: center; }
    @media screen and (max-width: 599px) {
      #about h2, #privacy h2 {
        font-size: 250%; } }

#about .box01 dl {
  display: flex;
  padding: 1.5em 0; }
  #about .box01 dl dt {
    width: 25%; }
    @media screen and (max-width: 599px) {
      #about .box01 dl dt {
        width: 35%; } }
  #about .box01 dl dd {
    width: 75%; }
    @media screen and (max-width: 599px) {
      #about .box01 dl dd {
        width: 65%; } }
    #about .box01 dl dd .li01 {
      margin-left: 1.5em; }
      #about .box01 dl dd .li01 li {
        list-style-type: disc; }
        #about .box01 dl dd .li01 li:not(:last-child) {
          margin-bottom: 0.25em; }
          @media screen and (max-width: 599px) {
            #about .box01 dl dd .li01 li:not(:last-child) {
              margin-bottom: 0.75em; } }
    #about .box01 dl dd .address {
      margin-top: 0.75em; }

#privacy {
  background: rgba(31, 75, 216, 0.3); }
  #privacy .inner {
    margin-top: 1em; }
  #privacy h3 {
    font-size: 1.5vw;
    margin-bottom: 0.5em; }
    @media screen and (max-width: 599px) {
      #privacy h3 {
        font-size: 125%; } }
  #privacy .box01 {
    padding-top: 0.75em; }
    #privacy .box01 dl {
      margin-top: 2em; }
      #privacy .box01 dl dt {
        font-weight: 700;
        font-size: 112.5%;
        margin-bottom: 0.25em; }
      #privacy .box01 dl dd {
        font-size: 87.5%; }
  #privacy .box02 {
    margin-top: 2em;
    text-align: right; }
    #privacy .box02 dl {
      margin-top: 1.5em; }
      #privacy .box02 dl dt {
        font-weight: 700;
        margin-bottom: 0.5em; }

/*******************************
footer
*******************************/
footer {
  background: rgba(255, 255, 255, 0.9);
  padding: 2em 0;
  opacity: 1;
  position: relative;
  box-sizing: border-box; }
  footer #copyright {
    text-align: center; }
    footer #copyright small {
      font-family: "Roboto", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      font-variation-settings: "wdth" 100;
      font-size: 87.5%;
      color: #1c3a75;
      letter-spacing: 0.1em; }
