@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  border: 0;
  outline: 0;
}

body {
  background: #fdfdff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

li,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  border: 0;
}

ins {
  color: #393d3f;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  font-style: italic;
  font-weight: 700;
  color: #393d3f;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}

button,
input,
select,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

button {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

table {
  font: 100%;
  font-size: inherit;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

body:has(.js-incHeaderSpNavBtn.--opened) {
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .-sp,
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .-pc,
  .pc {
    display: none !important;
  }
}
body {
  box-sizing: border-box;
  color: #393d3f;
}

body * {
  box-sizing: border-box;
}

body ::after,
body ::before {
  box-sizing: border-box;
}

.archiveScenePage,
.functionPage,
.pageIndex,
.planPage,
.seminarIndex,
.singleFunctionPage,
.singleScenePage {
  color: #00235d;
}

.pageMM {
  color: #383838;
}

.pageRM {
  color: #565656;
}

@media all and (min-width: 768px) {
  .-sp,
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .-pc,
  .pc {
    display: none !important;
  }
}
.incAboutWheel {
  max-width: 1000px;
  padding: 80px 0;
  margin-inline: auto;
  color: #fff;
}

@media (max-width: 767px) {
  .incAboutWheel {
    padding: 0 20px;
    margin: 80px 0;
  }
}
.incAboutWheel__inner {
  display: flex;
  gap: 40px;
  padding: 40px 80px;
  background: linear-gradient(81.69deg, #cf00da -50.32%, #00235d 115.93%);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incAboutWheel__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 16px 40px;
  }
}
.incAboutWheel__text {
  flex: 1;
  font-weight: 700;
}

.incAboutWheel__text__title {
  font-size: 18px;
}

@media (max-width: 767px) {
  .incAboutWheel__text__title {
    font-size: 16px;
    text-align: center;
  }
}
.incAboutWheel__text__main {
  position: relative;
  margin-top: 64px;
  font-size: 42px;
}

@media (max-width: 767px) {
  .incAboutWheel__text__main {
    margin-top: 40px;
    font-size: 34px;
    text-align: center;
  }
}
.incAboutWheel__text__main::before {
  position: absolute;
  top: -32px;
  left: 0;
  display: block;
  width: 170px;
  height: 2px;
  content: "";
  background-color: #fff;
}

@media (max-width: 767px) {
  .incAboutWheel__text__main::before {
    top: -20px;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
  }
}
.incAboutWheel__text__explain {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .incAboutWheel__text__explain {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .incAboutWheel__text__explain__sub {
    text-align: center;
  }
}
.incAboutWheel__text__button {
  width: 220px;
  margin-top: 64px;
}

@media (max-width: 767px) {
  .incAboutWheel__image {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .incAboutWheel__wheelImg {
    width: 90%;
    height: auto;
  }
}
.incAboutWheel__link__detail {
  display: inline-block;
  padding: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3em;
}

.incArticleCarousel {
  opacity: 0;
  animation: fadein forwards 0.5s ease 0.5s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow-right {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.incArticleCarousel.js-swiper-left {
  overflow: initial;
}

.incArticleCarousel.js-swiper-left .incArticleCarousel__nav {
  justify-content: left;
}

.incArticleCarousel__list {
  display: flex;
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .incArticleCarousel__list {
    padding-bottom: 40px;
  }
}
.incArticleCarousel__item {
  display: block;
  flex-shrink: 0;
  width: 400px;
  height: 100%;
}

@media (max-width: 767px) {
  .incArticleCarousel__item {
    width: 80vw;
  }
}
.incArticleCarousel__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .incArticleCarousel__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.incArticleCarousel__bottom__button {
  margin-left: auto;
}

@media (max-width: 767px) {
  .incArticleCarousel__bottom__button {
    margin: 24px auto 0;
  }
}
.incArticleCarousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.incArticleCarousel__nav.--white .incArticleCarousel__button {
  border-color: #fff;
}

.incArticleCarousel__nav.--white .incArticleCarousel__button::after {
  background-color: #fff;
}

.incArticleCarousel__nav.--white .swiper-pagination-bullet {
  background: #ebeef2;
}

.incArticleCarousel__nav.--white .swiper-pagination-bullet-active {
  background: #fff;
}

.incArticleCarousel__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #00235d;
  border-radius: 1000px;
}

.incArticleCarousel__button::after {
  display: block;
  width: 20px;
  height: 16px;
  margin-inline: auto;
  content: "";
  background-color: #00235d;
  -webkit-mask: url("../images/v2/common/icon/icon_arrow.svg") center center/cover no-repeat;
          mask: url("../images/v2/common/icon/icon_arrow.svg") center center/cover no-repeat;
}

.incArticleCarousel__button.--prev {
  transform: scaleX(-1);
}

.incArticleCarousel__pagenation {
  display: inline-block;
  width: auto !important;
  margin: 0 40px;
}

.incArticleCarousel__pagenation .swiper-pagination-bullet {
  width: 6px;
  height: 16px;
  margin: 0 5px !important;
  background: #fff;
  border-radius: 0;
  transform: skewX(-45deg);
}

.incArticleCarousel__pagenation .swiper-pagination-bullet-active {
  background: #fff;
}

.incArticleCarousel__pagenation .swiper-pagination-bullet {
  background: #555;
}

.incArticleCarousel__pagenation .swiper-pagination-bullet-active {
  background: #00235d;
}

.incArticleItem {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

.incArticleItem::after {
  position: absolute;
  right: 20px;
  bottom: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../images/v2/common/icon/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

.incArticleItem:hover {
  box-shadow: 20px 30px 65px 0 rgba(0, 0, 0, 0.2);
}

.incArticleItem:hover .incArticleItem__img {
  transform: scale(1.1, 1.1);
}

.incArticleItem__head {
  position: relative;
  line-height: 0;
}

.incArticleItem__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}

.incArticleItem__img__logo {
  width: 100px;
  height: 60px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .incArticleItem__img__logo {
    width: 100px;
  }
}
.incArticleItem__img__logo__logoThum {
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.incArticleItem__body {
  padding: 24px;
  color: #00235d;
}

.incArticleItem__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .incArticleItem__title {
    font-size: 16px;
  }
}
.incArticleItem__company {
  margin-top: 8px;
}

.incArticleItem__sub {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}

.incArticleItem__sub.--date {
  margin-top: 8px;
}

.incArticleItem__sub.--category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  padding-right: 24px;
  margin-top: 8px;
}

.incArticleItem__sub.--category .--tag {
  padding: 0 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  background-color: #00235d;
  border-radius: 4px;
}

.incArticleItem__eventDate {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #00235d;
}

.incArticleItem__eventDate__icon {
  width: 16px;
  margin-right: 12px;
}

.incArticleItem__eventDate .--en {
  margin-right: 4px;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .incArticleItem__eventDate {
    font-size: 10px;
  }
  .incArticleItem__eventDate__icon {
    width: 12px;
    margin-right: 4px;
  }
  .incArticleItem__eventDate .-en {
    margin-right: 4px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .incArticleItem.--pickup {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .incArticleItem.--pickup .incArticleItem__head {
    width: 40%;
  }
  .incArticleItem.--pickup .incArticleItem__img {
    width: 100%;
  }
  .incArticleItem.--pickup .incArticleItem__body {
    flex: 1;
  }
  .incArticleItem.--pickup .incArticleItem__title {
    font-size: 20px;
    line-height: 1.8;
  }
}
.incArticleItem.--carousel .incArticleItem__title {
  font-size: 14px;
}

.incArticleList {
  margin: 0 0 120px;
}

.incArticleList.--isInArticle {
  margin: 0;
}

.incArticleList__list {
  max-width: 1000px;
  margin: 40px auto;
}

@media (min-width: 768px) {
  .incArticleList__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .incArticleList__list {
    padding: 0 8px;
  }
}
.incArticleList__item {
  width: calc((100% - 64px) / 3);
  margin: 0 32px 32px 0;
}

@media (max-width: 767px) {
  .incArticleList__item {
    width: 100%;
  }
}
.incArticleList__item:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .incArticleList:not(.--isInArticle) .incArticleList__list .incArticleList__item:only-child {
    width: 900px;
    margin: 0 auto;
  }
  .incArticleList:not(.--isInArticle) .incArticleList__list .incArticleList__item:only-child .incArticleItem {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .incArticleList:not(.--isInArticle) .incArticleList__list .incArticleList__item:only-child .incArticleItem .incArticleItem__img {
    width: 470px;
  }
  .incArticleList:not(.--isInArticle) .incArticleList__list .incArticleList__item:only-child .incArticleItem .incArticleItem__body {
    padding: 0 24px;
  }
  .incArticleList:not(.--isInArticle) .incArticleList__list:has(> :nth-child(2):last-child) .incArticleList__item {
    width: 484px;
  }
  .incArticleList:not(.--isInArticle) .incArticleList__list:has(> :nth-child(2):last-child) .incArticleList__item:last-child {
    margin-right: 0;
  }
}
.incArticleList__buttonWrap {
  margin: 0 auto;
  text-align: center;
}

.incAward {
  margin: 24px 0 24px;
}

@media (max-width: 767px) {
  .incAward {
    padding-inline: 20px;
    margin-top: 0;
  }
}
.incAward__list {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .incAward__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .incAward__list.--english .incAward__listItem:nth-of-type(3) {
    display: block;
    width: 20%;
  }
  .incAward__list.--english .incAward__listItem:nth-of-type(4) {
    width: 20%;
  }
  .incAward__list.--english .incAward__listItem:last-of-type {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .incAward__listItem:first-of-type,
  .incAward__listItem:nth-of-type(2) {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .incAward__listItem:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .incAward__listItem:nth-of-type(4) {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .incAward__listItem:nth-of-type(5) {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .incAward__listItem:last-of-type {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .incAward__image {
    width: 100%;
    height: 100%;
  }
}
.incBanner {
  max-width: 1000px;
  margin: 0 auto 24px;
}

.incBanner:last-of-type {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .incBanner {
    padding-inline: 20px;
  }
}
.incBanner__link {
  display: block;
}

.incBanner__image {
  width: 100%;
  height: auto;
}

.incBoltApp__inner {
  max-width: 1200px;
  margin: auto;
}

.incBoltApp__text {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .incBoltApp__text {
    margin-inline: 20px;
  }
}
.incBoltApp__content {
  position: relative;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .incBoltApp__content {
    margin-inline: 20px;
  }
}
.incBoltApp__img {
  text-align: center;
}

.incBoltApp__img__item {
  width: auto;
  height: 700px;
}

@media (max-width: 767px) {
  .incBoltApp__img__item {
    width: 100%;
    height: auto;
  }
}
.incBoltApp__list {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .incBoltApp__list {
    position: relative;
    top: auto;
    bottom: 0;
    left: auto;
    flex-direction: column;
    row-gap: 24px;
    width: 100%;
    margin-top: 24px;
    transform: translate(0, 0);
  }
}
.incBoltApp__item {
  box-sizing: border-box;
  width: 360px;
  padding: 32px;
  font-weight: 700;
  color: #b800c1;
  text-align: center;
  background: rgba(182, 207, 243, 0.2);
  border: 1px solid rgba(182, 207, 243, 0.8);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incBoltApp__item {
    display: flex;
    gap: 12px;
    width: 100%;
    padding: 24px 16px;
  }
}
@media (max-width: 767px) {
  .incBoltApp__item__icon {
    width: 66px;
  }
}
.incBoltApp__textBox {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incBoltApp__textBox {
    margin-top: 0;
    text-align: left;
  }
}
.incBoltApp__textBox__title {
  font-size: 26px;
}

@media (max-width: 767px) {
  .incBoltApp__textBox__title {
    font-size: 18px;
  }
}
.incBoltApp__textBox__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
}

.incBoltApp__download {
  padding: 32px 80px;
  border-radius: 20px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .incBoltApp__download {
    padding: 0;
    margin: 40px 20px 0;
    box-shadow: none;
  }
}
.incBoltApp__download__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .incBoltApp__download__list {
    gap: 24px;
    justify-content: center;
  }
}
.incBoltApp__download__item__appIcon {
  background: rgba(0, 0, 0, 0);
  filter: drop-shadow(20px 40px 65px rgba(0, 0, 0, 0.15));
}

@media (max-width: 767px) {
  .incBoltApp__download__item__appIcon {
    width: 105px;
    height: 105px;
  }
}
.incBoltApp__download__item__platform__link,
.incBoltApp__download__item__text,
.incBoltApp__download__item__title {
  font-weight: 700;
  color: #00235d;
  text-align: center;
}

.incBoltApp__download__item__platform__link.--sub,
.incBoltApp__download__item__text.--sub,
.incBoltApp__download__item__title.--sub {
  font-size: 16px;
}

.incBoltApp__download__item__title {
  font-size: 26px;
}

@media (max-width: 767px) {
  .incBoltApp__download__item__title {
    font-size: 18px;
  }
}
.incBoltApp__download__item__platforms {
  display: flex;
  gap: 64px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incBoltApp__download__item__platforms {
    margin-top: 0;
  }
}
.incBoltApp__download__item__platform__link {
  font-size: 16px;
  text-decoration: none;
}

.incBoltApp__download__item__platform__icon {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .incBoltApp__download__item__platform__icon {
    margin-top: 8px;
  }
}
.incBoltApp__download__item__text {
  font-size: 14px;
}

.incBoltApp__download__item__qrCode {
  margin-top: 24px;
}

.incBoltApp__demo {
  margin: 32px 20px 0;
  text-align: center;
}

.incBoltApp .js-inViewAddClassTarget.--isActive {
  animation: fadeInAnime 0.8s forwards ease-in-out;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.incBoxList {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}

@media (max-width: 767px) {
  .incBoxList {
    flex-direction: column;
  }
}
.incBoxList__item {
  flex: 1 1 calc(33.3% - 24px);
  overflow: hidden;
  text-align: center;
  background-color: rgba(7, 102, 244, 0.06);
  border-radius: 20px;
}

.incBoxList__title {
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #00235d;
}

.incBoxList__content {
  padding: 32px;
}

@media (max-width: 767px) {
  .incBoxList__content {
    padding: 24px;
  }
}
.incBoxList__explain {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #b800c1;
  text-align: left;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .incBoxList__explain {
    font-size: 16px;
  }
}
.incBoxList.--hasEmphasis .incBoxList__explain {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.incBoxList.--hasEmphasis .incBoxList__explain__important {
  font-size: 18px;
  color: #cf00da;
}

.incBoxList2 {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .incBoxList2 {
    flex-direction: column;
  }
}
.incBoxList2__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 64px) / 3);
  padding: 32px;
  text-align: center;
  background: rgba(7, 102, 244, 0.06);
  border-radius: 10px;
}

@media (max-width: 767px) {
  .incBoxList2__item {
    width: auto;
  }
}
.incBoxList2__title {
  font-size: 20px;
  font-weight: 700;
  color: #00235d;
}

.incBoxList2__title__num {
  display: block;
  margin-bottom: 24px;
  font-size: 34px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

.incBoxList2__image {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incBoxList2__image {
    width: 100%;
    height: auto;
  }
}
.incBoxList2.--MM .incBoxList2__item {
  background-color: rgba(13, 178, 40, 0.06);
}

.incBoxList2.--MM .incBoxList2__title {
  color: #11751a;
}

.incBreadCrumb {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  max-width: 1200px;
  min-height: 80px;
  padding: 16px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  color: #00235d;
}

@media (max-width: 767px) {
  .incBreadCrumb {
    min-height: 40px;
    font-size: 13px;
  }
}
.incBreadCrumb br {
  display: none;
}

.incBreadCrumb.--topMargin {
  margin-top: 115px;
}

@media (max-width: 767px) {
  .incBreadCrumb.--topMargin {
    margin-top: 62px;
  }
}
.incBreadCrumb__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.incBreadCrumb__item {
  display: flex;
  align-items: center;
}

.incBreadCrumb__item:nth-child(n+2)::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  content: "";
  border-color: #00235d;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}

.incBreadCrumb__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.incBreadCrumb__link {
  color: #00235d;
  text-decoration: none;
}

.incBreadCrumb__text {
  flex-grow: 1;
  flex-basis: 0%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.incBreadCrumb__home {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #00235d;
  -webkit-mask-image: url("../images/v2/inc/breadCrumb/icon_home.svg");
          mask-image: url("../images/v2/inc/breadCrumb/icon_home.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.incBreadCrumb__home__text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.incButton {
  position: relative;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  border-radius: 10px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
  transition: color 0.5s;
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}
.incButton::before {
  position: absolute;
  top: 0;
  left: -130%;
  width: 120%;
  height: calc(100% + 2px);
  content: "";
  background: #b800c1;
  transform: skewX(-25deg);
}

.incButton:hover {
  opacity: 1;
}

.incButton:hover::before {
  animation: skewanime 0.5s forwards;
}

.incButton::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  -webkit-mask: url("../images/v2/inc/button/button-arrow.svg") center center/cover no-repeat;
          mask: url("../images/v2/inc/button/button-arrow.svg") center center/cover no-repeat;
  transition: background-color 0.5s;
  transform: translateY(-50%);
}

.incButton__text {
  position: relative;
  line-height: 1;
}

.incButton__subText {
  position: relative;
  display: block;
}

.incButton.--blue {
  color: #fff;
  background-color: #cf00da;
  border: solid 1px #cf00da;
}

.incButton.--navy {
  color: #fff;
  background-color: #00235d;
  border: solid 1px #00235d;
}

.incButton.--white {
  color: #cf00da;
  background-color: #fff;
  border: solid 1px #cf00da;
}

.incButton.--white::after {
  background-color: #cf00da;
}

.incButton.--white:hover {
  color: #fff;
}

.incButton.--white:hover::after {
  background-color: #fff;
}

.incButton.--ghost {
  color: #fff;
  border: solid 1px #fff;
}

.incButton.--ghost:hover {
  color: #fff;
}

.incButton.--SB-filled {
  color: #fff;
  background-color: #a54af4;
  border: solid 1px #a54af4;
}

.incButton.--SB-filled::after {
  background-color: #fff;
}

.incButton.--SB-filled:hover {
  color: #fff;
}

.incButton.--SB-filled:hover::before {
  background-color: #6a23a8;
}

.incButton.--SB-outlined {
  color: #a54af4;
  background-color: #fff;
  border: solid 1px #a54af4;
}

.incButton.--SB-outlined::after {
  background-color: #a54af4;
}

.incButton.--SB-outlined:hover {
  color: #fff;
}

.incButton.--SB-outlined:hover::before {
  background: #6a23a8;
}

.incButton.--SB-outlined:hover::after {
  background-color: #fff;
}

.incButton.--RM-filled {
  color: #fff;
  background-color: #fa823e;
  border: solid 1px #fa823e;
}

.incButton.--RM-filled::after {
  background-color: #fff;
}

.incButton.--RM-filled:hover {
  color: #fff;
}

.incButton.--RM-filled:hover::before {
  background-color: #ea4e18;
}

.incButton.--RM-outlined {
  color: #fa823e;
  background-color: #fff;
  border: solid 1px #fa823e;
}

.incButton.--RM-outlined::after {
  background-color: #fa823e;
}

.incButton.--RM-outlined:hover {
  color: #fff;
}

.incButton.--RM-outlined:hover::before {
  background: #ea4e18;
}

.incButton.--RM-outlined:hover::after {
  background-color: #fff;
}

.incButton.--MM-filled {
  color: #fff;
  background-color: #0db228;
  border: solid 1px #0db228;
}

.incButton.--MM-filled::after {
  background-color: #fff;
}

.incButton.--MM-filled:hover {
  color: #fff;
}

.incButton.--MM-filled:hover::before {
  background-color: #11751a;
}

.incButton.--MM-filled:hover::after {
  background-color: #fff;
}

.incButton.--MM-outlined {
  color: #0db228;
  background-color: #fff;
  border: solid 1px #0db228;
}

.incButton.--MM-outlined::after {
  background-color: #0db228;
}

.incButton.--MM-outlined:hover {
  color: #fff;
}

.incButton.--MM-outlined:hover::before {
  background-color: #11751a;
}

.incButton.--MM-outlined:hover::after {
  background-color: #fff;
}

.incButton.--large {
  width: 100%;
  max-width: 440px;
  padding: 16px 56px 16px 40px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .incButton.--large {
    font-size: 17px;
  }
}
.incButton.--large .incButton__subText {
  font-size: 15px;
}

@media (max-width: 767px) {
  .incButton.--large .incButton__subText {
    font-size: 14px;
  }
}
.incButton.--medium {
  width: 100%;
  max-width: 360px;
  padding: 24px 64px 24px 40px;
  font-size: 24px;
}

@media (max-width: 767px) {
  .incButton.--medium {
    font-size: 16px;
  }
}
.incButton.--medium .incButton__subtext {
  font-size: 15px;
}

@media (max-width: 767px) {
  .incButton.--medium .incButton__subtext {
    font-size: 14px;
  }
}
.incButton.--small {
  width: 100%;
  padding: 12px 40px 12px 24px;
  font-size: 13px;
}

.incButton.--small::after {
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .incButton.--small {
    font-size: 12px;
  }
}
.incButton.--rounded {
  border-radius: 1000px;
  box-shadow: 10px 10px 28px rgba(0, 35, 93, 0.16);
}

.incButton.--noShadow {
  box-shadow: none;
}

.incButton.--bottomArrow::after {
  -webkit-mask-image: url("../images/v2/inc/button/button-simpleArrow.svg");
          mask-image: url("../images/v2/inc/button/button-simpleArrow.svg");
}

.incButton.--noIcon::after {
  content: none;
}

.incButton.--download::after {
  -webkit-mask-image: url("../images/v2/inc/button/button-download.svg");
          mask-image: url("../images/v2/inc/button/button-download.svg");
}

.incButton.--demo::after {
  -webkit-mask-image: url("../images/v2/inc/button/button-pc.svg");
          mask-image: url("../images/v2/inc/button/button-pc.svg");
}

.incButton.--noIcon.--large {
  padding-right: 16px;
}

.incButton.--noIcon.--small {
  padding-right: 24px;
}

.incCallToAction {
  padding: 64px;
  text-align: center;
  background-color: #cf00da;
}

.incCallToAction.--MM {
  background-color: #11751a;
}

@media (max-width: 767px) {
  .incCallToAction {
    padding: 32px 20px;
  }
}
.incCallToAction__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.incCallToAction__button {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .incCallToAction__button {
    margin-top: 16px;
  }
}
.incCaseStudy__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
  padding: 40px;
  background-image: url("../images/v2/inc/caseStudy/bg_header.webp");
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .incCaseStudy__header {
    height: 170px;
  }
}
.incCaseStudy__main {
  max-width: 1200px;
  margin: 0 auto 80px;
}

@media (max-width: 767px) {
  .incCaseStudy__main {
    padding-inline: 20px;
  }
}
.incCaseStudy__main__item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 80px;
}

.incCaseStudy__main__item:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .incCaseStudy__main__item {
    flex-direction: column;
    gap: 24px;
    margin-top: 64px;
  }
  .incCaseStudy__main__item:nth-child(2n) {
    flex-direction: column;
  }
}
.incCaseStudy__main__image {
  overflow: hidden;
  border-radius: 20px;
}

.incCaseStudy__main__image__content {
  width: 452px;
}

@media (max-width: 767px) {
  .incCaseStudy__main__image__content {
    width: 100%;
  }
}
.incCaseStudy__main__text {
  flex: 1;
  line-height: 1.6;
}

.incCaseStudy__main__company {
  font-size: 14px;
}

@media (max-width: 767px) {
  .incCaseStudy__main__company {
    font-weight: 700;
  }
}
.incCaseStudy__main__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
}

.incCaseStudy__main__explain {
  margin-top: 16px;
  font-size: 14px;
}

.incCaseStudy__main__more {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .incCaseStudy__main__more {
    text-align: right;
  }
}
.incCaseStudy__main__button {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.incCleanDataBanner {
  text-align: center;
}

@media (max-width: 767px) {
  .incCleanDataBanner {
    padding-inline: 20px;
    margin: 24px 0 120px;
  }
}
.incCleanDataBanner.--reset {
  padding-inline: 0;
}

@media (max-width: 767px) {
  .incCleanDataBanner__image {
    width: 100%;
    height: auto;
  }
}
.incContentsNav {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 767px) {
  .incContentsNav {
    gap: 0;
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .incContentsNav__wrap {
    padding: 12px 0;
    border-bottom: solid 1px #00235d;
  }
}
.incContentsNav__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  color: #00235d;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .incContentsNav__title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
  }
  .incContentsNav__title::after,
  .incContentsNav__title::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 14px;
    height: 2px;
    content: "";
    background-color: #00235d;
    transition: opacity 0.2s;
    transform: translateY(-50%);
  }
  .incContentsNav__title::after {
    transition: transform 0.2s;
    transform: translateY(-50%) rotate(90deg);
  }
  .incContentsNav__title.--show::before {
    opacity: 0;
  }
  .incContentsNav__title.--show::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.incContentsNav__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 24px;
  margin-top: 32px;
}

.incContentsNav__list.--column2 {
  grid-template-columns: repeat(2, 1fr);
}

.incContentsNav__list.--column3 {
  grid-template-columns: repeat(3, 1fr);
}

.incContentsNav__list.--column4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
  .incContentsNav__list {
    display: block;
    gap: 0;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .incContentsNav__list.--inAccordion {
    display: none;
  }
}
@media (max-width: 767px) {
  .incContentsNav__list.--anchor .incContentsNav__item__link {
    display: flex;
    justify-content: space-between;
  }
  .incContentsNav__list.--anchor .incContentsNav__item__link:last-child::after {
    transform: rotate(135deg);
  }
}
.incContentsNav__list.--anchor .incContentsNav__item__link::after {
  top: 2px;
  right: 10px;
  width: 8px;
  height: 8px;
  background: 0 0;
  border-top: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .incContentsNav__list.--anchor .incContentsNav__item__link::after {
    top: 10px;
    right: 6px;
    width: 12px;
    height: 12px;
  }
}
.incContentsNav__list.--anchor .incContentsNav__item__link__text {
  width: calc(100% - 40px);
}

.incContentsNav__item {
  border-bottom: solid 1px #00235d;
}

@media (max-width: 767px) {
  .incContentsNav__item {
    width: 100%;
  }
  .incContentsNav__item:last-child {
    border: none;
  }
  .incContentsNav__item:last-child .incContentsNav__item__link {
    padding-bottom: 0;
  }
  .incContentsNav__item:last-child .incContentsNav__item__link::after {
    top: 12px;
    transform: translateY(0);
  }
}
.incContentsNav__item__link {
  position: relative;
  display: block;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 1.2;
  color: #00235d;
  text-decoration: none;
}

@media (max-width: 767px) {
  .incContentsNav__item__link {
    padding: 12px 0;
    font-weight: 700;
  }
}
.incContentsNav__item__link::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../../../../../index.html") no-repeat center/100%;
}

@media (max-width: 767px) {
  .incContentsNav__item__link::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.incContentsNav__item__link br {
  display: none;
}

.incDemo {
  padding: 0 20px;
}

.incDemo.--SM .incDemo__bigText__important {
  color: #cf00da;
}

.incDemo.--SB .incDemo__bigText__important {
  color: #a54af4;
}

.incDemo.--SB .incExplainList__item {
  background: #f6eafc;
}

.incDemo.--SB .incExplainList__item__countBox {
  background: #a54af4;
}

.incDemo.--SB .incMemberList__item {
  background: #f6eafc;
}

.incDemo.--SB .incMemberList__career__label {
  background: #a54af4;
}

.incDemo.--RM .incDemo__bigText__important {
  color: #ea4e18;
}

.incDemo.--RM .incExplainList__item {
  background: #fff9f5;
}

.incDemo.--RM .incExplainList__item__countBox {
  background: #ea4e18;
}

.incDemo.--RM .incMemberList__item {
  background: #fff9f5;
}

.incDemo.--RM .incMemberList__career__label {
  background: #ea4e18;
}

.incDemo.--MM .incDemo__bigText__important {
  color: #0db228;
}

.incDemo.--MM .incExplainList__item__countBox {
  background: #0db228;
}

.incDemo.--MM .incMemberList__career__label {
  background: #0db228;
}

.incDemo__content {
  max-width: 1300px;
  margin: 100px auto 0;
}

.incDemo__main {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .incDemo__main {
    flex-flow: column-reverse wrap;
    margin-top: 64px;
  }
}
.incDemo__explain {
  width: 50%;
}

@media (max-width: 767px) {
  .incDemo__explain {
    width: 100%;
  }
}
.incDemo__form {
  width: 40%;
  max-width: 600px;
  padding: 40px;
  margin: 24px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 40px -2px rgba(6, 12, 59, 0.08);
}

@media (max-width: 767px) {
  .incDemo__form {
    width: 100%;
    padding: 24px;
  }
}
.incDemo__form__notice {
  margin-bottom: 32px;
  text-align: right;
}

.incDemo__form__subTitle {
  font-size: 28px;
  color: #cf00da;
  text-align: center;
}

.incDemo__topTitle {
  position: relative;
  padding-left: 26px;
  font-size: 28px;
  font-weight: 700;
  color: #00235d;
}

@media (max-width: 767px) {
  .incDemo__topTitle {
    font-size: 24px;
  }
}
.incDemo__topTitle::before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 100%;
  content: "";
  background: #00235d;
}

.incDemo__informationWrap {
  margin-top: 64px;
  margin-bottom: 64px;
  font-weight: 700;
  color: #00235d;
  text-align: center;
}

@media (max-width: 767px) {
  .incDemo__informationImage {
    width: 80%;
    margin: auto;
  }
}
.incDemo__informationImage__lottie {
  aspect-ratio: 620/420;
}

@media (max-width: 767px) {
  .incDemo__informationItem {
    width: 100%;
  }
}
.incDemo__textWrap {
  margin-top: 24px;
}

.incDemo__smallText {
  font-size: 18px;
}

@media (max-width: 767px) {
  .incDemo__smallText {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .incDemo__smallText__textBreak {
    white-space: nowrap;
  }
}
.incDemo__bigText {
  font-size: 28px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .incDemo__bigText {
    font-size: 28px;
    line-height: 1.4;
  }
}
.incDemo__contentsWrap {
  margin-bottom: 64px;
}

.incDemo__subTitle {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #00235d;
}

@media (min-width: 768px) {
  .incDownload {
    display: flex;
  }
}
.incDownload.--template {
  max-width: 1200px;
}

@media (min-width: 768px) {
  .incDownload.--template {
    margin: 0 -160px;
  }
}
@media (min-width: 768px) {
  .incDownload__sub {
    width: 50%;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .incDownload__sub {
    padding-bottom: 40px;
  }
}
.incDownload__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #00235d;
}

@media (max-width: 767px) {
  .incDownload__title {
    font-size: 20px;
  }
}
.incDownload__image {
  display: flex;
  align-items: center;
  aspect-ratio: 16/9;
  margin-top: 16px;
}

.incDownload__image__content {
  max-width: 100%;
}

.incDownload__subImgList {
  display: flex;
  gap: 16px;
  margin: 16px 40px 40px;
}

@media (max-width: 767px) {
  .incDownload__subImgList {
    margin: 16px 16px 24px;
  }
}
.incDownload__subImgList__item {
  width: 33.3333333333%;
  aspect-ratio: 16/9;
}

.incDownload__subImgList__item__button {
  position: relative;
  height: 100%;
}

.incDownload__subImgList__item__button::before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid transparent;
  transition: all 0.3s ease;
}

.incDownload__subImgList__item__button.--current::before {
  border-color: #cf00da;
}

.incDownload__subImgList__item__content {
  width: 100%;
  height: auto;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.incDownload__appeal {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .incDownload__appeal {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .incDownload__book {
    display: flex;
    padding-right: 16px;
    margin-bottom: -24px;
  }
}
.incDownload__book__cover {
  text-align: center;
}

@media (max-width: 767px) {
  .incDownload__book__cover {
    width: 70%;
  }
}
.incDownload__book__cover__img {
  width: 100%;
  height: 100%;
}

.incDownload__book__content {
  display: flex;
  gap: 16px;
  justify-content: center;
}

@media (min-width: 768px) {
  .incDownload__book__content {
    margin-top: -24px;
  }
}
@media (max-width: 767px) {
  .incDownload__book__content {
    flex-direction: column;
    justify-content: flex-start;
    width: 30%;
  }
}
@media (min-width: 768px) {
  .incDownload__book__content__item {
    width: 30%;
  }
}
.incDownload__book__content__item__img {
  width: 100%;
  height: 100%;
}

.incDownload__form {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 40px -2px rgba(6, 12, 59, 0.08);
}

@media (min-width: 768px) {
  .incDownload__form {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .incDownload__form {
    padding: 24px;
  }
}
.incDownload__form__text {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incDownload__form__text {
    gap: 4px;
  }
}
.incDownload__form__text.--SB .incDownload__form__textTag {
  background-color: #a54af4;
}

.incDownload__form__text.--SB .incDownload__form__textMain {
  color: #a54af4;
}

.incDownload__form__text.--RM .incDownload__form__textTag {
  background-color: #ea4e18;
}

.incDownload__form__text.--RM .incDownload__form__textMain {
  color: #ea4e18;
}

.incDownload__form__text.--MM .incDownload__form__textTag {
  background-color: #0db228;
}

.incDownload__form__text.--MM .incDownload__form__textMain {
  color: #0db228;
}

.incDownload__form__textTag {
  padding: 4px 8px;
  font-size: 20px;
  color: #fff;
  background-color: #cf00da;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .incDownload__form__textTag {
    padding: 4px;
    font-size: 14px;
  }
}
.incDownload__form__textMain {
  font-size: 24px;
  color: #cf00da;
}

@media (max-width: 767px) {
  .incDownload__form__textMain {
    font-size: 18px;
  }
}
.incDownload__explain {
  margin-top: 32px;
}

.incDownload__explain__title {
  font-size: 16px;
  font-weight: 700;
}

.incDownload__explain__list {
  margin-top: 16px;
}

.incDownload__explain__item {
  margin-top: 12px;
  margin-left: 1em;
  font-size: 14px;
  color: #00235d;
  text-indent: -1em;
}

.incDownload__explain__item::before {
  content: "・";
}

.incDownloadMaterial {
  display: flex;
  gap: 64px;
  justify-content: center;
  padding: 64px 24px;
  background-color: rgba(7, 102, 244, 0.06);
}

@media (max-width: 767px) {
  .incDownloadMaterial {
    flex-direction: column;
    gap: 24px;
  }
}
.incDownloadMaterial__explain {
  max-width: 500px;
}

@media (max-width: 767px) {
  .incDownloadMaterial__explain {
    max-width: 100%;
  }
}
.incDownloadMaterial__text {
  font-weight: 700;
  line-height: 1.6;
}

.incDownloadMaterial__text__main {
  font-size: 34px;
}

@media (max-width: 767px) {
  .incDownloadMaterial__text__main {
    font-size: 28px;
  }
}
.incDownloadMaterial__text__sub {
  font-size: 18px;
}

.incDownloadMaterial__image {
  margin-top: 40px;
}

.incDownloadMaterial__image__item {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .incDownloadMaterial__image__item {
    width: 100%;
  }
}
.incDownloadMaterial__detail {
  margin-top: 40px;
}

.incDownloadMaterial__detail__title {
  font-size: 20px;
  font-weight: 700;
  color: #cf00da;
}

.incDownloadMaterial__detail__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}

.incDownloadMaterial__detail__item {
  font-size: 16px;
}

.incDownloadMaterial__form {
  width: 500px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 18px rgba(41, 64, 168, 0.2);
}

@media (max-width: 767px) {
  .incDownloadMaterial__form {
    max-width: 100%;
    margin: 16px auto 0;
  }
}
.incDownloadMaterial__form__title {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #cf00da;
}

.incDownloadMaterial__form__inner {
  padding: 32px 40px 40px;
}

@media (max-width: 767px) {
  .incDownloadMaterial__form__inner {
    padding: 32px 24px 40px;
  }
}
.incDownloadMaterial__form__inner iframe {
  height: 100%;
}

.incDownloadMaterial.--MM {
  background-color: rgba(13, 178, 40, 0.06);
}

.incDownloadMaterial.--MM .incDownloadMaterial__detail__title {
  color: #0db228;
}

.incDownloadMaterial.--MM .incDownloadMaterial__form__title {
  background: #0db228;
}

.incEcoSystem {
  text-align: center;
}

.incEcoSystem__imageWrapper {
  max-width: 1200px;
  margin: 80px auto 0;
}

@media (max-width: 767px) {
  .incEcoSystem__imageWrapper {
    padding: 0 20px;
    margin-top: 40px;
  }
}
.incEcoSystem__image {
  width: 100%;
  height: auto;
}

.incEcoSystem__logoWrapper {
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .incEcoSystem__logoWrapper {
    padding: 0 20px;
  }
}
.incEcoSystem__logo__title {
  font-size: 28px;
  font-weight: 700;
  color: #b800c1;
  text-align: center;
}

@media (max-width: 767px) {
  .incEcoSystem__logo__title {
    font-size: 20px;
  }
}
.incEcoSystem__logo__content {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .incEcoSystem__logo__content {
    flex-direction: column;
  }
}
.incEcoSystem__tool {
  width: calc(50% - 1px);
  padding-right: 32px;
}

@media (max-width: 767px) {
  .incEcoSystem__tool {
    width: auto;
    padding: 0 0 40px;
    border-right: 0;
    border-bottom: 1px solid #b800c1;
  }
}
.incEcoSystem__tool__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 767px) {
  .incEcoSystem__tool__list {
    gap: 8px;
  }
}
.incEcoSystem__tool__item {
  width: calc((100% - 36px) / 4);
}

@media (max-width: 767px) {
  .incEcoSystem__tool__item {
    width: calc((100% - 16px) / 3);
  }
}
.incEcoSystem__tool__img {
  width: 100%;
  height: auto;
}

.incEcoSystem__partner {
  width: 50%;
  padding-left: 32px;
  border-left: 1px solid #b800c1;
}

@media (max-width: 767px) {
  .incEcoSystem__partner {
    width: 100%;
    padding-left: 0;
    border: 0;
  }
}
@media (max-width: 767px) {
  .incEcoSystem__partner__box {
    margin-top: 40px;
  }
}
.incEcoSystem__partner__box:nth-child(2) {
  margin-top: 32px;
}

.incEcoSystem__partner__title {
  font-size: 16px;
  font-weight: 700;
  color: #b800c1;
  text-align: left;
}

@media (max-width: 767px) {
  .incEcoSystem__partner__title {
    text-align: center;
  }
}
.incEcoSystem__partner__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.incEcoSystem__partner__item {
  width: 25%;
}

@media (max-width: 767px) {
  .incEcoSystem__partner__item {
    width: 50%;
  }
}
.incEcoSystem__partner__img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .incEcoSystem__partner__img {
    width: auto;
    height: 60px;
  }
}
.incEcoSystem__integrationWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incEcoSystem__integrationWrapper {
    justify-content: center;
    margin-top: 0;
  }
}
.incEcoSystem__integration__item {
  width: calc((100% - 40px) / 6);
}

@media (max-width: 767px) {
  .incEcoSystem__integration__item {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 767px) {
  .incEcoSystem__integration__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.incEnAiSales {
  padding: 80px 0;
  color: #fff;
  background-image: radial-gradient(circle farthest-side at 50% 180%, #cf00da 0 63%, #b6cff3 100%);
}

@media (max-width: 767px) {
  .incEnAiSales {
    padding: 80px 20px 0;
  }
}
.incEnAiSales__title {
  font-size: 42px;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnAiSales__title {
    font-size: 28px;
  }
}
.incEnAiSales__contents {
  max-width: 1000px;
  margin: 64px auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnAiSales__contents {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
}
.incEnAiSales__video {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incEnAiSales__video {
    order: 2;
    width: 100%;
    margin-top: 32px;
  }
}
.incEnAiSales__text {
  margin-top: 40px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .incEnAiSales__text {
    order: 1;
    margin-top: 0;
    font-size: 14px;
  }
}
.incEnAiSales__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .incEnAiSales__list {
    flex-wrap: wrap;
    gap: 16px;
    order: 3;
  }
}
.incEnAiSales__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 142px;
  height: 142px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid #fff;
  border-radius: 1000px;
  box-shadow: 20px 30px 65px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .incEnAiSales__item {
    width: 94px;
    height: auto;
    background: 0 0;
    border: 0;
    box-shadow: none;
  }
}
.incEnAiSales__item__icon {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .incEnAiSales__item__icon {
    width: 94px;
    height: 94px;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #fff;
    border-radius: 1000px;
    box-shadow: 20px 30px 65px 0 rgba(0, 0, 0, 0.2);
  }
}
.incEnAiSales__item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .incEnAiSales__item__img {
    width: auto;
    height: 40px;
  }
}
.incEnAiSales__item__text {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(82.04deg, #cf00da -6.93%, #000 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .incEnAiSales__item__text {
    background: 0 0;
    -webkit-text-fill-color: #fff;
  }
}
.incEnCaseStudy {
  padding: 80px 0;
  background: #cf00da;
}

@media (max-width: 767px) {
  .incEnCaseStudy {
    padding: 80px 24px 0;
  }
}
.incEnCaseStudy__titlebox {
  color: #fff;
  text-align: center;
}

.incEnCaseStudy__titlebox__title {
  font-size: 54px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incEnCaseStudy__titlebox__title {
    font-size: 34px;
  }
}
.incEnCaseStudy__titlebox__text {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incEnCaseStudy__titlebox__text {
    font-size: 14px;
  }
}
.incEnCaseStudy__list {
  max-width: 1200px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .incEnCaseStudy__list {
    margin-top: 80px;
  }
}
.incEnCaseStudy__item:nth-child(n+2) {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incEnCaseStudy__item:nth-child(n+2) {
    margin-top: 64px;
  }
}
.incEnCaseStudy__item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  background: #fff;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incEnCaseStudy__item__inner {
    flex-direction: column;
    padding: 24px 16px;
  }
}
.incEnCaseStudy__textbox {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  max-width: 870px;
  padding: 8px 32px 12px 0;
  border-right: 1px solid #c6c6c6;
}

@media (max-width: 767px) {
  .incEnCaseStudy__textbox {
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
    padding: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  .incEnCaseStudy__textbox__img {
    margin-top: -64px;
  }
}
.incEnCaseStudy__textbox__text {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incEnCaseStudy__textbox__text {
    font-size: 16px;
  }
}
.incEnCaseStudy__company {
  padding-left: 32px;
}

@media (max-width: 767px) {
  .incEnCaseStudy__company {
    padding-left: 0;
    margin-top: 24px;
    text-align: center;
  }
}
.incEnCaseStudy__company__description {
  margin-top: 16px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .incEnCaseStudy__company__description {
    margin-top: 32px;
  }
}
.incEnFAQ {
  gap: 80px;
  padding: 80px 0;
  background-color: #011436;
}

@media (max-width: 767px) {
  .incEnFAQ {
    padding: 80px 20px 40px;
  }
}
.incEnFAQ__title {
  font-size: 54px;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnFAQ__title {
    font-size: 34px;
    text-align: center;
  }
}
.incEnFAQ__content {
  max-width: 1200px;
  margin: 64px auto 0;
}

@media (max-width: 767px) {
  .incEnFAQ__content {
    width: 100%;
    margin-top: 40px;
  }
}
.incEnFAQ__item {
  border-top: solid 1px #c6c6c6;
}

.incEnFAQ__item:last-child {
  border-bottom: solid 1px #c6c6c6;
}

.incEnFAQ__item__question {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.incEnFAQ__item__question::after,
.incEnFAQ__item__question::before {
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  width: 20px;
  height: 2px;
  content: "";
  background-color: #fff;
  transition: opacity 0.2s;
  transform: translateY(-50%);
}

.incEnFAQ__item__question::after {
  transition: transform 0.2s;
  transform: translateY(-50%) rotate(90deg);
}

.incEnFAQ__item__question.--show::before {
  opacity: 0;
}

.incEnFAQ__item__question.--show::after {
  transform: translateY(-50%) rotate(180deg);
}

.incEnFAQ__item__question__button {
  display: flex;
  width: 100%;
  padding: 24px 0;
  font-weight: 700;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.incEnFAQ__item__question__button::before {
  margin-right: 1em;
  font-size: 14px;
  content: "Q.";
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

.incEnFAQ__item__question__txt {
  padding-right: 64px;
  font-size: 20px;
}

.incEnFAQ__item__question.--show::before {
  opacity: 0;
}

.incEnFAQ__item__question.--show::after {
  transform: translateY(-50%) rotate(180deg);
}

.incEnFAQ__item__answer {
  display: none;
  padding-bottom: 24px;
  margin-left: 33.6px;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}

.incEnFeature {
  padding: 80px 0;
  color: #fff;
  background: url("../images/v2/inc/enFeature/bg.webp");
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .incEnFeature {
    padding-inline: 20px;
    background: linear-gradient(125deg, #7eaff8 0 4%, #cf00da 27% 100%);
  }
}
.incEnFeature__title {
  font-size: 72px;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnFeature__title {
    font-size: 28px;
  }
}
.incEnFeature__title__text {
  display: block;
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .incEnFeature__title__text {
    font-size: 16px;
  }
}
.incEnFeature__list {
  position: relative;
  display: flex;
  gap: 48px;
  max-width: 1200px;
  margin: 64px auto 0;
}

@media (max-width: 767px) {
  .incEnFeature__list {
    flex-direction: column;
    gap: 24px;
  }
}
.incEnFeature__item {
  display: flex;
  flex-direction: column;
  padding: 24px 16px 16px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incEnFeature__item {
    padding: 12px;
    padding-top: 32px;
  }
}
.incEnFeature__item__title {
  padding-bottom: 32px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .incEnFeature__item__title {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    border: 0;
  }
}
.incEnFeature__item__title__num {
  display: block;
  font-size: 100px;
  line-height: 1;
}

@media (max-width: 767px) {
  .incEnFeature__item__title__num {
    font-size: 64px;
  }
}
.incEnFeature__item__title__text {
  display: block;
  margin-top: 24px;
  font-size: 24px;
}

@media (max-width: 767px) {
  .incEnFeature__item__title__text {
    margin-top: 0;
    margin-left: 12px;
    text-align: left;
  }
}
.incEnFeature__item__desciption {
  flex-grow: 1;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 767px) {
  .incEnFeature__item__desciption {
    margin-top: 0;
  }
}
.incEnFeature__item__image {
  margin-top: 24px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .incEnFeature__item__image {
    width: 100%;
    height: 100%;
  }
}
.incEnFirstView {
  margin-top: 155px;
}

.incEnFirstView__inner {
  max-width: 1400px;
  margin-inline: auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .incEnFirstView__inner {
    padding-bottom: 24px;
  }
}
.incEnFirstView__titlebox {
  text-align: center;
}

.incEnFirstView__titlebox__title {
  font-size: 80px;
  font-weight: 700;
  color: #cf00da;
}

@media (max-width: 767px) {
  .incEnFirstView__titlebox__title {
    font-size: 42px;
  }
}
.incEnFirstView__titlebox__title__sub {
  display: block;
  font-size: 34px;
  color: #000;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .incEnFirstView__titlebox__title__sub {
    font-size: 18px;
  }
}
.incEnFirstView__titlebox__text {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.015em;
}

@media (max-width: 767px) {
  .incEnFirstView__titlebox__text {
    font-size: 14px;
    letter-spacing: -0.001em;
  }
}
.incEnFirstView__titlebox__text__sub {
  color: #cf00da;
}

.incEnFirstView__button {
  max-width: 320px;
  margin: 64px auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnFirstView__button {
    max-width: 260px;
    margin: 40px auto 0;
  }
}
.incEnFirstView__contents__inner {
  position: relative;
  z-index: -1;
  height: 890px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .incEnFirstView__contents__inner {
    height: 100%;
    margin-top: 64px;
  }
}
.incEnFirstView__service {
  position: absolute;
  top: -143px;
  left: 50%;
  z-index: -1;
  width: 1600px;
  height: 100%;
  overflow: hidden;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .incEnFirstView__service {
    height: auto;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .incEnFirstView__service__video {
    width: 100%;
    transform: scale(2.1);
  }
}
@media (max-width: 767px) {
  .incEnFirstView__service {
    position: static;
    width: 100%;
    transform: none;
  }
}
.incEnFirstView__partner {
  position: absolute;
  bottom: 88px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .incEnFirstView__partner {
    position: static;
    padding: 0 16px;
    margin-top: 64px;
    transform: translateX(0);
  }
}
.incEnFirstView__partner__title {
  font-size: 18px;
}

@media (max-width: 767px) {
  .incEnFirstView__partner__title {
    font-size: 14px;
  }
}
.incEnFirstView__partner__list {
  display: flex;
  gap: 24px;
  align-items: center;
}

@media (max-width: 767px) {
  .incEnFirstView__partner__list {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 16px;
  }
}
.incEnFirstView__partner__item {
  width: 120px;
}

@media (max-width: 767px) {
  .incEnFirstView__partner__item {
    width: 70px;
  }
}
.incEnFirstView__partner__item__image {
  width: 100%;
}

.incEnFooter {
  color: #fff;
  background-color: #b800c1;
}

@media (max-width: 767px) {
  .incEnFooter {
    padding-inline: 20px;
  }
}
.incEnFooter__inner {
  max-width: 1200px;
  padding-bottom: 80px;
  margin-inline: auto;
}

.incEnFooter__title {
  font-size: 54px;
}

@media (max-width: 767px) {
  .incEnFooter__title {
    font-size: 34px;
  }
}
.incEnFooter__subtitle {
  margin-top: 40px;
  font-size: 32px;
}

@media (max-width: 767px) {
  .incEnFooter__subtitle {
    font-size: 24px;
  }
}
.incEnFooter__image {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incEnFooter__image {
    width: 100%;
  }
}
.incEnFooter__topics {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .incEnFooter__topics {
    padding-top: 40px;
  }
}
.incEnFooter__topics__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .incEnFooter__topics__list {
    flex-direction: column;
    gap: 40px;
  }
}
.incEnFooter__topics__item__link {
  color: #fff;
}

.incEnFooter__topics__text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
}

.incEnFooter__company {
  display: flex;
  gap: 50px;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .incEnFooter__company {
    flex-direction: column;
    padding-top: 40px;
  }
}
.incEnFooter__company__text {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .incEnFooter__company__text {
    font-size: 14px;
  }
}
.incEnFooter__copybox {
  margin-top: 40px;
}

.incEnFooter__copybox__copy {
  margin-top: 16px;
  font-size: 12px;
}

.incEnGetDemo {
  padding-bottom: 80px;
  text-align: center;
  background: #b800c1;
}

.incEnGetDemo__inner {
  background-image: url("../images/v2/inc/enGetDemo/bg-samurai.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .incEnGetDemo__inner {
    background-color: #011436;
    background-position: center bottom;
    background-size: 180%;
  }
}
.incEnGetDemo__title {
  font-size: 72px;
  color: #fff;
}

@media (max-width: 767px) {
  .incEnGetDemo__title {
    margin-inline: 24px;
    font-size: 28px;
  }
}
.incEnGetDemo__contents {
  padding-top: 80px;
}

.incEnGetDemo__button {
  max-width: 320px;
  margin: 80px auto 24px;
}

@media (max-width: 767px) {
  .incEnGetDemo__button {
    max-width: 260px;
    margin: 40px auto 0;
  }
}
.incEnGetDemo__videobox {
  position: relative;
  padding-top: 80px;
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnGetDemo__videobox {
    padding-top: 40px;
  }
}
.incEnGetDemo__videobox__video {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .incEnGetDemo__videobox__video {
    top: 48px;
    width: 242px;
  }
}
.incEnGetDemo__videobox__image {
  max-width: 100%;
  height: auto;
  margin-bottom: -40px;
}

@media (max-width: 767px) {
  .incEnGetDemo__videobox__image {
    width: 300px;
    margin: auto;
  }
}
.incEnHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .incEnHeader {
    min-width: auto;
    height: 62px;
  }
}
.incEnHeader__inner {
  position: relative;
  padding: 0 24px;
}

@media (width >= 1300px) {
  .incEnHeader__inner {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .incEnHeader__inner {
    padding: 0 24px;
  }
}
.incEnHeader.--fixed {
  background-color: #fff;
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.incEnHeader__toplink {
  height: 40px;
  padding-top: 24px;
  visibility: visible;
  opacity: 1;
  transition: 0.2s ease;
}

.incEnHeader__toplink__list {
  display: flex;
  gap: 0 40px;
  justify-content: right;
}

.incEnHeader__toplink__list__item {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  color: #00235d;
  text-decoration: none;
  letter-spacing: 0.33px;
}

.incEnHeader__toplink.--fadeout {
  height: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}

.incEnHeader__logo {
  width: 251px;
  height: auto;
}

@media (max-width: 767px) {
  .incEnHeader__logo {
    width: 195px;
  }
}
.incEnHeader__mainMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.incEnHeader__nav {
  display: flex;
  gap: 0 24px;
  align-items: center;
}

@media (max-width: 767px) {
  .incEnHeader__nav {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100dvh - 62px);
    padding: 40px;
    overflow-y: scroll;
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    transition: 0.2s ease;
  }
  .incEnHeader__nav::before {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #d2d2d2;
  }
  .incEnHeader__nav.--opened {
    visibility: visible;
    opacity: 1;
  }
}
.incEnHeader__nav__inner {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .incEnHeader__nav__inner {
    display: block;
  }
}
.incEnHeader__nav__list {
  display: flex;
  gap: 0 30px;
}

@media (max-width: 767px) {
  .incEnHeader__nav__list {
    display: block;
  }
}
@media (max-width: 767px) {
  .incEnHeader__nav__item {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .incEnHeader__navMenu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 32px 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
    transform: translateX(-50%);
  }
  .incEnHeader__navMenu:not(.incHeader__btnMenu) {
    gap: 0 125px;
    justify-content: center;
  }
  .incEnHeader__navMenu.--isActive {
    visibility: visible;
    opacity: 1;
  }
  .incEnHeader__navMenuBg {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: inset 0 10px 12px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transition: 0.2s ease;
    transform: translateX(-50%);
  }
  .incEnHeader__navMenuBg.--isActive {
    height: 83px;
    visibility: visible;
    opacity: 1;
  }
  .incEnHeader__navMenuOverlay {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: -1;
    width: 100%;
    min-width: 1200px;
    height: 100vh;
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    transition: 0.2s ease;
    transform: translateX(-50%);
  }
  .incEnHeader__navMenuOverlay.--isActive {
    visibility: visible;
    opacity: 0.2;
  }
}
@media (max-width: 767px) {
  .incEnHeader__navMenuService {
    margin-top: 30px;
  }
}
.incEnHeader__navMenu__item {
  position: relative;
  display: flex;
  gap: 0 24px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  color: #00235d;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.incEnHeader__navMenu__item::after {
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("../images/v2/inc/enHeader/header-simpleArrow.svg");
  background-size: cover;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .incEnHeader__navMenu__item {
    display: flex;
    gap: 0 24px;
    align-items: center;
    margin: 0 0 12px 24px;
    font-size: 14px;
  }
  .incEnHeader__navMenu__item::before {
    content: "ー";
  }
}
.incEnHeader__nav__link {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  color: #00235d;
  text-decoration: none;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .incEnHeader__nav__link {
    display: flex;
    gap: 0 24px;
    align-items: center;
    font-size: 16px;
  }
  .incEnHeader__nav__link::after {
    width: 12px;
    height: 12px;
    content: "";
    background-image: url("../images/v2/inc/enHeader/header-simpleArrow.svg");
    background-size: cover;
    transform: rotate(-90deg);
  }
}
@media (min-width: 768px) {
  .incEnHeader__nav__link::before,
  .incEnHeader__nav__title::before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #cf00da;
    transition: transform 0.3s;
    transform: scaleX(0);
  }
  .incEnHeader__nav__link.isCurrent,
  .incEnHeader__nav__link:hover,
  .incEnHeader__nav__title.isCurrent,
  .incEnHeader__nav__title:hover {
    opacity: 1;
  }
  .incEnHeader__nav__link.isCurrent::before,
  .incEnHeader__nav__link:hover::before,
  .incEnHeader__nav__title.isCurrent::before,
  .incEnHeader__nav__title:hover::before {
    transform: scaleX(1);
    transform-origin: center top;
  }
}
@media (min-width: 768px) {
  .incEnHeader__btn__list {
    display: flex;
    gap: 0 12px;
  }
}
@media (max-width: 767px) {
  .incEnHeader__btn__item {
    margin-bottom: 24px;
  }
}
.incEnHeader__navMenuBtn {
  position: relative;
  width: 26px;
  height: 16px;
}

.incEnHeader__navMenuBtn:hover {
  opacity: 1;
}

.incEnHeader__navMenuBtn::after,
.incEnHeader__navMenuBtn::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #00235d;
  transition: 0.3s ease;
}

.incEnHeader__navMenuBtn.--opened::after,
.incEnHeader__navMenuBtn.--opened::before {
  top: 50%;
}

.incEnHeader__navMenuBtn.--opened::before {
  transform: rotate(45deg);
}

.incEnHeader__navMenuBtn.--opened::after {
  transform: rotate(-45deg);
}

.incEnHeader__navMenuBtn::before {
  top: 0;
}

.incEnHeader__navMenuBtn::after {
  bottom: 0;
}

.incEnProduct {
  padding: 120px 20px 0;
  text-align: center;
  background-image: radial-gradient(circle at 50% 115%, #b6cff3 0 25%, #fff 45% 100%);
}

.incEnProduct__inner {
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .incEnProduct {
    padding: 80px 0 40px;
    overflow: hidden;
  }
}
.incEnProduct__title {
  font-size: 54px;
}

@media (max-width: 767px) {
  .incEnProduct__title {
    padding: 0 20px;
    font-size: 32px;
  }
}
.incEnProduct__title__emphasis {
  color: #cf00da;
}

.incEnProduct__card {
  padding: 80px 0 0;
}

@media (max-width: 767px) {
  .incEnProduct__card {
    padding: 160px 0 70px;
  }
}
.incEnProduct__logo {
  margin: 80px auto 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnProduct__logo {
    margin: 0 20px;
  }
}
.incEnProduct__logo__content {
  width: 100%;
  max-width: 540px;
  height: auto;
  margin-bottom: 40px;
}

.incEnProduct__logo__text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 28px;
}

@media (max-width: 767px) {
  .incEnProduct__logo__text {
    margin-top: 40px;
  }
}
.incEnProduct__logo__text__em {
  color: #cf00da;
}

.incEnProduct__award {
  margin-top: 40px;
}

.incEnProduct__videobox {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnProduct__videobox {
    width: 100%;
    height: 300px;
  }
}
.incEnProduct__videobox__video {
  position: absolute;
  top: 33px;
  left: 50%;
  width: 81%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .incEnProduct__videobox__video {
    top: 10px;
    right: 87px;
    left: auto;
    z-index: 1;
    width: 400px;
    transform: none;
  }
}
.incEnProduct__videobox__image {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .incEnProduct__videobox__image {
    position: absolute;
    right: 40px;
    width: 480px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .incEnProduct__feature {
    padding: 0 20px;
    text-align: center;
  }
}
.incEnProduct__feature__list {
  display: flex;
  row-gap: 80px;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .incEnProduct__feature__list {
    flex-wrap: wrap;
    row-gap: 0;
    margin-top: 0;
  }
}
.incEnProduct__feature__item {
  border-right: solid 1px #00235d;
}

.incEnProduct__feature__item:first-child,
.incEnProduct__feature__item:nth-child(3) {
  width: calc((100% - 256px) / 3 + 64px);
}

@media (max-width: 767px) {
  .incEnProduct__feature__item:first-child,
  .incEnProduct__feature__item:nth-child(3) {
    width: 100%;
  }
}
.incEnProduct__feature__item:nth-child(2) {
  width: calc((100% - 256px) / 3 + 128px);
}

@media (max-width: 767px) {
  .incEnProduct__feature__item:nth-child(2) {
    width: 100%;
  }
}
.incEnProduct__feature__item:first-child {
  padding-right: 64px;
}

@media (max-width: 767px) {
  .incEnProduct__feature__item:first-child {
    padding-right: 0;
  }
}
.incEnProduct__feature__item:nth-child(2) {
  padding-inline: 64px;
}

@media (max-width: 767px) {
  .incEnProduct__feature__item:nth-child(2) {
    padding-inline: 0;
  }
}
.incEnProduct__feature__item:nth-child(3) {
  padding-left: 64px;
}

@media (max-width: 767px) {
  .incEnProduct__feature__item:nth-child(3) {
    padding-bottom: 30px;
    padding-left: 0;
    border-bottom: solid 1px #00235d;
  }
}
.incEnProduct__feature__item:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  .incEnProduct__feature__item:last-child {
    border-bottom: none;
  }
  .incEnProduct__feature__item:last-child::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .incEnProduct__feature__item {
    padding: 40px 0 0;
    border-right: 0;
  }
  .incEnProduct__feature__item::after {
    display: block;
    width: 30%;
    height: 1px;
    margin: 40px auto 0;
    content: "";
    background: #00235d;
  }
}
.incEnProduct__feature__item__result {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .incEnProduct__feature__item__result {
    background: linear-gradient(82.04deg, #cf00da -6.93%, #000 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 767px) {
  .incEnProduct__feature__item__result {
    text-align: center;
  }
}
.incEnProduct__feature__item__result__num {
  display: inline-flex;
  justify-content: flex-end;
  min-width: 2em;
  font-size: 95px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incEnProduct__feature__item__result__num {
    color: #b800c1;
  }
}
.incEnProduct__feature__item__result__unit {
  font-size: 50px;
}

.incEnProduct__feature__item__explain {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.6;
}

.incEnProduct__text {
  margin-top: 80px;
  font-size: 24px;
  color: #b800c1;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incEnProduct__text {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.incEnProduct__tools {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 40px;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incEnProduct__tools {
    justify-content: center;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.incEnProduct__tools__tool {
  width: 140px;
  max-width: 40%;
}

.incEnProduct__tools__img {
  width: 100%;
  height: auto;
}

.incEnPlan {
  padding: 80px 0;
  background-color: #011436;
  background-image: radial-gradient(circle farthest-side at 50% 138%, #011436 0 63%, #cf00da 100%);
}

@media (max-width: 767px) {
  .incEnPlan {
    padding-top: 80px;
  }
}
.incEnPlan__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.incEnPlan__title {
  font-size: 54px;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnPlan__title {
    font-size: 34px;
  }
}
.incEnPlan__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .incEnPlan__list {
    flex-direction: column;
    gap: 32px;
    padding-inline: 20px;
    margin-top: 50px;
  }
}
.incEnPlan__item {
  position: relative;
  width: calc((100% - 80px) / 3);
  font-size: 14px;
  border-radius: 20px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .incEnPlan__item {
    width: 100%;
  }
}
.incEnPlan__item.--standard {
  background: #b6cff3;
}

.incEnPlan__item.--professional {
  background: #0046af;
}

.incEnPlan__item.--consulting {
  background: #00235d;
}

.incEnPlan__item__inner {
  padding: 40px;
  margin-top: 12px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  border-image-slice: 1;
}

@media (max-width: 767px) {
  .incEnPlan__item__inner {
    padding: 24px;
  }
}
.incEnPlan__name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnPlan__name {
    font-size: 20px;
  }
}
.incEnPlan__explain {
  min-height: 4.8em;
  padding-inline: 16px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .incEnPlan__explain {
    min-height: auto;
    margin-top: 16px;
    font-size: 13px;
  }
}
.incEnPlan__function {
  margin-top: 24px;
}

.incEnPlan__function__title {
  padding-left: 8px;
  font-size: 16px;
  font-weight: 700;
  border-left: solid 3px #00235d;
}

@media (max-width: 767px) {
  .incEnPlan__function__title {
    width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.incEnPlan__function__item {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #c6c6c6;
}

.incEnPlan__function__item::before {
  display: block;
  width: 15px;
  height: 10px;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.incEnPlan__function__item.--active {
  color: #00235d;
}

.incEnPlan__function__item.--active::before {
  background-image: url("../images/v2/inc/plan/icon_check.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.incEnPlan__more {
  margin-top: 64px;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnPlan__more {
    padding-inline: 40px;
  }
}
.incEnSolution {
  overflow: hidden;
  color: #fff;
  background-image: url("../images/v2/inc/enSolution/bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .incEnSolution {
    background-color: #0652c3;
    background-position: top;
    background-size: 169%;
  }
}
.incEnSolution__inner {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .incEnSolution__inner {
    padding: 80px 0;
  }
}
.incEnSolution__title {
  max-width: 1200px;
  margin-inline: auto;
  font-size: 54px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .incEnSolution__title {
    margin: 0 20px;
    font-size: 28px;
  }
}
.incEnSolution__subtitle {
  display: block;
  margin-top: 16px;
  font-size: 34px;
}

@media (max-width: 767px) {
  .incEnSolution__subtitle {
    font-size: 18px;
  }
}
.incEnSolution__contents {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .incEnSolution__contents {
    gap: 0;
  }
}
.incEnSolution__textbox {
  width: 600px;
}

@media (max-width: 767px) {
  .incEnSolution__textbox {
    width: 100%;
    margin: 0 20px;
  }
}
.incEnSolution__textbox__text {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .incEnSolution__textbox__text {
    font-size: 14px;
  }
}
.incEnSolution__graph {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incEnSolution__graph {
    order: 2;
    margin: 24px 20px 0;
  }
}
@media (max-width: 767px) {
  .incEnSolution__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .incEnSolution__explain {
    order: 1;
    margin: -24px 20px 0;
  }
}
.incEnSolution__movie__large {
  position: absolute;
  right: -120px;
  bottom: 40px;
  z-index: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.incEnSolution__movie__small {
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 10px 54px 54px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .incEnSolution__movie__small {
    width: 100%;
    height: auto;
  }
}
.incEnSolution__movie__mobile {
  width: 100%;
  margin-top: 32px;
}

.incEnSolution__movie__mobile__item {
  width: 100%;
}

.incEnSolution .js-inViewAddClassTarget.--isActive {
  animation: fadeInAnime 0.8s forwards ease-in-out;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.incEnSupport {
  padding: 80px 0;
  color: #fff;
  text-align: center;
  background: #011436;
}

@media (max-width: 767px) {
  .incEnSupport {
    padding: 40px 20px;
  }
}
.incEnSupport__title {
  font-size: 54px;
}

@media (max-width: 767px) {
  .incEnSupport__title {
    font-size: 34px;
  }
}
.incEnSupport__text {
  width: 880px;
  margin: 40px auto 0;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .incEnSupport__text {
    width: 100%;
    margin-top: 32px;
    font-size: 14px;
  }
}
.incEnSupport__image {
  margin-top: 40px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incEnSupport__image {
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
}
.incEnProblem__inner {
  position: relative;
  padding: 80px 0;
  color: #fff;
}

@media (max-width: 767px) {
  .incEnProblem__inner {
    padding: 80px 20px;
  }
}
.incEnProblem__title {
  font-size: 54px;
  text-align: center;
}

@media (max-width: 767px) {
  .incEnProblem__title {
    font-size: 28px;
  }
}
.incEnProblem__title__sub {
  display: block;
  font-size: 24px;
}

@media (max-width: 767px) {
  .incEnProblem__title__sub {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.incEnProblem__list {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 64px;
}

@media (max-width: 767px) {
  .incEnProblem__list {
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
  }
}
.incEnProblem__item {
  padding: 16px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incEnProblem__item {
    padding: 12px;
  }
}
.incEnProblem__item__image {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .incEnProblem__item__image {
    width: 100%;
    height: 100%;
  }
}
.incEnProblem__item__title {
  min-height: 60px;
  margin-top: 24px;
  font-size: 24px;
}

@media (max-width: 767px) {
  .incEnProblem__item__title {
    margin-top: 12px;
    text-align: left;
  }
}
.incEnProblem__item__text {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 767px) {
  .incEnProblem__item__text {
    margin-top: 12px;
    font-size: 14px;
  }
}
.incEnProblem__movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.incEnProblem__movie::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(16, 57, 75, 0.5);
}

.incEnProblem__movie .incEnProblem__movie__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.incExplainList__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  background-color: rgba(7, 102, 244, 0.06);
}

@media (max-width: 767px) {
  .incExplainList__item {
    flex-wrap: wrap;
  }
}
.incExplainList__item__countBox {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 10%;
  max-width: 68px;
  color: #fff;
  text-align: center;
  background: #00235d;
}

@media (max-width: 767px) {
  .incExplainList__item__countBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
}
.incExplainList__item__step {
  display: block;
  padding: 18px 16px 0;
  margin-bottom: -15px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .incExplainList__item__step {
    padding: 12px 16px 0;
    margin-bottom: -20px;
    font-size: 12px;
  }
}
.incExplainList__item__countNumber {
  padding: 16px 20px 16px 16px;
  font-size: 26px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .incExplainList__item__countNumber {
    padding: 16px 0 8px;
    font-size: 28px;
  }
}
.incExplainList__item__itemExplain {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 90%;
}

@media (max-width: 767px) {
  .incExplainList__item__itemExplain {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .incExplainList__item__image {
    margin-left: 20px;
  }
}
.incExplainList__item__description {
  display: flex;
  align-items: center;
  width: 100%;
  color: #00235d;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .incExplainList__item__description {
    display: block;
    padding: 20px;
  }
}
.incExplainList__item__title {
  flex-shrink: 0;
  width: 100%;
  max-width: 190px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incExplainList__item__title {
    max-width: 100%;
    margin-left: 0;
  }
}
.incExplainList__item__text {
  min-width: 325px;
  padding: 12px 40px;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 767px) {
  .incExplainList__item__text {
    min-width: auto;
    padding: 0;
    margin-top: 10px;
  }
}
.incExplainList.--MM .incExplainList__item {
  background-color: rgba(13, 178, 40, 0.06);
}

.incExplainSection {
  max-width: 1200px;
  padding-bottom: 80px;
  margin-inline: auto;
}

.incExplainSection__inner {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .incExplainSection__inner {
    flex-direction: column-reverse;
    gap: 24px;
    margin-inline: 20px;
  }
}
.incExplainSection__imagebox,
.incExplainSection__textbox {
  width: calc((100% - 64px) / 2);
}

@media (max-width: 767px) {
  .incExplainSection__imagebox,
  .incExplainSection__textbox {
    width: 100%;
  }
}
.incExplainSection__imagebox__item,
.incExplainSection__textbox__item {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .incExplainSection__imagebox__item,
  .incExplainSection__textbox__item {
    margin-top: 24px;
  }
}
.incExplainSection__enTitle {
  margin-bottom: -16px;
  font-size: 14px;
  color: #cf00da;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incExplainSection__enTitle {
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
  }
}
.incExplainSection__title {
  margin-top: 24px;
  font-size: 28px;
  line-height: 1.4;
  color: #b800c1;
}

@media (max-width: 767px) {
  .incExplainSection__title {
    font-size: 18px;
    text-align: center;
  }
}
.incExplainSection__text {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.8;
  color: #001266;
}

@media (max-width: 767px) {
  .incExplainSection__text {
    margin-top: 0;
  }
}
.incExplainSection__text__link {
  display: block;
  margin-top: 40px;
  text-align: right;
}

@media (max-width: 767px) {
  .incExplainSection__text__link {
    max-width: 100%;
    margin-top: 32px;
  }
}
.incExplainSection__text__note {
  font-size: 12px;
  line-height: 2;
}

@media (max-width: 767px) {
  .incExplainSection__text__note {
    font-size: 10px;
  }
}
.incFAQ {
  display: flex;
  gap: 80px;
  max-width: 1200px;
  padding: 80px 0;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .incFAQ {
    display: block;
    padding: 0 20px;
    margin-bottom: 64px;
  }
}
.incFAQ__title {
  font-size: 20px;
}

@media (max-width: 767px) {
  .incFAQ__title {
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
  }
}
.incFAQ__content {
  flex: 1;
}

@media (max-width: 767px) {
  .incFAQ__content {
    width: 100%;
    margin-top: 40px;
  }
}
.incFAQ__item {
  border-top: solid 1px #c6c6c6;
}

.incFAQ__item:last-child {
  border-bottom: solid 1px #c6c6c6;
}

.incFAQ__item__question {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.incFAQ__item__question::after,
.incFAQ__item__question::before {
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  width: 20px;
  height: 2px;
  content: "";
  background-color: #00235d;
  transition: opacity 0.2s;
  transform: translateY(-50%);
}

.incFAQ__item__question::after {
  transition: transform 0.2s;
  transform: translateY(-50%) rotate(90deg);
}

.incFAQ__item__question.--show::before {
  opacity: 0;
}

.incFAQ__item__question.--show::after {
  transform: translateY(-50%) rotate(180deg);
}

.incFAQ__item__question__button {
  display: flex;
  width: 100%;
  padding: 24px 0;
  font-weight: 700;
  color: #00235d;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.incFAQ__item__question__button::before {
  margin-right: 1em;
  content: "Q.";
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

.incFAQ__item__question__txt {
  padding-right: 64px;
}

.incFAQ__item__question.--show::before {
  opacity: 0;
}

.incFAQ__item__question.--show::after {
  transform: translateY(-50%) rotate(180deg);
}

.incFAQ__item__answer {
  display: none;
  padding-bottom: 24px;
  margin-left: 33.6px;
  font-size: 14px;
  line-height: 1.8;
}

.incFilterTag {
  display: flex;
  gap: 32px;
  padding: 32px;
  margin-bottom: 32px;
  background-color: rgba(7, 102, 244, 0.06);
  border-radius: 4px;
}

@media (max-width: 767px) {
  .incFilterTag {
    gap: 16px;
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .incFilterTag.--row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .incFilterTag.--row {
    flex-direction: column;
  }
}
.incFilterTag.--column {
  flex-direction: column;
}

.incFilterTag__head__title {
  font-size: 18px;
  font-weight: 700;
}

.incFilterTag__head__reset {
  margin-top: 12px;
}

.incFilterTag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.incFilterTag__item__link {
  display: block;
  padding: 8px;
  color: #00235d;
  text-decoration: none;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  transition: all 0.3s;
}

.incFilterTag__item__link:hover {
  color: #cf00da;
  border-color: #cf00da;
  opacity: 1;
}

.incFilterTag__item__link.--active {
  color: #fff;
  background: #00235d;
  border-color: #00235d;
}

.incFirstView {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .incFirstView {
    display: block;
    height: auto;
    padding-top: 32px;
  }
}
.incFirstView__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .incFirstView__wrap {
    margin: 4em auto 2em;
  }
}

.incFirstView__wrap__content {
  position: absolute;
  bottom: 5em;
  left: 5em;
  z-index: 1;
  width: 70em;
}
@media (max-width: 767px) {
  .incFirstView__wrap__content {
    bottom: unset;
    left: unset;
    width: 100%;
    margin-top: 0;
    position: relative;
    transform: unset;
  }
}

.incFirstView__wrap__catchItem {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .incFirstView__wrap__catchItem {
    bottom: 110px;
    width: 100%;
  }
}
.incFirstView__wrap__catchItem__tent {
  animation: fadein 1.5s;
}

@media (max-width: 767px) {
  .incFirstView__wrap__catchItem__tent {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .incFirstView__spButton {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 1em 1.5em;
    text-align: center;
    background: #fff;
  }
}
.incFirstView__title {
  position: absolute;
  left: 50%;
  z-index: 1;
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  justify-content: center;
  padding: 8em 64px 0;
  text-align: center;
  transform: translateX(-50%);
}
.incFirstView__title._jp {
  flex-direction: column;
  align-items: start;
  gap: 0.5em;
  padding: 0;
  font-family: serif;
  translate: 0 12.5vh;
}
@media screen and (max-width: 767px) {
  .incFirstView__title {
    top: 80px;
    opacity: 0.1;
  }
  .incFirstView__title._jp {
    opacity: 1;
    flex-direction: row;
    gap: 5vw;
    position: relative;
    translate: 0 -1.5em;
  }
  .incFirstView__title._jp .incFirstView__title__titleText {
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .incFirstView__title {
    z-index: 2;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0;
  }
}
.incFirstView__title__titleImage {
  width: 100%;
}

@media (max-width: 767px) {
  .incFirstView__title__titleImage {
    display: none;
  }
}
.incFirstView__title__titleText {
  font-family: "Impact", "Montserrat", sans-serif;
  font-size: clamp(55px, 9.0909090909vw, 148px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.0588235294);
  letter-spacing: 0.05em;
  white-space: nowrap;
  opacity: 0;
  animation: fadeintext 2.2s 2.2s forwards;
}

.incFirstView__title._jp .incFirstView__title__titleText {
  font-size: clamp(55px, 9.0909090909vw, 148px);
  color: #fff;
  font-family: serif;
}

@media (max-width: 767px) {
  .incFirstView__title__titleText {
    top: 0;
    left: 50%;
    -moz-column-gap: 0;
         column-gap: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
.incFirstView__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  opacity: 0;
  animation: fadeinimage 1s 1s forwards;
}
@media (max-width: 767px) {
  .incFirstView__image {
    position: relative;
  }
}

.incFirstView__textContent {
  position: relative;
  width: 100%;
  height: 11em;
  overflow: hidden;
  opacity: 0;
  animation: fadeintext 1s 1s forwards;
}

.incFirstView__textContent__catch {
  position: absolute;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: left;
  letter-spacing: 0.04em;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-100%);
}

.incFirstView__textContent__catch.active {
  opacity: 1;
  transform: translateX(0);
}

.incFirstView__textContent__catch.out {
  opacity: 0;
  transform: translateX(100%);
}

@media (max-width: 767px) {
  .incFirstView__textContent__catch {
    padding-inline: 25px;
    font-size: 16px;
    text-align: center;
  }
}
.incFirstView__textContent__search {
  padding: 1px 10px 3px;
  margin-inline: 8px;
  border: 2px solid #fff;
}

.incFirstView__button {
  position: relative;
  z-index: 2;
  max-width: 350px;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .incFirstView__button {
    order: 3;
    max-width: none;
    margin: initial;
  }
}
.incFirstView__awardItem {
  position: absolute;
  bottom: 10px;
  left: calc(50% + 300px);
  width: clamp(280px, 25vw, 500px);
}

.incFirstView__awardItem__image {
  width: 100%;
  margin-left: 40px;
}

.incFirstView__awardItem__text {
  font-size: 10px;
  font-weight: 700;
  color: transparent;
  text-align: left;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, #d3b959 0, #ac9128 100%);
  -webkit-background-clip: text;
          background-clip: text;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeinimage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: opacity 1s ease-in;
  }
}
@keyframes fadeintext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: opacity 2.2s ease-in;
  }
}
.incFirstViewForm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  padding-top: 120px;
  margin-inline: auto;
  margin-bottom: 8px;
}

@keyframes incFirstViewFormFadeInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes incFirstViewFormFadeInFromBottomLeft {
  0% {
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.incFirstViewForm::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 70px;
  content: "";
  background-color: #fff;
}

.incFirstViewForm__main {
  width: 50%;
  min-width: 600px;
  max-width: 1000px;
  padding-inline: 16px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .incFirstViewForm__main {
    width: 100%;
    min-width: auto;
    padding: 0;
  }
}
.incFirstViewForm__titlebox {
  margin-top: 40px;
  text-align: center;
}

.incFirstViewForm__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.incFirstViewForm__title__main,
.incFirstViewForm__title__sub {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.incFirstViewForm__title__main__char,
.incFirstViewForm__title__sub__char {
  font-weight: 700;
  letter-spacing: 0.04em;
  transform: translateY(2em);
  animation: textAnimation 1s forwards;
}

.incFirstViewForm__title__sub__char {
  font-size: 24px;
  line-height: 1.6;
}

.incFirstViewForm__title__sub__char:first-child {
  animation-delay: 0.23s;
}

.incFirstViewForm__title__sub__char:nth-child(2) {
  animation-delay: 0.26s;
}

.incFirstViewForm__title__sub__char:nth-child(3) {
  animation-delay: 0.29s;
}

.incFirstViewForm__title__sub__char:nth-child(4) {
  animation-delay: 0.32s;
}

.incFirstViewForm__title__sub__char:nth-child(5) {
  animation-delay: 0.35s;
}

.incFirstViewForm__title__sub__char:nth-child(6) {
  animation-delay: 0.38s;
}

.incFirstViewForm__title__sub__char:nth-child(7) {
  animation-delay: 0.41s;
}

.incFirstViewForm__title__sub__char:nth-child(8) {
  animation-delay: 0.44s;
}

.incFirstViewForm__title__sub__char:nth-child(9) {
  animation-delay: 0.47s;
}

.incFirstViewForm__title__sub__char:nth-child(10) {
  animation-delay: 0.5s;
}

.incFirstViewForm__title__sub__char:nth-child(11) {
  animation-delay: 0.53s;
}

.incFirstViewForm__title__sub__char:nth-child(12) {
  animation-delay: 0.56s;
}

.incFirstViewForm__title__sub__char:nth-child(13) {
  animation-delay: 0.59s;
}

.incFirstViewForm__title__sub__char:nth-child(14) {
  animation-delay: 0.62s;
}

.incFirstViewForm__title__sub__char:nth-child(15) {
  animation-delay: 0.65s;
}

.incFirstViewForm__title__sub__char:nth-child(16) {
  animation-delay: 0.68s;
}

.incFirstViewForm__title__sub__char:nth-child(17) {
  animation-delay: 0.71s;
}

.incFirstViewForm__title__sub__char:nth-child(18) {
  animation-delay: 0.74s;
}

.incFirstViewForm__title__sub__char:nth-child(19) {
  animation-delay: 0.77s;
}

.incFirstViewForm__title__sub__char:nth-child(20) {
  animation-delay: 0.8s;
}

.incFirstViewForm__title__sub__char:nth-child(21) {
  animation-delay: 0.83s;
}

.incFirstViewForm__title__sub__char:nth-child(22) {
  animation-delay: 0.86s;
}

@media (max-width: 767px) {
  .incFirstViewForm__title__sub__char {
    font-size: min(18px, (100vw - 80px) / 22);
    line-height: 1;
  }
}
.incFirstViewForm__title__main__char {
  font-size: 38px;
  line-height: 1.2;
}

.incFirstViewForm__title__main__char:first-child {
  background: linear-gradient(90deg, #065de0 -1.94%, #055fdc 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(2) {
  background: linear-gradient(90deg, #055fdc -1.94%, #0551d8 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(3) {
  background: linear-gradient(90deg, #0551d8 -1.94%, #0543d4 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(4) {
  background: linear-gradient(90deg, #0543d4 -1.94%, #0535d0 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(5) {
  background: linear-gradient(90deg, #0535d0 -1.94%, #0527cc 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(6) {
  background: linear-gradient(90deg, #0527cc -1.94%, #0519c8 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(7) {
  background: linear-gradient(90deg, #0519c8 -1.94%, #050bc4 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(8) {
  background: linear-gradient(90deg, #050bc4 -1.94%, #040dc0 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(9) {
  background: linear-gradient(90deg, #040dc0 -1.94%, #040fbc 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(10) {
  background: linear-gradient(90deg, #040fbc -1.94%, #0311b8 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(11) {
  background: linear-gradient(90deg, #0311b8 -1.94%, #0313b4 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(12) {
  background: linear-gradient(90deg, #0313b4 -1.94%, #0215b0 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(13) {
  background: linear-gradient(90deg, #0215b0 -1.94%, #0217ac 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(14) {
  background: linear-gradient(90deg, #0217ac -1.94%, #0119a8 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(15) {
  background: linear-gradient(90deg, #0119a8 -1.94%, #011ba4 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(16) {
  background: linear-gradient(90deg, #011ba4 -1.94%, #011da0 98.77%);
}

.incFirstViewForm__title__main__char:nth-child(17) {
  background: linear-gradient(90deg, #011da0 -1.94%, #012a6e 98.77%);
}

@media (max-width: 767px) {
  .incFirstViewForm__title__main__char {
    font-size: min(34px, (100vw - 60px) / 16);
    line-height: 1.8;
  }
}
.incFirstViewForm__title__main__char:first-child {
  animation-delay: 0.73s;
}

.incFirstViewForm__title__main__char:nth-child(2) {
  animation-delay: 0.76s;
}

.incFirstViewForm__title__main__char:nth-child(3) {
  animation-delay: 0.79s;
}

.incFirstViewForm__title__main__char:nth-child(4) {
  animation-delay: 0.82s;
}

.incFirstViewForm__title__main__char:nth-child(5) {
  animation-delay: 0.85s;
}

.incFirstViewForm__title__main__char:nth-child(6) {
  animation-delay: 0.88s;
}

.incFirstViewForm__title__main__char:nth-child(7) {
  animation-delay: 0.91s;
}

.incFirstViewForm__title__main__char:nth-child(8) {
  animation-delay: 0.94s;
}

.incFirstViewForm__title__main__char:nth-child(9) {
  animation-delay: 0.97s;
}

.incFirstViewForm__title__main__char:nth-child(10) {
  animation-delay: 1s;
}

.incFirstViewForm__title__main__char:nth-child(11) {
  animation-delay: 1.03s;
}

.incFirstViewForm__title__main__char:nth-child(12) {
  animation-delay: 1.06s;
}

.incFirstViewForm__title__main__char:nth-child(13) {
  animation-delay: 1.09s;
}

.incFirstViewForm__title__main__char:nth-child(14) {
  animation-delay: 1.12s;
}

.incFirstViewForm__title__main__char:nth-child(15) {
  animation-delay: 1.15s;
}

.incFirstViewForm__title__main__char:nth-child(16) {
  animation-delay: 1.18s;
}

.incFirstViewForm__title__main__char:nth-child(17) {
  animation-delay: 1.21s;
}

.incFirstViewForm__contents {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}

.incFirstViewForm__contents::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 502px;
  height: 540px;
  content: "";
  opacity: 0;
  animation: incFirstViewFormFadeInFromBottomLeft 0.8s ease forwards;
}

@media (max-width: 767px) {
  .incFirstViewForm__contents::before {
    top: 0;
    right: 0;
    width: 472px;
    height: 354px;
    background-size: 100%;
  }
}
.incFirstViewForm__contents img {
  width: 100%;
  height: auto;
}

.incFirstViewForm__contents__image {
  padding-top: 40px;
  opacity: 0;
  animation: incFirstViewFormFadeInFromBottom 0.8s ease forwards;
}

@media (max-width: 767px) {
  .incFirstViewForm__contents__image {
    width: 100%;
    padding: 32px 20px 0;
  }
}
.incFirstViewForm__note {
  margin-top: 16px;
  font-size: 14px;
  color: #fa823e;
  text-align: center;
}

.incFirstViewForm__downloadForm {
  position: relative;
  flex-grow: 1;
  width: 36%;
  min-width: 300px;
  max-width: 500px;
  margin: 40px 3% 16px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 18px rgba(41, 64, 168, 0.2);
}

@media (max-width: 767px) {
  .incFirstViewForm__downloadForm {
    margin-top: 12px;
  }
}
.incFirstViewForm__downloadForm__title {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #cf00da;
}

.incFirstViewForm__downloadForm__inner {
  padding: 40px 32px 40px;
  overflow: scroll;
}

@media (max-width: 767px) {
  .incFirstViewForm__downloadForm__inner {
    padding: 32px 24px 24px;
  }
}
.incFirstViewForm__downloadForm__inner iframe {
  height: 100%;
}

@media (max-width: 767px) {
  .incFirstViewForm.--MM {
    padding-top: 80px;
  }
}
.incFirstViewForm.--MM .incFirstViewForm__title__sub__char {
  font-size: 32px;
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:first-child {
  background: linear-gradient(90deg, #0db228 0, #0caf26 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:nth-child(2) {
  background: linear-gradient(90deg, #0caf26 0, #0ba622 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:nth-child(3) {
  background: linear-gradient(90deg, #0ba622 0, #0a9d1e 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:nth-child(4) {
  background: linear-gradient(90deg, #0a9d1e 0, #09941a 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:nth-child(5) {
  background: linear-gradient(90deg, #09941a 0, #088b16 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:nth-child(6) {
  background: linear-gradient(90deg, #088b16 0, #078212 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:nth-child(7) {
  background: linear-gradient(90deg, #078212 0, #06790e 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:nth-child(8) {
  background: linear-gradient(90deg, #06790e 0, #05700a 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:nth-child(9) {
  background: linear-gradient(90deg, #05700a 0, #046706 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:nth-child(10) {
  background: linear-gradient(90deg, #046706 0, #035e02 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:nth-child(11) {
  background: linear-gradient(90deg, #035e02 0, #025500 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__sub__char:nth-child(12) {
  background: linear-gradient(90deg, #025500 0, #11751a 100%);
}

@media (max-width: 767px) {
  .incFirstViewForm.--MM .incFirstViewForm__title__sub__char {
    font-size: calc((100vw - 80px) / 12);
  }
}
.incFirstViewForm.--MM .incFirstViewForm__title__main__char {
  font-size: 44px;
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:first-child {
  background: linear-gradient(90deg, #0db228 0, #0caf26 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:nth-child(2) {
  background: linear-gradient(90deg, #0caf26 0, #0ba622 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:nth-child(3) {
  background: linear-gradient(90deg, #0ba622 0, #0a9d1e 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:nth-child(4) {
  background: linear-gradient(90deg, #0a9d1e 0, #09941a 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:nth-child(5) {
  background: linear-gradient(90deg, #09941a 0, #088b16 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:nth-child(6) {
  background: linear-gradient(90deg, #088b16 0, #078212 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:nth-child(7) {
  background: linear-gradient(90deg, #078212 0, #06790e 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:nth-child(8) {
  background: linear-gradient(90deg, #06790e 0, #05700a 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:nth-child(9) {
  background: linear-gradient(90deg, #05700a 0, #046706 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:nth-child(10) {
  background: linear-gradient(90deg, #046706 0, #035e02 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:nth-child(11) {
  background: linear-gradient(90deg, #035e02 0, #025500 100%);
}

.incFirstViewForm.--MM .incFirstViewForm__title__main__char:nth-child(12) {
  background: linear-gradient(90deg, #025500 0, #11751a 100%);
}

@media (max-width: 767px) {
  .incFirstViewForm.--MM .incFirstViewForm__title__main__char {
    font-size: calc((100vw - 80px) / 11);
  }
}
.incFirstViewForm.--MM .incFirstViewForm__contents::before {
  background: url("../images/v2/inc/firstviewForm/fv-arrow-MM.svg") no-repeat;
}

@media (max-width: 767px) {
  .incFirstViewForm.--MM .incFirstViewForm__contents::before {
    background-image: url("../images/v2/inc/firstviewForm/fv-arrow-MM-sp.svg");
  }
}
@media (min-width: 768px) {
  .incFirstViewForm.--MM .incFirstViewForm__contents__image {
    margin-left: 8px;
  }
}
.incFirstViewForm.--MM .incFirstViewForm__downloadForm {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .incFirstViewForm.--MM .incFirstViewForm__downloadForm {
    margin-top: 12px;
  }
}
.incFirstViewForm.--MM .incFirstViewForm__downloadForm__title {
  background: #0db228;
}

.incFirstViewForm.--MM.--MM .incFirstViewForm__title__sub__char {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .incFirstViewForm.--RM {
    padding-top: 80px;
  }
}
.incFirstViewForm.--RM .incFirstViewForm__title__sub__char {
  font-size: 28px;
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:first-child {
  background: linear-gradient(45deg, #ff985e 0, #ff8e5a 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(2) {
  background: linear-gradient(45deg, #ff8e5a 0, #ff8456 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(3) {
  background: linear-gradient(45deg, #ff8456 0, #fa7a52 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(4) {
  background: linear-gradient(45deg, #fa7a52 0, #f9704e 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(5) {
  background: linear-gradient(45deg, #f9704e 0, #f9664a 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(6) {
  background: linear-gradient(45deg, #f9664a 0, #f85c46 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(7) {
  background: linear-gradient(45deg, #f85c46 0, #f75242 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(8) {
  background: linear-gradient(45deg, #f75242 0, #f6483e 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(9) {
  background: linear-gradient(45deg, #f6483e 0, #f53e3a 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(10) {
  background: linear-gradient(45deg, #f53e3a 0, #f43436 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(11) {
  background: linear-gradient(45deg, #f43436 0, #f32a32 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(12) {
  background: linear-gradient(45deg, #f32a32 0, #f2202e 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__sub__char:nth-child(13) {
  background: linear-gradient(45deg, #f2202e 0, #ea4e18 100%);
}

@media (max-width: 767px) {
  .incFirstViewForm.--RM .incFirstViewForm__title__sub__char {
    font-size: calc((100vw - 80px) / 13);
  }
}
.incFirstViewForm.--RM .incFirstViewForm__title__main__char:first-child {
  background: linear-gradient(45deg, #ff985e 0, #ff8e5a 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(2) {
  background: linear-gradient(45deg, #ff8e5a 0, #ff8456 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(3) {
  background: linear-gradient(45deg, #ff8456 0, #fa7a52 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(4) {
  background: linear-gradient(45deg, #fa7a52 0, #f9704e 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(5) {
  background: linear-gradient(45deg, #f9704e 0, #f9664a 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(6) {
  background: linear-gradient(45deg, #f9664a 0, #f85c46 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(7) {
  background: linear-gradient(45deg, #f85c46 0, #f75242 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(8) {
  background: linear-gradient(45deg, #f75242 0, #f6483e 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(9) {
  background: linear-gradient(45deg, #f6483e 0, #f53e3a 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(10) {
  background: linear-gradient(45deg, #f53e3a 0, #f43436 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(11) {
  background: linear-gradient(45deg, #f43436 0, #f32a32 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(12) {
  background: linear-gradient(45deg, #f32a32 0, #f2202e 100%);
}

.incFirstViewForm.--RM .incFirstViewForm__title__main__char:nth-child(13) {
  background: linear-gradient(45deg, #f2202e 0, #ea4e18 100%);
}

@media (max-width: 767px) {
  .incFirstViewForm.--RM .incFirstViewForm__title__main__char {
    font-size: calc((100vw - 80px) / 13);
  }
}
.incFirstViewForm.--RM .incFirstViewForm__contents::before {
  background: url("../images/v2/inc/firstviewForm/fv-arrow-RM.svg") no-repeat;
}

@media (max-width: 767px) {
  .incFirstViewForm.--RM .incFirstViewForm__contents::before {
    background-image: url("../images/v2/inc/firstviewForm/fv-arrow-RM-sp.svg");
  }
}
.incFirstViewForm.--RM .incFirstViewForm__downloadForm__title {
  background: #fa823e;
}

.incFirstViewForm.--RM.--RM .incFirstViewForm__title__sub__char {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.incFirstViewForm .incFirstViewForm__title__main__char.incFirstViewForm__title__main__char.incFirstViewForm__title__main__char {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.incFirstViewFormCm {
  position: relative;
}

.incFirstViewFormCm__header {
  display: flex;
  gap: 24px;
  align-items: center;
  max-width: 1200px;
  padding: 16px 504px 16px 16px;
  margin-inline: auto;
  background-color: #fff;
}

@media (max-width: 767px) {
  .incFirstViewFormCm__header {
    justify-content: space-between;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .incFirstViewFormCm__header__logo__img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
.incFirstViewFormCm__header__btn {
  flex-shrink: 0;
}

.incFirstViewFormCm__main {
  min-height: 600px;
  background-image: url("../images/v2/inc/firstviewFormCm/fv-cm-bg.webp");
  background-position: center bottom;
  background-size: cover;
}

@media (max-width: 767px) {
  .incFirstViewFormCm__main {
    background: 0 0;
  }
}
.incFirstViewFormCm__main__inner {
  position: relative;
  max-width: 1200px;
  min-height: 600px;
  margin-inline: auto;
}

.incFirstViewFormCm__content {
  padding: 16px;
}

@media (max-width: 767px) {
  .incFirstViewFormCm__content {
    padding-bottom: 32px;
    background-image: url("../images/v2/inc/firstviewFormCm/fv-cm-bg.webp");
    background-position: center bottom;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .incFirstViewFormCm__person {
    text-align: center;
  }
}
.incFirstViewFormCm__person__img {
  position: absolute;
  bottom: 0;
  left: clamp(220px, 19vw, 320px);
  width: 600px;
  height: auto;
}

@media (max-width: 767px) {
  .incFirstViewFormCm__person__img {
    position: static;
    width: 100%;
    max-width: 500px;
    margin-top: -16px;
  }
}
.incFirstViewFormCm__title {
  position: relative;
  padding-top: 64px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .incFirstViewFormCm__title {
    padding-top: 16px;
  }
}
.incFirstViewFormCm__title__main {
  font-size: clamp(44px, 3.6vw, 54px);
  line-height: 1.2;
}

@media (max-width: 767px) {
  .incFirstViewFormCm__title__main {
    font-size: 34px;
  }
}
.incFirstViewFormCm__title__sub {
  margin-top: 16px;
  font-size: clamp(24px, 1.8vw, 26px);
  line-height: 1.4;
}

@media (max-width: 767px) {
  .incFirstViewFormCm__title__sub {
    font-size: 18px;
  }
}
.incFirstViewFormCm__award {
  position: relative;
  z-index: 10;
  width: clamp(340px, 30vw, 400px);
  margin-top: 80px;
}

@media (max-width: 767px) {
  .incFirstViewFormCm__award {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 140px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .incFirstViewFormCm__award.--lp102 {
    display: none;
  }
}
.incFirstViewFormCm__award__img {
  width: 100%;
  height: auto;
}

.incFirstViewFormCm__downloadForm {
  position: absolute;
  top: -72px;
  left: 50%;
  width: 440px;
  margin: 16px 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 18px rgba(41, 64, 168, 0.2);
  transform: translateX(clamp(120px, 12.5vw, 240px));
}

@media (max-width: 767px) {
  .incFirstViewFormCm__downloadForm {
    position: static;
    width: calc(100% - 32px);
    margin: -32px 16px 0;
    transform: none;
  }
}
.incFirstViewFormCm__downloadForm__title {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #cf00da;
}

.incFirstViewFormCm__downloadForm__inner {
  max-height: 640px;
  padding: 32px 32px 40px;
  overflow: scroll;
}

@media (max-width: 767px) {
  .incFirstViewFormCm__downloadForm__inner {
    padding: 32px 24px v2-space-40px;
  }
}
.incFirstViewFormCm__downloadForm__inner iframe {
  height: 100%;
}

.incFirstViewLink {
  background: linear-gradient(90deg, #002564 0, #003386 48%, #002564 100%);
}

.incFirstViewLink__list {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .incFirstViewLink__list {
    gap: 0;
    padding: 4px 0;
  }
}
.incFirstViewLink__item {
  position: relative;
}

@media (max-width: 767px) {
  .incFirstViewLink__item {
    flex-basis: 33.3333333333%;
  }
}
.incFirstViewLink__item:not(:last-child)::after {
  position: absolute;
  top: 8px;
  right: -40px;
  bottom: 8px;
  display: inline-block;
  width: 2px;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .incFirstViewLink__item:not(:last-child)::after {
    top: 8px;
    right: 0;
    bottom: 8px;
  }
}
.incFirstViewLink__link {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .incFirstViewLink__link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    font-size: 12px;
    text-align: center;
  }
}
.incFirstViewLink__link::after {
  display: inline-block;
  width: 18px;
  height: 12px;
  content: "";
  background-image: url("../images/v2/inc/firstviewLink/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .incFirstViewLink__link::after {
    content: none;
  }
}
.incFirstViewLink__link__icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

.incFirstViewBolt {
  margin-top: 155px;
}

@media (max-width: 767px) {
  .incFirstViewBolt {
    display: block;
    margin-top: 80px;
  }
}
.incFirstViewBolt__wrap {
  overflow: hidden;
}

@media (max-width: 767px) {
  .incFirstViewBolt__wrap {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .incFirstViewBolt__serviceImage {
    width: 100%;
    height: auto;
  }
}
.incFirstViewBolt__titlebox {
  text-align: center;
}

@media (max-width: 767px) {
  .incFirstViewBolt__titlebox {
    order: 2;
  }
}
.incFirstViewBolt__title {
  display: flex;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .incFirstViewBolt__title {
    flex-wrap: wrap;
  }
}
.incFirstViewBolt__subBox__top {
  display: flex;
  justify-content: center;
}

.incFirstViewBolt__subBox__top__sub {
  font-size: clamp(24px, 3vh, 30px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transform: translateY(2em);
  animation: textAnimation 1s forwards;
}

.incFirstViewBolt__subBox__top__sub:first-child {
  background: linear-gradient(90deg, #a249f1 -1.94%, #9a47ea 98.77%);
  animation-delay: 0.2s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(2) {
  background: linear-gradient(90deg, #9a47ea -1.94%, #9346e4 98.77%);
  animation-delay: 0.23s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(3) {
  background: linear-gradient(90deg, #9346e4 -1.94%, #8943da 98.77%);
  animation-delay: 0.26s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(4) {
  background: linear-gradient(90deg, #8943da -1.94%, #7e41d1 98.77%);
  animation-delay: 0.29s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(5) {
  background: linear-gradient(90deg, #7e41d1 -1.94%, #773fca 98.77%);
  animation-delay: 0.32s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(6) {
  background: linear-gradient(90deg, #773fca -1.94%, #703dc3 98.77%);
  animation-delay: 0.35s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(7) {
  background: linear-gradient(90deg, #703dc3 -1.94%, #693cbd 98.77%);
  animation-delay: 0.38s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(8) {
  background: linear-gradient(90deg, #693cbd -1.94%, #6039b4 98.77%);
  animation-delay: 0.41s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(9) {
  background: linear-gradient(90deg, #6039b4 -1.94%, #5838ad 98.77%);
  animation-delay: 0.44s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(10) {
  background: linear-gradient(90deg, #5838ad -1.94%, #5036a6 98.77%);
  animation-delay: 0.47s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(11) {
  background: linear-gradient(90deg, #5036a6 -1.94%, #46339d 98.77%);
  animation-delay: 0.5s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(12) {
  background: linear-gradient(90deg, #46339d -1.94%, #3d3195 98.77%);
  animation-delay: 0.53s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(13) {
  background: linear-gradient(90deg, #3d3195 -1.94%, #35308e 98.77%);
  animation-delay: 0.56s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(14) {
  background: linear-gradient(90deg, #35308e -1.94%, #2d2e86 98.77%);
  animation-delay: 0.59s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(15) {
  background: linear-gradient(90deg, #2d2e86 -1.94%, #222b7c 98.77%);
  animation-delay: 0.62s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(16) {
  background: linear-gradient(90deg, #222b7c -1.94%, #1e2a78 98.77%);
  animation-delay: 0.65s;
}

.incFirstViewBolt__subBox__top__sub:nth-child(17) {
  background: linear-gradient(90deg, #1e2a78 -1.94%, #1d2a77 98.77%);
  animation-delay: 0.68s;
}

@media (min-width: 768px) {
  .incFirstViewBolt__subBox__top__sub:first-child {
    animation-delay: 0.2s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(2) {
    animation-delay: 0.23s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(3) {
    animation-delay: 0.26s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(4) {
    animation-delay: 0.29s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(5) {
    animation-delay: 0.32s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(6) {
    animation-delay: 0.35s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(7) {
    animation-delay: 0.38s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(8) {
    animation-delay: 0.41s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(9) {
    animation-delay: 0.44s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(10) {
    animation-delay: 0.47s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(11) {
    animation-delay: 0.5s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(12) {
    animation-delay: 0.53s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(13) {
    animation-delay: 0.56s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(14) {
    animation-delay: 0.59s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(15) {
    animation-delay: 0.62s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(16) {
    animation-delay: 0.65s;
  }
  .incFirstViewBolt__subBox__top__sub:nth-child(17) {
    animation-delay: 0.68s;
  }
}
@media (max-width: 767px) {
  .incFirstViewBolt__subBox__top__sub {
    font-size: 5vw;
    line-height: 1.2;
    transform: translateY(-5em);
  }
}
.incFirstViewBolt__subBox__top__sub.incFirstViewBolt__subBox__top__sub {
  -webkit-background-clip: text;
          background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.incFirstViewBolt__sub {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transform: translateY(2em);
  animation: textAnimation 1s forwards;
}

@media (max-width: 767px) {
  .incFirstViewBolt__sub {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .incFirstViewBolt__sub__spSpace {
    width: 100%;
  }
}
.incFirstViewBolt__mainbox {
  text-align: center;
}

.incFirstViewBolt__main {
  font-size: clamp(40px, 5vh, 50px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  transform: translateY(2em);
  animation: textAnimation 1s forwards;
}

@media (max-width: 767px) {
  .incFirstViewBolt__main {
    font-size: 10.6vw;
    line-height: 1.4;
  }
}
.incFirstViewBolt__main:first-child {
  background: linear-gradient(90deg, #a249f1 -1.94%, #9a47ea 98.77%);
  animation-delay: 0.7s;
}

.incFirstViewBolt__main:nth-child(2) {
  background: linear-gradient(90deg, #9a47ea -1.94%, #9346e4 98.77%);
  animation-delay: 0.73s;
}

.incFirstViewBolt__main:nth-child(3) {
  background: linear-gradient(90deg, #9346e4 -1.94%, #8943da 98.77%);
  animation-delay: 0.76s;
}

.incFirstViewBolt__main:nth-child(4) {
  background: linear-gradient(90deg, #8943da -1.94%, #7e41d1 98.77%);
  animation-delay: 0.79s;
}

.incFirstViewBolt__main:nth-child(5) {
  background: linear-gradient(90deg, #7e41d1 -1.94%, #773fca 98.77%);
  animation-delay: 0.82s;
}

.incFirstViewBolt__main:nth-child(6) {
  background: linear-gradient(90deg, #773fca -1.94%, #703dc3 98.77%);
  animation-delay: 0.85s;
}

.incFirstViewBolt__main:nth-child(7) {
  background: linear-gradient(90deg, #703dc3 -1.94%, #693cbd 98.77%);
  animation-delay: 0.88s;
}

.incFirstViewBolt__main:nth-child(8) {
  background: linear-gradient(90deg, #693cbd -1.94%, #6039b4 98.77%);
  animation-delay: 0.91s;
}

.incFirstViewBolt__main.incFirstViewBolt__main {
  -webkit-background-clip: text;
          background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.incFirstViewBolt__button {
  position: relative;
  z-index: 2;
  margin: auto;
}

@media (max-width: 767px) {
  .incFirstViewBolt__button {
    order: 3;
    max-width: none;
    margin: initial;
  }
}
.incFirstViewBolt__feadein {
  margin-top: clamp(2rem, -2rem + 6vw, 1.5rem);
  text-align: center;
  opacity: 0;
  transform: translateY(9em);
  animation: btnanimation 1s forwards;
  animation-delay: 0.7s;
}

@media (max-width: 767px) {
  .incFirstViewBolt__feadein {
    width: 90%;
    margin: 20px auto 0;
  }
}
.incFirstViewBolt__feadein .incButton__text {
  font-size: 18px;
}

.incFirstViewBolt__contents {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transform-origin: top center;
}

@media (max-width: 767px) {
  .incFirstViewBolt__contents {
    padding: 64px 0;
  }
}
.incFirstViewBolt__contents::before {
  position: absolute;
  top: -200px;
  right: 300px;
  z-index: -1;
  display: block;
  width: 792px;
  height: 900px;
  content: "";
  background: url("../images/v2/inc/firstviewBolt/fv-arrow-bolt.svg") no-repeat;
  opacity: 0;
  animation: fadeInFromBottomLeft 1.5s ease forwards;
}

@media (max-width: 767px) {
  .incFirstViewBolt__contents::before {
    top: -308px;
    right: 280px;
    width: 472px;
    height: 354px;
    background: url("../images/v2/inc/firstviewBolt/fv-arrow-bolt-sp.svg") no-repeat;
    background-size: 100%;
    animation: fadeInFromBottomLeft-sp 1.5s ease forwards;
  }
}
.incFirstViewBolt__contents__img {
  position: relative;
  z-index: 1;
  width: 1340px;
  height: 648px;
  opacity: 0;
  transform: translateY(6em);
  animation: btnanimation 1s forwards;
}

@media (max-width: 767px) {
  .incFirstViewBolt__contents__img {
    width: 100%;
    height: 100%;
    min-height: 184px;
    transform: translateY(6em) scale(1.2);
    animation: btnanimation-sp 1s forwards;
  }
}
.incFirstViewBolt .fadeinLeft,
.incFirstViewBolt .fadeinRight {
  opacity: 0;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@media (min-width: 768px) {
  .incFirstViewBolt .fadeinLeft,
  .incFirstViewBolt .fadeinRight {
    animation-delay: 0.5s;
  }
}
.incFirstViewBolt .fadeinLeft {
  transform: translateX(-50px);
  animation-name: fadeinLeft;
}

@media (max-width: 767px) {
  .incFirstViewBolt .fadeinLeft {
    width: 335px;
    height: auto;
  }
}
.incFirstViewBolt .fadeinRight {
  transform: translateX(50px);
  animation-name: fadeinRight;
}

@media (max-width: 767px) {
  .incFirstViewBolt .fadeinRight {
    width: 405px;
    height: auto;
  }
}
@keyframes fadeinRight {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textAnimation {
  0% {
    transform: translateY(2em);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeinLeft {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInFromBottomLeft {
  0% {
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(484px) translateY(490px);
  }
}
@keyframes fadeInFromBottomLeft-sp {
  0% {
    opacity: 0;
    transform: translateX(60px) translateY(500px);
  }
  100% {
    opacity: 1;
    transform: translateX(240px) translateY(320px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btnanimation {
  0% {
    opacity: 0;
    transform: translateY(6em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes btnanimation-sp {
  0% {
    opacity: 0;
    transform: translateY(6em) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1.2);
  }
}
.incFixedBanner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 16px;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 -5px 21px rgba(0, 0, 0, 0.17);
  opacity: 0;
  transition: 0.5s;
  translate: 0 100%;
}

.incFixedBanner.show {
  opacity: 1;
  translate: 0 0;
}

.incFooter {
  overflow: hidden;
}

.incFooter.--SB .incFooter__top::before {
  background-color: rgba(165, 74, 244, 0.1843137255);
}

.incFooter.--SB .incFooter__left {
  padding-top: 130px;
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .incFooter.--SB .incFooter__left {
    padding-top: 0;
    padding-bottom: 24px;
  }
}
.incFooter.--SB .incFooter__right {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .incFooter.--SB .incFooter__serviceUi {
    width: 105%;
  }
}
.incFooter__top {
  position: relative;
}

.incFooter__top::before {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 351px;
  content: "";
  background-color: rgba(207, 0, 218, 0.1882352941);
}

@media (max-width: 767px) {
  .incFooter__top::before {
    left: 0;
    height: 100%;
  }
}
.incFooter__top__button {
  width: 350px;
  margin: 24px auto 0;
}

@media (max-width: 767px) {
  .incFooter__top__button {
    width: 100%;
    margin: 40px auto 0;
  }
}
.incFooter__top__link {
  display: inline-block;
  margin-top: 24px;
  font-weight: 700;
  color: #fff;
}

.incFooter__flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 100px;
       column-gap: 100px;
  align-items: flex-end;
  justify-content: center;
}

.incFooter__left {
  padding-top: 220px;
  margin-bottom: 64px;
  text-align: center;
}

@media (max-width: 767px) {
  .incFooter__left {
    padding-inline: 20px;
    padding-top: 0;
    margin-top: 64px;
    margin-bottom: 40px;
  }
}
.incFooter__right {
  width: 50%;
}

@media (max-width: 767px) {
  .incFooter__right {
    width: 100%;
  }
}
.incFooter__catch {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .incFooter__catch {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .incFooter__logo {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.incFooter__bottom {
  position: relative;
  z-index: 1;
  padding: 0 4em;
  background: #333;
}

@media (max-width: 767px) {
  .incFooter__bottom {
    padding: 0 2em;
    overflow: hidden;
  }
}
.incFooter__bottom::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 40vw;
  height: 40vw;
  content: "";
  background: url("../images/common/logo_ico.png") no-repeat;
  background-size: 100%;
  opacity: 0.075;
  filter: grayscale(1);
}

@media (max-width: 767px) {
  .incFooter__bottom::after {
    top: auto;
    right: -125px;
    bottom: -50px;
    width: 626px;
    height: 456px;
  }
}
@media (min-width: 768px) {
  .incFooter__bottom:not(:has(.incFooter__contents))::after {
    top: 24px;
    bottom: auto;
  }
}
.incFooter__serviceUi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

@media (max-width: 767px) {
  .incFooter__serviceUi {
    width: 100%;
    height: auto;
  }
}
.incFooter__contents {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

@media (max-width: 767px) {
  .incFooter__contents {
    justify-content: center;
    width: 100%;
  }
}
.incFooter__list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .incFooter__list__box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .incFooter__list__box {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
}
.incFooter__item {
  margin-right: 80px;
}

@media (max-width: 767px) {
  .incFooter__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.incFooter__tit {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 220%;
  color: #fff;
  text-decoration: none;
}

.incFooter__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incFooter__link {
    display: none;
    margin-top: 8px;
    font-size: 13px;
  }
}
.incFooter__link__item {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 2px;
  font-weight: 700;
  color: #b6cff3;
  text-decoration: none;
}

.incFooter__link__item::before {
  display: inline-block;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #b6cff3;
}

@media (max-width: 767px) {
  .incFooter__link__item {
    margin-top: 12px;
  }
}
.incFooter__company {
  width: 1400px;
  margin: auto;
}

@media (max-width: 767px) {
  .incFooter__company {
    width: 100%;
  }
}
.incFooter__companywrap {
  display: flex;
  -moz-column-gap: 64px;
       column-gap: 64px;
  align-items: center;
}

@media (max-width: 767px) {
  .incFooter__companywrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.incFooter__flexlink {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

@media (max-width: 767px) {
  .incFooter__flexlink {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
    margin-top: 40px;
  }
}
.incFooter__campanylinks {
  margin-top: 40px;
}

.incFooter__flexitem {
  display: flex;
  gap: 0 24px;
}

@media (max-width: 767px) {
  .incFooter__flexitem {
    flex-wrap: wrap;
  }
}
.incFooter__flexitemlist:not(:last-child) {
  padding-right: 24px;
  border-right: solid 1px #b6cff3;
}

@media (max-width: 767px) {
  .incFooter__flexitemlist:not(:last-child) {
    padding-right: 0;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .incFooter__flexitemlist {
    width: 100%;
  }
}
.incFooter__flexitemlink {
  font-weight: 700;
  line-height: 2;
  color: #b6cff3;
  text-decoration: none;
}

.incFooter__flexitemspace {
  margin-left: 12px;
}

.incFooter__copy {
  margin-top: 24px;
  line-height: 2;
  color: #fff;
}

@media (max-width: 767px) {
  .incFooter__copy {
    margin: 40px 0;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .incFooter__splist__button {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .incFooter__splist__button::after {
    position: absolute;
    top: 5px;
    right: 3px;
    z-index: -1;
    box-sizing: border-box;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    color: #fff;
    vertical-align: middle;
    content: "";
    border: 0.16em solid currentcolor;
    border-bottom: 0;
    border-left: 0;
    transform: translateY(-25%) rotate(135deg);
  }
}
@media (max-width: 767px) {
  .incFooter__splist {
    width: 100%;
    margin-bottom: 24px;
  }
  .incFooter__splist__txt {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .incFooter__splist__menu {
    display: none;
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.incFooter__btn {
  text-align: center;
}

@media (max-width: 767px) {
  .incFooter__btn {
    width: 100%;
  }
}
.incFooter__btn__item {
  margin-top: 24px;
}

.incFunctionDetail__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .incFunctionDetail__inner {
    flex-flow: column-reverse wrap;
  }
}
.incFunctionDetail__textbox {
  width: 50%;
}

@media (max-width: 767px) {
  .incFunctionDetail__textbox {
    width: 100%;
    margin-top: 24px;
  }
}
.incFunctionDetail__title {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .incFunctionDetail__title {
    display: none;
  }
}
.incFunctionDetail__title.--sp {
  display: none;
}

@media (max-width: 767px) {
  .incFunctionDetail__title.--sp {
    display: flex;
  }
}
.incFunctionDetail__title__num {
  margin-right: 8px;
  font-size: 34px;
  color: #cf00da;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

.incFunctionDetail__title__main {
  font-size: 28px;
  color: #cf00da;
}

@media (max-width: 767px) {
  .incFunctionDetail__title__main {
    margin-left: 0;
  }
}
.incFunctionDetail__lead {
  display: block;
  margin-top: 24px;
  font-size: 24px;
  color: #b800c1;
}

@media (max-width: 767px) {
  .incFunctionDetail__lead {
    margin-top: 0;
  }
  .incFunctionDetail__lead br {
    display: none;
  }
}
.incFunctionDetail__text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
}

.incFunctionDetail__text__link {
  display: block;
  margin-top: 24px;
  text-align: right;
}

@media (max-width: 767px) {
  .incFunctionDetail__text__link {
    max-width: 100%;
    margin-top: 32px;
  }
}
.incFunctionDetail__imagebox {
  width: 500px;
}

@media (max-width: 767px) {
  .incFunctionDetail__imagebox {
    width: 100%;
  }
}
.incFunctionDetail__imagebox__image {
  width: 100%;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .incFunctionDetail__imagebox__image {
    margin-top: 24px;
  }
}
.incFunctionDetail__imagebox__video {
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .incFunctionDetail__imagebox__video {
    width: 100%;
    height: 100%;
    margin-top: 24px;
  }
}
.incFunctionAbout__inner {
  display: flex;
  -moz-column-gap: 64px;
       column-gap: 64px;
}

@media (max-width: 767px) {
  .incFunctionAbout__inner {
    flex-flow: column-reverse wrap;
  }
}
.incFunctionAbout__text {
  flex: 1;
}

@media (max-width: 767px) {
  .incFunctionAbout__text {
    margin-top: 24px;
  }
}
.incFunctionAbout__text__title__en {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  color: #cf00da;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incFunctionAbout__text__title__en {
    margin-left: 0;
  }
}
.incFunctionAbout__text__title__main {
  display: block;
  margin-top: 12px;
  font-size: 34px;
  line-height: 1.4;
  color: #b800c1;
}

@media (max-width: 767px) {
  .incFunctionAbout__text__title__main {
    font-size: 24px;
  }
  .incFunctionAbout__text__title__main br {
    display: none;
  }
}
.incFunctionAbout__text__description {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #00235d;
}

.incFunctionAbout__text__button {
  max-width: 340px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incFunctionAbout__text__button {
    max-width: 100%;
  }
}
.incFunctionAbout__imagebox {
  flex: 1;
}

@media (max-width: 767px) {
  .incFunctionAbout__imagebox {
    width: 100%;
  }
}
.incFunctionAbout__imagebox__image {
  width: 100%;
}

@media (max-width: 767px) {
  .incFunctionAbout__imagebox__video {
    width: 100%;
    height: 100%;
  }
}
.incFunctionItem {
  height: 100%;
  background: #fdfdff;
  border-radius: 10px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

.incFunctionItem__icon {
  width: 24px;
  height: auto;
}

.incFunctionItem__link {
  display: block;
  text-decoration: none;
}

.incFunctionItem__image__item {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.incFunctionItem__content {
  padding: 32px;
}

@media (max-width: 767px) {
  .incFunctionItem__content {
    padding: 24px 16px;
  }
}
.incFunctionItem__category {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #cf00da;
}

.incFunctionItem__category br {
  display: none;
}

@media (max-width: 767px) {
  .incFunctionItem__category.--simple {
    font-size: 16px;
  }
}
.incFunctionItem__text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #b800c1;
}

.incFunctionItem__text br {
  display: none;
}

.incFunctionItem__tag {
  display: flex;
  gap: 4px;
  margin-top: 16px;
}

.incFunctionItem__tag__item {
  padding: 0 12px;
  font-size: 10px;
  line-height: 1.8;
  color: #00235d;
  border: 1px solid #00235d;
  border-radius: 1000px;
}

.incFunctionSegment {
  max-width: 1200px;
  margin: 64px auto 0;
}

@media (max-width: 767px) {
  .incFunctionSegment {
    margin-top: 40px;
  }
}
.incFunctionSegment__dateList {
  display: flex;
  gap: 32px;
}

@media (max-width: 767px) {
  .incFunctionSegment__dateList {
    flex-direction: column;
    gap: 24px;
    padding-inline: 20px;
  }
}
.incFunctionSegment__dateList__item {
  width: calc((100% - 96px) / 4);
  padding: 40px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .incFunctionSegment__dateList__item {
    width: 100%;
    box-shadow: 10px 10px 28px rgba(0, 35, 93, 0.16);
  }
}
.incFunctionSegment__dateList__title {
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
}

.incFunctionSegment__dateList__achievements {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.incFunctionSegment__dateList__num {
  font-size: 54px;
  font-weight: 700;
}

.incFunctionSegment__dateList__unit {
  font-size: 16px;
  font-weight: 700;
}

.incFunctionSegment__dateList__text {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.incFunctionSegment__arrow {
  width: 0;
  height: 0;
  margin: 40px auto 0;
  border-top: 20px solid #00235d;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}

@media (max-width: 767px) {
  .incFunctionSegment__category {
    padding-inline: 20px;
  }
}
.incFunctionSegment__category__inner {
  max-width: 1200px;
  padding: 80px 64px;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .incFunctionSegment__category__inner {
    padding: 40px 20px;
  }
}
.incFunctionSegment__category__list {
  display: flex;
  gap: 28px;
}

@media (max-width: 767px) {
  .incFunctionSegment__category__list {
    flex-direction: column;
    gap: 16px;
  }
}
.incFunctionSegment__category__item {
  width: calc(100% - 21px);
  padding: 64px 24px;
  background: rgba(7, 102, 244, 0.06);
  border-radius: 10px;
}

@media (max-width: 767px) {
  .incFunctionSegment__category__item {
    width: 100%;
    padding: 32px 24px;
  }
}
.incFunctionSegment__category__title {
  margin-top: 12px;
  font-size: 20px;
  color: #00235d;
}

.incFunctionSegment__category__detail {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incFunctionSegment__category__detail {
    margin-top: 12px;
  }
}
.incFunctionSegment__category__detail__item {
  display: inline;
  font-size: 16px;
  line-height: 1.5;
  color: #00235d;
}

.incFunctionSegment__category__detail__item::after {
  display: inline;
  margin: 0 4px;
  content: "/";
}

.incFunctionSegment__category__detail__item:last-child::after {
  content: none;
}

.incFunctionSegment__smallCategory {
  margin-top: 24px;
}

.incFunctionSegment__smallCategory__list {
  display: flex;
  padding: 12px;
  border-bottom: 1px solid #c6c6c6;
}

@media (max-width: 767px) {
  .incFunctionSegment__smallCategory__list {
    flex-direction: column;
    padding: 12px 0;
  }
}
.incFunctionSegment__smallCategory__title {
  width: 20%;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incFunctionSegment__smallCategory__title {
    width: 100%;
  }
}
.incFunctionSegment__smallCategory__text {
  width: 80%;
}

@media (max-width: 767px) {
  .incFunctionSegment__smallCategory__text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .incFunctionSegment__smallCategory__childList {
    margin-top: 4px;
  }
}
.incFunctionSegment__smallCategory__childItem {
  display: inline;
  font-size: 14px;
}

@media (max-width: 767px) {
  .incFunctionSegment__smallCategory__childItem {
    line-height: 1.5;
  }
}
.incFunctionSegment__smallCategory__childItem::after {
  display: inline;
  margin: 0 4px;
  content: "/";
}

.incFunctionSegment__smallCategory__childItem:last-child::after {
  content: none;
}

.functionStep {
  margin-top: 40px;
}

.functionStep__list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

@media (max-width: 767px) {
  .functionStep__list {
    flex-direction: column;
  }
}
.functionStep__item {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .functionStep__item {
    flex-direction: column;
  }
}
.functionStep__item__inner {
  padding: 40px 16px;
  background: rgba(7, 102, 244, 0.06);
  border-radius: 10px;
}

.functionStep__item::after {
  display: block;
  width: 30px;
  height: 24px;
  margin-inline: 2px;
  content: "";
  background: url("../images/v2/inc/functionStep/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767px) {
  .functionStep__item::after {
    margin: 2px 0;
    transform: rotate(90deg);
  }
}
.functionStep__item:last-child::after {
  display: none;
}

.functionStep__title {
  line-height: 1;
  color: #00235d;
}

.functionStep__title__text {
  display: block;
  font-size: 16px;
}

.functionStep__title__num {
  display: block;
  margin-top: 8px;
  font-size: 34px;
}

.functionStep__image {
  margin-top: 24px;
}

.functionStep__image__item {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .functionStep__image__item {
    width: 100%;
    height: 100%;
  }
}
.functionStep__text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #00235d;
}

.incFunctionUseCaseItem {
  height: 100%;
  padding: 32px;
  background: rgba(7, 102, 244, 0.06);
  border-radius: 10px;
}

.incFunctionUseCaseItem__image {
  text-align: center;
}

.incFunctionUseCaseItem__image__item {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .incFunctionUseCaseItem__image__item {
    width: 100%;
    height: 100%;
  }
}
.incFunctionUseCaseItem__title__sub {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: #cf00da;
}

.incFunctionUseCaseItem__title__main {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  color: #00235d;
}

.incFunctionUseCaseItem__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #00235d;
}

.incFunctionUseCaseItem__link {
  display: block;
  margin-top: 16px;
  color: #cf00da;
  text-align: right;
}

.incHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 1040px;
  background-color: rgba(255, 255, 255, 0.6588235294);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

@media (width >= 1300px) {
  .incHeader {
    min-width: 1280px;
  }
}
@media (min-width: 768px) {
  .incHeader.--MM .incHeader__navLink::before,
  .incHeader.--MM .incHeader__navMenuItem::before,
  .incHeader.--MM .incHeader__navTitle::before {
    background-color: #11751a;
  }
}
@media (min-width: 768px) {
  .incHeader.--SB .incHeader__navLink::before,
  .incHeader.--SB .incHeader__navMenuItem::before,
  .incHeader.--SB .incHeader__navTitle::before {
    background-color: #a54af4;
  }
}
@media (min-width: 768px) {
  .incHeader.--RM .incHeader__navLink::before,
  .incHeader.--RM .incHeader__navMenuItem::before,
  .incHeader.--RM .incHeader__navTitle::before {
    background-color: #ea4e18;
  }
}
@media (max-width: 767px) {
  .incHeader {
    min-width: auto;
    height: 62px;
  }
}
.incHeader__inner {
  position: relative;
  padding: 0 24px;
}

@media (width >= 1300px) {
  .incHeader__inner {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .incHeader__inner {
    padding: 0 24px;
  }
}
.incHeader.--fixed {
  background-color: #fff;
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.incHeader__toplink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding-top: 24px;
  visibility: visible;
  opacity: 1;
  transition: 0.2s ease;
}

@media (width >= 1300px) {
  .incHeader__toplink {
    display: block;
  }
}
.incHeader__toplinkList {
  display: flex;
  gap: 0 40px;
  justify-content: right;
}

.incHeader__toplinkListItem {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  color: #00235d;
  text-decoration: none;
  letter-spacing: 0.33px;
}

.incHeader__toplinkListItem__icon {
  display: flex;
  gap: 0 4px;
  align-items: center;
}

.incHeader__toplinkListItem__icon::after {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.incHeader__toplinkListItem__icon.--newWindow::after {
  width: 10px;
  height: 11px;
  background-image: url("../images/v2/common/icon/icon-link.svg");
}

.incHeader__toplink.--fadeout {
  height: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}

.incHeader__logo {
  display: none;
  width: 251px;
  height: auto;
}

.incHeader__logo.--mm {
  width: 280px;
}

@media (max-width: 767px) {
  .incHeader__logo.--mm {
    display: block;
    width: 220px;
  }
}
.incHeader__logo.--large {
  display: block;
}

@media (width >= 1300px) {
  .incHeader__logo.--large {
    display: none;
  }
}
@media (width >= 1300px) {
  .incHeader__logo {
    display: block;
  }
}
@media (max-width: 767px) {
  .incHeader__logo {
    display: block;
    width: 195px;
  }
}
.incHeader__mainMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 16px 0;
}

@media (width >= 1300px) {
  .incHeader__mainMenu {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .incHeader__mainMenu {
    justify-content: space-between;
  }
}
.incHeader__nav {
  display: flex;
  gap: 0 24px;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .incHeader__nav {
    position: absolute;
    top: 62px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100dvh - 62px);
    padding: 40px 20px;
    overflow-y: scroll;
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    transition: 0.2s ease;
  }
  .incHeader__nav::before {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #d2d2d2;
  }
  .incHeader__nav.--opened {
    visibility: visible;
    opacity: 1;
  }
}
.incHeader__navInner {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .incHeader__navInner {
    display: block;
  }
}
.incHeader__navList {
  display: flex;
  gap: 0 24px;
}

@media (max-width: 767px) {
  .incHeader__navList {
    display: block;
  }
}
@media (max-width: 767px) {
  .incHeader__navItem {
    margin-bottom: 24px;
  }
  .incHeader__navItem:last-child {
    margin-bottom: 40px;
  }
}
.incHeader__navMenu__function {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .incHeader__navMenu__function {
    display: none;
  }
}
.incHeader__navMenu__function__title {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #00235d;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #c6c6c6;
}

.incHeader__navMenu__function__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 16px;
}

.incHeader__navMenu__function__item {
  width: auto;
}

.incHeader__navMenu__function__item__link br {
  display: none;
}

@media (max-width: 767px) {
  .incHeader__navMenu.--function {
    display: none;
  }
}
@media (min-width: 768px) {
  .incHeader__navMenu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 32px 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
    transform: translateX(-50%);
  }
  .incHeader__navMenu.--function {
    padding-inline: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .incHeader__navMenu.--function {
    max-width: 100%;
    padding-inline: 24px;
  }
}
@media (min-width: 768px) and (width >= 1300px) {
  .incHeader__navMenu.--function {
    max-width: 1200px;
  }
}
@media (min-width: 768px) {
  .incHeader__navMenu:not(.incHeader__btnMenu) {
    gap: 0 110px;
    justify-content: center;
  }
  .incHeader__navMenu.--isActive {
    visibility: visible;
    opacity: 1;
  }
  .incHeader__navMenuBg {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: inset 0 10px 12px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transition: 0.2s ease;
    transform: translateX(-50%);
  }
  .incHeader__navMenuBg.--isActive {
    height: 83px;
    visibility: visible;
    opacity: 1;
  }
  .incHeader__navMenuBg.--isActive.--isTall {
    height: 325px;
  }
  .incHeader__navMenuBg.--isActive.--isFunction {
    height: 670px;
  }
}
@media (min-width: 768px) and (width >= 1300px) {
  .incHeader__navMenuBg.--isActive.--isFunction {
    height: 664px;
  }
}
@media (min-width: 768px) {
  .incHeader__navMenuOverlay {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: -1;
    width: 100%;
    min-width: 1200px;
    height: 100vh;
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    transition: 0.2s ease;
    transform: translateX(-50%);
  }
  .incHeader__navMenuOverlay.--isActive {
    visibility: visible;
    opacity: 0.2;
  }
}
@media (max-width: 767px) {
  .incHeader__navMenuService {
    margin-top: 30px;
  }
}
.incHeader__navMenuItem {
  position: relative;
  display: flex;
  gap: 0 24px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  color: #00235d;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.incHeader__navMenuItem::after {
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("../images/v2/inc/header/header-simpleArrow.svg");
  background-size: cover;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .incHeader__navMenuItem {
    display: flex;
    gap: 0 24px;
    align-items: center;
    margin: 0 0 12px 24px;
    font-size: 14px;
  }
  .incHeader__navMenuItem::before {
    content: "ー";
  }
}
.incHeader__navLink {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  color: #00235d;
  text-decoration: none;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .incHeader__navLink {
    display: flex;
    gap: 0 24px;
    align-items: center;
    font-size: 16px;
  }
  .incHeader__navLink::after {
    width: 12px;
    height: 12px;
    content: "";
    background-image: url("../images/v2/inc/header/header-simpleArrow.svg");
    background-size: cover;
    transform: rotate(-90deg);
  }
}
.incHeader__navLink.--button:hover {
  opacity: 0.6;
}

.incHeader__navTitle {
  position: relative;
  display: flex;
  gap: 0 4px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  color: #00235d;
  text-decoration: none;
}

.incHeader__navTitle:hover {
  cursor: pointer;
}

.incHeader__navTitle::after {
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("../images/v2/inc/header/header-simpleArrow.svg");
  background-size: cover;
}

@media (max-width: 767px) {
  .incHeader__navTitle {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .incHeader__navTitle::after {
    content: none;
  }
}
@media (min-width: 768px) {
  .incHeader__navLink::before,
  .incHeader__navMenuItem::before,
  .incHeader__navTitle::before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #cf00da;
    transition: transform 0.3s;
    transform: scaleX(0);
  }
  .incHeader__navLink.isCurrent,
  .incHeader__navLink:hover,
  .incHeader__navMenuItem.isCurrent,
  .incHeader__navMenuItem:hover,
  .incHeader__navTitle.isCurrent,
  .incHeader__navTitle:hover {
    opacity: 1;
  }
  .incHeader__navLink.isCurrent::before,
  .incHeader__navLink:hover::before,
  .incHeader__navMenuItem.isCurrent::before,
  .incHeader__navMenuItem:hover::before,
  .incHeader__navTitle.isCurrent::before,
  .incHeader__navTitle:hover::before {
    transform: scaleX(1);
    transform-origin: center top;
  }
}
@media (min-width: 768px) {
  .incHeader__btnList {
    gap: 0 32px;
  }
}
@media (min-width: 768px) {
  .incHeader__btnList {
    display: flex;
    gap: 0 12px;
  }
}
@media (max-width: 767px) {
  .incHeader__btnItem {
    margin-bottom: 24px;
  }
}
.incHeader__navMenuBtn {
  position: relative;
  width: 26px;
  height: 16px;
}

.incHeader__navMenuBtn:hover {
  opacity: 1;
}

.incHeader__navMenuBtn::after,
.incHeader__navMenuBtn::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #00235d;
  transition: 0.3s ease;
}

.incHeader__navMenuBtn.--opened::after,
.incHeader__navMenuBtn.--opened::before {
  top: 50%;
}

.incHeader__navMenuBtn.--opened::before {
  transform: rotate(45deg);
}

.incHeader__navMenuBtn.--opened::after {
  transform: rotate(-45deg);
}

.incHeader__navMenuBtn::before {
  top: 0;
}

.incHeader__navMenuBtn::after {
  bottom: 0;
}

.incHeader.--simple {
  position: static;
  display: flex;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .incHeader.--simple {
    height: auto;
    padding: 12px;
  }
}
.incHeader.--simple .incHeader__logo {
  display: block;
}

.incInformation__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.incInformation__title {
  padding-top: 40px;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incInformation__title {
    padding-top: 64px;
    font-size: 24px;
    text-align: center;
  }
}
.incInformation__content {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incInformation__content {
    padding-inline: 24px;
    margin-top: 40px;
  }
}
.incIntegrationService__inner {
  max-width: 1000px;
  padding: 80px 0;
  margin-inline: auto;
  color: #b800c1;
}

@media (max-width: 767px) {
  .incIntegrationService__inner {
    margin-inline: 20px;
  }
}
.incIntegrationService__text {
  margin-top: 24px;
  font-size: 14px;
  text-align: center;
}

.incIntegrationService__content {
  margin-top: 40px;
}

.incIntegrationService__imageBox {
  text-align: center;
}

.incIntegrationService__imageBox__image {
  width: 100%;
  height: auto;
}

.incIntroduction {
  max-width: 1200px;
  padding: 14em 0;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .incIntroduction {
    padding: 8em 0 70px;
  }
}
@media (max-width: 767px) {
  .incIntroduction__feature {
    margin-inline: 20px;
    text-align: center;
  }
}

.incIntroduction__feature__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .incIntroduction__feature__title {
    padding: 0 40px;
    font-size: 20px;
  }
}
.incIntroduction__feature__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5em;
}

@media (max-width: 767px) {
  .incIntroduction__feature__list {
    flex-wrap: wrap;
    row-gap: 0;
  }
}
.incIntroduction__feature__item {
  border-right: solid 1px #00235d;
}

.incIntroduction__feature__item:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  .incIntroduction__feature__item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .incIntroduction__feature__item {
    padding: 40px 0;
    border-right: 0;
    border-bottom: solid 1px #00235d;
  }
}
.incIntroduction__feature__item__title {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incIntroduction__feature__item__title {
    font-size: 20px;
    text-align: center;
  }
}
.incIntroduction__feature__item__result {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .incIntroduction__feature__item__result {
    background: linear-gradient(82.04deg, #cf00da -6.93%, #000 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 767px) {
  .incIntroduction__feature__item__result {
    text-align: center;
  }
}
.incIntroduction__feature__item__result__num {
  display: inline-flex;
  justify-content: flex-end;
  min-width: 2em;
  font-size: 95px;
}

.incIntroduction__feature__item__result__num.--digit-2 {
  min-width: 1.3em;
}

.incIntroduction__feature__item__result__num.--digit-3 {
  min-width: 1.8em;
}

.incIntroduction__feature__item__result__num.--digit-4 {
  min-width: 2.3em;
}

@media (max-width: 767px) {
  .incIntroduction__feature__item__result__num {
    color: #b800c1;
  }
}
.incIntroduction__feature__item__result__unit {
  font-size: 50px;
}

.incIntroduction__feature__item__result__unit__sub {
  margin-left: 4px;
  font-size: 20px;
}

.incIntroduction__feature__item__explain {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .incIntroduction__feature__item__explain {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .incIntroduction__feature__item__link {
    font-size: 13px;
  }
}
.incIntroduction__feature__item__note {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
}

.incIntroduction__feature__item__partners {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incIntroduction__feature__item__partners {
    justify-content: space-evenly;
  }
}
.incIntroduction__feature.--ecosystem {
  margin-inline: 0;
}

.incIntroduction__feature__buttonWrapper {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .incIntroduction__feature__buttonWrapper {
    margin: 40px 20px;
  }
}
.incIntroductionCard {
  max-width: 1200px;
  margin-inline: auto;
  text-align: left;
}

.incIntroductionCard__main {
  position: relative;
  padding: 40px 650px 40px 40px;
  color: #fff;
  background-color: #cf00da;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incIntroductionCard__main {
    padding: 140px 20px 35px;
    margin-inline: 20px;
  }
}
.incIntroductionCard__main__image {
  position: absolute;
  top: -25%;
  right: 0;
  width: 60%;
}

@media (max-width: 767px) {
  .incIntroductionCard__main__image {
    top: -8em;
    right: 0;
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .incIntroductionCard__main__uiImge {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.incIntroductionCard__main__subText {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .incIntroductionCard__main__subText {
    font-size: 12px;
  }
}
.incIntroductionCard__main__title {
  margin-top: 16px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .incIntroductionCard__main__title {
    font-size: 20px;
  }
}
.incIntroductionCard__main__explain {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.incIntroductionCard__main__button {
  max-width: 340px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incIntroductionCard__main__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 34px;
  }
}
.incIntroductionCard__main__link {
  margin-top: 16px;
  font-weight: 700;
}

.incIntroductionCard__main__link__content {
  color: #fff;
}

.incIntroductionCard.--min {
  overflow: hidden;
}

@media (min-width: 768px) {
  .incIntroductionCard.--min {
    width: 800px;
    padding: 40px 0 16px;
  }
}
@media (max-width: 767px) {
  .incIntroductionCard.--min {
    width: 100%;
    padding: 16px 0;
  }
}
@media (min-width: 768px) {
  .incIntroductionCard.--min .incIntroductionCard__main {
    padding: 32px 400px 40px 40px;
  }
}
@media (max-width: 767px) {
  .incIntroductionCard.--min .incIntroductionCard__main {
    padding: 32px 16px 350px 16px;
    margin: 0;
  }
}
.incIntroductionCard.--min .incIntroductionCard__main__logoCatch {
  width: 335px;
  height: 90px;
}

@media (max-width: 767px) {
  .incIntroductionCard.--min .incIntroductionCard__main__logoCatch {
    width: 298px;
    height: 80px;
    margin: 0 auto;
  }
}
.incIntroductionCard.--min .incIntroductionCard__main__explain {
  text-align: center;
}

@media (max-width: 767px) {
  .incIntroductionCard.--min .incIntroductionCard__main__explain {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .incIntroductionCard.--min .incIntroductionCard__main__image {
    top: -20px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .incIntroductionCard.--min .incIntroductionCard__main__image {
    top: 330px;
    right: 50%;
    max-width: 400px;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .incIntroductionCard.--min .incIntroductionCard__main__uiImge {
    width: 550px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .incIntroductionCard.--min .incIntroductionCard__main__button {
    margin: 24px auto 0;
  }
}
.incIntroductionCard.--SB .incIntroductionCard__main {
  padding-right: 630px;
  background: #a54af4;
}

@media (max-width: 767px) {
  .incIntroductionCard.--SB .incIntroductionCard__main {
    padding: 200px 16px 35px;
  }
}
.incIntroductionCard.--SB .incIntroductionCard__main__inner {
  position: relative;
  z-index: 1;
}

.incIntroductionCard.--SB .incIntroductionCard__main__title {
  font-size: 34px;
}

@media (max-width: 767px) {
  .incIntroductionCard.--SB .incIntroductionCard__main__title {
    font-size: 20px;
  }
}
.incIntroductionCard.--SB .incIntroductionCard__main__explain {
  font-size: 16px;
}

.incIntroductionCard.--SB .incIntroductionCard__main__image {
  top: auto;
  right: -100px;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 767px) {
  .incIntroductionCard.--SB .incIntroductionCard__main__image {
    top: -24px;
    right: 24px;
    bottom: auto;
    transform: scale(1.2);
  }
}
.incIntroductionCard.--RM .incIntroductionCard__main {
  padding-right: 540px;
  background: #fa823e;
}

@media (max-width: 767px) {
  .incIntroductionCard.--RM .incIntroductionCard__main {
    padding: 200px 16px 35px;
  }
}
.incIntroductionCard.--RM .incIntroductionCard__main__image {
  top: auto;
  right: -100px;
  bottom: -20px;
  z-index: 0;
}

@media (max-width: 767px) {
  .incIntroductionCard.--RM .incIntroductionCard__main__image {
    top: -40px;
    right: 20px;
    bottom: auto;
    transform: scale(1.2);
  }
}
.incKnowledgeArticle.--SB {
  background: rgba(165, 74, 244, 0.1);
}

.incKnowledgeArticle__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.incKnowledgeArticle__title {
  padding-top: 40px;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incKnowledgeArticle__title {
    padding-top: 70px;
    font-size: 24px;
    text-align: center;
  }
}
.incKnowledgeArticle__content {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incKnowledgeArticle__content {
    padding-inline: 24px;
    margin: 40px 0 64px;
  }
}
.incLogoSlider {
  --incLogoSlider-num: 12;
  --incLogoSlider-duration: 30s;
  --incLogoSlider-wrapper-size: 160px;
  overflow: hidden;
}

@media (width >= 1920px) {
  .incLogoSlider {
    --incLogoSlider-wrapper-size: calc(100% / 12);
  }
}
@media (max-width: 767px) {
  .incLogoSlider {
    margin: 12px 0;
  }
}
@keyframes incLogoSlider__slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--incLogoSlider-wrapper-size) * var(--incLogoSlider-num) * -1));
  }
}
.incLogoSlider__content {
  position: relative;
  width: 100%;
}

.incLogoSlider__row {
  display: flex;
  width: 200%;
  margin-top: 4px;
}

.incLogoSlider__row:nth-child(2n) {
  margin-left: calc(var(--incLogoSlider-wrapper-size) / 2 * -1);
}

.incLogoSlider__row__half {
  display: flex;
  flex-basis: 50%;
  align-items: center;
  animation: incLogoSlider__slide var(--incLogoSlider-duration) linear infinite;
}

.incLogoSlider__item {
  width: var(--incLogoSlider-wrapper-size);
  text-align: center;
}

.incMainFunction {
  max-width: 1200px;
  padding-bottom: 80px;
  margin-inline: auto;
}

.incMainFunction__title {
  padding-inline: 20px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.incMainFunction__content {
  padding: 40px;
  margin-top: 40px;
  background-color: #fff;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .incMainFunction__content {
    padding: 16px 20px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
  }
}
.incMainFunction__content__title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 1px #00235d;
}

.incMainFunction__content__inner {
  display: flex;
  gap: 64px;
  align-items: center;
}

@media (max-width: 767px) {
  .incMainFunction__content__inner {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.incMainFunction__content__subText {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
}

.incMainFunction__list {
  flex: 1;
}

.incMainFunction__item {
  display: flex;
  gap: 16px;
  width: 100%;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .incMainFunction__item {
    padding-inline: 0;
  }
}
.incMainFunction__item::before {
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.incMainFunction__item.--ad::before {
  background-image: url("../images/v2/common/icon/icon-ad.svg");
}

.incMainFunction__item.--mail::before {
  background-image: url("../images/v2/common/icon/icon-mail.svg");
}

.incMainFunction__item.--form::before {
  background-image: url("../images/v2/common/icon/icon-form.svg");
}

.incMainFunction__item.--call::before {
  background-image: url("../images/v2/common/icon/icon-call.svg");
}

.incMainFunction__item.--letter::before {
  background-image: url("../images/v2/common/icon/icon-letter.svg");
}

.incMainFunction__item.--sns::before {
  background-image: url("../images/v2/common/icon/icon-sns.svg");
}

.incMainFunction__item__inner {
  flex: 1;
}

.incMainFunction__item__title {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incMainFunction__item__title {
    font-size: 15px;
  }
}
.incMainFunction__item__title__sub {
  margin-left: 8px;
  font-size: 13px;
}

.incMainFunction__item__explain {
  margin-top: 8px;
  font-size: 14px;
}

.incMainFunction__image__title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
}

.incMainFunction__image__content {
  aspect-ratio: 3/2;
}

@media (max-width: 767px) {
  .incMainFunction__image__content {
    width: 100%;
    height: auto;
  }
}
.incMainFunction__more {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .incMainFunction__more {
    padding-inline: 24px;
    margin-top: 40px;
  }
}
.mktoForm {
  width: 100% !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
}

@media (max-width: 767px) {
  .mktoForm {
    padding: 0 !important;
  }
}
.mktoForm .mktoButtonWrap.mktoNative .mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  min-width: 80%;
  padding: 15px !important;
  font-size: 16px !important;
  line-height: 1;
  color: #fff;
  text-align: center;
  border: 1px;
  border-radius: 100px;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  float: none;
  font-size: 16px;
  color: #2c2c2c;
  text-align: left;
}

.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: auto;
  margin-left: inherit !important;
}

.mktoForm .mktoFieldWrap {
  float: none !important;
}

@media (max-width: 767px) {
  .mktoForm .mktoFieldWrap {
    width: 90%;
  }
}
.mktoForm .mktoError .mktoErrorMsg {
  text-shadow: none;
  background: linear-gradient(82.04deg, #cf00da -6.93%, #091d98 100%);
  border: 1px solid #cf00da;
  box-shadow: none;
}

.mktoForm .mktoError .mktoErrorArrow {
  background-color: #cf00da;
  border: 1px solid #cf00da;
}

.mktoForm .mktoGutter {
  display: none;
  float: none;
}

.mktoForm .mktoCheckboxList > input,
.mktoForm .mktoRadioList > input {
  margin-top: 5px;
  transform: scale(1.5);
}

.mktoForm .mktoLabel {
  width: auto !important;
  margin-bottom: 10px;
  font-size: 16px !important;
  font-weight: 700;
}

.mktoForm .mktoClear {
  display: none;
}

.mktoForm .mktoFormRow {
  display: flex;
  gap: 20px;
}

.mktoForm .mktoOffset {
  display: none;
}

.mktoForm .mktoFormCol .mktoHtmlText {
  width: 100% !important;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  text-align: center !important;
}

.mktoForm input[type=date],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm input[type=tel],
.mktoForm input[type=text],
.mktoForm input[type=url] {
  width: 100% !important;
  padding: 12px !important;
  border: solid 1px #b7b7b7;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .mktoForm input[type=date],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm input[type=tel],
  .mktoForm input[type=text],
  .mktoForm input[type=url] {
    height: 3em;
    padding: 20px 3px !important;
  }
}
@media (max-width: 767px) {
  .mktoForm textarea.mktoField {
    width: 100% !important;
    height: 7em !important;
  }
}
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  width: 100% !important;
  padding: 12px 3px !important;
  border: solid 1px #b7b7b7;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .mktoForm select.mktoField,
  .mktoForm textarea.mktoField {
    padding: 8px 3px !important;
  }
}
.mktoForm .mktoRequiredField label.mktoLabel {
  width: auto !important;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif !important;
}

.mktoForm .mktoFormCol {
  flex: 1;
  margin-bottom: 20px !important;
}

.mktoForm .mktoFormRow:nth-last-of-type(8) .mktoFieldWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.mktoForm .mktoFormRow:nth-last-of-type(8) .mktoFieldWrap .mktoLogicalField {
  width: auto !important;
}

.mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center;
}

.mktoForm .mktoCheckboxList > label,
.mktoForm .mktoRadioList > label {
  margin-bottom: 0.8em !important;
}

.mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .mktoForm .mktoForm textarea.mktoField {
    height: 5.2em !important;
  }
}
.mktoForm .mktoRequired {
  width: 100% !important;
}

.incMedia {
  max-width: 1200px;
  padding: 80px 20px;
  margin: 80px auto 0;
}

@media (max-width: 767px) {
  .incMedia {
    margin-top: 0;
  }
}
.incMedia__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .incMedia__title {
    font-size: 20px;
  }
}
.incMedia__imageWrapper {
  margin-top: 24px;
  text-align: center;
}

.incMedia__image {
  width: 100%;
  height: auto;
}

.incMemberList {
  display: grid;
  gap: 16px;
}

.incMemberList.--2column {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .incMemberList.--2column {
    grid-template-columns: 1fr;
  }
}
.incMemberList.--3column {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .incMemberList.--3column {
    grid-template-columns: 1fr;
  }
}
.incMemberList__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00235d;
  background: rgba(7, 102, 244, 0.06);
  border-radius: 12px;
}

@media (max-width: 767px) {
  .incMemberList__item {
    gap: 12px;
    justify-content: flex-start;
  }
}
.incMemberList__photo {
  width: 40%;
  height: 100%;
}

@media (max-width: 767px) {
  .incMemberList__photo {
    width: 30%;
  }
}
.incMemberList__photo__content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 0 0 12px;
}

.incMemberList__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 0 12px;
}

@media (max-width: 767px) {
  .incMemberList__info {
    gap: 8px;
    width: auto;
    padding: 12px 8px 12px 0;
  }
}
.incMemberList__info__wrap {
  font-weight: 700;
}

.incMemberList__info__position {
  font-size: 10px;
}

.incMemberList__info__name {
  margin-top: 4px;
  font-size: 16px;
}

.incMemberList__career {
  font-weight: 700;
}

.incMemberList__career__label {
  padding: 2px 12px 4px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.2px;
  background: #00235d;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .incMemberList__career__label {
    padding: 0 12px 1px;
    font-size: 10px;
  }
}
.incMemberList__career__description {
  margin-top: 8px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .incMemberList__career__description {
    margin-top: 4px;
    font-size: 10px;
  }
}
.incMemberList.--MM .incMemberList__item {
  background-color: rgba(13, 178, 40, 0.06);
}

.incPageHeader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 80px);
  margin: 165px auto 100px;
  background-color: #cf00da;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incPageHeader {
    width: 100%;
    margin: 62px auto 30px;
    margin-inline: 0;
    overflow: hidden;
    border-radius: 0;
  }
}
.incPageHeader::before {
  position: absolute;
  right: 0;
  bottom: -100px;
  display: block;
  width: 450px;
  height: 300px;
  content: "";
  background-image: url("../images/v2/inc/pageHeader/background_arrow.webp");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

@media (max-width: 767px) {
  .incPageHeader::before {
    right: -50px;
    width: 300px;
    height: 200px;
    background-image: url("../images/v2/inc/pageHeader/background_arrow_sp.webp");
  }
}
.incPageHeader.--normal {
  height: 300px;
  padding-inline: 24px;
  margin: 165px auto 0;
}

.incPageHeader.--normal::before {
  right: -20px;
  bottom: 0;
  width: 485px;
  height: 325px;
}

@media (max-width: 767px) {
  .incPageHeader.--normal::before {
    right: 0;
  }
}
@media (max-width: 767px) {
  .incPageHeader.--normal {
    height: 440px;
    min-height: 112px;
    max-height: 466px;
    margin: 75px auto 0;
  }
}
.incPageHeader.--normal.--noImage .incPageHeader__headerButton {
  bottom: -60px;
}

@media (max-width: 767px) {
  .incPageHeader.--normal.--noImage .incPageHeader__titleGroup {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .incPageHeader.--normal.--noImage {
    height: auto;
    min-height: 160px;
  }
  .incPageHeader.--normal.--noImage::before {
    right: 0;
    bottom: -280px;
    width: 270px;
    height: 435px;
    background-size: 100%;
  }
  .incPageHeader.--normal.--noImage .incPageHeader__headerButton {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .incPageHeader.--normal.--noButton .incPageHeader__image {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .incPageHeader.--noButton {
    height: 450px;
  }
  .incPageHeader.--noButton::before {
    right: 0;
    bottom: 40px;
    width: 300px;
    height: 325px;
  }
  .incPageHeader.--noButton__headerImage {
    bottom: -20px;
  }
}
.incPageHeader.--tall {
  min-height: 320px;
  padding-bottom: 210px;
  margin: 150px auto 0;
}

@media (max-width: 767px) {
  .incPageHeader.--tall {
    height: auto;
    padding-bottom: 64px;
    margin: 64px auto 0;
  }
}
.incPageHeader.--tall::before {
  bottom: 0;
  width: 510px;
  height: 340px;
}

@media (max-width: 767px) {
  .incPageHeader.--tall::before {
    width: 450px;
    height: 300px;
  }
}
.incPageHeader.--tall .incPageHeader__titleContents {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .incPageHeader.--tall .incPageHeader__titleContents {
    margin-top: -64px;
  }
}
@media (max-width: 767px) {
  .incPageHeader.--image {
    align-items: flex-start;
    height: 360px;
    margin-bottom: 144px;
    overflow: visible;
  }
  .incPageHeader.--image .incPageHeader__titleContents {
    position: absolute;
  }
  .incPageHeader.--image .incPageHeader__headerImage {
    margin-top: 64px;
  }
  .incPageHeader.--image .incPageHeader__titleGroup {
    margin-top: 72px;
  }
}
.incPageHeader.--background {
  flex-direction: column;
  width: 100%;
  margin: 115px auto 100px;
  line-height: 1.6;
  border-radius: 0;
}

@media (min-width: 768px) {
  .incPageHeader.--background {
    row-gap: 16px;
    height: 250px;
    background: url("../images/v2/inc/pageHeader/img_header_bg_pc.webp") no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .incPageHeader.--background {
    height: 248px;
    margin: 55px auto 60px;
    background: url("../images/v2/inc/pageHeader/img_header_bg_sp.webp") no-repeat center center/cover;
  }
}
.incPageHeader.--background::before {
  content: none;
}

.incPageHeader.--background .incPageHeader__title {
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .incPageHeader.--background .incPageHeader__title {
    max-width: 1000px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .incPageHeader.--background .incPageHeader__title {
    padding: 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
}
.incPageHeader.--background .incPageHeader__title span {
  display: inline-block;
}

.incPageHeader.--background .incPageHeader__date {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.incPageHeader.--background.--intentData,
.incPageHeader.--background.--intentSales,
.incPageHeader.--background.--intentWheel {
  row-gap: 16px;
  height: 250px;
  background: no-repeat center center/cover;
}

@media (max-width: 767px) {
  .incPageHeader.--background.--intentData,
  .incPageHeader.--background.--intentSales,
  .incPageHeader.--background.--intentWheel {
    height: 248px;
  }
}
.incPageHeader.--background.--intentSales {
  background-image: url("../images/v2/inc/pageHeader/img_header_intent-sales.webp");
}

@media (max-width: 767px) {
  .incPageHeader.--background.--intentSales {
    background-image: url("../images/v2/inc/pageHeader/img_header_intent-sales-sp.webp");
  }
}
.incPageHeader.--background.--intentWheel {
  background-image: url("../images/v2/inc/pageHeader/img_header_intent-wheel.webp");
}

@media (max-width: 767px) {
  .incPageHeader.--background.--intentWheel {
    background-image: url("../images/v2/inc/pageHeader/img_header_intent-wheel-sp.webp");
  }
}
.incPageHeader.--background.--intentData {
  background-image: url("../images/v2/inc/pageHeader/img_header_intent-data.webp");
}

@media (max-width: 767px) {
  .incPageHeader.--background.--intentData {
    background-image: url("../images/v2/inc/pageHeader/img_header_intent-data-sp.webp");
  }
}
.incPageHeader.--background.--intentMarketing {
  background-image: url("../images/v2/inc/pageHeader/img_header_intent-marketing.webp");
}

@media (max-width: 767px) {
  .incPageHeader.--background.--intentMarketing {
    background-image: url("../images/v2/inc/pageHeader/img_header_intent-marketing-sp.webp");
  }
}
.incPageHeader.--background.--intentRecruiting {
  background-image: url("../images/v2/inc/pageHeader/img_header_intent-recruiting.webp");
}

@media (max-width: 767px) {
  .incPageHeader.--background.--intentRecruiting {
    background-image: url("../images/v2/inc/pageHeader/img_header_intent-recruiting-sp.webp");
  }
}
.incPageHeader.--otherservice {
  min-height: 530px;
}

.incPageHeader.--simple {
  min-height: 60px;
}

.incPageHeader.--noMargin {
  margin-top: 0;
}

.incPageHeader__normalTitle {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.incPageHeader__normalTitle__sub {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  letter-spacing: 0.01em;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incPageHeader__normalTitle__sub {
    position: initial;
    font-size: 12px;
    text-align: center;
  }
}
.incPageHeader__normalTitle__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .incPageHeader__normalTitle__title {
    position: initial;
    font-size: 28px;
    text-align: center;
  }
}
.incPageHeader__normalTitle__title br {
  display: none;
}

@media (max-width: 767px) {
  .incPageHeader__normalTitle__title br {
    display: block;
  }
}
.incPageHeader__normalTitle__title__pcShow.incPageHeader__normalTitle__title__pcShow {
  display: block;
}

@media (max-width: 767px) {
  .incPageHeader__titleGroup {
    padding-inline: 20px;
  }
}
.incPageHeader__titleContents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .incPageHeader__titleContents {
    z-index: 0;
    justify-content: center;
  }
}
.incPageHeader__headerButton {
  z-index: 1;
  width: 300px;
  margin-top: 24px;
  text-align: left;
}

@media (max-width: 767px) {
  .incPageHeader__headerButton {
    position: initial;
    order: 4;
    width: 300px;
    margin: 16px auto 0;
  }
}
.incPageHeader__headerImage {
  position: relative;
  bottom: -30px;
  text-align: right;
}

@media (max-width: 767px) {
  .incPageHeader__headerImage {
    bottom: auto;
    margin-top: 16px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .incPageHeader__headerImage__item {
    width: 300px;
  }
}
.incPager {
  display: flex;
  justify-content: center;
  color: #cf00da;
}

@media (max-width: 767px) {
  .incPager {
    margin: 24px 0 32px;
  }
}
.incPager .page-numbers {
  font-family: Ubuntu, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}

.incPager .page-numbers.next::before,
.incPager .page-numbers.prev::before {
  width: 16px;
  height: 16px;
  content: "";
  background: center center/cover no-repeat;
}

.incPager .page-numbers.next::before {
  background-image: url("../images/common/icn-arw-right.svg");
}

.incPager .page-numbers.prev::before {
  background-image: url("../images/common/icn-arw-left.svg");
}

.incPager .page-numbers.current {
  color: #fff;
  background: #cf00da;
  border-radius: 10px;
}

.incPickup {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  margin: 64px 0 120px;
}

.incPickup__title {
  font-size: 34px;
  font-weight: 700;
  color: #cf00da;
}

.incPickup__inner {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .incPickup__inner {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-top: 24px;
  }
}
.incPickup__image {
  width: 500px;
  aspect-ratio: 16/9;
}

@media (max-width: 767px) {
  .incPickup__image {
    width: 100%;
  }
}
.incPickup__image iframe {
  width: 100%;
  height: 100%;
}

.incPickup__text {
  flex-shrink: 0;
}

.incPickup__text.--title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 767px) {
  .incPickup__text.--title {
    margin-top: 24px;
    font-size: 20px;
  }
}
.incPickup__text.--explain {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2;
  color: #9d9d9d;
}

@media (max-width: 767px) {
  .incPickup__text.--explain {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .incPlan.--MM,
  .incPlan.--SB {
    padding-inline: 20px;
  }
}
.incPlan.--MM .incPlan__item.--light {
  background-color: #0db228;
}

.incPlan.--MM .incPlan__item.--standard {
  background-color: #11751a;
}

.incPlan.--MM .incPlan__item.--professional {
  background-color: #0b4810;
}

.incPlan.--SB {
  background: rgba(165, 74, 244, 0.1);
}

.incPlan.--SB .incPlan__list {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 882px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .incPlan.--SB .incPlan__list {
    width: 100%;
  }
}
.incPlan.--SB .incPlan__explain {
  min-height: 4.4em;
}

@media (max-width: 767px) {
  .incPlan.--SB .incPlan__explain {
    min-height: auto;
  }
}
.incPlan__inner {
  max-width: 1200px;
  padding-bottom: 80px;
  margin-inline: auto;
}

.incPlan__list {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .incPlan__list {
    flex-direction: column;
    margin-top: 50px;
  }
}
.incPlan__item {
  position: relative;
  width: calc((100% - 80px) / 3);
  max-width: 280px;
  font-size: 14px;
  border-radius: 20px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}
.incPlan__item .no {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4em;
  font-weight: 700;
  color: #cc00f7;
  z-index: 1;
  font-family: Impact, sans-serif;
}

@media (max-width: 767px) {
  .incPlan__item {
    width: 100%;
    max-width: initial;
  }
}
.incPlan__item.--light {
  background: #b6cff3;
}

.incPlan__item.--standard {
  background: #0046af;
}

.incPlan__item.--standard::before {
  position: absolute;
  top: -10px;
  left: -12px;
  display: block;
  width: 90px;
  height: 90px;
  content: "";
  background-image: url("../images/v2/inc/plan/ribbon.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.incPlan__item.--professional {
  background: #00235d;
}

.incPlan__item.--enterprise {
  background: linear-gradient(49.43deg, #000e2c -9.56%, #004ade 55.63%, #2ee5c5 112.16%);
}

.incPlan__item.--large {
  position: relative;
  width: 100%;
  max-width: 888px;
  margin: 40px auto 0;
  font-size: 14px;
  background: #fff;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

.incPlan__item.--large .incPlan__item__inner {
  padding: 32px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incPlan__item.--large .incPlan__item__inner {
    padding: 24px 16px;
  }
}
.incPlan__item.--large .incPlan__function {
  display: flex;
  align-items: center;
  margin-top: 0;
}

@media (max-width: 767px) {
  .incPlan__item.--large .incPlan__function {
    flex-direction: column;
    align-items: flex-start;
  }
}
.incPlan__item.--large .incPlan__function__title {
  width: 20%;
}

@media (max-width: 767px) {
  .incPlan__item.--large .incPlan__function__title {
    width: 100%;
  }
}
.incPlan__item.--large .incPlan__function__list {
  width: 80%;
}

@media (max-width: 767px) {
  .incPlan__item.--large .incPlan__function__list {
    width: 100%;
    margin-top: 24px;
  }
}
.incPlan__item__inner {
  height: 100%;
  padding: 24px 16px;
  margin-top: 12px;
  background-color: #fff;
  position: relative;
}
.incPlan__item__inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5em;
  aspect-ratio: 1;
  background: url(../images/common/logo_ico.png) no-repeat center/contain;
  z-index: 1;
  opacity: 0.05;
}

.incPlan__item__inner.--SB {
  padding: 24px 16px 16px;
}

.incPlan__name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .incPlan__name {
    font-size: 20px;
  }
}
.incPlan__explain {
  min-height: 4.8em;
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .incPlan__explain {
    min-height: auto;
    margin-top: 16px;
    font-size: 13px;
  }
}
.incPlan__function {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .incPlan__function {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.incPlan__function__title {
  padding-left: 8px;
  font-weight: 700;
  border-left: solid 3px #00235d;
}

@media (max-width: 767px) {
  .incPlan__function__title {
    width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.incPlan__function__item {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  font-weight: 700;
  color: #c6c6c6;
}

@media (max-width: 767px) {
  .incPlan__function__item {
    width: 45%;
    font-size: 13px;
  }
}
.incPlan__function__item::before {
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 10px;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.incPlan__function__item.--active {
  color: #00235d;
}

.incPlan__function__item.--active::before {
  background-image: url("../images/v2/inc/plan/icon_check.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.incPlan__function__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}

@media (max-width: 767px) {
  .incPlan__function__list {
    gap: 8px;
    margin-left: 0;
  }
}
.incPlan__function__list__item {
  width: 33.3333333333%;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incPlan__function__list__item {
    width: calc((100% - 8px) / 2);
  }
}
.incPlan__function__note {
  max-width: 888px;
  margin: 24px auto 0;
}

.incPlan__function__note__text {
  color: #00235d;
}

.incPlan__detail {
  display: flex;
  margin-top: 12px;
  font-weight: 700;
  color: #00235d;
}

.incPlan__detail:nth-of-type(n + 2) {
  margin-top: 4px;
}

.incPlan__more {
  margin-top: 64px;
  text-align: center;
}

.incProduct__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  padding: 40px 0;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .incProduct__content {
    padding-inline: 20px;
  }
}
.incProduct__image {
  position: relative;
  display: inline-flex;
}

@media (max-width: 767px) {
  .incProduct__image {
    padding: 40px 0;
  }
}
.incProduct__image__service {
  position: absolute;
  z-index: 10;
}

.incProduct__image__service.--SB {
  top: 130px;
  right: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .incProduct__image__service.--SB {
    top: 10px;
    right: 2%;
    left: 52%;
  }
}
.incProduct__image__service.--MM {
  bottom: 10px;
  left: 0;
}

@media (max-width: 767px) {
  .incProduct__image__service.--MM {
    right: 52%;
    bottom: 10px;
    left: 2%;
  }
}
.incProduct__image__service.--RM {
  right: 0;
  bottom: 10px;
  text-align: right;
}

@media (max-width: 767px) {
  .incProduct__image__service.--RM {
    right: 2%;
    bottom: 10px;
    left: 52%;
  }
}
.incProduct__image__text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 14px;
  color: #00235d;
}

.incProduct__image__content {
  position: relative;
  width: 100%;
  height: auto;
}

.incProduct__integration {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  padding: 24px;
  background-color: #fdfdff;
  border-radius: 20px;
  box-shadow: 0 8px 40px -2px rgba(6, 12, 59, 0.08);
}

@media (max-width: 767px) {
  .incProduct__integration {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .incProduct__integration__image {
    width: 100%;
    height: auto;
  }
}
.incProduct__integration__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.incProduct__integration__explanation {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.incProduct__integration__link {
  color: #00235d;
}

.incRmProblem {
  padding: 80px 0 120px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .incRmProblem {
    padding-top: 0;
  }
}
.incRmProblem__content {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 80px auto 0;
}

@media (max-width: 767px) {
  .incRmProblem__content {
    flex-direction: column;
    gap: 64px;
    padding: 0 20px;
  }
}
.incRmProblem__item {
  flex: 1;
  color: #fa823e;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

.incRmProblem__item__upper {
  position: relative;
  padding: 24px;
  color: #fff;
  background-color: #fa823e;
  border-radius: 10px 10px 0 0;
}

.incRmProblem__item__upper::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid #fa823e;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translateX(-50%) translateY(100%);
}

.incRmProblem__item__lower {
  padding: 40px 24px 24px;
  color: #565656;
}

.incRmProblem__number {
  position: absolute;
  top: -45px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  aspect-ratio: 1/1;
  font-size: 42px;
  color: #fa823e;
  background-color: #fff;
  border-radius: 1000px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

.incRmProblem__text {
  margin-top: 40px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .incRmProblem__text {
    font-size: 16px;
  }
}
.incRmProblem__subtext {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8em;
  margin-top: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .incRmProblem__subtext {
    font-size: 16px;
  }
}
.incRmProblem__image {
  width: 100%;
  height: auto;
}

.incRmSolution {
  text-align: center;
  background-color: #fff9f5;
}

.incRmSolution__content {
  padding: 80px 0 120px;
}

@media (max-width: 767px) {
  .incRmSolution__content {
    padding: 40px 20px 80px;
  }
}
.incRmSolution__image {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

.incRmStep__content {
  padding: 80px 24px 120px;
  text-align: center;
}

@media (max-width: 767px) {
  .incRmStep__content {
    padding: 40px 20px 80px;
  }
}
.incRmStep__image {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

.incSectionTitle {
  padding-top: 120px;
  text-align: center;
}

.incSectionTitle.--reset {
  padding-top: 0;
}

.incSectionTitle.--left {
  text-align: left;
}

.incSectionTitle.--left .incSectionTitle__main {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .incSectionTitle.--left {
    padding-left: 0;
  }
}
.incSectionTitle.--right {
  text-align: right;
}

.incSectionTitle.--right .incSectionTitle__main {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .incSectionTitle.--right {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .incSectionTitle {
    padding-inline: 20px;
  }
}
.incSectionTitle__sub {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 14px;
  color: #cf00da;
}

@media (max-width: 767px) {
  .incSectionTitle__sub {
    font-size: 12px;
  }
}
.incSectionTitle__sub.--SB {
  color: #a54af4;
}

.incSectionTitle__sub.--MM {
  color: #0db228;
}

.incSectionTitle__sub.--RM {
  color: #fa823e;
}

.incSectionTitle__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  font-size: 34px;
  color: #00235d;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .incSectionTitle__main {
    font-size: 28px;
  }
}
.incSectionTitle.--white {
  padding-top: 0;
}

.incSectionTitle.--white .incSectionTitle__main,
.incSectionTitle.--white .incSectionTitle__sub {
  color: #fff;
}

.incSceneMovie {
  padding: 64px 0;
  color: #00235d;
}

.incSceneMovie.--hasBg {
  background-color: rgba(7, 102, 244, 0.06);
}

.incSceneMovie__main {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .incSceneMovie__main {
    flex-direction: column;
    gap: 40px;
    padding-inline: 20px;
  }
}
.incSceneMovie__content {
  flex-grow: 1;
}

.incSceneMovie__content__title {
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .incSceneMovie__content__title {
    text-align: center;
  }
}
.incSceneMovie__content__description {
  margin-top: 12px;
  font-size: 14px;
}

.incSceneMovie__content__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .incSceneMovie__content__list {
    flex-flow: row wrap;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.incSceneMovie__content__link {
  display: block;
  color: #00235d;
  text-decoration: none;
}

@media (max-width: 767px) {
  .incSceneMovie__content__item {
    width: calc(50% - 16px);
  }
}
.incSceneMovie__content__text {
  display: flex;
  gap: 16px;
  align-items: center;
}

.incSceneMovie__content__text__title {
  display: flex;
  gap: 8px;
  align-items: center;
  width: calc(8em + 24px + 8px);
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.incSceneMovie__content__text__title__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.incSceneMovie__content__text__description {
  display: flex;
  flex-grow: 1;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.incSceneMovie__content__text__description::after {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #10394b;
}

@media (max-width: 767px) {
  .incSceneMovie__content__text__description::after {
    display: none;
  }
}
.incSceneMovie__video {
  width: 600px;
  overflow: hidden;
  background-color: #b800c1;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .incSceneMovie__video {
    width: 100%;
  }
}
.incSceneMovie__video__main {
  position: relative;
  aspect-ratio: 1920/1080;
}

.incSceneMovie__video__main__content {
  width: 100%;
}

.incSceneMovie__video__main__button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .incSceneMovie__video__main__button {
    width: 100px;
    height: 100px;
  }
}
.incSceneMovie__video__main__button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 150px;
  height: 150px;
  content: "";
  border: solid 2px #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .incSceneMovie__video__main__button::before {
    width: 120px;
    height: 120px;
  }
}
.incSceneMovie__video__main__button::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #c6c6c6;
}

.incSceneMovie__banner {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .incSceneMovie__banner__image {
    width: 100%;
    height: auto;
    padding-inline: 20px;
  }
}
.incStep {
  padding-bottom: 80px;
  overflow: hidden;
}

.incStep.--MM {
  background-color: rgba(13, 178, 40, 0.05);
}

.incStep.--MM .incStep__step__title {
  border-bottom: solid 1px #0db228;
}

.incStep.--MM .incStep__step__title__inner {
  background: linear-gradient(82.04deg, #0db228 3.27%, #11751a 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .incStep.--MM .incStep__step__explain {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .incStep.--MM .incStep__step__explain {
    font-size: 18px;
  }
}
.incStep.--SB {
  background: rgba(165, 74, 244, 0.1);
}

.incStep.--SB .incStep__step__title {
  border-bottom: solid 1px #a54af4;
}

.incStep.--SB .incStep__step__title__inner {
  background: linear-gradient(286.05deg, #882dd6 3.27%, #a54af4 63.47%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.incStep.--RM {
  background-color: rgba(86, 86, 86, 0.03);
}

.incStep.--RM .incStep__step {
  color: #ea4e18;
}

.incStep.--RM .incStep__step__title {
  border-bottom: solid 1px #ea4e18;
}

.incStep.--RM .incStep__step__title__inner {
  background: linear-gradient(82.04deg, #ea4e18 3.27%, #ec8310 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.incStep.--RM .incStep__step__explain {
  color: #565656;
}

@media (min-width: 768px) {
  .incStep.--RM .incStep__step__explain {
    font-size: 18px;
  }
}
.incStep__steps {
  max-width: 1200px;
  margin: 80px auto;
}

@media (max-width: 767px) {
  .incStep__steps {
    margin-top: 16px;
  }
}
.incStep__step {
  position: relative;
  display: flex;
  margin-top: 80px;
  align-items: center;
}
.incStep__step:nth-of-type(1) .incStep__step__image, .incStep__step:nth-of-type(3) .incStep__step__image {
  margin-left: auto;
}
.incStep__step:nth-of-type(2) .incStep__step__image {
  margin-right: auto;
}
.incStep__step .incStep__step__texts {
  flex: 1;
  line-height: 1.6;
  position: absolute;
  width: 60%;
  padding: 1.5em;
  z-index: 1;
  -webkit-backdrop-filter: blur(1px) brightness(0.5);
          backdrop-filter: blur(1px) brightness(0.5);
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .incStep__step {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .incStep__step:first-child {
    margin-top: 0;
  }
  .incStep__step .incStep__step__texts {
    width: 85%;
    padding: 1.5em;
    margin: auto;
    position: relative;
    flex: unset;
    background: rgba(255, 255, 255, 0.768627451);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
  .incStep__step .incStep__step__image {
    position: absolute;
    top: 0;
    left: 0;
    translate: 0 -1em;
    width: 100%;
    height: 107.5%;
    overflow: hidden;
  }
}

.incStep__step:first-child::before {
  top: -100px;
  right: -100px;
}

.incStep__step:nth-child(2)::before {
  top: -100px;
  left: -400px;
}

.incStep__step:nth-child(3)::before {
  top: -100px;
  right: 50px;
}

.incStep__step:nth-child(2n) {
  flex-direction: row-reverse;
}

.incStep__step__title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-bottom: 16px;
  line-height: 1.4;
  border-bottom: solid 1px #b800c1;
}

.incStep__step__title__inner {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  background: linear-gradient(82.04deg, #cf00da -6.93%, #000 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.incStep__step__title__num {
  font-size: 42px;
  font-family: Impact, sans-serif;
}

.incStep__step__title__text__sub {
  font-size: 20px;
}

@media (max-width: 767px) {
  .incStep__step__title__text__sub {
    font-size: 16px;
  }
}
.incStep__step__title__text__main {
  font-size: 34px;
}

@media (max-width: 767px) {
  .incStep__step__title__text__main {
    font-size: 24px;
  }
}
.incStep__step__title__copy {
  margin-left: 4px;
  font-size: 20px;
}

.incStep__step__main {
  font-weight: 700;
  position: absolute;
  opacity: 0.15;
  color: #a54af4;
  font-size: 3em;
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .incStep__step__main {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.incStep__step__main__subText {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.incStep__step__explain {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .incStep__step__explain {
    margin-top: 16px;
  }
}
.incStep__step__sub {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
}

.incStep__step__function {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.incStep__step__function__item {
  flex: 1;
  padding: 16px;
  text-align: center;
  border: solid 1px #b800c1;
  border-radius: 10px;
}

.incStep__step__image {
  position: relative;
  width: 600px;
  height: 400px;
}

@media (max-width: 767px) {
  .incStep__step__image {
    width: 100%;
    height: auto;
  }
}
.incStep__step__image__item {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .incStep__step__image__item {
    margin-top: 32px;
  }
}
.incSystem__content {
  margin-top: 64px;
  text-align: center;
}

@media (max-width: 767px) {
  .incSystem__content {
    padding-inline: 20px;
    margin-top: 32px;
  }
}
.incSystem__img {
  max-width: 100%;
  height: 100%;
}

.incThumDownload {
  position: relative;
  z-index: 1;
  display: block;
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  overflow: hidden;
  text-decoration: none;
  background: #fdfdff;
  border-radius: 20px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .incThumDownload {
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .incThumDownload:hover {
    box-shadow: 1px 12px 18px rgba(41, 64, 168, 0.2);
    opacity: 1;
    transform: translateY(-5px);
  }
}
@media (max-width: 767px) {
  .incThumDownload {
    padding: 24px 0;
    box-shadow: 0 4px 12px rgba(41, 64, 168, 0.2);
  }
}
.incThumDownload__logo {
  padding: 0 0 16px;
  text-align: center;
}

.incThumDownload__logo__img {
  height: 26px;
}

.incThumDownload__img {
  position: relative;
  padding: 16px 40px;
  line-height: 0;
  background-color: #f2f2f2;
}

.incThumDownload__img__noimage {
  width: 100%;
  aspect-ratio: 1200/630;
  -o-object-fit: cover;
     object-fit: cover;
}

.incThumDownload__img__logo {
  width: 150px;
  height: 60px;
  margin: 10px 0 0 10px;
}

@media (max-width: 767px) {
  .incThumDownload__img__logo {
    width: 100px;
  }
}
.incThumDownload__img__logo__logoThum {
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.incThumDownload__txtArea {
  padding: 16px 16px 24px;
}

@media (max-width: 767px) {
  .incThumDownload__txtArea {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.incThumDownload__txtArea__ttl {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #00235d;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .incThumDownload__txtArea__ttl {
    font-size: 16px;
  }
}
.incThumDownload__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.incThumDownload__btn__inner {
  max-width: 200px;
}

.shortAuthor {
  padding: 32px;
  margin-top: 96px;
  background: rgba(7, 102, 244, 0.06);
  border-radius: 10px;
}

@media (max-width: 767px) {
  .shortAuthor {
    padding: 24px;
    margin-top: 48px;
  }
}
.shortAuthor__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 16px !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1;
  color: #0368ff !important;
}

.shortAuthor__ttl__icon {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .shortAuthor__ttl {
    font-size: 14px !important;
  }
  .shortAuthor__ttl__icon {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .shortAuthor__prof {
    display: flex;
    justify-content: space-between;
  }
}
.shortAuthor__prof__img {
  width: 120px;
  line-height: 0;
}

.shortAuthor__prof__img img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .shortAuthor__prof__cnt {
    width: calc(100% - 140px);
  }
}
@media (max-width: 767px) {
  .shortAuthor__prof__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shortAuthor__prof__top__img {
    width: 80px;
    line-height: 0;
  }
  .shortAuthor__prof__top__img img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }
  .shortAuthor__prof__top__txtarea {
    width: calc(100% - 95px);
  }
}
.shortAuthor__prof__bio {
  display: flex;
}

.shortAuthor__prof__name {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: 700;
  border-bottom: transparent !important;
}

@media (max-width: 767px) {
  .shortAuthor__prof__name {
    font-size: 14px;
  }
}
.shortAuthor__prof__sns {
  display: flex;
  gap: 8px;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 16px;
  line-height: 1 !important;
}

.shortAuthor__prof__sns__item {
  width: 24px;
  height: 24px;
  list-style-type: none !important;
}

.shortAuthor__prof__txtarea {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .shortAuthor__prof__txtarea {
    margin-top: 16px;
    font-size: 14px;
  }
}
.shortAuthor__prof__txtarea__text {
  line-height: 1.6 !important;
}

.shortBlogCardSmall {
  width: auto;
  margin: 24px 0 80px;
  line-height: 1.4;
  background: #fdfdff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.shortBlogCardSmall__link {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
}

.shortBlogCardSmall__content {
  flex: 1;
}

.shortBlogCardSmall__image {
  width: 100px;
  height: auto;
}

@media (max-width: 767px) {
  .shortBlogCardSmall__image {
    width: 80px;
  }
}
.shortBlogCardSmall__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #393d3f;
}

.shortBlogCardSmall__explain {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #7b7b7b;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #393d3f;
  text-align: justify;
}

@media (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}
body.--isPageEnglish {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
}

body.--isPageEnglish,
body.indexEnPage {
  text-align: left;
}

@media (min-width: 768px) {
  a {
    transition: opacity 0.2s;
  }
  a:hover {
    opacity: 0.6;
  }
}
img {
  vertical-align: middle;
}

button {
  cursor: pointer;
}

button:hover {
  opacity: 0.6;
}

em {
  font-style: normal;
}

.-disno {
  display: none !important;
}

.-btn {
  position: relative;
  display: inline-block;
  width: 440px;
  padding: 26px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fdfdff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  background: #001266;
  border-radius: 1000px;
}

.-btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 38px;
  height: 38px;
  content: "";
  background: url("../images/common/icn-arw-blue.svg") center center/16px 16px no-repeat #293986;
  border-radius: 1000px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .-btn {
    transition: background-color 0.2s, box-shadow 0.2s, transform 0.2s;
  }
  .-btn:hover {
    background-color: #000e52;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 1;
    transform: translateY(-4px);
  }
}
.-btn.-grd {
  background: linear-gradient(45deg, #16c06e, #0368ff);
}

.-btn.-grd::after {
  background-image: url("../images/common/icn-arw-green.svg");
}

@media (min-width: 768px) {
  .-btn.-grd {
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .-btn.-grd:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transform: translateY(-4px);
  }
}
.-btn.-blue {
  background-color: #0368ff;
}

@media (max-width: 767px) {
  .-btn {
    width: 89.3333333333vw;
    font-size: 14px;
  }
}
.-btn .-sml {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .-btn .-sml {
    font-size: 12px;
  }
}
.pageWrp {
  margin-top: 115px;
}

@media (max-width: 767px) {
  .pageWrp {
    margin-top: 62px;
  }
}
.anc {
  position: relative;
}

.anc span {
  position: absolute;
  top: -100px;
  width: 100%;
}

@media (max-width: 767px) {
  .anc span {
    top: -93px;
  }
}
.headMod {
  text-align: center;
  background: url("../images/common/top-bg.webp") center top/cover no-repeat;
}

@media (max-width: 767px) {
  .headMod {
    background-image: url("../images/common/top-bg-sp.jpg");
  }
}
.headMod.-H {
  height: 320px;
}

@media (max-width: 767px) {
  .headMod.-H {
    height: 240px;
  }
}
.headMod__in {
  position: relative;
  height: 200px;
}

@media (max-width: 767px) {
  .headMod__in {
    height: 122px;
  }
}
.headMod__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #0368ff;
  letter-spacing: 0.2em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .headMod__ttl {
    font-size: 24px;
    line-height: 1.2;
  }
}
.headMod__ttl__small {
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .headMod__ttl__small {
    font-size: 18px;
  }
}
.headMod__entxt {
  position: absolute;
  top: 45px;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .headMod__entxt {
    top: 20px;
  }
}
@media (min-width: 768px) {
  .l-list {
    display: flex;
    flex-wrap: wrap;
  }
  .l-list li {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
    margin-bottom: 35px;
  }
  .l-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .l-list li {
    margin-bottom: 16px;
  }
}
.l-list.l-list-centered {
  justify-content: center;
}

@media (max-width: 767px) {
  .l-list.l-list-half {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
  }
  .l-list.l-list-half li {
    width: calc(50% - 8px);
    margin-bottom: 0;
  }
}
.completeMessage {
  padding: 140px 16px 48px;
  text-align: center;
}

@media (max-width: 767px) {
  .completeMessage {
    padding-top: 80px;
  }
}
.completeMessage_title {
  font-size: 32px;
  font-weight: 700;
}

.completeMessage_text {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}

@media only screen and (width <= 766px) {
  .completeMessage_title {
    font-size: 20px;
  }
  .completeMessage_text {
    font-size: 16px;
  }
}
.blogCardLargeMod {
  margin: 40px auto 100px;
}

.blogCardLargeMod__link {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  background-color: #f0f4f9;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .blogCardLargeMod__link {
    flex-direction: column;
    padding: 12px;
  }
}
.blogCardLargeMod__image {
  width: 300px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .blogCardLargeMod__image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.blogCardLargeMod__content {
  flex: 1;
}

.blogCardLargeMod__title {
  display: block;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}

@media (max-width: 767px) {
  .blogCardLargeMod__title {
    font-size: 16px;
  }
}
.blogCardLargeMod__explain {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
}

.blogCardLargeMod__linkText {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4px;
  font-size: 14px;
  color: #888;
  text-align: right;
}

.blogCardLargeMod__linkText::after {
  display: inline-block;
  width: 42px;
  height: 42px;
  content: "";
  background-image: url("../images/common/infosld-arw-next.png");
  background-size: cover;
}

.blogCardSmallMod {
  width: auto;
  margin: 12px 0 100px;
  line-height: 1.4;
  background: #fdfdff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.blogCardSmallMod__link {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
}

.blogCardSmallMod__content {
  flex: 1;
}

.blogCardSmallMod__image {
  width: 100px;
  height: auto;
}

@media (max-width: 767px) {
  .blogCardSmallMod__image {
    width: 80px;
  }
}
.blogCardSmallMod__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.blogCardSmallMod__explain {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}

.casestudyIndex .pageCnt {
  position: relative;
}

@media (max-width: 767px) {
  .casestudyIndex .pageCnt {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .casestudyIndex .pageCnt__in {
    width: 1000px;
    padding-bottom: 80px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .casestudyIndex .pageCnt__in {
    margin: 0 10px;
  }
}
.casestudyIndex .introducedCompanyWrapper {
  padding-inline: 32px;
  margin: 24px auto 40px;
}

@media (max-width: 767px) {
  .casestudyIndex .introducedCompanyWrapper {
    padding-inline: 16px;
  }
}
.casestudyIndex .l-list {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .casestudyIndex .l-list .incArticleItem {
    height: 100%;
  }
}
.casestudyIndex.casestudyIndexTaxnomy .pageCnt {
  position: relative;
}

.casestudyIndex.casestudyIndexTaxnomy .casestudyIndexTaxnomy__otherSection {
  margin-top: 40px;
}

.indexConference2024Page {
  background: #00235d;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
}

.indexConference2024Page__textAnimation {
  opacity: 0;
}

.indexConference2024Page__textAnimation.--isActive {
  position: relative;
  overflow: hidden;
  animation: textanimation 1.4s forwards;
}

.indexConference2024Page__textAnimation.--isActive.--animation1 {
  animation-delay: 0.2s;
}

.indexConference2024Page__textAnimation.--isActive.--animation2 {
  animation-delay: 0.4s;
}

.indexConference2024Page__textAnimation.--isActive.--animation3 {
  animation-delay: 0.6s;
}

.indexConference2024Page__textAnimation.--isActive.--animation4 {
  animation-delay: 0.8s;
}

.indexConference2024Page__textAnimation.--isActive.--animation5 {
  animation-delay: 1s;
}

.indexConference2024Page__textAnimation.--isActive.--animation6 {
  animation-delay: 1.2s;
}

.indexConference2024Page__textAnimation.--isActive.--animation7 {
  animation-delay: 1.4s;
}

@keyframes textanimation {
  0% {
    bottom: -20px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
.indexConference2024Page__inner {
  position: relative;
}

.indexConference2024Page__button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  padding: 16px 0;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  color: #00235d;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  background: #fff;
  border-radius: 1000px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}
@media (max-width: 767px) {
  .indexConference2024Page__button {
    font-size: 14px;
  }
}
.indexConference2024Page__button.--small {
  padding: 12px 0;
  font-size: 16px;
}

.indexConference2024Page__button__text {
  position: relative;
  margin-right: 12px;
}

.indexConference2024Page__button::before {
  position: absolute;
  top: 0;
  left: -130%;
  width: 120%;
  height: 100%;
  content: "";
  background: #00235d;
  transform: skewX(-25deg);
}

.indexConference2024Page__button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  content: "";
  background-color: #00235d;
  -webkit-mask: url("../images/v2/page/conference2024/button-arrow.svg") center center/cover no-repeat;
          mask: url("../images/v2/page/conference2024/button-arrow.svg") center center/cover no-repeat;
  transition: background-color 0.5s;
  transform: translateY(-50%);
}

.indexConference2024Page__button:hover {
  color: #fff;
  background: 0 0;
  opacity: 1;
}

.indexConference2024Page__button:hover::before {
  animation: skewanime 0.5s forwards;
}

.indexConference2024Page__button:hover::after {
  background-color: #fff;
}

.indexConference2024Page__bg {
  position: sticky;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(0, #003386, #001436);
  background-size: 200% 200%;
  animation: bganimation 4s ease infinite;
}

@media (max-width: 767px) {
  .indexConference2024Page__bg {
    margin-bottom: -60vh;
  }
}
.indexConference2024Page__bg__arrow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.indexConference2024Page__bg__arrow__item {
  transform: translate(-100%, 50%);
}

@media (max-width: 767px) {
  .indexConference2024Page__bg__arrow {
    display: none;
  }
}
.indexConference2024Page__bg__arrow.--sp {
  display: none;
}

@media (max-width: 767px) {
  .indexConference2024Page__bg__arrow.--sp {
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
  }
}
@keyframes bganimation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@media (min-width: 768px) {
  .archiveDownloadPage .pageCnt__in {
    width: 1200px;
    padding-bottom: 85px;
    margin: 64px auto 0;
  }
}
@media (max-width: 767px) {
  .archiveDownloadPage .pageCnt__in {
    padding: 40px 0;
  }
}
.archiveDownloadPage__pickup {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 24px 40px;
  margin-top: 40px;
  color: #00235d;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .archiveDownloadPage__pickup {
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .archiveDownloadPage__pickup:hover {
    box-shadow: 1px 12px 18px rgba(41, 64, 168, 0.2);
    opacity: 1;
    transform: translateY(-5px);
  }
}
@media (max-width: 767px) {
  .archiveDownloadPage__pickup {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    margin-inline: 20px;
  }
}
.archiveDownloadPage__pickup__img {
  flex-shrink: 0;
  width: 440px;
}

@media (max-width: 767px) {
  .archiveDownloadPage__pickup__img {
    width: 100%;
  }
}
.archiveDownloadPage__pickup__img__content {
  width: 100%;
  height: auto;
}

.archiveDownloadPage__pickup__subTitle {
  font-size: 18px;
  font-weight: 700;
  color: #cf00da;
}

@media (max-width: 767px) {
  .archiveDownloadPage__pickup__subTitle {
    font-size: 16px;
  }
}
.archiveDownloadPage__pickup__title {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .archiveDownloadPage__pickup__title {
    font-size: 18px;
  }
}
.archiveDownloadPage__pickup__explain {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .archiveDownloadPage__pickup__explain {
    font-size: 12px;
  }
}
.archiveDownloadPage__pickup__button {
  display: inline-flex;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .archiveDownloadPage__pickup__button {
    display: flex;
  }
}
.archiveDownloadPage__section {
  padding-top: 80px;
}

.archiveDownloadPage__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .archiveDownloadPage__list__item {
    width: calc((100% - 64px) / 3);
  }
}
@media (max-width: 767px) {
  .archiveDownloadPage__list {
    flex-direction: row;
    padding-inline: 20px;
  }
  .archiveDownloadPage__list__item {
    width: 100%;
  }
}
.indexEnPage {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
}

.infoIndex .pageCnt {
  position: relative;
}

@media (min-width: 768px) {
  .infoIndex .pageCnt__in {
    width: 1120px;
    padding-bottom: 85px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .infoIndex .pageCnt__in {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .reportIndex .pageCnt__in {
    width: 1120px;
    padding-bottom: 85px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .reportIndex .pageCnt__in {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .seminarIndex .pageCnt__in {
    width: 1000px;
    padding-bottom: 80px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .seminarIndex .pageCnt__in {
    padding-bottom: 40px 0;
    margin-inline: 8px;
  }
}
@media (max-width: 767px) {
  .seminarIndex__pickup {
    padding-top: 32px;
  }
}
.seminarIndex__pickup > :last-child {
  margin-bottom: 80px;
}

.seminarIndex__content {
  padding-top: 40px;
}

.seminarIndex__section {
  padding-top: 80px;
}

.seminarIndex__section:first-child {
  margin-top: 0;
}

.articlePage .article {
  width: 1000px;
  margin: 32px auto;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

@media (max-width: 767px) {
  .articlePage .article {
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px;
    font-size: 14px;
  }
}
.articlePage__subTitle {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.articlePage__explain {
  margin-bottom: 40px;
}

.articlePage .mokujiMod {
  padding: 32px 40px;
  margin-bottom: 40px;
  background-color: #ebeef2;
}

@media (max-width: 767px) {
  .articlePage .mokujiMod {
    padding: 24px;
    font-size: 14px;
  }
}
.articlePage .mokujiMod__ttl {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .articlePage .mokujiMod__ttl {
    font-size: 18px;
  }
}
.articlePage .mokujiMod__ttl::before {
  width: 5px;
  height: 25px;
  content: "";
  background-color: #b800c1;
}

.articlePage .mokujiMod__listItem:not(:last-child) {
  margin-bottom: 16px;
}

.articlePage .mokujiMod__listItem:not(.--indent) {
  padding-left: 12px;
}

.articlePage .mokujiMod__listItem:not(.--indent) .mokujiMod__listItemLink {
  font-weight: 700;
}

.articlePage .mokujiMod__listItem.--indent {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #0046af;
}

@media (max-width: 767px) {
  .articlePage .mokujiMod__listItem.--indent {
    font-size: 12px;
  }
}
.articlePage .mokujiMod__listItem.--indent + .mokujiMod__listItem:not(.--indent) {
  padding-top: 8px;
}

.articlePage .mokujiMod__listItem.--indent::before {
  content: "ー";
}

.articlePage .mokujiMod__listItemLink {
  color: #0046af;
  text-decoration: none;
}

.articlePage .postMod {
  margin-bottom: 40px;
}

.articlePage .postMod__text a {
  color: #0046af;
}

.articlePage .postMod__text p {
  margin-bottom: 24px;
}

.articlePage .postMod__text p:has(img) {
  text-align: center;
}

.articlePage .postMod__text img {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 24px auto;
}

@media (max-width: 767px) {
  .articlePage .postMod__text img {
    max-width: 500px;
  }
}
.articlePage .postMod__text li {
  margin-bottom: 12px;
}

.articlePage .postMod__text table {
  margin-bottom: 24px;
}

.articlePage .postMod__text table tr td {
  box-sizing: border-box;
  width: auto !important;
  min-width: 200px;
  height: auto !important;
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #c6c6c6;
}

@media (max-width: 767px) {
  .articlePage .postMod__text table tr td {
    min-width: 120px;
  }
}
.articlePage .postMod__text table tr td:first-child {
  font-weight: 700;
  color: #b800c1;
  background-color: #ebeef2;
}

.articlePage .postMod__titleWrapper {
  padding-top: 32px;
}

.articlePage .postMod__title.--h2 {
  position: relative;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 700;
  border-top: 4px solid #d9d9d9;
}

@media (max-width: 767px) {
  .articlePage .postMod__title.--h2 {
    padding-top: 32px;
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.articlePage .postMod__title.--h2::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 200px;
  height: 4px;
  content: "";
  background-color: #b800c1;
}

@media (max-width: 767px) {
  .articlePage .postMod__title.--h2::before {
    width: 100px;
  }
}
.articlePage .postMod__title.--h3 {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .articlePage .postMod__title.--h3 {
    margin-bottom: 24px;
  }
}
.articlePage .postMod__title.--h3::before {
  width: 6px;
  height: 30px;
  content: "";
  background-color: #b800c1;
}

.articlePage .postMod__title.--h3.--hasBadge {
  position: relative;
  padding-top: 48px;
}

.articlePage .postMod__title.--h3 .postMod__titleBadge {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #b800c1;
}

.articlePage .postMod__title.--h3 .postMod__titleText {
  flex: 1;
}

.articlePage .postMod__title.--h4 {
  width: 100%;
  margin-bottom: 24px;
}

.articlePage .postMod__title.--h4::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 16px;
  content: "";
  background-color: #c6c6c6;
}

.articlePage .postMod__articleRelatedLinkList {
  margin-bottom: 24px;
}

.articlePage .postMod__articleRelatedLinkListInner {
  box-sizing: border-box;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  border: 2px solid #c6c6c6;
}

@media (max-width: 767px) {
  .articlePage .postMod__articleRelatedLinkListInner {
    flex-direction: column;
    row-gap: 16px;
  }
}
.articlePage .postMod__articleRelatedLinkListImage {
  max-width: 214px;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .articlePage .postMod__articleRelatedLinkListImage {
    max-width: 350px;
  }
}
.articlePage .postMod__articleRelatedLinkListTitle {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.articlePage .postMod__articleRelatedLinkListText {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 14px;
  color: #0046af;
  -webkit-line-clamp: 3;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .articlePage .postMod__articleRelatedLinkListText {
    -webkit-line-clamp: 5;
  }
}
.articlePage .postMod__relatedLink {
  padding-top: 16px;
}

@media (max-width: 767px) {
  .articlePage .postMod__relatedLink {
    padding-top: 12px;
  }
}
.articlePage .postMod__relatedLinkList {
  margin-bottom: 40px;
}

.articlePage .postMod__relatedLinkList:last-child {
  margin-bottom: 0;
}

.articlePage .postMod__relatedLinkListInner {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-items: center;
  font-weight: 700;
  color: #0046af;
}

.articlePage .postMod__relatedLinkThumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.articlePage .postMod__relatedLinkTitle {
  flex: 1;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .articlePage .postMod__relatedLinkTitle {
    font-size: 16px;
  }
}
.documentPage__content {
  width: 800px;
  padding: 48px 0 80px;
  margin: 0 auto;
  word-break: break-all;
}

@media (max-width: 767px) {
  .documentPage__content {
    box-sizing: border-box;
    width: 100%;
    padding: 32px 16px;
  }
}
.documentPage__content h2 {
  font-size: 34px;
}

.documentPage__content h3 {
  font-size: 28px;
}

.documentPage__content h4 {
  font-size: 20px;
}

.documentPage__content * {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.documentPage__content * + figure,
.documentPage__content * + p {
  margin-top: 12px;
}

.documentPage__content * + h2,
.documentPage__content * + h3,
.documentPage__content * + h4 {
  margin-top: 32px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .documentPage__content * {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .documentPage__content h2 {
    font-size: 24px;
  }
  .documentPage__content h3 {
    font-size: 20px;
  }
  .documentPage__content h4 {
    font-size: 18px;
  }
}
.documentPage__content ol,
.documentPage__content ul {
  padding-left: 24px;
}

.documentPage__content ol li + li,
.documentPage__content ul li + li {
  margin-top: 4px;
}

.documentPage__content ol li ol,
.documentPage__content ol li ul,
.documentPage__content ul li ol,
.documentPage__content ul li ul {
  margin: 16px 0;
}

.documentPage__content ol li {
  list-style: decimal;
}

.documentPage__content ul li {
  list-style: disc;
}

.documentPage__content a {
  text-decoration: underline;
}

.bpiPage__sectionTitle {
  text-align: center;
}

.bpiPage__sectionTitle.--left {
  text-align: left;
}

@media (max-width: 767px) {
  .bpiPage__sectionTitle.--left {
    text-align: center;
  }
}
.bpiPage__sectionTitle__en,
.bpiPage__sectionTitle__jp {
  display: block;
  color: #000;
  letter-spacing: 0.2em;
}

.bpiPage__sectionTitle__en {
  font-size: 16px;
  font-weight: 400;
  color: #cf00da;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
}

@media (max-width: 767px) {
  .bpiPage__sectionTitle__en {
    font-size: 12px;
  }
}
.bpiPage__sectionTitle__jp {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .bpiPage__sectionTitle__jp {
    font-size: 20px;
  }
}
.bpiPage__sectionTitle__jp.--white {
  color: #fff;
}

@media (max-width: 767px) {
  .bpiPage__sectionTitle__sm {
    display: block;
    font-size: 10px;
  }
}
.bpiPage__slideAnimation {
  position: relative;
}

.bpiPage__slideAnimation::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  background: #b800c1;
}

.bpiPage__slideAnimationChild {
  opacity: 0;
}

.bpiPage__slideAnimation.--isActive::before {
  animation: slideAnimation forwards 1s ease normal;
}

.bpiPage__slideAnimation.--isActive .bpiPage__slideAnimationChild {
  animation: slideAnimationChild forwards 1s ease 0.2s normal;
}

@keyframes slideAnimation {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  60% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes slideAnimationChild {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bpiPage .js-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.bpiPage .js-modal.--isActive {
  display: flex;
}

.bpiPage .js-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-height: 100%;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .bpiPage .js-modal-content {
    width: calc(100% - 20px);
    padding: 0;
  }
}
.bpiPage .js-modal-contentImg {
  width: 100%;
  height: auto;
}

.bpiPage .js-modal-closeBtn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #9d9d9d;
  cursor: pointer;
}

@media (max-width: 767px) {
  .bpiPage .js-modal-closeBtn {
    top: 0;
    right: 0;
  }
}
.bpiPage .js-modal-closeBtn :focus,
.bpiPage .js-modal-closeBtn:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .bpiPage__header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 62px;
    background: #fff;
    border-bottom: 1px solid #c6c6c6;
  }
}
.bpiPage__fv {
  margin-top: 305px;
}

@media (max-width: 767px) {
  .bpiPage__fv {
    margin-top: 127px;
  }
}
.bpiPage__fv__inner {
  position: relative;
}

.bpiPage__fv__titleBox {
  text-align: center;
}

.bpiPage__fv__title {
  display: inline-block;
  font-size: 72px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bpiPage__fv__title {
    font-size: 34px;
  }
}
.bpiPage__fv__text {
  display: inline-block;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .bpiPage__fv__text {
    font-size: 12px;
  }
}
.bpiPage__fv__text.--isActive::before {
  animation-delay: 0.4s;
}

.bpiPage__fv__text.--isActive .bpiPage-slideAnimationChild {
  animation-delay: 0.4s;
}

.bpiPage__fv__scrollDown {
  position: absolute;
  top: 40%;
  left: 40px;
  z-index: 10;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .bpiPage__fv__scrollDown {
    display: none;
  }
}
.bpiPage__fv__scrollDown__item {
  position: relative;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 266px;
  margin-top: 16px;
  background-color: #000;
  transform: translateX(-50%);
}

.bpiPage__fv__scrollDown__item::after {
  position: absolute;
  top: 0;
  width: 3px;
  height: 76px;
  content: "";
  background: #b800c1;
  animation: scrolldown-move-keyframes 1.4s linear infinite;
}

@keyframes scrolldown-move-keyframes {
  0% {
    top: 0;
    height: 0;
  }
  10% {
    top: 0;
    height: 76px;
  }
  80% {
    height: 76px;
  }
  100% {
    top: 266px;
    height: 0;
    transform: translateY(-50%);
  }
}
.bpiPage__fv__img {
  width: 100%;
  margin-top: 120px;
}

@media (max-width: 767px) {
  .bpiPage__fv__img {
    margin-top: 120px;
  }
}
.bpiPage__fv__img__item {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .bpiPage__fv__img__item {
    height: 250px;
  }
}
.bpiPage__problem {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .bpiPage__problem {
    padding-inline: 8px;
    margin-top: 64px;
  }
}
.bpiPage__problem__list {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 64px auto 0;
}

@media (max-width: 767px) {
  .bpiPage__problem__list {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }
}
.bpiPage__problem__item {
  width: 100%;
}

@media (max-width: 767px) {
  .bpiPage__problem__item {
    gap: 8px;
    padding: 32px 12px;
    border: 1px solid #c6c6c6;
  }
}
.bpiPage__problem__item__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bpiPage__problem__content {
  padding: 40px 24px 24px;
  background: #fff;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .bpiPage__problem__content {
    padding: 0;
    box-shadow: none;
  }
}
.bpiPage__problem__content__title {
  font-size: 20px;
  color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .bpiPage__problem__content__title {
    font-size: 18px;
  }
}
.bpiPage__problem__content__text {
  color: #000;
}

@media (max-width: 767px) {
  .bpiPage__problem__content__text {
    font-size: 12px;
  }
}
.bpiPage__problem__content__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

.bpiPage__problem__content__item {
  display: flex;
  gap: 16px;
  align-items: center;
  min-height: 80px;
  padding: 16px;
  background: rgba(235, 238, 242, 0.4);
}

.bpiPage__problem__arrow {
  display: block;
  width: 40px;
  height: 40px;
  margin-inline: auto;
  background-color: #fff;
  -webkit-mask: url("../images/v2/page/bpi/icon-arrow.svg") center center/cover no-repeat;
          mask: url("../images/v2/page/bpi/icon-arrow.svg") center center/cover no-repeat;
}

@media (max-width: 767px) {
  .bpiPage__problem__arrow {
    background-color: #000;
  }
}
.bpiPage__problem__solution {
  padding: 24px;
  color: #fff;
  background: #cf00da;
}

.bpiPage__problem__solution__title {
  text-align: center;
}

.bpiPage__problem__solution__title::after {
  display: block;
  width: 65px;
  height: 1px;
  margin: 32px auto;
  content: "";
  background: #fff;
}

.bpiPage__problem__solution__title__en {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
}

.bpiPage__problem__solution__title__jp {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.bpiPage__problem__solution__text {
  line-height: 1.6;
}

.bpiPage__problem__supText {
  max-width: 1200px;
  margin: 16px auto 0;
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
}

@media (max-width: 767px) {
  .bpiPage__problem__supText {
    color: #000;
  }
}
.bpiPage__bpi {
  padding: 480px 0 200px;
  margin-top: -448px;
  color: #fff;
  background: #00235d;
}

@media (max-width: 767px) {
  .bpiPage__bpi {
    padding: 64px 20px;
    margin-top: 32px;
  }
}
.bpiPage__bpi__about {
  position: relative;
}

.bpiPage__bpi__about__inner {
  position: relative;
  max-width: 1200px;
  min-height: 717px;
  margin: 64px auto 0;
}

@media (max-width: 767px) {
  .bpiPage__bpi__about__inner {
    min-height: 100%;
  }
}
.bpiPage__bpi__about__textBox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 490px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .bpiPage__bpi__about__textBox {
    position: static;
    width: 100%;
    transform: translateY(0);
  }
}
.bpiPage__bpi__about__text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .bpiPage__bpi__about__text {
    margin-top: 24px;
  }
}
.bpiPage__bpi__about__img {
  position: absolute;
  top: 0;
  right: 0;
}

@media (width >= 1300px) {
  .bpiPage__bpi__about__img {
    right: 4%;
  }
}
@media (max-width: 767px) {
  .bpiPage__bpi__about__img {
    position: static;
    margin-top: 32px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .bpiPage__bpi__about__img__item {
    width: 100%;
    height: auto;
  }
}
.bpiPage__bpi__content__item {
  position: relative;
  margin-top: 160px;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__item {
    flex-direction: column;
    gap: 24px;
    margin-top: 80px;
  }
}
.bpiPage__bpi__content__item:nth-child(2n) .bpiPage__bpi__content__item__inner {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__item:nth-child(2n) .bpiPage__bpi__content__item__inner {
    flex-direction: column;
  }
}
.bpiPage__bpi__content__item:nth-child(2n) .bpiPage__bpi__content__item__imgBg {
  right: auto;
  left: 0;
}

.bpiPage__bpi__content__item:nth-child(2n) .bpiPage__bpi__content__imgBox {
  align-items: flex-start;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__item:nth-child(2n) .bpiPage__bpi__content__imgBox {
    align-items: center;
  }
}
.bpiPage__bpi__content__item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  min-height: 500px;
  margin: 64px auto 0;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__item__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.bpiPage__bpi__content__item__imgBg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 40%;
  height: 500px;
  content: "";
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__item__imgBg {
    display: none;
  }
}
.bpiPage__bpi__content__textBox {
  width: 490px;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__textBox {
    width: 100%;
  }
}
.bpiPage__bpi__content__num {
  padding: 8px 4px;
  font-size: 54px;
  color: #cf00da;
  border-top: 1px solid #cf00da;
  border-bottom: 1px solid #cf00da;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
}

.bpiPage__bpi__content__title {
  display: block;
  margin-top: 24px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__title {
    font-size: 20px;
    text-align: center;
  }
}
.bpiPage__bpi__content__text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__text {
    margin-top: 16px;
    font-size: 14px;
  }
}
.bpiPage__bpi__content__listTitle {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__listTitle {
    font-size: 14px;
  }
}
.bpiPage__bpi__content__subList {
  margin-top: 12px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__subList {
    margin-top: 16px;
  }
}
.bpiPage__bpi__content__subList__subItem {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 16px 0 16px 64px;
  border-top: 1px solid #fff;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__subList__subItem {
    gap: 16px;
    padding: 24px 0;
  }
}
.bpiPage__bpi__content__subList__title {
  width: 25%;
  font-size: 16px;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__subList__title {
    font-size: 14px;
  }
}
.bpiPage__bpi__content__subList__text {
  width: 75%;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.bpiPage__bpi__content__imgBox {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__imgBox {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.bpiPage__bpi__content__imgBox__button {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
}

@media (max-width: 767px) {
  .bpiPage__bpi__content__imgBox__button {
    display: none;
  }
}
@media (max-width: 767px) {
  .bpiPage__bpi__content__img {
    width: 100%;
    height: auto;
  }
}
.bpiPage__orchestration {
  position: relative;
  padding: 64px 0 80px;
  overflow: hidden;
}

.bpiPage__orchestration__title {
  font-size: 68px;
  color: rgba(0, 35, 93, 0.1);
  letter-spacing: 0.1em;
  transform: translateX(100vw);
}

@media (max-width: 767px) {
  .bpiPage__orchestration__title {
    font-size: 28px;
    text-align: center;
  }
}
.bpiPage__orchestration__title.--isActive {
  animation: textSlide 1s linear forwards;
}

@keyframes textSlide {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
.bpiPage__orchestration__arrow {
  position: absolute;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

.bpiPage__orchestration__arrow__item {
  transform: translate(-100%, 50%);
}

.bpiPage__orchestration__content {
  position: relative;
  margin-top: 64px;
}

@media (max-width: 767px) {
  .bpiPage__orchestration__content {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 24px;
    overflow: hidden;
  }
}
.bpiPage__orchestration__content__inner {
  max-width: 1200px;
  padding: 80px 0;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .bpiPage__orchestration__content__inner {
    padding: 0;
  }
}
.bpiPage__orchestration__content__textBox {
  position: relative;
  z-index: 1;
  width: 490px;
}

@media (max-width: 767px) {
  .bpiPage__orchestration__content__textBox {
    width: 100%;
    padding-inline: 20px;
  }
}
.bpiPage__orchestration__content__text {
  margin-top: 24px;
  line-height: 1.6;
  color: #000;
}

.bpiPage__orchestration__content__img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  height: auto;
  transform: translateY(-50%);
}

@media (width >= 1300px) {
  .bpiPage__orchestration__content__img {
    width: 880px;
    height: 590px;
  }
}
@media (1000px <= width < 1200px) {
  .bpiPage__orchestration__content__img {
    width: 60%;
    height: auto;
  }
}
@media (768px <= width < 1000px) {
  .bpiPage__orchestration__content__img {
    width: 60%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .bpiPage__orchestration__content__img {
    position: static;
    width: 100%;
    height: auto;
    margin-right: 0;
    transform: translateY(0);
    transform: scale(1.1);
  }
}
.bpiPage__orchestration__database {
  padding: 16px 0;
  margin-top: 32px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.bpiPage__orchestration__database__title {
  font-size: 14px;
  color: #000;
  text-align: center;
}

.bpiPage__orchestration__database__list {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 16px;
}

.bpiPage__orchestration__database__item {
  text-align: center;
}

.bpiPage__orchestration__database__textBox {
  margin-top: 16px;
  color: #000;
}

.bpiPage__orchestration__database__textBox__title {
  font-size: 12px;
  font-weight: 700;
}

.bpiPage__orchestration__database__textBox__text {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bpiPage__orchestration__database__textBox__text {
    font-size: 14px;
  }
}
.bpiPage__orchestration__database__textBox__num {
  font-size: 34px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bpiPage__orchestration__database__textBox__num {
    font-size: 24px;
  }
}
.bpiPage__orchestration__service {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  padding: 80px 0;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .bpiPage__orchestration__service {
    flex-direction: column;
    padding-inline: 20px;
  }
}
.bpiPage__orchestration__service__item {
  width: calc((100% - 40px) / 2);
  padding: 32px;
  text-align: center;
  background: #fff;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .bpiPage__orchestration__service__item {
    width: 100%;
    padding-inline: 16px;
  }
}
.bpiPage__orchestration__service__title {
  text-align: center;
}

.bpiPage__orchestration__service__title__user {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #00235d;
}

@media (max-width: 767px) {
  .bpiPage__orchestration__service__title__user {
    font-size: 12px;
  }
}
.bpiPage__orchestration__service__logo {
  display: block;
  margin-inline: auto;
  margin-top: 24px;
}

.bpiPage__orchestration__service__img {
  margin: 24px auto 0;
}

@media (max-width: 767px) {
  .bpiPage__orchestration__service__img {
    width: 100%;
    height: auto;
  }
}
.bpiPage__orchestration__service__text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  letter-spacing: 0.1em;
}

.bpiPage__orchestration__service__button {
  width: 240px;
  margin: 32px auto 0;
}

.bpiPage__roadmap {
  padding: 80px 0;
  background: #ebeef2;
}

.bpiPage__roadmap__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .bpiPage__roadmap__inner {
    padding-inline: 20px;
  }
}
.bpiPage__roadmap__content {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bpiPage__roadmap__content__inner {
    display: flex;
  }
}
.bpiPage__roadmap__list {
  display: flex;
  margin-left: 24px;
}

@media (max-width: 767px) {
  .bpiPage__roadmap__list {
    flex-direction: column;
    gap: 24px;
    margin: 24px 0 0 16px;
  }
}
.bpiPage__roadmap__item {
  position: relative;
  width: 25%;
  padding: 40px 16px 0;
  color: #000;
}

@media (max-width: 767px) {
  .bpiPage__roadmap__item {
    width: 100%;
    padding: 0;
  }
}
.bpiPage__roadmap__item::after,
.bpiPage__roadmap__item::before {
  position: absolute;
  display: block;
  content: "";
  background: #000;
}

@media (max-width: 767px) {
  .bpiPage__roadmap__item::after,
  .bpiPage__roadmap__item::before {
    display: none;
  }
}
.bpiPage__roadmap__item::before {
  top: -20px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 1000px;
}

.bpiPage__roadmap__item::after {
  top: -20px;
  left: 6px;
  width: 1px;
  height: calc(100% + 20px);
}

.bpiPage__roadmap__step {
  display: none;
}

@media (max-width: 767px) {
  .bpiPage__roadmap__step {
    display: block;
    color: #cf00da;
    letter-spacing: 0.1em;
  }
  .bpiPage__roadmap__step__num {
    font-size: 12px;
  }
  .bpiPage__roadmap__step__title {
    margin-top: 4px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.bpiPage__roadmap__date {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .bpiPage__roadmap__date {
    margin-top: 16px;
  }
}
.bpiPage__roadmap__title {
  min-height: 36px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .bpiPage__roadmap__title {
    min-height: auto;
  }
}
.bpiPage__roadmap__text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .bpiPage__roadmap__text {
    margin-top: 4px;
  }
}
.bpiPage__logo {
  padding: 80px 0;
  text-align: center;
}

.bpiPage__logo__title {
  font-size: 24px;
  color: #000;
  letter-spacing: 0.1em;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
}

.bpiPage__logoSlider {
  margin-top: 32px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .bpiPage__logoSlider {
    margin-top: 16px;
  }
}
.bpiPage__logoSlider__content {
  position: relative;
  width: 100%;
}

.bpiPage__logoSlider__row {
  display: flex;
  width: 200%;
  margin-top: 4px;
}

.bpiPage__logoSlider__row.--few .bpiPage__logoSlider__item {
  width: 11.1111111111%;
}

.bpiPage__logoSlider__row__half {
  display: flex;
  flex-basis: 50%;
  align-items: center;
  animation: logoSlider__slide 30s linear infinite;
}

.bpiPage__logoSlider__item {
  width: 10%;
  text-align: center;
}

@keyframes logoSlider__slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.bpiPage__media {
  padding: 80px 0;
  color: #000;
  background: #ebeef2;
}

.bpiPage__media__title {
  font-size: 24px;
  text-align: center;
}

.bpiPage__media__content {
  max-width: 1200px;
  padding: 40px 80px;
  margin: 40px auto 0;
  background: #fff;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .bpiPage__media__content {
    padding: 40px 0;
    margin-inline: 20px;
  }
}
.bpiPage__media__img {
  width: 100%;
  height: auto;
}

.bpiPage__media__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  justify-content: space-between;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .bpiPage__media__list {
    flex-direction: column;
    padding-inline: 16px;
    margin-top: 40px;
  }
}
.bpiPage__media__item {
  width: 330px;
}

@media (max-width: 767px) {
  .bpiPage__media__item {
    width: 100%;
  }
}
.bpiPage__media__link {
  color: #000;
  text-decoration: none;
}

.bpiPage__media__text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.bpiPage__contact {
  padding: 80px 0;
  background: rgba(235, 238, 242, 0.1);
}

.bpiPage__contact__form {
  width: 670px;
  padding: 24px;
  margin: 24px auto 0;
  margin-top: 40px;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .bpiPage__contact__form {
    width: 100%;
  }
}
.bpiPage__seminer {
  padding: 80px 0;
  background: #00235d;
}

.bpiPage__seminer__content {
  margin-top: 40px;
}

.bpiPage__copy__inner {
  position: relative;
  height: 500px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .bpiPage__copy__inner {
    height: 250px;
  }
}
.bpiPage__copy__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 72px;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bpiPage__copy__text {
    font-size: 26px;
  }
}
.bpiPage__copy__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.bpiPage__copy__img__item {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.formPage .pageCnt {
  padding: 65px 0 100px;
}

@media (max-width: 767px) {
  .formPage .pageCnt {
    padding: 40px 0 60px;
  }
}
@media (min-width: 768px) {
  .formPage .pageCnt__in {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .formPage .pageCnt__in {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .formPage-contact .pageCnt__in {
    width: 800px;
  }
}
.formPage-contact .contact__inner {
  padding: 0 40px;
}

@media (max-width: 767px) {
  .formPage-contact .contact__inner {
    padding: 0 16px;
  }
}
.formPage__notice {
  margin-bottom: 32px;
  text-align: right;
}

.functionPage__contentsNav {
  margin: 80px 0;
}

@media (max-width: 767px) {
  .functionPage__contentsNav {
    margin: 40px 0;
  }
}
.functionPage__feature {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .functionPage__feature {
    padding-inline: 20px;
  }
}
.functionPage__feature__titlebox {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .functionPage__feature__titlebox {
    padding-top: 32px;
  }
}
.functionPage__feature.--function {
  background: rgba(7, 102, 244, 0.06);
}

.functionPage__feature__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.functionPage__feature__article {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .functionPage__feature__article {
    padding-top: 72px;
  }
}
.functionPage__feature__title {
  font-size: 28px;
  color: #00235d;
}

@media (max-width: 767px) {
  .functionPage__feature__title {
    font-size: 24px;
  }
}
.functionPage__feature__subtitle {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-top: 64px;
  font-size: 20px;
  color: #cf00da;
  border-bottom: 1px solid #c6c6c6;
}

@media (max-width: 767px) {
  .functionPage__feature__subtitle {
    align-items: flex-start;
    margin-top: 72px;
  }
}
.functionPage__feature__subtitle__num {
  margin-right: 12px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 24px;
}

@media (max-width: 767px) {
  .functionPage__feature__subtitle__num {
    display: block;
  }
}
.functionPage__feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 40px;
}

.functionPage__feature__item {
  width: calc((100% - 64px) / 3);
}

@media (max-width: 767px) {
  .functionPage__feature__item {
    width: 100%;
  }
}
.functionPage__caseStudy {
  padding-bottom: 120px;
  background: rgba(7, 102, 244, 0.06);
}

.functionPage__caseStudy__list {
  margin-top: 40px;
}

.functionPage__caseStudy__button {
  margin-top: 64px;
  text-align: center;
}

@media (max-width: 767px) {
  .functionPage__caseStudy__button {
    padding-inline: 20px;
  }
}
.functionPage__system__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.functionPage__intergrationLogo {
  max-width: 767px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .functionPage__intergrationLogo {
    padding: 0 20px 48px;
  }
}
.functionPage__intergrationLogo__title {
  margin-top: 24px;
  font-size: 28px;
  color: #00235d;
  text-align: center;
}

@media (max-width: 767px) {
  .functionPage__intergrationLogo__title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.functionPage__step__inner {
  max-width: 1200px;
  padding-bottom: 128px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .functionPage__step__inner {
    padding: 0 20px 40px;
  }
}
.intentMarketingPage .exampleSec__inner,
.intentMarketingPage .marketingSec,
.intentMarketingPage .meritSec,
.intentMarketingPage .reasonSec {
  max-width: 1120px;
  margin: 120px auto;
}

@media (min-width: 768px) {
  .intentMarketingPage .reasonSec__content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .intentMarketingPage .reasonSec__content {
    padding: 0 16px;
  }
}
.intentMarketingPage .reasonSec__intro {
  display: flex;
  justify-content: center;
}

.intentMarketingPage .reasonSec__intro__inner {
  display: inline-block;
}

.intentMarketingPage .reasonSec__intro__paragraph {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .intentMarketingPage .reasonSec__intro__paragraph {
    font-size: 14px;
  }
}
.intentMarketingPage .reasonSec__intro__paragraph + .reasonSec__paragraph {
  margin-top: 40px;
}

.intentMarketingPage .reasonSec__main {
  margin-top: 80px;
}

.intentMarketingPage .reasonSec__main__title {
  font-size: 24px;
  font-weight: 700;
  color: #0368ff;
  text-align: center;
}

.intentMarketingPage .reasonSec__main__explain {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .intentMarketingPage .reasonSec__main__explain {
    font-size: 14px;
  }
}
.intentMarketingPage .reasonSec__main__journey {
  margin: 40px auto;
  text-align: center;
}

.intentMarketingPage .reasonSec__main__journey img {
  width: 100%;
  height: auto;
}

.intentMarketingPage .reasonSec__main__survey {
  display: flex;
  gap: 48px;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .intentMarketingPage .reasonSec__main__survey {
    flex-direction: column;
  }
}
.intentMarketingPage .reasonSec__main__survey__text {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .intentMarketingPage .reasonSec__main__survey__text {
    font-size: 14px;
  }
}
.intentMarketingPage .reasonSec__main__survey__image {
  text-align: center;
}

.intentMarketingPage .reasonSec__main__survey__image img {
  max-width: 100%;
}

.intentMarketingPage .marketingSec__data {
  margin: 40px auto;
  text-align: center;
}

.intentMarketingPage .marketingSec__content {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .intentMarketingPage .marketingSec__content {
    padding-inline: 16px;
  }
}
.intentMarketingPage .marketingSec__content__sub {
  margin-top: 8px;
  font-size: 14px;
  color: #7b7b7b;
}

@media (max-width: 767px) {
  .intentMarketingPage .marketingSec__content__sub {
    font-size: 12px;
  }
}
.intentMarketingPage .marketingSec__content__image {
  margin: 40px 0;
  text-align: center;
}

.intentMarketingPage .marketingSec__content__image img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .intentMarketingPage .marketingSec__content__image img {
    max-width: 500px;
  }
}
.intentMarketingPage .marketingSec__content__list {
  display: flex;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .intentMarketingPage .marketingSec__content__list {
    gap: 40px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .intentMarketingPage .marketingSec__content__list {
    flex-direction: column;
    gap: 16px;
  }
}
.intentMarketingPage .marketingSec__content__company {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #0368ff;
  text-align: center;
  background-color: #f0f4f9;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .intentMarketingPage .meritSec__content {
    padding: 0 16px;
  }
}
.intentMarketingPage .meritSec__content__journey {
  margin: 40px auto;
  text-align: center;
}

.intentMarketingPage .meritSec__content__journey img {
  width: 100%;
  height: auto;
}

.intentMarketingPage .meritSec__explain {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .intentMarketingPage .meritSec__explain {
    font-size: 14px;
  }
}
.intentMarketingPage .exampleSec {
  padding: 32px 0;
  background-color: #f0f4f9;
}

@media (max-width: 767px) {
  .intentMarketingPage .exampleSec__content {
    padding: 0 16px;
  }
}
.intentMarketingPage__linkCard {
  max-width: 1120px;
  margin: 120px auto;
}

.cleanDataPolicyPage .cleanDataPolicyInner {
  position: relative;
  max-width: 1120px;
  margin-inline: auto;
}

.cleanDataPolicyPage__index {
  margin-top: 40px;
}

.cleanDataPolicyPage__index__inner {
  position: relative;
  max-width: 1120px;
  padding: 32px;
  margin-inline: auto;
  background-color: #ebeef2;
}

.cleanDataPolicyPage__index__title {
  padding-left: 12px;
  font-size: 20px;
  font-weight: 700;
  border-left: 5px solid #00235d;
}

.cleanDataPolicyPage__index__list,
.cleanDataPolicyPage__index__subList {
  display: flex;
  flex-direction: column;
}

.cleanDataPolicyPage__index__list {
  gap: 24px;
  margin-top: 32px;
}

.cleanDataPolicyPage__index__link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #cf00da;
  text-decoration: none;
}

.cleanDataPolicyPage__index__subList {
  gap: 16px;
  padding-left: 1em;
  margin-top: 24px;
}

.cleanDataPolicyPage__index__subItem {
  display: flex;
  align-items: center;
}

.cleanDataPolicyPage__index__subItem::before {
  display: block;
  width: 12px;
  height: 2px;
  margin-right: 4px;
  content: "";
  background: #cf00da;
}

.cleanDataPolicyPage__index__subLink {
  display: block;
  font-weight: 700;
  color: #cf00da;
  text-decoration: none;
}

.cleanDataPolicyPage .cleanDataPolicyAbout {
  padding: 80px 0;
  margin-top: 40px;
  overflow: hidden;
  background-color: rgba(7, 102, 244, 0.06);
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyAbout {
    padding: 32px 32px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .cleanDataPolicyPage .cleanDataPolicyAbout__content {
    display: flex;
    gap: 80px;
    align-items: center;
    margin-right: -100px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyAbout__content::after {
  display: block;
  width: 45%;
  aspect-ratio: 1/1;
  content: "";
  background-image: url("../images/clean-data-policy/about.webp");
  background-size: cover;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyAbout__content::after {
    width: 90%;
    max-width: 350px;
    margin: 24px auto 0;
  }
}
.cleanDataPolicyPage .cleanDataPolicyAbout__text {
  flex: 1;
}

.cleanDataPolicyPage .cleanDataPolicyAbout__subTitle {
  font-size: 14px;
  font-weight: 700;
}

.cleanDataPolicyPage .cleanDataPolicyAbout__title {
  margin-top: 16px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyAbout__title {
    font-size: 24px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyAbout__explain {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyAbout__explain {
    margin-top: 16px;
    font-size: 16px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyAbout__button {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  margin-top: 32px;
  font-size: 14px;
  color: #00235d;
  text-decoration: none;
  border: 1px solid #00235d;
  border-radius: 10px;
}

.cleanDataPolicyPage .cleanDataPolicyAbout__button__icon {
  display: block;
  margin-left: 12px;
}

.cleanDataPolicyPage .cleanDataPolicyPromise {
  padding: 80px 0;
  color: #fff;
  background-color: #00235d;
  background-image: url("../images/clean-data-policy/bg_promise.png");
  background-size: cover;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyPromise {
    padding: 40px 24px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyPromise__title {
  padding: 12px 16px 12px 32px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.6;
  border-left: 3px solid #cf00da;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyPromise__title {
    padding-left: 16px;
    font-size: 20px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyPromise__title__inner {
  display: inline-block;
}

.cleanDataPolicyPage .cleanDataPolicyPromise__explain {
  margin-top: 32px;
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyPromise__explain {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyPromise__promise {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .cleanDataPolicyPage .cleanDataPolicyPromise__promise {
    display: flex;
    gap: 80px;
    align-items: center;
    margin-top: 64px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyPromise__promise__title {
  font-size: 42px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyPromise__promise__title {
    margin-bottom: 24px;
    font-size: 20px;
    text-align: center;
  }
}
.cleanDataPolicyPage .cleanDataPolicyPromise__promise__list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
}

.cleanDataPolicyPage .cleanDataPolicyPromise__promise__item__link {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  font-weight: 700;
  color: #393d3f;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyPromise__promise__item__link {
    flex-direction: column;
  }
}
.cleanDataPolicyPage .cleanDataPolicyPromise__promise__item__link:hover {
  opacity: 0.9;
}

.cleanDataPolicyPage .cleanDataPolicyPromise__promise__num {
  font-size: 42px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyPromise__promise__num {
    font-size: 24px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyPromise__promise__text {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
  width: 100%;
  padding-left: 16px;
  margin-left: 16px;
  font-size: 20px;
  border-left: 2px solid #393d3f;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyPromise__promise__text {
    flex-direction: column;
    padding-left: 0;
    margin-left: 0;
    font-size: 16px;
    border: none;
  }
}
.cleanDataPolicyPage .cleanDataPolicyPromise__promise__text::after {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("../images/v2/common/icon/icon-arrowDown.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.cleanDataPolicyPage .cleanDataPolicyPromise__promise__text__inner {
  align-self: center;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyPromise__promise__text__inner {
    width: 100%;
  }
}
.cleanDataPolicyPage .cleanDataPolicyPromise__promise__text__sub {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.cleanDataPolicyPage .cleanDataPolicyContent {
  overflow: hidden;
  background-color: rgba(7, 102, 244, 0.06);
}

.cleanDataPolicyPage .cleanDataPolicyBlock {
  position: relative;
  padding: 120px 0 140px;
}

.cleanDataPolicyPage .cleanDataPolicyBlock + .cleanDataPolicyBlock {
  padding-top: 64px;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock {
    padding: 40px 16px 64px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock:first-child::before {
  top: 40px;
  right: -100px;
}

.cleanDataPolicyPage .cleanDataPolicyBlock:nth-child(2)::before {
  top: 220px;
  left: -120px;
}

.cleanDataPolicyPage .cleanDataPolicyBlock:nth-child(3)::before {
  top: 140px;
  right: -120px;
}

.cleanDataPolicyPage .cleanDataPolicyBlock__header {
  display: grid;
  color: #393d3f;
}

@media (min-width: 768px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__header {
    grid-template-columns: 140px auto;
    grid-column-gap: 36px;
  }
}
@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__header {
    grid-template-columns: 48px auto;
    grid-column-gap: 12px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock__header__num {
  display: grid;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  border-right: 3px solid #393d3f;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

@media (min-width: 768px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__header__num {
    grid-area: 1/1/3/2;
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__header__num {
    grid-area: 1/1/2/2;
    font-size: 24px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock__header__title {
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__header__title {
    grid-area: 1/2/2/3;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__header__title {
    grid-area: 1/2/2/3;
    font-size: 20px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock__header__title__inner {
  display: inline-block;
}

.cleanDataPolicyPage .cleanDataPolicyBlock__header__text {
  padding-bottom: 16px;
  margin-top: 12px;
  line-height: 2;
}

@media (min-width: 768px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__header__text {
    grid-area: 2/2/3/3;
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__header__text {
    grid-area: 2/1/3/3;
    font-size: 16px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock__information {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 64px;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__information {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock__information__content {
  padding: 24px 16px;
  border-radius: 10px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__information__content {
    width: 50%;
    max-width: 400px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock__information__content--get {
  background-color: #e3edff;
}

.cleanDataPolicyPage .cleanDataPolicyBlock__information__content--get .cleanDataPolicyBlock__information__item,
.cleanDataPolicyPage .cleanDataPolicyBlock__information__content--get .cleanDataPolicyBlock__information__title__point {
  color: #0b55c7;
}

.cleanDataPolicyPage .cleanDataPolicyBlock__information__content--get .cleanDataPolicyBlock__information__item::before {
  background-image: url("../images/clean-data-policy/icon_ok.png");
}

.cleanDataPolicyPage .cleanDataPolicyBlock__information__content--not {
  background-color: rgba(0, 0, 0, 0.1);
}

.cleanDataPolicyPage .cleanDataPolicyBlock__information__content--not .cleanDataPolicyBlock__information__item,
.cleanDataPolicyPage .cleanDataPolicyBlock__information__content--not .cleanDataPolicyBlock__information__title__point {
  color: #bf1e1e;
}

.cleanDataPolicyPage .cleanDataPolicyBlock__information__content--not .cleanDataPolicyBlock__information__item::before {
  background-image: url("../images/clean-data-policy/icon_ng.png");
}

.cleanDataPolicyPage .cleanDataPolicyBlock__information__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__information__title {
    font-size: 20px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock__information__item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px 24px;
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__information__item {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__information__item {
    padding: 10px 24px;
    font-size: 16px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock__information__item::before {
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  content: "";
  background-size: cover;
}

.cleanDataPolicyPage .cleanDataPolicyBlock__safety {
  position: relative;
  display: flex;
  gap: 32px;
  padding: 24px;
  margin-top: 64px;
  font-size: 20px;
  line-height: 1.8;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__safety {
    flex-direction: column;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock__safety::before {
  position: absolute;
  display: block;
  aspect-ratio: 204/164;
  content: "";
  background-image: url("../images/clean-data-policy/img_safety.png");
  background-size: contain;
}

@media (min-width: 768px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__safety::before {
    bottom: 24px;
    left: 24px;
    width: 204px;
  }
}
@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__safety::before {
    top: -32px;
    right: -16px;
    width: 120px;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock__safety__title {
  font-weight: 700;
  color: #cf00da;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__safety__title {
    line-height: 1.4;
  }
}
.cleanDataPolicyPage .cleanDataPolicyBlock__safety__text {
  flex: 1;
  font-size: 18px;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage .cleanDataPolicyBlock__safety__text {
    font-size: 16px;
  }
}
.cleanDataPolicyPage__member {
  margin-top: 80px;
}

.cleanDataPolicyPage__member__title {
  font-size: 20px;
}

.cleanDataPolicyPage__member__title:nth-child(n+2) {
  margin-top: 64px;
}

.cleanDataPolicyPage__member__subtitle {
  display: block;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage__member__subtitle {
    font-size: 16px;
  }
}
.cleanDataPolicyPage__member__list {
  gap: 32px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage__member__list {
    flex-direction: column;
    margin-top: 24px;
  }
  .cleanDataPolicyPage__member__list:nth-child(n+3) .cleanDataPolicyPage__member__logo__image {
    width: 160px;
    height: auto;
  }
}
.cleanDataPolicyPage__member__item {
  padding: 24px 24px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

.cleanDataPolicyPage__member__item:nth-child(n+2) {
  margin-top: 24px;
}

.cleanDataPolicyPage__member__content {
  display: flex;
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage__member__content {
    flex-direction: column;
  }
}
.cleanDataPolicyPage__member__content__wrapper {
  margin-left: 32px;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage__member__content__wrapper {
    margin: 16px 0 0 0;
  }
}
.cleanDataPolicyPage__member__content__head {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage__member__content__head {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .cleanDataPolicyPage__member__imageBox {
    text-align: center;
  }
}
.cleanDataPolicyPage__member__image {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage__member__profile {
    text-align: center;
  }
}
.cleanDataPolicyPage__member__name {
  font-size: 24px;
  font-weight: 700;
}

.cleanDataPolicyPage__member__company {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage__member__company {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .cleanDataPolicyPage__member__logo {
    text-align: center;
  }
}
.cleanDataPolicyPage__member__logo__image {
  width: auto;
  height: 40px;
}

.cleanDataPolicyPage__member__description {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.cleanDataPolicyPage__member__affiliation {
  display: flex;
  margin-top: 24px;
}

.cleanDataPolicyPage__member__affiliation__item {
  font-size: 14px;
}

.cleanDataPolicyPage__member__affiliation__item:first-child {
  font-weight: 700;
}

.cleanDataPolicyPage__member__detail {
  margin-top: 24px;
}

.cleanDataPolicyPage__member__career__title {
  font-size: 16px;
}

.cleanDataPolicyPage__member__career__list {
  margin-top: 12px;
}

.cleanDataPolicyPage__member__career__item {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .cleanDataPolicyPage__member__career__item {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .cleanDataPolicyPage__member__career__item__title {
    width: 16%;
  }
}
@media (max-width: 767px) {
  .cleanDataPolicyPage__member__career__item__description {
    width: 84%;
  }
}
.cleanDataPolicyPage__member__article {
  margin-top: 40px;
}

.cleanDataPolicyPage__member__article__title {
  font-size: 16px;
}

.cleanDataPolicyPage__member__article__item {
  margin-top: 16px;
}

.cleanDataPolicyPage__member__article__link {
  display: flex;
  text-decoration: none;
}

.cleanDataPolicyPage__member__article__image {
  width: 120px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cleanDataPolicyPage__member__article__textBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 12px;
}

.cleanDataPolicyPage__member__article__textBox__title {
  font-size: 14px;
  color: #000;
}

.cleanDataPolicyPage__member__article__textBox__date {
  font-size: 12px;
  color: #9d9d9d;
}

.bookPage__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  margin: auto;
}

@media (max-width: 767px) {
  .bookPage__header {
    padding: 12px;
  }
}
.bookPage__header__logo {
  width: 250px;
}

@media (max-width: 767px) {
  .bookPage__header__logo {
    width: 160px;
  }
}
.bookPage__firsrView {
  padding: 160px 0 80px;
  background-color: rgba(7, 102, 244, 0.06);
}

@media (max-width: 767px) {
  .bookPage__firsrView {
    padding: 120px 0 80px;
  }
}
.bookPage__firsrView__inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .bookPage__firsrView__inner {
    flex-direction: column;
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .bookPage__firsrView__copy {
    width: 100%;
  }
}
.bookPage__firsrView__title {
  font-weight: 700;
  color: #00235d;
}

@media (max-width: 767px) {
  .bookPage__firsrView__title {
    text-align: center;
  }
}
.bookPage__firsrView__title__sub {
  font-size: 54px;
}

@media (max-width: 767px) {
  .bookPage__firsrView__title__sub {
    font-size: 28px;
  }
}
.bookPage__firsrView__title__strong {
  font-size: 56px;
}

@media (max-width: 767px) {
  .bookPage__firsrView__title__strong {
    font-size: 34px;
  }
}
.bookPage__firsrView__title__unit {
  font-size: 54px;
  color: #cf00da;
}

@media (max-width: 767px) {
  .bookPage__firsrView__title__unit {
    font-size: 34px;
  }
}
.bookPage__firsrView__title__text {
  font-size: 42px;
  font-weight: 700;
  color: #00235d;
}

@media (max-width: 767px) {
  .bookPage__firsrView__title__text {
    font-size: 20px;
  }
}
.bookPage__firsrView__title__subTitle {
  font-size: 42px;
  font-weight: 700;
  color: #00235d;
}

@media (max-width: 767px) {
  .bookPage__firsrView__title__subTitle {
    margin-top: 16px;
    font-size: 24px;
    text-align: center;
  }
}
.bookPage__firsrView__info {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .bookPage__firsrView__info {
    margin-top: 32px;
  }
}
.bookPage__firsrView__info__main {
  display: flex;
  gap: 24px;
}

@media (max-width: 767px) {
  .bookPage__firsrView__info__main {
    flex-direction: column;
    text-align: center;
  }
}
.bookPage__firsrView__info__description__price {
  font-weight: 700;
  color: #00235d;
}

.bookPage__firsrView__info__description__price__value {
  font-size: 28px;
}

.bookPage__firsrView__info__description__price__currency {
  font-size: 18px;
}

.bookPage__firsrView__info__description__price__tax {
  font-weight: 400;
}

.bookPage__firsrView__info__description__price__publisher {
  font-size: 24px;
}

.bookPage__firsrView__info__description__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #00235d;
}

.bookPage__firsrView__info__buttonBox {
  width: 420px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bookPage__firsrView__info__buttonBox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bookPage__firsrView__image {
    width: 100%;
    height: auto;
  }
}
.bookPage__imgContent {
  text-align: center;
}

.bookPage__imgContent__image {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

@media (max-width: 767px) {
  .bookPage__imgContent__image {
    width: 100%;
    height: auto;
  }
}
.bookPage__imgContent.--award {
  background: #003a84;
}

.bookPage__voice {
  text-align: center;
}

.bookPage__voice__image {
  max-width: 677px;
  margin: 32px auto 120px;
}

@media (max-width: 767px) {
  .bookPage__voice__image {
    width: 100%;
    height: auto;
  }
}
.bookPage__cta {
  position: relative;
  background: #cf00da;
}

.bookPage__cta__inner {
  position: relative;
  width: 600px;
  margin: auto;
}

@media (max-width: 767px) {
  .bookPage__cta__inner {
    width: 100%;
  }
}
.bookPage__cta__image {
  position: absolute;
}

.bookPage__cta__image.--person {
  top: -200px;
  right: 0;
}

@media (max-width: 767px) {
  .bookPage__cta__image.--person {
    display: none;
  }
}
.bookPage__cta__image.--book {
  bottom: 16px;
  left: 0;
}

@media (max-width: 767px) {
  .bookPage__cta__image.--book {
    display: none;
  }
}
.bookPage__detail {
  background-color: rgba(7, 102, 244, 0.06);
}

@media (max-width: 767px) {
  .bookPage__detail {
    padding: 40px 0;
  }
}
.bookPage__detail.--white {
  background: #fff;
}

.bookPage__detail__inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  margin: auto;
}

@media (max-width: 767px) {
  .bookPage__detail__inner {
    flex-direction: column;
  }
}
.bookPage__detail__inner.--reverse {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .bookPage__detail__inner.--reverse {
    flex-direction: column;
  }
}
.bookPage__detail__image {
  width: 50%;
}

@media (max-width: 767px) {
  .bookPage__detail__image {
    width: 100%;
    height: auto;
  }
}
.bookPage__detail__description {
  width: 50%;
}

@media (max-width: 767px) {
  .bookPage__detail__description {
    width: 100%;
    padding-inline: 20px;
  }
}
.bookPage__detail__description__title {
  font-size: 34px;
  color: #cf00da;
}

@media (max-width: 767px) {
  .bookPage__detail__description__title {
    font-size: 28px;
  }
}
.bookPage__detail__description__text {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  color: #00235d;
}

@media (max-width: 767px) {
  .bookPage__detail__description__text {
    font-size: 14px;
  }
}
.bookPage__sales {
  padding: 80px 0;
  background-color: rgba(7, 102, 244, 0.06);
}

.bookPage__sales__description {
  max-width: 906px;
  margin: auto;
}

.bookPage__sales__description__titleBox {
  text-align: center;
}

.bookPage__sales__description__titleBox__text {
  font-size: 34px;
  font-weight: 700;
  color: #00235d;
}

@media (max-width: 767px) {
  .bookPage__sales__description__titleBox__text {
    font-size: 20px;
  }
}
.bookPage__sales__description__title {
  font-size: 42px;
}

@media (max-width: 767px) {
  .bookPage__sales__description__title {
    margin-top: 24px;
    font-size: 34px;
  }
}
.bookPage__sales__description__title__main {
  color: #cf00da;
}

.bookPage__sales__description__title__unit {
  color: #00235d;
}

.bookPage__sales__description__text {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #00235d;
}

@media (max-width: 767px) {
  .bookPage__sales__description__text {
    padding-inline: 20px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.bookPage__sales__description__text__color {
  color: #cf00da;
}

.mangaPage__header {
  position: relative;
  width: 1400px;
  margin: 115px auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .mangaPage__header::before {
    position: absolute;
    top: 21px;
    left: 50%;
    display: block;
    width: 100vw;
    height: 455px;
    content: "";
    background-color: #b800c1;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .mangaPage__header {
    width: 100%;
    margin-top: 62px;
  }
}
.mangaPage__header__image {
  position: relative;
  width: 100%;
  height: auto;
}

.mangaPage__header__download {
  position: absolute;
  bottom: 70px;
  left: 100px;
  max-width: 300px;
}

@media (max-width: 767px) {
  .mangaPage__header__download {
    right: 20px;
    bottom: 24px;
    left: 20px;
    max-width: 100%;
    text-align: center;
  }
}
.mangaPage__header__download__text {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}

@media (max-width: 767px) {
  .mangaPage__header__download__text {
    color: #00235d;
  }
}
.mangaPage__main {
  max-width: 1200px;
  padding: 80px 40px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(7, 102, 244, 0.06);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .mangaPage__main {
    padding: 40px 0;
    border-radius: 0;
  }
}
.mangaPage__main__header {
  font-weight: 700;
}

.mangaPage__main__header__label {
  display: inline-flex;
  padding: 8px 12px;
  font-size: 18px;
  color: #b800c1;
  border: solid 2px #b800c1;
}

.mangaPage__main__header__subtitle {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.6;
  color: #b800c1;
}

@media (max-width: 767px) {
  .mangaPage__main__header__subtitle {
    font-size: 14px;
  }
}
.mangaPage__main__header__subtitle__keyword {
  color: #cf00da;
}

.mangaPage__main__header__title {
  margin-top: 8px;
  font-size: 34px;
  color: #cf00da;
}

@media (max-width: 767px) {
  .mangaPage__main__header__title {
    font-size: 28px;
  }
}
.mangaPage__main__content {
  position: relative;
}

@media (max-width: 767px) {
  .mangaPage__main__content {
    width: 100%;
    height: auto;
  }
}
.mangaPage__main__content__image {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.mangaPage__main__content__button {
  position: absolute;
  right: 20px;
  bottom: 115px;
  left: 20px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .mangaPage__main__content__button {
    bottom: 32px;
  }
}
.mangaPage__sceneMovie {
  margin-top: 80px;
}

.mangaPage__download {
  margin-top: 80px;
}

.contact {
  padding: 40px 8px;
  background: #fdfdff;
  border-radius: 6px;
  box-shadow: 0 8px 40px -2px rgba(6, 12, 59, 0.08);
}

.contact__inner {
  max-width: 840px;
  margin: 0 auto;
}

.vcPlanPage .logoSec {
  margin: 100px;
  text-align: center;
}

.vcPlanPage .aboutSec {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .vcPlanPage .aboutSec {
    padding: 40px 16px 0;
  }
}
.vcPlanPage .aboutSec__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.8;
  color: #cf00da;
}

.vcPlanPage .aboutSec__title em {
  background: linear-gradient(transparent 70%, #d8ed62 30%);
}

@media (max-width: 767px) {
  .vcPlanPage .aboutSec__title em {
    background: linear-gradient(transparent 50%, #d8ed62 50%);
  }
}
@media (max-width: 767px) {
  .vcPlanPage .aboutSec__title {
    font-size: 24px;
  }
}
.vcPlanPage .aboutSec__benefit,
.vcPlanPage .aboutSec__condition {
  max-width: 800px;
  margin: auto;
}

.vcPlanPage .aboutSec__benefit {
  display: flex;
  gap: 32px;
  margin-top: 120px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .vcPlanPage .aboutSec__benefit {
    flex-direction: column;
    margin-top: 40px;
  }
}
.vcPlanPage .aboutSec__benefit__item {
  flex: 1;
  padding: 24px 40px;
  background-color: #fff;
  border: solid 2px #cf00da;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .vcPlanPage .aboutSec__benefit__item {
    padding: 16px;
  }
}
.vcPlanPage .aboutSec__benefit__item__header {
  display: flex;
  gap: 16px;
  align-items: center;
}

.vcPlanPage .aboutSec__benefit__item__header__sub {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #cf00da;
  text-align: center;
}

.vcPlanPage .aboutSec__benefit__item__header__text {
  font-size: 14px;
}

.vcPlanPage .aboutSec__benefit__item__header__num {
  font-size: 28px;
}

.vcPlanPage .aboutSec__benefit__item__title {
  font-size: 18px;
}

.vcPlanPage .aboutSec__benefit__item__explain {
  padding: 16px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #cf00da;
  text-align: center;
  background-color: rgba(7, 102, 244, 0.06);
  border-radius: 10px;
}

.vcPlanPage .aboutSec__benefit__item__notice {
  margin-top: 4px;
  font-weight: 400;
}

.vcPlanPage .aboutSec__condition {
  box-sizing: border-box;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 40px;
  margin-top: 40px;
  line-height: 1.8;
  background-color: rgba(7, 102, 244, 0.06);
}

@media (max-width: 767px) {
  .vcPlanPage .aboutSec__condition {
    flex-direction: column;
    padding: 24px;
  }
}
.vcPlanPage .aboutSec__condition__title {
  background: linear-gradient(transparent 70%, #d8ed62 30%);
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .vcPlanPage .aboutSec__condition__title {
    background: linear-gradient(transparent 50%, #d8ed62 50%);
  }
}
.vcPlanPage .aboutSec__condition__text {
  flex: 1;
}

.vcPlanPage .aboutSec__condition__text__main {
  font-size: 16px;
}

@media (max-width: 767px) {
  .vcPlanPage .aboutSec__condition__text__main {
    font-size: 14px;
  }
}
.vcPlanPage .aboutSec__condition__text__list {
  margin-top: 24px;
}

.vcPlanPage .aboutSec__condition__text__item {
  display: flex;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .vcPlanPage .aboutSec__condition__text__item {
    font-size: 16px;
  }
}
.vcPlanPage .aboutSec__condition__text__item::before {
  display: inline-block;
  content: "・";
}

.vcPlanPage .aboutSec__cooperation__title {
  margin-top: 80px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .vcPlanPage .aboutSec__cooperation__title {
    margin-top: 40px;
    font-size: 16px;
  }
}
.vcPlanPage .aboutSec__cooperation__logo {
  margin-top: 16px;
  text-align: center;
}

.vcPlanPage .aboutSec__cooperation__logo img {
  max-width: 100%;
  height: auto;
}

.vcPlanPage .aboutSec__button {
  margin-top: 80px;
  text-align: center;
}

@media (min-width: 768px) {
  .vcPlanPage .effectSec {
    max-width: 1000px;
    margin: 100px auto 215px;
  }
}
@media (max-width: 767px) {
  .vcPlanPage .effectSec {
    margin: 0 10px 95px;
  }
}
.vcPlanPage .effectSec__ttl {
  text-align: center;
}

.vcPlanPage .effectSec__catch {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 767px) {
  .vcPlanPage .effectSec__catch {
    font-size: 18px;
  }
}
.vcPlanPage .effectSec__content {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .vcPlanPage .effectSec__content {
    flex-direction: column;
  }
}
.vcPlanPage .effectSec__content__item__illust,
.vcPlanPage .effectSec__content__item__photo {
  max-width: 100%;
  height: auto;
}

.vcPlanPage .effectSec__content__item__photo {
  border-radius: 10px;
}

.vcPlanPage .effectSec__content__item__illust {
  margin-top: 16px;
}

.vcPlanPage .contactSec {
  margin: 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .vcPlanPage .contactSec {
    margin: 80px 16px;
  }
}
.vcPlanPage .contactSec__form {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 40px;
}

.vcPlanPage .contactSec__form__text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
}

.servicePage .serivice-contents .serivice-contents-inner {
  max-width: 1120px;
  margin: 130px auto 200px;
}

@media (max-width: 767px) {
  .servicePage .serivice-contents .serivice-contents-inner {
    padding: 0 6%;
    margin: 80px auto 200px;
  }
}
.servicePage .serivice-contents .serivice-contents-inner .serivice-contents-box .serivice-marketing-item {
  max-width: 600px;
  margin: 0 auto 60px;
  border-radius: 6px;
  box-shadow: 0 3px 20px 0 rgba(7, 102, 245, 0.4);
}

.servicePage .serivice-contents .serivice-contents-inner .serivice-contents-box .serivice-marketing-item__item-link {
  text-decoration: none;
}

.servicePage .serivice-contents .serivice-contents-inner .serivice-contents-box .serivice-marketing-item .serivice-contents-item {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.servicePage .serivice-contents .serivice-contents-inner .serivice-contents-box .serivice-marketing-item .serivice-contents-item .service-contents {
  width: 60%;
}

@media (max-width: 767px) {
  .servicePage .serivice-contents .serivice-contents-inner .serivice-contents-box .serivice-marketing-item .serivice-contents-item .service-contents {
    width: 85%;
  }
}
.servicePage .serivice-contents .serivice-contents-inner .serivice-contents-box .serivice-marketing-item .serivice-contents-item .service-contents__h3tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #0368ff;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .servicePage .serivice-contents .serivice-contents-inner .serivice-contents-box .serivice-marketing-item .serivice-contents-item .service-contents__h3tit {
    font-size: 18px;
    text-align: center;
  }
}
.servicePage .serivice-contents .serivice-contents-inner .serivice-contents-box .serivice-marketing-item .serivice-contents-item .service-contents__txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.4;
  color: #393d3f;
}

@media (max-width: 767px) {
  .servicePage .serivice-contents .serivice-contents-inner .serivice-contents-box .serivice-marketing-item .serivice-contents-item .service-contents__txt {
    margin-top: 10px;
  }
}
.serivice-contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

@media (max-width: 767px) {
  .serivice-contents-list {
    gap: 20px;
  }
}
.serivice-contents-list__item {
  position: relative;
  width: 540px;
  border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 3px 20px 0 rgba(7, 102, 245, 0.4);
}

.serivice-contents-list__flex-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  align-items: center;
  justify-content: center;
  padding: 25px 0 33px;
}

@media (max-width: 767px) {
  .serivice-contents-list__flex-item {
    padding: 23px 0 28px;
  }
}
.serivice-contents-list__item-link {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.serivice-contents-list__service-contents {
  width: 65%;
}

@media (max-width: 767px) {
  .serivice-contents-list__service-contents {
    width: 85%;
  }
}
.serivice-contents-list__contents-h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #0368ff;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .serivice-contents-list__contents-h3 {
    font-size: 18px;
    text-align: center;
  }
}
.serivice-contents-list__contents-txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #393d3f;
}

@media (max-width: 767px) {
  .serivice-contents-list__contents-txt {
    margin-top: 10px;
  }
}
.other-service .serivice-contents-list {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .other-service .serivice-contents-list {
    margin-top: 60px;
  }
}
.intent-marketingPage .intent-marketing-FV {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 530px;
  margin-top: 115px;
  overflow: hidden;
  background-color: #cf00da;
  background-image: none;
}

@media (max-width: 767px) {
  .intent-marketingPage .intent-marketing-FV {
    margin-top: 62px;
  }
}
.intent-marketingPage .intent-marketing-FV::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 600px;
  height: 400px;
  content: "";
  background-image: url("../images/v2/inc/pageHeader/background_arrow.webp");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

@media (max-width: 767px) {
  .intent-marketingPage .intent-marketing-FV::before {
    right: -50px;
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .intent-marketingPage .intent-marketing-FV {
    display: table;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
  }
}
.intent-marketingPage .intent-marketing-FV__contents {
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 767px) {
  .intent-marketingPage .intent-marketing-FV__contents {
    padding-top: 0;
  }
}
.intent-marketingPage .intent-marketing-FV__contents-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 80px;
  align-items: center;
  justify-content: center;
}

.intent-marketingPage .intent-marketing-FV__contents-flex-left {
  width: 47%;
}

@media (max-width: 767px) {
  .intent-marketingPage .intent-marketing-FV__contents-flex-left {
    width: 100%;
  }
}
.intent-marketingPage .intent-marketing-FV__contents-flex-light {
  position: relative;
}

.intent-marketingPage .intent-marketing-FV__ttl {
  position: relative;
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .intent-marketingPage .intent-marketing-FV__ttl {
    display: table-cell;
    font-size: 6vw;
    vertical-align: middle;
  }
}
.intent-marketingPage .intent-marketing-FV__txtbox {
  margin: 30px 0 0;
}

.intent-marketingPage .intent-marketing-FV__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  letter-spacing: 0.1em;
}

.intent-marketingPage .intent-marketing-FV__txt:first-child {
  margin-bottom: 10px;
}

.intent-marketingPage .intent-service-contents {
  display: block;
  max-width: 1120px;
  margin: 50px auto 200px;
}

.intent-marketingPage .intent-service-contents__inner {
  margin-bottom: 160px;
}

@media (max-width: 767px) {
  .intent-marketingPage .intent-service-contents {
    padding: 0 5%;
    margin: 40px auto 200px;
  }
  .intent-marketingPage .intent-service-contents__sp-contents {
    margin-bottom: 80px;
    text-align: center;
  }
  .intent-marketingPage .intent-service-contents__sp-contents-txtbox {
    margin-top: 20px;
  }
  .intent-marketingPage .intent-service-contents__sp-contents-txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0.1em;
  }
}
.intent-marketingPage .intent-contents__inner {
  margin-bottom: 160px;
}

.intent-marketingPage .intent-contents__ttl-h2 {
  position: relative;
  font-size: 28px;
  color: #0368ff;
  text-align: center;
  letter-spacing: 0.1em;
}

.intent-marketingPage .intent-contents__ttl-h2::before {
  position: absolute;
  top: 140%;
  left: 50%;
  width: 90px;
  height: 2px;
  content: "";
  background: #0368ff;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .intent-marketingPage .intent-contents__inner {
    padding: 0 6%;
  }
}
.intent-marketingPage .intent-contents__contents-box {
  padding: 100px 0 90px;
  margin: 100px 0;
  border: solid 3px #0368ff;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .intent-marketingPage .intent-contents__contents-box {
    padding: 60px 8%;
    margin: 60px 0 40px;
  }
}
.intent-marketingPage .intent-contents__contents-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .intent-marketingPage .intent-contents__contents-flex {
    margin-bottom: 60px;
  }
}
.intent-marketingPage .intent-contents__contents-flex:last-of-type {
  margin-bottom: 0;
}

.intent-marketingPage .intent-contents__item {
  width: 70%;
}

@media (max-width: 767px) {
  .intent-marketingPage .intent-contents__item {
    width: 100%;
  }
}
.intent-marketingPage .intent-contents__item .serivice-contents-list {
  gap: 20px;
  margin-top: 40px;
}

.intent-marketingPage .intent-contents__item .serivice-contents-list__item {
  width: 374px;
}

.intent-marketingPage .intent-contents__item .serivice-contents-list__flex-item {
  gap: 20px 25px;
  padding: 15px 0 17px;
}

.intent-marketingPage .intent-contents__item .serivice-contents-list__contents-h3 {
  font-size: 18px;
}

.intent-marketingPage .intent-contents__item .serivice-contents-list__contents-txt {
  font-size: 14px;
}

.intent-marketingPage .intent-contents__item-ttl-h3 {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .intent-marketingPage .intent-contents__item-ttl-h3 {
    font-size: 22px;
    text-align: center;
  }
}
.intent-marketingPage .intent-contents__item-ttl-h3 span {
  background: linear-gradient(transparent 70%, #d8ed62 30%);
}

.intent-marketingPage .intent-contents__item-txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.consultant-support {
  margin-bottom: 60px;
  text-align: center;
}

.consultant-support__contents {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .consultant-support__contents {
    margin-top: 40px;
  }
}
.consultant-support__ttl {
  font-size: 28px;
  color: #0368ff;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .consultant-support__ttl {
    font-size: 5.4vw;
  }
}
.consultant-support__ttl span {
  background: linear-gradient(transparent 70%, #d8ed62 30%);
}

.consultant-support__txt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .consultant-support__txt {
    font-size: 4vw;
  }
}
.button-erea {
  text-align: center;
}

.button-erea__price-button {
  margin-top: 15px;
}

.singlePage .topBc {
  margin-bottom: 72px;
  color: #fdfdff;
  background: url("../images/common/top-bg-single.webp") center center/cover no-repeat;
}

@media (max-width: 767px) {
  .singlePage .topBc {
    margin-bottom: 45px;
  }
}
.singlePage .topBc__in {
  max-width: 1120px;
  padding: 30px 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .singlePage .topBc__in {
    padding: 15px 10px 10px;
  }
}
.singlePage .topBc__in ul {
  display: flex;
}

.singlePage .topBc__in li {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.singlePage .topBc__in li:nth-child(2) {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .singlePage .topBc__in li {
    margin-left: 10px;
    line-height: 14.5px;
  }
  .singlePage .topBc__in li:nth-child(n+2) a {
    position: relative;
    top: -0.3em;
  }
}
.singlePage .topBc__in li:first-child {
  margin-left: 0;
}

.singlePage .topBc__in li:first-child::before {
  display: none;
}

.singlePage .topBc__in li::before {
  display: inline-block;
  width: 9px;
  height: 14.5px;
  margin-right: 15px;
  content: "";
  background: url("../images/common/icn-arw-w.png") center center/cover no-repeat;
}

@media (max-width: 767px) {
  .singlePage .topBc__in li::before {
    margin-right: 7px;
  }
}
.singlePage .topBc__in a {
  color: #0368ff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .singlePage .topBc__in {
    font-size: 12px;
  }
  .singlePage .topBc__in ul {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .singlePage .article {
    max-width: 800px;
    margin: 0 auto 140px;
  }
}
@media (max-width: 767px) {
  .singlePage .article {
    width: 89.3333333333vw;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }
}
.singlePage .article .articleHead {
  margin-bottom: 30px;
  font-weight: 700;
}

.singlePage .article .articleHead__top {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.singlePage .article .articleHead__date {
  font-size: 24px;
  color: #0368ff;
  font-family: Ubuntu, sans-serif;
}

@media (max-width: 767px) {
  .singlePage .article .articleHead__date {
    font-size: 14px;
  }
}
.singlePage .article .articleHead__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: 8px;
}

.singlePage .article .articleHead__cat a,
.singlePage .article .articleHead__cat span {
  display: inline-block;
  padding: 5px 27px;
  font-size: 12px;
  color: #fdfdff;
  text-decoration: none;
  letter-spacing: 0.1em;
  background: #0368ff;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .singlePage .article .articleHead__cat a,
  .singlePage .article .articleHead__cat span {
    padding: 3px 18px;
    font-size: 12px;
  }
}
.singlePage .article .articleHead__ttl {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .singlePage .article .articleHead__ttl {
    font-size: 24px;
  }
}
.singlePage .article .articleHead__eventDate {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 20px;
}

.singlePage .article .articleHead__eventDate__icon {
  margin-right: 10px;
}

.singlePage .article .articleHead__eventDate .-en {
  margin-right: 5px;
  font-size: 24px;
}

@media (max-width: 767px) {
  .singlePage .article .articleHead__eventDate {
    font-size: 16px;
  }
  .singlePage .article .articleHead__eventDate__icon {
    width: 15px;
    margin-right: 5px;
  }
  .singlePage .article .articleHead__eventDate .-en {
    margin-right: 5px;
    font-size: 18px;
  }
}
.singlePage .article .articleHead__tagList {
  margin-top: 20px;
}

.singlePage .article .articleHead__tagList a,
.singlePage .article .articleHead__tagList span {
  display: inline-block;
  padding: 7px 22px 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #0368ff;
  text-decoration: none;
  background: #fdfdff;
  border: solid 2px #0368ff;
  border-radius: 1000px;
  padding: 5px 20px;
}

@media (max-width: 767px) {
  .singlePage .article .articleHead__tagList a,
  .singlePage .article .articleHead__tagList span {
    padding: 5px 16px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.singlePage .article .articleHead__tagList a.-cr,
.singlePage .article .articleHead__tagList span.-cr {
  color: #fdfdff;
  background-color: #0368ff;
}

@media (max-width: 767px) {
  .singlePage .article .articleHead__tagList a,
  .singlePage .article .articleHead__tagList span {
    padding: 5px 16px;
  }
}
@media (min-width: 768px) {
  .singlePage .article .articleHead__tagList a,
  .singlePage .article .articleHead__tagList span {
    font-size: 14px;
  }
}
.singlePage .article .articleKv {
  position: relative;
  display: block;
  margin-bottom: 50px;
  overflow: hidden;
  line-height: 0;
}

.singlePage .article .articleKv img {
  width: 100%;
}

@media (min-width: 768px) {
  .singlePage .article .articleKv {
    left: -50px;
    width: 900px;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .singlePage .article .articleKv {
    left: -5.3333333333vw;
    width: 100vw;
    margin-bottom: 30px;
  }
}
.singlePage .companyMod {
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .singlePage .companyMod {
    margin-bottom: 40px;
  }
}
.singlePage .companyMod__img {
  width: 160px;
  margin-right: 35px;
  line-height: 0;
}

.singlePage .companyMod__img img {
  width: 100%;
}

@media (max-width: 767px) {
  .singlePage .companyMod__img {
    width: 80px;
    margin-right: 10px;
  }
}
.singlePage .companyMod__txtarea {
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .singlePage .companyMod__txtarea {
    padding-top: 7px;
  }
}
@media (max-width: 767px) {
  .singlePage .companyMod__txtarea {
    width: calc(100% - 90px);
    font-size: 12px;
  }
}
.singlePage .companyMod__txtarea__txt1 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .singlePage .companyMod__txtarea__txt1 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .singlePage .companyMod__txtarea__txt2 {
    padding-top: 7px;
  }
}
.singlePage .companyMod__txtarea__txt2 a {
  color: #0368ff;
}

@media (min-width: 768px) {
  .singlePage .companyMod__txtarea__txt3 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .singlePage .companyMod__txtarea__txt3 {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .singlePage .flowMod .flowBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .singlePage .flowMod .flowBox::after {
    width: 100%;
    height: 32px;
    content: "";
    background: url("../images/single/flow-line.svg") left 100px center/3px 32px no-repeat;
  }
  .singlePage .flowMod .flowBox:last-child {
    margin-bottom: 115px;
  }
  .singlePage .flowMod .flowBox:last-child::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .singlePage .flowMod .flowBox::after {
    display: block;
    width: 100%;
    height: 32px;
    content: "";
    background: url("../images/single/flow-line.svg") center center/3px 32px no-repeat;
  }
  .singlePage .flowMod .flowBox:last-child {
    margin-bottom: 40px;
  }
  .singlePage .flowMod .flowBox:last-child::after {
    display: none;
  }
}
.singlePage .flowMod .flowBox__head {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #0368ff;
  background: #f0f4f9;
  border-radius: 6px;
}

.singlePage .flowMod .flowBox__head .-icon {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .singlePage .flowMod .flowBox__head {
    width: 180px;
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .singlePage .flowMod .flowBox__head {
    padding: 9px 0 9px 12px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .singlePage .flowMod .flowBox__head .-icon {
    width: 16px;
    margin-right: 6px;
  }
}
.singlePage .flowMod .flowBox__body {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .singlePage .flowMod .flowBox__body {
    width: calc(100% - 225px);
  }
}
@media (max-width: 767px) {
  .singlePage .flowMod .flowBox__body {
    font-size: 14px;
  }
}
.singlePage .flowMod .flowBox__body ul li {
  padding: 4px 0;
  line-height: 1.6;
}

.singlePage .functionMod {
  margin-bottom: 35px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .singlePage .functionMod {
    display: flex;
    justify-content: space-between;
  }
}
.singlePage .functionMod.-one .functionMod__head::after {
  display: none;
}

.singlePage .functionMod__head {
  position: relative;
  font-size: 16px;
  color: #fdfdff;
  letter-spacing: 0.1em;
  background: #0368ff;
  border-radius: 6px;
}

.singlePage .functionMod__head::after {
  position: absolute;
  content: "";
}

@media (min-width: 768px) {
  .singlePage .functionMod__head {
    width: 200px;
  }
  .singlePage .functionMod__head span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .singlePage .functionMod__head::after {
    top: 50%;
    right: -10px;
    width: 10px;
    height: 30px;
    background: url("../images/single/arw-blue.png") center center/cover no-repeat;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .singlePage .functionMod__head {
    padding: 13px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
    text-align: left;
  }
  .singlePage .functionMod__head::after {
    bottom: -7px;
    left: 55px;
    width: 14px;
    height: 7px;
    background: url("../images/single/arw-blue-bottom.png") center center/cover no-repeat;
  }
}
.singlePage .functionMod__list {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .singlePage .functionMod__list {
    width: calc(100% - 230px);
  }
}
.singlePage .functionMod__list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 24px;
}

.singlePage .functionMod__list li span {
  letter-spacing: 0.1em;
}

.singlePage .functionMod__list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .singlePage .functionMod__list li {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.singlePage .functionMod__list a {
  font-size: 14px;
  font-weight: 400;
  color: #0368ff;
}

@media (max-width: 767px) {
  .singlePage .functionMod__list a {
    font-size: 12px;
  }
}
.singlePage .kadaiMod {
  margin-bottom: 35px;
  background: #f0f4f9;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .singlePage .kadaiMod {
    display: flex;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .singlePage .kadaiMod {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .singlePage .kadaiMod dl {
    width: 360px;
  }
  .singlePage .kadaiMod dl:nth-child(2) {
    width: 325px;
    padding-left: 34px;
    border-left: solid 1px #cddbef;
  }
}
@media (max-width: 767px) {
  .singlePage .kadaiMod dl:nth-child(2) {
    padding-top: 20px;
    margin-top: 19px;
    border-top: solid 1px #cddbef;
  }
}
.singlePage .kadaiMod dl dt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #001266;
}

@media (max-width: 767px) {
  .singlePage .kadaiMod dl dt {
    font-size: 14px;
  }
}
.singlePage .kadaiMod dl dd {
  margin-bottom: 14px;
  font-size: 16px;
}

.singlePage .kadaiMod dl dd:last-child {
  margin-bottom: 0;
}

.singlePage .kadaiMod dl dd .-num {
  display: inline-block;
  width: 25px;
  font-weight: 700;
  color: #0368ff;
  font-family: Ubuntu, sans-serif;
}

@media (max-width: 767px) {
  .singlePage .kadaiMod dl dd .-num {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .singlePage .kadaiMod dl dd {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.singlePage .mokujiMod {
  margin-bottom: 100px;
  border-top: solid 1px #95a6bb;
  border-bottom: solid 1px #95a6bb;
}

@media (min-width: 768px) {
  .singlePage .mokujiMod {
    padding: 35px 30px 40px;
  }
}
@media (max-width: 767px) {
  .singlePage .mokujiMod {
    padding: 30px 0;
    margin-bottom: 75px;
  }
}
.singlePage .mokujiMod__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #001266;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .singlePage .mokujiMod__ttl {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .singlePage .mokujiMod__ttl {
    margin-bottom: 1em;
    font-size: 14px;
  }
}
.singlePage .mokujiMod__time {
  margin-bottom: 24px;
  font-size: 14px;
}

.singlePage .mokujiMod__time__num {
  font-size: 20px;
  font-weight: 700;
}

.singlePage .mokujiMod__list {
  font-size: 16px;
}

@media (max-width: 767px) {
  .singlePage .mokujiMod__list {
    font-size: 14px;
  }
}
.singlePage .mokujiMod__list a {
  color: #393d3f;
  text-decoration: none;
}

.singlePage .mokujiMod__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 13px;
}

.singlePage .mokujiMod__list li:last-child {
  margin-bottom: 0;
}

.singlePage .mokujiMod__list li::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  content: "";
  border-radius: 1000px;
}

.singlePage .mokujiMod__list li.-indent {
  margin-left: 25px;
}

.singlePage .mokujiMod__list li.-indent::before {
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0);
  border: solid 2px #0368ff;
}

.singlePage .mokujiMod__list > li::before {
  width: 10px;
  height: 10px;
  background: #0368ff;
}

.singlePage .mokujiMod__list ol {
  padding-top: 10px;
}

.singlePage .mokujiMod__list ol > li::before {
  width: 6px;
  height: 6px;
  border: solid 2px #0368ff;
}

.singlePage .interViewMod {
  position: relative;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .singlePage .interViewMod {
    left: -147px;
    width: 1094px;
  }
}
@media (max-width: 767px) {
  .singlePage .interViewMod {
    margin-bottom: 50px;
  }
}
.singlePage .interViewMod .interViewBox:last-child {
  margin-bottom: 0;
}

.singlePage .interViewMod .interViewBox__append {
  padding: 16px 0 16px 32px;
  margin-right: auto;
  border-left: 4px solid #cddbef;
}

.singlePage .interViewMod .interViewBox__append__ttl {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .singlePage .interViewMod .interViewBox__append__ttl {
    font-size: 16px;
  }
}
.singlePage .interViewMod .interViewBox__append__txt {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .singlePage .interViewMod .interViewBox__append__txt {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .singlePage .interViewMod .interViewBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .singlePage .interViewMod .interViewBox__img {
    width: 472px;
  }
  .singlePage .interViewMod .interViewBox__txtarea {
    width: 576px;
  }
  .singlePage .interViewMod .interViewBox.-pcImgL {
    flex-direction: row-reverse;
  }
  .singlePage .interViewMod .interViewBox.-noImg {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .singlePage .interViewMod .interViewBox.-noImg .interViewBox__txtarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .singlePage .interViewMod .interViewBox {
    margin-bottom: 90px;
  }
}
.singlePage .interViewMod .interViewBox__img {
  line-height: 0;
}

.singlePage .interViewMod .interViewBox__img img {
  width: 100%;
  border-radius: 6px;
}

.singlePage .interViewMod .interViewBox__copy {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #95a6bb;
}

.singlePage .interViewMod .interViewBox__ttl {
  margin-bottom: 27px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: #001266;
}

@media (max-width: 767px) {
  .singlePage .interViewMod .interViewBox__ttl {
    margin-bottom: 13px;
    font-size: 24px;
  }
}
.singlePage .interViewMod .interViewBox__txt {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .singlePage .interViewMod .interViewBox__txt {
    font-size: 14px;
  }
}
.singlePage .interViewMod .interViewBox__txt p {
  margin-bottom: 1em;
}

.singlePage .postMod + .blogCardLargeMod {
  margin-top: -60px;
}

@media (max-width: 767px) {
  .singlePage .postMod + .blogCardLargeMod {
    margin-top: -30px;
  }
}
.singlePage .postMod + .blogCardSmallMod {
  margin-top: -80px;
}

@media (max-width: 767px) {
  .singlePage .postMod + .blogCardSmallMod {
    margin-top: -40px;
  }
}
.singlePage .blogCardSmallMod {
  width: auto;
  margin: 12px 0 100px;
  line-height: 1.4;
  background: #fdfdff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.singlePage .blogCardSmallMod__link {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
}

.singlePage .blogCardSmallMod__content {
  flex: 1;
}

.singlePage .blogCardSmallMod__image {
  width: 100px;
  height: auto;
}

@media (max-width: 767px) {
  .singlePage .blogCardSmallMod__image {
    width: 80px;
  }
}
.singlePage .blogCardSmallMod__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.singlePage .blogCardSmallMod__explain {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}

.singlePage .postMod {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .singlePage .postMod {
    margin-bottom: 50px;
  }
}
.singlePage .postMod h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #001266;
  margin-bottom: 35px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .singlePage .postMod h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .singlePage .postMod h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .singlePage .postMod h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.singlePage .postMod h3 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #001266;
  border-bottom: solid 2px #001266;
}

@media (max-width: 767px) {
  .singlePage .postMod h3 {
    font-size: 16px;
  }
}
.singlePage .postMod h4 {
  margin: 40px 0 10px;
  font-size: 18px;
}

.singlePage .postMod h4 span {
  font-weight: 700;
}

.singlePage .postMod a {
  color: #0368ff;
}

.singlePage .postMod p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.8;
  color: #393d3f;
  word-break: break-all;
}

.singlePage .postMod p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .singlePage .postMod p {
    font-size: 14px;
  }
}
.singlePage .postMod ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 2;
  list-style: decimal;
}

@media (max-width: 767px) {
  .singlePage .postMod ol {
    font-size: 14px;
  }
}
.singlePage .postMod ol li {
  list-style: decimal;
}

.singlePage .postMod ul {
  padding-left: 1.5em;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 2;
  list-style-type: disc;
}

@media (max-width: 767px) {
  .singlePage .postMod ul {
    font-size: 14px;
  }
}
.singlePage .postMod ul li {
  list-style-type: disc;
}

.singlePage .postMod .mark_yellow,
.singlePage .postMod mark {
  font-style: normal;
  background: linear-gradient(transparent 64%, #ff9 0);
}

.singlePage .postMod__blogCard {
  margin: 40px auto;
}

.singlePage .postMod__blogCard .postMod__blogCard__link {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  background-color: #f0f4f9;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .singlePage .postMod__blogCard .postMod__blogCard__link {
    flex-direction: column;
    padding: 12px;
  }
}
.singlePage .postMod__blogCard .postMod__blogCard__image {
  width: 300px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .singlePage .postMod__blogCard .postMod__blogCard__image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.singlePage .postMod__blogCard .postMod__blogCard__title {
  display: block;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}

@media (max-width: 767px) {
  .singlePage .postMod__blogCard .postMod__blogCard__title {
    font-size: 16px;
  }
}
.singlePage .postMod__blogCard .postMod__blogCard__explain {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
}

.singlePage .postMod__blogCard .postMod__blogCard__linkText {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4px;
  font-size: 14px;
  color: #888;
  text-align: right;
}

.singlePage .postMod__blogCard .postMod__blogCard__linkText::after {
  display: inline-block;
  width: 42px;
  height: 42px;
  content: "";
  background-image: url("../images/common/infosld-arw-next.png");
  background-size: cover;
}

.singlePage .postMod__simpleBlogCard {
  width: auto;
  margin: 12px 0;
  line-height: 1.4;
  background: #fdfdff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.singlePage .postMod__simpleBlogCard__link {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
}

.singlePage .postMod__simpleBlogCard__image {
  width: 100px;
  height: auto;
}

@media (max-width: 767px) {
  .singlePage .postMod__simpleBlogCard__image {
    width: 80px;
  }
}
.singlePage .postMod__simpleBlogCard__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.singlePage .postMod__simpleBlogCard__explain {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}

.singlePage .postMod .img-center {
  display: block;
  margin: 0 auto;
}

.singlePage .seminarMod {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .singlePage .seminarMod {
    margin-bottom: 50px;
  }
}
.singlePage .seminarMod__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #001266;
  margin-bottom: 25px;
  font-size: 32px;
}

@media (max-width: 767px) {
  .singlePage .seminarMod__ttl {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .singlePage .seminarMod__ttl {
    font-size: 24px;
  }
}
.singlePage .seminarMod__list {
  padding: 45px 30px 30px;
  background: #f0f4f9;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .singlePage .seminarMod__list {
    padding: 0;
  }
}
.singlePage .seminarMod__list dl {
  font-size: 16px;
  border-bottom: solid 1px #cddbef;
}

@media (min-width: 768px) {
  .singlePage .seminarMod__list dl {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .singlePage .seminarMod__list dl {
    padding: 30px 20px 25px;
    font-size: 14px;
  }
}
.singlePage .seminarMod__list dl:last-child {
  margin-bottom: 0;
  border: none;
}

@media (min-width: 768px) {
  .singlePage .seminarMod__list dl:last-child {
    padding-bottom: 0;
  }
}
.singlePage .seminarMod__list dl dt {
  font-weight: 700;
  color: #001266;
}

@media (min-width: 768px) {
  .singlePage .seminarMod__list dl dt {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .singlePage .seminarMod__list dl dt {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .singlePage .seminarMod__list dl dd {
    width: calc(100% - 135px);
  }
}
.singlePage .performanceMod {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .singlePage .performanceMod {
    margin-bottom: 50px;
  }
}
.singlePage .performanceMod__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #001266;
  margin-bottom: 45px;
  font-size: 32px;
}

@media (max-width: 767px) {
  .singlePage .performanceMod__ttl {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .singlePage .performanceMod__ttl {
    margin-bottom: 30px;
  }
}
.singlePage .performanceMod__listTtl {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #001266;
  border-bottom: solid 2px #001266;
}

@media (max-width: 767px) {
  .singlePage .performanceMod__listTtl {
    font-size: 16px;
  }
}
.singlePage .performanceMod__list {
  font-size: 16px;
}

@media (max-width: 767px) {
  .singlePage .performanceMod__list {
    font-size: 14px;
  }
}
.singlePage .performanceMod__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 13px;
}

.singlePage .performanceMod__list li:last-child {
  margin-bottom: 0;
}

.singlePage .performanceMod__list li::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  content: "";
  border-radius: 1000px;
}

.singlePage .performanceMod__list > li::before {
  width: 10px;
  height: 10px;
  background: #0368ff;
}

.singlePage .performanceMod__list ol {
  padding-top: 10px;
}

.singlePage .performanceMod__list ol > li::before {
  width: 6px;
  height: 6px;
  border: solid 2px #0368ff;
}

.singlePage .imgMod {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .singlePage .imgMod {
    margin-bottom: 50px;
  }
}
.singlePage .imgMod__img {
  line-height: 0;
}

.singlePage .imgMod__img img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.singlePage .imgMod.-cap {
  padding: 30px;
  background: #f0f4f9;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .singlePage .imgMod.-cap {
    padding: 15px;
  }
}
.singlePage .imgMod.-cap .imgMod__cap {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .singlePage .imgMod.-cap .imgMod__cap {
    padding-top: 10px;
    font-size: 12px;
  }
}
.singlePage .onStageMod {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .singlePage .onStageMod {
    margin-bottom: 50px;
  }
}
.singlePage .onStageMod__ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #001266;
  margin-bottom: 35px;
  font-size: 32px;
}

@media (max-width: 767px) {
  .singlePage .onStageMod__ttl {
    font-size: 24px;
  }
}
.singlePage .onStageMod .osBox {
  margin-bottom: 60px;
}

.singlePage .onStageMod .osBox:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .singlePage .onStageMod .osBox {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .singlePage .onStageMod .osBox {
    margin-bottom: 45px;
  }
}
.singlePage .onStageMod .osBox__img {
  width: 180px;
}

.singlePage .onStageMod .osBox__img img {
  width: 100%;
}

@media (min-width: 768px) {
  .singlePage .onStageMod .osBox__cnt {
    width: calc(100% - 220px);
  }
}
@media (max-width: 767px) {
  .singlePage .onStageMod .osBox__top {
    display: flex;
    justify-content: space-between;
  }
  .singlePage .onStageMod .osBox__top__img {
    width: 120px;
  }
  .singlePage .onStageMod .osBox__top__img img {
    width: 100%;
  }
}
.singlePage .onStageMod .osBox__prof {
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .singlePage .onStageMod .osBox__prof {
    width: calc(100% - 135px);
  }
}
.singlePage .onStageMod .osBox__prof__txt1 {
  padding-bottom: 5px;
  margin-bottom: 23px;
  font-size: 20px;
  color: #001266;
  border-bottom: solid 2px #001266;
}

@media (max-width: 767px) {
  .singlePage .onStageMod .osBox__prof__txt1 {
    padding-bottom: 10px;
    margin-bottom: 13px;
    font-size: 16px;
  }
}
.singlePage .onStageMod .osBox__prof__txt2 {
  font-size: 16px;
  color: #00235d;
}

@media (max-width: 767px) {
  .singlePage .onStageMod .osBox__prof__txt2 {
    font-size: 14px;
  }
}
.singlePage .onStageMod .osBox__txtarea {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .singlePage .onStageMod .osBox__txtarea {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }
}
.singlePage .btnMod {
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .singlePage .btnMod {
    margin-bottom: 50px;
  }
}
.singlePage .btnMod.-lastDL {
  margin-top: 100px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .singlePage .btnMod.-lastDL {
    margin-top: 50px;
  }
}
.singlePage .ogMod {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .singlePage .ogMod {
    margin-bottom: 50px;
  }
}
.singlePage .ogMod__block {
  text-decoration: none;
  border: #ddd solid 1px;
}

.singlePage .ogMod__img {
  background: center center/cover no-repeat;
}

.singlePage .ogMod__img {
  line-height: 0;
}

.singlePage .ogMod__img img {
  width: 100%;
}

.singlePage .ogMod__txt dt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5714285714;
  color: #393d3f;
}

.singlePage .ogMod__txt dd {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  color: #aaa;
  word-break: break-all;
}

.singlePage .ogMod.-noimg .ogMod__img {
  display: none;
}

@media (min-width: 768px) {
  .singlePage .ogMod.-noimg .ogMod__block {
    height: 180px;
  }
  .singlePage .ogMod.-noimg .ogMod__txt {
    width: calc(100% - 110px);
  }
}
@media (min-width: 768px) {
  .singlePage .ogMod__block {
    display: flex;
    align-items: center;
  }
  .singlePage .ogMod__txt {
    width: calc(100% - 380px);
    margin-left: 55px;
  }
  .singlePage .ogMod__img {
    width: 285px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .singlePage .ogMod {
    margin-bottom: 60px;
  }
  .singlePage .ogMod__block {
    display: block;
  }
  .singlePage .ogMod__img {
    padding-top: 52.5%;
  }
  .singlePage .ogMod__txt {
    padding: 7px 38px 13px;
  }
}
.singlePage .leadMod {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .singlePage .leadMod {
    font-size: 14px;
  }
}
.singlePage__articleList {
  padding-inline: 8px;
}

.singlePage .shareList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 48px;
  border-top: solid 1px #cddbef;
}

.singlePage .shareList a {
  display: block;
  line-height: 0;
}

.singlePage .shareList li {
  margin: 0 10px;
}

.singlePage .shareList img {
  height: 20px;
}

@media (max-width: 767px) {
  .singlePage .shareList li {
    margin-bottom: 15px;
  }
}
.singlePage .writerSec {
  padding: 30px;
  margin-top: 70px;
  background: #f0f4f9;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .singlePage .writerSec {
    padding: 25px;
    margin-top: 55px;
  }
}
.singlePage .writerSec__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #0368ff;
}

.singlePage .writerSec__ttl__icon {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .singlePage .writerSec__ttl {
    font-size: 14px;
  }
  .singlePage .writerSec__ttl__icon {
    width: 15px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .singlePage .writerSec .prof {
    display: flex;
    justify-content: space-between;
  }
}
.singlePage .writerSec .prof__img {
  width: 120px;
  line-height: 0;
}

.singlePage .writerSec .prof__img img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .singlePage .writerSec .prof__cnt {
    width: calc(100% - 140px);
  }
}
@media (max-width: 767px) {
  .singlePage .writerSec .prof__top {
    display: flex;
    justify-content: space-between;
  }
  .singlePage .writerSec .prof__top__img {
    width: 80px;
    line-height: 0;
  }
  .singlePage .writerSec .prof__top__img img {
    width: 100%;
  }
  .singlePage .writerSec .prof__top__txtarea {
    width: calc(100% - 95px);
  }
}
.singlePage .writerSec .prof__name {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .singlePage .writerSec .prof__name {
    font-size: 14px;
  }
}
.singlePage .writerSec .prof__txtarea {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .singlePage .writerSec .prof__txtarea {
    margin-top: 15px;
    font-size: 14px;
  }
}
.singlePage.-postType-seminar .bizibl-form-container__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .singlePage.-postType-seminar a[href="#bizibl-form-container"] {
    display: none;
  }
  .singlePage.-postType-seminar .articleWrapper {
    display: flex;
    width: 1280px;
    padding-bottom: 80px;
    margin-inline: auto;
  }
  .singlePage.-postType-seminar .article {
    min-height: calc(100vh - 140px - 80px + 182px);
  }
  .singlePage.-postType-seminar .articleKv {
    left: 0;
    width: 800px;
  }
  .singlePage.-postType-seminar .bizibl-form-container {
    position: sticky;
    top: 140px;
    bottom: 40px;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 400px;
    height: calc(100vh - 140px - 80px);
    padding: 8px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 8px 40px -2px rgba(6, 12, 59, 0.08);
    -ms-overflow-style: none;
  }
  .singlePage.-postType-seminar .bizibl-form-container ::-webkit-scrollbar {
    display: none;
  }
  .singlePage.-postType-seminar .bizibl-form-container__title {
    padding: 16px 0;
  }
  .singlePage.-postType-seminar #bizibl-form-iframe {
    box-sizing: border-box;
    height: calc(99% - 60px);
  }
}
@media (max-width: 767px) {
  .singlePage.-postType-seminar .bizibl-form-container {
    padding-bottom: 80px;
  }
  .singlePage.-postType-seminar .bizibl-form-container__title {
    padding: 8px 0;
  }
}
.sm101LP {
  color: #00235d;
}

.sm101LP__logo__wrap {
  z-index: 0;
  order: 1;
  width: 100%;
  padding-top: 16px;
  overflow: hidden;
  background-color: #fff;
}

@media (min-width: 768px) {
  .sm101LP__logo__wrap {
    padding-top: 40px;
  }
}
.sm101LP__problem {
  max-width: 1200px;
  padding-bottom: 128px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .sm101LP__problem {
    padding: 0 20px 40px;
  }
}
.sm101LP__problem__list {
  display: flex;
  gap: 32px;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .sm101LP__problem__list {
    flex-direction: column;
  }
}
.sm101LP__problem__item {
  width: 33.3333333333%;
  padding: 24px 16px;
  text-align: center;
  background: rgba(7, 102, 244, 0.06);
  border-radius: 10px;
}

@media (max-width: 767px) {
  .sm101LP__problem__item {
    width: 100%;
  }
}
.sm101LP__problem__item__num {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 34px;
}

.sm101LP__problem__item__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.sm101LP__problem__item__image {
  margin-top: 16px;
}

.sm101LP__solution {
  max-width: 1200px;
  padding: 16px;
  margin-inline: auto;
  text-align: center;
}

.sm101LP__solution__title {
  font-size: 34px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sm101LP__solution__title {
    font-size: 28px;
  }
}
.sm101LP__solution__explain {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .sm101LP__solution__explain {
    text-align: left;
  }
}
.sm101LP__solution__image {
  margin-top: 16px;
}

.sm101LP__solution__image__content {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .sm101LP__plan {
    padding-inline: 20px;
  }
}
.counter__wrap {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 0.5em;
}
.counter__wrap * {
  color: #fff;
}
.counter__wrap ul {
  background: rgba(255, 255, 255, 0.2784313725);
  padding: 2em 0 2em 1em;
}
.counter__wrap ul .incIntroduction__feature__item {
  padding: 0 2em;
  width: 45em;
}
.counter__wrap ul .incIntroduction__feature__item .incIntroduction__feature__item__result__num {
  font-size: 12.5em;
}
.counter__wrap ul .incIntroduction__feature__item:nth-last-of-type(1) {
  width: 35em;
}
@media screen and (max-width: 767px) {
  .counter__wrap {
    position: relative;
  }
  .counter__wrap ul .incIntroduction__feature__item {
    padding: 2em;
    width: 100% !important;
  }
}

.pageIndex__sceneMovie {
  margin-bottom: 32px;
}

.pageIndex__plan,
.pageIndex__step {
  background-color: rgba(7, 102, 244, 0.06);
}

@media (max-width: 767px) {
  .pageIndex__plan {
    padding-inline: 20px;
  }
  .pageIndex__plan .incSectionTitle {
    padding-top: 0;
  }
}
.pageIndex__bottomArea {
  overflow: hidden;
  background-color: rgba(7, 102, 244, 0.06);
}

.pageBolt__introductionCard {
  margin-top: 80px;
}

.pageBolt__cleanDataBanner {
  margin-top: 80px;
}

.pageBolt__ecosystem {
  margin: 40px 0 80px;
}

.pageBolt__ecosystem__buttonWrapper {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .pageBolt__ecosystem__buttonWrapper {
    padding-inline: 20px;
  }
}
.pageBolt__boltApp {
  margin-bottom: 120px;
}

.pageBolt__bottomArea {
  overflow: hidden;
  background: rgba(165, 74, 244, 0.1);
}

.pageMM__problem {
  padding-bottom: 120px;
}

.pageMM__problem__content {
  max-width: 1200px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .pageMM__problem__content {
    margin-inline: 20px;
  }
}
.pageMM__result,
.pageMM__solution {
  padding-bottom: 120px;
  text-align: center;
  background: rgba(13, 178, 40, 0.05);
}

.pageMM__result__text,
.pageMM__solution__text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
  color: #383838;
  text-align: center;
}

@media (max-width: 767px) {
  .pageMM__result__text,
  .pageMM__solution__text {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .pageMM__result__content,
  .pageMM__solution__content {
    padding-inline: 20px;
  }
}
.pageMM__result__content__inner,
.pageMM__solution__content__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  justify-content: center;
  max-width: 1200px;
  padding: 40px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .pageMM__result__content__inner,
  .pageMM__solution__content__inner {
    flex-direction: column;
    padding: 16px;
  }
}
.pageMM__result__block,
.pageMM__solution__block {
  color: #565656;
}

.pageMM__result__block__title,
.pageMM__solution__block__title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 700;
  border-bottom: 1px solid #9d9d9d;
}

@media (max-width: 767px) {
  .pageMM__result__block__title,
  .pageMM__solution__block__title {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 24px;
  }
}
.pageMM__result__block__text,
.pageMM__solution__block__text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.5em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .pageMM__result__block__text,
  .pageMM__solution__block__text {
    font-size: 16px;
  }
}
.pageMM__result__block.--intent,
.pageMM__solution__block.--intent {
  color: #0db228;
}

.pageMM__result__image,
.pageMM__solution__image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 40px auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .pageMM__result__image,
  .pageMM__solution__image {
    width: 100%;
    height: auto;
  }
}
.pageMM__solution__content__inner {
  background: #fff;
}

.pageMM__solution__block.--intent .pageMM__solution__item {
  color: #11751a;
  border-color: #11751a;
}

.pageMM__solution__block.--intent .pageMM__solution__item + .pageMM__solution__item::before {
  border-top-color: #0db228;
}

.pageMM__solution__list {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .pageMM__solution__list {
    margin-top: 24px;
  }
}
.pageMM__solution__item {
  border: 1px solid #c6c6c6;
  border-radius: 10px;
}

.pageMM__solution__item + .pageMM__solution__item {
  position: relative;
  margin-top: 40px;
}

.pageMM__solution__item + .pageMM__solution__item::before {
  position: absolute;
  top: -28px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 14px solid #9d9d9d;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translateX(-50%);
}

.pageMM__solution__item__title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 16px 0;
}

@media (max-width: 767px) {
  .pageMM__solution__item__title {
    padding: 8px 8px 0;
  }
}
.pageMM__solution__item__title__number {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 34px;
}

@media (max-width: 767px) {
  .pageMM__solution__item__title__number {
    font-size: 24px;
  }
}
.pageMM__solution__item__title__text {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 767px) {
  .pageMM__solution__item__title__text {
    font-size: 14px;
  }
}
.pageMM__solution__item__image {
  width: 500px;
  height: auto;
}

@media (max-width: 767px) {
  .pageMM__solution__item__image {
    width: 100%;
  }
}
.pageMM__result {
  background: #fff;
}

.pageMM__result__content__inner {
  background-color: rgba(13, 178, 40, 0.06);
}

.pageMM__result__block__image {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .pageMM__result__block__image {
    width: 100%;
    height: auto;
    margin-right: -12px;
  }
}
.pageMM .js-inViewAddClassTarget.--isActive {
  animation: pageMMfadeInAnime 0.8s forwards ease-in-out;
}

@keyframes pageMMfadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(6em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pageRM__cleanDataBanner {
  margin-top: 80px;
}

.pageRM__introductionCard {
  margin-top: 80px;
}

.pageRM__seminar__content {
  padding: 40px 0;
}

.pageRM__contact {
  max-width: 600px;
  padding: 80px 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pageRM__contact {
    padding-inline: 20px;
  }
}
.pageRM__contact__card {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

.pageRM__contact__title {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #fa823e;
}

.pageRM__contact__form {
  padding: 24px;
}

.singleFunctionPage__feature {
  max-width: 1200px;
  padding: 80px 0 128px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .singleFunctionPage__feature {
    padding: 40px 20px 0;
  }
}
.singleFunctionPage__bannerBox {
  margin-top: 64px;
}

.singleFunctionPage__detail {
  background: rgba(7, 102, 244, 0.06);
}

@media (max-width: 767px) {
  .singleFunctionPage__detail {
    margin-top: 0;
  }
}
.singleFunctionPage__detail__inner {
  max-width: 1200px;
  padding-bottom: 128px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .singleFunctionPage__detail__inner {
    padding: 0 20px 40px;
  }
}
.singleFunctionPage__detail__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 40px;
}

.singleFunctionPage__other__inner {
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .singleFunctionPage__other__inner {
    padding: 0 20px 40px;
  }
}
.singleFunctionPage__usecase__inner {
  max-width: 1200px;
  padding-bottom: 128px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .singleFunctionPage__usecase__inner {
    padding: 0 20px 40px;
  }
}
.singleFunctionPage__usecase__list {
  display: flex;
  gap: 32px;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .singleFunctionPage__usecase__list {
    flex-direction: column;
  }
}
.singleFunctionPage__usecase__item {
  width: 33.3333333333%;
}

@media (max-width: 767px) {
  .singleFunctionPage__usecase__item {
    width: 100%;
  }
}
.singleFunctionPage__segment {
  padding-bottom: 128px;
  background: rgba(7, 102, 244, 0.06);
}

.singleFunctionPage__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  justify-content: space-between;
  margin-top: 24px;
}

.singleFunctionPage__item {
  width: calc((100% - 64px) / 3);
}

@media (max-width: 767px) {
  .singleFunctionPage__item {
    width: 100%;
  }
}
.planPage__about {
  max-width: 1200px;
  padding: 80px 0;
  margin-inline: auto;
}

.planPage__information {
  background: rgba(7, 102, 244, 0.06);
}

.planPage__introduction {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .planPage__introduction {
    margin-top: 40px;
  }
}
.planPage__detailList {
  padding: 54px 0 140px;
}

@media (max-width: 767px) {
  .planPage__detailList {
    padding: 54px 20px 80px;
  }
}
.planPage__detailList__item {
  position: relative;
  max-width: 1200px;
  padding: 64px 54px;
  margin-inline: auto;
  font-weight: 700;
  color: #00235d;
  background: #fff;
  border-radius: 20px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .planPage__detailList__item {
    padding: 54px 20px;
  }
}
.planPage__detailList__plus {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 40px auto;
}

.planPage__detailList__plus::after,
.planPage__detailList__plus::before {
  position: absolute;
  content: "";
  background-color: #00235d;
}

.planPage__detailList__plus::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  transform: translateY(-50%);
}

.planPage__detailList__plus::after {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  transform: translateX(-50%);
}

.planPage__detailList__itemBox {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}

.planPage__detailList__planContents {
  margin: 64px 0 20px;
}

.planPage__detailList__title {
  width: 100%;
  max-width: 340px;
  padding: 20px 0;
  font-size: 24px;
  border-right: solid 2px #00235d;
}

@media (max-width: 767px) {
  .planPage__detailList__title {
    padding: 0 0 20px;
    border-right: none;
  }
}
.planPage__detailList__text {
  width: 55%;
  font-size: 18px;
  letter-spacing: 0.3px;
}

@media (max-width: 767px) {
  .planPage__detailList__text {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }
}
.planPage__detailList__approach {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .planPage__detailList__approach {
    margin-top: 50px;
  }
}
.planPage__detailList__option {
  color: #00235d;
  text-align: center;
}

.planPage__detailList__optionTitle {
  margin-bottom: 42px;
  font-size: 24px;
  font-weight: 700;
}

.planPage__detailList__optionText {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .planPage__detailList__optionText {
    font-size: 16px;
    text-align: justify;
  }
}
.planPage__OnboardingDescription {
  margin-top: 100px;
}

.planPage__OnboardingInner {
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .planPage__OnboardingInner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .planPage__flow {
    padding: 0 20px;
  }
}
.planPage__programImage {
  max-width: 1050px;
}

.planPage__programImage__item {
  width: 100%;
}

.planPage__programImage,
.planPage__support {
  margin: 24px auto 80px;
}

.planPage__programTitle {
  display: flex;
  gap: 20px;
  font-size: 26px;
  font-weight: 700;
  color: #00235d;
}

@media (max-width: 767px) {
  .planPage__programTitle {
    gap: 16px;
    align-items: center;
    font-size: 20px;
  }
}
.planPage__programTitle__sub {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  background: linear-gradient(81.69deg, #cf00da -50.32%, #00235d 115.93%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .planPage__programTitle__sub {
    font-size: 28px;
  }
}
.planPage__programTitle__subTitle {
  margin: 24px 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #b800c1;
}

.planPage__supportMember {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 767px) {
  .planPage__supportMember {
    gap: 16px;
  }
}
.planPage__announce {
  padding-top: 64px;
  margin: 64px 0 100px;
  border-top: solid 1px #c6c6c6;
}

@media (max-width: 767px) {
  .planPage__announce {
    padding-top: 32px;
  }
}
.planPage__flow__contents {
  width: 70%;
  max-width: 1200px;
  padding-top: 54px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .planPage__flow__contents {
    width: 100%;
  }
}
.planPage__flow__FAQ {
  padding: 80px 0 100px 0;
}

.singleScenePage__inner {
  max-width: 1120px;
  margin-inline: auto;
}

.singleScenePage__explain {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .singleScenePage__explain {
    padding-inline: 20px;
  }
}
.singleScenePage__explain em {
  line-height: 1.6;
  color: #cf00da;
}

.singleScenePage__explain__inner {
  display: flex;
  -moz-column-gap: 64px;
       column-gap: 64px;
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .singleScenePage__explain__inner {
    flex-flow: column-reverse wrap;
  }
}
.singleScenePage__explain__text {
  flex: 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.singleScenePage__explain__text.--left {
  text-align: left;
}

@media (max-width: 767px) {
  .singleScenePage__explain__text {
    margin-top: 24px;
    font-size: 16px;
  }
}
.singleScenePage__explain__imagebox {
  flex: 1;
  aspect-ratio: 16/9;
}

@media (max-width: 767px) {
  .singleScenePage__explain__imagebox {
    width: 100%;
  }
}
.singleScenePage__explain__imagebox__image {
  width: 100%;
}

.singleScenePage__explain__imagebox__video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .singleScenePage__explain__imagebox__video {
    width: 100%;
    height: 100%;
  }
}
.singleScenePage__problem {
  margin-top: 80px;
}

.singleScenePage__problem__inner {
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .singleScenePage__problem__inner {
    padding-inline: 20px;
  }
}
.singleScenePage__appeal {
  position: relative;
  padding: 64px 0;
  margin-top: 80px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: #cf00da;
}

@media (max-width: 767px) {
  .singleScenePage__appeal {
    padding: 40px 20px;
  }
}
.singleScenePage__appeal__text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .singleScenePage__appeal__text {
    font-size: 16px;
  }
}
.singleScenePage__appeal__text__point {
  font-size: 28px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .singleScenePage__appeal__text__point {
    font-size: 20px;
  }
}
.singleScenePage__appeal::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 400px;
  aspect-ratio: 2/1;
  content: "";
  background-image: url("../images/v2/page/scene/bg-arrow.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .singleScenePage__appeal::before {
    bottom: 0;
    width: 300px;
  }
}
.singleScenePage__usecase {
  margin-top: 80px;
}

.singleScenePage__usecase__inner {
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .singleScenePage__usecase__inner {
    padding: 0 20px 40px;
  }
}
.singleScenePage__usecase__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 40px;
}

.singleScenePage__callToAction {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  padding: 64px;
  margin-top: 80px;
  text-align: center;
  background-color: #cf00da;
}

@media (max-width: 767px) {
  .singleScenePage__callToAction {
    flex-direction: column;
    padding: 32px 20px;
  }
}
.singleScenePage__callToAction__item {
  width: 400px;
}

@media (max-width: 767px) {
  .singleScenePage__callToAction__item {
    width: 100%;
  }
}
.singleScenePage__callToAction__text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.singleScenePage__callToAction__button {
  margin-top: 8px;
}

.singleScenePage__download {
  margin: 80px 0;
}

@media (max-width: 767px) {
  .singleScenePage__download {
    padding-inline: 20px;
  }
}
.singleScenePage__download__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.singleScenePage__download__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .singleScenePage__download__list__item {
    width: calc((100% - 64px) / 3);
  }
}
@media (max-width: 767px) {
  .singleScenePage__download__list {
    flex-direction: row;
  }
  .singleScenePage__download__list__item {
    width: 100%;
  }
}
.archiveScenePage__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.archiveScenePage__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 64px 0 80px;
}

@media (max-width: 767px) {
  .archiveScenePage__list {
    padding-inline: 20px;
  }
}
.archiveScenePage__item__link {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: #00235d;
  text-decoration: none;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 20px 40px 65px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .archiveScenePage__item__link {
    flex-direction: column;
  }
}
.archiveScenePage__item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  background-color: rgba(7, 102, 244, 0.06);
}

@media (max-width: 767px) {
  .archiveScenePage__item__image {
    width: 100%;
  }
}
.archiveScenePage__item__text {
  position: relative;
  flex: 1;
  padding: 32px 32px 64px;
}

@media (max-width: 767px) {
  .archiveScenePage__item__text {
    padding: 16px 16px 40px;
  }
}
.archiveScenePage__item__text::after {
  position: absolute;
  right: 24px;
  bottom: 16px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("../images/v2/common/icon/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .archiveScenePage__item__text::after {
    right: 16px;
    bottom: 12px;
  }
}
.archiveScenePage__item__catchcopy {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .archiveScenePage__item__catchcopy {
    font-size: 16px;
  }
}
.archiveScenePage__item__description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .archiveScenePage__item__description {
    margin-top: 8px;
    font-size: 14px;
  }
}
.archiveScenePage__item__description br {
  display: none;
}

img {
  max-width: 100%;
}

#outline .incProduct__content {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  #outline .incSectionTitle {
    padding-top: 0;
  }
}
#outline table {
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4em;
}
#outline table th {
  width: 7em;
}
#outline table td {
  width: 35em;
}
@media screen and (max-width: 767px) {
  #outline table {
    width: 100%;
    font-size: 1.2em;
  }
  #outline table tr {
    display: flex;
    flex-direction: column;
  }
  #outline table tr th,
  #outline table tr td {
    width: 100%;
    padding: 0.25em 0;
  }
  #outline table tr th {
    padding: 0.5em 0 0;
  }
}

.footer_contents__wrap {
  padding: 4em 0;
  display: flex;
  gap: 1em;
}
@media (max-width: 767px) {
  .footer_contents__wrap {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */