@charset "UTF-8";
@media screen and (min-width:1920px) {
  /* 1680px以下 */
}
@media screen and (max-width:1440px) {
  /* 1440px以下 */
}
@media screen and (max-width: 1280px) {
  /* 1280px以下 */
}
@media screen and (max-width:1080px) {
  /* 1080px以下 */
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  /* 1200x以下 768px以上 */
}
@media screen and (max-width: 1860px) {
  /* 1860px以下 */
}
@media screen and (max-width: 1280px) {
  /* 1280px以下 */
}
@media screen and (max-width: 980px) {
  /* 980px以下 */
}
@media screen and (max-width: 767px) {
  /* 767px以下 */
}
@media screen and (max-width: 460px) {
  /* 460px以下 */
}
@media screen and (max-width: 375px) {
  /* 375px以下 */
}
@media (any-hover:hover) {
  /* hover action */
}
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* root
----------------------------------------------- */
:root {
  --color-bg-dark: #001c7b;
  --color-bg-blue: #005ac8;
  --color-bg-white: #FFFFFF;
  --color-font-primary: #3e424f;
  --color-font-white: #FFFFFF;
  --color-font-blue: #005ac8;
  --color-border-base: #dbdfed;
  --color-border-blue: #005ac8;
  --color-border-white: #FFFFFF;
  --font-jp: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Outfit", sans-serif;
  --font-base: 500 16px/1.75 var(--font-jp);
  --content-base: 1204px;
}

body {
  color: var(--color-font-primary);
  font: var(--font-base);
  font-optical-sizing: auto;
  letter-spacing: normal;
  font-feature-settings: "palt";
}

/* font
----------------------------------------------- */
.en {
  font-family: var(--font-en);
}

.-blue {
  color: #0071e2;
}

strong {
  font-weight: 900;
}

/* gradation
----------------------------------------------- */
.grad-blue {
  background-image: linear-gradient(60deg, #005ac8, #00a7e1 50%, #1beaea);
}

.grad-text {
  background-clip: text;
  color: transparent;
}

/* indicate
----------------------------------------------- */
.js-indicate.-fade__l2r {
  opacity: 0;
  transform: translateX(-32px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.js-indicate.-clip__text {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-indicate-start.-fade__l2r {
  opacity: 1;
  transform: translateX(0%);
}
.js-indicate-start.-clip__text {
  clip-path: inset(0%);
}

/* only
----------------------------------------------- */
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.l-wrapper__outer {
  padding: 0 min(110px, 5.7291666667vw);
}
.l-wrapper__inner {
  max-width: var(--content-base);
  margin-inline: auto;
}
.l-wrapper__over {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .l-wrapper__outer {
    padding: 0 14px;
  }
}

.l-container {
  overflow-x: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background-image: linear-gradient(60deg, #001c7b, #005ac8 60%, #00a7e1);
  z-index: 100;
}
.l-header__outer {
  padding: 0 25px;
}
.l-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.l-header__logo figure {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-header__logo figure img {
  width: 65px;
  height: auto;
}
.l-header__logo figure figcaption {
  color: var(--color-font-white);
  font-size: 14px;
  font-weight: 900;
}
.l-header__menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.l-header__nav__menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.l-header__nav__item {
  position: relative;
  color: var(--color-font-white);
  font-size: 16px;
  line-height: 1.875;
}
.l-header__nav__item__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-bg-white);
  transform: scale(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.3s;
  content: "";
}
.l-header__nav__item__link:hover::after {
  transform: scale(1);
  transform-origin: left;
}
.l-header__btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1280px) {
  .l-header__outer {
    padding: 0 16px;
  }
  .l-header__logo figure {
    gap: 8px;
  }
  .l-header__logo figure img {
    width: 55px;
  }
  .l-header__menu {
    gap: 16px;
  }
  .l-header__nav__menu {
    gap: 16px;
  }
  .l-header__nav__item {
    font-size: 14px;
  }
}
@media screen and (max-width:1080px) {
  .l-header {
    padding: 0;
    background: none;
  }
  .l-header__outer {
    padding: 0;
  }
  .l-header__row {
    position: relative;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 14px;
    background-image: linear-gradient(60deg, #001c7b, #005ac8 60%, #00a7e1);
  }
  .l-header__logo {
    position: relative;
    z-index: 1;
  }
  .l-header__logo figure img {
    width: 50px;
  }
  .l-header__logo figure figcaption {
    font-size: 12px;
  }
  .l-header__menu {
    gap: 6px;
  }
  .l-header__nav {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 28, 123, 0.9);
    transition: height 0.3s;
    overflow: hidden;
  }
  .l-header__nav__menu {
    position: relative;
    padding: 0 16px;
    flex-direction: column;
    gap: 0;
  }
  .l-header__nav__menu::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-45deg, #6c5945, #d8b18a 40%, #e8d0b9 50%, #d8b18a 60%, #6c5945);
    content: "";
  }
  .l-header__nav__item {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
  }
  .l-header__nav__item__link {
    position: relative;
    width: 100%;
    padding: 22.5px 0;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header__nav__item__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px var(--color-bg-white);
    content: "";
  }
  .l-header__nav__item__link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 24px;
    height: 24px;
    margin: auto;
    background-image: url("/files/user/promotion2026/assets/images/icon_arrow.svg");
    background-color: var(--color-bg-blue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5.5px auto;
    border-radius: 50%;
    transform: scale(1);
    transition: none;
    content: "";
  }
  .l-header__nav__item:last-child .l-header__nav__item__link::before {
    content: none;
  }
  .l-header__btns {
    position: relative;
    gap: 6px;
    z-index: 1;
  }
  .l-header__btns .u-btn > a {
    font-weight: 500;
  }
  .l-header__btns .u-btn.-btn-download > a {
    font-size: 0;
  }
  .l-header__btns .u-btn.-btn-download > a::after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: var(--color-font-white);
    font-size: 10px;
    line-height: 1.2;
    background: none;
    content: "資料請求";
  }
}

.l-footer {
  padding: 50px 0 64px;
  background-color: var(--color-bg-dark);
}
.l-footer__logo {
  display: flex;
  justify-content: center;
}
.l-footer__logo img {
  width: 158px;
  height: auto;
}
.l-footer__nav {
  margin-top: 24px;
}
.l-footer__nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.l-footer__nav__item {
  position: relative;
  color: var(--color-font-white);
  font-size: 16px;
  line-height: 1.875;
}
.l-footer__nav__item__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-bg-white);
  transform: scale(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.3s;
  content: "";
}
.l-footer__nav__item__link:hover::after {
  transform: scale(1);
  transform-origin: left;
}
.l-footer__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.l-footer__btn .u-btn > a {
  width: 300px;
  height: 48px;
}
.l-footer__social {
  margin-top: 30px;
}
.l-footer__social__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.l-footer__social__item {
  color: var(--color-font-white);
  font-size: 14px;
}
.l-footer__social__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.3s;
}
.l-footer__social__item__link:hover {
  opacity: 0.6;
}
.l-footer__social__icon {
  background-repeat: no-repeat;
  background-position: top left;
}
.l-footer__social__icon.-fb {
  width: 33px;
  height: 33px;
  background-image: url("/files/user/promotion2026/assets/images/icon_fb.svg");
  background-size: 33px auto;
}
.l-footer__social__icon.-youtube {
  width: 36px;
  height: 25px;
  background-image: url("/files/user/promotion2026/assets/images/icon_youtube.svg");
  background-size: 36px auto;
}
.l-footer__copyright {
  margin-top: 50px;
  color: #7d839d;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 34px 0 38px;
  }
  .l-footer__logo img {
    width: 120px;
  }
  .l-footer__nav {
    margin-top: 24px;
  }
  .l-footer__nav__menu {
    flex-wrap: wrap;
    gap: 12px 24px;
  }
  .l-footer__nav__item {
    font-size: 14px;
  }
  .l-footer__nav__item__link::after {
    content: none;
  }
  .l-footer__btn {
    margin-top: 20px;
  }
  .l-footer__social__menu {
    flex-direction: column;
    gap: 16px;
  }
  .l-footer__social__item__link:hover {
    opacity: 1;
  }
  .l-footer__social__icon.-fb {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
  }
  .l-footer__social__icon.-youtube {
    width: 28px;
    height: 19px;
    background-size: 28px auto;
  }
  .l-footer__copyright {
    margin-top: 24px;
  }
}

.c-box {
  position: relative;
  min-height: 209px;
  z-index: 2;
}
.c-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/promotion2026/assets/images/bg_box.png");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  border-radius: 32px;
  overflow: hidden;
  pointer-events: none;
}
.c-box__row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
}
.c-box__col {
  position: relative;
  width: calc(50% - 32px + 16px);
}
.c-box__txt {
  padding: 33px 26px 33px 0;
}
.c-box__summary {
  color: var(--color-font-white);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}
