@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

body {
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* PC*/
/* TABLET*/
/* SP*/
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

body {
  overflow-x: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: max(5.5555555556vw, 80px);
  background-color: #0044CC;
  transition: transform 0.3s ease;
}
.l-header.is-hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 16.4102564103vw;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 min(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 6.1538461538vw;
  }
}
.l-header__logo {
  width: clamp(120px, 17.6388888889vw, 254px);
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 50.2564102564vw;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  gap: clamp(10px, 2.2222222222vw, 32px);
}
.l-header__nav-list li a {
  color: #fff;
  font-size: clamp(14px, 1.0416666667vw, 15px);
  font-weight: bold;
  text-decoration: none;
}
.l-header__nav-list li a:hover {
  opacity: 0.7;
}

.l-footer {
  background-color: #0044CC;
  color: #fff;
  padding: max(1.5277777778vw, 22px) 0 max(2.2222222222vw, 32px);
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 8.2051282051vw 0;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: max(70vw, 1008px);
  margin: 0 auto max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0vw;
  }
}
.l-footer__info {
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    text-align: center;
  }
}
.l-footer__company {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  margin-bottom: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .l-footer__company {
    font-size: 5.1282051282vw;
    margin-bottom: 3.0769230769vw;
  }
}
.l-footer__address {
  font-size: max(0.8333333333vw, 12px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    font-size: 3.0769230769vw;
  }
}
.l-footer__nav-list {
  display: flex;
  gap: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list {
    flex-direction: column;
    gap: 8.2051282051vw;
    margin-top: 8.2051282051vw;
  }
}
.l-footer__nav-list li a {
  color: #fff;
  text-decoration: none;
  font-size: max(0.8333333333vw, 12px);
  font-weight: 500;
  transition: opacity 0.3s;
}
.l-footer__nav-list li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list li a {
    font-size: 3.0769230769vw;
  }
}
.l-footer__bottom {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    padding-top: 12.3076923077vw;
  }
}
.l-footer__copy {
  font-size: max(0.6944444444vw, 10px);
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 2.5641025641vw;
  }
}

.p-hamburger {
  display: none;
}
@media screen and (max-width: 970px) {
  .p-hamburger {
    display: block;
    width: max(1.7361111111vw, 25px);
    height: max(1.25vw, 18px);
    background: none;
    border: none;
    position: relative;
    z-index: 110;
    cursor: pointer;
  }
  .p-hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: transform 0.3s, opacity 0.3s, top 0.3s, bottom 0.3s;
  }
  .p-hamburger span:nth-child(1) {
    top: 0;
  }
  .p-hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .p-hamburger span:nth-child(3) {
    bottom: 0;
  }
  .p-hamburger.is-open span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .p-hamburger.is-open span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .p-hamburger {
    width: 6.4102564103vw;
    height: 4.6153846154vw;
  }
}

.l-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: max(72.7777777778vw, 1048px);
  margin: 0 auto;
  padding: max(6.6666666667vw, 96px) max(1.3888888889vw, 20px);
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 16.4102564103vw 6.1538461538vw;
  }
}

.l-inner.-full {
  max-width: max(100vw, 1440px);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-inner.-full {
    max-width: 100%;
  }
}

