@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* ゴシックフォント */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  ヘッダー高さ
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  共通設定
---------------------------------------- */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Old Mincho", serif;
  background: #fff;
  color: #282828;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
ol,
th,
td {
  padding: 0;
  margin: 0;
  font-size: initial;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}

section {
  max-width: 100vw;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  section {
    max-width: 192rem;
  }
}
@media screen and (max-width: 768px) {
  section {
    max-width: 100vw;
  }
}

.inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0;
  }
}

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

.tab-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

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

/* ----------------------------------------
  コンポーネント
---------------------------------------- */
.ttl {
  font-weight: 400;
  font-size: 2.2395833333vw;
  line-height: 1.1860465116;
  color: #fff;
  background: #164475;
  padding: 1.0416666667vw 3.8020833333vw;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 1920px) {
  .ttl {
    font-size: 4.3rem;
    padding: 2rem 7.3rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 4.3vw;
    padding: 2vw 7.3vw;
  }
}

/* ---------------------------
  cta
--------------------------- */
.cta {
  padding: 5.5208333333vw 0 7.9166666667vw;
}
@media screen and (min-width: 1920px) {
  .cta {
    padding: 10.6rem 0 15.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding-top: 10.8vw;
    padding-bottom: 26.8vw;
  }
}
.cta__wrapper {
  max-width: 118.3rem;
  width: 61.6145833333vw;
  background: url(../img/cta_bg.png) no-repeat center center/cover;
  padding: 2.6041666667vw;
  gap: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 12px 19px 18px 0px rgba(8, 8, 98, 0.34);
          box-shadow: 12px 19px 18px 0px rgba(8, 8, 98, 0.34);
}
@media screen and (min-width: 1920px) {
  .cta__wrapper {
    width: 1183px;
    padding: 5rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__wrapper {
    background: url(../img/cta_bg-sp.png) no-repeat center center/cover;
    padding: 7.1vw 0;
    width: 84vw;
    max-width: 78.6rem;
    height: 47.7vw;
    gap: 3.6vw;
  }
}
.cta__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: relative;
}
.cta__heading::before, .cta__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.7604166667vw;
  height: 5.6770833333vw;
}
@media screen and (min-width: 1920px) {
  .cta__heading::before, .cta__heading::after {
    width: 5.3rem;
    height: 10.9rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__heading::before, .cta__heading::after {
    top: 0;
    width: 6.3vw;
    height: 12.8vw;
  }
}
.cta__heading::before {
  background: url(../img/cta_left.png) no-repeat center center/cover;
  left: -3.3333333333vw;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (min-width: 1920px) {
  .cta__heading::before {
    left: -6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__heading::before {
    left: -1.5vw;
    -webkit-transform: translate(-100%, -10%);
            transform: translate(-100%, -10%);
  }
}
.cta__heading::after {
  background: url(../img/cta_right.png) no-repeat center center/cover;
  right: -3.3333333333vw;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (min-width: 1920px) {
  .cta__heading::after {
    right: -6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__heading::after {
    right: -1.5vw;
    -webkit-transform: translate(100%, -10%);
            transform: translate(100%, -10%);
  }
}
.cta__ttl {
  font-weight: 400;
  font-size: 2.1354166667vw;
  line-height: 1.2;
}
@media screen and (min-width: 1920px) {
  .cta__ttl {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__ttl {
    font-size: 5vw;
  }
}
.cta__lead {
  font-size: 1.25vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .cta__lead {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__lead {
    font-size: 2.8vw;
    margin-top: 1.6vw;
  }
}
.cta__lead::before {
  content: "";
  position: absolute;
  background: url(../img/cta_underline.png) no-repeat center center/cover;
  width: 105%;
  height: 1rem;
  bottom: 0.3645833333vw;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (min-width: 1920px) {
  .cta__lead::before {
    bottom: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__lead::before {
    bottom: 0.3vw;
  }
}
.cta__lead span {
  font-size: 1.6666666667vw;
}
@media screen and (min-width: 1920px) {
  .cta__lead span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__lead span {
    font-size: 3.8vw;
  }
}
.cta__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .cta__items {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4vw;
  }
}
.cta__btn {
  width: 23.9583333333vw;
  height: 3.0729166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.0416666667vw;
  font-weight: 700;
  -webkit-box-shadow: 0px 2px 38px 0px rgba(8, 8, 98, 0.34);
          box-shadow: 0px 2px 38px 0px rgba(8, 8, 98, 0.34);
  border-radius: 5px;
}
@media screen and (min-width: 1920px) {
  .cta__btn {
    width: 46rem;
    height: 5.9rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__btn {
    font-size: 4vw;
    width: 71vw;
    height: 9vw;
    -webkit-box-shadow: 0px 19px 18px 0px rgba(8, 8, 98, 0.34);
            box-shadow: 0px 19px 18px 0px rgba(8, 8, 98, 0.34);
  }
}
.cta__btn.download {
  background: url(../img/cta_download-bg.png) no-repeat center center/cover;
  line-height: 1.1;
  color: #282828;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .cta__btn.download {
    letter-spacing: -0.034em;
  }
}
.cta__btn.line {
  background: url(../img/line_bg.png) no-repeat center center/cover;
  color: #fff;
  gap: 0.5208333333vw;
}
@media screen and (min-width: 1920px) {
  .cta__btn.line {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__btn.line {
    gap: 1.7vw;
  }
}
.cta__btn-icon {
  width: 1.4583333333vw;
  height: 1.40625vw;
}
@media screen and (min-width: 1920px) {
  .cta__btn-icon {
    width: 2.8rem;
    height: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__btn-icon {
    width: 6vw;
    height: 5.7vw;
  }
}

/* ---------------------------
  footer
--------------------------- */
.footer {
  background: #164475;
  color: #fff;
  width: 100%;
}
.footer__inner {
  max-width: 100vw;
  width: 100%;
  padding: 1.5625vw 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .footer__inner {
    max-width: 192rem;
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    max-width: 100vw;
    padding: 3vw 5vw;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5vw;
  }
}
.footer__copyright {
  font-size: 1.25vw;
}
@media screen and (min-width: 1920px) {
  .footer__copyright {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 2.5vw;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.6041666667vw;
  font-size: 1.25vw;
}
@media screen and (min-width: 1920px) {
  .footer__links {
    gap: 5rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__links {
    gap: 2.4vw;
    font-size: 2.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer a {
  color: #fff;
}