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

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

[hidden] {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.cta__container, .header__container {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .cta__container, .header__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cta__button, .cta__button--contact {
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 375px) {
  .cta__button, .cta__button--contact {
    box-shadow: 0.5333333333vw 0.8vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #fff;
  scrollbar-gutter: stable;
  background-color: #07243b;
}
body.is-hamburger-active {
  overflow-y: hidden;
}

a {
  opacity: 1;
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.6;
}

.main {
  overflow-y: hidden;
}

.content {
  position: relative;
}
.content::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/common/bg_item.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 904px 644px;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 375px) {
  .content::after {
    background-size: 241.0666666667vw 171.7333333333vw;
  }
}

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

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

.font__en {
  font-family: "Roboto", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #07243b;
  z-index: 100;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header__container {
    max-width: 93.3333333333vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .header__container {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.header__logo {
  display: block;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 375px) {
  .header__logo {
    max-width: 37.3333333333vw;
  }
}
.header__inner {
  display: flex;
  align-items: center;
}
.header__nav {
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .header__nav {
    margin: 0;
    padding: 8px 0;
    background-color: #f8e51f;
  }
}
@media screen and (max-width: 375px) {
  .header__nav {
    padding: 2.1333333333vw 0;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__nav-list {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-item {
    width: 25%;
  }
}
.header__nav-item + .header__nav-item {
  border-left: 1px solid #07243b;
}
.header__nav-link {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  white-space: nowrap;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
}
@media screen and (max-width: 1140px) {
  .header__nav-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-link {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 1px;
    color: #07243b;
  }
}
@media screen and (max-width: 375px) {
  .header__nav-link {
    font-size: 2.9333333333vw;
    padding-bottom: 0.2666666667vw;
  }
}
.header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  width: 180px;
  height: 40px;
  padding-bottom: 2px;
  border-radius: 30px;
  background-color: #f8e51f;
  color: #07243b;
}
@media screen and (max-width: 1140px) {
  .header__button {
    font-size: 1.3rem;
    width: 160px;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  .header__button {
    font-size: 1.2rem;
    width: 140px;
    height: 30px;
    padding-bottom: 0;
    border-radius: 30px;
  }
}
@media screen and (max-width: 375px) {
  .header__button {
    font-size: 3.2vw;
    width: 37.3333333333vw;
    height: 8vw;
    border-radius: 8vw;
  }
}
.header__button::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-left: 7px;
  background-image: url(/assets/img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  content: "";
}
@media screen and (max-width: 768px) {
  .header__button::after {
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-left: 5px;
  }
}
@media screen and (max-width: 375px) {
  .header__button::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 1.3333333333vw;
  }
}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 65px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .footer__container {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.footer__nav {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .footer__nav {
    margin-bottom: 5.3333333333vw;
  }
}
.footer__nav-list {
  display: flex;
  justify-content: center;
}
.footer__nav-item + .footer__nav-item {
  border-left: 1px solid #fff;
}
.footer__nav-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .footer__nav-link {
    font-size: 3.7333333333vw;
  }
}
.footer__copy {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .footer__copy {
    font-size: 2.6666666667vw;
  }
}

.cta__container::after, .cta__container::before {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 840px;
  width: 100%;
  height: 68px;
  background-image: url(/assets/img/cta/cta_item.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 800px 68px;
  aspect-ratio: 1600/136;
  content: "";
}
@media screen and (max-width: 768px) {
  .cta__container::after, .cta__container::before {
    max-width: 100%;
    height: 7.4666666667vw;
    background-size: contain;
  }
}

.cta {
  position: relative;
  background-image: url(/assets/img/cta/cta_bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .cta {
    background-size: 2350px 100%;
  }
}
@media screen and (max-width: 375px) {
  .cta {
    background-size: 626.6666666667vw 100%;
  }
}
.cta__container {
  position: relative;
  padding-top: 155px;
  padding-bottom: 160px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cta__container {
    padding-top: 21.3333333333vw;
    padding-bottom: 24vw;
  }
}
.cta__container::before {
  top: 40px;
}
@media screen and (max-width: 768px) {
  .cta__container::before {
    top: 8vw;
  }
}
.cta__container::after {
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cta__container::after {
    bottom: 8vw;
  }
}
.cta__title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 375px) {
  .cta__title {
    font-size: 8vw;
  }
}
.cta__text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8888888889;
  text-align: center;
  margin-top: 20px;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .cta__text {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.cta__list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .cta__list {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .cta__list {
    margin-top: 10.6666666667vw;
  }
}
.cta__item + .cta__item {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .cta__item + .cta__item {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .cta__item + .cta__item {
    margin-top: 8vw;
  }
}
.cta__item-text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .cta__item-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .cta__item-text {
    font-size: 3.7333333333vw;
  }
}
.cta__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 400px;
  height: 80px;
  font-size: 2.6rem;
  font-weight: 900;
  border-radius: 40px;
  margin-bottom: 15px;
  padding-left: 40px;
  background: linear-gradient(to right, #101aa2, #3b48e6);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta__button {
    justify-content: center;
    font-size: 2rem;
    width: 100%;
    height: 60px;
    padding-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .cta__button {
    font-size: 5.3333333333vw;
    height: 16vw;
  }
}
.cta__button::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/common/arrow_large_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 375px) {
  .cta__button::before {
    right: 6.6666666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.cta__button--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 280px;
  height: 64px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 32px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #07243b, #043c69);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta__button--contact {
    font-size: 2rem;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .cta__button--contact {
    font-size: 5.3333333333vw;
    height: 16vw;
    margin-bottom: 2.6666666667vw;
  }
}
.cta__button--contact::before {
  display: block;
  width: 19px;
  height: 19px;
  margin-top: 5px;
  margin-right: 10px;
  background-image: url(/assets/img/common/mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 375px) {
  .cta__button--contact::before {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    margin-top: 1.3333333333vw;
    margin-right: 2.6666666667vw;
  }
}