@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  padding: 0;
  vertical-align: top;
}

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

main {
  width: 100%;
  font-size: 3.3333333333vw;
}
@media (min-width: 950px) {
  main {
    font-size: 14px;
  }
}

body {
  overflow: hidden auto;
  color: #222c41;
  line-height: 1.8;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
}

img {
  display: block;
  width: 100%;
}

header,
nav,
footer,
small,
button,
label,
picture {
  display: block;
}

a,
button {
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  transition: 0.4s;
}

button:hover,
button:active {
  outline: 0;
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 950px) {
  a:hover,
  a:active {
    opacity: 0.65;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

input,
button,
textarea,
select,
optgroup {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #222c41;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

select {
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  margin: 0 5px 0 0;
}

input[type="submit"] {
  text-align: center;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.innerbox {
  max-width: 89.7435897436vw;
  margin: auto;
}
@media (min-width: 950px) {
  .innerbox {
    max-width: 1100px;
  }
}
@media (min-width: 950px) and (max-width: 1100px) {
  .innerbox {
    padding: 0 5%;
  }
}

.bold {
  font-weight: bold;
}

@media (min-width: 376px) {
  .visible_to_xs {
    display: none;
  }
}

@media (min-width: 751px) {
  .visible_to_s {
    display: none;
  }
}

@media (min-width: 950px) {
  .visible_to_m {
    display: none;
  }
}

@media (min-width: 1025px) {
  .visible_to_l {
    display: none;
  }
}

@media (min-width: 1281px) {
  .visible_to_xl {
    display: none;
  }
}

@media (min-width: 1921px) {
  .visible_to_xxl {
    display: none;
  }
}

.visible_s {
  display: none;
}
@media (min-width: 751px) {
  .visible_s {
    display: block;
  }
}

.visible_m {
  display: none;
}
@media (min-width: 950px) {
  .visible_m {
    display: block;
  }
}

.visible_l {
  display: none;
}
@media (min-width: 1025px) {
  .visible_l {
    display: block;
  }
}

.visible_xl {
  display: none;
}
@media (min-width: 1281px) {
  .visible_xl {
    display: block;
  }
}

.visible_xxl {
  display: none;
}
@media (min-width: 1921px) {
  .visible_xxl {
    display: block;
  }
}

.inline_block {
  display: inline-block;
  max-width: 100%;
}

.pt1em {
  padding-top: 1em;
}

.pr1em {
  padding-right: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

.pl1em {
  padding-left: 1em;
}

.mt1em {
  margin-top: 1em;
}

.mr1em {
  margin-right: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.ml1em {
  margin-left: 1em;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.clickable {
  cursor: pointer;
}
.cf::after {
  display: block;
  clear: both;
  content: "";
}

.accordion .accordion__body {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
}
.accordion.is_active .accordion__body {
  height: auto;
  height: calc-size(auto, size);
}

.splide:not(.is-active) {
  visibility: hidden;
}

.splide:not(.is-overflow) .splide__pagination {
  display: block !important;
}

@keyframes blurAnime {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  20% {
    transform: translate(15%, 15%) scale(1) rotate(90deg);
  }
  50% {
    transform: translate(30%, 0) scale(1) rotate(180deg);
  }
  80% {
    transform: translate(15%, -15%) scale(1) rotate(270deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(360deg);
  }
}
@keyframes blurAnime02 {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  20% {
    transform: translate(15%, -15%) scale(1) rotate(90deg);
  }
  50% {
    transform: translate(30%, 0) scale(1) rotate(180deg);
  }
  80% {
    transform: translate(15%, 15%) scale(1) rotate(270deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(360deg);
  }
}
@keyframes blurAnime03 {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  20% {
    transform: translate(5%, -5%) scale(1) rotate(90deg);
  }
  50% {
    transform: translate(10%, 0) scale(1) rotate(180deg);
  }
  80% {
    transform: translate(5%, 5%) scale(1) rotate(270deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(360deg);
  }
}
.l-bg {
  background-image: url(../images/bg_cmn.png);
  background-size: 500px 500px;
}

.l-borderlist {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  border-bottom: 0.2564102564vw solid #222c41;
  font-weight: 500;
  font-size: 3.8461538462vw;
}
@media (min-width: 950px) {
  .l-borderlist {
    max-width: 540px;
    border-bottom: 1px solid #222c41;
    font-size: 18px;
  }
}
.l-borderlist li {
  min-height: 23.0769230769vw;
  padding: 8.9743589744vw 3.8461538462vw;
  border-top: 0.2564102564vw solid #222c41;
  line-height: 1.7;
}
@media (min-width: 950px) {
  .l-borderlist li {
    min-height: auto;
    padding: 40px 20px;
    border-top: 1px solid #222c41;
  }
}
.l-borderlist li.is__link {
  padding: 5.1282051282vw 3.8461538462vw;
}
.l-borderlist li.is__link a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 950px) {
  .l-borderlist li.is__link {
    padding: 24px 20px;
  }
}

.l-hero {
  position: relative;
  padding-top: 18.7179487179vw;
}
.l-hero:not(:has(.l-hero__lead)) {
  margin-bottom: 20vw;
}
@media (min-width: 950px) {
  .l-hero {
    padding-top: 100px;
  }
  .l-hero:not(:has(.l-hero__lead)) {
    margin-bottom: 180px;
  }
}
.l-hero::before,
.l-hero::after {
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.l-hero::before {
  top: 14.841025641vw;
  left: -35.1282051282vw;
  width: 94.8717948718vw;
  height: 82.0512820513vw;
  background-image: url(../images/bg_blur01.png);
  background-size: contain;
  animation: blurAnime02 infinite 4s ease-in;
}
@media (min-width: 950px) {
  .l-hero::before {
    top: 48px;
    left: -307px;
    width: 424px;
    height: 327px;
  }
}
.l-hero::after {
  z-index: 0;
  top: 118.9743589744vw;
  right: -23.4948717949vw;
  width: 113.2384615385vw;
  height: 66.4102564103vw;
  background-image: url(../images/bg_grid01.png);
}
@media (min-width: 950px) {
  .l-hero::after {
    top: 160px;
    right: -444px;
    width: 960px;
    height: 563px;
  }
}
.l-hero__lead {
  z-index: 1;
  position: relative;
  margin-top: 21.2820512821vw;
  margin-bottom: 20vw;
  font-size: 4.1025641026vw;
}
@media (min-width: 950px) {
  .l-hero__lead {
    margin-top: 35px;
    margin-bottom: 82px;
    font-size: 16px;
  }
}
.l-hero .fadein_wrp {
  z-index: 1;
  position: relative;
}

.l-main {
  padding-top: 84px;
  padding-bottom: 0;
  overflow: hidden;
}

.l-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 950px) {
  .l-media {
    display: flex;
    flex-direction: row;
  }
}

.o-link-more {
  margin-top: 1.5em;
  font-size: 1.2em;
  text-decoration: underline;
  text-align: left;
  position: relative;
  z-index: 1;
}

.o-arwcircle {
  position: relative;
  width: 12.8205128205vw;
  height: 12.8205128205vw;
  border-radius: 100%;
  background-color: #222c41;
}
@media (min-width: 950px) {
  .o-arwcircle {
    width: 60px;
    height: 60px;
  }
}
.o-arwcircle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 18px;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/icon_arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg)
    brightness(103%) contrast(103%);
}
.o-arwcircle.is__white {
  border: 1px solid #222c41;
  background-color: #fff;
}
.o-arwcircle.is__white::before {
  filter: invert(14%) sepia(9%) saturate(3111%) hue-rotate(183deg)
    brightness(91%) contrast(88%);
}
.o-arwcircle.is__link {
  position: absolute;
  top: 50%;
  right: -12.8205128205vw;
  transform: translateY(-50%);
}
@media (min-width: 950px) {
  .o-arwcircle.is__link {
    right: -60px;
  }
}

.o-btn {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 51.2820512821vw;
  margin-right: 12.8205128205vw;
  margin-left: auto;
  padding: 3.0769230769vw 7.6923076923vw;
  border: 1px solid #222c41;
  border-radius: 10.2564102564vw;
  background-color: #fff;
  font-weight: 500;
  font-size: 3.8461538462vw;
  text-align: center;
}
@media (min-width: 950px) {
  .o-btn {
    min-width: 240px;
    margin-right: 60px;
    margin-left: inherit;
    padding: 15px 40px;
    border-radius: 40px;
    font-size: 18px;
  }
}
@media (min-width: 950px) {
  .o-btn:has(.o-arwcircle.is__link) .o-btn {
    opacity: 1;
  }
  .o-btn:has(.o-arwcircle.is__link) .o-arwcircle {
    transform: translateY(-50%) scale(1);
    transition: 0.4s;
  }
  .o-btn:has(.o-arwcircle.is__link):hover {
    opacity: 1;
  }
  .o-btn:has(.o-arwcircle.is__link):hover .o-arwcircle {
    transform: translateY(-50%) scale(1.2);
    transition: 0.4s;
  }
}
@media (min-width: 950px) {
  .o-btn__wrp {
    margin-left: auto;
  }
}

.o-carousel__inner {
  z-index: 1;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.o-carousel__wrp {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.o-carousel__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  width: 82.0512820513vw;
  height: 100%;
  padding: 2.5641025641vw 2.5641025641vw 6.1538461538vw;
  border-radius: 2.5641025641vw;
  background-color: #222c41;
  color: #fff;
}
@media (min-width: 950px) {
  .o-carousel__card {
    width: 480px;
    padding: 10px 10px 40px;
    border-radius: 10px;
  }
}
.o-carousel__card_thumb {
  position: relative;
  width: 76.9230769231vw;
  height: 47.6923076923vw;
}
@media (min-width: 950px) {
  .o-carousel__card_thumb {
    width: 460px;
    height: 280px;
  }
}
.o-carousel__card_thumb::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 78.4615384615vw;
  height: 13.6461538462vw;
  background-image: url(../images/case_thumbnail_shadow.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  z-index: 4;
}
@media (min-width: 950px) {
  .o-carousel__card_thumb::before {
    width: 460px;
    height: 80px;
  }
}
.o-carousel__card_thumb span {
  display: flex;
  position: absolute;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 2.5641025641vw 2.5641025641vw 0 3.5897435897vw;
  font-weight: 500;
  font-size: 4.1025641026vw;
  z-index: 5;
}
@media (min-width: 950px) {
  .o-carousel__card_thumb span {
    padding: 12px 12px 0 16px;
    font-size: 18px;
  }
}
.o-carousel__card_thumb span .logo {
  width: 23.0769230769vw;
}
@media (min-width: 950px) {
  .o-carousel__card_thumb span .logo {
    width: 140px;
  }
}
.o-carousel__card_thumb .image_wrapper {
  aspect-ratio: 23 / 14;
  overflow: hidden;
  border-radius: 2.5641025641vw;
}
@media (min-width: 950px) {
  .o-carousel__card_thumb .image_wrapper {
    width: 460px;
    height: 280px;
    border-radius: 10px;
  }
}
.o-carousel__card_head {
  margin-top: 5.1282051282vw;
  margin-bottom: 10.2564102564vw;
  padding: 0 2.3076923077vw;
  font-weight: 500;
  font-size: 4.1025641026vw;
  line-height: 1.7;
}
@media (min-width: 950px) {
  .o-carousel__card_head {
    margin-top: 16px;
    margin-bottom: 50px;
    padding: 0 10px;
    font-size: 18px;
  }
}
.o-carousel__card_member {
  margin: 50px 0 16px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.7;
}
.o-carousel__card_detail {
  margin-top: auto;
  margin-left: 2.3076923077vw;
  padding: 0 2.3076923077vw 0 3.5897435897vw;
  border-left: 0.2564102564vw solid #fff;
}
@media (min-width: 950px) {
  .o-carousel__card_detail {
    margin-left: 10px;
    padding: 0 10px 0 20px;
    border-left: 1px solid #fff;
  }
}
.o-carousel__card_detail .wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 5.1282051282vw;
}
@media (min-width: 950px) {
  .o-carousel__card_detail .wrp {
    justify-content: inherit;
    gap: 20px;
  }
}
.o-carousel__card_detail .wrp dt {
  width: 4em;
}
.o-carousel__card_detail .wrp dd {
  max-width: 47.4358974359vw;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 950px) {
  .o-carousel__card_detail .wrp dd {
    max-width: 328px;
  }
}
.o-carousel__card_detail .wrp + .wrp {
  margin-top: 6.1538461538vw;
}
@media (min-width: 950px) {
  .o-carousel__card_detail .wrp + .wrp {
    margin-top: 5px;
  }
}
.o-carousel__card.is__achievements {
  position: relative;
  width: 89.7435897436vw;
  height: 100%;
  margin: 0 auto;
  padding: 4.358974359vw 2.5641025641vw;
  border-radius: 2.5641025641vw;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements {
    width: 1100px;
    height: auto;
    padding: 30px 114px;
    border-radius: 10px;
  }
}
.o-carousel__card.is__achievements::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 89.7435897436vw;
  height: 100%;
  border-radius: 2.5641025641vw;
  background-position: bottom center;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements::before {
    content: none;
  }
}
.o-carousel__card.is__achievements .btn_icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 8.2051282051vw;
  height: 8.2051282051vw;
  border: 1px solid #afb4bc;
  border-radius: 50%;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .btn_icon {
    display: none;
  }
}
.o-carousel__card.is__achievements .btn_icon::before,
.o-carousel__card.is__achievements .btn_icon::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  width: 4.1025641026vw;
  height: 0.2564102564vw;
  background-color: #9ea4ae;
  content: "";
}
.o-carousel__card.is__achievements .btn_icon::before {
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  transition: 0.4s;
}
.o-carousel__card.is__achievements .btn_icon::after {
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .accordion__btn {
    pointer-events: none;
  }
}
.o-carousel__card.is__achievements .accordion__body {
  margin-top: 0;
  transition: 0.4s;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .accordion__body {
    height: 100% !important;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.o-carousel__card.is__achievements.is_active::before {
  background-image: url(../images/achievements_bg_sp.png);
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements.is_active::before {
    content: none;
  }
}
.o-carousel__card.is__achievements.is_active .btn_icon::before {
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
  transition: 0.4s;
}
.o-carousel__card.is__achievements.is_active .accordion__body {
  margin-top: 6.1538461538vw;
  transition: 0.4s;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements.is_active .accordion__body {
    margin-top: 0;
  }
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1100px;
    height: 619.3px;
    border-radius: 10px;
    background-image: url(../images/achievements_bg.png);
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }
}
.o-carousel__card.is__achievements > * {
  z-index: 1;
  position: relative;
}
.o-carousel__card.is__achievements .accordion__btn {
  cursor: pointer;
  width: 100%;
}
.o-carousel__card.is__achievements .accordion__btn > * {
  pointer-events: none;
}
.o-carousel__card.is__achievements .achievements_title {
  padding: 4.1025641026vw;
  border-radius: 2.5641025641vw;
  background-color: #d9d9d9;
  color: #222c41;
  font-weight: 500;
  font-size: 4.1025641026vw;
  line-height: 1.6;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .achievements_title {
    display: flex;
    margin-bottom: 10px;
    padding: 20px 32px;
    border-radius: 10px;
    font-size: 24px;
    line-height: 1.7;
  }
}
.o-carousel__card.is__achievements .achievements_title_case {
  margin-bottom: 4.1025641026vw;
  color: #9ba4b5;
  font-size: 5.1282051282vw;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .achievements_title_case {
    margin-right: 24px;
    margin-bottom: 0;
    font-size: 24px;
  }
}
.o-carousel__card.is__achievements .achievements_head {
  margin-bottom: 2.0512820513vw;
  font-weight: 500;
  font-size: 3.8461538462vw;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .achievements_head {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.o-carousel__card.is__achievements .detail_wrp {
  margin-bottom: 6.1538461538vw;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .detail_wrp {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(2, 400px);
    grid-template-areas: "detail01 detail03" "detail02 detail03";
    justify-content: space-between;
    margin-bottom: 34px;
  }
}
.o-carousel__card.is__achievements .detail_wrp .attention {
  padding-top: 1em;
  font-size: 3.0769230769vw;
  line-height: 1.5;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .detail_wrp .attention {
    font-size: 12px;
  }
}
.o-carousel__card.is__achievements .detail01 {
  grid-area: detail01;
}
.o-carousel__card.is__achievements .detail02 {
  margin-top: 6.1538461538vw;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .detail02 {
    grid-area: detail02;
    margin-top: 8px;
  }
}
.o-carousel__card.is__achievements .detail03 {
  margin-top: 6.1538461538vw;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .detail03 {
    grid-area: detail03;
    margin-top: 0;
  }
}
.o-carousel__card.is__achievements .detail03 li + li {
  padding-top: 1em;
}
.o-carousel__card.is__achievements .achievements_effect {
  padding: 4.1025641026vw;
  border-radius: 2.5641025641vw;
  background-color: rgba(155, 164, 181, 0.5);
  line-height: 1.8;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .achievements_effect {
    display: flex;
    align-items: center;
    padding: 16px 40px;
    gap: 40px;
    border-radius: 10px;
    height: 110px;
  }
}
.o-carousel__card.is__achievements .achievements_effect h3 {
  margin-bottom: 2.0512820513vw;
  font-size: 3.8461538462vw;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements .achievements_effect h3 {
    margin-bottom: 0;
    font-size: 24px;
    white-space: nowrap;
  }
}
.o-carousel__card.is__achievements + .o-carousel__card.is__achievements {
  margin-top: 4.1025641026vw;
}
@media (min-width: 950px) {
  .o-carousel__card.is__achievements + .o-carousel__card.is__achievements {
    margin-top: 0;
  }
}
.o-carousel__bnr {
  display: block;
  width: 76.9230769231vw;
}
@media (min-width: 950px) {
  .o-carousel__bnr {
    width: 730px;
  }
}

.splide__arrows {
  display: flex;
  position: absolute;
  top: -6.1538461538vw;
  right: 0;
  justify-content: space-between;
  width: 28.2051282051vw;
  height: 12.8205128205vw;
  transform: translateX(0%) translateY(-100%);
}
@media (min-width: 950px) {
  .splide__arrows {
    top: -32px;
    right: 0;
    width: 130px;
    height: 60px;
  }
}
.splide__arrows_wrp {
  display: block;
  position: relative;
  width: 100%;
  max-width: 89.7435897436vw;
}
@media (min-width: 950px) {
  .splide__arrows_wrp {
    max-width: 1100px;
  }
}
.splide__arrows .splide__arrow {
  position: relative;
  width: 12.8205128205vw;
  height: 12.8205128205vw;
  border-radius: 100%;
  background-color: #222c41;
  opacity: 1;
}
@media (min-width: 950px) {
  .splide__arrows .splide__arrow {
    width: 60px;
    height: 60px;
  }
}
.splide__arrows .splide__arrow svg {
  fill: transparent;
}
.splide__arrows .splide__arrow--prev::before,
.splide__arrows .splide__arrow--next::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 18px;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/icon_arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg)
    brightness(103%) contrast(103%);
}
.splide__arrows .splide__arrow--prev {
  left: 0;
  border: 1px solid #222c41;
  background-color: #fff;
}
.splide__arrows .splide__arrow--prev::before {
  transform: translateY(-50%) translateX(-50%) rotate(-180deg);
  filter: invert(14%) sepia(9%) saturate(3111%) hue-rotate(183deg)
    brightness(91%) contrast(88%);
}
.splide__arrows .splide__arrow--next {
  right: 0;
}
.splide__arrows .splide__arrow:hover:not(:disabled) {
  opacity: 0.6;
}

.splide__pagination {
  display: block;
  top: calc(-1em - 11.5384615385vw);
  bottom: inherit;
  left: inherit;
  left: 0;
  padding: 0;
}
@media (min-width: 950px) {
  .splide__pagination {
    top: calc(-1em - 60px);
    right: 170px;
    left: inherit;
  }
}
.splide__pagination__page {
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  margin: 0 1.2820512821vw;
  background: #9ba4b5;
}
@media (min-width: 950px) {
  .splide__pagination__page {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
.splide__pagination__page.is-active {
  z-index: 1;
  transform: none;
  background: #222c41;
}

.o-graph_circle {
  display: grid;
  position: relative;
  place-content: center;
  width: 30.7692307692vw;
  height: 30.7692307692vw;
  border: 0.0743589744vw solid #9ba4b5;
  border-radius: 100%;
  text-align: center;
}
@media (min-width: 950px) {
  .o-graph_circle {
    width: 200px;
    height: 200px;
    border: 1px solid #9ba4b5;
  }
}
.o-graph_circle dt,
.o-graph_circle dd {
  z-index: 2;
  position: relative;
}
.o-graph_circle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30.7692307692vw;
  height: 30.7692307692vw;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  background: url(../images/circle_bg_01.png), #fff;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  content: "";
}
@media (min-width: 950px) {
  .o-graph_circle::before {
    width: 200px;
    height: 200px;
  }
}

.value_graph .o-graph_circle:nth-of-type(2)::before {
  background: url(../images/circle_bg_02.png), #fff;
  background-size: contain;
}
.value_graph .o-graph_circle:nth-of-type(3)::before {
  background: url(../images/circle_bg_03.png), #fff;
  background-size: contain;
}

.o-gridblock {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.1025641026vw;
  border-radius: 2.5641025641vw;
}
@media (min-width: 950px) {
  .o-gridblock {
    grid-template-columns: repeat(3, 350px);
    gap: 10px;
  }
}
.o-gridblock__cnt {
  padding: 24px;
  border-radius: 10px;
  background-color: #222c41;
  color: #fff;
}
.o-gridblock__cnt img {
  width: 10.2564102564vw;
  margin-bottom: 6.1538461538vw;
}
@media (min-width: 950px) {
  .o-gridblock__cnt img {
    width: 40px;
    margin-bottom: 17px;
    margin-left: auto;
  }
}
.o-gridblock__cnt .head {
  font-weight: 500;
  font-size: 5.1282051282vw;
  line-height: 1.7;
  pointer-events: none;
}
@media (min-width: 950px) {
  .o-gridblock__cnt .head {
    height: 100% !important;
    margin-bottom: 8px;
    font-size: 17px;
  }
}

.o-heading {
  margin-bottom: 2.5641025641vw;
  font-weight: 500;
  font-size: 7.1794871795vw;
  line-height: 1.8;
}
.o-heading span {
  display: block;
  color: #9ba4b5;
  font-weight: 400;
  font-size: 3.0769230769vw;
}
@media (min-width: 950px) {
  .o-heading {
    margin-bottom: 70px;
    font-size: 45px;
    letter-spacing: 0;
  }
  .o-heading span {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.o-heading.is__small {
  font-size: 7.1794871795vw;
  line-height: 1.7;
}
@media (min-width: 950px) {
  .o-heading.is__small {
    font-size: 28px;
  }
}
.o-heading.is__center {
  margin: 0 auto;
  text-align: center;
}
.o-heading__wrp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.6923076923vw;
}
@media (min-width: 950px) {
  .o-heading__wrp {
    flex-direction: row;
    gap: 60px;
  }
}

.o-ttl {
  z-index: 1;
  position: relative;
  font-weight: 500;
  font-size: 8.2051282051vw;
  line-height: 1.6;
  letter-spacing: 0;
}
.o-ttl span {
  display: block;
  margin-bottom: 5.1282051282vw;
  color: #9ba4b5;
  font-size: 4.1025641026vw;
}
.o-ttl .sub_head {
  margin-top: 11px;
  margin-bottom: 22px;
  color: #222c41;
  font-size: 24px;
}
@media (min-width: 950px) {
  .o-ttl {
    font-weight: bold;
    font-size: 50px;
  }
  .o-ttl span {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
  }
}

.p-index .l-hero__lead {
  margin: 47.4358974359vw 0 26.6666666667vw;
}
@media (min-width: 950px) {
  .p-index .l-hero__lead {
    max-width: 463px;
    margin: 156px 63px 132px auto;
  }
}
.p-index__sec01 {
  position: relative;
  flex-direction: column;
  padding-top: 19.7435897436vw;
  padding-bottom: 25.641025641vw;
  gap: 12.0512820513vw;
}
@media (min-width: 950px) {
  .p-index__sec01 {
    z-index: 2;
    flex-direction: row;
    padding-top: 205px;
    padding-bottom: 240px;
    gap: 60px;
  }
}
.p-index__sec01 .o-heading__lead {
  font-size: 3.5897435897vw;
}
@media (min-width: 950px) {
  .p-index__sec01 .o-heading__lead {
    font-size: 14px;
  }
}
.p-index__sec01 .o-heading.is__small {
  margin-bottom: 8.2051282051vw;
}
@media (min-width: 950px) {
  .p-index__sec01 .o-heading.is__small {
    margin-bottom: 64px;
  }
}
@media (min-width: 950px) {
  .p-index__sec01.l-media {
    align-items: flex-end;
    gap: 120px;
  }
}
.p-index__sec01 .o-btn {
  z-index: 1;
}
@media (min-width: 950px) {
  .p-index__sec01 .o-btn {
    margin-top: 64px;
  }
}
.p-index__sec01::before {
  display: block;
  position: absolute;
  top: -70vw;
  right: -97.3076923077vw;
  width: 152.5692307692vw;
  height: 157.6307692308vw;
  transform: translate(0, 0) rotate(-10deg);
  background-image: url(../images/bg_blur02.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  animation: blurAnime infinite 8s ease-in;
}
@media (min-width: 950px) {
  .p-index__sec01::before {
    top: -419px;
    right: -586px;
    width: 779px;
    height: 811.38px;
  }
}
.p-index__sec01::after {
  display: block;
  z-index: 0;
  position: absolute;
  bottom: -47.4358974359vw;
  left: -49.4871794872vw;
  width: 146.9230769231vw;
  height: 136.2230769231vw;
  background-image: url(../images/bg_blur03.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.5;
}
@media (min-width: 950px) {
  .p-index__sec01::after {
    content: none;
  }
}
.p-index__sec02 {
  z-index: 1;
  position: relative;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 950px) {
  .p-index__sec02 {
    padding-bottom: 210px;
  }
}
.p-index__sec02 .o-heading.is__small {
  margin-bottom: 8.2051282051vw;
  font-size: 6.1538461538vw;
}
@media (min-width: 950px) {
  .p-index__sec02 .o-heading.is__small {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
.p-index__sec02 .o-heading__lead {
  margin-bottom: 12.8205128205vw;
}
@media (min-width: 950px) {
  .p-index__sec02 .o-heading__lead {
    max-width: 784px;
    margin-bottom: 89px;
  }
}
.p-index__sec02.l-media {
  z-index: 1;
  position: relative;
}
@media (min-width: 950px) {
  .p-index__sec02.l-media {
    gap: 68px;
  }
}
.p-index__sec02::before {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -38.4615384615vw;
  left: -51.2820512821vw;
  width: 131.7948717949vw;
  height: 153.2051282051vw;
  background-image: url(../images/bg_blur07.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 950px) {
  .p-index__sec02::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: -521px;
    right: -258px;
    bottom: inherit;
    left: inherit;
    width: 563px;
    height: 960px;
    background-image: url(../images/bg_grid02.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }
  .p-index__sec02::after {
    display: block;
    z-index: -1;
    position: absolute;
    right: -350px;
    bottom: -219px;
    width: 960px;
    height: 563px;
    background-image: url(../images/bg_grid01.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }
}
.p-index__sec03 {
  z-index: 1;
  position: relative;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 950px) {
  .p-index__sec03 {
    padding-bottom: 234px;
  }
}
.p-index__sec03 .o-heading {
  margin-bottom: 27.1794871795vw;
}
@media (min-width: 950px) {
  .p-index__sec03 .o-heading {
    margin-bottom: 40px;
  }
}
.p-index__sec03 .splide__pagination {
  top: calc(-1em - 34px);
  right: inherit;
}
.p-index__sec04 {
  position: relative;
  padding-bottom: 25.641025641vw;
  gap: 20.5128205128vw;
}
@media (min-width: 950px) {
  .p-index__sec04 {
    padding-bottom: 234px;
    gap: 180px;
  }
}
.p-index__sec04 > * {
  z-index: 2;
  position: relative;
}
.p-index__sec04.l-media {
  gap: 0;
}
@media (min-width: 950px) {
  .p-index__sec04.l-media {
    align-items: flex-end;
    gap: 160px;
  }
}
.p-index__sec04 .o-heading__lead {
  margin-bottom: 12.8205128205vw;
}
@media (min-width: 950px) {
  .p-index__sec04 .o-heading__lead {
    margin-bottom: 0;
  }
}
.p-index__sec04::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: -93.3333333333vw;
  right: -33.8461538462vw;
  width: 99.9846153846vw;
  height: 115.6051282051vw;
  background-image: url(../images/bg_blur04.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 950px) {
  .p-index__sec04::before {
    top: -620px;
    right: -351px;
    width: 573.3px;
    height: 662.86px;
  }
}
.p-index__sec04::after {
  display: block;
  position: absolute;
  bottom: 29.4871794872vw;
  left: -42.0512820513vw;
  width: 83.5205128205vw;
  height: 75.2538461538vw;
  background-image: url(../images/bg_blur08.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 950px) {
  .p-index__sec04::after {
    bottom: 160px;
    left: -355px;
    width: 951.06px;
    height: 653px;
    background-image: url(../images/bg_blur05.png);
  }
}
.p-index__sec05 {
  z-index: 1;
  position: relative;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 950px) {
  .p-index__sec05 {
    padding-bottom: 234px;
  }
}
.p-index__sec05 .o-heading {
  margin-bottom: 0;
}
@media (min-width: 950px) {
  .p-index__sec05 .o-heading {
    margin-bottom: 160px;
  }
}
.p-index__sec05 .o-heading__wrp {
  z-index: 1;
  position: relative;
  margin-bottom: 34.358974359vw;
}
@media (min-width: 950px) {
  .p-index__sec05 .o-heading__wrp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media (min-width: 950px) {
  .p-index__sec05 .o-heading__lead {
    max-width: 560px;
    margin-top: 54px;
    margin-bottom: 0;
  }
}
.p-index__sec05 .o-carousel__inner {
  z-index: 1;
}
.p-index__sec05 .splide__pagination {
  top: calc(-1em - 34px);
  right: inherit;
  left: 0;
}
.p-index__sec05::before {
  display: block;
  position: absolute;
  top: -97.6923076923vw;
  left: -24.8717948718vw;
  width: 66.4102564103vw;
  height: 113.2384615385vw;
  background-image: url(../images/bg_grid07.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 950px) {
  .p-index__sec05::before {
    z-index: 0;
    top: -430px;
    left: -218px;
    width: 563px;
    height: 960px;
    background-image: url(../images/bg_grid04.png);
  }
}
.p-index__sec06 {
  position: relative;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 950px) {
  .p-index__sec06 {
    padding-bottom: 234px;
  }
}
.p-index__sec06 .js-fadein_trigger {
  z-index: 1;
  position: relative;
}
.p-index__sec06 .o-heading {
  margin-bottom: 34.358974359vw;
}
@media (min-width: 950px) {
  .p-index__sec06 .o-heading {
    margin-bottom: 130px;
  }
}
.p-index__sec06 .splide__pagination {
  top: calc(-1em - 11.5384615385vw);
  right: inherit;
  left: 0;
}
@media (min-width: 950px) {
  .p-index__sec06 .splide__pagination {
    top: calc(-1em - 34px);
  }
}
.p-index__sec06 .o-carousel__inner {
  z-index: 1;
}
.p-index__sec06 .o-carousel__card_thumb::before {
  content: none;
}
.p-index__sec06 .o-carousel__card_detail {
  margin-left: 0;
  padding: 0 3.5897435897vw;
  border-left: none;
  font-size: 3.8461538462vw;
  width: 100%;
}
@media (min-width: 950px) {
  .p-index__sec06 .o-carousel__card_detail {
    padding: 0 14px;
    font-size: 16px;
  }
}
.p-index__sec06 .o-carousel__card_detail .wrp {
  align-items: center;
  justify-content: space-between;
  gap: 3.0769230769vw;
}
@media (min-width: 950px) {
  .p-index__sec06 .o-carousel__card_detail .wrp {
    gap: 11px;
  }
}
.p-index__sec06 .o-carousel__card_detail .date {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5128205128vw 5.1282051282vw;
  border-radius: 30px;
  background-color: #fff;
  color: #222c41;
}
@media (min-width: 950px) {
  .p-index__sec06 .o-carousel__card_detail .date {
    padding: 2px 20px;
  }
}
.p-index__sec06 .o-carousel__card_detail .location {
  position: relative;
}
@media (min-width: 950px) {
  .p-index__sec06 .o-carousel__card_detail .location {
    max-width: 15rem;
    margin-left: auto;
  }
}
.p-index__sec06 .o-carousel__card_detail .location::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -24px;
  width: 14px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(../images/icon_location.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-index__sec06 .o-carousel__card_head {
  margin-bottom: 0;
  height: 5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.p-index__sec06::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: -76.1538461538vw;
  right: -23.4948717949vw;
  width: 113.2384615385vw;
  height: 66.4102564103vw;
  background-image: url(../images/bg_grid08.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  mix-blend-mode: multiply;
}
@media (min-width: 950px) {
  .p-index__sec06::before {
    top: -734px;
    right: -218px;
    width: 563px;
    height: 960px;
    background-image: url(../images/bg_grid05.png);
  }
}
.p-index__sec06::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: -54.358974359vw;
  width: 125.5615384615vw;
  height: 115.5282051282vw;
  background-image: url(../images/bg_blur06.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 950px) {
  .p-index__sec06::after {
    top: 342px;
    bottom: inherit;
    left: -524px;
    width: 818.31px;
    height: 636.03px;
  }
}
.p-strategy .l-hero__lead {
  margin-bottom: 130px;
}
.p-strategy .l-under-hero-cta {
  margin-bottom: 130px;
}
.p-strategy .achievements {
  z-index: 1;
  position: relative;
}
.p-strategy .achievements .splide__arrows_wrp {
  display: none;
  max-width: 1100px;
  margin: auto;
}
@media (min-width: 950px) {
  .p-strategy .achievements .splide__arrows_wrp {
    display: block;
  }
}
.p-strategy__sec01 {
  position: relative;
  padding-top: 25.641025641vw;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 950px) {
  .p-strategy__sec01 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
.p-strategy__sec01 .o-heading {
  z-index: 1;
  position: relative;
  margin-bottom: 10.2564102564vw;
}
.p-strategy__sec01 .o-gridblock {
  z-index: 1;
  position: relative;
}
.p-strategy__sec01 .o-gridblock::before {
  display: block;
  z-index: -1;
  position: absolute;
  right: -8.1102564103vw;
  bottom: -45.1051282051vw;
  width: 113.2384615385vw;
  height: 66.4102564103vw;
  background-image: url(../images/bg_grid01_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 950px) {
  .p-strategy__sec01 .o-gridblock::before {
    right: -218px;
    bottom: -420px;
    width: 563px;
    height: 960px;
    background-image: url(../images/bg_grid02.png);
  }
}
.p-strategy__sec01 .o-gridblock::after {
  display: block;
  z-index: -1;
  position: absolute;
  right: -29.2794871795vw;
  bottom: -44.0794871795vw;
  width: 97.9487179487vw;
  height: 90.8153846154vw;
  background-image: url(../images/bg_blur01.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 950px) {
  .p-strategy__sec01 .o-gridblock::after {
    z-index: 1;
    bottom: -274px;
    left: -356px;
    width: 951.06px;
    height: 653px;
    background-image: url(../images/bg_blur05.png);
    background-size: contain;
  }
}
.p-strategy__sec01 .accordion__btn {
  display: flex;
  position: relative;
  flex-direction: column;
  cursor: pointer;
}
@media (min-width: 950px) {
  .p-strategy__sec01 .accordion__btn {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
.p-strategy__sec01 .accordion__btn .btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 8.2051282051vw;
  height: 8.2051282051vw;
  border: 1px solid #afb4bc;
  border-radius: 100%;
  pointer-events: none;
}
@media (min-width: 950px) {
  .p-strategy__sec01 .accordion__btn .btn {
    display: none;
  }
}
.p-strategy__sec01 .accordion__btn .btn::before,
.p-strategy__sec01 .accordion__btn .btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  width: 4.1025641026vw;
  height: 0.2564102564vw;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  background-color: #9ea4ae;
  content: "";
  transition: 0.4s;
}
.p-strategy__sec01 .accordion__btn .btn::before {
  transform: translateX(-50%) translateY(-50%);
}
.p-strategy__sec01 .accordion.is_active .accordion__btn .btn::after {
  transform: translateX(-50%) translateY(-50%);
  transition: 0.4s;
}
.p-strategy__sec01 .accordion.is_active .accordion__body {
  margin-top: 6.1538461538vw;
}
@media (min-width: 950px) {
  .p-strategy__sec01 .accordion.is_active .accordion__body {
    margin-top: 0;
  }
}
.p-strategy__sec01 .head {
  height: 100% !important;
}
@media (min-width: 950px) {
  .p-strategy__sec01 .accordion__btn {
    cursor: auto;
  }
  .p-strategy__sec01 .accordion__btn::before,
  .p-strategy__sec01 .accordion__btn::after {
    content: none;
  }
  .p-strategy__sec01 .accordion__body {
    height: 100% !important;
    line-height: 1.8;
    letter-spacing: -0.03em;
  }
}
.p-strategy__sec01::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: -51.2820512821vw;
  right: -51.2820512821vw;
  width: 101.7102564103vw;
  height: 105.0871794872vw;
  background-image: url(../images/bg_blur02.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  animation: blurAnime infinite 8s ease-in;
}
@media (min-width: 950px) {
  .p-strategy__sec01::before {
    top: -419px;
    right: -586px;
    width: 779px;
    height: 811.38px;
  }
}
.p-strategy__sec01::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 26.6666666667vw;
  left: -16.1538461538vw;
  width: 83.5205128205vw;
  height: 75.2538461538vw;
  background-image: url(../images/bg_blur03.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 950px) {
  .p-strategy__sec01::after {
    z-index: inherit;
    top: 0;
    left: -278px;
    width: 825.77px;
    height: 765.65px;
  }
}
.p-strategy__sec02 {
  z-index: 1;
  position: relative;
  padding-bottom: 32.5641025641vw;
}
@media (min-width: 950px) {
  .p-strategy__sec02 {
    padding-bottom: 200px;
  }
}
.p-strategy__sec02 .o-heading {
  z-index: 1;
  position: relative;
  max-width: 89.7435897436vw;
  margin: 0 auto 10.2564102564vw;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .o-heading {
    max-width: 1100px;
    margin: 0 auto 80px;
  }
}
.p-strategy__sec02 .l-media.visible_to_m {
  align-items: center;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .l-media.visible_to_m {
    display: none;
  }
}
.p-strategy__sec02 .l-media.visible_to_m .sec__01 {
  position: relative;
}
.p-strategy__sec02 .l-media.visible_to_m .sec__01:before {
  display: block;
  position: absolute;
  right: -51.2820512821vw;
  bottom: -25.641025641vw;
  width: 153.2051282051vw;
  height: 131.7948717949vw;
  background-image: url(../images/bg_blur01.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-strategy__sec02 .l-media.visible_to_m .sec__03 {
  position: relative;
}
.p-strategy__sec02 .l-media.visible_to_m .sec__03:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: -28.2051282051vw;
  left: -76.9230769231vw;
  width: 167.041025641vw;
  height: 150.5076923077vw;
  background-image: url(../images/bg_blur02.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-strategy__sec02 .l-media.visible_to_m .sec__03:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 48.2051282051vw;
  left: -8.2051282051vw;
  width: 77.4358974359vw;
  height: 132.041025641vw;
  background-image: url(../images/bg_grid04.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-strategy__sec02 .value_graph {
  display: flex;
  position: relative;
  justify-content: center;
  width: 89.7435897436vw;
  height: 72.6461538462vw;
  margin: auto;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_graph {
    width: 518px;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}
.p-strategy__sec02 .value_graph::before {
  display: block;
  position: absolute;
  top: 30.7692307692vw;
  right: 50%;
  left: 50%;
  width: 30.0846153846vw;
  height: 26.1538461538vw;
  transform: translateX(-50%);
  background-image: url(../images/circle_line.png);
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_graph::before {
    top: 202px;
    width: 197.97px;
    height: 172px;
  }
}
.p-strategy__sec02 .value_graph .o-graph_circle {
  position: relative;
  transition: 0.6s all ease;
}
.p-strategy__sec02 .value_graph .o-graph_circle .dsc_txt {
  position: absolute;
  top: 27px;
  right: calc(-100% - 40px);
  width: -moz-fit-content;
  width: fit-content;
  color: #222c41;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
.p-strategy__sec02 .value_graph .o-graph_circle.is__2 {
  top: 10.3769230769vw;
  left: -24.0923076923vw;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_graph .o-graph_circle.is__2 {
    top: 68.27px;
    left: -158px;
  }
}
.p-strategy__sec02 .value_graph .o-graph_circle.is__2 .dsc_txt {
  top: 60px;
  right: inherit;
  left: -100%;
}
.p-strategy__sec02 .value_graph .o-graph_circle.is__3 {
  top: -20.7564102564vw;
  right: -24.0923076923vw;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_graph .o-graph_circle.is__3 {
    top: -135.94px;
    right: -158px;
  }
  .p-strategy__sec02 .value_graph .o-graph_circle.is__3 .dsc_txt {
    top: 60px;
  }
}
.p-strategy__sec02 .value_graph .o-graph_circle.is_active {
  box-shadow: 4px 4px 10px rgba(34, 44, 65, 0.1);
  color: #fff;
}
.p-strategy__sec02 .value_graph .o-graph_circle.is_active::before {
  border: none;
  background: url(../images/circle_bg_01.png), #222c41;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: 0.6s all ease;
}
.p-strategy__sec02
  .value_graph
  .o-graph_circle.is_active:nth-of-type(2)::before {
  z-index: 0;
  background: url(../images/circle_bg_02.png), #222c41;
  background-size: contain;
  transition: 0.6s all ease;
}
.p-strategy__sec02
  .value_graph
  .o-graph_circle.is_active:nth-of-type(3)::before {
  z-index: 0;
  background: url(../images/circle_bg_03.png), #222c41;
  background-size: contain;
  transition: 0.6s all ease;
}
.p-strategy__sec02 .value_graph .o-graph_circle dt {
  font-size: 2.1384615385vw;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_graph .o-graph_circle dt {
    font-weight: 400;
    font-size: 12px;
  }
}
.p-strategy__sec02 .value_graph .o-graph_circle dd {
  font-weight: 500;
  font-size: 3.4641025641vw;
  line-height: 1.5;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_graph .o-graph_circle dd {
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-strategy__sec02 .value_cnt {
  max-width: 89.7435897436vw;
  margin: 10.2564102564vw auto 30.7692307692vw;
}
.p-strategy__sec02 .value_cnt.last {
  z-index: 1;
  position: relative;
  margin: 10.2564102564vw auto 0;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_cnt {
    max-width: 500px;
    height: 50vh;
    margin: 0;
    margin-left: auto;
  }
}
.p-strategy__sec02 .value_cnt .head {
  margin-bottom: 10.2564102564vw;
  font-size: 6.1538461538vw;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_cnt .head {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
.p-strategy__sec02 .value_cnt .detail {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10.2564102564vw;
  gap: 6.1538461538vw;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_cnt .detail {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
    gap: 32px 20px;
  }
}
.p-strategy__sec02 .value_cnt .detail li {
  border-top: 1px solid #222c41;
  font-size: 3.8461538462vw;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_cnt .detail li {
    font-size: 15px;
  }
}
.p-strategy__sec02 .value_cnt .detail li span {
  display: block;
  position: relative;
  margin-top: 5.1282051282vw;
  padding-left: 1.2em;
  font-size: 3.0769230769vw;
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_cnt .detail li span {
    margin-top: 14px;
    font-size: 12px;
  }
}
.p-strategy__sec02 .value_cnt .detail li span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5641025641vw;
  height: 2.5641025641vw;
  transform: translateY(-50%);
  background-image: url(../images/icon_listdot.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  content: "";
}
@media (min-width: 950px) {
  .p-strategy__sec02 .value_cnt .detail li span::before {
    width: 10px;
    height: 10px;
  }
}
.p-strategy__sec03 {
  position: relative;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 950px) {
  .p-strategy__sec03 {
    padding-bottom: 240px;
  }
}
.p-strategy__sec03 .o-heading {
  z-index: 1;
  position: relative;
  margin: 0 auto 2.5641025641vw;
}
@media (min-width: 950px) {
  .p-strategy__sec03 .o-heading {
    margin: 0 auto 40px;
  }
}
.p-strategy__sec03 .o-heading.is__small {
  margin-bottom: 30.7692307692vw;
  font-size: 5.1282051282vw;
}
@media (min-width: 950px) {
  .p-strategy__sec03 .o-heading.is__small {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.p-strategy__sec03 .o-heading__lead {
  z-index: 1;
  position: relative;
}
.p-strategy__sec03 .o-carousel__card {
  width: 82.0512820513vw;
  height: auto;
  padding: 5.1282051282vw;
}
@media (min-width: 950px) {
  .p-strategy__sec03 .o-carousel__card {
    width: 360px;
    padding: 24px;
  }
}
.p-strategy__sec03 .o-carousel__card.is__more {
  display: grid;
  place-content: center;
  background-color: #394867;
  font-size: 3.8461538462vw;
  text-align: center;
}
@media (min-width: 950px) {
  .p-strategy__sec03 .o-carousel__card.is__more {
    font-size: 18px;
  }
}
.p-strategy__sec03 .o-carousel .name_wrp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10.2564102564vw;
  width: 100%;
}
@media (min-width: 950px) {
  .p-strategy__sec03 .o-carousel .name_wrp {
    margin-bottom: 50px;
  }
}
.p-strategy__sec03 .o-carousel .name_wrp .name {
  font-size: 5.1282051282vw;
  word-break: break-all;
  margin-right: 12px;
}
@media (min-width: 950px) {
  .p-strategy__sec03 .o-carousel .name_wrp .name {
    font-size: 24px;
  }
}
.p-strategy__sec03 .o-carousel .name_wrp .name span {
  display: block;
  color: #9ba4b5;
  font-size: 3.0769230769vw;
}
@media (min-width: 950px) {
  .p-strategy__sec03 .o-carousel .name_wrp .name span {
    font-size: 16.85px;
  }
}
.p-strategy__sec03 .o-carousel .name_wrp .thumbnail {
  width: 30.7692307692vw;
}
@media (min-width: 950px) {
  .p-strategy__sec03 .o-carousel .name_wrp .thumbnail {
    width: 120px;
  }
}
.p-strategy__sec03 .advisory_wrp {
  margin-top: 12.8205128205vw;
}
@media (min-width: 950px) {
  .p-strategy__sec03 .advisory_wrp {
    margin-top: 112px;
  }
}
.p-strategy__sec03 .advisory_wrp .o-heading.is__small {
  margin-bottom: 20.5128205128vw;
}
@media (min-width: 950px) {
  .p-strategy__sec03 .advisory_wrp .o-heading.is__small {
    margin-bottom: 40px;
  }
}
.p-strategy__sec03::before {
  display: block;
  position: absolute;
  top: -140.4179487179vw;
  left: -24.8717948718vw;
  width: 66.4102564103vw;
  height: 113.2384615385vw;
  background-image: url(../images/bg_grid02_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 950px) {
  .p-strategy__sec03::before {
    top: -149px;
    left: -477px;
    width: 960px;
    height: 563px;
    background-image: url(../images/bg_grid03.png);
  }
}
.p-strategy__sec03::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 450px;
  right: -350px;
  width: 573.3px;
  height: 662.85px;
  background-image: url(../images/bg_blur04.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-strategy__sec05 {
  position: relative;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 950px) {
  .p-strategy__sec05 {
    padding-bottom: 273px;
  }
}
.p-strategy__sec05 .o-heading {
  margin-bottom: 10.2564102564vw;
}
@media (min-width: 950px) {
  .p-strategy__sec05 .o-heading {
    margin-bottom: 80px;
  }
}
.p-strategy__sec05 .flow_wrp {
  counter-reset: item;
}
@media (min-width: 950px) {
  .p-strategy__sec05 .flow_wrp {
    display: flex;
    height: 200px;
  }
}
.p-strategy__sec05 .flow_wrp li {
  position: relative;
  padding: 10.2564102564vw 0 10.2564102564vw 17.9487179487vw;
  border-bottom: 1px solid #222c41;
  font-weight: 500;
  font-size: 4.1025641026vw;
  list-style: none;
  counter-increment: item;
}
.p-strategy__sec05 .flow_wrp li:last-of-type {
  border-bottom: none;
}
@media (min-width: 950px) {
  .p-strategy__sec05 .flow_wrp li {
    width: 25%;
    padding: 28px 0 0 40px;
    border-bottom: none;
    border-left: 1px solid #222c41;
    font-size: 18px;
  }
}
.p-strategy__sec05 .flow_wrp li::before {
  display: grid;
  position: absolute;
  top: 50%;
  left: 0;
  place-content: center;
  width: 12.8205128205vw;
  height: 12.8205128205vw;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #222c41;
  content: "0" counter(item);
  color: #fff;
  font-weight: 400;
  font-size: 3.5897435897vw;
  font-family: "Helvetica";
}
@media (min-width: 950px) {
  .p-strategy__sec05 .flow_wrp li::before {
    position: relative;
    top: inherit;
    left: inherit;
    width: 60px;
    height: 60px;
    margin-bottom: 33px;
    transform: inherit;
    font-size: 16px;
  }
}
.p-strategy__sec05::before {
  display: block;
  position: absolute;
  bottom: -76.9230769231vw;
  left: -5.1282051282vw;
  width: 200vw;
  height: 183.8102564103vw;
  background-image: url(../images/bg_mix03.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.9;
}
@media (min-width: 950px) {
  .p-strategy__sec05::before {
    z-index: -1;
    top: 525px;
    left: -218px;
    width: 500px;
    height: 852.58px;
    background-image: url(../images/bg_grid06.png);
  }
}
.p-strategy__sec06 {
  z-index: 1;
  position: relative;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 950px) {
  .p-strategy__sec06 {
    padding-bottom: 231px;
  }
}
.p-strategy__sec06 .o-heading {
  margin-bottom: 0;
  font-family: "Helvetica";
}
.p-strategy__sec06 .o-heading span {
  white-space: nowrap;
}
.p-strategy__sec06 .l-media {
  gap: 15.3846153846vw;
}
@media (min-width: 950px) {
  .p-strategy__sec06 .l-media {
    gap: 153px;
  }
}
.p-strategy__sec06 .qa_wrp {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 800px;
  border-top: 1px solid #222c41;
}
.p-strategy__sec06 .qa_wrp .qa_cnt {
  padding: 8.2051282051vw 0;
  border-bottom: 1px solid #222c41;
}
@media (min-width: 950px) {
  .p-strategy__sec06 .qa_wrp .qa_cnt {
    padding: 40px 20px;
  }
}
.p-strategy__sec06 .qa_wrp .qa_cnt .question {
  position: relative;
  width: 100%;
  padding-right: 12.8205128205vw;
  font-size: 4.1025641026vw;
  cursor: pointer;
}
@media (min-width: 950px) {
  .p-strategy__sec06 .qa_wrp .qa_cnt .question {
    padding-right: 140px;
    font-size: 18px;
  }
}
.p-strategy__sec06 .qa_wrp .qa_cnt .question::before,
.p-strategy__sec06 .qa_wrp .qa_cnt .question::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.1538461538vw;
  height: 0.2564102564vw;
  transform: translateY(-50%);
  background-color: #222c41;
  content: "";
  transition: 0.4s;
}
@media (min-width: 950px) {
  .p-strategy__sec06 .qa_wrp .qa_cnt .question::before,
  .p-strategy__sec06 .qa_wrp .qa_cnt .question::after {
    width: 30px;
    height: 2px;
  }
}
.p-strategy__sec06 .qa_wrp .qa_cnt .question::after {
  transform: translateY(-50%) rotate(-90deg);
}
.p-strategy__sec06 .qa_wrp .qa_cnt.is_active .question::after {
  transform: translateY(-50%) rotate(0deg);
  transition: 0.4s;
}
.p-strategy__sec06 .qa_wrp .qa_cnt.is_active .answer {
  margin-top: 6.1538461538vw;
}
@media (min-width: 950px) {
  .p-strategy__sec06 .qa_wrp .qa_cnt.is_active .answer {
    margin-top: 24px;
  }
}
.p-strategy__sec06 .qa_wrp .qa_cnt .answer {
  max-width: 640px;
}
.p-strategy__sec06 .qa_wrp .qa_cnt .answer li {
  position: relative;
  padding-left: 1.5em;
}
.p-strategy__sec06 .qa_wrp .qa_cnt .answer li::before {
  position: absolute;
  left: 0;
  content: "・";
}
/* -----------------------------------------------
header
----------------------------------------------- */
.analyticsHeader {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  z-index: 1000;
  transition: all 0.3s;
}
.analyticsHeader.active {
  height: 60px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
  padding-right: 0;
}
.analyticsHeader .header-wrap {
  position: relative;
}

.analyticsHeader .analyticsLogo {
  width: 120px;
}
.analyticsHeader .analyticsLogo img {
  vertical-align: middle;
}
.analyticsHeader .analyticsNavi .wrap {
  display: flex;
  gap: 50px;
}
.analyticsHeader .analyticsNavi .list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.analyticsHeader .analyticsNavi .list .item {
  font-weight: 500;
  font-size: 15px;
}
.analyticsHeader .analyticsNavi .list .item a {
  padding-bottom: 15px;
}
.analyticsHeader .analyticsNavi .cta {
  font-weight: 500;
  width: 200px;
  height: 60px;
  background-color: #000;
  color: #fff;
  line-height: 60px;
  border: 1px solid #000;
}
.analyticsHeader .analyticsNavi .cta:hover {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 949px) {
  .analyticsNavi {
    display: none;
  }
}
/* -----------------------------------------------
sp_header
----------------------------------------------- */

.analyticsHeader .spNavi {
  display: none;
}
.analyticsHeader .toggle {
  display: none;
}
@media screen and (max-width: 949px) {
  .analyticsHeader {
    height: 75px;
  }
  .analyticsHeader.active {
    height: 50px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
  }
  .analyticsHeader .analyticsLogo {
    width: 60px;
  }
  .analyticsHeader .spNavi {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: auto;
    transform: none;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: transparent url(../img/bg_spnavi.png) no-repeat left top / cover;
  }
  /* toggle */
  .analyticsHeader .toggle {
    display: block;
    width: 34px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    overflow: hidden;
    cursor: pointer;
    z-index: 9999;
  }
  .analyticsHeader .toggle > div {
    position: relative;
  }
  .analyticsHeader .toggle span {
    position: absolute;
    top: 0;
    width: 2px;
    height: 24px;
    background: #000;
    transform: skewX(-19deg);
    transition: all 0.25s ease-out;
  }
  .analyticsHeader .toggle span:nth-child(1) {
    left: 5px;
  }
  .analyticsHeader .toggle span:nth-child(2) {
    left: 15px;
  }
  .analyticsHeader .toggle span:nth-child(3) {
    left: 26px;
  }
  .analyticsHeader .toggle.active span {
    background: #fff;
  }
  .analyticsHeader .toggle.active span:nth-child(1) {
    top: 0;
    left: 15px;
    transform: rotate(45deg);
  }
  .analyticsHeader .toggle.active span:nth-child(2) {
    background-color: rgba(255, 255, 255, 0);
  }
  .analyticsHeader .toggle.active span:nth-child(3) {
    top: 0;
    left: 15px;
    transform: rotate(-45deg);
  }
  /* spNavi */
  .analyticsHeader .spNavi ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  /* spNavi-main */
  .analyticsHeader .spNavi .main {
    position: absolute;
    bottom: 7vw;
    left: 42vw;
    z-index: 2;
  }
  .analyticsHeader .spNavi li {
    position: relative;
    padding-left: 15px;
    line-height: 1;
    white-space: nowrap;
  }
  .analyticsHeader .spNavi li + li {
    margin-top: 40px;
  }
  .analyticsHeader .spNavi li:nth-of-type(2) {
    transform: translateX(-29px);
  }
  .analyticsHeader .spNavi li:nth-of-type(3) {
    transform: translateX(-58px);
  }
  .analyticsHeader .spNavi li:nth-of-type(4) {
    transform: translateX(-87px);
  }
  .analyticsHeader .spNavi li:nth-of-type(5) {
    transform: translateX(-116px);
  }
  .analyticsHeader .spNavi li:nth-of-type(6) {
    transform: translateX(-144px);
  }
  .analyticsHeader .spNavi li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
  }
  .analyticsHeader .spNavi .main a {
    font-size: 18px;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #fff;
  }
  .analyticsHeader .spNavi .main a span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
  }
  /* spNavi-sub */
  .analyticsHeader .spNavi .sub {
    position: absolute;
    bottom: 7vw;
    right: 4vw;
    z-index: 2;
  }
  .analyticsHeader .spNavi .sub li + li {
    margin-top: 20px;
  }
  .analyticsHeader .spNavi .sub li:nth-of-type(2) {
    transform: translateX(-15px);
  }
  .analyticsHeader .spNavi .sub li:nth-of-type(3) {
    transform: translateX(-30px);
  }
  .analyticsHeader .spNavi .sub li:nth-of-type(4) {
    transform: translateX(-45px);
  }
  .analyticsHeader .spNavi .sub li:nth-of-type(5) {
    transform: translateX(-60px);
  }
  .analyticsHeader .spNavi .sub a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .analyticsHeader .spNavi .main {
    left: 38vw;
  }
  .analyticsHeader .spNavi .sub {
    right: 7vw;
  }
}
@media screen and (max-width: 579px) {
  .analyticsHeader .spNavi .main {
    left: 33vw;
  }
  .analyticsHeader .spNavi .sub {
    right: 12vw;
  }
}
@media screen and (max-width: 439px) {
  .analyticsHeader .spNavi .main {
    left: 41vw;
  }
  .analyticsHeader .spNavi .sub {
    right: 12vw;
  }
}
@media screen and (max-width: 349px) {
  .analyticsHeader .spNavi .main {
    left: 46vw;
  }
  .analyticsHeader .spNavi .sub {
    right: 12vw;
  }
}

@keyframes animation-scrolling {
  0% {
    background-position: 4434px 0;
  }
  100% {
    background-position: -4434px 0;
  }
}

@keyframes animation-scrolling-sp {
  0% {
    background-position: 1600px 0;
  }
  100% {
    background-position: -1600px 0;
  }
}

.l-under-hero-cta {
  position: relative;
  margin-bottom: 40px;
  z-index: 5;
}

@media screen and (min-width: 950px) {
  .l-under-hero-cta {
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    display: flex;
  }
}

.o-cta-button {
  display: flex;
  align-items: center;

  font-weight: 700;
  font-size: 1.3em;

  width: 75vw;
  margin: 40px auto 0;
  padding: 1em;

  border-radius: 8px;

  position: relative;

  border: 1px solid #000;
}
.o-cta-button:hover {
  text-decoration: none;
}

@media screen and (min-width: 950px) {
  .o-cta-button {
    font-size: 1.3em;
    width: 360px;
  }
}

.o-cta-button img {
  width: 2em;
  height: 2em;

  position: absolute;
  right: 1em;
}
@media screen and (min-width: 950px) {
  .o-cta-button img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 950px) {
  .o-cta-button--download::after {
    content: "";
    position: absolute;
    top: 0;
    right: -95px;
    width: 1px;
    height: 100%;
    background-color: #000;
  }
}

.o-cta-button--download {
  padding-left: 2em;
  background-color: black;
  color: white;
}
@media screen and (min-width: 950px) {
  .o-cta-button--download {
    padding-left: 60px;
  }
}

.o-cta-button--contact {
  padding-left: 3em;
  background-color: white;
}
@media screen and (min-width: 950px) {
  .o-cta-button--contact {
    padding-left: 100px;
  }
}

.l-scrolling-logo {
  height: 114px;
  position: relative;
}

.scrolling-logo {
  position: absolute;
  left: -5vw;
  height: 114px;
  width: 100vw;
  margin: 24px 0;
  background: rgba(0, 0, 0, 0) url(../images/hero-scrolling-logo-bg-sp-0927.png)
    repeat-x;
  animation: animation-scrolling-sp 80s linear infinite;
  background-size: 1600px auto;
}
@media screen and (min-width: 1100px) {
  .scrolling-logo {
    margin: 30px 0;
    height: 62px;
    left: calc((100vw - 1100px) / 2 * -1);
    background-image: url(../images/hero-scrolling-logo-bg-0927.png);
    background-size: 4434px auto;
    animation: animation-scrolling 120s linear infinite;
  }
}

.l-footer-cta {
  width: 100%;
  background: linear-gradient(rgba(34, 44, 65, 0.65), rgba(34, 44, 65, 0.65)),
    url(../images/bg_footer_cta_sp.png) left/contain no-repeat;

  color: #fff;

  padding: 48px 0;
}
@media screen and (min-width: 950px) {
  .l-footer-cta {
    background: linear-gradient(rgba(34, 44, 65, 0.65), rgba(34, 44, 65, 0.65)),
      url(../images/bg_footer_cta_pc.png) left/contain no-repeat;
  }
}

.l-footer-cta .footer-cta__item {
  position: relative;
}

.l-footer-cta .footer-cta__item:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;

  width: 92%;
  left: 4%;
  bottom: calc(-1 * (80px / 2)); /* margin-bottomの半分 */

  height: 1px;
  background-color: #000;
}
@media screen and (min-width: 950px) {
  .l-footer-cta .footer-cta__item:not(:last-child)::after {
    width: 1px;
    height: 100%;

    right: -40px;
    left: inherit;
    top: 0;
  }
}

.l-footer-cta .footer-cta__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 950px) {
  .l-footer-cta .footer-cta__wrapper {
    flex-direction: row;
    justify-content: center;
  }
}

.l-footer-cta .footer-cta__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.l-footer-cta .footer-cta__text {
  font-size: 14px;
  margin: 0 20px 16px 20px;
  text-align: center;
}

.l-footer-cta .footer-cta__btn {
  display: block;

  font-size: 16px;
  font-weight: bold;

  margin: 0 auto;
  padding: 16px 0;

  border-radius: 8px;
  width: 284px;

  text-align: left;
  position: relative;
}

.l-footer-cta .footer-cta__btn img {
  width: 2em;
  height: 2em;

  position: absolute;
  right: 1em;
  top: 22%;
}

.l-footer-cta .footer-cta__item-download .footer-cta__btn {
  padding-left: 2em;
  background: #222c41;
  color: #fff;
}

.l-footer-cta .footer-cta__item-inquiry .footer-cta__btn {
  padding-left: 4em;
  background: #fff;
  color: #222c41;
}
