@charset "UTF-8";
/**
 * Foundation - Reset
 * ブラウザのデフォルトスタイルをリセットし、
 * vw計算やレイアウトを崩れにくくします。
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/**
 * Foundation - Setting
 * プロジェクト全体の共通変数と関数を定義します。
 */
.js-target, .p-home-problem__title, .p-home-problem__item, .p-home-problem__note, .p-home-case__lead, .p-home-case__header, .p-home-case__item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-target.is-animated, .is-animated.p-home-problem__title, .is-animated.p-home-problem__item, .is-animated.p-home-problem__note, .is-animated.p-home-case__lead, .is-animated.p-home-case__header, .is-animated.p-home-case__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.u-delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.u-delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.u-delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.u-delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.u-delay-6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.u-delay-7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.u-delay-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.u-delay-9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.u-delay-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

body {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-header-lp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  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 2.7777777778vw;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header-lp {
    height: 16vw;
    padding: 0 5.3333333333vw;
  }
}
.l-header-lp.is-scrolled {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.l-header-lp__logo {
  width: 10.2777777778vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header-lp__logo a {
  display: block;
  line-height: 0;
}
.l-header-lp__logo img {
  width: 100%;
  height: auto;
}
.l-header-lp__logo span {
  display: block;
  line-height: 1%;
  font-size: max(10px, 0.7638888889vw);
  color: #333333;
  padding-left: 41%;
  margin-top: 0.0694444444vw;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-header-lp__logo {
    width: 29.3333333333vw;
  }
  .l-header-lp__logo span {
    font-size: 2.6666666667vw;
    margin-top: 0.5333333333vw;
    padding-left: 33%;
  }
}
.l-header-lp__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .l-header-lp__nav {
    display: none;
  }
}
.l-header-lp__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2222222222vw;
  list-style: none;
}
.l-header-lp__nav ul a {
  font-size: max(13px, 0.9722222222vw);
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  padding: 4px 0;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  opacity: 1;
}
.l-header-lp__nav ul a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #009e9e;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-header-lp__nav ul a:hover {
  color: #005ea4;
}
.l-header-lp__nav ul a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-header-lp__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header-lp__hamburger {
  display: none;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 40px;
  height: auto;
  cursor: pointer;
  z-index: 110;
  position: relative;
  background: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-header-lp__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header-lp__hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background: #005ea4;
  border-radius: 2px;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header-lp__hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.l-header-lp__hamburger.is-open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.l-header-lp__hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
.l-header-lp__hamburger-label {
  font-style: normal;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #005ea4;
  line-height: 1;
  margin-top: 1px;
}
.l-header-lp__drawer {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header-lp__drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.98);
    z-index: 105;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 21.3333333333vw 5% 10.6666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-header-lp__drawer.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header-lp__drawer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.4666666667vw;
    list-style: none;
    text-align: center;
  }
  .l-header-lp__drawer ul a {
    font-size: 4.2666666667vw;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    opacity: 1;
  }
  .l-header-lp__drawer ul a:hover {
    color: #009e9e;
    opacity: 1;
  }
}
.l-header-lp__drawer-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2vw;
  margin-top: 10.6666666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-btn-lp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2777777778vw 1.9444444444vw;
  border-radius: 3.4722222222vw;
  font-size: max(13px, 0.9722222222vw);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  opacity: 1;
}
.c-btn-lp:hover {
  opacity: 1;
}
.c-btn-lp--outline {
  border: 2px solid #005ea4;
  color: #005ea4;
  background: transparent;
}
.c-btn-lp--outline:hover {
  background: #009e9e;
  border-color: #009e9e;
  color: #fff;
}
.c-btn-lp--fill {
  border: 2px solid #005ea4;
  background: #005ea4;
  color: #fff;
}
.c-btn-lp--fill:hover {
  background: #003d75;
  border-color: #003d75;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn-lp {
    padding: 3.2vw 7.4666666667vw;
    font-size: 4vw;
    border-radius: 13.3333333333vw;
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer-lp {
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #e0e8f0;
}
.l-footer-lp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.1666666667vw;
  max-width: 83.3333333333vw;
  margin: 0 auto;
  padding: 3.8888888889vw 2.7777777778vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-lp__brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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.6944444444vw;
}
.l-footer-lp__logo img {
  width: 10.2777777778vw;
  height: auto;
}
.l-footer-lp__company {
  font-size: max(14px, 0.9722222222vw);
  font-weight: 500;
  color: #333333;
  margin: 0.4166666667vw 0 0;
}
.l-footer-lp__tagline {
  font-size: max(14px, 0.9027777778vw);
  color: #666;
  margin: 0;
}
.l-footer-lp__address {
  font-style: normal;
  font-size: max(14px, 0.9027777778vw);
  color: #666;
  line-height: 1.7;
  margin-top: 1.1111111111vw;
}
.l-footer-lp__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1666666667vw;
}
.l-footer-lp__nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3888888889vw;
  list-style: none;
}
.l-footer-lp__nav-col a {
  font-size: max(14px, 0.9722222222vw);
  font-weight: 400;
  color: #005ea4;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer-lp__nav-col a:hover {
  opacity: 0.7;
}
.l-footer-lp__bottom {
  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;
  max-width: 83.3333333333vw;
  margin: 0 auto;
  padding: 1.1111111111vw 2.7777777778vw;
  border-top: 1px solid #e0e8f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-lp__copy {
  font-size: max(10px, 0.8333333333vw);
  color: #888;
  letter-spacing: 0.05em;
}
.l-footer-lp__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6666666667vw;
  list-style: none;
}
.l-footer-lp__bottom-links li + li {
  position: relative;
  padding-left: 1.6666666667vw;
}
.l-footer-lp__bottom-links li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 0.9em;
  background: #bbb;
}
.l-footer-lp__bottom-links a {
  font-size: max(14px, 0.9027777778vw);
  color: #333333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer-lp__bottom-links a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-footer-lp__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12.8vw 6.4vw;
    gap: 10.6666666667vw;
  }
  .l-footer-lp__logo img {
    width: 32vw;
  }
  .l-footer-lp__company {
    font-size: 3.7333333333vw;
  }
  .l-footer-lp__tagline, .l-footer-lp__address {
    font-size: 3.4666666667vw;
  }
  .l-footer-lp__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8.5333333333vw 10.6666666667vw;
  }
  .l-footer-lp__nav-col {
    gap: 4.8vw;
  }
  .l-footer-lp__nav-col a {
    font-size: 3.7333333333vw;
  }
  .l-footer-lp__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.2666666667vw;
    padding: 5.3333333333vw 6.4vw;
  }
  .l-footer-lp__bottom-links {
    gap: 4.2666666667vw;
  }
  .l-footer-lp__bottom-links li + li {
    padding-left: 4.2666666667vw;
  }
  .l-footer-lp__bottom-links a {
    font-size: 3.4666666667vw;
  }
}

.c-bg-gradient--light {
  background: -webkit-gradient(linear, left top, right top, from(#e9eff6), to(#ecf5f5));
  background: linear-gradient(to right, #e9eff6 0%, #ecf5f5 100%);
}
.c-bg-gradient--main {
  background: -webkit-gradient(linear, left top, right top, from(#285ca0), to(#489b9d));
  background: linear-gradient(to right, #285ca0 0%, #489b9d 100%);
}

.l-header__nav .c-btn-download {
  background-color: #00609c;
  color: #fff;
  padding: 20px 35px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
}

.c-btn-download:hover {
  opacity: 0.8;
}

.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.0833333333vw;
  background-color: #005ea4;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-button {
    font-size: max(20px, 1.3888888889vw);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 4.8vw;
  }
}
.c-button {
  text-decoration: none;
  padding: 1.25vw 4.1666666667vw;
  border-radius: 6.9444444444vw;
  position: relative;
  -webkit-box-shadow: 0 0.4166666667vw 0 #003d75;
          box-shadow: 0 0.4166666667vw 0 #003d75;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button::after {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -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;
}
.c-button:hover {
  opacity: 0.9;
}
.c-button:hover::after {
  -webkit-transform: translateX(0.5555555556vw);
          transform: translateX(0.5555555556vw);
}
.c-button:active {
  -webkit-transform: translateY(0.2777777778vw);
          transform: translateY(0.2777777778vw);
  -webkit-box-shadow: 0 0.1388888889vw 0 #003d75;
          box-shadow: 0 0.1388888889vw 0 #003d75;
}
@media screen and (max-width: 768px) {
  .c-button {
    padding: 3.2vw 10.6666666667vw;
    font-size: 4.2666666667vw;
    gap: 5.3333333333vw;
    -webkit-box-shadow: 0 1.0666666667vw 0 #003d75;
            box-shadow: 0 1.0666666667vw 0 #003d75;
  }
  .c-button::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .c-button:active {
    -webkit-transform: translateY(0.5333333333vw);
            transform: translateY(0.5333333333vw);
    -webkit-box-shadow: 0 0.5333333333vw 0 #003d75;
            box-shadow: 0 0.5333333333vw 0 #003d75;
  }
}

.c-button-teal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #009e9e;
  color: #fff;
  padding: 0.6944444444vw 2.0833333333vw;
  border-radius: 3.4722222222vw;
  font-size: 0.9722222222vw;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  text-decoration: none;
}
.c-button-teal::after {
  content: "→";
  margin-left: 0.5555555556vw;
  font-size: 1.1em;
}
.c-button-teal:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 768px) {
  .c-button-teal {
    padding: 2.1333333333vw 5.3333333333vw;
    font-size: 3.2vw;
    margin: 15px auto 0 auto;
  }
}

.c-btn-cta {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#244b8a), to(#308b9c));
  background: linear-gradient(to right, #244b8a 0%, #308b9c 100%);
  padding: 3.4722222222vw 0;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  z-index: 1;
}
.c-btn-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#308b9c), to(#244b8a));
  background: linear-gradient(to right, #308b9c 0%, #244b8a 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.c-btn-cta__inner {
  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;
  gap: 1.0416666667vw;
}
.c-btn-cta__icon {
  width: 2.4305555556vw;
  height: auto;
  -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;
}
.c-btn-cta__text {
  color: #fff;
  font-size: 1.6666666667vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn-cta__arrow {
  display: inline-block;
  position: relative;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-left: 1.0416666667vw;
  border-top: 0.2083333333vw solid #fff;
  border-right: 0.2083333333vw solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-btn-cta:hover::before {
  opacity: 1;
}
.c-btn-cta:hover .c-btn-cta__arrow {
  -webkit-transform: translateX(1.0416666667vw) rotate(45deg);
          transform: translateX(1.0416666667vw) rotate(45deg);
}
.c-btn-cta:hover .c-btn-cta__icon {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.c-btn-cta:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: -webkit-transform 0.05s;
  transition: -webkit-transform 0.05s;
  transition: transform 0.05s;
  transition: transform 0.05s, -webkit-transform 0.05s;
}
@media screen and (max-width: 768px) {
  .c-btn-cta {
    padding: 4.8vw 0;
  }
  .c-btn-cta__text {
    font-size: 4.8vw;
  }
  .c-btn-cta__icon {
    width: 6.4vw;
  }
  .c-btn-cta__arrow {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
    margin-left: 2.6666666667vw;
  }
}

.c-btn-thanks-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.0416666667vw;
  background-color: #f2a83e;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  width: 34.7222222222vw;
  max-width: 90%;
  height: auto;
  border-radius: 3.4722222222vw;
  padding: 1.0416666667vw;
  margin-top: 2.0833333333vw;
  -webkit-box-shadow: 0 0.4166666667vw 0 0 #d38c2c;
          box-shadow: 0 0.4166666667vw 0 0 #d38c2c;
}
@media screen and (min-width: 769px) {
  .c-btn-thanks-download {
    font-size: max(18px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-thanks-download {
    font-size: 4.2666666667vw;
  }
}
.c-btn-thanks-download {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-thanks-download:hover {
  background-color: #f4b55c;
  -webkit-transform: translateY(0.1388888889vw);
          transform: translateY(0.1388888889vw);
  -webkit-box-shadow: 0 0.2777777778vw 0 0 #d38c2c;
          box-shadow: 0 0.2777777778vw 0 0 #d38c2c;
}
.c-btn-thanks-download:active {
  -webkit-transform: translateY(0.4166666667vw);
          transform: translateY(0.4166666667vw);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-thanks-download__text {
  line-height: 1;
}
.c-btn-thanks-download__icon {
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn-thanks-download__icon svg {
  width: 100%;
  height: 100%;
}
.c-btn-thanks-download {
  /* スマートフォン表示 */
}
@media screen and (max-width: 768px) {
  .c-btn-thanks-download {
    width: 90%;
    height: 17.0666666667vw;
    border-radius: 8.5333333333vw;
    gap: 2.6666666667vw;
    -webkit-box-shadow: 0 1.0666666667vw 0 0 #d38c2c;
            box-shadow: 0 1.0666666667vw 0 0 #d38c2c;
  }
  .c-btn-thanks-download__icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}

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

.p-lp-hero {
  position: relative;
  height: clamp(620px, 100svh, 85vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5vw;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-lp-hero {
    height: clamp(560px, 100svh, 720px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-hero {
    height: auto;
    padding-top: 16vw;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-lp-hero::before {
    display: none;
  }
}
.p-lp-hero__inner {
  z-index: 1;
  max-width: 48vw;
  padding: 3.8194444444vw 0 2.7777777778vw 7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-lp-hero__inner {
    max-width: 100%;
    width: 100%;
    padding: 8vw 5%;
  }
}
.p-lp-hero__text {
  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.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-lp-hero__text {
    gap: 3.7333333333vw;
  }
}
.p-lp-hero__badge {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(14px, 0.9027777778vw);
  color: #333333;
  border: 1px solid #b8c8d8;
  border-radius: 3.4722222222vw;
  padding: 0.3472222222vw 1.1111111111vw;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-hero__badge {
    font-size: 3.2vw;
    padding: 1.0666666667vw 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-hero__title {
    font-size: max(40px, 4.1666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-hero__title {
    font-size: 8vw;
  }
}
.p-lp-hero__title {
  font-weight: 900;
  line-height: 1.25;
  color: #333333;
  letter-spacing: -0.01em;
  margin: 0 0 0 -0.5em;
}
@media screen and (max-width: 768px) {
  .p-lp-hero__title {
    margin: 0;
  }
}
.p-lp-hero__title span {
  margin-left: -0.3em;
}
.p-lp-hero__title em {
  font-size: 1.15em;
  font-weight: 900;
  color: #005ea4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(48%, rgba(255, 237, 0, 0.85)));
  background: linear-gradient(transparent 52%, rgba(255, 237, 0, 0.85) 48%);
  padding: 0 0.2em 0 0.15em;
  margin-left: 0.5em;
  letter-spacing: 0;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .p-lp-hero__desc {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-hero__desc {
    font-size: 3.7333333333vw;
  }
}
.p-lp-hero__desc {
  color: #555;
  line-height: 1.85;
  margin-bottom: 0;
}
.p-lp-hero__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5555555556vw;
  list-style: none;
  margin: 0.5em 0;
}
.p-lp-hero__tags li {
  font-size: max(14px, 0.9027777778vw);
  border: 1px solid #b0bec5;
  border-radius: 0.2777777778vw;
  padding: 0.2777777778vw 0.8333333333vw;
  color: #555;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .p-lp-hero__tags {
    gap: 1.6vw;
  }
  .p-lp-hero__tags li {
    font-size: 3.2vw;
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
.p-lp-hero__features {
  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;
  list-style: none;
}
.p-lp-hero__features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5555555556vw;
}
@media screen and (min-width: 769px) {
  .p-lp-hero__features li {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-hero__features li {
    font-size: 3.7333333333vw;
  }
}
.p-lp-hero__features li {
  color: #333333;
  font-weight: 500;
}
.p-lp-hero__features strong {
  font-weight: 900;
  color: #009e9e;
  letter-spacing: -0.3em;
}
.p-lp-hero__features strong span {
  letter-spacing: -0.5em;
}
@media screen and (max-width: 768px) {
  .p-lp-hero__features {
    gap: 2.6666666667vw;
  }
  .p-lp-hero__features li {
    gap: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-lp-hero__check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  background: #009e9e;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-lp-hero__check::before {
  content: "";
  display: block;
  width: 30%;
  height: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(-8%, -8%);
          transform: rotate(45deg) translate(-8%, -8%);
}
@media screen and (max-width: 768px) {
  .p-lp-hero__check {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-lp-hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9722222222vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 768px) {
  .p-lp-hero__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 3.2vw;
  }
}
.p-lp-hero__visual {
  position: absolute;
  right: 0;
  width: 55vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-hero__visual {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-lp-hero__visual-img {
  width: 100%;
  height: auto;
  display: block;
}

.c-btn-lp-hero {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3888888889vw;
  padding: 0.8333333333vw 3.8888888889vw;
  border-radius: 6.9444444444vw;
}
@media screen and (min-width: 769px) {
  .c-btn-lp-hero {
    font-size: max(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-lp-hero {
    font-size: 4.2666666667vw;
  }
}
.c-btn-lp-hero {
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  -webkit-transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.c-btn-lp-hero::after {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -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;
}
.c-btn-lp-hero:hover {
  opacity: 1;
}
.c-btn-lp-hero:hover::after {
  -webkit-transform: translateX(0.5555555556vw);
          transform: translateX(0.5555555556vw);
}
.c-btn-lp-hero:active {
  -webkit-transform: translateY(0.2777777778vw);
          transform: translateY(0.2777777778vw);
}
.c-btn-lp-hero--fill {
  background: #005ea4;
  color: #fff;
  -webkit-box-shadow: 0 0.4166666667vw 0 #003d75;
          box-shadow: 0 0.4166666667vw 0 #003d75;
}
.c-btn-lp-hero--fill::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
}
.c-btn-lp-hero--fill:hover {
  background: #003d75;
}
.c-btn-lp-hero--fill:active {
  -webkit-box-shadow: 0 0.1388888889vw 0 #003d75;
          box-shadow: 0 0.1388888889vw 0 #003d75;
}
.c-btn-lp-hero--outline {
  background: #fff;
  color: #005ea4;
  border: 2px solid #005ea4;
  -webkit-box-shadow: 0 0.4166666667vw 0 #c8cdd4;
          box-shadow: 0 0.4166666667vw 0 #c8cdd4;
}
.c-btn-lp-hero--outline::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23005ea4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
}
.c-btn-lp-hero--outline:hover {
  background: #009e9e;
  border-color: #009e9e;
  color: #fff;
}
.c-btn-lp-hero--outline:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
}
.c-btn-lp-hero--outline:active {
  -webkit-box-shadow: 0 0.1388888889vw 0 #cccccc;
          box-shadow: 0 0.1388888889vw 0 #cccccc;
}
.c-btn-lp-hero--ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-lp-hero--ghost::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
}
.c-btn-lp-hero--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
.c-btn-lp-hero--ghost:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .c-btn-lp-hero {
    padding: 3.7333333333vw 9.6vw;
    font-size: 4.2666666667vw;
    border-radius: 26.6666666667vw;
    gap: 4.2666666667vw;
    width: 100%;
  }
  .c-btn-lp-hero::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .c-btn-lp-hero--fill:active {
    -webkit-box-shadow: 0 0.5333333333vw 0 #003d75;
            box-shadow: 0 0.5333333333vw 0 #003d75;
  }
  .c-btn-lp-hero--outline:active {
    -webkit-box-shadow: 0 0.5333333333vw 0 #cccccc;
            box-shadow: 0 0.5333333333vw 0 #cccccc;
  }
}

.c-btn-lp-md {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.1111111111vw 3.3333333333vw;
  border-radius: 3.4722222222vw;
  font-size: max(16px, 1.1111111111vw);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  -webkit-transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.2s ease;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.2s ease;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.c-btn-lp-md:hover {
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.c-btn-lp-md:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-btn-lp-md--white {
  background: #fff;
  color: #005ea4;
}
.c-btn-lp-md--white:hover {
  background: rgba(255, 255, 255, 0.88);
}
.c-btn-lp-md--ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.c-btn-lp-md--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.c-btn-lp-md--fill {
  background: #005ea4;
  color: #fff;
}
.c-btn-lp-md--fill:hover {
  background: #003d75;
}
.c-btn-lp-md--outline {
  background: transparent;
  color: #005ea4;
  border: 2px solid #005ea4;
}
.c-btn-lp-md--outline:hover {
  background: #009e9e;
  border-color: #009e9e;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn-lp-md {
    padding: 4.2666666667vw 7.4666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 13.3333333333vw;
    width: 100%;
  }
}

.p-lp-strengths {
  background: #fff;
  padding: 6.25vw 0;
}
.p-lp-strengths__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-strengths__inner {
    width: 90%;
  }
}
.p-lp-strengths__heading {
  text-align: center;
  margin-bottom: 3.8888888889vw;
}
@media screen and (min-width: 769px) {
  .p-lp-strengths__title {
    font-size: max(26px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-strengths__title {
    font-size: 6.4vw;
  }
}
.p-lp-strengths__title {
  font-weight: 900;
  color: #333333;
  margin-bottom: 1.1111111111vw;
  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;
}
.p-lp-strengths__title img {
  width: 8.3333333333vw;
  height: auto;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-lp-strengths__title {
    gap: 12px;
  }
  .p-lp-strengths__title img {
    width: 72px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-strengths__lead {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-strengths__lead {
    font-size: 3.7333333333vw;
  }
}
.p-lp-strengths__lead {
  color: #777;
}
.p-lp-strengths__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6666666667vw;
  list-style: none;
}
.p-lp-strengths__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border: 1px solid #d8e4ec;
  border-radius: 0.9722222222vw;
  overflow: hidden;
}
.p-lp-strengths__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12.5vw;
}
.p-lp-strengths__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-lp-strengths__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.9444444444vw 1.6666666667vw;
  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.6944444444vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-lp-strengths__name {
    font-size: max(17px, 1.5277777778vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-strengths__name {
    font-size: 4.2666666667vw;
  }
}
.p-lp-strengths__name {
  font-weight: 700;
  color: #333333;
  line-height: 1.45;
  margin-bottom: 0;
}
.p-lp-strengths__name em {
  font-weight: 700;
  color: #009e9e;
}
.p-lp-strengths__desc {
  font-size: max(14px, 0.9722222222vw);
  color: #555;
  line-height: 1.8;
}
.p-lp-strengths__link {
  font-size: max(14px, 0.9722222222vw);
  font-weight: 600;
  color: #009e9e;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  margin-top: 0.2777777778vw;
}
.p-lp-strengths__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-lp-strengths {
    padding: 8vw 0;
  }
  .p-lp-strengths__heading {
    margin-bottom: 9.6vw;
  }
  .p-lp-strengths__title {
    font-size: 5.3333333333vw;
  }
  .p-lp-strengths__lead {
    font-size: 3.7333333333vw;
  }
  .p-lp-strengths__list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
  .p-lp-strengths__item {
    border-radius: 3.2vw;
  }
  .p-lp-strengths__img {
    width: 34.6666666667vw;
  }
  .p-lp-strengths__body {
    padding: 4.8vw 4.2666666667vw;
    gap: 2.1333333333vw;
  }
  .p-lp-strengths__name {
    font-size: 4.5333333333vw;
  }
  .p-lp-strengths__desc {
    font-size: 3.4666666667vw;
  }
  .p-lp-strengths__link {
    font-size: 3.4666666667vw;
  }
}

.p-lp-cta-mid {
  background: #005ea4;
  padding: 5vw 0;
}
@media screen and (max-width: 768px) {
  .p-lp-cta-mid {
    padding: 13.8666666667vw 0;
  }
}
.p-lp-cta-mid__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
  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;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .p-lp-cta-mid__inner {
    width: 90%;
    gap: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-cta-mid__lead {
    font-size: max(15px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-cta-mid__lead {
    font-size: 4vw;
  }
}
.p-lp-cta-mid__lead {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-lp-cta-mid__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-lp-cta-mid__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 3.2vw;
  }
}

.p-lp-subsidy {
  background: #fef9e6;
  padding: 6.25vw 0;
}
.p-lp-subsidy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.8888888889vw;
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-subsidy__inner {
    width: 90%;
  }
}
.p-lp-subsidy__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-lp-subsidy__badge {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffd400;
  color: #fff;
  font-size: max(14px, 0.9027777778vw);
  font-weight: 700;
  padding: 0.1388888889vw 1.1111111111vw;
  border-radius: 50;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-lp-subsidy__title {
    font-size: max(26px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-subsidy__title {
    font-size: 6.4vw;
  }
}
.p-lp-subsidy__title {
  font-weight: 900;
  color: #333333;
  line-height: 1.4;
  text-align: left;
  margin: 0 auto 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-lp-subsidy__title {
    margin-bottom: 0 0 5.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-subsidy__desc {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-subsidy__desc {
    font-size: 3.7333333333vw;
  }
}
.p-lp-subsidy__desc {
  color: #555;
  line-height: 1.9;
}
.p-lp-subsidy__desc em {
  font-weight: 700;
  position: relative;
}
.p-lp-subsidy__desc em::after {
  content: "";
  position: absolute;
  bottom: -0.06em;
  left: 0;
  width: 100%;
  height: 0.1em;
  background: #ffd400;
  border-radius: 2px;
}
.p-lp-subsidy__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  border: 2px solid #009e9e;
  background: #009e9e;
  color: #fff;
  font-size: max(14px, 1.1111111111vw);
  font-weight: 700;
  padding: 0.9722222222vw 2.5vw;
  border-radius: 3.4722222222vw;
  text-decoration: none;
  -webkit-transition: background 0.25s ease, border-color 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease;
  opacity: 1;
}
.p-lp-subsidy__btn:hover {
  background: #007a7a;
  border-color: #007a7a;
  opacity: 1;
}
.p-lp-subsidy__note {
  font-size: max(14px, 0.9027777778vw);
  color: #888;
  margin-top: -0.5555555556vw;
}
.p-lp-subsidy__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 23.6111111111vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 0.8333333333vw;
}
.p-lp-subsidy__img img {
  height: 100%;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-lp-subsidy {
    padding: 8vw 0;
  }
  .p-lp-subsidy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.6vw;
  }
  .p-lp-subsidy__badge {
    font-size: 3.4666666667vw;
  }
  .p-lp-subsidy__title {
    font-size: 6.4vw;
  }
  .p-lp-subsidy__desc {
    font-size: 3.7333333333vw;
  }
  .p-lp-subsidy__btn {
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 3.7333333333vw 6.4vw;
    border-radius: 13.3333333333vw;
  }
  .p-lp-subsidy__img {
    width: 100%;
    height: auto;
    border-radius: 3.2vw;
  }
  .p-lp-subsidy__img img {
    width: 100%;
    height: auto;
  }
}

.p-lp-before-after {
  background: -webkit-gradient(linear, left top, right top, from(#e9eff6), to(#ecf5f5));
  background: linear-gradient(to right, #e9eff6 0%, #ecf5f5 100%);
  padding: 6.25vw 0;
}
.p-lp-before-after__inner {
  width: 65.2777777778vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-before-after__inner {
    width: 90%;
  }
}
.p-lp-before-after__heading {
  text-align: center;
  margin-bottom: 3.8888888889vw;
}
@media screen and (min-width: 769px) {
  .p-lp-before-after__title {
    font-size: max(26px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-before-after__title {
    font-size: 6.4vw;
  }
}
.p-lp-before-after__title {
  font-weight: 900;
  color: #333333;
  margin-bottom: 1.1111111111vw;
  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;
}
.p-lp-before-after__title img {
  width: 6.9444444444vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-lp-before-after__title {
    gap: 12px;
  }
  .p-lp-before-after__title img {
    width: 72px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-before-after__lead {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-before-after__lead {
    font-size: 3.7333333333vw;
  }
}
.p-lp-before-after__lead {
  color: #777;
}
.p-lp-before-after__compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6666666667vw;
}
.p-lp-before-after__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.9722222222vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-lp-before-after__card--before {
  background: #fff;
  border: 3px solid #d0d8e0;
}
.p-lp-before-after__card--after {
  background: #fff;
  border: 3px solid #005ea4;
  -webkit-box-shadow: 0 0.5555555556vw 2.2222222222vw rgba(0, 158, 158, 0.12);
          box-shadow: 0 0.5555555556vw 2.2222222222vw rgba(0, 158, 158, 0.12);
}
.p-lp-before-after__label {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-lp-before-after__label {
    font-size: max(16px, 1.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-before-after__label {
    font-size: 4.8vw;
  }
}
.p-lp-before-after__label {
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 0.6944444444vw 1.3888888889vw;
  background: #d0d8e0;
  color: #555;
  margin: 0;
}
.p-lp-before-after__label--after {
  background: #005ea4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-lp-before-after__label {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.p-lp-before-after__img {
  overflow: hidden;
  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;
  padding: 1.1111111111vw;
  background: #fbfbfb;
}
.p-lp-before-after__img img {
  width: 60%;
  height: auto;
  display: block;
}
.p-lp-before-after__body {
  padding: 1.6666666667vw 1.9444444444vw 1.9444444444vw;
  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.8333333333vw;
}
.p-lp-before-after__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  font-weight: 700;
}
.p-lp-before-after__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8333333333vw;
  font-size: max(14px, 1.1111111111vw);
  color: #333333;
  padding: 0.8333333333vw 0;
  border-bottom: 1px solid #eef0f2;
}
.p-lp-before-after__row:last-child {
  border-bottom: none;
}
.p-lp-before-after__row--bad::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cline x1='3' y1='3' x2='13' y2='13' stroke='%23aaa' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='13' y1='3' x2='3' y2='13' stroke='%23aaa' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-lp-before-after__row--good::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline points='2,8 6,13 14,4' stroke='%23009e9e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-lp-before-after__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  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;
}
.p-lp-before-after__arrow::after {
  content: "";
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-top: 3px solid #005ea4;
  border-right: 3px solid #005ea4;
  -webkit-transform: translateX(-1px) rotate(45deg);
          transform: translateX(-1px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-lp-before-after {
    padding: 8vw 0;
  }
  .p-lp-before-after__heading {
    margin-bottom: 9.6vw;
  }
  .p-lp-before-after__title {
    font-size: 5.3333333333vw;
  }
  .p-lp-before-after__lead {
    font-size: 3.7333333333vw;
  }
  .p-lp-before-after__compare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
  }
  .p-lp-before-after__card {
    width: 100%;
    border-radius: 3.2vw;
  }
  .p-lp-before-after__body {
    padding: 5.3333333333vw;
    gap: 3.2vw;
  }
  .p-lp-before-after__body {
    padding: 4.2666666667vw 5.3333333333vw 5.3333333333vw;
    gap: 2.6666666667vw;
  }
  .p-lp-before-after__row {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0;
    gap: 2.6666666667vw;
  }
  .p-lp-before-after__row--bad::before, .p-lp-before-after__row--good::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .p-lp-before-after__arrow {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .p-lp-before-after__arrow::after {
    width: 3.2vw;
    height: 3.2vw;
    border-top: none;
    border-right: 3px solid #009e9e;
    border-bottom: 3px solid #009e9e;
    border-left: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.p-lp-lineup {
  background: #fff;
  padding: 6.25vw 0;
}
.p-lp-lineup__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-lineup__inner {
    width: 90%;
  }
}
.p-lp-lineup__heading {
  margin-bottom: 3.8888888889vw;
}
@media screen and (min-width: 769px) {
  .p-lp-lineup__title {
    font-size: max(26px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-lineup__title {
    font-size: 6.4vw;
  }
}
.p-lp-lineup__title {
  font-weight: 900;
  color: #333333;
  margin-bottom: 1.1111111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-lp-lineup__title img {
  width: 8.3333333333vw;
  height: auto;
  margin-right: 0.4em;
}
@media screen and (max-width: 768px) {
  .p-lp-lineup__title {
    gap: 12px;
  }
  .p-lp-lineup__title img {
    width: 72px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-lineup__lead {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-lineup__lead {
    font-size: 3.7333333333vw;
  }
}
.p-lp-lineup__lead {
  color: #777;
}
.p-lp-lineup__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3888888889vw;
  list-style: none;
}
.p-lp-lineup__item {
  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;
  background: #ecf5f5;
  border: 2px solid #a8c8c8;
  border-radius: 0.9722222222vw;
  overflow: hidden;
}
.p-lp-lineup__img {
  border-radius: 0.9722222222vw 0.9722222222vw 0 0;
  aspect-ratio: 3/2;
  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;
  background: #fff;
  padding: 1.6666666667vw;
  overflow: hidden;
}
.p-lp-lineup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lp-lineup__category {
  font-size: max(11px, 0.8333333333vw);
  font-weight: 700;
  color: #009e9e;
  letter-spacing: 0.12em;
  padding: 0.8333333333vw 0.9722222222vw 0;
}
@media screen and (min-width: 769px) {
  .p-lp-lineup__name {
    font-size: max(15px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-lineup__name {
    font-size: 4.2666666667vw;
  }
}
.p-lp-lineup__name {
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  padding: 0 0.9722222222vw;
  margin: 0;
}
.p-lp-lineup__desc {
  font-size: max(14px, 0.9722222222vw);
  color: #555;
  line-height: 1.8;
  padding: 0.2777777778vw 0.9722222222vw;
}
.p-lp-lineup__note {
  font-size: max(14px, 1.0416666667vw);
  color: #555;
  line-height: 1.8;
  margin-top: 2.2222222222vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-lineup__note {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
  }
}
.p-lp-lineup__link {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp-lineup {
    padding: 8vw 0;
  }
  .p-lp-lineup__heading {
    margin-bottom: 9.6vw;
  }
  .p-lp-lineup__title {
    font-size: 5.8666666667vw;
  }
  .p-lp-lineup__lead {
    font-size: 3.7333333333vw;
  }
  .p-lp-lineup__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw 4.2666666667vw;
  }
  .p-lp-lineup__item {
    gap: 0;
  }
  .p-lp-lineup__img {
    border-radius: 3.2vw 3.2vw 0 0;
  }
  .p-lp-lineup__category {
    padding: 2.6666666667vw 3.2vw 0;
  }
  .p-lp-lineup__name {
    font-size: 4vw;
    padding: 0.8vw 3.2vw 0;
  }
  .p-lp-lineup__desc {
    font-size: 3.4666666667vw;
    padding: 0.8vw 3.2vw 3.2vw;
  }
}

.p-lp-video {
  background: -webkit-gradient(linear, left top, right top, from(#f3f7fb), to(#f4f9f9));
  background: linear-gradient(to right, #f3f7fb 0%, #f4f9f9 100%);
  padding: 6.25vw 0;
}
.p-lp-video__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 768px) {
  .p-lp-video__inner {
    width: 90%;
  }
}
.p-lp-video__heading {
  text-align: center;
  margin-bottom: 3.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-lp-video__title {
    font-size: max(26px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-video__title {
    font-size: 6.4vw;
  }
}
.p-lp-video__title {
  font-weight: 900;
  color: #333333;
  margin-bottom: 1.1111111111vw;
  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;
}
.p-lp-video__title img {
  width: 8.3333333333vw;
  height: auto;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-lp-video__title img {
    width: 72px;
  }
}
.p-lp-video__title em {
  font-weight: 700;
  color: #005ea4;
  font-style: normal;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .p-lp-video__lead {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-video__lead {
    font-size: 3.7333333333vw;
  }
}
.p-lp-video__lead {
  color: #777;
}
.p-lp-video__wrap {
  width: 50vw;
  aspect-ratio: 16/9;
}
.p-lp-video__wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 1.0416666667vw;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-lp-video {
    padding: 8vw 0;
  }
  .p-lp-video__heading {
    margin-bottom: 8vw;
  }
  .p-lp-video__title {
    font-size: 5.6vw;
  }
  .p-lp-video__lead {
    font-size: 3.4666666667vw;
  }
  .p-lp-video__wrap {
    width: 90%;
  }
  .p-lp-video__wrap iframe {
    border-radius: 2.6666666667vw;
  }
}

.p-lp-effect {
  background-color: #fff;
  padding: 6.25vw 0;
}
@media screen and (max-width: 768px) {
  .p-lp-effect {
    padding: 40px 0;
  }
}
.p-lp-effect__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__inner {
    width: 90%;
  }
}
.p-lp-effect__heading {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__heading {
    margin-bottom: 36px;
  }
}
.p-lp-effect__title {
  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;
  gap: 1.1111111111vw;
}
@media screen and (min-width: 769px) {
  .p-lp-effect__title {
    font-size: max(26px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-effect__title {
    font-size: 6.4vw;
  }
}
.p-lp-effect__title {
  color: #009e9e;
  font-weight: bold;
}
.p-lp-effect__title img {
  width: 8.3333333333vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__title {
    gap: 12px;
  }
  .p-lp-effect__title img {
    width: 72px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-effect__lead {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-effect__lead {
    font-size: 3.7333333333vw;
  }
}
.p-lp-effect__lead {
  color: #666;
  text-align: center;
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__lead {
    margin-top: 8px;
  }
}
.p-lp-effect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6666666667vw;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__list {
    gap: 3.2vw;
  }
}
.p-lp-effect__item {
  width: calc(25% - 1.25vw);
  background-color: #009e9e;
  border-radius: 0.9722222222vw;
  padding: 1.7361111111vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.p-lp-effect__item:nth-child(odd) {
  -webkit-transform: translateX(-2.0833333333vw);
          transform: translateX(-2.0833333333vw);
}
.p-lp-effect__item:nth-child(even) {
  -webkit-transform: translateX(2.0833333333vw);
          transform: translateX(2.0833333333vw);
}
.p-lp-effect__item.is-animated {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__item {
    width: calc(50% - 1.6vw);
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    -webkit-transform: translateY(20px) !important;
            transform: translateY(20px) !important;
  }
}
.p-lp-effect__item-upper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .p-lp-effect__item-head {
    font-size: max(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-effect__item-head {
    font-size: 4.8vw;
  }
}
.p-lp-effect__item-head {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
.p-lp-effect__item-head span {
  color: #fbed21;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__item-head {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-effect__item-text {
    font-size: max(14px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-effect__item-text {
    font-size: 3.4666666667vw;
  }
}
.p-lp-effect__item-text {
  text-align: center;
  line-height: 1.6;
}
.p-lp-effect__item-arrow {
  margin: 1.3888888889vw auto;
  width: 2.7777777778vw;
}
.p-lp-effect__item-arrow img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__item-arrow {
    width: 30px;
    margin: 15px auto;
  }
}
.p-lp-effect__item-lower {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-lp-effect__result-label {
    font-size: max(18px, 1.5277777778vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-effect__result-label {
    font-size: 4vw;
  }
}
.p-lp-effect__result-label {
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__result-label {
    margin-bottom: 8px;
  }
}
.p-lp-effect__result-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-top: 0;
}
.p-lp-effect__num {
  color: #fbed21;
  font-size: 6.1111111111vw;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__num {
    font-size: 60px;
  }
}
.p-lp-effect__unit {
  font-size: 1.9444444444vw;
  font-weight: 700;
  margin-left: 0.4166666667vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__unit {
    font-size: 20px;
    margin-left: 6px;
  }
}
.p-lp-effect__sub-unit {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 0.5em;
  font-size: 1.4583333333vw;
  margin-right: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__sub-unit {
    font-size: 16px;
    margin-right: 4px;
  }
}
.p-lp-effect__note {
  text-align: right;
  margin-top: 1.3888888889vw;
  font-size: max(10px, 0.9722222222vw);
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-lp-effect__note {
    margin-top: 5.3333333333vw;
  }
}

.p-lp-flow {
  background: #fff;
  padding: 6.25vw 0;
}
@media screen and (max-width: 768px) {
  .p-lp-flow {
    padding: 8vw 0;
  }
}
.p-lp-flow__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-flow__inner {
    width: 90%;
  }
}
.p-lp-flow__heading {
  text-align: center;
  margin-bottom: 3.6111111111vw;
}
@media screen and (max-width: 768px) {
  .p-lp-flow__heading {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-flow__title {
    font-size: max(26px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-flow__title {
    font-size: 6.4vw;
  }
}
.p-lp-flow__title {
  font-weight: 900;
  color: #005ea4;
  margin-bottom: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-lp-flow__title {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-flow__lead {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-flow__lead {
    font-size: 3.7333333333vw;
  }
}
.p-lp-flow__lead {
  color: #555;
  line-height: 1.9;
}
.p-lp-flow__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  gap: 0;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-lp-flow__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 8.5333333333vw;
  }
}
.p-lp-flow__step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4166666667vw;
  padding: 1.6666666667vw 0.4166666667vw 1.6666666667vw 1.25vw;
  text-align: center;
  color: #fff;
  position: relative;
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%, 12% 50%);
}
.p-lp-flow__step:first-child {
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
  border-radius: 0.2777777778vw 0 0 0.2777777778vw;
}
.p-lp-flow__step:last-child {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 12% 50%);
  border-radius: 0 0.2777777778vw 0.2777777778vw 0;
}
.p-lp-flow__step:not(:last-child) {
  margin-right: -0.9722222222vw;
}
.p-lp-flow__step:nth-child(1) {
  background: #009e9e;
  z-index: 7;
}
.p-lp-flow__step:nth-child(2) {
  background: #008596;
  z-index: 6;
}
.p-lp-flow__step:nth-child(3) {
  background: #006c8d;
  z-index: 5;
}
.p-lp-flow__step:nth-child(4) {
  background: #005384;
  z-index: 4;
}
.p-lp-flow__step:nth-child(5) {
  background: #c4891a;
  z-index: 3;
}
.p-lp-flow__step:nth-child(6) {
  background: #b07514;
  z-index: 2;
}
.p-lp-flow__step:nth-child(7) {
  background: #005ea4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-flow__step {
    clip-path: none;
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.7333333333vw;
    padding: 3.7333333333vw 4.2666666667vw;
    margin-left: 0 !important;
  }
  .p-lp-flow__step + .p-lp-flow__step {
    margin-top: 2px;
  }
  .p-lp-flow__step {
    border-radius: 0;
    width: 100%;
  }
  .p-lp-flow__step:first-child, .p-lp-flow__step:last-child {
    clip-path: none;
  }
}
.p-lp-flow__num {
  display: block;
  font-size: max(14px, 1.3888888889vw);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-lp-flow__num {
    font-size: 4.2666666667vw;
    min-width: 9.6vw;
    color: rgba(255, 255, 255, 0.8);
  }
}
.p-lp-flow__label {
  display: block;
  font-size: max(13px, 0.9027777778vw);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-lp-flow__label {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.p-lp-flow__banner {
  width: 100%;
  aspect-ratio: 16/4;
  background: #ecf5f5;
  border: 1px dashed #b0c8d4;
  border-radius: 0.8333333333vw;
  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;
  color: #90a4ae;
  font-size: max(14px, 0.9722222222vw);
  margin-bottom: 1.3888888889vw;
}
.p-lp-flow__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8333333333vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-lp-flow__banner {
    aspect-ratio: 16/6;
    border-radius: 2.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-lp-flow__note {
  text-align: center;
  font-size: max(14px, 0.9027777778vw);
  color: #888;
}

.p-lp-contact {
  background: -webkit-gradient(linear, left top, right top, from(#e9eff6), to(#ecf5f5));
  background: linear-gradient(to right, #e9eff6 0%, #ecf5f5 100%);
  padding: 6.25vw 0;
}
@media screen and (max-width: 768px) {
  .p-lp-contact {
    padding: 8vw 0;
  }
}
.p-lp-contact__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-contact__inner {
    width: 90%;
  }
}
.p-lp-contact__heading {
  text-align: center;
  margin-bottom: 3.6111111111vw;
}
@media screen and (max-width: 768px) {
  .p-lp-contact__heading {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-contact__title {
    font-size: max(26px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-contact__title {
    font-size: 6.4vw;
  }
}
.p-lp-contact__title {
  font-weight: 900;
  color: #005ea4;
  margin-bottom: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-lp-contact__title {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-contact__lead {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-contact__lead {
    font-size: 3.7333333333vw;
  }
}
.p-lp-contact__lead {
  color: #555;
}
.p-lp-contact__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-lp-contact__cards {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.p-lp-contact__card {
  border-radius: 1.3888888889vw;
  padding: 3.6111111111vw 3.6111111111vw 3.3333333333vw;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  text-decoration: none;
  color: inherit;
  opacity: 1;
  -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}
.p-lp-contact__card:hover {
  opacity: 1;
  -webkit-box-shadow: 0 1.3888888889vw 3.8888888889vw rgba(0, 0, 0, 0.18);
          box-shadow: 0 1.3888888889vw 3.8888888889vw rgba(0, 0, 0, 0.18);
  -webkit-transform: translateY(-0.4166666667vw);
          transform: translateY(-0.4166666667vw);
}
@media screen and (max-width: 768px) {
  .p-lp-contact__card {
    border-radius: 4.2666666667vw;
    padding: 10.6666666667vw 7.4666666667vw 9.6vw;
  }
}
.p-lp-contact__card--main {
  background: #fff;
  border: 2px solid #d4dde8;
}
.p-lp-contact__card--main .p-lp-contact__card-label {
  color: #009e9e;
}
.p-lp-contact__card--main .p-lp-contact__card-title {
  color: #005ea4;
}
.p-lp-contact__card--main .p-lp-contact__card-sub {
  color: #555;
}
.p-lp-contact__card--sub {
  background: #005ea4;
}
.p-lp-contact__card--sub .p-lp-contact__card-label {
  color: rgba(255, 255, 255, 0.7);
}
.p-lp-contact__card--sub .p-lp-contact__card-title {
  color: #fff;
}
.p-lp-contact__card--sub .p-lp-contact__card-sub {
  color: rgba(255, 255, 255, 0.82);
}
.p-lp-contact__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1111111111vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-lp-contact__card-illust {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  height: auto;
}
.p-lp-contact__card-label {
  display: block;
  font-size: max(11px, 0.8333333333vw);
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-lp-contact__card-label {
    font-size: 2.9333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-contact__card-title {
    font-size: max(32px, 3.0555555556vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-contact__card-title {
    font-size: 6.9333333333vw;
  }
}
.p-lp-contact__card-title {
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.3888888889vw;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-contact__card-title {
    font-size: 7.4666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.p-lp-contact__card-sub {
  font-size: max(14px, 0.9722222222vw);
  line-height: 1.75;
  margin-bottom: 1.6666666667vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-contact__card-sub {
    margin-bottom: 5.3333333333vw;
  }
}
.p-lp-contact__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1.3888888889vw 1.6666666667vw;
  border-radius: 3.4722222222vw;
  font-size: max(16px, 1.25vw);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background 0.25s ease, color 0.25s ease, -webkit-transform 0.2s ease;
  transition: background 0.25s ease, color 0.25s ease, -webkit-transform 0.2s ease;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  margin-top: auto;
}
.p-lp-contact__btn:hover {
  opacity: 1;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.p-lp-contact__btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-lp-contact__btn--white {
  background: #fff;
  color: #005ea4;
}
.p-lp-contact__btn--white:hover {
  background: rgba(255, 255, 255, 0.88);
}
.p-lp-contact__btn--primary {
  background: #005ea4;
  color: #fff;
}
.p-lp-contact__btn--primary:hover {
  background: #003d75;
}
@media screen and (max-width: 768px) {
  .p-lp-contact__btn {
    padding: 4.2666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
    border-radius: 13.3333333333vw;
  }
}

.p-lp-company {
  background: #fff;
  padding: 6.25vw 0;
}
@media screen and (max-width: 768px) {
  .p-lp-company {
    padding: 8vw 0;
  }
}
.p-lp-company__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-company__inner {
    width: 90%;
  }
}
.p-lp-company__heading {
  text-align: center;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-lp-company__heading {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-company__title {
    font-size: max(26px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-company__title {
    font-size: 6.4vw;
  }
}
.p-lp-company__title {
  font-weight: 900;
  color: #005ea4;
  margin-bottom: 1.1111111111vw;
}
@media screen and (min-width: 769px) {
  .p-lp-company__lead {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-company__lead {
    font-size: 3.7333333333vw;
  }
}
.p-lp-company__lead {
  color: #555;
  line-height: 1.8;
}
.p-lp-company__photo {
  width: 100%;
  aspect-ratio: 16/5;
  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;
  margin-bottom: 3.3333333333vw;
}
.p-lp-company__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8333333333vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-lp-company__photo {
    aspect-ratio: 16/7;
    border-radius: 2.6666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-lp-company__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.7777777778vw;
  margin-bottom: 3.6111111111vw;
}
@media screen and (max-width: 768px) {
  .p-lp-company__body {
    grid-template-columns: 1fr;
    gap: 8.5333333333vw;
    margin-bottom: 9.6vw;
  }
}
.p-lp-company__profile-wrap {
  border: 1px solid #d4dde8;
  border-radius: 0.8333333333vw;
  overflow: hidden;
}
.p-lp-company__profile-wrap dl {
  margin: 0;
}
.p-lp-company__profile {
  width: 100%;
}
.p-lp-company__profile-row {
  display: grid;
  grid-template-columns: max(90px, 7.7777777778vw) 1fr;
  border-bottom: 1px solid #e8eef4;
}
.p-lp-company__profile-row:last-child {
  border-bottom: none;
}
.p-lp-company__profile-row dt {
  background: #f4f7fb;
  padding: 0.9722222222vw 1.3888888889vw;
  font-size: max(14px, 0.9027777778vw);
  font-weight: 700;
  color: #005ea4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.p-lp-company__profile-row dd {
  padding: 0.9722222222vw 1.1111111111vw;
  font-size: max(14px, 0.9027777778vw);
  color: #333333;
  line-height: 1.6;
}
.p-lp-company__profile-row dd small {
  display: block;
  font-size: max(14px, 0.8333333333vw);
  color: #777;
  margin-top: 0.1388888889vw;
}
@media screen and (max-width: 768px) {
  .p-lp-company__profile-row {
    grid-template-columns: max(80px, 23.4666666667vw) 1fr;
  }
  .p-lp-company__profile-row dt, .p-lp-company__profile-row dd {
    padding: 3.2vw 3.2vw;
    font-size: 3.4666666667vw;
  }
}
.p-lp-company__photo-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8333333333vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-lp-company__photo-col img {
    border-radius: 2.6666666667vw;
  }
}
.p-lp-company__awards {
  margin-bottom: 2.7777777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2.2222222222vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-lp-company__awards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-lp-company__awards-title {
  font-size: max(14px, 1.0416666667vw);
  font-weight: 700;
  color: #005ea4;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-company__awards-title {
    font-size: 4vw;
  }
}
.p-lp-company__awards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5555555556vw 1.6666666667vw;
  list-style: none;
}
.p-lp-company__awards-list li {
  font-size: max(14px, 0.9722222222vw);
  color: #333333;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-lp-company__awards-list {
    gap: 1.6vw;
  }
  .p-lp-company__awards-list li {
    font-size: 3.4666666667vw;
  }
}
.p-lp-company__history-wrap {
  border: 1px solid #d4dde8;
  border-radius: 0.8333333333vw;
  overflow: hidden;
  padding: 0.5555555556vw 1.6666666667vw;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-lp-company__history-wrap {
    padding: 5.3333333333vw 4.2666666667vw 2.1333333333vw;
  }
}
.p-lp-company__history-title {
  font-size: max(14px, 1.0416666667vw);
  font-weight: 700;
  color: #005ea4;
  padding-bottom: 0.8333333333vw;
  margin-bottom: 1.1111111111vw;
  border-bottom: 2px solid #009e9e;
}
@media screen and (max-width: 768px) {
  .p-lp-company__history-title {
    font-size: 4vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-lp-company__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-lp-company__history-row {
  display: grid;
  grid-template-columns: 3.6111111111vw 1fr;
  gap: 1.1111111111vw;
  padding: 0.8333333333vw 0;
  border-bottom: 1px solid #e8eef4;
}
.p-lp-company__history-row:last-child {
  border-bottom: none;
}
.p-lp-company__history-row dt {
  font-size: max(14px, 0.9722222222vw);
  font-weight: 700;
  color: #009e9e;
  padding-top: 0.1388888889vw;
}
.p-lp-company__history-row dd {
  font-size: max(14px, 0.9027777778vw);
  color: #333333;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-lp-company__history-row {
    grid-template-columns: 12.8vw 1fr;
    gap: 2.6666666667vw;
    padding: 2.6666666667vw 0;
  }
  .p-lp-company__history-row dt, .p-lp-company__history-row dd {
    font-size: 3.4666666667vw;
  }
}
.p-lp-company__award {
  display: inline-block;
  background: #ffd400;
  color: #fff;
  font-size: max(14px, 0.7638888889vw);
  font-weight: 700;
  padding: 0.1388888889vw 0.5555555556vw;
  border-radius: 0.2083333333vw;
  margin-right: 0.4166666667vw;
  vertical-align: middle;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-lp-company__award {
    font-size: 2.9333333333vw;
    padding: 0.5333333333vw 1.6vw;
  }
}
.p-lp-company__cta {
  text-align: center;
}
.p-lp-company__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.1111111111vw 3.3333333333vw;
  border: 2px solid #005ea4;
  border-radius: 3.4722222222vw;
  font-size: max(14px, 1.0416666667vw);
  font-weight: 700;
  color: #005ea4;
  text-decoration: none;
  -webkit-transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.p-lp-company__btn:hover {
  background: #009e9e;
  border-color: #009e9e;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-company__btn {
    width: 90%;
    padding: 3.7333333333vw 6.4vw;
    font-size: 3.7333333333vw;
    border-radius: 13.3333333333vw;
  }
}

.p-lp-subsidy-float {
  position: fixed;
  right: 1.3888888889vw;
  bottom: 1.6666666667vw;
  z-index: 200;
  width: 15.2777777778vw;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (max-width: 768px) {
  .p-lp-subsidy-float {
    display: none !important;
  }
}
.p-lp-subsidy-float.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(0.8333333333vw);
          transform: translateY(0.8333333333vw);
}

.p-lp-subsidy-card {
  background: #fff;
  border: 2px solid #009e9e;
  border-radius: 0.9722222222vw;
  padding: 0.9722222222vw 1.1111111111vw 1.1111111111vw;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 0.5555555556vw 1.9444444444vw rgba(0, 94, 164, 0.12), 0 0.1388888889vw 0.4166666667vw rgba(0, 94, 164, 0.06);
          box-shadow: 0 0.5555555556vw 1.9444444444vw rgba(0, 94, 164, 0.12), 0 0.1388888889vw 0.4166666667vw rgba(0, 94, 164, 0.06);
}
.p-lp-subsidy-card__close {
  position: absolute;
  top: 0.6944444444vw;
  right: 0.6944444444vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  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;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #999;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  padding: 0;
}
.p-lp-subsidy-card__close:hover {
  background: #e8e8e8;
  color: #333333;
}
.p-lp-subsidy-card__close svg {
  display: block;
}
.p-lp-subsidy-card__illust {
  display: block;
  margin: 0 auto 0.5555555556vw;
}
.p-lp-subsidy-card__badge {
  display: inline-block;
  background: #ffd400;
  color: #fff;
  font-size: max(14px, 0.7638888889vw);
  font-weight: 700;
  padding: 0.2083333333vw 0.6944444444vw;
  border-radius: 0.2777777778vw;
  margin-bottom: 0.5555555556vw;
}
.p-lp-subsidy-card__title {
  font-size: max(14px, 0.9722222222vw);
  font-weight: 700;
  color: #005ea4;
  line-height: 1.4;
  margin-bottom: 0.1388888889vw;
}
.p-lp-subsidy-card__desc {
  font-size: max(14px, 0.8333333333vw);
  color: #666;
  margin-bottom: 1.1111111111vw;
  margin-top: 0;
}
.p-lp-subsidy-card__btn {
  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;
  background: #009e9e;
  color: #fff;
  font-size: max(14px, 0.9027777778vw);
  font-weight: 700;
  padding: 0.5555555556vw 0.8333333333vw;
  border-radius: 3.4722222222vw;
  text-decoration: none;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.p-lp-subsidy-card__btn:hover {
  background: #007a7a;
}

.p-lp-footer-sticky {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-lp-footer-sticky {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    -webkit-box-shadow: 0 -0.8vw 4.2666666667vw rgba(0, 94, 164, 0.1);
            box-shadow: 0 -0.8vw 4.2666666667vw rgba(0, 94, 164, 0.1);
  }
}
.p-lp-footer-sticky__subsidy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667vw;
  padding: 2.1333333333vw 3.7333333333vw;
  background: #fff;
  border-top: 2px solid #009e9e;
  text-decoration: none;
  opacity: 1;
}
.p-lp-footer-sticky__subsidy:hover {
  opacity: 1;
}
.p-lp-footer-sticky__subsidy-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #009e9e;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  padding: 1.0666666667vw 2.6666666667vw;
  border-radius: 1.0666666667vw;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-lp-footer-sticky__subsidy-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-lp-footer-sticky__subsidy-text strong {
  display: block;
  font-size: 3.4666666667vw;
  font-weight: 700;
  color: #005ea4;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-lp-footer-sticky__subsidy-text small {
  display: block;
  font-size: 2.9333333333vw;
  color: #888;
}
.p-lp-footer-sticky__subsidy-arrow {
  color: #005ea4;
  font-size: 4.2666666667vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-lp-footer-sticky__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 14.4vw;
}
.p-lp-footer-sticky__cta-item {
  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;
  font-size: 4vw;
  font-weight: 700;
  text-decoration: none;
  opacity: 1;
}
.p-lp-footer-sticky__cta-item:hover {
  opacity: 1;
}
.p-lp-footer-sticky__cta-item--outline {
  background: #fff;
  color: #005ea4;
  border-top: 1px solid rgba(0, 94, 164, 0.2);
  border-right: 1px solid rgba(0, 94, 164, 0.15);
  -webkit-transition: background 0.25s ease, color 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease;
}
.p-lp-footer-sticky__cta-item--outline:hover {
  background: #009e9e;
  color: #fff;
}
.p-lp-footer-sticky__cta-item--fill {
  background: #005ea4;
  color: #fff;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.p-lp-footer-sticky__cta-item--fill:hover {
  background: #003d75;
}

@media screen and (max-width: 768px) {
  .lp-main {
    padding-bottom: 13.3333333333vw;
  }
}

.p-lp-stats {
  background: #fff;
  border-top: 1px solid #e0e8f0;
  border-bottom: 1px solid #e0e8f0;
}
.p-lp-stats__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 83.3333333333vw;
  margin: 0 auto;
  padding: 2.2222222222vw 0;
}
@media screen and (max-width: 768px) {
  .p-lp-stats__inner {
    width: 90%;
  }
}
.p-lp-stats__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0 4.1666666667vw;
}
.p-lp-stats__item + .p-lp-stats__item {
  border-left: 1px solid #d0dce8;
}
.p-lp-stats__num {
  font-size: max(56px, 6.1111111111vw);
  font-weight: 900;
  color: #009e9e;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.02em;
}
.p-lp-stats__prefix {
  font-size: 0.38em;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 0.1em;
}
.p-lp-stats__unit {
  font-size: 0.38em;
  font-weight: 700;
  vertical-align: middle;
}
.p-lp-stats__label {
  font-size: max(15px, 1.1111111111vw);
  color: #666;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-lp-stats__inner {
    padding: 14.9333333333vw 5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-lp-stats__inner {
    padding: 5.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-stats__item {
    padding: 0 2.1333333333vw;
  }
  .p-lp-stats__num {
    font-size: 9.6vw;
  }
  .p-lp-stats__label {
    font-size: 2.9333333333vw;
  }
}

.p-lp-feature {
  background: -webkit-gradient(linear, left top, right top, from(#e9eff6), to(#ecf5f5));
  background: linear-gradient(to right, #e9eff6 0%, #ecf5f5 100%);
  padding: 6.25vw 0;
}
@media screen and (max-width: 768px) {
  .p-lp-feature {
    padding: 8vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-feature__section-title {
    font-size: max(26px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-feature__section-title {
    font-size: 6.4vw;
  }
}
.p-lp-feature__section-title {
  font-weight: 900;
  color: #333333;
  text-align: center;
  width: 83.3333333333vw;
  margin: 0 auto 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-lp-feature__section-title {
    width: 90%;
    margin-bottom: 7.4666666667vw;
  }
}
.p-lp-feature__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5555555556vw;
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-feature__inner {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 8.5333333333vw;
  }
}
.p-lp-feature__media {
  overflow: hidden;
  border-radius: 0.8333333333vw;
}
.p-lp-feature__placeholder {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 0.8333333333vw;
}
.p-lp-feature__placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-lp-feature__title {
    font-size: max(26px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-feature__title {
    font-size: 6.4vw;
  }
}
.p-lp-feature__title {
  font-weight: 900;
  color: #333333;
  line-height: 1.45;
  margin-bottom: 1.1111111111vw;
}
.p-lp-feature__title span {
  margin-left: -0.4em;
  margin-right: -0.3em;
}
.p-lp-feature__title em {
  position: relative;
  font-style: normal;
}
.p-lp-feature__title em::after {
  content: "";
  position: absolute;
  bottom: -0.06em;
  left: 0;
  width: 100%;
  height: 0.1em;
  background: #ffd400;
  border-radius: 2px;
}
@media screen and (min-width: 769px) {
  .p-lp-feature__desc {
    font-size: max(16px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-feature__desc {
    font-size: 3.7333333333vw;
  }
}
.p-lp-feature__desc {
  color: #555;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-lp-feature {
    padding: 8vw 0;
  }
  .p-lp-feature__inner {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .p-lp-feature__placeholder {
    border-radius: 3.2vw;
    font-size: 3.4666666667vw;
  }
  .p-lp-feature__title {
    font-size: 6.4vw;
    margin-bottom: 4.8vw;
  }
  .p-lp-feature__title br {
    display: none;
  }
  .p-lp-feature__desc {
    font-size: 3.7333333333vw;
  }
}

.p-lp-step {
  background: -webkit-gradient(linear, left top, right top, from(#e9eff6), to(#ecf5f5));
  background: linear-gradient(to right, #e9eff6 0%, #ecf5f5 100%);
  padding-bottom: 6.9444444444vw;
}
.p-lp-step__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp-step__inner {
    width: 90%;
  }
}
.p-lp-step__eyebrow {
  font-size: max(16px, 1.25vw);
  font-weight: 700;
  color: #009e9e;
  letter-spacing: 0.12em;
  margin: 0 0 0.6944444444vw 0;
}
@media screen and (max-width: 768px) {
  .p-lp-step__eyebrow {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-lp-step__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
  margin-bottom: 3.3333333333vw;
}
.p-lp-step__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 0.9722222222vw;
  padding: 1.6666666667vw 1.3888888889vw 1.9444444444vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-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.6944444444vw;
}
.p-lp-step__img {
  aspect-ratio: 16/9;
  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;
  font-size: max(14px, 0.9027777778vw);
  color: #bbb;
  margin-bottom: 0.4166666667vw;
}
.p-lp-step__label {
  font-size: max(13px, 0.9722222222vw);
  font-weight: 700;
  color: #009e9e;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-lp-step__value {
    font-size: max(22px, 1.9444444444vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-step__value {
    font-size: 5.3333333333vw;
  }
}
.p-lp-step__value {
  font-weight: 900;
  color: #333333;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-lp-step__value_b {
    font-size: max(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-step__value_b {
    font-size: 6.4vw;
  }
}
.p-lp-step__unit {
  font-size: 0.55em;
  font-weight: 700;
  vertical-align: baseline;
}
.p-lp-step__desc {
  font-size: max(16px, 1.1111111111vw);
  color: #666;
  margin: 0;
}
.p-lp-step__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  border-top: 3px solid #009e9e;
  border-right: 3px solid #009e9e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-lp-step__summary {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-lp-step__summary {
    font-size: max(16px, 1.3888888889vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-step__summary {
    font-size: 4.2666666667vw;
  }
}
.p-lp-step__summary {
  color: #333333;
  line-height: 1.9;
}
.p-lp-step__summary em {
  font-weight: 700;
  position: relative;
}
.p-lp-step__summary em::after {
  content: "";
  position: absolute;
  bottom: -0.06em;
  left: 0;
  width: 100%;
  height: 0.1em;
  background: #ffd400;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-lp-step {
    padding-bottom: 17.0666666667vw;
  }
  .p-lp-step__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
  .p-lp-step__item {
    width: 100%;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
    gap: 2.1333333333vw;
  }
  .p-lp-step__img {
    border-radius: 1.6vw;
    font-size: 3.4666666667vw;
    width: 60%;
    margin: 0 auto;
  }
  .p-lp-step__value {
    font-size: 5.8666666667vw;
  }
  .p-lp-step__desc {
    font-size: 3.4666666667vw;
  }
  .p-lp-step__arrow {
    width: 3.2vw;
    height: 3.2vw;
    border-top: none;
    border-right: 2px solid #009e9e;
    border-bottom: 2px solid #009e9e;
    border-left: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-lp-step__summary {
    font-size: 4.2666666667vw;
  }
}

/**
 * Project - HOME
 * トップページ
 */
/* ==========================================================================
   アニメーション基本設定 (共通)
   ========================================================================== */
.js-target, .p-home-case__item, .p-home-case__header, .p-home-case__lead, .p-home-problem__note, .p-home-problem__item, .p-home-problem__title {
  opacity: 0;
  -webkit-transform: translateY(2.7777777778vw);
          transform: translateY(2.7777777778vw);
  -webkit-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-target.is-animated, .is-animated.p-home-case__item, .is-animated.p-home-case__header, .is-animated.p-home-case__lead, .is-animated.p-home-problem__note, .is-animated.p-home-problem__item, .is-animated.p-home-problem__title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-delay-1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.u-delay-2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.u-delay-3 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.u-delay-4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.u-delay-5 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

/* ==========================================================================
   p-home-intro (見守りとは)
   ========================================================================== */
.p-home-intro {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, right top, from(#244b8a), to(#308b9c));
  background: linear-gradient(to right, #244b8a 0%, #308b9c 100%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-intro {
    padding: 16vw 5.3333333333vw;
  }
}
.p-home-intro__inner {
  width: 76.3888888889vw;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 60px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-intro__inner {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-intro__inner {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
    border-radius: 20px;
  }
}
.p-home-intro__heading {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-home-intro__heading {
    margin-bottom: 8vw;
  }
}
.p-home-intro__title {
  color: #005a9b;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-home-intro__title {
    font-size: max(24px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-intro__title {
    font-size: 5.3333333333vw;
  }
}
.p-home-intro__title {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .p-home-intro__lead {
    font-size: max(15px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-intro__lead {
    font-size: 3.4666666667vw;
  }
}
.p-home-intro__lead {
  line-height: 2;
  color: #666;
}
.p-home-intro__content {
  position: relative;
  margin-bottom: 50px;
}
.p-home-intro__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.5555555556vw 8.3333333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.p-home-intro__list::before { /* 縦線 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 0;
  background-color: #ccc;
  -webkit-transition: height 0.8s ease 1.4s;
  transition: height 0.8s ease 1.4s;
  z-index: -1;
}
.p-home-intro__list::after { /* 横線 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 1px;
  background-color: #ccc;
  -webkit-transition: width 0.8s ease 1.4s;
  transition: width 0.8s ease 1.4s;
  z-index: -1;
}
.p-home-intro__list.is-animated::before {
  height: 80%;
}
.p-home-intro__list.is-animated::after {
  width: 80%;
}
.p-home-intro__center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 16.6666666667vw;
  background-color: #fff;
  padding: 1.0416666667vw;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0.8s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  transition: opacity 0.6s ease 0.8s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s, opacity 0.6s ease 0.8s;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s, opacity 0.6s ease 0.8s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s;
}
.p-home-intro__center-logo.is-animated {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.p-home-intro__item {
  text-align: center;
  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;
}
@media screen and (min-width: 769px) {
  .p-home-intro__item-title {
    font-size: max(18px, 2.2222222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-intro__item-title {
    font-size: 4.8vw;
  }
}
.p-home-intro__item-title {
  color: #005ea4;
  font-weight: bold;
}
.p-home-intro__item-title span {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home-intro__item-title span {
    font-size: max(16px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-intro__item-title span {
    font-size: 3.7333333333vw;
  }
}
.p-home-intro__item-title span {
  margin-top: 0.3472222222vw;
  font-weight: 400;
  color: #666;
}
.p-home-intro__item-img {
  width: 100%;
  height: 12.5vw;
  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;
}
.p-home-intro__item-img img {
  max-width: 90%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-home-intro__btn {
  margin: 2.7777777778vw auto;
}

/* ==========================================================================
   p-home-problem (お悩み解決)
   ========================================================================== */
.p-home-problem {
  padding: 6.9444444444vw 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-problem {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem {
    padding: 40px 0;
  }
}
.p-home-problem__inner {
  width: 76.3888888889vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-problem__inner {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__inner {
    width: 90%;
  }
}
.p-home-problem__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.1666666667vw;
}
.p-home-problem__title-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 769px) {
  .p-home-problem__title-inner {
    font-size: max(28px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__title-inner {
    font-size: 5.3333333333vw;
  }
}
.p-home-problem__title-inner {
  color: #009e9e;
  font-weight: bold;
}
.p-home-problem__staff {
  width: 8.3333333333vw;
  height: auto;
}
.p-home-problem__staff img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-home-problem__staff {
    width: 60px;
  }
}
.p-home-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-home-problem__list {
    gap: 20px;
  }
}
.p-home-problem__item {
  width: calc(50% - 0.8333333333vw);
  background-color: #009e9e;
  border-radius: 1.0416666667vw;
  padding: 2.7777777778vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.p-home-problem__item:nth-child(odd) {
  -webkit-transform: translateX(-2.0833333333vw);
          transform: translateX(-2.0833333333vw);
}
.p-home-problem__item:nth-child(even) {
  -webkit-transform: translateX(2.0833333333vw);
          transform: translateX(2.0833333333vw);
}
.p-home-problem__item.is-animated {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-home-problem__item {
    width: 100%;
    padding: 30px 20px;
    -webkit-transform: translateY(20px) !important;
            transform: translateY(20px) !important;
  }
}
@media screen and (min-width: 769px) {
  .p-home-problem__item-head {
    font-size: max(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__item-head {
    font-size: 4.8vw;
  }
}
.p-home-problem__item-head {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
.p-home-problem__item-head span {
  color: #fbed21;
}
@media screen and (min-width: 769px) {
  .p-home-problem__item-text {
    font-size: max(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__item-text {
    font-size: 3.7333333333vw;
  }
}
.p-home-problem__item-text {
  text-align: center;
  line-height: 1.6;
}
.p-home-problem__item-arrow {
  margin: 1.3888888889vw auto;
  width: 2.7777777778vw;
}
.p-home-problem__item-arrow img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-home-problem__item-arrow {
    width: 30px;
    margin: 15px auto;
  }
}
.p-home-problem__item-lower {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-home-problem__result-label {
    font-size: max(20px, 1.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__result-label {
    font-size: 4.2666666667vw;
  }
}
.p-home-problem__result-label {
  font-weight: bold;
  margin-bottom: 0.6944444444vw;
}
.p-home-problem__result-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.p-home-problem__result-value .u-font-en {
  color: #fbed21;
  font-size: 8.3333333333vw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-problem__result-value .u-font-en {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__result-value .u-font-en {
    font-size: 70px;
  }
}
.p-home-problem__result-value .u-font-en .u-font-en-small {
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-problem__result-value .u-font-en .u-font-en-small {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__result-value .u-font-en .u-font-en-small {
    font-size: 50px;
  }
}
.p-home-problem__unit {
  font-size: 2.2222222222vw;
  margin-left: 0.6944444444vw;
}
.p-home-problem__unit small {
  font-size: 0.5em;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-home-problem__unit {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-problem__unit {
    font-size: 20px;
  }
}
.p-home-problem__sub-unit {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 0.5em;
  font-size: 1.6666666667vw;
  margin-right: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-home-problem__sub-unit {
    font-size: 16px;
  }
}
.p-home-problem__note {
  text-align: right;
  margin-top: 1.3888888889vw;
  font-size: max(10px, 0.9722222222vw);
  color: #666;
}
.p-home-problem__staff img {
  width: 10.4166666667vw;
}

/* ==========================================================================
   p-home-case (導入事例)
   ========================================================================== */
.p-home-case {
  padding: 6.9444444444vw 0;
}
.p-home-case__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-home-case__lead {
    font-size: max(14px, 1.1111111111vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__lead {
    font-size: 3.7333333333vw;
  }
}
.p-home-case__lead {
  line-height: 1.8;
  margin-bottom: 4.1666666667vw;
}
.p-home-case__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 769px) {
  .p-home-case__title {
    font-size: max(30px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__title {
    font-size: 6.4vw;
  }
}
.p-home-case__title {
  color: #009e9e;
  font-weight: bold;
  margin-bottom: 0;
}
.p-home-case__subtitle {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home-case__subtitle {
    font-size: max(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__subtitle {
    font-size: 3.7333333333vw;
  }
}
.p-home-case__subtitle {
  color: #009e9e;
  margin-top: 0.3472222222vw;
}
.p-home-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-home-case__list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-home-case__list {
    margin-bottom: 0;
  }
}
.p-home-case {
  /* ボタンのラッパー */
}
.p-home-case__btn-wrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-home-case__btn-wrapper {
    position: absolute;
    top: 3.4722222222vw;
    right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-home-case__item {
  width: calc(33.333% - 1.3888888889vw);
}
.p-home-case__item:nth-child(2) {
  -webkit-transform: translateY(-3.4722222222vw);
          transform: translateY(-3.4722222222vw);
}
.p-home-case__item:nth-child(2).is-animated {
  -webkit-transform: translateY(-3.4722222222vw);
          transform: translateY(-3.4722222222vw);
}
.p-home-case__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-home-case__link:hover .p-home-case__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-home-case__img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 1.3888888889vw;
  border-radius: 0.6944444444vw;
  background-color: #eee;
}
.p-home-case__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (min-width: 769px) {
  .p-home-case__item-title {
    font-size: max(18px, 1.3888888889vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__item-title {
    font-size: 4.2666666667vw;
  }
}
.p-home-case__item-title {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.0416666667vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-home-case__facility {
    font-size: max(14px, 0.9722222222vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__facility {
    font-size: 3.7333333333vw;
  }
}
.p-home-case__facility {
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-home-case {
    padding: 10.6666666667vw 0;
  }
  .p-home-case__inner {
    width: 100%;
  }
  .p-home-case__lead {
    padding: 0 5%;
  }
  .p-home-case__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 8vw;
    padding: 0 5%;
  }
  .p-home-case__scroll-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-home-case__list {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    gap: 3.2vw;
    padding: 0 0 5.3333333333vw;
    scrollbar-width: none;
  }
  .p-home-case__list::-webkit-scrollbar {
    display: none;
  }
  .p-home-case__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88%;
            flex: 0 0 88%;
    width: auto;
    -webkit-transform: none !important;
            transform: none !important;
    scroll-snap-align: start;
  }
  .p-home-case__item:nth-child(n+2) {
    display: block;
  }
  .p-home-case__nav-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 18.2vw;
    width: 9.6vw;
    height: 9.6vw;
    border-radius: 50%;
    border: 2px solid #009e9e;
    background: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    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;
  }
  .p-home-case__nav-btn::before {
    content: "";
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 2px solid #009e9e;
    border-right: 2px solid #009e9e;
  }
  .p-home-case__nav-btn--prev::before {
    -webkit-transform: rotate(-135deg) translate(-15%, 15%);
            transform: rotate(-135deg) translate(-15%, 15%);
  }
  .p-home-case__nav-btn--next::before {
    -webkit-transform: rotate(45deg) translate(-15%, 15%);
            transform: rotate(45deg) translate(-15%, 15%);
  }
  .p-home-case__nav-btn:disabled {
    opacity: 0.25;
    cursor: default;
  }
  .p-home-case__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.1333333333vw;
  }
}
.p-home-case__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-case__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-home-case__nav-link {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-case__nav-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.0666666667vw;
    background: #009e9e;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 700;
    padding: 2.1333333333vw 5.3333333333vw;
    border-radius: 9999px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .p-home-case__nav-link::after {
    content: "→";
  }
  .p-home-case__nav-link:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__header-btn {
    display: none;
  }
}/*# sourceMappingURL=lp.css.map */