@charset "UTF-8";
section {
  scroll-margin-top: 73px;
}
@media screen and (max-width: 1024px) {
  section {
    scroll-margin-top: 54px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #FFFFFF;
}
.header .header__inner {
  height: 73px;
  padding-inline: 56px 0;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .header__inner {
    height: 54px;
    padding-inline: 16px 0;
  }
}
.header .logo {
  width: 197px;
  min-width: 197px;
  height: 34px;
  aspect-ratio: 394/68;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 166.08px;
    min-width: initial;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .header .logo {
    width: 44.288vw;
  }
}
.header .header__subtitle {
  margin-left: 12px;
  padding: 5px 11px 5px 10px;
  background: #0E6EB8;
  font-size: clamp(0.625rem, 0.51rem + 0.49vw, 1rem);
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1279px) {
  .header .header__subtitle {
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .header .header__subtitle {
    margin-left: 16px;
    padding: 5px 8px;
  }
}
@media screen and (max-width: 374px) {
  .header .header__subtitle {
    margin-left: 8px;
    width: 26.8373333333vw;
    height: 6.1333333333vw;
  }
}
.header .header__subtitle .header-subtitle__inner {
  min-width: 111.45px;
  display: flex;
  transform: skewX(-10deg);
}
@media screen and (max-width: 768px) {
  .header .header__subtitle .header-subtitle__inner {
    min-width: initial;
  }
}
@media screen and (max-width: 374px) {
  .header .header__subtitle .header-subtitle__inner {
    font-size: 8px;
  }
}
.header .header__subtitle .header-subtitle__inner p {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header .header__subtitle .header-subtitle__inner p {
    letter-spacing: 0.03em;
  }
}
.header .header__subtitle .header-subtitle__inner span {
  padding-inline: 5px;
}
@media screen and (max-width: 768px) {
  .header .header__subtitle .header-subtitle__inner span {
    padding-inline: 5px;
  }
}
.header .nav__items {
  display: flex;
  margin-left: 26px;
  padding-right: 12px;
  flex-wrap: wrap;
}
.header .nav__items.xl-show {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header .nav__items.xl-show {
    display: block;
  }
}
.header .nav__items__upper,
.header .nav__items__lower {
  display: flex;
}
.header .nav__item:not(:first-child) {
  margin-left: 2.5vw;
}
.header .nav__link {
  font-size: min(1vw, 16px);
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #1F1F1F;
  opacity: 0.5;
  transform: skewX(-10deg);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  .header .nav__link {
    font-size: 12.8px;
    line-height: 1.3;
  }
}
.header .nav__link::after {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin-block: auto;
  content: "";
  border-top: 2px solid #1F1F1F;
  border-right: 2px solid #1F1F1F;
  opacity: 0.5;
  rotate: 45deg;
  transform: skewX(10deg);
}
.header .nav__link:hover {
  opacity: 1;
  color: #0E6EB8;
}
.header .nav__link.is-active {
  opacity: 1 !important;
}
.header .header__button {
  margin-inline: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.5vw;
  height: 100%;
  background: linear-gradient(288.91deg, #3235A1 11.6%, #022A50 87.42%);
  gap: 5px;
}
@media screen and (max-width: 1279px) {
  .header .header__button {
    width: 224px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header__button {
    display: none;
  }
}
.header .header__button .button {
  padding: 0.59375vw 2.5vw 0.65625vw 1.25vw;
  width: 7.75vw;
  height: 2.4375vw;
  font-size: min(1vw, 16px);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .header .header__button .button {
    width: 100px;
    height: 34px;
    padding: 7px 32px 8px 16px;
  }
}
.header .header__button .button::after {
  width: 16.1290322581%;
  height: 1.25vw;
  right: 8.064516129%;
}
@media screen and (max-width: 1279px) {
  .header .header__button .button::after {
    width: 16px;
    height: 16px;
    right: 8px;
  }
}
.header .header__button .button1 {
  border: 2px solid #FFFFFF;
}
.header .header__button .button2::hover {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.header .hamburger {
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 16px;
  width: 32px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .header .hamburger {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 22px;
  }
}
.header .hamburger span {
  position: absolute;
  background-color: #007BC4;
  width: 32px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .header .hamburger span {
    width: 32px;
    height: 2px;
    min-height: 2px;
  }
}
.header .hamburger span:first-child {
  top: 0;
}
.header .hamburger span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 768px) {
  .header .hamburger span:nth-child(2) {
    top: 10px;
  }
}
.header .hamburger span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 768px) {
  .header .hamburger span:nth-child(3) {
    top: 20px;
  }
}
.header .hamburger.is-active span:first-child {
  top: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header .hamburger.is-active span:first-child {
    top: 10px;
  }
}
.header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.is-active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header .hamburger.is-active span:nth-child(3) {
    top: 10px;
  }
}
.header .drawer__menu {
  position: absolute;
  z-index: 5000;
  top: 54px;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100vh - 54px - 213.9px);
  background-color: #022A50;
}
@media screen and (max-width: 768px) {
  .header .drawer__menu {
    top: 54px;
    height: calc(100vh - 54px - 213.9px);
  }
}
.header .drawer__menu__inner {
  width: inherit;
  height: inherit;
}
.header .drawer__menu__items {
  display: flex;
  flex-direction: column;
  margin-top: 10.6666666667vw;
  margin-left: 2.1333333333vw;
}
.header .drawer__menu__item {
  display: inline-block;
}
.header .drawer__menu__item:not(:first-child) {
  margin-top: 35px;
}
.header .drawer__menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.25vw, 20px);
  line-height: 1.2;
  letter-spacing: 0.12em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  display: inline-block;
}
.header .drawer__menu__link span {
  display: inline-block;
  transform: skewX(-10deg);
}
.header .drawer__menu__link::after {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin-block: auto;
  content: "";
  transition: translate 0.3s;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  rotate: 45deg;
}
.header .drawer__menu__icon {
  width: 14px;
  height: 14px;
}
.header .drawer__menu__link {
  margin-left: 10px;
  font-size: 18px;
  color: ivory;
  display: block !important;
}
.header .drawer__menu__button {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 214px;
  background: #3235A1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-block: 24px;
}
.header .button__link.button {
  padding-left: 27.48px;
  width: 315px;
  height: 49px;
  font-size: 18px;
}
@media screen and (max-width: 374px) {
  .header .button__link.button {
    aspect-ratio: 315/49;
    width: 85%;
    height: auto;
  }
}
.header .button__link.button::after {
  width: 33.67px;
  height: 33.67px;
  right: 8.69px;
}
.header .button__link.button:hover {
  transform: scale(1.1);
  transition: scale 0.5s ease;
}
.header .button0 {
  display: flex;
  padding: 11.22px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  color: #3347CE;
  width: 310px;
  height: 60.5px;
  background: url(../img/header/fukidashi.webp) center center/cover no-repeat;
}
.header .button0 span {
  transform: skewX(-10deg);
}
@media screen and (max-width: 374px) {
  .header .button0 {
    aspect-ratio: 310/60.5;
    width: 85%;
    height: auto;
    font-size: 17px;
  }
}

