@charset "UTF-8";

button {
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

body.is-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ===============================================
# pcのみ　spのみ　表示
=============================================== */
.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header {
    height: 17.6vw;
    max-height: 76px;
  }
}
.header a {
  text-decoration: none;
}

body:has(.drawer.js-show) .header,
body.is-scroll .header {
  background-color: #fff;
}

.header__inner {
  position: relative;
  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;
  padding: 0 5.5555555556vw;
  height: 5.2777777778vw;
}
@media screen and (min-width: 1440px) {
  .header__inner {
    padding: 0 80px;
    height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 1rem;
    height: 4.125rem;
  }
}

.header__logo {
  width: 5.8333333333vw;
  max-width: 84px;
  aspect-ratio: 84/60;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 18.6666666667vw;
    max-width: 93px;
  }
}

.header__logo-link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .header__logo-link:hover {
    opacity: 0.7;
  }
}
.header__nav {
  margin-left: auto;
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 1440px) {
  .header__nav {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-link {
  display: grid;
  place-content: center;
  height: 5.2777777778vw;
  max-height: 76px;
  padding: 0 1.1111111111vw;
  color: #2A2F4E;
  font-size: 0.9722222222vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  white-space: nowrap;
  -webkit-transition: color 0.25s ease, opacity 0.25s ease;
  transition: color 0.25s ease, opacity 0.25s ease;
}
@media screen and (min-width: 1440px) {
  .header__nav-link {
    padding: 0 16px;
    font-size: 14px;
  }
}
.header__nav-link:hover {
  color: #213AC9;
  opacity: 0.9;
}

.header__contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9027777778vw;
  padding: 0.8333333333vw 0.8333333333vw 0.8333333333vw 1.1111111111vw;
  background: -webkit-gradient(linear, left top, right bottom, from(#283FF1), to(#0D21B9));
  background: linear-gradient(to bottom right, #283FF1 0%, #0D21B9 100%);
  border-radius: 4px;
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  white-space: nowrap;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.25s ease, transform 0.2s ease;
  transition: opacity 0.25s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 1440px) {
  .header__contact {
    gap: 13px;
    padding: 12px 12px 12px 16px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}

.header__contact-icon {
  display: inline-block;
  width: 1.25vw;
  max-width: 18px;
  aspect-ratio: 1/1;
  background-color: currentColor;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__contact-icon--mail {
  background: url(../images/new/mail-icon.webp) no-repeat center/contain;
  width: 1.9444444444vw;
  max-width: 28px;
  aspect-ratio: 1/1;
}

.header__contact-icon--arrow {
  display: block;
  width: 1.6666666667vw;
  max-width: 24px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.0823529412);
  position: relative;
  overflow: hidden; /* 1つ目の矢印を隠す */
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.header__contact-icon--arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%); /* 左側に配置（隠れた状態） */
  width: 0.8333333333vw;
  max-width: 12px;
  aspect-ratio: 12/10;
  -webkit-mask-image: url(../images/new/arrow-right.svg);
          mask-image: url(../images/new/arrow-right.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-transition: none;
  transition: none; /* 通常時はアニメーションなし */
}

.header__contact-icon--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* 中央に配置（表示されている状態） */
  width: 0.8333333333vw;
  max-width: 12px;
  aspect-ratio: 12/10;
  -webkit-mask-image: url(../images/new/arrow-right.svg);
          mask-image: url(../images/new/arrow-right.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-transition: none;
  transition: none; /* 通常時はアニメーションなし */
}

@media (any-hover: hover) {
  .header__contact:hover .header__contact-icon--arrow::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); /* 中央に移動（表示される） */
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* hover時のみアニメーション */
  }
  .header__contact:hover .header__contact-icon--arrow::after {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%); /* 右に移動（消える） */
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* hover時のみアニメーション */
  }
  .header__contact:hover .header__contact-icon--arrow::before,
  .header__contact:hover .header__contact-icon--arrow::after {
    background-color: #213AC9;
  }
  .header__contact:hover .header__contact-icon--arrow {
    background-color: #fff;
  }
}
.header__contact-text {
  display: inline-block;
}

.header.js-active {
  background-color: #fff;
}

.header__menu-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1.6666666667vw;
    max-width: 24px;
    aspect-ratio: 1/1;
    gap: 0.3472222222vw;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1001;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .header__menu-btn {
    gap: 5px;
  }
}

.header__menu-btn-line {
  display: block;
  width: 1.6666666667vw;
  max-width: 24px;
  height: 0.1388888889vw;
  max-height: 2px;
  background-color: #2A2F4E;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu-btn-line:nth-child(1) {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header__menu-btn-line:nth-child(2) {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header__menu-btn-line:nth-child(3) {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.header__menu-btn.js-active .header__menu-btn-line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.header__menu-btn.js-active .header__menu-btn-line:nth-child(2) {
  opacity: 0;
}
.header__menu-btn.js-active .header__menu-btn-line:nth-child(3) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.drawer__icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer__icon {
    width: 5.8666666667vw;
    max-width: 29px;
    height: 4.2666666667vw;
    max-height: 21px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    z-index: 102;
    top: 50%;
    right: 38px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 500px) {
  .drawer__icon {
    right: 7.7333333333vw;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #213AC9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  background: #fff;
  overflow-y: scroll;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 88px 21px 0;
}
@media screen and (max-width: 500px) {
  .drawer__body {
    padding: 17.6vw 4.2666666667vw 0;
  }
}

.drawer__list {
  max-width: 500px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px 116px;
}
@media screen and (max-width: 500px) {
  .drawer__list {
    padding: 0 2.1333333333vw 23.2vw;
  }
}

.drawer__item a {
  display: block;
  padding: 21px 0;
  border-bottom: 1px solid #213AC9;
  color: #2A2F4E;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 500px) {
  .drawer__item a {
    padding: 4.2666666667vw 0;
    font-size: 4.2666666667vw;
  }
}

.drawer__item a::after {
  content: "";
  width: 3.2vw;
  max-width: 15px;
  aspect-ratio: 12/10;
  -webkit-mask-image: url(../images/new/arrow-right.svg);
          mask-image: url(../images/new/arrow-right.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #213AC9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.drawer__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 21px 0;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  .drawer__btn-box {
    gap: 3.2vw;
    padding: 4.2666666667vw 0;
  }
}

.drawer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 21px 16px 21px;
  border-radius: 4px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 500px) {
  .drawer__btn {
    padding: 2.1333333333vw 4.2666666667vw 3.2vw 4.2666666667vw;
  }
}

.drawer__btn--download {
  background: -webkit-gradient(linear, left top, right bottom, from(#283FF1), to(#0D21B9));
  background: linear-gradient(to bottom right, #283FF1 0%, #0D21B9 100%);
}

.drawer__btn--consultation {
  background: linear-gradient(135deg, rgb(255, 138, 54) 0%, rgb(232, 97, 0) 100%);
  color: #fff;
}

.drawer__btn-text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.drawer__btn-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .drawer__btn-text {
    font-size: 4.2666666667vw;
  }
}

.drawer__btn-text--01 {
  font-size: 17px;
}
@media screen and (max-width: 500px) {
  .drawer__btn-text--01 {
    font-size: 3.4666666667vw;
  }
}

.drawer__btn-text--02 {
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .drawer__btn-text--02 {
    font-size: 4.8vw;
  }
}

.drawer__btn-icon {
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8.5333333333vw;
  max-width: 32px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.0823529412);
}
@media screen and (max-width: 500px) {
  .drawer__btn-icon {
    right: 4.2666666667vw;
  }
}

.drawer__btn-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.2666666667vw;
  max-width: 21px;
  aspect-ratio: 16/13;
  -webkit-mask-image: url(../images/new/arrow-right.svg);
          mask-image: url(../images/new/arrow-right.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}

.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    padding-bottom: 19.2vw;
  }
}
.footer a {
  text-decoration: none;
}

.footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #182A8E;
}

.footer__deco {
  position: absolute;
  z-index: 1;
  width: 154.6666666667vw;
  max-width: 580px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(0, 234, 255, 0.5);
  -webkit-filter: blur(180px);
          filter: blur(180px);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer__deco {
    width: 77.3333333333vw;
    max-width: 290px;
    -webkit-filter: blur(80px);
            filter: blur(80px);
  }
}

.footer__deco--01 {
  left: -18.75vw;
  top: 6.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .footer__deco--01 {
    left: -270px;
    top: 92px;
  }
}
@media screen and (max-width: 768px) {
  .footer__deco--01 {
    left: -125px;
    top: auto;
    bottom: -106px;
  }
}
@media screen and (max-width: 500px) {
  .footer__deco--01 {
    left: -25.0666666667vw;
    top: auto;
    bottom: -21.3333333333vw;
  }
}

.footer__deco--02 {
  width: 48.6111111111vw;
  max-width: 700px;
  aspect-ratio: 1/1;
  background-color: rgba(0, 234, 255, 0.6);
  -webkit-filter: blur(160px);
          filter: blur(160px);
  right: -17.3611111111vw;
  top: -22.9166666667vw;
}
@media screen and (min-width: 1440px) {
  .footer__deco--02 {
    right: -250px;
    top: -330px;
  }
}
@media screen and (max-width: 768px) {
  .footer__deco--02 {
    width: 93.3333333333vw;
    max-width: 465px;
    right: -164px;
    top: -128px;
    -webkit-filter: blur(98px);
            filter: blur(98px);
  }
}
@media screen and (max-width: 500px) {
  .footer__deco--02 {
    right: -32.8vw;
    top: -25.6vw;
  }
}