.c-box__btn {
  margin-top: 20px;
}
.c-box__btn .u-btn > a {
  max-width: 380px;
  width: 100%;
}
.c-box__img {
  position: absolute;
  left: 0;
  top: 50%;
  padding-left: 28px;
  transform: translateY(-50%);
}
.c-box__img img {
  width: 100%;
  height: auto;
}
.c-box__img2txt {
  position: relative;
  max-width: 792px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-box__img2txt__img {
  width: 174px;
}
.c-box__img2txt__img img {
  width: 100%;
  height: auto;
}
.c-box__img2txt__txt {
  width: calc(100% - 174px);
  padding-left: 32px;
}
.c-box__img2txt__title {
  color: var(--color-font-white);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
}
.c-box__img2txt__summary {
  margin-top: 10px;
  color: var(--color-font-white);
}
.c-box__btns {
  max-width: 792px;
  width: 100%;
  margin-top: 26px;
  margin-inline: auto;
  display: flex;
  gap: 32px;
}
.c-box__btns .u-btn {
  width: calc(50% - 32px + 16px);
}
.c-box__btns .u-btn > a {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .c-box__img2txt__title {
    white-space: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-box {
    min-height: auto;
  }
  .c-box__bg {
    display: none;
  }
  .c-box__row {
    flex-direction: column;
  }
  .c-box__col {
    width: 100%;
  }
  .c-box__txt {
    margin-top: -100px;
    padding: 70px 26px 35px;
    background-image: url("/files/user/promotion2026/assets/images/bg_box_sp.png");
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    border-radius: 28px;
  }
  .c-box__summary {
    font-size: 16px;
    line-height: 1.5;
  }
  .c-box__btn {
    margin-top: 16px;
  }
  .c-box__btn .u-btn > a {
    margin-inline: auto;
  }
  .c-box__img {
    position: relative;
    left: auto;
    top: auto;
    padding-right: 26px;
    padding-left: 26px;
    transform: translateY(0);
    z-index: 1;
  }
  .c-box__img2txt {
    flex-direction: column;
    gap: 24px;
  }
  .c-box__img2txt__img {
    width: 67.3015873016%;
    margin-top: -35px;
  }
  .c-box__img2txt__txt {
    width: 100%;
    padding-left: 0;
  }
  .c-box__img2txt__title {
    font-size: 18px;
  }
  .c-box__img2txt__summary {
    font-size: 14px;
    line-height: 1.5;
  }
  .c-box__btns {
    flex-direction: column;
    gap: 14px;
  }
  .c-box__btns .u-btn {
    width: 100%;
  }
  .c-box__btns .u-btn > a {
    margin-inline: auto;
  }
}

.c-card__wrap {
  min-height: 480px;
  height: 100%;
  background-color: var(--color-bg-white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 8px 16px 20px rgba(0, 90, 200, 0.15);
  transition: opacity 0.3s;
}
.c-card__wrap:hover {
  opacity: 0.6;
}
.c-card__head {
  position: relative;
  width: 100%;
  aspect-ratio: 19/10;
  overflow: hidden;
}
.c-card__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__body {
  position: relative;
  padding: 17px min(30px, 10%) 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-card__body::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  aspect-ratio: 1/1;
  background-image: url("/files/user/promotion2026/assets/images/bg_strengths_item.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  content: "";
}
.c-card__title {
  padding-bottom: 11px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  border-bottom: dashed 2px #b8bfda;
}
.c-card__summary {
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.7;
}
.c-card__link {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-card__wrap {
    min-height: 410px;
    border-radius: 14px;
  }
  .c-card__wrap:hover {
    opacity: 1;
  }
  .c-card__head {
    aspect-ratio: 181/95;
  }
  .c-card__body {
    padding: 16px;
  }
  .c-card__body::before {
    max-width: 108px;
    width: 31.1239193084%;
  }
  .c-card__title {
    font-size: 16px;
    line-height: 1.5;
  }
  .c-card__summary {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-hero {
  position: relative;
  min-height: 680px;
  height: 100vh;
  height: calc(var(--vh) * 100);
  padding-top: 72px;
}
.p-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/promotion2026/assets/images/bg_hero.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
.p-hero::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/promotion2026/assets/images/bg_hero_dot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  opacity: 0.25;
  content: "";
}
.p-hero .l-wrapper__outer {
  position: relative;
  height: 100%;
  padding-right: 700px;
  padding-left: min(100px, 5.2083333333vw);
  z-index: 4;
}
.p-hero__inner {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 76px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-hero__label {
  color: var(--color-font-white);
  font-size: 16px;
  line-height: 1.2;
  display: block;
}
.p-hero__copy {
  margin-top: 10px;
  display: block;
}
.p-hero__copy img {
  max-width: 886px;
  width: 100%;
  height: auto;
}
.p-hero__summary {
  margin-top: 17px;
  color: var(--color-font-white);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
}
.p-hero__btn {
  margin-top: 30px;
}
.p-hero__boxset {
  width: 40.7291666667vw;
  margin-top: min(105px, 11.6666666667vh);
  display: flex;
  gap: 16px;
}
.p-hero__box {
  position: relative;
  width: calc(33.3333333333% - 16px + 5.3333333333px);
  min-height: 100px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-hero__box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent, #00c9ff);
  border-radius: 16px;
  opacity: 0.6;
  overflow: hidden;
  content: "";
}
.p-hero__box::after {
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  width: 30px;
  height: 26px;
  margin: auto;
  background-image: url("/files/user/promotion2026/assets/images/pict_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
  content: "";
}
.p-hero__box__label {
  position: relative;
  color: var(--color-font-white);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}
.p-hero__img {
  position: absolute;
}
.p-hero__img img {
  height: auto;
  border-radius: 32px;
  overflow: hidden;
}
.p-hero__img.-img01 {
  top: 36px;
  right: min(602px, 31.3541666667vw);
}
.p-hero__img.-img01 img {
  width: 440px;
}
.p-hero__img.-img02 {
  top: 226px;
  right: min(-60px, -3.125vw);
  z-index: 2;
}
.p-hero__img.-img02 img {
  width: 692px;
}
.p-hero__img.-img03 {
  bottom: -12px;
  right: min(330px, 17.1875vw);
  z-index: 3;
}
.p-hero__img.-img03 img {
  width: 612px;
}
@media screen and (max-width:1440px) {
  .p-hero .l-wrapper__outer {
    padding-right: 36.4583333333vw;
  }
  .p-hero__summary {
    font-size: 18px;
  }
  .p-hero__boxset {
    width: 100%;
    margin-top: 40px;
  }
  .p-hero__img.-img01 img {
    width: 22.9166666667vw;
  }
  .p-hero__img.-img02 img {
    width: 36.0416666667vw;
  }
  .p-hero__img.-img03 img {
    width: 31.875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hero {
    min-height: 760px;
  }
  .p-hero::before {
    background-image: url("/files/user/promotion2026/assets/images/bg_hero_sp.png");
    background-position: bottom left;
  }
  .p-hero .l-wrapper__outer {
    padding-right: 14px;
    padding-left: 14px;
  }
  .p-hero__inner {
    padding-top: 16px;
    padding-bottom: 120px;
    justify-content: flex-end;
  }
  .p-hero__label {
    font-size: 12px;
  }
  .p-hero__copy {
    margin-top: 12px;
  }
  .p-hero__copy img {
    max-width: 212px;
  }
  .p-hero__summary {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-hero__btn {
    margin-top: 15px;
  }
  .p-hero__btn .u-btn > a {
    max-width: 256px;
  }
  .p-hero__boxset {
    width: 100%;
    margin-top: 23px;
    flex-direction: column;
    gap: 7px;
  }
  .p-hero__box {
    width: 100%;
    min-height: 40px;
    padding: 4px 20px 4px 44px;
    justify-content: flex-start;
  }
  .p-hero__box::before {
    background-image: linear-gradient(-90deg, transparent, #00c9ff);
  }
  .p-hero__box::after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 8px;
    width: 25.5px;
    height: 22px;
    background-size: 25.5px auto;
  }
  .p-hero__box__label {
    font-size: 16px;
    text-align: left;
  }
  .p-hero__img img {
    border-radius: 28px;
  }
  .p-hero__img.-img01 {
    top: 48px;
    right: min(48px, 12.3076923077vw);
  }
  .p-hero__img.-img01 img {
    width: 59.2307692308vw;
  }
  .p-hero__img.-img02 {
    top: 160px;
    right: min(-112px, -28.7179487179vw);
  }
  .p-hero__img.-img02 img {
    width: 68.7179487179vw;
  }
  .p-hero__img.-img03 {
    bottom: -30px;
    right: min(30px, -7.6923076923vw);
  }
  .p-hero__img.-img03 img {
    width: 59.4871794872vw;
  }
}

.p-intro {
  position: relative;
  padding: 84px 0 96px;
}
.p-intro::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73.8%;
  background-image: linear-gradient(0deg, #e0eefb, #ffffff);
  pointer-events: none;
  content: "";
}
.p-intro__content {
  position: relative;
}
.p-intro__logos {
  display: flex;
  justify-content: center;
}
.p-intro__logos img {
  max-width: 1047px;
  width: 100%;
  height: auto;
}
.p-intro__box {
  position: relative;
  margin-top: 30px;
  padding: 30px 40px 42px;
  background-color: var(--color-bg-white);
  border: 6px solid var(--color-border-base);
  border-radius: 32px;
}
.p-intro__box::after {
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  width: 68px;
  height: 103px;
  margin: auto;
  background-image: url("/files/user/promotion2026/assets/images/step.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-intro__box__title {
  display: flex;
  justify-content: center;
}
.p-intro__box__title__label {
  position: relative;
  padding-right: 168px;
  padding-bottom: 32px;
  padding-left: 168px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}
.p-intro__box__title__label::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url("/files/user/promotion2026/assets/images/bg_intro_fukidashi.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-intro__box__title__label .-s {
  font-size: 24px;
  font-weight: 500;
}
.p-intro__box__title__label__elem {
  position: absolute;
  bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box__title__label__elem.-man {
  right: 0;
  width: 133px;
  height: 133px;
  background-image: url("/files/user/promotion2026/assets/images/pict_man.png");
  background-size: 133px auto;
}
.p-intro__box__title__label__elem.-woman {
  left: 0;
  width: 116px;
  height: 128px;
  background-image: url("/files/user/promotion2026/assets/images/pict_woman.png");
  background-size: 116px auto;
}
.p-intro__box__body {
  margin-top: 3px;
}
.p-intro__box__item {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: min(96px, 8.5714285714%);
  border-bottom: dashed 2px #b8bfda;
}
.p-intro__box__item:last-child {
  border-bottom: none;
}
.p-intro__box__item__row {
  display: flex;
  align-items: center;
}
.p-intro__box__item__tag {
  width: 200px;
  min-height: 36px;
  padding: 2px 4px;
  color: var(--color-font-white);
  font-size: 18px;
  font-weight: 900;
  background-color: var(--color-bg-dark);
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-intro__box__item__label {
  width: calc(100% - 200px);
  padding-left: 12px;
  font-size: 20px;
  line-height: 1.4;
}
.p-intro__msg {
  margin-top: 97px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.p-intro__msg__label {
  position: relative;
  padding: 0 75px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.p-intro__msg__label::before, .p-intro__msg__label::after {
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px auto;
  content: "";
}
.p-intro__msg__label::before {
  left: 0;
  background-image: url("/files/user/promotion2026/assets/images/elem_intro_msg_01.png");
}
.p-intro__msg__label::after {
  right: 0;
  background-image: url("/files/user/promotion2026/assets/images/elem_intro_msg_02.png");
}
.p-intro__deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.p-intro__deco.-deco1 {
  right: 40px;
  bottom: 193px;
  width: 216px;
  height: 216px;
  background-image: url("/files/user/promotion2026/assets/images/deco_intro_01.png");
  background-size: 216px auto;
}
.p-intro__deco.-deco2 {
  left: -40px;
  bottom: -132px;
  width: 277px;
  height: 277px;
  background-image: url("/files/user/promotion2026/assets/images/deco_intro_02.png");
  background-size: 277px auto;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 36px 0 100px;
  }
  .p-intro::before {
    height: 90%;
  }
  .p-intro__box {
    position: relative;
    margin-top: 70px;
    padding: 0 28px 30px;
    border-radius: 28px;
  }
  .p-intro__box::after {
    bottom: -34px;
    width: 42px;
    height: 64px;
  }
  .p-intro__box__title__label {
    width: 100%;
    padding-top: 32px;
    padding-right: 0;
    padding-left: 0;
    font-size: 22px;
  }
  .p-intro__box__title__label .-s {
    font-size: 18px;
  }
  .p-intro__box__title__label__elem {
    top: -60px;
    bottom: auto;
  }
  .p-intro__box__title__label__elem.-man {
    right: -22px;
    width: 79px;
    height: 78px;
    background-size: 79px auto;
  }
  .p-intro__box__title__label__elem.-woman {
    left: -22px;
    width: 68px;
    height: 75px;
    background-size: 68px auto;
  }
  .p-intro__box__body {
    margin-top: 2px;
  }
  .p-intro__box__item {
    padding-left: 0;
  }
  .p-intro__box__item__row {
    flex-direction: column;
    gap: 8px;
  }
  .p-intro__box__item__tag {
    width: 156px;
    min-height: 28px;
    font-size: 14px;
  }
  .p-intro__box__item__label {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-intro__msg {
    margin-top: 58px;
    margin-bottom: 20px;
  }
  .p-intro__msg__label {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-intro__msg__label::before, .p-intro__msg__label::after {
    content: none;
  }
  .p-intro__deco.-deco1 {
    right: -30px;
    bottom: 47px;
    width: 108px;
    height: 108px;
    background-size: 108px auto;
  }
  .p-intro__deco.-deco2 {
    bottom: -13px;
    width: 101px;
    height: 101px;
    background-size: 101px auto;
  }
}

.p-concept {
  position: relative;
  padding-top: 64px;
  z-index: 1;
}
.p-concept__content {
  position: relative;
}
.p-concept__body {
  position: relative;
  padding-bottom: 90px;
  margin-top: 60px;
  z-index: 1;
}
.p-concept__body .l-wrapper__outer {
  position: relative;
  z-index: 1;
}
.p-concept__foot {
  position: relative;
  padding-top: 97px;
}
.p-concept__foot::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, #e0eefb, #ffffff);
  pointer-events: none;
  content: "";
}
.p-concept__foot__content {
  position: relative;
}
.p-concept__lead {
  margin-top: 29px;
  text-align: center;
}
.p-concept__img img {
  width: 100%;
  height: auto;
}
.p-concept__step {
  position: absolute;
  top: -48px;
  right: 0;
  left: 0;
  width: 68px;
  height: 103px;
  margin: auto;
  background-image: url("/files/user/promotion2026/assets/images/step.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-concept__summary {
  text-align: center;
}
.p-concept__msg {
  margin-top: 64px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.p-concept__msg__label {
  position: relative;
  padding: 0 55px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.p-concept__msg__label::before, .p-concept__msg__label::after {
  position: absolute;
  bottom: 0;
  width: 22px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
  content: "";
}
.p-concept__msg__label::before {
  left: 0;
  background-image: url("/files/user/promotion2026/assets/images/elem_intro_msg_01.png");
}
.p-concept__msg__label::after {
  right: 0;
  background-image: url("/files/user/promotion2026/assets/images/elem_intro_msg_02.png");
}
.p-concept__point {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.p-concept__point img {
  max-width: 713px;
  width: 100%;
  height: auto;
}
.p-concept__point + .u-point {
  margin-top: -20px;
}
.p-concept__elem {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 32px;
  overflow: hidden;
  pointer-events: none;
  box-shadow: 8px 16px 20px rgba(0, 90, 200, 0.15);
}
.p-concept__elem.-elem1 {
  top: -135px;
  right: -26px;
  width: 519px;
  background-image: url("/files/user/promotion2026/assets/images/elem_concept_01.png");
  background-size: 519px auto;
  aspect-ratio: 519/301;
}
.p-concept__elem.-elem2 {
  top: 8px;
  left: -160px;
  width: 539px;
  background-image: url("/files/user/promotion2026/assets/images/elem_concept_02.png");
  background-size: 539px auto;
  aspect-ratio: 539/316;
}
.p-concept__deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.p-concept__deco.-deco1 {
  right: -230px;
  bottom: 346px;
  width: 525px;
  height: 525px;
  background-image: url("/files/user/promotion2026/assets/images/deco_concept_01.png");
  background-size: 525px auto;
}
.p-concept__deco.-deco2 {
  right: 120px;
  bottom: 340px;
  width: 128px;
  height: 128px;
  background-image: url("/files/user/promotion2026/assets/images/deco_concept_02.png");
  background-size: 128px auto;
}
.p-concept__deco.-deco3 {
  left: -70px;
  bottom: -175px;
  width: 329px;
  height: 329px;
  background-image: url("/files/user/promotion2026/assets/images/deco_concept_03.png");
  background-size: 329px auto;
}
@media screen and (max-width:1440px) {
  .p-concept__elem.-elem1 {
    width: 300px;
    background-size: 300px auto;
  }
  .p-concept__elem.-elem2 {
    width: 300px;
    background-size: 300px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-top: 80px;
    margin-bottom: 30px;
  }
  .p-concept__body {
    margin-top: 40px;
    padding-bottom: 53px;
  }
  .p-concept__body .l-wrapper__outer {
    padding-right: 0;
  }
  .p-concept__foot {
    padding-top: 50px;
  }
  .p-concept__lead {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.6;
  }
  .p-concept__step {
    top: -30px;
    width: 42px;
    height: 64px;
  }
  .p-concept__summary {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .p-concept__msg {
    margin-top: 20px;
    margin-bottom: 14px;
  }
  .p-concept__msg__label {
    padding: 0 25px;
    font-size: 18px;
  }
  .p-concept__msg__label::before, .p-concept__msg__label::after {
    width: 11px;
    height: 20px;
    background-size: 11px auto;
  }
  .p-concept__elem {
    border-radius: 28px;
  }
  .p-concept__elem.-elem1 {
    top: -80px;
    right: -16px;
    width: 180px;
    height: 105px;
    background-size: 180px auto;
    aspect-ratio: auto;
  }
  .p-concept__elem.-elem2 {
    top: -36px;
    left: -30px;
    width: 160px;
    height: 92px;
    background-size: 160px auto;
    aspect-ratio: auto;
  }
  .p-concept__deco.-deco1 {
    content: none;
  }
  .p-concept__deco.-deco2 {
    content: none;
  }
  .p-concept__deco.-deco3 {
    left: -20px;
    bottom: -50px;
    width: 98px;
    height: 98px;
    background-size: 98px auto;
  }
}

.p-strengths {
  position: relative;
  margin-top: -106px;
  background-image: url("/files/user/promotion2026/assets/images/bg_strengths_dot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-strengths::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/157;
  background-image: url("/files/user/promotion2026/assets/images/bg_strengths_wave_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.p-strengths__head {
  padding-top: 205px;
}
.p-strengths__body {
  position: relative;
  padding-top: 100px;
  padding-bottom: 228px;
}
.p-strengths__body::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/157;
  background-image: url("/files/user/promotion2026/assets/images/bg_strengths_wave_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  pointer-events: none;
  content: "";
}
.p-strengths__foot {
  padding-bottom: 96px;
  background-color: var(--color-bg-white);
}
.p-strengths__elem {
  position: relative;
  z-index: 1;
}
.p-strengths__elem + .p-strengths__elem {
  margin-top: 80px;
}
.p-strengths__elem:nth-child(odd) .p-strengths__elem__num {
  left: 34px;
}
.p-strengths__elem:nth-child(even) .p-strengths__elem__num {
  right: 34px;
}
.p-strengths__elem:nth-child(even) .p-strengths__elem__img {
  order: 2;
}
.p-strengths__elem:nth-child(even) .p-strengths__elem__txt {
  order: 1;
}
.p-strengths__elem:nth-child(1) .p-strengths__elem__num {
  -webkit-text-stroke: 4px #005ac8;
}
.p-strengths__elem:nth-child(2) .p-strengths__elem__num {
  -webkit-text-stroke: 4px #00a7e1;
}
.p-strengths__elem:nth-child(2) .p-strengths__elem__title span {
  background-image: linear-gradient(90deg, #00a7e1, #00c9ff);
}
.p-strengths__elem:nth-child(3) .p-strengths__elem__num {
  -webkit-text-stroke: 4px #15bdc1;
}
.p-strengths__elem:nth-child(3) .p-strengths__elem__title span {
  background-image: linear-gradient(90deg, #15bdc1, #1beaea);
}
.p-strengths__elem__num {
  position: absolute;
  top: -50px;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  color: var(--color-font-white);
  paint-order: stroke;
  pointer-events: none;
}
.p-strengths__elem__row {
  display: flex;
  justify-content: space-between;
}
.p-strengths__elem__img {
  width: 48.5049833887%;
}
.p-strengths__elem__img img {
  width: 100%;
  height: auto;
  border: solid 2px var(--color-bg-white);
  border-radius: 32px;
  box-shadow: 8px 16px 20px rgba(0, 90, 200, 0.15);
  overflow: hidden;
}
.p-strengths__elem__txt {
  width: 48.6710963455%;
}
.p-strengths__elem__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.8;
}
.p-strengths__elem__title span {
  padding: 8px 16px;
  color: var(--color-font-white);
  background-image: linear-gradient(90deg, #005ac8, #0071e2);
  border-radius: 16px;
}
.p-strengths__elem__lead {
  margin-top: 20.5px;
  color: #001c7b;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}
.p-strengths__elem__summary {
  margin-top: 4px;
}
.p-strengths__step {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  width: 68px;
  height: 103px;
  margin: auto;
  background-image: url("/files/user/promotion2026/assets/images/step.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-strengths__msg {
  display: flex;
  justify-content: center;
}
.p-strengths__msg__label {
  position: relative;
  padding: 0 75px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.p-strengths__msg__label::before, .p-strengths__msg__label::after {
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px auto;
  content: "";
}
.p-strengths__msg__label::before {
  left: 0;
  background-image: url("/files/user/promotion2026/assets/images/elem_intro_msg_01.png");
}
.p-strengths__msg__label::after {
  right: 0;
  background-image: url("/files/user/promotion2026/assets/images/elem_intro_msg_02.png");
}
.p-strengths__table {
  margin-top: 34px;
}
.p-strengths__table__content {
  position: relative;
}
.p-strengths__table__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.p-strengths__table__bg span {
  position: relative;
}
.p-strengths__table__bg span:first-child {
  width: 240px;
}
.p-strengths__table__bg span:last-child {
  width: calc(100% - 240px);
}
.p-strengths__table__bg span:last-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: calc(100% + 24px);
  background-image: linear-gradient(60deg, #005ac8, #00a7e1 50%, #1beaea);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 8px 16px 20px rgba(0, 90, 200, 0.15);
  content: "";
}
.p-strengths__table__bg span:last-child::after {
  position: absolute;
  top: 74px;
  left: 4px;
  width: calc(50% - 8px);
  height: calc(100% - 54px);
  background-color: var(--color-bg-white);
  border-radius: 30px;
  overflow: hidden;
  content: "";
}
.p-strengths__table__item:first-child .p-strengths__table__item__head::after, .p-strengths__table__item:last-child .p-strengths__table__item__head::after {
  content: none;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem::after, .p-strengths__table__item:last-child .p-strengths__table__item__elem::after {
  content: none;
}
.p-strengths__table__item:first-child .p-strengths__table__item__head {
  min-height: auto;
  background-color: transparent;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem {
  min-height: auto;
  background-color: transparent;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem .p-strengths__table__item__elem__inner {
  background-color: transparent;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child {
  min-height: 74px;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__label {
  margin-top: -8px;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:last-child {
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:last-child .p-strengths__table__item__elem__inner {
  min-height: 48px;
  height: auto;
  width: 100%;
  background-color: #535869;
  border-radius: 0 32px 0 0;
  overflow: hidden;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem:last-child .p-strengths__table__item__elem__label {
  font-weight: 900;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__inner {
  justify-content: center;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__label {
  color: var(--color-font-white);
  font-size: 20px;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__label::before {
  content: none;
}
.p-strengths__table__item:first-child .p-strengths__table__item__elem__label.-l {
  font-size: 24px;
}
.p-strengths__table__item:nth-child(2) .p-strengths__table__item__head {
  border-radius: 32px 0 0 0;
  overflow: hidden;
}
.p-strengths__table__item:last-child .p-strengths__table__item__head {
  border-radius: 0 0 0 32px;
  overflow: hidden;
}
.p-strengths__table__item:last-child .p-strengths__table__item__body {
  border-radius: 0 0 32px 0;
  overflow: hidden;
}
.p-strengths__table__item__row {
  display: flex;
}
.p-strengths__table__item__head {
  position: relative;
  width: 240px;
  min-height: 65px;
  padding: 0 14px;
  background-color: #338de8;
}
.p-strengths__table__item__head::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 28px);
  height: 0;
  margin: auto;
  border-bottom: dashed 2px #b8bfda;
  content: "";
}
.p-strengths__table__item__head__inner {
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-strengths__table__item__head__label {
  color: var(--color-font-white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.p-strengths__table__item__body {
  width: calc(100% - 240px);
}
.p-strengths__table__item__body__row {
  width: 100%;
  height: 100%;
  display: flex;
}
.p-strengths__table__item__elem {
  position: relative;
  width: 50%;
  min-height: 65px;
  padding: 0 14px;
}
.p-strengths__table__item__elem:first-child {
  padding: 0 4px;
}
.p-strengths__table__item__elem:last-child {
  background-color: #edeff6;
}
.p-strengths__table__item__elem:last-child .p-strengths__table__item__elem__label {
  font-weight: 500;
}
.p-strengths__table__item__elem::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 28px);
  height: 0;
  margin: auto;
  border-bottom: dashed 2px #b8bfda;
  content: "";
}
.p-strengths__table__item__elem__inner {
  width: 100%;
  height: 100%;
  padding: 0 min(40px, 10.152284264%);
  margin-inline: auto;
  display: flex;
  align-items: center;
}
.p-strengths__table__item__elem__label {
  color: #535869;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-strengths__table__item__elem__label.-l {
  color: #362d23;
  font-size: 20px;
}
.p-strengths__table__item__elem__label::before {
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: top left;
  flex-shrink: 0;
  content: "";
}
.p-strengths__table__item__elem__label.-circle::before {
  width: 34px;
  height: 34px;
  background-image: url("/files/user/promotion2026/assets/images/pict_circle.svg");
  background-size: 34px auto;
}
.p-strengths__table__item__elem__label.-triangle::before {
  width: 34px;
  height: 29px;
  background-image: url("/files/user/promotion2026/assets/images/pict_triangle.svg");
  background-size: 34px auto;
}
.p-strengths__btn {
  margin-top: 68px;
}
.p-strengths__btn .u-btn {
  display: flex;
  justify-content: center;
}
.p-strengths__deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.p-strengths__deco.-deco1 {
  top: -246px;
  right: -192px;
  width: 427px;
  height: 538px;
  background-image: url("/files/user/promotion2026/assets/images/deco_strengths_01.png");
  background-size: 427px auto;
}
.p-strengths__deco.-deco2 {
  top: -17px;
  right: 30px;
  width: 95.5px;
  height: 95.5px;
  background-image: url("/files/user/promotion2026/assets/images/deco_strengths_02.png");
  background-size: 95.5px auto;
}
.p-strengths__deco.-deco3 {
  top: 40px;
  left: 45px;
  width: 177px;
  height: 177px;
  background-image: url("/files/user/promotion2026/assets/images/deco_strengths_03.png");
  background-size: 177px auto;
}
@media screen and (max-width: 1280px) {
  .p-strengths__deco.-deco2 {
    right: -30px;
  }
  .p-strengths__deco.-deco3 {
    left: -45px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths {
    margin-top: 0;
  }
  .p-strengths__head {
    padding-top: 70px;
  }
  .p-strengths__body {
    padding-top: 45px;
    padding-bottom: 95px;
  }
  .p-strengths__foot {
    padding-top: 20px;
    padding-bottom: 57px;
  }
  .p-strengths__elem + .p-strengths__elem {
    margin-top: 36px;
  }
  .p-strengths__elem:nth-child(odd) .p-strengths__elem__num {
    left: 20px;
  }
  .p-strengths__elem:nth-child(even) .p-strengths__elem__num {
    right: auto;
    left: 20px;
  }
  .p-strengths__elem:nth-child(even) .p-strengths__elem__img {
    order: 1;
  }
  .p-strengths__elem:nth-child(even) .p-strengths__elem__txt {
    order: 2;
  }
  .p-strengths__elem__num {
    top: -25px;
    font-size: 50px;
  }
  .p-strengths__elem__row {
    flex-direction: column;
    gap: 10px;
  }
  .p-strengths__elem__img {
    width: 100%;
  }
  .p-strengths__elem__img img {
    width: 100%;
    border-radius: 28px;
  }
  .p-strengths__elem__txt {
    width: 100%;
  }
  .p-strengths__elem__title {
    font-size: 18px;
  }
  .p-strengths__elem__title span {
    padding: 5px 10px;
    border-radius: 7px;
  }
  .p-strengths__elem__lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-strengths__elem__summary {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
  }
  .p-strengths__step {
    bottom: 0;
    width: 42px;
    height: 64px;
  }
  .p-strengths__msg__label {
    padding: 0;
    font-size: 16px;
  }
  .p-strengths__msg__label::before, .p-strengths__msg__label::after {
    content: none;
  }
  .p-strengths__table {
    margin-top: 10px;
  }
  .p-strengths__table__bg span:first-child {
    width: 80px;
  }
  .p-strengths__table__bg span:last-child {
    width: calc(100% - 80px);
  }
  .p-strengths__table__bg span:last-child::before {
    height: calc(100% + 10px);
    border-radius: 14px;
  }
  .p-strengths__table__bg span:last-child::after {
    top: 52px;
    height: calc(100% - 46px);
    border-radius: 12px;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child {
    min-height: 56px;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__inner {
    padding: 0;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem:first-child .p-strengths__table__item__elem__label {
    margin-top: -6px;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem:last-child .p-strengths__table__item__elem__inner {
    border-radius: 0 14px 0 0;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem__label {
    font-size: 12px;
  }
  .p-strengths__table__item:first-child .p-strengths__table__item__elem__label.-l {
    font-size: 14px;
  }
  .p-strengths__table__item:nth-child(2) .p-strengths__table__item__head {
    border-radius: 14px 0 0 0;
  }
  .p-strengths__table__item:last-child .p-strengths__table__item__head {
    border-radius: 0 0 0 14px;
  }
  .p-strengths__table__item:last-child .p-strengths__table__item__body {
    border-radius: 0 0 14px 0;
  }
  .p-strengths__table__item__head {
    width: 80px;
    min-height: 50px;
    padding: 0 4px;
  }
  .p-strengths__table__item__head::after {
    width: calc(100% - 14px);
  }
  .p-strengths__table__item__head__label {
    font-size: 12px;
    line-height: 1.3;
  }
  .p-strengths__table__item__body {
    width: calc(100% - 80px);
  }
  .p-strengths__table__item__elem {
    min-height: 50px;
  }
  .p-strengths__table__item__elem::after {
    width: calc(100% - 14px);
  }
  .p-strengths__table__item__elem__inner {
    padding: 0;
    justify-content: center;
  }
  .p-strengths__table__item__elem__label {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
  .p-strengths__table__item__elem__label.-l {
    font-size: 12px;
  }
  .p-strengths__table__item__elem__label::before {
    content: none;
  }
  .p-strengths__btn {
    margin-top: 36px;
  }
  .p-strengths__btn .u-btn > a {
    max-width: 362px;
  }
  .p-strengths__deco.-deco1 {
    top: -68px;
    right: -50px;
    width: 128px;
    height: 161px;
    background-size: 128px auto;
  }
  .p-strengths__deco.-deco2 {
    display: none;
  }
  .p-strengths__deco.-deco3 {
    top: -100px;
    left: -35px;
    width: 64px;
    height: 64px;
    background-size: 64px auto;
  }
}

.p-solutions {
  padding: 70px 0 96px;
  background-image: url("/files/user/promotion2026/assets/images/bg_solutions.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-solutions__body {
  margin-top: 70px;
}
.p-solutions__row {
  display: flex;
  gap: 32px;
}
.p-solutions__col {
  width: calc(33.3333333333% - 32px + 10.6666666667px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-solutions__col .c-card {
  flex: 1;
}
.p-solutions__msg {
  display: flex;
  justify-content: center;
}
.p-solutions__msg__label {
  position: relative;
  padding: 0 26px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.p-solutions__msg__label::before, .p-solutions__msg__label::after {
  position: absolute;
  bottom: 0;
  width: 13px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px auto;
  content: "";
}
.p-solutions__msg__label::before {
  left: 0;
  background-image: url("/files/user/promotion2026/assets/images/elem_intro_msg_01.png");
}
.p-solutions__msg__label::after {
  right: 0;
  background-image: url("/files/user/promotion2026/assets/images/elem_intro_msg_02.png");
}
.p-solutions__btn {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.p-solutions .c-box {
  min-height: 286px;
  margin-top: 64px;
  padding: 32px 16px 37px;
}
@media screen and (max-width: 767px) {
  .p-solutions {
    padding: 25px 0 42px;
  }
  .p-solutions__body {
    margin-top: 25px;
  }
  .p-solutions__row {
    flex-direction: column;
    gap: 20px;
  }
  .p-solutions__col {
    width: 100%;
    gap: 10px;
  }
  .p-solutions__msg__label {
    padding: 0 20px;
    font-size: 14px;
  }
  .p-solutions__msg__label::before, .p-solutions__msg__label::after {
    width: 11px;
    height: 20px;
    background-size: 11px auto;
  }
  .p-solutions__btn {
    margin-top: 20px;
  }
  .p-solutions__btn .u-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .p-solutions__btn .u-btn > a {
    max-width: 362px;
  }
  .p-solutions .c-box {
    margin-top: 70px;
    padding: 0 28px 35px;
    background-image: url("/files/user/promotion2026/assets/images/bg_box_sp-2.png");
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    border-radius: 28px;
  }
}

.p-cases {
  position: relative;
  padding: 70px 0 96px;
}
.p-cases .l-wrapper__outer {
  position: relative;
}
.p-cases__body {
  margin-top: 70px;
}
.p-cases__foot {
  margin-top: 64px;
}
.p-cases__elem {
  position: relative;
  padding: 48px 0 64px;
}
.p-cases__elem + .p-cases__elem {
  margin-top: 64px;
}
.p-cases__elem:nth-child(odd)::before {
  left: 0;
  border-radius: 0 32px 32px 0;
}
.p-cases__elem:nth-child(even)::before {
  right: 0;
  border-radius: 32px 0 0 32px;
}
.p-cases__elem:nth-child(even) .p-cases__elem__col:first-child {
  order: 2;
}
.p-cases__elem:nth-child(even) .p-cases__elem__col:last-child {
  order: 1;
}
.p-cases__elem:nth-child(even) .p-cases__elem__btn::before {
  order: 2;
}
.p-cases__elem:nth-child(even) .p-cases__elem__btn .u-btn {
  order: 1;
}
.p-cases__elem::before {
  position: absolute;
  top: 0;
  max-width: 1626px;
  width: 84.6875vw;
  height: 100%;
  background-image: url("/files/user/promotion2026/assets/images/bg_cases_elem.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  content: "";
}
.p-cases__elem .l-wrapper__outer {
  position: relative;
}
.p-cases__elem__head__row {
  display: flex;
  align-items: center;
}
.p-cases__elem__body {
  margin-top: 55px;
}
.p-cases__elem__num {
  width: 160px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-cases__elem__num__label {
  font-size: 24px;
  letter-spacing: 0.2em;
}
.p-cases__elem__num .-val {
  color: var(--color-font-white);
  font-size: 100px;
  paint-order: stroke;
  -webkit-text-stroke: 4px #005ac8;
  pointer-events: none;
}
.p-cases__elem__heading {
  width: calc(100% - 160px);
  padding-left: 25px;
  border-left: solid 1px #0071e2;
}
.p-cases__elem__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
}
.p-cases__elem__label {
  margin-top: 2px;
  color: #535869;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}
.p-cases__elem__point .u-point {
  border-radius: 16px;
}
.p-cases__elem__point .u-point::before {
  top: -18px;
}
.p-cases__elem__point .u-point__inner {
  padding: 18px 32px 16px;
}
.p-cases__elem__point .u-point__list > li {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 45px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}
.p-cases__elem__point .u-point__list > li::before {
  position: absolute;
  left: 0;
  width: 33px;
  height: 29px;
  background-image: url("/files/user/promotion2026/assets/images/pict_list.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33px auto;
  content: "";
}
.p-cases__elem__point .u-point__list > li + li {
  border-top: dashed 2px #b8bfda;
}
.p-cases__elem__row {
  margin-top: 32px;
  display: flex;
  gap: 32px;
}
.p-cases__elem__col {
  width: calc(50% - 32px + 16px);
}
.p-cases__elem__img + .p-cases__elem__img {
  margin-top: 32px;
}
.p-cases__elem__img img {
  width: 100%;
  height: auto;
  border: solid 2px var(--color-bg-white);
  border-radius: 32px;
  overflow: hidden;
}
.p-cases__elem__tag {
  min-height: 36px;
  color: var(--color-bg-white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  background-color: var(--color-bg-blue);
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cases__elem__list {
  margin-top: 16px;
}
.p-cases__elem__list > li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.5;
}
.p-cases__elem__list > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--color-bg-blue);
  border-radius: 50%;
  content: "";
}
.p-cases__elem__list > li + li {
  margin-top: 4px;
}
.p-cases__elem__list + .p-cases__elem__tag {
  margin-top: 23px;
}
.p-cases__elem__summary {
  margin-top: 10px;
}
.p-cases__elem__btn {
  margin-top: 40px;
  display: flex;
  gap: 32px;
}
.p-cases__elem__btn::before {
  width: calc(50% - 32px + 16px);
  content: "";
}
.p-cases__elem__btn .u-btn {
  width: calc(50% - 32px + 16px);
  display: flex;
  justify-content: flex-end;
}
.p-cases__btn .u-btn {
  display: flex;
  justify-content: center;
}
.p-cases__deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.p-cases__deco.-deco1 {
  top: -152px;
  right: -296px;
  width: 711px;
  height: 770px;
  background-image: url("/files/user/promotion2026/assets/images/deco_cases_01.png");
  background-size: 711px auto;
}
.p-cases__deco.-deco2 {
  top: -80px;
  left: -55px;
  width: 403px;
  height: 323px;
  background-image: url("/files/user/promotion2026/assets/images/deco_cases_02.png");
  background-size: 323px auto;
}
.p-cases__deco.-deco3 {
  top: -200px;
  left: -90px;
  width: 500px;
  height: 614px;
  background-image: url("/files/user/promotion2026/assets/images/deco_cases_03.png");
  background-size: 500px auto;
  z-index: -1;
}
.p-cases__deco.-deco4 {
  right: -210px;
  bottom: -186px;
  width: 980px;
  height: 1189px;
  background-image: url("/files/user/promotion2026/assets/images/deco_cases_04.png");
  background-size: 980px auto;
  z-index: -1;
}
@media screen and (max-width: 1860px) {
  .p-cases__elem::before {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-cases {
    padding: 35px 0 60px;
  }
  .p-cases__head {
    position: relative;
  }
  .p-cases__body {
    margin-top: 22px;
  }
  .p-cases__foot {
    margin-top: 40px;
  }
  .p-cases__elem {
    padding: 35px 0 40px;
  }
  .p-cases__elem + .p-cases__elem {
    margin-top: 20px;
  }
  .p-cases__elem:nth-child(odd)::before {
    border-radius: 0 28px 28px 0;
  }
  .p-cases__elem:nth-child(even)::before {
    border-radius: 28 0 0 28;
  }
  .p-cases__elem:nth-child(even) .p-cases__elem__col:first-child {
    order: 1;
  }
  .p-cases__elem:nth-child(even) .p-cases__elem__col:last-child {
    order: 2;
  }
  .p-cases__elem::before {
    max-width: 100%;
    width: 100%;
    background-image: url("/files/user/promotion2026/assets/images/bg_cases_elem_sp.png");
  }
  .p-cases__elem__head__row {
    align-items: flex-start;
  }
  .p-cases__elem__body {
    margin-top: 28px;
  }
  .p-cases__elem__num {
    width: 64px;
  }
  .p-cases__elem__num__label {
    font-size: 10px;
  }
  .p-cases__elem__num .-val {
    font-size: 42px;
  }
  .p-cases__elem__heading {
    width: calc(100% - 64px);
    padding-left: 10px;
  }
  .p-cases__elem__title {
    font-size: 18px;
  }
  .p-cases__elem__label {
    font-size: 11px;
  }
  .p-cases__elem__point .u-point {
    border-radius: 14px;
  }
  .p-cases__elem__point .u-point::before {
    top: -12px;
  }
  .p-cases__elem__point .u-point__inner {
    padding: 9px 20px 6px;
  }
  .p-cases__elem__point .u-point__list > li {
    padding-top: 11px;
    padding-bottom: 8px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-cases__elem__point .u-point__list > li::before {
    width: 21px;
    height: 18px;
    background-size: 21px auto;
  }
  .p-cases__elem__row {
    margin-top: 12px;
    flex-direction: column;
    gap: 20px;
  }
  .p-cases__elem__col {
    width: 100%;
  }
  .p-cases__elem__img + .p-cases__elem__img {
    margin-top: 12px;
  }
  .p-cases__elem__tag {
    min-height: 28px;
    font-size: 16px;
  }
  .p-cases__elem__list {
    margin-top: 8px;
  }
  .p-cases__elem__list > li {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    line-height: 1.4;
  }
  .p-cases__elem__list > li::before {
    width: 5px;
    height: 5px;
  }
  .p-cases__elem__list > li + li {
    margin-top: 6px;
  }
  .p-cases__elem__list + .p-cases__elem__tag {
    margin-top: 16px;
  }
  .p-cases__elem__summary {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.6;
  }
  .p-cases__elem__btn {
    margin-top: 24px;
    display: block;
  }
  .p-cases__elem__btn::before {
    content: none;
  }
  .p-cases__elem__btn .u-btn {
    width: 100%;
    justify-content: center;
  }
  .p-cases__elem__btn .u-btn > a {
    max-width: 362px;
  }
  .p-cases__btn .u-btn > a {
    max-width: 362px;
  }
  .p-cases__deco.-deco1 {
    top: -50px;
    right: -110px;
    width: 213px;
    height: 228px;
    background-image: url("/files/user/promotion2026/assets/images/deco_cases_01_sp.png");
    background-size: 213px auto;
  }
  .p-cases__deco.-deco2 {
    top: -30px;
    left: -40px;
    width: 121px;
    height: 97px;
    background-image: url("/files/user/promotion2026/assets/images/deco_cases_02_sp.png");
    background-size: 121px auto;
  }
  .p-cases__deco.-deco3 {
    display: none;
  }
  .p-cases__deco.-deco4 {
    display: none;
  }
}

.p-faq {
  position: relative;
  padding: 55px 0 86px;
  background-image: url("/files/user/promotion2026/assets/images/bg_faq.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-faq__body {
  margin-top: 60px;
}
.p-faq__foot {
  margin-top: 46px;
}
.p-faq__elem {
  background-color: var(--color-bg-white);
  border-radius: 16px;
  box-shadow: 8px 16px 20px rgba(0, 90, 200, 0.15);
}
.p-faq__elem + .p-faq__elem {
  margin-top: 24px;
}
.p-faq__elem__head {
  padding: 0 30px;
  cursor: pointer;
}
.p-faq__elem__body {
  padding: 0 30px;
  overflow: hidden;
  transition: height 0.3s;
}
.p-faq__elem__body .p-faq__elem__row {
  border-top: dashed 2px #b8bfda;
}
.p-faq__elem__body .p-faq__elem__txt {
  padding-right: 0;
}
.p-faq__elem__row {
  display: flex;
}
.p-faq__elem__qa {
  width: 52px;
  min-height: 72px;
  padding-top: 16px;
  display: flex;
}
.p-faq__elem__qa__label {
  width: 36px;
  height: 36px;
  color: var(--color-font-white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.p-faq__elem__qa.-q {
  padding-top: 0;
  align-items: center;
}
.p-faq__elem__qa.-q .p-faq__elem__qa__label {
  background-color: var(--color-bg-blue);
}
.p-faq__elem__qa.-a .p-faq__elem__qa__label {
  color: var(--color-font-blue);
  background-color: #e0eefb;
}
.p-faq__elem__txt {
  position: relative;
  width: calc(100% - 52px);
  padding-top: 22.5px;
  padding-right: 40px;
  padding-bottom: 22.5px;
}
.p-faq__elem__title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}
.p-faq__elem__summary {
  font-size: 16px;
  line-height: 1.5;
}
.p-faq__elem__summary + .p-faq__elem__summary {
  margin-top: 10px;
}
.p-faq__elem__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq__elem__icon span {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: var(--color-bg-blue);
  border-radius: 50%;
}
.p-faq__elem__icon span::before, .p-faq__elem__icon span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--color-font-white);
  border-radius: 4px;
  transition: opacity 0.3s;
  content: "";
}
.p-faq__elem__icon span::before {
  width: 12px;
  height: 2px;
}
.p-faq__elem__icon span::after {
  width: 2px;
  height: 12px;
}
.p-faq__elem__list {
  margin-top: 6px;
}
.p-faq__elem__list > li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.5;
}
.p-faq__elem__list > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--color-bg-blue);
  border-radius: 50%;
  content: "";
}
.p-faq__elem__list > li + li {
  margin-top: 4px;
}
.p-faq__elem__list + .p-faq__elem__summary {
  margin-top: 10px;
}
.p-faq__elem.isOpen .p-faq__elem__icon span::after {
  opacity: 0;
}
.p-faq__msg {
  color: #3e424f;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.p-faq__deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.p-faq__deco.-deco1 {
  top: -340px;
  right: -45px;
  width: 420px;
  height: 503px;
  background-image: url("/files/user/promotion2026/assets/images/deco_faq_01.png");
  background-size: 420px auto;
}
.p-faq__deco.-deco2 {
  top: -100px;
  left: 40px;
  width: 196px;
  height: 194px;
  background-image: url("/files/user/promotion2026/assets/images/deco_faq_02.png");
  background-size: 196px auto;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 38px 0 35px;
    background-image: url("/files/user/promotion2026/assets/images/bg_faq_sp.png");
  }
  .p-faq__body {
    margin-top: 28px;
  }
  .p-faq__foot {
    margin-top: 25px;
  }
  .p-faq__elem + .p-faq__elem {
    margin-top: 14px;
  }
  .p-faq__elem__head {
    padding: 0 20px;
  }
  .p-faq__elem__head .p-faq__elem__txt {
    display: flex;
    align-items: center;
  }
  .p-faq__elem__body {
    padding: 0 20px;
  }
  .p-faq__elem__qa {
    width: 36px;
    padding-top: 16px;
  }
  .p-faq__elem__qa__label {
    width: 28px;
    height: 28px;
    font-size: 15.5px;
  }
  .p-faq__elem__txt {
    width: calc(100% - 36px);
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
  }
  .p-faq__elem__title {
    font-size: 15px;
    line-height: 1.5;
  }
  .p-faq__elem__summary {
    font-size: 14px;
    line-height: 1.5;
  }
  .p-faq__elem__icon {
    width: 20px;
  }
  .p-faq__elem__icon span {
    width: 20px;
    height: 20px;
  }
  .p-faq__elem__icon span::before {
    width: 10px;
  }
  .p-faq__elem__icon span::after {
    height: 10px;
  }
  .p-faq__elem__list {
    margin-top: 8px;
  }
  .p-faq__elem__list > li {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    line-height: 1.5;
  }
  .p-faq__elem__list > li::before {
    width: 5px;
    height: 5px;
  }
  .p-faq__elem__list > li + li {
    margin-top: 6px;
  }
  .p-faq__elem__list + .p-cases__elem__tag {
    margin-top: 16px;
  }
  .p-faq__msg {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-faq__deco.-deco1 {
    top: -106px;
    right: -45px;
    width: 126px;
    height: 151px;
    background-size: 126px auto;
  }
  .p-faq__deco.-deco2 {
    top: -20px;
    left: 5px;
    width: 59px;
    height: 59px;
    background-size: 59px auto;
  }
}

.p-cta {
  position: relative;
  min-height: 426px;
  padding: 16px 0;
  background-image: url("/files/user/promotion2026/assets/images/bg_cta.png");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.p-cta .l-wrapper__outer {
  width: 100%;
}
.p-cta__title {
  color: var(--color-font-white);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.p-cta__summary {
  margin-top: 6px;
  color: var(--color-font-white);
  text-align: center;
}
.p-cta__btns {
  margin-top: 40px;
  display: flex;
  gap: 32px;
}
.p-cta__btns .u-btn {
  width: calc(50% - 32px + 16px);
}
.p-cta__btns .u-btn > a {
  max-width: 100%;
  width: 100%;
  min-height: 96px;
  height: 100%;
  padding: 4px 58px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  flex-direction: column;
  gap: 8px;
  border-radius: 32px;
}
.p-cta__btns .u-btn > a span {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.p-cta__btns .u-btn > a::after {
  width: 32px;
  height: 32px;
  background-size: 7.5px auto;
}
@media screen and (max-width: 767px) {
  .p-cta {
    min-height: 450px;
    padding: 14px;
    background-image: url("/files/user/promotion2026/assets/images/bg_cta_sp.png");
  }
  .p-cta__title {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-cta__summary {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .p-cta__btns {
    margin-top: 24px;
    flex-direction: column;
    gap: 14px;
  }
  .p-cta__btns .u-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .p-cta__btns .u-btn > a {
    max-width: 362px;
    min-height: 68px;
    padding: 4px 40px;
    font-size: 18px;
    border-radius: 21px;
  }
  .p-cta__btns .u-btn > a span {
    font-size: 12px;
  }
  .p-cta__btns .u-btn > a::after {
    width: 22px;
    height: 22px;
    background-size: 5px auto;
  }
}

.p-columns {
  position: relative;
  padding: 78px 0 96px;
  background-image: url("/files/user/promotion2026/assets/images/bg_columns.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-columns__body {
  position: relative;
  margin-top: 60px;
}
.p-columns__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  z-index: 1;
}
.p-columns .c-card {
  width: calc(50% - 32px + 16px);
}
.p-columns .c-card__wrap {
  min-height: 424px;
}
.p-columns .c-card__head {
  aspect-ratio: 586/273;
}
.p-columns .c-card__body {
  padding-top: 15px;
}
.p-columns .c-card__body::before {
  width: 19.4539249147%;
}
.p-columns .c-card__title {
  margin-bottom: 16px;
  padding-bottom: 0;
  line-height: 1.5;
  border-bottom: 0;
}
.p-columns__btn {
  margin-top: 66px;
}
.p-columns__btn .u-btn {
  display: flex;
  justify-content: center;
}
.p-columns__deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.p-columns__deco.-deco1 {
  top: -108px;
  right: -84px;
  width: 248px;
  height: 248px;
  background-image: url("/files/user/promotion2026/assets/images/deco_columns_01.png");
  background-size: 248px auto;
}
.p-columns__deco.-deco2 {
  bottom: -160px;
  left: -90px;
  width: 420px;
  height: 433px;
  background-image: url("/files/user/promotion2026/assets/images/deco_columns_02.png");
  background-size: 420px auto;
}
.p-columns__deco.-deco3 {
  right: 20px;
  bottom: -110px;
  width: 309px;
  height: 309px;
  background-image: url("/files/user/promotion2026/assets/images/deco_columns_03.png");
  background-size: 309px auto;
}
@media screen and (max-width:1080px) {
  .p-columns__deco.-deco2 {
    left: -140px;
    width: 320px;
    height: 333px;
    background-size: 320px auto;
  }
  .p-columns__deco.-deco3 {
    right: -30px;
    width: 209px;
    height: 209px;
    background-size: 209px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-columns {
    padding: 34px 0 40px;
  }
  .p-columns__body {
    margin-top: 27px;
  }
  .p-columns__row {
    flex-direction: column;
    gap: 16px;
  }
  .p-columns .c-card {
    width: 100%;
  }
  .p-columns .c-card__wrap {
    min-height: 298px;
  }
  .p-columns .c-card__head {
    aspect-ratio: 362/169;
  }
  .p-columns .c-card__body {
    padding-top: 11px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-columns .c-card__body::before {
    max-width: 108px;
    width: 31.1239193084%;
  }
  .p-columns__btn {
    margin-top: 28px;
  }
  .p-columns__btn .u-btn > a {
    max-width: 362px;
  }
  .p-columns__deco.-deco1 {
    top: -130px;
    right: -34px;
    width: 74px;
    height: 74px;
    background-size: 74px auto;
  }
  .p-columns__deco.-deco2 {
    bottom: -70px;
    left: -60px;
    width: 126px;
    height: 130px;
    background-size: 126px auto;
  }
  .p-columns__deco.-deco3 {
    right: 10px;
    bottom: -60px;
    width: 93px;
    height: 93px;
    background-size: 93px auto;
  }
}

.u-btn > a {
  position: relative;
  width: 380px;
  min-height: 64px;
  padding: 4px 40px 4px 30px;
  color: var(--color-font-blue);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-border-blue);
  border-radius: 200px;
  box-shadow: 5px 5px 10px rgba(0, 90, 200, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  z-index: 1;
}
.u-btn > a::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url("/files/user/promotion2026/assets/images/icon_arrow.svg");
  background-color: var(--color-bg-blue);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5.5px auto;
  border-radius: 50%;
  content: "";
}
.u-btn > a:hover {
  opacity: 0.6;
}
.u-btn.-red > a {
  color: var(--color-font-white);
  background-image: linear-gradient(60deg, #d21e32, #dc6464 60%, #e69696);
  border: solid 1px var(--color-border-white);
  box-shadow: none;
}
.u-btn.-red > a::after {
  background-image: url("/files/user/promotion2026/assets/images/icon_arrow-red.svg");
  background-color: var(--color-bg-white);
}
.u-btn.-blue > a {
  color: var(--color-font-white);
  background-image: linear-gradient(60deg, #005ac8, #00a7e1 60%, #15bdc1);
  border: solid 1px var(--color-border-white);
  box-shadow: none;
}
.u-btn.-blue > a::after {
  background-image: url("/files/user/promotion2026/assets/images/icon_arrow-blue.svg");
  background-color: var(--color-bg-white);
}
.u-btn.-s > a {
  width: 220px;
  min-height: 48px;
}
.u-btn.-pict > a {
  padding: 4px;
  gap: 4px;
}
.u-btn.-pict > a::after {
  content: none;
}
@media screen and (max-width: 1280px) {
  .u-btn.-s > a {
    width: 180px;
    min-height: 48px;
    font-size: 14px;
  }
}
@media screen and (max-width:1080px) {
  .u-btn.-s > a {
    width: 64px;
    min-height: 64px;
    font-size: 10px;
    border-radius: 8px;
  }
  .u-btn.-pict > a {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .u-btn > a {
    position: relative;
    max-width: 320px;
    width: 100%;
    min-height: 52px;
    padding: 4px 20px;
    font-size: 14px;
  }
  .u-btn > a::after {
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: 5px auto;
  }
  .u-btn > a:hover {
    opacity: 1;
  }
}

.u-hamburger {
  display: none;
}
@media screen and (max-width:1080px) {
  .u-hamburger {
    width: 52px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .u-hamburger__btn {
    position: relative;
    width: 29px;
    height: 18px;
  }
  .u-hamburger__btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-border-white);
    border-radius: 100px;
    transition: 0.3s;
  }
  .u-hamburger__btn span:nth-child(1) {
    top: 0;
  }
  .u-hamburger__btn span:nth-child(2) {
    top: 8.5px;
  }
  .u-hamburger__btn span:nth-child(3) {
    bottom: 0;
  }
  .u-hamburger__btn.isOpen span:nth-child(1) {
    transform: translateY(8.5px) rotate(-45deg);
  }
  .u-hamburger__btn.isOpen span:nth-child(2) {
    opacity: 0;
  }
  .u-hamburger__btn.isOpen span:nth-child(3) {
    transform: translateY(-8.5px) rotate(45deg);
  }
}

.u-heading__l2 {
  text-align: center;
}
.u-heading__l2__label {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}
.u-heading__l2__title {
  margin-top: 4px;
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  overflow-wrap: break-word;
}
.u-heading__l2__lead {
  margin-top: 16px;
  color: #001c7b;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .u-heading__l2__label {
    font-size: 12px;
  }
  .u-heading__l2__title {
    font-size: 48px;
  }
  .u-heading__l2__lead {
    font-size: 20px;
    line-height: 1.5;
  }
}

.u-pict {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 32px auto;
}
.u-pict.-download {
  background-image: url("/files/user/promotion2026/assets/images/pict_download.svg");
}
.u-pict.-mail {
  background-image: url("/files/user/promotion2026/assets/images/pict_mail.svg");
}

.u-pagetop {
  position: fixed;
  right: 20px;
  bottom: 35px;
  width: 48px;
  height: 48px;
  background-color: #333;
  background-image: url("/files/user/promotion2026/assets/images/page_top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  border-radius: 100%;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s, background 0.4s, opacity 0.4s;
  cursor: pointer;
  z-index: 1000;
}
.u-pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}
@media (any-hover:hover) {
  .u-pagetop:hover {
    background-color: #cc0000;
  }
}
@media screen and (max-width: 767px) {
  .u-pagetop {
    display: none;
  }
}

.u-point {
  position: relative;
  border-radius: 32px;
  background-color: var(--color-bg-white);
}
.u-point::before {
  position: absolute;
  top: 0;
  left: -6px;
  width: 117px;
  height: 44px;
  background-image: url("/files/user/promotion2026/assets/images/point.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 117px auto;
  content: "";
}
.u-point__inner {
  position: relative;
  padding: 34px 16px 23px;
}
.u-point__summary {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.u-point.-border {
  border: solid 6px #99dcf3;
}
.u-point.-border::before {
  top: -6px;
  left: -12px;
}
@media screen and (max-width: 767px) {
  .u-point {
    border-radius: 28px;
  }
  .u-point::before {
    width: 78px;
    height: 29px;
    background-size: 78px auto;
  }
  .u-point__inner {
    padding: 35px 16px 25px;
  }
  .u-point__summary {
    font-size: 16px;
    line-height: 1.5;
  }
}

.u-link {
  color: var(--color-font-blue);
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
}
.u-link::after {
  width: 24px;
  height: 24px;
  background-image: url("/files/user/promotion2026/assets/images/icon_arrow.svg");
  background-color: var(--color-bg-blue);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5.5px auto;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 767px) {
  .u-link {
    font-size: 14px;
    gap: 8px;
  }
  .u-link::after {
    width: 20px;
    height: 20px;
    background-size: 5px auto;
  }
}

/* Foundation
----------------------------------------------- */
/* Layout
----------------------------------------------- */
/* Object
----------------------------------------------- */
/* component */

/*# sourceMappingURL=style.css.map */
