@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  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);
  }
}
.__inner.__wide {
  width: min(96.875vw, 1920px);
}
@media screen and (max-width: 1199px) {
  .__inner.__wide {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__wide {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__wide {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__note li::before {
  content: "※";
}

.__txtstyle01 .__txtAnimation .char-wrap .char {
  display: inline-block;
  opacity: 0;
  transform: scale(2);
  will-change: transform;
  transition: all 1s cubic-bezier(0, 0.7, 0.4, 1);
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap .char {
  opacity: 1;
  transform: scale(1);
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(1) .char {
  transition-delay: 0.6s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(2) .char {
  transition-delay: 0.63s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(3) .char {
  transition-delay: 0.66s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(4) .char {
  transition-delay: 0.69s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(5) .char {
  transition-delay: 0.72s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(6) .char {
  transition-delay: 0.75s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(7) .char {
  transition-delay: 0.78s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(8) .char {
  transition-delay: 0.81s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(9) .char {
  transition-delay: 0.84s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(10) .char {
  transition-delay: 0.87s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(11) .char {
  transition-delay: 0.9s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(12) .char {
  transition-delay: 0.93s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(13) .char {
  transition-delay: 0.96s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(14) .char {
  transition-delay: 0.99s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(15) .char {
  transition-delay: 1.02s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(16) .char {
  transition-delay: 1.05s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(17) .char {
  transition-delay: 1.08s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(18) .char {
  transition-delay: 1.11s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(19) .char {
  transition-delay: 1.14s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(20) .char {
  transition-delay: 1.17s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(21) .char {
  transition-delay: 1.2s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(22) .char {
  transition-delay: 1.23s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(23) .char {
  transition-delay: 1.26s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(24) .char {
  transition-delay: 1.29s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(25) .char {
  transition-delay: 1.32s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(26) .char {
  transition-delay: 1.35s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(27) .char {
  transition-delay: 1.38s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(28) .char {
  transition-delay: 1.41s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(29) .char {
  transition-delay: 1.44s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(30) .char {
  transition-delay: 1.47s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(31) .char {
  transition-delay: 1.5s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(32) .char {
  transition-delay: 1.53s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(33) .char {
  transition-delay: 1.56s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(34) .char {
  transition-delay: 1.59s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(35) .char {
  transition-delay: 1.62s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(36) .char {
  transition-delay: 1.65s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(37) .char {
  transition-delay: 1.68s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(38) .char {
  transition-delay: 1.71s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(39) .char {
  transition-delay: 1.74s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(40) .char {
  transition-delay: 1.77s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(41) .char {
  transition-delay: 1.8s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(42) .char {
  transition-delay: 1.83s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(43) .char {
  transition-delay: 1.86s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(44) .char {
  transition-delay: 1.89s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(45) .char {
  transition-delay: 1.92s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(46) .char {
  transition-delay: 1.95s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(47) .char {
  transition-delay: 1.98s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(48) .char {
  transition-delay: 2.01s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(49) .char {
  transition-delay: 2.04s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(50) .char {
  transition-delay: 2.07s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(51) .char {
  transition-delay: 2.1s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(52) .char {
  transition-delay: 2.13s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(53) .char {
  transition-delay: 2.16s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(54) .char {
  transition-delay: 2.19s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(55) .char {
  transition-delay: 2.22s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(56) .char {
  transition-delay: 2.25s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(57) .char {
  transition-delay: 2.28s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(58) .char {
  transition-delay: 2.31s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(59) .char {
  transition-delay: 2.34s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(60) .char {
  transition-delay: 2.37s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(61) .char {
  transition-delay: 2.4s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(62) .char {
  transition-delay: 2.43s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(63) .char {
  transition-delay: 2.46s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(64) .char {
  transition-delay: 2.49s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(65) .char {
  transition-delay: 2.52s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(66) .char {
  transition-delay: 2.55s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(67) .char {
  transition-delay: 2.58s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(68) .char {
  transition-delay: 2.61s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(69) .char {
  transition-delay: 2.64s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(70) .char {
  transition-delay: 2.67s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(71) .char {
  transition-delay: 2.7s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(72) .char {
  transition-delay: 2.73s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(73) .char {
  transition-delay: 2.76s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(74) .char {
  transition-delay: 2.79s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(75) .char {
  transition-delay: 2.82s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(76) .char {
  transition-delay: 2.85s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(77) .char {
  transition-delay: 2.88s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(78) .char {
  transition-delay: 2.91s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(79) .char {
  transition-delay: 2.94s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(80) .char {
  transition-delay: 2.97s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(81) .char {
  transition-delay: 3s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(82) .char {
  transition-delay: 3.03s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(83) .char {
  transition-delay: 3.06s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(84) .char {
  transition-delay: 3.09s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(85) .char {
  transition-delay: 3.12s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(86) .char {
  transition-delay: 3.15s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(87) .char {
  transition-delay: 3.18s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(88) .char {
  transition-delay: 3.21s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(89) .char {
  transition-delay: 3.24s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(90) .char {
  transition-delay: 3.27s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(91) .char {
  transition-delay: 3.3s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(92) .char {
  transition-delay: 3.33s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(93) .char {
  transition-delay: 3.36s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(94) .char {
  transition-delay: 3.39s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(95) .char {
  transition-delay: 3.42s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(96) .char {
  transition-delay: 3.45s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(97) .char {
  transition-delay: 3.48s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(98) .char {
  transition-delay: 3.51s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(99) .char {
  transition-delay: 3.54s;
}
.__txtstyle01 .__txtAnimation.__inview .char-wrap:nth-of-type(100) .char {
  transition-delay: 3.57s;
}
.__txtstyle01 .__en {
  display: inline;
  font-size: 5.25rem;
  line-height: 1.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .__txtstyle01 .__en {
    font-size: 3.25em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle01 .__en {
    font-size: min(10vw, 2.75em);
  }
}
.__txtstyle01 .__jp {
  font-size: 1.125em;
  margin-left: 0.6em;
}
@media screen and (max-width: 767px) {
  .__txtstyle01 .__jp {
    display: block;
    margin-left: 0;
    font-size: 1em;
  }
}
.__txtstyle01.__blue .__en .char-wrap .char {
  background: linear-gradient(0deg, #052e61, #1068c0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.__txtstyle01.__blue .__jp {
  color: #074695;
}
.__txtstyle01.__white .__en .char-wrap .char {
  background: linear-gradient(0deg, #d7d9db, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.__txtstyle01.__white .__jp {
  color: #fff;
}
.__txtstyle01.__sub {
  text-align: center;
}
.__txtstyle01.__sub::after {
  content: "";
  display: block;
  width: 1.6em;
  height: 2px;
  background-color: #b3b3b3;
  margin: 0 auto;
  margin-top: 1.6em;
}
.__txtstyle01.__sub .__en {
  font-size: 1.25em;
}
.__txtstyle01.__sub .__jp {
  display: block;
  margin-left: 0;
  color: #181818;
  font-size: 2rem;
  line-height: 1.4em;
  margin-top: 0.4em;
}
@media screen and (max-width: 1199px) {
  .__txtstyle01.__sub .__jp {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle01.__sub .__jp {
    font-size: 1.375em;
  }
}

.__txtstyle02 {
  font-size: 2rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .__txtstyle02 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle02 {
    font-size: min(5.6vw, 1.375em);
  }
}

.__txtstyle03 {
  display: flex;
  align-items: baseline;
  color: #074695;
  line-height: 1.6em;
}
.__txtstyle03::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 0.8em;
  aspect-ratio: 1/1;
  background-image: url(../images/icon01.png);
  background-size: cover;
  margin-right: 0.4em;
}
.__txtstyle03.__white::before {
  background-image: url(../images/icon01_white.png);
}

.__marker {
  background: linear-gradient(0deg, rgba(16, 104, 192, 0.3), rgba(16, 104, 192, 0));
  background-repeat: no-repeat;
  background-size: 0% 75%;
  background-position: 0% 100%;
  transition: background-size 0.8s 0.6s;
}
.__marker.__inview {
  background-size: 100% 75%;
}

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

.__arrow {
  display: block;
  width: calc(100% + 2em);
  border-bottom: solid 1px #181818;
}
.__arrow img {
  width: 0.6em;
  height: auto;
  margin-left: auto;
}
.__arrow.__white {
  border-bottom-color: #fff;
}
.__arrow.__white img {
  filter: brightness(0) invert(1);
}

a .__spintxt, button .__spintxt {
  display: flex;
}
a .__spintxt .char-wrap, button .__spintxt .char-wrap {
  display: block;
  overflow: hidden;
  height: 1em;
}
a .__spintxt .char-wrap .char, button .__spintxt .char-wrap .char {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.36s ease;
  will-change: margin-top;
}
a .__spintxt .char-wrap .char.__initial, button .__spintxt .char-wrap .char.__initial {
  margin-top: 0.2em;
}
a .__spintxt .char-wrap:nth-of-type(1) .char, button .__spintxt .char-wrap:nth-of-type(1) .char {
  transition-delay: 0s;
}
a .__spintxt .char-wrap:nth-of-type(2) .char, button .__spintxt .char-wrap:nth-of-type(2) .char {
  transition-delay: 0.02s;
}
a .__spintxt .char-wrap:nth-of-type(3) .char, button .__spintxt .char-wrap:nth-of-type(3) .char {
  transition-delay: 0.04s;
}
a .__spintxt .char-wrap:nth-of-type(4) .char, button .__spintxt .char-wrap:nth-of-type(4) .char {
  transition-delay: 0.06s;
}
a .__spintxt .char-wrap:nth-of-type(5) .char, button .__spintxt .char-wrap:nth-of-type(5) .char {
  transition-delay: 0.08s;
}
a .__spintxt .char-wrap:nth-of-type(6) .char, button .__spintxt .char-wrap:nth-of-type(6) .char {
  transition-delay: 0.1s;
}
a .__spintxt .char-wrap:nth-of-type(7) .char, button .__spintxt .char-wrap:nth-of-type(7) .char {
  transition-delay: 0.12s;
}
a .__spintxt .char-wrap:nth-of-type(8) .char, button .__spintxt .char-wrap:nth-of-type(8) .char {
  transition-delay: 0.14s;
}
a .__spintxt .char-wrap:nth-of-type(9) .char, button .__spintxt .char-wrap:nth-of-type(9) .char {
  transition-delay: 0.16s;
}
a .__spintxt .char-wrap:nth-of-type(10) .char, button .__spintxt .char-wrap:nth-of-type(10) .char {
  transition-delay: 0.18s;
}
a .__spintxt .char-wrap:nth-of-type(11) .char, button .__spintxt .char-wrap:nth-of-type(11) .char {
  transition-delay: 0.2s;
}
a .__spintxt .char-wrap:nth-of-type(12) .char, button .__spintxt .char-wrap:nth-of-type(12) .char {
  transition-delay: 0.22s;
}
a .__spintxt .char-wrap:nth-of-type(13) .char, button .__spintxt .char-wrap:nth-of-type(13) .char {
  transition-delay: 0.24s;
}
a .__spintxt .char-wrap:nth-of-type(14) .char, button .__spintxt .char-wrap:nth-of-type(14) .char {
  transition-delay: 0.26s;
}
a .__spintxt .char-wrap:nth-of-type(15) .char, button .__spintxt .char-wrap:nth-of-type(15) .char {
  transition-delay: 0.28s;
}
a .__spintxt .char-wrap:nth-of-type(16) .char, button .__spintxt .char-wrap:nth-of-type(16) .char {
  transition-delay: 0.3s;
}
a .__spintxt .char-wrap:nth-of-type(17) .char, button .__spintxt .char-wrap:nth-of-type(17) .char {
  transition-delay: 0.32s;
}
a .__spintxt .char-wrap:nth-of-type(18) .char, button .__spintxt .char-wrap:nth-of-type(18) .char {
  transition-delay: 0.34s;
}
a .__spintxt .char-wrap:nth-of-type(19) .char, button .__spintxt .char-wrap:nth-of-type(19) .char {
  transition-delay: 0.36s;
}
a .__spintxt .char-wrap:nth-of-type(20) .char, button .__spintxt .char-wrap:nth-of-type(20) .char {
  transition-delay: 0.38s;
}
a .__spintxt .char-wrap:nth-of-type(21) .char, button .__spintxt .char-wrap:nth-of-type(21) .char {
  transition-delay: 0.4s;
}
a .__spintxt .char-wrap:nth-of-type(22) .char, button .__spintxt .char-wrap:nth-of-type(22) .char {
  transition-delay: 0.42s;
}
a .__spintxt .char-wrap:nth-of-type(23) .char, button .__spintxt .char-wrap:nth-of-type(23) .char {
  transition-delay: 0.44s;
}
a .__spintxt .char-wrap:nth-of-type(24) .char, button .__spintxt .char-wrap:nth-of-type(24) .char {
  transition-delay: 0.46s;
}
a .__spintxt .char-wrap:nth-of-type(25) .char, button .__spintxt .char-wrap:nth-of-type(25) .char {
  transition-delay: 0.48s;
}
a .__spintxt .char-wrap:nth-of-type(26) .char, button .__spintxt .char-wrap:nth-of-type(26) .char {
  transition-delay: 0.5s;
}
a .__spintxt .char-wrap:nth-of-type(27) .char, button .__spintxt .char-wrap:nth-of-type(27) .char {
  transition-delay: 0.52s;
}
a .__spintxt .char-wrap:nth-of-type(28) .char, button .__spintxt .char-wrap:nth-of-type(28) .char {
  transition-delay: 0.54s;
}
a .__spintxt .char-wrap:nth-of-type(29) .char, button .__spintxt .char-wrap:nth-of-type(29) .char {
  transition-delay: 0.56s;
}
a .__spintxt .char-wrap:nth-of-type(30) .char, button .__spintxt .char-wrap:nth-of-type(30) .char {
  transition-delay: 0.58s;
}
a .__spintxt .char-wrap:nth-of-type(31) .char, button .__spintxt .char-wrap:nth-of-type(31) .char {
  transition-delay: 0.6s;
}
a .__spintxt .char-wrap:nth-of-type(32) .char, button .__spintxt .char-wrap:nth-of-type(32) .char {
  transition-delay: 0.62s;
}
a .__spintxt .char-wrap:nth-of-type(33) .char, button .__spintxt .char-wrap:nth-of-type(33) .char {
  transition-delay: 0.64s;
}
a .__spintxt .char-wrap:nth-of-type(34) .char, button .__spintxt .char-wrap:nth-of-type(34) .char {
  transition-delay: 0.66s;
}
a .__spintxt .char-wrap:nth-of-type(35) .char, button .__spintxt .char-wrap:nth-of-type(35) .char {
  transition-delay: 0.68s;
}
a .__spintxt .char-wrap:nth-of-type(36) .char, button .__spintxt .char-wrap:nth-of-type(36) .char {
  transition-delay: 0.7s;
}
a .__spintxt .char-wrap:nth-of-type(37) .char, button .__spintxt .char-wrap:nth-of-type(37) .char {
  transition-delay: 0.72s;
}
a .__spintxt .char-wrap:nth-of-type(38) .char, button .__spintxt .char-wrap:nth-of-type(38) .char {
  transition-delay: 0.74s;
}
a .__spintxt .char-wrap:nth-of-type(39) .char, button .__spintxt .char-wrap:nth-of-type(39) .char {
  transition-delay: 0.76s;
}
a .__spintxt .char-wrap:nth-of-type(40) .char, button .__spintxt .char-wrap:nth-of-type(40) .char {
  transition-delay: 0.78s;
}
a .__spintxt .char-wrap:nth-of-type(41) .char, button .__spintxt .char-wrap:nth-of-type(41) .char {
  transition-delay: 0.8s;
}
a .__spintxt .char-wrap:nth-of-type(42) .char, button .__spintxt .char-wrap:nth-of-type(42) .char {
  transition-delay: 0.82s;
}
a .__spintxt .char-wrap:nth-of-type(43) .char, button .__spintxt .char-wrap:nth-of-type(43) .char {
  transition-delay: 0.84s;
}
a .__spintxt .char-wrap:nth-of-type(44) .char, button .__spintxt .char-wrap:nth-of-type(44) .char {
  transition-delay: 0.86s;
}
a .__spintxt .char-wrap:nth-of-type(45) .char, button .__spintxt .char-wrap:nth-of-type(45) .char {
  transition-delay: 0.88s;
}
a .__spintxt .char-wrap:nth-of-type(46) .char, button .__spintxt .char-wrap:nth-of-type(46) .char {
  transition-delay: 0.9s;
}
a .__spintxt .char-wrap:nth-of-type(47) .char, button .__spintxt .char-wrap:nth-of-type(47) .char {
  transition-delay: 0.92s;
}
a .__spintxt .char-wrap:nth-of-type(48) .char, button .__spintxt .char-wrap:nth-of-type(48) .char {
  transition-delay: 0.94s;
}
a .__spintxt .char-wrap:nth-of-type(49) .char, button .__spintxt .char-wrap:nth-of-type(49) .char {
  transition-delay: 0.96s;
}
a .__spintxt .char-wrap:nth-of-type(50) .char, button .__spintxt .char-wrap:nth-of-type(50) .char {
  transition-delay: 0.98s;
}
a .__spintxt .char-wrap:nth-of-type(51) .char, button .__spintxt .char-wrap:nth-of-type(51) .char {
  transition-delay: 1s;
}
a .__spintxt .char-wrap:nth-of-type(52) .char, button .__spintxt .char-wrap:nth-of-type(52) .char {
  transition-delay: 1.02s;
}
a .__spintxt .char-wrap:nth-of-type(53) .char, button .__spintxt .char-wrap:nth-of-type(53) .char {
  transition-delay: 1.04s;
}
a .__spintxt .char-wrap:nth-of-type(54) .char, button .__spintxt .char-wrap:nth-of-type(54) .char {
  transition-delay: 1.06s;
}
a .__spintxt .char-wrap:nth-of-type(55) .char, button .__spintxt .char-wrap:nth-of-type(55) .char {
  transition-delay: 1.08s;
}
a .__spintxt .char-wrap:nth-of-type(56) .char, button .__spintxt .char-wrap:nth-of-type(56) .char {
  transition-delay: 1.1s;
}
a .__spintxt .char-wrap:nth-of-type(57) .char, button .__spintxt .char-wrap:nth-of-type(57) .char {
  transition-delay: 1.12s;
}
a .__spintxt .char-wrap:nth-of-type(58) .char, button .__spintxt .char-wrap:nth-of-type(58) .char {
  transition-delay: 1.14s;
}
a .__spintxt .char-wrap:nth-of-type(59) .char, button .__spintxt .char-wrap:nth-of-type(59) .char {
  transition-delay: 1.16s;
}
a .__spintxt .char-wrap:nth-of-type(60) .char, button .__spintxt .char-wrap:nth-of-type(60) .char {
  transition-delay: 1.18s;
}
a .__spintxt .char-wrap:nth-of-type(61) .char, button .__spintxt .char-wrap:nth-of-type(61) .char {
  transition-delay: 1.2s;
}
a .__spintxt .char-wrap:nth-of-type(62) .char, button .__spintxt .char-wrap:nth-of-type(62) .char {
  transition-delay: 1.22s;
}
a .__spintxt .char-wrap:nth-of-type(63) .char, button .__spintxt .char-wrap:nth-of-type(63) .char {
  transition-delay: 1.24s;
}
a .__spintxt .char-wrap:nth-of-type(64) .char, button .__spintxt .char-wrap:nth-of-type(64) .char {
  transition-delay: 1.26s;
}
a .__spintxt .char-wrap:nth-of-type(65) .char, button .__spintxt .char-wrap:nth-of-type(65) .char {
  transition-delay: 1.28s;
}
a .__spintxt .char-wrap:nth-of-type(66) .char, button .__spintxt .char-wrap:nth-of-type(66) .char {
  transition-delay: 1.3s;
}
a .__spintxt .char-wrap:nth-of-type(67) .char, button .__spintxt .char-wrap:nth-of-type(67) .char {
  transition-delay: 1.32s;
}
a .__spintxt .char-wrap:nth-of-type(68) .char, button .__spintxt .char-wrap:nth-of-type(68) .char {
  transition-delay: 1.34s;
}
a .__spintxt .char-wrap:nth-of-type(69) .char, button .__spintxt .char-wrap:nth-of-type(69) .char {
  transition-delay: 1.36s;
}
a .__spintxt .char-wrap:nth-of-type(70) .char, button .__spintxt .char-wrap:nth-of-type(70) .char {
  transition-delay: 1.38s;
}
a .__spintxt .char-wrap:nth-of-type(71) .char, button .__spintxt .char-wrap:nth-of-type(71) .char {
  transition-delay: 1.4s;
}
a .__spintxt .char-wrap:nth-of-type(72) .char, button .__spintxt .char-wrap:nth-of-type(72) .char {
  transition-delay: 1.42s;
}
a .__spintxt .char-wrap:nth-of-type(73) .char, button .__spintxt .char-wrap:nth-of-type(73) .char {
  transition-delay: 1.44s;
}
a .__spintxt .char-wrap:nth-of-type(74) .char, button .__spintxt .char-wrap:nth-of-type(74) .char {
  transition-delay: 1.46s;
}
a .__spintxt .char-wrap:nth-of-type(75) .char, button .__spintxt .char-wrap:nth-of-type(75) .char {
  transition-delay: 1.48s;
}
a .__spintxt .char-wrap:nth-of-type(76) .char, button .__spintxt .char-wrap:nth-of-type(76) .char {
  transition-delay: 1.5s;
}
a .__spintxt .char-wrap:nth-of-type(77) .char, button .__spintxt .char-wrap:nth-of-type(77) .char {
  transition-delay: 1.52s;
}
a .__spintxt .char-wrap:nth-of-type(78) .char, button .__spintxt .char-wrap:nth-of-type(78) .char {
  transition-delay: 1.54s;
}
a .__spintxt .char-wrap:nth-of-type(79) .char, button .__spintxt .char-wrap:nth-of-type(79) .char {
  transition-delay: 1.56s;
}
a .__spintxt .char-wrap:nth-of-type(80) .char, button .__spintxt .char-wrap:nth-of-type(80) .char {
  transition-delay: 1.58s;
}
a .__spintxt .char-wrap:nth-of-type(81) .char, button .__spintxt .char-wrap:nth-of-type(81) .char {
  transition-delay: 1.6s;
}
a .__spintxt .char-wrap:nth-of-type(82) .char, button .__spintxt .char-wrap:nth-of-type(82) .char {
  transition-delay: 1.62s;
}
a .__spintxt .char-wrap:nth-of-type(83) .char, button .__spintxt .char-wrap:nth-of-type(83) .char {
  transition-delay: 1.64s;
}
a .__spintxt .char-wrap:nth-of-type(84) .char, button .__spintxt .char-wrap:nth-of-type(84) .char {
  transition-delay: 1.66s;
}
a .__spintxt .char-wrap:nth-of-type(85) .char, button .__spintxt .char-wrap:nth-of-type(85) .char {
  transition-delay: 1.68s;
}
a .__spintxt .char-wrap:nth-of-type(86) .char, button .__spintxt .char-wrap:nth-of-type(86) .char {
  transition-delay: 1.7s;
}
a .__spintxt .char-wrap:nth-of-type(87) .char, button .__spintxt .char-wrap:nth-of-type(87) .char {
  transition-delay: 1.72s;
}
a .__spintxt .char-wrap:nth-of-type(88) .char, button .__spintxt .char-wrap:nth-of-type(88) .char {
  transition-delay: 1.74s;
}
a .__spintxt .char-wrap:nth-of-type(89) .char, button .__spintxt .char-wrap:nth-of-type(89) .char {
  transition-delay: 1.76s;
}
a .__spintxt .char-wrap:nth-of-type(90) .char, button .__spintxt .char-wrap:nth-of-type(90) .char {
  transition-delay: 1.78s;
}
a .__spintxt .char-wrap:nth-of-type(91) .char, button .__spintxt .char-wrap:nth-of-type(91) .char {
  transition-delay: 1.8s;
}
a .__spintxt .char-wrap:nth-of-type(92) .char, button .__spintxt .char-wrap:nth-of-type(92) .char {
  transition-delay: 1.82s;
}
a .__spintxt .char-wrap:nth-of-type(93) .char, button .__spintxt .char-wrap:nth-of-type(93) .char {
  transition-delay: 1.84s;
}
a .__spintxt .char-wrap:nth-of-type(94) .char, button .__spintxt .char-wrap:nth-of-type(94) .char {
  transition-delay: 1.86s;
}
a .__spintxt .char-wrap:nth-of-type(95) .char, button .__spintxt .char-wrap:nth-of-type(95) .char {
  transition-delay: 1.88s;
}
a .__spintxt .char-wrap:nth-of-type(96) .char, button .__spintxt .char-wrap:nth-of-type(96) .char {
  transition-delay: 1.9s;
}
a .__spintxt .char-wrap:nth-of-type(97) .char, button .__spintxt .char-wrap:nth-of-type(97) .char {
  transition-delay: 1.92s;
}
a .__spintxt .char-wrap:nth-of-type(98) .char, button .__spintxt .char-wrap:nth-of-type(98) .char {
  transition-delay: 1.94s;
}
a .__spintxt .char-wrap:nth-of-type(99) .char, button .__spintxt .char-wrap:nth-of-type(99) .char {
  transition-delay: 1.96s;
}
a .__spintxt .char-wrap:nth-of-type(100) .char, button .__spintxt .char-wrap:nth-of-type(100) .char {
  transition-delay: 1.98s;
}
a .__spintxt.__jp .char-wrap .char.__initial, button .__spintxt.__jp .char-wrap .char.__initial {
  margin-top: 0;
}
a:hover .__spintxt .char-wrap .char.__initial, button:hover .__spintxt .char-wrap .char.__initial {
  margin-top: -0.9em;
}
a:hover .__spintxt.__jp .char-wrap .char.__initial, button:hover .__spintxt.__jp .char-wrap .char.__initial {
  margin-top: -1em;
}

.__linkbtn a, .__linkbtn button {
  color: #fff;
  background-color: #222;
  display: flex;
  align-items: center;
  padding: 1.2em 2em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .__linkbtn a, .__linkbtn button {
    width: 100%;
    justify-content: space-between;
  }
}
.__linkbtn a .__txt, .__linkbtn button .__txt {
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  .__linkbtn a .__txt, .__linkbtn button .__txt {
    font-size: 0.9em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn a .__txt.__jp, .__linkbtn button .__txt.__jp {
    font-size: 1em;
  }
}
.__linkbtn a .__arrow, .__linkbtn button .__arrow {
  width: 6em;
  transition: all 0.36s ease;
}
.__linkbtn a:hover .__arrow, .__linkbtn button:hover .__arrow {
  transform: translateX(10px);
}
.__linkbtn.__white a, .__linkbtn.__white button {
  color: #181818;
  background-color: #fff;
}

.__anchor-point {
  position: absolute;
}

.__map {
  display: inline;
  transition: all 0.24s ease;
}
.__map img {
  display: inline-block;
  width: 0.7em;
  height: auto;
  margin-left: 0.4em;
  vertical-align: baseline;
}
.__map:hover {
  opacity: 0.6;
}

.__table-style dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style dl {
    display: block;
  }
}
.__table-style dl dt {
  color: #052e61;
  font-size: 1.125em;
  width: 10em;
  padding: 1.6em 0;
  border-bottom: solid 2px rgba(5, 46, 97, 0.4);
}
@media screen and (max-width: 767px) {
  .__table-style dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 1em;
  }
}
.__table-style dl dd {
  font-size: 1.125em;
  width: calc(100% - 10em);
  padding: 1.6em 0;
  padding-left: 1em;
  border-bottom: solid 1px rgba(5, 46, 97, 0.4);
}
@media screen and (max-width: 767px) {
  .__table-style dl dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    font-size: 1em;
  }
}
.__table-style dl dd ul.__note li {
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-top: 0.4em;
}
.__table-style dl dd a {
  display: inline;
  font-size: 1em;
}
.__table-style dl span.__small {
  font-size: min(3.6vw, 0.9em);
}

.__fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease 0.4s;
}
.__fadeIn.__delay01 {
  transition-delay: 0.5s;
}
.__fadeIn.__delay02 {
  transition-delay: 0.6s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

.__flowingText {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.__flowingText p {
  opacity: 0.2;
  color: #074695;
  font-weight: 400;
  font-size: 8vw;
  letter-spacing: 0;
  flex: 0 0 auto;
  will-change: transform;
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .__flowingText p {
    opacity: 0.4;
  }
}
.__flowingText p:nth-of-type(1) {
  animation: loop_01 40s -20s linear infinite;
}
.__flowingText p:nth-of-type(2) {
  animation: loop_02 40s linear infinite;
}
@keyframes loop_01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.__bg-pattern {
  position: relative;
  z-index: 2;
}
.__bg-pattern::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-pattern.png);
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.04;
}

.__bg-gradation {
  background: linear-gradient(135deg, rgba(7, 70, 149, 0.04), rgba(7, 70, 149, 0.12), rgba(7, 70, 149, 0.04));
}

.__content-style01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.__content-style01 .txt-wrap {
  width: calc(100% - 40.3125rem - 4em);
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap {
    width: 100%;
  }
}
.__content-style01 .txt-wrap .sec-catch {
  margin-top: 2em;
}
.__content-style01 .txt-wrap .sec-txt {
  margin-top: 2em;
}
.__content-style01 .txt-wrap .sec-txt p {
  font-size: 1.125em;
  line-height: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap .sec-txt p {
    font-size: 1em;
  }
}
.__content-style01 .img-wrap {
  position: relative;
  z-index: 2;
  width: 40.3125rem;
  aspect-ratio: 4/3;
  box-shadow: 4px 4px 12px rgba(5, 46, 97, 0.4);
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .img-wrap {
    width: min(100%, 600px);
    margin: 0 auto;
    margin-top: 4em;
  }
}
.__content-style01 .img-wrap::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  margin-top: -1em;
  margin-right: -1em;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #052e61, #074695);
}
@media screen and (max-width: 767px) {
  .__content-style01 .img-wrap::before {
    margin-top: -10px;
    margin-right: -10px;
  }
}
.__content-style01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__content-style02 {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 8px 8px 8px rgba(5, 46, 97, 0.1);
  padding: 1em;
}
.__content-style02 .border-wrap {
  border: solid 1px rgba(7, 70, 149, 0.4);
  padding-top: 4em;
  padding-bottom: 4.4em;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .__content-style02 .border-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(7, 70, 149, 0.1);
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 72px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 300px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 270px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 225px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(60vw, 180px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 4px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 32px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(20deg);
  }
  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(-20deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #f0f0f0;
    width: 200px;
    height: 100vh;
    padding-top: 20svh;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(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: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  margin: 0 1.25rem;
  padding: 0.48em 0;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    margin: 4svh 0;
    padding-left: 20px;
  }
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a {
  color: #074695;
  border-bottom: solid 1px #181818;
}

/* footer
---------------------------------------------------- */
footer {
  box-shadow: 0px 0px 16px rgba(7, 70, 149, 0.1);
}
footer .footer-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10em;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}
footer .footer-inner #pagetop {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.6em;
  transform-origin: left;
  transform: translateX(50%) rotate(90deg);
}
@media screen and (max-width: 1199px) {
  footer .footer-inner #pagetop {
    margin-right: -2em;
  }
}
footer .footer-inner #pagetop a {
  display: flex;
  align-items: center;
  transition: all 0.24s ease;
}
footer .footer-inner #pagetop a span {
  display: block;
}
footer .footer-inner #pagetop a span.__arrow {
  width: 2em;
  border-bottom-color: #b3b3b3;
}
footer .footer-inner #pagetop a span.__arrow img {
  width: 0.6em;
  margin-left: 0;
  transform: scaleX(-1);
  filter: brightness(0) invert(0.7);
}
footer .footer-inner #pagetop a span.__txt {
  color: #b3b3b3;
  font-size: 0.85em;
  margin-left: 0.6em;
}
footer .footer-inner #pagetop a:hover {
  opacity: 0.6;
}
footer .footer-inner .footer-left {
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left {
    margin-top: 0;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 26.25rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 315px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 273px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: min(75vw, 231px);
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-info {
    margin-top: 0;
  }
}
footer .footer-inner .footer-left .footer-info ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-info ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-info ul {
    display: block;
  }
}
footer .footer-inner .footer-left .footer-info ul .info-item {
  margin-right: 3.75rem;
}
footer .footer-inner .footer-left .footer-info ul .info-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-info ul .info-item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-info ul .info-item {
    margin-top: 2em;
  }
}
footer .footer-inner .footer-left .footer-info ul .info-item h5 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-info ul .info-item h5 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-info ul .info-item h5 {
    font-size: 1em;
  }
}
footer .footer-inner .footer-left .footer-info ul .info-item p {
  font-size: 1.125rem;
  margin-top: 0.6em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-info ul .info-item p {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-info ul .info-item p {
    font-size: 0.9em;
    margin-top: 0.4em;
  }
}
footer .footer-inner .footer-left .footer-info ul .info-item p a {
  display: inline;
  font-size: 1em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right {
    margin-top: 4em;
  }
}
footer .footer-inner .footer-right .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu ul {
    display: none;
  }
}
footer .footer-inner .footer-right .footer-menu ul li {
  margin: 0 1.25rem;
}
footer .footer-inner .footer-right .footer-menu ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .footer-menu ul li {
    margin-right: 2em;
  }
  footer .footer-inner .footer-right .footer-menu ul li:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu ul li {
    margin: 0.4em 0;
  }
}
footer .footer-inner .footer-right .footer-menu ul li a {
  font-size: 1.125rem;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .footer-menu ul li a {
    font-size: 1em;
  }
}
footer .footer-inner .footer-right .footer-menu ul li a:hover {
  opacity: 0.6;
}
footer .footer-inner .footer-right .athome-link {
  margin-top: 6em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .athome-link {
    margin-top: 6em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .athome-link {
    margin-top: 2em;
  }
}
footer .footer-inner .footer-right .athome-link a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border: solid 1px #d7d9db;
  padding: 1em 3em;
  padding-right: 4em;
  margin-left: auto;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .athome-link a {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .athome-link a {
    padding: 0.6em 1.6em;
    padding-right: 2.4em;
  }
}
footer .footer-inner .footer-right .athome-link a img {
  width: 4.8em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .athome-link a img {
    width: 4.2em;
  }
}
footer .footer-inner .footer-right .athome-link a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1em;
  content: "\f08e";
  display: block;
  color: #222;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .athome-link a::before {
    margin: 0.6em 1em;
    font-size: 0.6em;
  }
}
footer .footer-inner .footer-right .athome-link a:hover {
  opacity: 0.6;
}
footer .footer-inner .copyright {
  width: 100%;
  text-align: end;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .copyright {
    margin-top: -1em;
  }
}
footer .footer-inner .copyright p {
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .copyright p {
    font-size: 10px;
  }
}/*# sourceMappingURL=common.css.map */