@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 82.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  color: #e9e9e9;
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8em;
  margin-top: 0.3em;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__number li::before {
  content: none;
}
.__liststyle.__number li span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__ttltxt.__style01 {
  position: relative;
  padding-left: 3em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style01 {
    padding-left: 2em;
  }
}
.__ttltxt.__style01::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: linear-gradient(0deg, #89d6f6, #204483);
}
.__ttltxt.__style01 span.__en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 5rem;
  letter-spacing: -0.02em;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style01 span.__en {
    font-size: 3.25em;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 991px) {
  .__ttltxt.__style01 span.__en {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 span.__en {
    font-size: min(11vw, 3em);
  }
}
.__ttltxt.__style01 span.__jp {
  color: #2e8ad1;
  display: block;
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 span.__jp {
    font-size: 0.875em;
  }
}
.__ttltxt.__style01.__light::before {
  background: linear-gradient(0deg, #fff, #89d6f6);
}
.__ttltxt.__style01.__light span.__jp {
  color: #fff;
}
.__ttltxt.__style02 {
  position: relative;
  text-align: center;
  padding-bottom: 1.6em;
}
.__ttltxt.__style02::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 4.8em;
  height: 4px;
  background: linear-gradient(90deg, #89d6f6, #204483);
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style02::before {
    height: 3px;
  }
}
.__ttltxt.__style02 span.__jp {
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991px) {
  .__ttltxt.__style02 span.__jp {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style02 span.__jp {
    font-size: min(6.4vw, 1.75em);
    line-height: 1.6em;
  }
}
.__ttltxt.__style02 span.__jp .__txtAnimation span.char.__em {
  font-size: 1.25em;
  color: #89d6f6;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style02 span.__jp .__txtAnimation span.char.__em {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style02 span.__jp .__txtAnimation span.char.__em {
    font-size: 1em;
  }
}
.__ttltxt.__style02 span.__jp .__txtAnimation.__inview span.char.__em {
  color: #1c4c89;
}
.__ttltxt.__style03 span.__en {
  display: block;
  color: #999;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.__ttltxt.__style03 span.__jp {
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991px) {
  .__ttltxt.__style03 span.__jp {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style03 span.__jp {
    font-size: min(6.4vw, 1.75em);
    line-height: 1.6em;
  }
}

.__linkbtn {
  width: 20em;
}
@media screen and (max-width: 767px) {
  .__linkbtn {
    width: 100%;
  }
}
.__linkbtn a, .__linkbtn button {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  background-color: #2e8ad1;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em;
  width: 100%;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .__linkbtn a, .__linkbtn button {
    padding: 0.8em;
  }
}
.__linkbtn a i, .__linkbtn button i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 1.6em;
}
.__linkbtn a::before, .__linkbtn button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #204483 40%, #2e8ad1);
  opacity: 0;
  will-change: opacity;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
.__linkbtn a:hover::before, .__linkbtn button:hover::before {
  opacity: 0.6;
}

a.__txtlink {
  color: #333;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__content-wrap.__style01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style01 {
    display: block;
  }
}
.__content-wrap.__style01 .sec-content {
  width: 33.75rem;
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style01 .sec-content {
    width: 100%;
  }
}
.__content-wrap.__style01 .sec-content .sec-txt {
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style01 .sec-content .sec-txt {
    margin-top: 2em;
  }
}
.__content-wrap.__style01 .sec-content .sec-txt p {
  margin-top: 1em;
}
.__content-wrap.__style01 .sec-img {
  width: 45rem;
  margin-right: -5.625rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style01 .sec-img {
    width: 65%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01 .sec-img {
    width: 80%;
  }
}
.__content-wrap.__style01 .sec-img .img-wrap {
  width: calc(50% - 0.9375rem);
  aspect-ratio: 2/3;
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style01 .sec-img .img-wrap {
    width: calc(50% - 1.875rem);
  }
}
.__content-wrap.__style01 .sec-img .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-wrap.__style01 .sec-img .img-wrap:nth-of-type(1) {
  margin-top: 10rem;
}
.__content-wrap.__style02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style02 {
    display: block;
  }
}
.__content-wrap.__style02 .sec-img {
  width: 37.5rem;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style02 .sec-img {
    width: 33.75rem;
  }
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style02 .sec-img {
    width: 100%;
    aspect-ratio: 2/1;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style02 .sec-img {
    aspect-ratio: 5/3;
  }
}
.__content-wrap.__style02 .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-wrap.__style02 .sec-content {
  width: 33.75rem;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style02 .sec-content {
    width: 41.25rem;
  }
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style02 .sec-content {
    width: 100%;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style02 .sec-content {
    margin-top: 2em;
  }
}
.__content-wrap.__style02 .sec-content .sec-txt {
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style02 .sec-content .sec-txt {
    margin-top: 2em;
  }
}
.__content-wrap.__style02 .sec-content .sec-txt p {
  margin-top: 1em;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.19, 0.23, 0.15, 0.93) 0.4s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__delay02 {
  transition-delay: 0.6s;
}
.__fadeIn.__notmove {
  transform: translateY(0);
}

.__txtAnimation {
  display: inline-block;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 0.72s ease 0.2s;
}
.__txtAnimation span.char {
  display: inline-block;
  color: #89d6f6;
  transition: all 0.72s ease;
}
.__txtAnimation.__inview {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.__txtAnimation.__inview span.char {
  color: #2e8ad1;
}
.__txtAnimation.__inview span.char:nth-of-type(1) {
  transition-delay: 0.4s;
}
.__txtAnimation.__inview span.char:nth-of-type(2) {
  transition-delay: 0.46s;
}
.__txtAnimation.__inview span.char:nth-of-type(3) {
  transition-delay: 0.52s;
}
.__txtAnimation.__inview span.char:nth-of-type(4) {
  transition-delay: 0.58s;
}
.__txtAnimation.__inview span.char:nth-of-type(5) {
  transition-delay: 0.64s;
}
.__txtAnimation.__inview span.char:nth-of-type(6) {
  transition-delay: 0.7s;
}
.__txtAnimation.__inview span.char:nth-of-type(7) {
  transition-delay: 0.76s;
}
.__txtAnimation.__inview span.char:nth-of-type(8) {
  transition-delay: 0.82s;
}
.__txtAnimation.__inview span.char:nth-of-type(9) {
  transition-delay: 0.88s;
}
.__txtAnimation.__inview span.char:nth-of-type(10) {
  transition-delay: 0.94s;
}
.__txtAnimation.__inview span.char:nth-of-type(11) {
  transition-delay: 1s;
}
.__txtAnimation.__inview span.char:nth-of-type(12) {
  transition-delay: 1.06s;
}
.__txtAnimation.__inview span.char:nth-of-type(13) {
  transition-delay: 1.12s;
}
.__txtAnimation.__inview span.char:nth-of-type(14) {
  transition-delay: 1.18s;
}
.__txtAnimation.__inview span.char:nth-of-type(15) {
  transition-delay: 1.24s;
}
.__txtAnimation.__inview span.char:nth-of-type(16) {
  transition-delay: 1.3s;
}
.__txtAnimation.__inview span.char:nth-of-type(17) {
  transition-delay: 1.36s;
}
.__txtAnimation.__inview span.char:nth-of-type(18) {
  transition-delay: 1.42s;
}
.__txtAnimation.__inview span.char:nth-of-type(19) {
  transition-delay: 1.48s;
}
.__txtAnimation.__inview span.char:nth-of-type(20) {
  transition-delay: 1.54s;
}
.__txtAnimation.__inview span.char:nth-of-type(21) {
  transition-delay: 1.6s;
}
.__txtAnimation.__inview span.char:nth-of-type(22) {
  transition-delay: 1.66s;
}
.__txtAnimation.__inview span.char:nth-of-type(23) {
  transition-delay: 1.72s;
}
.__txtAnimation.__inview span.char:nth-of-type(24) {
  transition-delay: 1.78s;
}
.__txtAnimation.__inview span.char:nth-of-type(25) {
  transition-delay: 1.84s;
}
.__txtAnimation.__inview span.char:nth-of-type(26) {
  transition-delay: 1.9s;
}
.__txtAnimation.__inview span.char:nth-of-type(27) {
  transition-delay: 1.96s;
}
.__txtAnimation.__inview span.char:nth-of-type(28) {
  transition-delay: 2.02s;
}
.__txtAnimation.__inview span.char:nth-of-type(29) {
  transition-delay: 2.08s;
}
.__txtAnimation.__inview span.char:nth-of-type(30) {
  transition-delay: 2.14s;
}
.__txtAnimation.__inview span.char:nth-of-type(31) {
  transition-delay: 2.2s;
}
.__txtAnimation.__inview span.char:nth-of-type(32) {
  transition-delay: 2.26s;
}
.__txtAnimation.__inview span.char:nth-of-type(33) {
  transition-delay: 2.32s;
}
.__txtAnimation.__inview span.char:nth-of-type(34) {
  transition-delay: 2.38s;
}
.__txtAnimation.__inview span.char:nth-of-type(35) {
  transition-delay: 2.44s;
}
.__txtAnimation.__inview span.char:nth-of-type(36) {
  transition-delay: 2.5s;
}
.__txtAnimation.__inview span.char:nth-of-type(37) {
  transition-delay: 2.56s;
}
.__txtAnimation.__inview span.char:nth-of-type(38) {
  transition-delay: 2.62s;
}
.__txtAnimation.__inview span.char:nth-of-type(39) {
  transition-delay: 2.68s;
}
.__txtAnimation.__inview span.char:nth-of-type(40) {
  transition-delay: 2.74s;
}
.__txtAnimation.__inview span.char:nth-of-type(41) {
  transition-delay: 2.8s;
}
.__txtAnimation.__inview span.char:nth-of-type(42) {
  transition-delay: 2.86s;
}
.__txtAnimation.__inview span.char:nth-of-type(43) {
  transition-delay: 2.92s;
}
.__txtAnimation.__inview span.char:nth-of-type(44) {
  transition-delay: 2.98s;
}
.__txtAnimation.__inview span.char:nth-of-type(45) {
  transition-delay: 3.04s;
}
.__txtAnimation.__inview span.char:nth-of-type(46) {
  transition-delay: 3.1s;
}
.__txtAnimation.__inview span.char:nth-of-type(47) {
  transition-delay: 3.16s;
}
.__txtAnimation.__inview span.char:nth-of-type(48) {
  transition-delay: 3.22s;
}
.__txtAnimation.__inview span.char:nth-of-type(49) {
  transition-delay: 3.28s;
}
.__txtAnimation.__inview span.char:nth-of-type(50) {
  transition-delay: 3.34s;
}
.__txtAnimation.__inview span.char:nth-of-type(51) {
  transition-delay: 3.4s;
}
.__txtAnimation.__inview span.char:nth-of-type(52) {
  transition-delay: 3.46s;
}
.__txtAnimation.__inview span.char:nth-of-type(53) {
  transition-delay: 3.52s;
}
.__txtAnimation.__inview span.char:nth-of-type(54) {
  transition-delay: 3.58s;
}
.__txtAnimation.__inview span.char:nth-of-type(55) {
  transition-delay: 3.64s;
}
.__txtAnimation.__inview span.char:nth-of-type(56) {
  transition-delay: 3.7s;
}
.__txtAnimation.__inview span.char:nth-of-type(57) {
  transition-delay: 3.76s;
}
.__txtAnimation.__inview span.char:nth-of-type(58) {
  transition-delay: 3.82s;
}
.__txtAnimation.__inview span.char:nth-of-type(59) {
  transition-delay: 3.88s;
}
.__txtAnimation.__inview span.char:nth-of-type(60) {
  transition-delay: 3.94s;
}
.__txtAnimation.__inview span.char:nth-of-type(61) {
  transition-delay: 4s;
}
.__txtAnimation.__inview span.char:nth-of-type(62) {
  transition-delay: 4.06s;
}
.__txtAnimation.__inview span.char:nth-of-type(63) {
  transition-delay: 4.12s;
}
.__txtAnimation.__inview span.char:nth-of-type(64) {
  transition-delay: 4.18s;
}
.__txtAnimation.__inview span.char:nth-of-type(65) {
  transition-delay: 4.24s;
}
.__txtAnimation.__inview span.char:nth-of-type(66) {
  transition-delay: 4.3s;
}
.__txtAnimation.__inview span.char:nth-of-type(67) {
  transition-delay: 4.36s;
}
.__txtAnimation.__inview span.char:nth-of-type(68) {
  transition-delay: 4.42s;
}
.__txtAnimation.__inview span.char:nth-of-type(69) {
  transition-delay: 4.48s;
}
.__txtAnimation.__inview span.char:nth-of-type(70) {
  transition-delay: 4.54s;
}
.__txtAnimation.__inview span.char:nth-of-type(71) {
  transition-delay: 4.6s;
}
.__txtAnimation.__inview span.char:nth-of-type(72) {
  transition-delay: 4.66s;
}
.__txtAnimation.__inview span.char:nth-of-type(73) {
  transition-delay: 4.72s;
}
.__txtAnimation.__inview span.char:nth-of-type(74) {
  transition-delay: 4.78s;
}
.__txtAnimation.__inview span.char:nth-of-type(75) {
  transition-delay: 4.84s;
}
.__txtAnimation.__inview span.char:nth-of-type(76) {
  transition-delay: 4.9s;
}
.__txtAnimation.__inview span.char:nth-of-type(77) {
  transition-delay: 4.96s;
}
.__txtAnimation.__inview span.char:nth-of-type(78) {
  transition-delay: 5.02s;
}
.__txtAnimation.__inview span.char:nth-of-type(79) {
  transition-delay: 5.08s;
}
.__txtAnimation.__inview span.char:nth-of-type(80) {
  transition-delay: 5.14s;
}
.__txtAnimation.__inview span.char:nth-of-type(81) {
  transition-delay: 5.2s;
}
.__txtAnimation.__inview span.char:nth-of-type(82) {
  transition-delay: 5.26s;
}
.__txtAnimation.__inview span.char:nth-of-type(83) {
  transition-delay: 5.32s;
}
.__txtAnimation.__inview span.char:nth-of-type(84) {
  transition-delay: 5.38s;
}
.__txtAnimation.__inview span.char:nth-of-type(85) {
  transition-delay: 5.44s;
}
.__txtAnimation.__inview span.char:nth-of-type(86) {
  transition-delay: 5.5s;
}
.__txtAnimation.__inview span.char:nth-of-type(87) {
  transition-delay: 5.56s;
}
.__txtAnimation.__inview span.char:nth-of-type(88) {
  transition-delay: 5.62s;
}
.__txtAnimation.__inview span.char:nth-of-type(89) {
  transition-delay: 5.68s;
}
.__txtAnimation.__inview span.char:nth-of-type(90) {
  transition-delay: 5.74s;
}
.__txtAnimation.__inview span.char:nth-of-type(91) {
  transition-delay: 5.8s;
}
.__txtAnimation.__inview span.char:nth-of-type(92) {
  transition-delay: 5.86s;
}
.__txtAnimation.__inview span.char:nth-of-type(93) {
  transition-delay: 5.92s;
}
.__txtAnimation.__inview span.char:nth-of-type(94) {
  transition-delay: 5.98s;
}
.__txtAnimation.__inview span.char:nth-of-type(95) {
  transition-delay: 6.04s;
}
.__txtAnimation.__inview span.char:nth-of-type(96) {
  transition-delay: 6.1s;
}
.__txtAnimation.__inview span.char:nth-of-type(97) {
  transition-delay: 6.16s;
}
.__txtAnimation.__inview span.char:nth-of-type(98) {
  transition-delay: 6.22s;
}
.__txtAnimation.__inview span.char:nth-of-type(99) {
  transition-delay: 6.28s;
}
.__txtAnimation.__inview span.char:nth-of-type(100) {
  transition-delay: 6.34s;
}
.__txtAnimation.__long span.char {
  transition: all 0.4s ease;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(1) {
  transition-delay: 0.2s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(2) {
  transition-delay: 0.24s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(3) {
  transition-delay: 0.28s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(4) {
  transition-delay: 0.32s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(5) {
  transition-delay: 0.36s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(6) {
  transition-delay: 0.4s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(7) {
  transition-delay: 0.44s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(8) {
  transition-delay: 0.48s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(9) {
  transition-delay: 0.52s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(10) {
  transition-delay: 0.56s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(11) {
  transition-delay: 0.6s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(12) {
  transition-delay: 0.64s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(13) {
  transition-delay: 0.68s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(14) {
  transition-delay: 0.72s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(15) {
  transition-delay: 0.76s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(16) {
  transition-delay: 0.8s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(17) {
  transition-delay: 0.84s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(18) {
  transition-delay: 0.88s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(19) {
  transition-delay: 0.92s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(20) {
  transition-delay: 0.96s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(21) {
  transition-delay: 1s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(22) {
  transition-delay: 1.04s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(23) {
  transition-delay: 1.08s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(24) {
  transition-delay: 1.12s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(25) {
  transition-delay: 1.16s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(26) {
  transition-delay: 1.2s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(27) {
  transition-delay: 1.24s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(28) {
  transition-delay: 1.28s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(29) {
  transition-delay: 1.32s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(30) {
  transition-delay: 1.36s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(31) {
  transition-delay: 1.4s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(32) {
  transition-delay: 1.44s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(33) {
  transition-delay: 1.48s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(34) {
  transition-delay: 1.52s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(35) {
  transition-delay: 1.56s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(36) {
  transition-delay: 1.6s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(37) {
  transition-delay: 1.64s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(38) {
  transition-delay: 1.68s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(39) {
  transition-delay: 1.72s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(40) {
  transition-delay: 1.76s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(41) {
  transition-delay: 1.8s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(42) {
  transition-delay: 1.84s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(43) {
  transition-delay: 1.88s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(44) {
  transition-delay: 1.92s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(45) {
  transition-delay: 1.96s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(46) {
  transition-delay: 2s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(47) {
  transition-delay: 2.04s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(48) {
  transition-delay: 2.08s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(49) {
  transition-delay: 2.12s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(50) {
  transition-delay: 2.16s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(51) {
  transition-delay: 2.2s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(52) {
  transition-delay: 2.24s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(53) {
  transition-delay: 2.28s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(54) {
  transition-delay: 2.32s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(55) {
  transition-delay: 2.36s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(56) {
  transition-delay: 2.4s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(57) {
  transition-delay: 2.44s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(58) {
  transition-delay: 2.48s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(59) {
  transition-delay: 2.52s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(60) {
  transition-delay: 2.56s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(61) {
  transition-delay: 2.6s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(62) {
  transition-delay: 2.64s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(63) {
  transition-delay: 2.68s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(64) {
  transition-delay: 2.72s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(65) {
  transition-delay: 2.76s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(66) {
  transition-delay: 2.8s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(67) {
  transition-delay: 2.84s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(68) {
  transition-delay: 2.88s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(69) {
  transition-delay: 2.92s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(70) {
  transition-delay: 2.96s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(71) {
  transition-delay: 3s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(72) {
  transition-delay: 3.04s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(73) {
  transition-delay: 3.08s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(74) {
  transition-delay: 3.12s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(75) {
  transition-delay: 3.16s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(76) {
  transition-delay: 3.2s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(77) {
  transition-delay: 3.24s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(78) {
  transition-delay: 3.28s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(79) {
  transition-delay: 3.32s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(80) {
  transition-delay: 3.36s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(81) {
  transition-delay: 3.4s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(82) {
  transition-delay: 3.44s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(83) {
  transition-delay: 3.48s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(84) {
  transition-delay: 3.52s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(85) {
  transition-delay: 3.56s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(86) {
  transition-delay: 3.6s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(87) {
  transition-delay: 3.64s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(88) {
  transition-delay: 3.68s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(89) {
  transition-delay: 3.72s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(90) {
  transition-delay: 3.76s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(91) {
  transition-delay: 3.8s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(92) {
  transition-delay: 3.84s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(93) {
  transition-delay: 3.88s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(94) {
  transition-delay: 3.92s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(95) {
  transition-delay: 3.96s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(96) {
  transition-delay: 4s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(97) {
  transition-delay: 4.04s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(98) {
  transition-delay: 4.08s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(99) {
  transition-delay: 4.12s;
}
.__txtAnimation.__long.__inview span.char:nth-of-type(100) {
  transition-delay: 4.16s;
}
.__txtAnimation.__navy.__inview span.char {
  color: #1c4c89;
}
.__txtAnimation.__light span.char {
  color: #2e8ad1;
}
.__txtAnimation.__light.__inview span.char {
  color: #fff;
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #e9e9e9;
  transition: transform 0.6s ease;
}
header.__hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 991px) {
  header.__hidden {
    transform: translateY(0);
  }
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 1.5625vw;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    height: 80px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 72px;
  }
}
@media screen and (max-width: 991px) {
  header .header-inner {
    height: 60px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 0 16px;
  }
}
header .__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(54, 54, 52, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.36s ease;
}
header .__overlay.__open {
  opacity: 1;
  visibility: visible;
}
header .header-logo {
  width: 270px;
  margin-top: 6px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 216px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 202.5px;
  }
}
@media screen and (max-width: 991px) {
  header .header-logo {
    width: 175.5px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(60vw, 162px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 991px) {
  header .header-menu {
    background-color: #e9e9e9;
    width: 200px;
    height: 100vh;
    padding-top: 16lvh;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -200px;
    transition: all 0.36s cubic-bezier(0.06, 0.41, 0.4, 0.97);
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
@media screen and (max-width: 991px) {
  header .header-menu .header-menu-inner {
    display: block;
    margin-top: 0;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu.__open {
    margin-right: 0;
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  margin: 0 2.5rem;
  padding: 0.6em 0;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a {
    margin: 30px 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu nav ul li a {
    margin: 20px 0;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #1d80cd;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.24s ease;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a::before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%) scale(0);
    margin-left: 24px;
  }
}
header .header-menu nav ul li a:hover::before {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a:hover::before {
    transform: translate(0, -50%) scale(1);
  }
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a {
  color: #2e8ad1;
}
header .header-menu nav ul li.__current a::before {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li.__current a::before {
    transform: translate(0, -50%) scale(1);
  }
}

/* footer
---------------------------------------------------- */
footer {
  color: #fff;
  background: linear-gradient(90deg, #204483 40%, #2e8ad1);
  padding-top: 7.5rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 1599px) {
  footer {
    padding-top: 10rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background: linear-gradient(180deg, #204483 40%, #2e8ad1);
    padding: 80px 0;
  }
}
footer .footer-inner {
  width: calc(100% - 15rem);
}
footer .footer-logo {
  width: 300px;
}
@media screen and (max-width: 1599px) {
  footer .footer-logo {
    width: 270px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-logo {
    width: 240px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-logo {
    width: 225px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    width: 195px;
  }
}
footer .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  footer .footer-content {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-content .footer-info {
    width: 25rem;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .footer-info {
    width: 100%;
    text-align: center;
  }
}
footer .footer-content .footer-info p {
  margin-bottom: 0.6em;
}
footer .footer-content .footer-info p a {
  display: inline;
  font-size: 1em;
  opacity: 1;
  transition: all 0.2s ease;
}
footer .footer-content .footer-info p a:hover {
  opacity: 0.6;
}
footer .footer-content .footer-info p a i {
  color: #2e8ad1;
  font-size: 1.25em;
  margin-left: 0.4em;
}
footer .footer-content .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  footer .footer-content .footer-menu ul {
    justify-content: center;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .footer-menu ul {
    display: block;
  }
}
footer .footer-content .footer-menu ul li a {
  margin: 0 2.5rem;
  opacity: 1;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  footer .footer-content .footer-menu ul li a {
    text-align: center;
    font-size: 0.875em;
    margin: 1.6em 0;
  }
}
footer .footer-content .footer-menu ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  footer .footer-content .footer-menu ul li:first-of-type a {
    margin-left: 0;
  }
}
footer .footer-content .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
footer .copyright {
  text-align: end;
  font-size: 0.85em;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  footer .copyright {
    margin-top: 8em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 0.8em;
  }
}

#pagetop {
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 2em;
  width: 4.8em;
  height: 4.8em;
}
@media screen and (max-width: 1199px) {
  #pagetop {
    margin: 1.6em;
    width: 4em;
    height: 4em;
  }
}
@media screen and (max-width: 991px) {
  #pagetop {
    margin: 1em;
    width: 3.6em;
    height: 3.6em;
  }
}
#pagetop a {
  width: 100%;
  height: 100%;
  background: #1d80cd;
  border: solid 0.4px #fff;
  transition: all 0.3s ease;
}
#pagetop a i {
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) {
  #pagetop a i {
    font-size: 1.25em;
  }
}
#pagetop a:hover {
  background-color: #2e8ad1;
}/*# sourceMappingURL=common.css.map */