.mv {
  position: relative;
  margin-top: 73px;
  width: 100%;
  height: calc(100vh - 73px - 125px);
  min-height: 648px;
  aspect-ratio: 3200/1338;
  background-image: url(../img/mv/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .mv {
    margin-top: 54px;
    height: calc(100vh - 54px - 80px);
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 54px;
    height: calc(100vh - 54px - clamp(6.25rem, -0.396rem + 21.27vw, 9.813rem));
    min-height: 635px;
    aspect-ratio: 750/788;
    background-image: url(../img/mv/bg-sp.webp);
    background-position: 20% 50%;
  }
}
@media screen and (max-width: 499px) {
  .mv {
    height: calc(100vh - 54px - 118px);
    min-height: 570px;
  }
}
@media screen and (max-width: 374px) {
  .mv {
    max-height: 684px;
  }
}
.mv::after {
  position: absolute;
  content: "";
  background: url(../img/mv/men.webp) center center/cover no-repeat;
  width: 53.25vw;
  max-width: 852px;
  bottom: -5.1vw;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/333;
  right: 1.25vw;
}
@media screen and (max-width: 768px) {
  .mv::after {
    width: auto;
    height: 76.3358778626%;
    bottom: -44px;
    right: 50%;
    translate: 50% 0;
    z-index: 1;
  }
}
@media screen and (max-width: 499px) {
  .mv::after {
    height: 77.6223776224%;
    right: 50%;
    translate: 50% 0;
    max-height: 600px;
  }
}
@media screen and (max-width: 374px) {
  .mv::after {
    height: 70%;
  }
}
.mv .mv-title__container {
  position: absolute;
  z-index: 1;
  top: 48px;
  left: 8vw;
  transform: rotate(-8.5deg);
}
@media screen and (max-width: 1024px) {
  .mv .mv-title__container {
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-title__container {
    top: 60px;
    left: 4.2666666667vw;
    translate: initial;
    transform: scale(0.7) rotate(-8.5deg);
    transform-origin: top left;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv-title__container {
    top: 50px;
    transform: scale(0.6) rotate(-8.5deg);
  }
}
@media screen and (max-width: 499px) {
  .mv .mv-title__container {
    top: 60px;
    left: 4.2666666667vw;
    transform: rotate(-8.5deg);
  }
}
.mv .mv-title {
  opacity: 1;
  line-height: 1;
  letter-spacing: 0;
  transform: skewX(-8.5deg);
  white-space: nowrap;
}
.mv .mv-title .mv-title-shadow {
  position: relative;
  text-shadow: 7px 7px 0px #072681;
}
@media screen and (max-width: 499px) {
  .mv .mv-title .mv-title-shadow {
    text-shadow: 1.0666666667vw 1.0666666667vw 0px #072681;
  }
}
.mv .mv-title .mv-title__bg {
  display: block;
  background: #072681;
  width: -moz-fit-content;
  width: fit-content;
}
.mv .mv-title .mv-title1 {
  padding-top: 7px;
  font-size: 52px;
  line-height: 1.1;
  transform: skewX(-5deg);
}
@media screen and (max-width: 499px) {
  .mv .mv-title .mv-title1 {
    padding-top: 0.5333333333vw;
    font-size: 6.1733333333vw;
  }
}
.mv .mv-title .mv-title2 {
  font-size: 120px;
  transform: skewX(-5deg);
  margin-left: 6px;
}
@media screen and (max-width: 499px) {
  .mv .mv-title .mv-title2 {
    font-size: 14.2453333333vw;
    margin-left: 0.8vw;
  }
}
.mv .mv-title .mv-title3 {
  font-size: 90px;
}
@media screen and (max-width: 499px) {
  .mv .mv-title .mv-title3 {
    font-size: 10.6826666667vw;
  }
}
.mv .mv-title .mv-title4 {
  font-size: 90px;
  padding-left: 6px;
  margin-left: -6px;
}
@media screen and (max-width: 499px) {
  .mv .mv-title .mv-title4 {
    font-size: 10.6826666667vw;
  }
}
.mv .mv-title .mv-title5 {
  font-size: 89px;
  letter-spacing: -0.07em;
  margin-left: -0.625vw;
  padding-right: 0.9375vw;
}
@media screen and (max-width: 499px) {
  .mv .mv-title .mv-title5 {
    font-size: 10.5653333333vw;
    margin-left: -2.6vw;
  }
}
.mv .mv-title .mv-title6 {
  font-size: 120px;
  letter-spacing: 0.04em;
  margin-left: 6px;
}
@media screen and (max-width: 499px) {
  .mv .mv-title .mv-title6 {
    font-size: 14.2453333333vw;
    margin-left: 0;
  }
}
.mv .mv-title .mv-title__upper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 499px) {
  .mv .mv-title .mv-title__upper {
    margin-left: 2.1333333333vw;
  }
}
.mv .mv-title .mv-title__middle {
  margin: -15px 0 0 -13px;
  padding: 8px 1.8vw 0px 0.1vw;
}
@media screen and (max-width: 499px) {
  .mv .mv-title .mv-title__middle {
    margin: -20px 0 0 0.266667vw;
    padding: 4px 3.5vw 0 1.5vw;
  }
}
@media screen and (max-width: 499px) {
  .mv .mv-title .mv-title__middle .mv-title3 {
    margin-left: -1.4vw;
  }
}
.mv .mv-title .mv-title__lower {
  margin: -9px 0 0 -1vw;
  padding: 8px 0.15vw 4px 0.15vw;
}
@media screen and (max-width: 1279px) {
  .mv .mv-title .mv-title__lower {
    margin-top: -10px;
  }
}
@media screen and (max-width: 499px) {
  .mv .mv-title .mv-title__lower {
    margin: -19px 0 0 0;
    padding: 3px 0.8vw 0.15vw 0.5vw;
  }
}
.mv .mv-title .mv-title__yellow {
  color: #F3EB12;
}
.mv .mv-icons {
  position: absolute;
  height: 222px;
  left: 17.7%;
  top: 425px;
  display: flex;
  z-index: 4;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .mv .mv-icons {
    height: 30.4vw;
    justify-content: space-between;
    top: initial;
    bottom: 9.6354166667vw;
    left: 50%;
    translate: -50% 0;
    gap: 0;
  }
}
@media screen and (max-width: 499px) {
  .mv .mv-icons {
    bottom: 15px;
  }
}
.mv .icon {
  position: relative;
  width: auto;
  height: 78%;
  aspect-ratio: 1;
  background-image: url(../img/mv/icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .mv .icon {
    height: 85.9649122807%;
  }
}
.mv .icon::before {
  position: absolute;
  content: "";
  width: 38%;
  aspect-ratio: 1/1;
  left: 50%;
  top: 30%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .mv .icon::before {
    width: 37.7894736842%;
    height: 37.7894736842%;
  }
}
.mv .icon p {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% 0;
  white-space: pre;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 0.5px 0.5px 0.5px #011B3A, -0.5px -0.5px 0.5px #011B3A, -0.5px 0.5px 0.5px #011B3A, 0.5px -0.5px 0.5px #011B3A;
}
@media screen and (max-width: 768px) {
  .mv .icon p {
    font-size: 4vw;
  }
}
.mv .icon p span {
  letter-spacing: -0.05em;
}
.mv .icon1 {
  margin-block: auto 0;
}
.mv .icon1::before {
  top: 35%;
  background: url(../img/mv/icon1.webp) center center/contain no-repeat;
}
.mv .icon1 p {
  top: 60%;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .mv .icon1 p {
    font-size: 4.8vw;
  }
}
.mv .icon2 {
  margin-block: auto;
}
.mv .icon2::before {
  background: url(../img/mv/icon2.webp) center center/contain no-repeat;
}
.mv .icon3 {
  margin-block: 0 auto;
}
.mv .icon3::before {
  background: url(../img/mv/icon3.webp) center center/contain no-repeat;
}

.cta1 {
  position: relative;
  background: #F3EB12;
  z-index: 1;
  height: 125px;
  padding-inline: 12.4375% 4%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .cta1 {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .cta1 {
    background: transparent;
    margin-top: -13.0208333333vw;
    height: 52.0833333333vw;
    padding-inline: 0;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 499px) {
  .cta1 {
    margin-top: -10px;
    height: 200px;
  }
}
.cta1::before {
  position: absolute;
  content: "";
  bottom: 0;
  z-index: 1;
  width: 16.3125vw;
  height: 16.5625vw;
  left: 2.5%;
  background: url(../img/cta/man.webp) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .cta1::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cta1::after {
    position: absolute;
    content: "";
    background: #F3EB12;
    -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 89%, 0 100%);
            clip-path: polygon(0 11%, 100% 0%, 100% 89%, 0 100%);
    z-index: 2;
    width: 100%;
    height: 60vw;
    left: 0;
    top: 24vw;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 499px) {
  .cta1::after {
    height: 280px;
    top: 92px;
  }
}
.cta1 .cta__lower {
  position: relative;
  margin-top: -25px;
  background-color: #F3EB12;
  padding-block: 58px 35px;
}
@media screen and (max-width: 768px) {
  .cta1 .cta__lower {
    z-index: 1;
    margin-top: -24px;
    padding-block: 24px 0px;
  }
}
.cta1 .inner-cta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .cta1 .inner-cta {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cta1 .inner-cta {
    flex-direction: column;
    margin-inline: auto;
    width: 82.6666666667vw;
  }
}
.cta1 .cta-title__container {
  position: relative;
  background-image: url(../img/cta/fukidashi.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 4;
  width: auto;
  max-width: 451.19px;
  height: 100%;
  max-height: 75px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cta1 .cta-title__container {
    background-image: url(../img/cta/fukidashi-sp.webp);
    width: 100%;
    max-width: initial;
    max-height: initial;
    aspect-ratio: 310/60.5;
  }
}
@media screen and (max-width: 499px) {
  .cta1 .cta-title__container {
    width: 310px;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .cta1 .cta-title__container {
    width: 300px;
  }
}
.cta1 .cta-title {
  font-size: clamp(0.938rem, 0.188rem + 1.56vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #3347CE;
  transform: skewX(-10deg);
  padding: 16px 16px 16px 32px;
}
@media screen and (max-width: 1600px) {
  .cta1 .cta-title {
    padding: 1vw 1vw 1vw 2vw;
  }
}
@media screen and (max-width: 768px) {
  .cta1 .cta-title {
    width: 84vw;
    height: 16.1333333333vw;
    font-size: 5.3333333333vw;
    padding: 3.0053333333vw 3.2986666667vw;
  }
}
@media screen and (max-width: 499px) {
  .cta1 .cta-title {
    width: 315px;
    height: 60.5px;
    font-size: 20px;
    padding: 11.27px 12.37px;
  }
}
.cta1 .button {
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .cta1 .button {
    width: 100%;
    padding-left: 8.3870967742%;
  }
}
@media screen and (max-width: 499px) {
  .cta1 .button {
    width: 320px;
    height: 69px;
  }
}
@media screen and (max-width: 374px) {
  .cta1 .button {
    width: 300px;
  }
}
.cta1 .button1 {
  margin-left: 4vw;
}
@media screen and (max-width: 768px) {
  .cta1 .button1 {
    margin-left: 0;
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .cta1 .button2 {
    margin-top: 8px;
  }
}
.cta1 .button2::hover {
  color: #FFFFFF;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  width: 25vw;
  height: 4.7875vw;
  padding: 1vw 2.75vw;
  font-size: clamp(0.813rem, 0.178rem + 1.32vw, 1.5rem);
  border-radius: calc(infinity * 1px);
  box-shadow: -2px 6px 8px 0px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.1019607843) inset;
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.6) inset;
}
@media screen and (max-width: 768px) {
  .button {
    width: 84vw;
    height: 13.0666666667vw;
    font-size: 5.2vw;
  }
}
.button::after {
  position: absolute;
  content: "";
  width: 3.375vw;
  max-width: 54px;
  height: 3.375vw;
  max-height: 54px;
  right: 0.9375vw;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .button::after {
    width: 8.9786666667vw;
    height: 8.9786666667vw;
    right: 2.3173333333vw;
  }
}
.button:hover {
  opacity: 1;
  box-shadow: initial;
  transition: 0.5s ease;
}

.button1 {
  color: #FFFFFF;
  border: 1px solid #304CA7;
  background: linear-gradient(180deg, #2E83D2 0%, #331E93 100%);
}
.button1::after {
  background: url(../img/cta/arrow1.webp) center center/contain no-repeat;
}
.button1:hover {
  background: linear-gradient(360deg, #2E83D2 0%, #331E93 100%);
}

.button2 {
  color: #3140A8;
  border: 2px solid #304CA7;
  background-color: #FFFFFF;
}
.button2::after {
  background: url(../img/cta/arrow2.webp) center center/contain no-repeat;
}
.button2:hover {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background-color: #304CA7;
}
.button2:hover::after {
  background: url(../img/cta/arrow1.webp) center center/contain no-repeat;
}


html {
  font-style: normal;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
	font-display: swap;
}

.NotoSerif {
  font-family: "Noto Serif JP", sans-serif;
	font-display: swap;
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	font-display: swap;
}

li {
  list-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}