.p-hero {
  position: relative;
  width: 100%;
  height: max(50vw, 720px);
  min-height: max(50vw, 720px);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: max(5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-hero {
    height: auto;
    min-height: 100vw;
    padding: 16.4102564103vw 0 0 0;
  }
}
.p-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-hero__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero__inner {
  max-width: max(83.0555555556vw, 1196px);
  margin: 0 auto;
  width: max(83.0555555556vw, 1196px);
  padding: 0 max(1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-hero__inner {
    padding: 45.1282051282vw 4.358974359vw 10.7692307692vw;
    position: relative;
  }
}
.p-hero__content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.p-hero__title {
  font-size: clamp(100px, 8.3333333333vw, 120px);
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: max(1.6666666667vw, 24px);
  color: #0044CC;
}
@media screen and (max-width: 768px) {
  .p-hero__title {
    font-size: 13.8461538462vw;
    position: absolute;
    top: 10.7692307692vw;
    overflow: visible;
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-hero__lead {
  font-size: max(1.3888888889vw, 20px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: max(2.2222222222vw, 32px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-hero__lead {
    font-size: 3.5897435897vw;
    margin-bottom: 6.1538461538vw;
  }
}
.p-hero__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.p-hero__crowns {
  display: flex;
  gap: max(0.4166666667vw, 6px);
}
@media screen and (max-width: 768px) {
  .p-hero__crowns {
    width: 100%;
    justify-content: space-between;
  }
}
.p-hero__crown {
  position: relative;
  width: max(9.375vw, 135px);
}
@media screen and (max-width: 768px) {
  .p-hero__crown {
    width: 29.4871794872vw;
  }
}
.p-hero__crown img {
  width: 100%;
  height: auto;
}
.p-hero-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0044CC;
  width: clamp(300px, 27.7777777778vw, 400px);
  height: clamp(80px, 6.6666666667vw, 96px);
  border-radius: max(0.5555555556vw, 8px);
  font-size: clamp(20px, 1.6666666667vw, 24px);
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
.p-hero-cta__link:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.p-hero-cta__link .icon-arrow {
  width: max(2.2222222222vw, 32px);
  position: absolute;
  right: max(1.1111111111vw, 16px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-hero-cta__link {
    display: none;
  }
}

.p-strength__head {
  text-align: left;
  margin-bottom: max(6.1111111111vw, 88px);
}
@media screen and (max-width: 768px) {
  .p-strength__head {
    padding-bottom: 16.4102564103vw;
    border-bottom: 1px solid #0044CC;
  }
}
.p-strength__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-strength__label {
    justify-content: center;
    gap: 4.1025641026vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-strength__label-icon {
  width: max(2.8472222222vw, 41px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-strength__label-icon {
    width: 8.2051282051vw;
  }
}
.p-strength__label-text {
  font-size: max(1.3888888889vw, 20px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-strength__label-text {
    font-size: 4.1025641026vw;
  }
}
.p-strength__title {
  font-size: max(6.6666666667vw, 96px);
  font-weight: 900;
  color: #0044CC;
  margin-bottom: max(1.8055555556vw, 26px);
}
@media screen and (max-width: 768px) {
  .p-strength__title {
    font-size: 12.3076923077vw;
    text-align: center;
  }
}
.p-strength__lead {
  font-size: max(1.3888888889vw, 20px);
  line-height: 1.4;
  font-weight: 500;
}
.p-strength__lead .txt-blue {
  color: #0044CC;
  display: inline;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .p-strength__lead {
    font-size: 3.8461538462vw;
    text-align: left;
    padding: 0 4.1025641026vw;
    line-height: 1.6;
    font-weight: 400;
  }
}
.p-strength-item {
  padding-bottom: max(4.4444444444vw, 64px);
}
.p-strength-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-strength-item {
    padding: 0 0 16.4102564103vw 0;
  }
}
.p-strength-item__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: max(3.3333333333vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-strength-item__inner {
    flex-direction: column;
    gap: 8.2051282051vw;
  }
}
.p-strength-item__content {
  flex: 1;
  border-bottom: 1px solid #0044CC;
  padding-bottom: max(4.1666666667vw, 60px);
}
.p-strength-item__number {
  display: block;
  font-size: max(4.4444444444vw, 64px);
  font-weight: 900;
  color: #0044CC;
  line-height: 0.8;
  margin-bottom: max(2.5vw, 36px);
}
@media screen and (max-width: 768px) {
  .p-strength-item__number {
    font-size: 16.4102564103vw;
    text-align: center;
    margin-bottom: 8.2051282051vw;
  }
}
.p-strength-item__title {
  font-size: max(1.9444444444vw, 28px);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: max(3.0555555556vw, 44px);
}
.p-strength-item__title .txt-blue {
  color: #0044CC;
}
@media screen and (max-width: 768px) {
  .p-strength-item__title {
    font-size: 6.1538461538vw;
    text-align: center;
    margin-bottom: 8.2051282051vw;
  }
}
.p-strength-item__img {
  flex: 0 0 max(33.3333333333vw, 480px);
  overflow: hidden;
}
.p-strength-item__img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-strength-item__img {
    flex: none;
    width: 100%;
    margin-bottom: 8.2051282051vw;
  }
}
.p-strength-item__text {
  font-size: max(1.1111111111vw, 16px);
  line-height: 1.8;
  margin-bottom: max(1.6666666667vw, 24px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-strength-item__text {
    font-size: 3.8461538462vw;
    padding: 0 4.1025641026vw;
    margin-bottom: 0;
  }
}
.p-strength-plus {
  margin-top: max(4.4444444444vw, 64px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-strength-plus {
    margin-top: 16.4102564103vw;
    text-align: center;
  }
}
.p-strength-plus__label {
  display: block;
  font-size: max(4.4444444444vw, 64px);
  font-weight: 900;
  color: #0044CC;
  margin-bottom: max(1.3888888889vw, 20px);
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .p-strength-plus__label {
    font-size: 16.4102564103vw;
  }
}
.p-strength-plus__text {
  font-size: max(1.6666666667vw, 24px);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: max(6.6666666667vw, 96px);
}
.p-strength-plus__text .txt-blue {
  color: #0044CC;
}
@media screen and (max-width: 768px) {
  .p-strength-plus__text {
    font-size: 4.1025641026vw;
    text-align: left;
    padding: 0 4.1025641026vw;
    margin-bottom: 16.4102564103vw;
  }
}
.p-strength-plus__text .txt-large {
  font-size: max(3.3333333333vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-strength-plus__text .txt-large {
    font-size: 8.2051282051vw;
  }
}
.p-strength-plus__btn {
  text-align: center;
}

.p-challenge {
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.p-challenge .l-inner {
  padding-bottom: max(5.4166666667vw, 78px);
}
@media screen and (max-width: 768px) {
  .p-challenge .l-inner {
    padding-bottom: 16.4102564103vw;
  }
}
.p-challenge__label {
  display: flex;
  align-items: center;
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-challenge__label {
    justify-content: center;
    gap: 4.1025641026vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-challenge__label-icon {
  width: max(2.8472222222vw, 41px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-challenge__label-icon {
    width: 8.2051282051vw;
  }
}
.p-challenge__label-text {
  font-size: max(1.3888888889vw, 20px);
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-challenge__label-text {
    font-size: 4.1025641026vw;
  }
}
.p-challenge__title {
  font-size: max(6.6666666667vw, 96px);
  font-weight: 900;
  color: #0044CC;
}
@media screen and (max-width: 768px) {
  .p-challenge__title {
    font-size: 12.3076923077vw;
    text-align: center;
  }
}
.p-challenge__list {
  display: flex;
  flex-direction: column;
  gap: max(6.25vw, 90px);
}
@media screen and (max-width: 768px) {
  .p-challenge__list {
    gap: 0;
  }
}
.p-challenge-item {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-challenge-item {
    flex-direction: column-reverse;
  }
}
.p-challenge-item.-reverse {
  justify-content: flex-start;
}
.p-challenge-item.-reverse .p-challenge-item__box {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-challenge-item.-reverse .p-challenge-item__box {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-challenge-item.-reverse {
    flex-direction: column-reverse;
  }
}
.p-challenge-item__box {
  background-color: #0044CC;
  width: max(42.1527777778vw, 607px);
  padding: clamp(48px, 4.4444444444vw, 64px) clamp(24px, 3.3333333333vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 36%;
  transform: translateX(-50%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-challenge-item__box {
    position: static;
    width: 100%;
    transform: none;
    padding: 12.3076923077vw 8.2051282051vw;
  }
}
.p-challenge-item.-reverse .p-challenge-item__box {
  right: -6%;
}
@media screen and (max-width: 1200px) {
  .p-challenge-item.-reverse .p-challenge-item__box {
    right: 0;
    transform: translateX(0);
  }
}
.p-challenge-item__img {
  width: max(50vw, 720px);
  line-height: 0;
  z-index: 1;
}
.p-challenge-item__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-challenge-item__img {
    width: 100%;
  }
}
.p-challenge-item__lead {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: max(2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .p-challenge-item__lead {
    font-size: 4.1025641026vw;
    margin-bottom: 8.2051282051vw;
  }
}
.p-challenge-item__text {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-challenge-item__text {
    font-size: 4.1025641026vw;
  }
}
.p-challenge__bottom {
  text-align: left;
  max-width: max(41.5277777778vw, 598px);
  margin: max(6.6666666667vw, 96px) auto 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-challenge__bottom {
    margin-top: 16.4102564103vw;
  }
}
.p-challenge__bottom-text {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: max(2.5vw, 36px);
}
.p-challenge__bottom-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-challenge__bottom-text {
    font-size: 4.1025641026vw;
    text-align: left;
    margin-bottom: 8.2051282051vw;
    padding: 0 8.2051282051vw;
    line-height: 1.6;
  }
}

.p-message {
  background-color: #fff;
  margin-top: 0;
  padding: max(6.6666666667vw, 96px) 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-message {
    padding: 0;
  }
}
.p-message__kv {
  position: relative;
}
.p-message__kv-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-message__kv-inner {
    flex-direction: column-reverse;
  }
}
.p-message__img {
  width: 50%;
  line-height: 0;
}
.p-message__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-message__img {
    width: 100%;
  }
}
.p-message__blue-box {
  background-color: #0044CC;
  position: absolute;
  left: 36%;
  bottom: 0;
  transform: translateX(-50%);
  width: max(42.1527777778vw, 607px);
  height: max(15.3472222222vw, 221px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-message__blue-box {
    transform: translateX(0);
    left: 0;
    height: max(10.4166666667vw, 150px);
    width: max(33.3333333333vw, 480px);
  }
}
@media screen and (max-width: 768px) {
  .p-message__blue-box {
    position: static;
    transform: none;
    width: 100%;
    height: 29.2307692308vw;
  }
}
.p-message__blue-box-text {
  color: #fff;
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-message__blue-box-text {
    font-size: 6.1538461538vw;
  }
}
.p-message__content {
  max-width: max(45.1388888889vw, 650px);
  margin: 0 auto;
  padding: max(2.5vw, 36px) 0 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-message__content {
    text-align: left;
    padding: 0;
  }
}
.p-message__title {
  font-size: max(2.7777777778vw, 40px);
  font-weight: 700;
  color: #0044CC;
  line-height: 1.2;
  margin-bottom: max(2.5vw, 36px);
}
@media screen and (max-width: 768px) {
  .p-message__title {
    font-size: 6.9230769231vw;
    margin-bottom: 12.3076923077vw;
  }
}
.p-message__text {
  font-size: max(1.1111111111vw, 16px);
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: max(1.5277777778vw, 22px);
}
.p-message__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-message__text {
    font-size: 4.1025641026vw;
    margin-bottom: 6.1538461538vw;
    line-height: 1.6;
    font-weight: 500;
  }
}
.p-message__btn {
  display: flex;
  justify-content: center;
  margin-top: max(9.7222222222vw, 140px);
}
@media screen and (max-width: 768px) {
  .p-message__btn {
    margin-top: 16.4102564103vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message__btn .c-btn-blue-lg {
    width: 100%;
  }
}

.p-platform {
  background-color: #0044CC;
}
@media screen and (max-width: 768px) {
  .p-platform .l-inner {
    padding: 16.4102564103vw 0 0 0;
  }
}
.p-platform__head {
  text-align: left;
  color: #fff;
}
.p-platform__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-platform__label {
    justify-content: center;
    gap: 4.1025641026vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-platform__label-icon {
  width: max(2.8472222222vw, 41px);
}
@media screen and (max-width: 768px) {
  .p-platform__label-icon {
    width: 8.2051282051vw;
  }
}
.p-platform__label-text {
  font-size: max(1.3888888889vw, 20px);
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-platform__label-text {
    font-size: 4.1025641026vw;
  }
}
.p-platform__title {
  font-size: max(6.6666666667vw, 96px);
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin-bottom: max(3.3333333333vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-platform__title {
    font-size: 12.3076923077vw;
    text-align: center;
  }
}
.p-platform__main-img {
  width: 100%;
  max-width: max(76.3888888889vw, 1100px);
  margin: 0 auto max(4.4444444444vw, 64px);
  line-height: 0;
}
.p-platform__main-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-platform__main-img {
    margin-bottom: 0;
  }
}
.p-platform__cta {
  display: flex;
  justify-content: center;
}

.p-results {
  background-color: #0044CC;
  color: #fff;
  margin-top: -1px;
}
.p-results__head {
  text-align: center;
  margin-bottom: max(3.3333333333vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-results__head {
    margin-bottom: 16.4102564103vw;
  }
}
.p-results__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: max(1.1111111111vw, 16px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-results__label {
    justify-content: center;
    gap: 4.1025641026vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-results__label-icon {
  width: max(2.8472222222vw, 41px);
}
@media screen and (max-width: 768px) {
  .p-results__label-icon {
    width: 8.2051282051vw;
  }
}
.p-results__label-text {
  font-size: max(1.3888888889vw, 20px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-results__label-text {
    font-size: 4.1025641026vw;
  }
}
.p-results__title {
  font-size: max(6.6666666667vw, 96px);
  font-weight: 900;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-results__title {
    font-size: 12.3076923077vw;
    text-align: center;
  }
}
.p-results-card {
  background-color: #fff;
  border-radius: max(1.1111111111vw, 16px);
  padding: max(4.4444444444vw, 64px);
  max-width: 100%;
  margin: 0 auto max(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-results-card {
    padding: 8.2051282051vw;
    border-radius: 4.1025641026vw;
    margin-bottom: 0vw;
  }
}
.p-results-card__head {
  margin-bottom: max(4.0277777778vw, 58px);
  padding-left: max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-results-card__head {
    margin-bottom: 16.4102564103vw;
    padding-left: 0;
  }
}
.p-results-card__case {
  display: block;
  color: #0044CC;
  font-style: italic;
  font-weight: 600;
  font-size: max(1.3888888889vw, 20px);
  margin-bottom: max(0.6944444444vw, 10px);
}
@media screen and (max-width: 768px) {
  .p-results-card__case {
    font-size: 4.1025641026vw;
  }
}
.p-results-card__name {
  font-size: max(2.5vw, 36px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-results-card__name {
    font-size: 8.2051282051vw;
  }
}
.p-results-card__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: max(4.4444444444vw, 64px);
  margin-bottom: max(3.8888888889vw, 56px);
}
@media screen and (max-width: 768px) {
  .p-results-card__main {
    flex-direction: column;
    gap: 6.1538461538vw;
    margin-bottom: 16.4102564103vw;
  }
}
.p-results-card__separator {
  line-height: 0;
}
.p-results-card__separator .u-pc-only {
  width: max(1.5972222222vw, 23px);
  height: auto;
}
.p-results-card__separator .u-sp-only {
  width: 21.0256410256vw;
  height: auto;
}
.p-results-card__stat {
  text-align: center;
}
.p-results-card__stat .label {
  font-size: max(1.3888888889vw, 20px);
  font-weight: bold;
  color: #636363;
  margin-bottom: max(1.25vw, 18px);
}
@media screen and (max-width: 768px) {
  .p-results-card__stat .label {
    font-size: 4.1025641026vw;
  }
}
.p-results-card__stat .value {
  line-height: 1;
}
.p-results-card__stat .value .num {
  font-size: max(6.6666666667vw, 96px);
  font-weight: 700;
  font-style: italic;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .p-results-card__stat .value .num {
    font-size: 16.4102564103vw;
  }
}
.p-results-card__stat .value .num.-blue {
  color: #0044CC;
}
.p-results-card__stat .value .unit {
  font-size: max(2.2222222222vw, 32px);
  font-weight: 700;
  margin-left: max(0.4166666667vw, 6px);
}
@media screen and (max-width: 768px) {
  .p-results-card__stat .value .unit {
    font-size: 6.1538461538vw;
    margin-left: 1.5384615385vw;
  }
}
.p-results-card__stat .value .unit.-blue {
  color: #0044CC;
}
.p-results-card__summary {
  text-align: center;
  font-size: max(1.9444444444vw, 28px);
  font-weight: 700;
  margin-bottom: max(3.8888888889vw, 56px);
}
.p-results-card__summary .txt-blue {
  color: #0044CC;
}
@media screen and (max-width: 768px) {
  .p-results-card__summary {
    font-size: 5.1282051282vw;
    line-height: 1.2;
  }
}
.p-results-card__details {
  display: flex;
  border-top: 1px solid #0044CC;
}
@media screen and (max-width: 768px) {
  .p-results-card__details {
    flex-direction: column;
    padding-top: 0;
    border-top: none;
  }
}
.p-results-card__detail-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid #0044CC;
  padding: max(2.7777777778vw, 40px) 0;
}
.p-results-card__detail-item:last-child {
  border-right: none;
}
.p-results-card__detail-item .label {
  font-size: max(1.1111111111vw, 16px);
  font-weight: bold;
  color: #636363;
  margin-bottom: max(1.25vw, 18px);
}
@media screen and (max-width: 768px) {
  .p-results-card__detail-item .label {
    font-size: 4.1025641026vw;
  }
}
.p-results-card__detail-item .value .num {
  font-size: max(3.3333333333vw, 48px);
  font-weight: 900;
  line-height: 0.8;
}
.p-results-card__detail-item .value .unit {
  font-size: max(1.6666666667vw, 24px);
  font-weight: bold;
  margin: 0 max(0.4166666667vw, 6px) 0 0;
}
@media screen and (max-width: 768px) {
  .p-results-card__detail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6.9230769231vw 0;
    border-right: none;
    border-top: 1px solid #0044CC;
  }
  .p-results-card__detail-item .label {
    margin-bottom: 0;
    font-weight: 500;
  }
  .p-results-card__detail-item .value .num {
    font-size: 9.2307692308vw;
  }
  .p-results-card__detail-item .value .unit {
    font-size: 4.1025641026vw;
    font-weight: 500;
  }
}
.p-results__cta {
  display: flex;
  justify-content: center;
}

.p-benefit {
  background-color: #000;
  color: #fff;
}
.p-benefit__head {
  text-align: center;
  margin-bottom: max(5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-benefit__head {
    margin-bottom: 16.4102564103vw;
  }
}
.p-benefit__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-benefit__label {
    justify-content: center;
    gap: 4.1025641026vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-benefit__label-icon {
  width: max(2.8472222222vw, 41px);
}
@media screen and (max-width: 768px) {
  .p-benefit__label-icon {
    width: 8.2051282051vw;
  }
}
.p-benefit__label-text {
  font-size: max(1.3888888889vw, 20px);
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-benefit__label-text {
    font-size: 4.1025641026vw;
  }
}
.p-benefit__title {
  font-size: max(6.6666666667vw, 96px);
  font-weight: 900;
  color: #0044CC;
  margin-bottom: max(1.9444444444vw, 28px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-benefit__title {
    font-size: 12.3076923077vw;
    text-align: center;
    margin-bottom: 12.3076923077vw;
  }
}
.p-benefit__lead {
  font-size: max(1.6666666667vw, 24px);
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-benefit__lead {
    font-size: 3.8461538462vw;
    line-height: 1.6;
    font-weight: 500;
  }
}
.p-benefit__table-wrapper {
  margin-bottom: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-benefit__table-wrapper {
    overflow-x: auto;
    margin-bottom: 4.1025641026vw;
  }
}
.p-benefit-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #333;
  table-layout: fixed;
}
.p-benefit-table th, .p-benefit-table td {
  border: 1px solid #C9C9C9;
  padding: max(1.3888888889vw, 20px) max(2.0833333333vw, 30px);
  text-align: center;
  vertical-align: middle;
  font-size: max(1.0416666667vw, 15px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-benefit-table th, .p-benefit-table td {
    padding: 2.5641025641vw 3.0769230769vw;
    font-size: 3.3333333333vw;
  }
}
.p-benefit-table thead th {
  height: max(6.1111111111vw, 88px);
  font-size: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-benefit-table thead th {
    height: 22.5641025641vw;
    font-size: 3.8461538462vw;
  }
}
.p-benefit-table__h-service {
  background-color: #F5F5F5;
  width: 20%;
  padding: 0 max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-benefit-table__h-service {
    width: 25%;
  }
}
.p-benefit-table__h-problem {
  background-color: #fff;
  width: 26.8%;
}
@media screen and (max-width: 768px) {
  .p-benefit-table__h-problem {
    width: 25%;
  }
}
.p-benefit-table__h-market {
  background-color: #7D7D7D;
  color: #fff;
  width: 26.8%;
}
@media screen and (max-width: 768px) {
  .p-benefit-table__h-market {
    width: 25%;
  }
}
.p-benefit-table__h-sokudan {
  background-color: #0044CC;
  width: 26.8%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-benefit-table__h-sokudan {
    width: 25%;
  }
}
.p-benefit-table__d-market {
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .p-benefit-table__d-problem {
    text-align: left !important;
  }
}
.p-benefit-table td {
  height: max(10vw, 144px);
}
@media screen and (max-width: 768px) {
  .p-benefit-table td {
    height: 32.8205128205vw;
  }
}
.p-benefit-table__service {
  background-color: #f5f5f5;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .p-benefit-table__service {
    font-size: 3.0769230769vw !important;
    font-weight: 700;
  }
}
.p-benefit-table__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.p-benefit-table__logo img {
  margin-bottom: max(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-benefit-table__logo img {
    margin: 0 auto 3.0769230769vw;
  }
}
.p-benefit-table__logo .logo_aiuketsuke {
  width: max(9.5833333333vw, 138px);
}
@media screen and (max-width: 768px) {
  .p-benefit-table__logo .logo_aiuketsuke {
    width: 15.8974358974vw;
  }
}
.p-benefit-table__logo .logo_salescrowd {
  width: max(7.6388888889vw, 110px);
}
@media screen and (max-width: 768px) {
  .p-benefit-table__logo .logo_salescrowd {
    width: 15.8974358974vw;
  }
}
.p-benefit-table__logo .logo_bizmaps {
  width: max(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-benefit-table__logo .logo_bizmaps {
    width: 13.8461538462vw;
  }
}
.p-benefit-table__logo .logo_aimsales {
  width: max(7.6388888889vw, 110px);
}
@media screen and (max-width: 768px) {
  .p-benefit-table__logo .logo_aimsales {
    width: 15.8974358974vw;
  }
}
.p-benefit-table__logo .logo_cuepid {
  width: max(4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-benefit-table__logo .logo_cuepid {
    width: 10.2564102564vw;
  }
}
.p-benefit-table__logo .logo_members {
  width: max(8.0555555556vw, 116px);
}
@media screen and (max-width: 768px) {
  .p-benefit-table__logo .logo_members {
    width: 15.8974358974vw;
  }
}
.p-benefit-table td.is-highlight {
  font-size: max(1.6666666667vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-benefit-table td.is-highlight {
    font-size: 5.1282051282vw;
  }
}
.p-benefit-table__total td {
  height: max(6.1111111111vw, 88px) !important;
}
@media screen and (max-width: 768px) {
  .p-benefit-table__total td {
    height: 21.0256410256vw !important;
    font-size: 3.5897435897vw;
  }
}
.p-benefit-table__total .is-highlight {
  font-size: max(1.9444444444vw, 28px);
}
@media screen and (max-width: 768px) {
  .p-benefit-table__total .is-highlight {
    font-size: 4.1025641026vw !important;
  }
}
.p-benefit__notes {
  font-size: max(0.8333333333vw, 12px);
  line-height: 1.4;
  margin-bottom: max(6.6666666667vw, 96px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-benefit__notes {
    font-size: 2.8205128205vw;
    margin-bottom: 0vw;
  }
}
.p-benefit__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(2.2222222222vw, 32px);
}

.p-process {
  background-color: #fff;
}
.p-process__head {
  text-align: left;
  margin-bottom: max(4.4444444444vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-process__head {
    margin-bottom: 16.4102564103vw;
  }
}
.p-process__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-process__label {
    justify-content: center;
    gap: 4.1025641026vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-process__label-icon {
  width: max(2.8472222222vw, 41px);
}
@media screen and (max-width: 768px) {
  .p-process__label-icon {
    width: 8.2051282051vw;
  }
}
.p-process__label-text {
  font-size: max(1.3888888889vw, 20px);
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-process__label-text {
    font-size: 4.1025641026vw;
  }
}
.p-process__title {
  font-size: max(4.4444444444vw, 64px);
  font-weight: 700;
  color: #0044CC;
}
@media screen and (max-width: 768px) {
  .p-process__title {
    font-size: 12.3076923077vw;
    line-height: 1.2;
    text-align: center;
  }
}
.p-process__list {
  margin: 0 auto max(4.4444444444vw, 64px);
  display: flex;
  flex-direction: column;
  gap: max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-process__list {
    gap: 4.1025641026vw;
    margin-bottom: 0;
  }
}
.p-process-item {
  display: flex;
  align-items: stretch;
  box-shadow: max(0.5555555556vw, 8px) max(1.1111111111vw, 16px) max(1.1111111111vw, 16px) rgba(0, 0, 0, 0.2);
  height: max(13.8888888889vw, 200px);
}
@media screen and (max-width: 768px) {
  .p-process-item {
    height: 36.9230769231vw;
    box-shadow: 1.0256410256vw 2.0512820513vw 2.0512820513vw rgba(0, 0, 0, 0.2);
  }
}
.p-process-item__step {
  width: max(11.1111111111vw, 160px);
  background-color: #0044CC;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-process-item__step {
    width: 16.4102564103vw;
  }
}
.p-process-item__step.-step1 {
  background-color: #96B9FF;
}
.p-process-item__step.-step2 {
  background-color: #5F94FF;
}
.p-process-item__step.-step3 {
  background-color: #3478FF;
}
.p-process-item__step.-step4 {
  background-color: #0044CC;
}
.p-process-item__step .label {
  font-size: max(1.6666666667vw, 24px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-process-item__step .label {
    font-size: 3.5897435897vw;
  }
}
.p-process-item__step .num {
  font-size: max(4.4444444444vw, 64px);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-process-item__step .num {
    font-size: 8.2051282051vw;
  }
}
.p-process-item__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: max(11.1111111111vw, 160px);
  height: auto;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-process-item__arrow {
    width: 16.4102564103vw;
  }
}
.p-process-item__body {
  flex: 1;
  background-color: #fff;
  padding: 0 max(4.1666666667vw, 60px) max(1.6666666667vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-process-item__body {
    padding: 6.1538461538vw;
  }
}
.p-process-item__title {
  font-size: max(2.0833333333vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  color: #0044CC;
  margin: max(2.0833333333vw, 30px) 0 max(1.1111111111vw, 16px);
}
.p-process-item__title .txt-small {
  font-size: 0.53em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-process-item__title {
    font-size: 5.1282051282vw;
    margin: 3.0769230769vw 0 4.1025641026vw;
    line-height: 1.3;
  }
  .p-process-item__title.--lineheight {
    line-height: 0.8;
  }
}
.p-process-item__text {
  font-size: max(1.1111111111vw, 16px);
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-process-item__text {
    font-size: 3.8461538462vw;
    line-height: 1.5;
  }
}
.p-process__btn {
  display: flex;
  justify-content: center;
}

.p-faq {
  background-color: #0044CC;
  color: #fff;
}
.p-faq__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: max(6.6666666667vw, 96px);
}
@media screen and (max-width: 768px) {
  .p-faq__container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0vw;
  }
}
.p-faq__head {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .p-faq__head {
    width: 100%;
    text-align: center;
    margin-bottom: 16.4102564103vw;
  }
}
.p-faq__label {
  display: flex;
  align-items: center;
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-faq__label {
    justify-content: center;
    gap: 4.1025641026vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-faq__label-icon {
  width: max(2.8472222222vw, 41px);
}
@media screen and (max-width: 768px) {
  .p-faq__label-icon {
    width: 8.2051282051vw;
  }
}
.p-faq__label-text {
  font-size: max(1.3888888889vw, 20px);
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-faq__label-text {
    font-size: 4.1025641026vw;
  }
}
.p-faq__title {
  font-size: max(4.4444444444vw, 64px);
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    font-size: 12.3076923077vw;
    text-align: center;
  }
}
.p-faq__list {
  width: 56%;
  display: flex;
  flex-direction: column;
  gap: max(0vw, 0px);
}
@media screen and (max-width: 768px) {
  .p-faq__list {
    width: 100%;
  }
}
.p-faq-item {
  background-color: #fff;
  border-radius: max(0.5555555556vw, 8px);
  padding: max(0.5555555556vw, 8px) max(0.5555555556vw, 8px) max(0.5555555556vw, 8px) max(1.6666666667vw, 24px);
  color: #000;
  margin-bottom: max(0.8333333333vw, 12px);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq-item {
    padding: 2.0512820513vw;
    border-radius: 2.0512820513vw;
  }
}
.p-faq-item:last-child {
  margin-bottom: 0;
}
.p-faq-item__inner {
  display: flex;
  gap: max(1.6666666667vw, 24px);
  cursor: pointer;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p-faq-item__inner {
    gap: 4.1025641026vw;
  }
}
.p-faq-item__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-faq-item__q-row {
  display: flex;
  align-items: center;
  gap: max(0.6944444444vw, 10px);
  padding-top: max(0.8333333333vw, 12px);
  padding-bottom: max(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-faq-item__q-row {
    gap: 2.5641025641vw;
    padding-bottom: 4.1025641026vw;
  }
}
.p-faq-item__q-row .q-mark {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  color: #0044CC;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-faq-item__q-row .q-mark {
    font-size: 4.1025641026vw;
  }
}
.p-faq-item__q-row .txt {
  font-size: max(1.3888888889vw, 20px);
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-faq-item__q-row .txt {
    font-size: 3.8461538462vw;
  }
}
.p-faq-item__content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.p-faq-item__a-row {
  display: flex;
  gap: max(1.1111111111vw, 16px);
  padding-top: max(0.5555555556vw, 8px);
  padding-bottom: max(1.25vw, 18px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-faq-item__a-row {
    gap: 2.5641025641vw;
    padding-top: 4.1025641026vw;
  }
}
.p-faq-item__a-row .a-mark {
  font-size: max(1.3888888889vw, 20px);
  font-weight: 700;
  color: #CC0000;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-faq-item__a-row .a-mark {
    font-size: 4.1025641026vw;
  }
}
.p-faq-item__a-row .txt {
  font-size: max(1.1111111111vw, 16px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-faq-item__a-row .txt {
    font-size: 3.8461538462vw;
  }
}
.p-faq-item__btn {
  background-color: #4F4F4F;
  width: max(3.3333333333vw, 48px);
  border-radius: max(0.2777777778vw, 4px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq-item__btn {
    width: 12.3076923077vw;
    border-radius: 1.0256410256vw;
  }
}
.p-faq-item__arrow {
  width: max(1.1111111111vw, 16px);
  height: auto;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-faq-item__arrow {
    width: 4.358974359vw;
  }
}
.p-faq-item.is-open .p-faq-item__a-row {
  border-top: 1px solid #0044CC;
}
.p-faq-item.is-open .p-faq-item__arrow {
  transform: rotate(180deg);
}
.p-faq__btn {
  display: flex;
  justify-content: center;
}

.p-outro {
  background-color: #fff;
  text-align: center;
}
.p-outro .l-inner {
  max-width: max(50.3472222222vw, 725px);
  margin: 0 auto;
}
.p-outro__logo {
  width: max(25.6944444444vw, 370px);
  margin: 0 auto max(3.3333333333vw, 48px);
  line-height: 0;
}
.p-outro__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-outro__logo {
    width: 50.5128205128vw;
    margin-bottom: 16.4102564103vw;
  }
}
.p-outro__title {
  font-size: max(2.5vw, 36px);
  font-weight: 700;
  color: #0044CC;
  line-height: 1.3;
  margin-bottom: max(3.3333333333vw, 48px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-outro__title {
    font-size: 6.1538461538vw;
    margin-bottom: 16.4102564103vw;
  }
}
.p-outro__body {
  display: flex;
  flex-direction: column;
  gap: max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-outro__body {
    gap: 5.1282051282vw;
    text-align: left;
  }
}
.p-outro__text {
  font-size: max(1.1111111111vw, 16px);
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.p-outro__text .txt-blue {
  color: #0044CC;
}
@media screen and (max-width: 768px) {
  .p-outro__text {
    font-size: 3.8461538462vw;
  }
}

.p-contact {
  background-color: #0044CC;
  padding: max(6.6666666667vw, 96px) 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 16.4102564103vw 0 0 0;
  }
}
.p-contact__head {
  text-align: left;
  color: #fff;
  max-width: max(40vw, 576px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact__head {
    margin-bottom: 16.4102564103vw;
  }
}
.p-contact__head-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-contact__head-label {
    justify-content: center;
  }
}
.p-contact__head-label-icon {
  width: max(2.8472222222vw, 41px);
}
@media screen and (max-width: 768px) {
  .p-contact__head-label-icon {
    width: 8.2051282051vw;
  }
}
.p-contact__head-label-text {
  font-size: max(1.3888888889vw, 20px);
  font-weight: bold;
  color: #fff;
}
.p-contact__title {
  font-size: max(6.6666666667vw, 96px);
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 12.3076923077vw;
    line-height: 1.4;
    text-align: center;
  }
}
.p-contact .l-inner {
  padding-top: max(5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-contact .l-inner {
    padding: 0;
  }
}
.p-contact__card {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact__card {
    padding: 0 6.1538461538vw;
  }
}
.p-contact__form {
  max-width: max(55.5555555556vw, 800px);
  margin: 0 auto;
}
.p-contact__field {
  margin-bottom: max(1.6666666667vw, 24px);
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-contact__field {
    margin-bottom: 4.1025641026vw;
  }
}
.p-contact__label {
  display: flex;
  align-items: center;
  gap: max(0.2777777778vw, 4px);
  font-size: max(1.1111111111vw, 16px);
  font-weight: bold;
  margin-bottom: max(0.5555555556vw, 8px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact__label {
    gap: 1.0256410256vw;
    font-size: 4.1025641026vw;
    margin-bottom: 1.5384615385vw;
  }
}
.p-contact__badge {
  color: #CC0000;
  font-size: max(1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-contact__badge {
    font-size: 4.1025641026vw;
  }
}
.p-contact__hint {
  font-size: max(0.9027777778vw, 13px);
  color: #fff;
  margin-bottom: max(0.5555555556vw, 8px);
}
@media screen and (max-width: 768px) {
  .p-contact__hint {
    font-size: 3.3333333333vw;
    margin-bottom: 1.5384615385vw;
  }
}
.p-contact__flex {
  display: flex !important;
  gap: max(0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-contact__flex {
    flex-direction: column;
    gap: 2.0512820513vw;
  }
}
.p-contact__flex .wpcf7-form-control-wrap {
  flex: 1;
}
.p-contact .wpcf7-form-control {
  width: 100%;
  border: 1px solid #E0E6EF;
  border-radius: max(0.4166666667vw, 6px);
  padding: max(0.9027777778vw, 13px) max(1.1111111111vw, 16px);
  font-size: max(1.0416666667vw, 15px);
  background-color: #fff;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-form-control {
    padding: 4.1025641026vw;
    border-radius: 1.0256410256vw;
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
.p-contact .wpcf7-form-control::-moz-placeholder {
  color: #C0C0C0;
}
.p-contact .wpcf7-form-control::placeholder {
  color: #C0C0C0;
}
.p-contact .wpcf7-form-control:focus {
  outline: none;
  border-color: #FF5200;
}
.p-contact .wpcf7-form-control.wpcf7-select {
  position: relative;
}
.p-contact .wpcf7-form-control.wpcf7-select::after {
  background: url(../img/arrow_black_down.svg) no-repeat !important;
  background-size: contain;
  width: max(0.9027777778vw, 13px);
  height: max(0.4861111111vw, 7px);
  position: absolute;
  right: max(1.1111111111vw, 16px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-form-control.wpcf7-select::after {
    width: 3.3333333333vw;
    height: 1.7948717949vw;
  }
}
.p-contact .wpcf7-form-control.wpcf7-select::after::-moz-placeholder {
  color: #C0C0C0;
}
.p-contact .wpcf7-form-control.wpcf7-select::after::placeholder {
  color: #C0C0C0;
}
.p-contact .wpcf7-textarea {
  height: max(11.1111111111vw, 160px);
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-textarea {
    height: 41.0256410256vw;
  }
}
.p-contact__consent {
  text-align: center;
  margin-top: max(1.6666666667vw, 24px);
  margin-bottom: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-contact__consent {
    margin-top: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-contact__consent-text {
  font-size: max(1.1111111111vw, 16px);
  margin-bottom: max(0.8333333333vw, 12px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact__consent-text {
    font-size: 4.1025641026vw;
    margin-bottom: 3.0769230769vw;
  }
}
.p-contact__consent-text a {
  text-decoration: underline;
  color: #fff;
}
.p-contact__consent label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: max(0.5555555556vw, 8px);
  color: #000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact__consent label {
    gap: 2.0512820513vw;
  }
}
.p-contact__consent .wpcf7-form-control {
  padding: unset !important;
  background-color: transparent !important;
  border: none !important;
  width: auto !important;
}
.p-contact__consent input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  width: max(1.1111111111vw, 16px) !important;
  height: max(1.1111111111vw, 16px) !important;
  margin: 0 !important;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  color: #000;
  border-radius: max(0.2777777778vw, 4px) !important;
}
@media screen and (max-width: 768px) {
  .p-contact__consent input[type=checkbox] {
    width: 4.1025641026vw !important;
    height: 4.1025641026vw !important;
  }
}
.p-contact__consent .wpcf7-list-item {
  margin: 0 !important;
}
.p-contact__consent-label {
  font-size: max(1.1111111111vw, 16px);
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact__consent-label {
    font-size: 4.1025641026vw;
  }
}
.p-contact .screen-reader-response {
  display: none !important;
}
.p-contact__submit {
  text-align: center;
}
.p-contact__submit .wpcf7-submit {
  background-color: #fff;
  color: #0044CC;
  font-size: max(1.6666666667vw, 24px);
  font-weight: bold;
  padding: max(2.2222222222vw, 32px) max(6.6666666667vw, 96px);
  border-radius: max(6.9444444444vw, 100px);
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact__submit .wpcf7-submit:hover {
  color: #FF5200;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact__submit .wpcf7-submit {
    width: 100%;
    padding: 4.6153846154vw;
    padding: 8.2051282051vw 17.9487179487vw;
    border-radius: 25.641025641vw;
  }
}
.p-contact__submit .wpcf7-submit:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}
.p-contact__submit .wpcf7-spinner {
  display: none !important;
}

.p-sticky-cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-sticky-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 6.1538461538vw 4.1025641026vw;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  .p-sticky-cta.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    pointer-events: none;
  }
}
.p-sticky-cta__button {
  max-width: 87.6923076923vw;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  height: 100%;
  display: block;
}

.c-heading {
  text-align: center;
  position: relative;
  width: 100%;
}
.c-heading__title {
  position: relative;
  display: inline-block;
  font-size: max(2.7777777778vw, 40px);
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  z-index: 1;
  margin-bottom: max(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .c-heading__title {
    font-size: 7.6923076923vw;
  }
}
.c-heading__title::before {
  content: attr(data-en);
  position: absolute;
  top: 0%;
  left: 50%;
  letter-spacing: -0.04em;
  transform: translate(-50%, -70%);
  font-size: max(6.9444444444vw, 100px);
  font-weight: 900;
  color: #BED2C4;
  white-space: nowrap;
  text-align: center;
  z-index: -1;
  pointer-events: none;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-heading__title::before {
    content: attr(data-en-sp);
    white-space: unset;
    font-size: 13.8461538462vw;
    text-align: center;
  }
}

.c-button-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0044CC;
  font-weight: 700;
  text-decoration: none;
  width: clamp(130px, 12.9166666667vw, 186px);
  height: max(3.6111111111vw, 52px);
  border-radius: max(0.5555555556vw, 8px);
  font-size: clamp(14px, 1.0416666667vw, 15px);
  transition: 0.3s;
  line-height: 1;
}
.c-button-contact:hover {
  background: rgba(255, 255, 255, 0.9);
}

.c-btn-blue-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0044CC;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: max(2.0833333333vw, 30px);
  border-radius: max(0.5555555556vw, 8px);
  font-size: max(1.1111111111vw, 16px);
  transition: opacity 0.3s;
  line-height: 1;
}
.c-btn-blue-sm:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-btn-blue-sm {
    width: 100%;
    font-size: 3.5897435897vw;
  }
}

.c-btn-blue-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0044CC;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: max(27.7777777778vw, 400px);
  height: max(6.6666666667vw, 96px);
  padding: 0 max(2.7083333333vw, 39px);
  border-radius: max(0.5555555556vw, 8px);
  font-size: max(1.6666666667vw, 24px);
  box-shadow: 8px 16px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  position: relative;
}
.c-btn-blue-lg:hover {
  transform: translateY(-2px);
}
.c-btn-blue-lg .icon {
  width: max(2.2222222222vw, 32px);
  height: auto;
  position: absolute;
  right: max(1.1111111111vw, 16px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-btn-blue-lg .icon {
    width: 8.2051282051vw;
    right: 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-blue-lg {
    width: 75.3846153846vw;
    height: 20.5128205128vw;
    font-size: 6.1538461538vw;
  }
}

.c-btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #0044CC;
  text-decoration: none;
  font-weight: bold;
  width: max(27.7777777778vw, 400px);
  height: max(6.6666666667vw, 96px);
  padding: 0 max(2.7083333333vw, 39px);
  border-radius: max(0.5555555556vw, 8px);
  font-size: max(1.6666666667vw, 24px);
  box-shadow: 8px 16px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  position: relative;
}
.c-btn-white:hover {
  transform: translateY(-2px);
}
.c-btn-white .icon {
  width: max(2.2222222222vw, 32px);
  height: auto;
  position: absolute;
  right: max(1.1111111111vw, 16px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-btn-white {
    width: 82.0512820513vw;
    height: 16.4102564103vw;
    font-size: 4.6153846154vw;
  }
}

.c-btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0044CC;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: max(27.7777777778vw, 400px);
  height: max(6.6666666667vw, 96px);
  border-radius: max(0.5555555556vw, 8px);
  font-size: max(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-btn-blue {
    width: 82.0512820513vw;
    height: 16.4102564103vw;
    font-size: 4.1025641026vw;
  }
}/*# sourceMappingURL=style.css.map */