.footer__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.4444444444vw;
  padding: 3.1944444444vw 5.5555555556vw 4.4444444444vw;
  margin-inline: auto;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .footer__contents {
    gap: 64px;
    padding: 46px 80px 64px;
  }
}
@media screen and (max-width: 768px) {
  .footer__contents {
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 53px;
    padding: 53px 21px;
  }
}
@media screen and (max-width: 500px) {
  .footer__contents {
    gap: 10.6666666667vw;
    padding: 10.6666666667vw 4.2666666667vw;
  }
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 2.7777777778vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1440px) {
  .footer__left {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__left {
    gap: 42px;
  }
}
@media screen and (max-width: 500px) {
  .footer__left {
    gap: 8.5333333333vw;
  }
}

.footer__logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .footer__logo-box {
    gap: 8px;
  }
}

.footer__logo a {
  display: block;
  width: 12.4305555556vw;
  max-width: 179px;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__logo a {
    width: 29.8666666667vw;
    max-width: 149px;
  }
}

@media (any-hover: hover) {
  .footer__logo a:hover {
    opacity: 0.7;
  }
}
.footer__catch {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin: 0;
}
@media screen and (min-width: 1440px) {
  .footer__catch {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer__catch {
    font-size: 18px;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 500px) {
  .footer__catch {
    font-size: 3.7333333333vw;
  }
}

.footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5555555556vw;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .footer__company {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .footer__company {
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .footer__company {
    gap: 2.1333333333vw;
  }
}

.footer__company-name {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (min-width: 1440px) {
  .footer__company-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer__company-name {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .footer__company-name {
    font-size: 6.4vw;
  }
}

.footer__company-address {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (min-width: 1440px) {
  .footer__company-address {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer__company-address {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .footer__company-address {
    font-size: 3.7333333333vw;
  }
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 5.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .footer__right {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer__right {
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7777777778vw;
}
@media screen and (min-width: 1440px) {
  .footer__nav-list {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.footer__nav-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav-item {
    border-bottom: 1px solid #DADCE3;
  }
}

.footer__nav-link {
  display: block;
  padding: 0.5555555556vw 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9722222222vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.25s ease, opacity 0.25s ease;
  transition: border-color 0.25s ease, opacity 0.25s ease;
  white-space: nowrap;
}
@media screen and (min-width: 1440px) {
  .footer__nav-link {
    padding: 8px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    padding: 21px 0;
    text-align: left;
    border-bottom: none;
  }
}
@media screen and (max-width: 500px) {
  .footer__nav-link {
    padding: 2.1333333333vw 0;
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav-text {
    display: block;
  }
}

.footer__nav-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__nav-icon {
    display: block;
    width: 0.8333333333vw;
    max-width: 16px;
    aspect-ratio: 12/10;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 8px;
  }
}
@media screen and (max-width: 500px) {
  .footer__nav-icon {
    margin-right: 1.6vw;
  }
}
.footer__nav-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__nav-link:hover {
  border-bottom-color: #fff;
  opacity: 0.9;
}

.footer__copyright {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0.5555555556vw;
  padding: 1.1111111111vw 0;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .footer__copyright {
    gap: 8px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 21px 0;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .footer__copyright {
    gap: 2.1333333333vw;
    padding: 4.2666666667vw 0;
  }
}

.footer__copyright-text {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1440px) {
  .footer__copyright-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright-text {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 500px) {
  .footer__copyright-text {
    font-size: 2.9333333333vw;
  }
}

.fixed-cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    display: block;
    padding: 0.75rem 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.fixed-cta__inner {
  max-width: 500px;
  margin-inline: auto;
  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;
  gap: 0.75rem;
  padding-inline: 0.75rem;
}

.fixed-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem 0.5rem;
  border-radius: 0.25rem;
  width: 100%;
  max-width: 15rem;
  position: relative;
  text-decoration: none;
}

.fixed-cta__btn--download {
  background: #fff;
  color: #213AC9;
  border: 1px solid #213AC9;
}

.fixed-cta__btn--download .fixed-cta__btn-text {
  color: #213AC9;
}

.fixed-cta__btn--consultation {
  background: linear-gradient(135deg, rgb(255, 138, 54) 0%, rgb(232, 97, 0) 100%);
  color: #fff;
}

.fixed-cta__btn--consultation .fixed-cta__btn-text {
  color: #fff;
}

.fixed-cta__btn-text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.fixed-cta__btn-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.fixed-cta__btn-text--01 {
  font-size: 0.625rem;
}

.fixed-cta__btn-text--02 {
  font-size: 0.8125rem;
}

.inner {
  width: 100%;
  height: 100%;
  max-width: 85rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 1rem;
  }
}

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

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

.download {
  background: url("../images/new//cta-bg.webp") no-repeat center/cover;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .download {
    background: url("../images/new/cta-bg-sp.webp") no-repeat center/cover;
  }
}

.download-inner {
  padding-top: 5.625rem;
  padding-bottom: 6rem;
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .download-inner {
    padding-block: 3.25rem;
  }
}

.download-heading {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .download-heading {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}

.download::before {
  content: "DOWNLOAD";
  position: absolute;
  top: 16%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 7rem;
  font-weight: 900;
  font-family: "Plus Jakarta Sans";
  line-height: 1;
  text-align: center;
  color: #2d42bc;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .download::before {
    font-size: 3.5rem;
    top: 3.5rem;
  }
}

.download-lead {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .download-lead {
    font-size: 2rem;
    margin-top: 1rem;
    letter-spacing: 0.05em;
  }
}

.download-text {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .download-text {
    font-size: 1rem;
    margin-top: 1.75rem;
    letter-spacing: 0.05em;
  }
}

.download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff8026;
  border-radius: 4px;
  width: 100%;
  max-width: 31.25rem;
  height: 6.9375rem;
  margin-top: 2.5rem;
  margin-inline: auto;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4;
  transition: all 0.4;
}
@media screen and (max-width: 768px) {
  .download-btn {
    max-width: 21.0625rem;
    height: 4.8125rem;
    padding-inline: 1rem;
    margin-top: 1.75rem;
  }
}

.download-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  padding-left: 1rem;
  padding-top: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .download-btn-group {
    padding-top: 0.5rem;
    padding-left: 0;
  }
}

.download-btn-img {
  aspect-ratio: 118/83;
  max-width: 7.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .download-btn-img {
    max-width: 3.75rem;
    aspect-ratio: 60/40;
  }
}

.download-btn__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.download-btn__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
  width: 1.25rem;
  aspect-ratio: 12/10;
  -webkit-mask-image: url(../images/new/arrow-right.svg);
          mask-image: url(../images/new/arrow-right.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FF8026;
  -webkit-transition: none;
  transition: none;
}
.download-btn__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
  aspect-ratio: 12/10;
  -webkit-mask-image: url(../images/new/arrow-right.svg);
          mask-image: url(../images/new/arrow-right.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 768px) {
  .download-btn__icon {
    width: 2rem;
    height: 2rem;
    right: 0.5rem;
  }
  .download-btn__icon::before, .download-btn__icon::after {
    width: 1rem;
  }
}

@media (any-hover: hover) {
  .download-btn:hover .download-btn__icon::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .download-btn:hover .download-btn__icon::after {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (any-hover: hover) {
  .download-btn:hover .download-btn__icon {
    background: #fff;
  }
  .download-btn:hover .download-btn__icon::after {
    background: #FF8026;
  }
}
.download-btn-text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

.download-btn-text.--01 {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .download-btn-text.--01 {
    font-size: 1.125rem;
  }
}

.download-btn-text.--02 {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .download-btn-text.--02 {
    font-size: 1.25rem;
  }
}

.section-title {
  font-family: "Material", "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #2A2F4E;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}

.section-title::after {
  position: absolute;
  font-size: 11.5rem;
  font-family: "Plus Jakarta Sans";
  line-height: 1;
  letter-spacing: normal;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d8f4), to(#f3f4fc)), no-repeat;
  background: linear-gradient(180deg, #d3d8f4 0%, #f3f4fc 100%), no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section-title::after {
    font-size: 4.5rem;
  }
}

.section-lead {
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .section-lead {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

.catch {
  width: 100%;
  max-width: 67.5rem;
  margin-inline: auto;
  background-color: #fff;
  text-align: center;
  padding: 5rem 6.125rem;
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .catch {
    margin-top: 2.5rem;
    padding-inline: 0rem;
    padding-block: 2.5rem;
    max-width: 21.4375rem;
    border-radius: 4px;
  }
}

.catch-inner {
  padding-inline: 1.25rem;
  max-width: 72.8125rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .catch-inner {
    max-width: 21.4375rem;
    padding-inline: 1rem;
  }
}

.catch-lead {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .catch-lead {
    font-size: 1.125rem;
  }
}

.catch-note {
  font-size: 3.75rem;
  font-family: "Plus Jakarta Sans";
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #2A2F4E;
  margin-top: 3.1875rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .catch-note {
    font-size: 2.5rem;
    margin-top: 1.6875rem;
  }
}

.catch-note-small {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .catch-note-small {
    font-size: 1.75rem;
  }
}

.catch-text-box {
  display: inline;
  border-bottom: 1px solid #2A2F4E;
}

.catch-text {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #2A2F4E;
  margin-top: 1rem;
}
.catch-text span.border {
  border-bottom: 1px solid #2A2F4E;
}
.catch-text span {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .catch-text span {
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .catch-text {
    font-size: 2rem;
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 768px) {
  .catch-text.--ms-sp {
    margin-top: 0.5rem;
  }
}

.catch-ms {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #2A2F4E;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .catch-ms {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .catch-ms.--ms-sp {
    margin-top: 0.5rem;
  }
}

.catch-img {
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  width: 55.25rem;
  height: 8.25rem;
  margin-left: -1rem;
}
.catch-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 884/132;
}
@media screen and (max-width: 768px) {
  .catch-img {
    margin-top: 0;
    margin-bottom: 1.5rem;
    margin-left: 0.0625rem;
    width: 19.5rem;
    height: 6.25rem;
  }
  .catch-img img {
    aspect-ratio: 312/100;
  }
}