*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure,
strong,
address {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "kaisotai";
  src: url("../fonts/Kaisotai-Next-UP-B.woff2") format("woff2");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  html {
    font-size: calc(1000 / 1080 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000 / 375 * 1vw);
  }
}
@media screen and (max-width: 1180px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  color: #393939;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #393939;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1074px;
  height: inherit;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 2rem;
  }
}
.l-inner.l-inner--wide {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner--wide {
    max-width: 100%;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 8.1rem;
  z-index: 3;
  padding-inline: 2rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-inline: 2rem;
    height: 7.5rem;
  }
  .l-header.top .l-header__nav {
    top: 55.8rem;
  }
  .l-header.pages .l-header__nav {
    top: 8.6rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header.pages .l-header__inner {
    padding-top: 2.7rem;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-right: 7.4rem;
  padding-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-top: 3.1rem;
    padding-right: 0;
  }
}

.l-header__logo {
  margin-top: 0.8rem;
  width: 177px;
  height: 35px;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-top: 0;
  }
}
.l-header__logo.pages {
  margin-top: 0;
  width: 13.2rem;
  height: 3.1rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo.pages {
    width: 15.1rem;
    height: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header__nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-inline: 2rem;
    width: 100%;
  }
}

.l-header__list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header__list {
    gap: 0.9rem;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .l-header__item {
    width: 100%;
  }
}

.l-footer {
  background-color: #1F334A;
  padding-block: 2.3rem 1.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 3.4rem 1.8rem;
  }
}

.l-footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.l-footer__logo {
  width: 28.8rem;
  aspect-ratio: 231/45;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    order: 2;
    margin-top: 1.9rem;
    width: 23.1rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__info {
    display: contents;
  }
}

.l-footer__list {
  display: flex;
  align-items: center;
  gap: 4.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    order: 1;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.l-footer__link {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: 1.4rem;
    line-height: 2.5714285714;
    letter-spacing: 0.058em;
  }
}
@media (hover: hover) {
  .l-footer__link:hover {
    opacity: 0.8;
  }
}

.l-footer__copy {
  margin-top: 2.7rem;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    order: 3;
    margin-top: 2.8rem;
    font-size: 1rem;
    letter-spacing: 0.058em;
    text-align: center;
    width: 100%;
  }
}

.l-main {
  position: relative;
}

.c-btn {
  background-color: #F76F10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 3.6rem;
  color: #fff;
  border-radius: 100vmax;
  position: relative;
  box-shadow: 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636363636;
  letter-spacing: 0.058em;
  text-align: center;
  width: 34rem;
  height: 8rem;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding-block: 1.3rem;
    font-size: 1.6rem;
    height: 7rem;
    max-width: 29.5rem;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.8;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.4rem;
  background: url("/visualization/assets/images/common/icon_arrow_down.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    right: 1.6rem;
    width: 1.6rem;
    height: 1.2rem;
  }
}
.c-btn .dot {
  position: relative;
}
.c-btn .dot::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.c-btn .large {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .c-btn .large {
    font-size: 1.8rem;
  }
}
.c-btn.c-btn--header {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.16);
  font-size: 1.4rem;
  display: block;
  max-width: 100%;
}
.c-btn.c-btn--header::after {
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn--header::after {
    right: 2rem;
  }
}
.c-btn.c-btn--header .large {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.c-btn.c-btn--header .sp-narrow {
  letter-spacing: 0.34em;
}
.c-btn.arrow-right::after {
  rotate: -90deg;
  transform-origin: top;
}
.c-btn.arrow-left::after {
  rotate: 90deg;
  transform-origin: top;
  right: auto;
  left: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-btn.arrow-left::after {
    left: 1.6rem;
  }
}
.c-btn.c-btn--contact {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn--contact {
    font-size: 1.8rem;
  }
}
.c-btn.c-btn--secondary {
  background-color: #2F87B4;
}
@media screen and (max-width: 767px) {
  .c-btn.sp-row-wide {
    height: 5.3rem;
    max-width: 100%;
    font-size: 1.8rem;
  }
}
.c-btn.c-btn--small {
  width: 21.9rem;
  height: 5rem;
  font-size: 1.6rem;
  padding: 0;
}

.c-btn__tel {
  display: block;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.16);
  padding: 0.9rem 2.3rem 0.4rem;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .c-btn__tel:hover {
    opacity: 0.8;
  }
}
.c-btn__tel .lead {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.058em;
  text-align: center;
}
.c-btn__tel .main {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
}
.c-btn__tel .img {
  width: 3rem;
  aspect-ratio: 30/18;
}
.c-btn__tel .number {
  font-size: 2.3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3913043478;
  letter-spacing: 0.058em;
  color: #2F87B4;
}
.c-btn__tel .time {
  margin-top: -0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.058em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn__tel .time {
    margin-top: 0.2rem;
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}
.c-btn__tel.c-btn__tel--large {
  border: 2px solid #2F87B4;
  border-radius: 2rem;
  width: 66rem;
  padding-block: 1.5rem 2rem;
  box-shadow: 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-btn__tel.c-btn__tel--large {
    border-width: 0.2rem;
    width: 100%;
    padding-block: 2.2rem 1.6rem;
    padding-inline: 1rem;
  }
}
.c-btn__tel.c-btn__tel--large .lead {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-btn__tel.c-btn__tel--large .lead {
    font-size: 1.4rem;
    line-height: 1.2142857143;
  }
}
.c-btn__tel.c-btn__tel--large .main {
  margin-top: 1.4rem;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-btn__tel.c-btn__tel--large .main {
    margin-top: 1rem;
    gap: 0.3rem;
  }
}
.c-btn__tel.c-btn__tel--large .img {
  width: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn__tel.c-btn__tel--large .img {
    width: 4rem;
  }
}
.c-btn__tel.c-btn__tel--large .number {
  font-size: 4.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-btn__tel.c-btn__tel--large .number {
    font-size: 3.2rem;
  }
}

.c-btn__nav::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 1.7rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.4rem;
  background: url("/visualization/assets/images/common/icon_view.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn__nav::after {
    width: 1.6rem;
    height: 1.2rem;
  }
}

.c-section__title {
  font-size: 4.6rem;
  letter-spacing: 0.058em;
  line-height: 1.1;
  font-family: "kaisotai", sans-serif;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 2.2rem;
    letter-spacing: 0.09em;
  }
}
.c-section__title .row {
  rotate: -6deg;
  display: inline-block;
  padding: 0.7rem 3rem 0.1rem 4.2rem;
  height: 6.3rem;
  background: linear-gradient(100deg, #345881 0%, #010203 100%);
  clip-path: polygon(calc(0% + 2.2rem) 0%, 100% 0%, calc(100% - 2.2rem) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .c-section__title .row {
    height: 3.3rem;
    padding: 0.4rem 2rem;
    clip-path: polygon(calc(0% + 1rem) 0%, 100% 0%, calc(100% - 1rem) 100%, 0 100%);
  }
}
.c-section__title .row:nth-child(n+2) {
  margin-left: 14.4rem;
  padding: 0.4rem 3rem 0.4rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .c-section__title .row:nth-child(n+2) {
    margin-left: 2rem;
    padding: 0.4rem 1.4rem 0.4rem 2rem;
  }
}
.c-section__title .row:nth-child(3) {
  margin-left: 28.8rem;
}
@media screen and (max-width: 767px) {
  .c-section__title .row:nth-child(3) {
    margin-left: 4rem;
  }
}
.c-section__title .large {
  font-size: 5.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-section__title .large {
    font-size: 2.4rem;
    letter-spacing: 0.14em;
  }
}
.c-section__title .small {
  font-size: 4.2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-section__title .small {
    font-size: 1.8rem;
  }
}

.c-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-archive__list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.c-archive__link {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-archive__link:hover {
    opacity: 0.8;
  }
}

.c-archive__img {
  width: 100%;
  aspect-ratio: 316/208;
}

.c-archive__heading {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.058em;
  color: #004277;
}
@media screen and (max-width: 767px) {
  .c-archive__heading {
    margin-top: 1.8rem;
  }
}

.c-archive__date {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.058em;
  color: #2F87B4;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-archive__wrap.casestudy .c-archive__heading {
    margin-top: 1.2rem;
  }
}

.c-archive__categoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-archive__categoryList li {
    width: 100%;
  }
}
.c-archive__categoryList.c-archive__categoryList--left {
  justify-content: flex-start;
}

.c-archive__categoryLink {
  display: block;
  border: 1px solid #2F87B4;
  border-radius: 0.6rem;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 700;
  letter-spacing: 0.058em;
  padding: 1.6rem 2.2rem;
  color: #2F87B4;
  transition: background-color 0.3s, color 0.3s;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-archive__categoryLink {
    display: block;
    width: 100%;
    padding: 1.1rem 2.2rem;
  }
}
.c-archive__categoryLink.is-active {
  background-color: #2F87B4;
  color: #fff;
}
@media (hover: hover) {
  .c-archive__categoryLink:hover {
    background-color: #2F87B4;
    color: #fff;
  }
}
.c-archive__categoryLink[data-button=all], .c-archive__categoryLink[data-button=other] {
  width: 8rem;
  padding-inline: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-archive__categoryLink[data-button=all], .c-archive__categoryLink[data-button=other] {
    width: 100%;
  }
}
.c-archive__categoryLink[data-button=introduction], .c-archive__categoryLink[data-button=report] {
  width: 22.8rem;
  padding-inline: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-archive__categoryLink[data-button=introduction], .c-archive__categoryLink[data-button=report] {
    width: 100%;
  }
}

.c-archive__category {
  margin-top: 2rem;
}

.c-breadcrumbs {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.c-breadcrumbs__item {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.058em;
  line-height: 2.1428571429;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__item {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
@media (hover: hover) {
  .c-breadcrumbs__item:hover {
    opacity: 0.8;
  }
}
.c-breadcrumbs__item.current {
  color: #2F87B4;
  pointer-events: none;
}
.c-breadcrumbs__item.home {
  text-transform: uppercase;
}
.c-breadcrumbs__item.img {
  position: relative;
  top: 1.1rem;
  width: 1.4rem;
  aspect-ratio: 14/10;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__item.img {
    top: 0.6rem;
    width: 1.7rem;
  }
}

.c-category {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.058em;
  color: #fff;
  background-color: #2F87B4;
  padding: 0.1rem 0.8rem;
  display: inline-block;
}

.p-drawer__btnWrap {
  position: fixed;
  top: 1.7rem;
  right: 1.6rem;
  width: 6.4rem;
  height: 6.4rem;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .p-drawer__btnWrap {
    width: 5rem;
    height: 5rem;
    top: 2.5rem;
    right: 2.3rem;
  }
}

.p-drawer__btn {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background-color: #FFCE00;
  border-radius: 50%;
  box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
}
@media (hover: hover) {
  .p-drawer__btn:hover {
    opacity: 0.8;
  }
}
.p-drawer__btn.is-active {
  transform: translateX(-19rem);
}
@media screen and (max-width: 767px) {
  .p-drawer__btn.is-active {
    transform: translateX(-27rem);
  }
}
.p-drawer__btn.is-active .p-drawer__line1 {
  transform: translateY(0.7rem) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-drawer__btn.is-active .p-drawer__line1 {
    transform: translateY(0.5rem) rotate(45deg);
  }
}
.p-drawer__btn.is-active .p-drawer__line2 {
  opacity: 0;
}
.p-drawer__btn.is-active .p-drawer__line3 {
  transform: translateY(-0.6rem) rotate(-45deg);
}

.p-drawer__lineWrap {
  width: 2.4rem;
  height: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-drawer__lineWrap {
    width: 1.9rem;
    height: 1.3rem;
  }
}

.p-drawer__line {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 100vmax;
  transition: transform 0.3s;
}

.p-drawer__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.48);
}
.p-drawer__bg.is-active {
  opacity: 1;
  pointer-events: auto;
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 18.7rem;
  height: 100vh;
  height: 100dvh;
  background-color: #2F87B4;
  translate: 101% 0;
  transition: translate 0.3s;
  border-radius: 2rem 0 0 2rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    width: 27.5rem;
  }
}
.p-drawer.is-active {
  translate: 0 0;
}

.p-drawer__list {
  margin-top: 4rem;
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__list {
    margin-top: 0;
    justify-content: center;
    margin-left: 8.7rem;
    height: 100%;
  }
}

.p-drawer__link {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.058em;
  color: #fff;
  gap: 1.1rem;
}
.p-drawer__link::before {
  content: "";
  mask: url("/visualization/assets/images/common/icon_arrow_more.svg") no-repeat center/contain;
  width: 1.4rem;
  height: 1rem;
  background-color: #fff;
}

.p-cta {
  position: sticky;
  right: 0;
  top: 10rem;
  margin-top: 19.3rem;
  margin-bottom: 24rem;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 1550px) {
  .p-cta {
    margin-bottom: 33rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    position: absolute;
    top: 35.7rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-inline: 1.2rem;
    margin: 0;
  }
}
.p-cta.pages {
  top: 10rem;
  margin-top: 12.6rem;
}
@media screen and (max-width: 767px) {
  .p-cta.pages {
    top: auto;
    bottom: 22.7rem;
    padding-inline: 0.4rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta.pages .p-cta__list {
    gap: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta.pages .p-cta__item {
    width: calc(50% - 0.3rem);
  }
}
.p-cta.pages .p-cta__item:nth-child(1) .p-cta__link {
  width: 18.3rem;
  margin-right: 0.8rem;
  aspect-ratio: 198/230;
}
@media screen and (max-width: 767px) {
  .p-cta.pages .p-cta__item:nth-child(1) .p-cta__link {
    width: 17.3rem;
    aspect-ratio: 176/209;
  }
}
.p-cta.pages .p-cta__item:nth-child(2) {
  margin-top: 1rem;
}
.p-cta.pages .p-cta__item:nth-child(2) .p-cta__link {
  width: 19.8rem;
  aspect-ratio: 198/213;
}
@media screen and (max-width: 767px) {
  .p-cta.pages .p-cta__item:nth-child(2) .p-cta__link {
    width: 17.4rem;
    aspect-ratio: 176/204;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__list {
    display: flex;
    gap: 0.6rem;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__item {
    width: calc(50% - 0.3rem);
  }
}
.p-cta__item:nth-child(1) .p-cta__link {
  aspect-ratio: 198/217;
}
@media screen and (max-width: 767px) {
  .p-cta__item:nth-child(1) .p-cta__link {
    aspect-ratio: 176/195;
  }
}
.p-cta__item:nth-child(2) .p-cta__link {
  aspect-ratio: 198/230;
}
@media screen and (max-width: 767px) {
  .p-cta__item:nth-child(2) .p-cta__link {
    aspect-ratio: 176/204;
  }
}

.p-cta__link {
  width: 19.8rem;
  display: block;
  transition: opacity 0.3s;
  margin-left: auto;
  pointer-events: auto;
}
@media screen and (max-width: 1170px) {
  .p-cta__link {
    width: 16.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__link {
    width: 100%;
    margin-left: 0;
  }
}
@media (hover: hover) {
  .p-cta__link:hover {
    opacity: 0.8;
  }
}

.p-mv {
  position: relative;
  margin-top: -88rem;
}
@media screen and (min-width: 1550px) {
  .p-mv {
    margin-top: -97rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 0;
  }
}

.p-mv__bg {
  width: 100%;
  aspect-ratio: 1280/761;
}
@media screen and (max-width: 767px) {
  .p-mv__bg {
    aspect-ratio: 375/700;
  }
}

.p-mv__inner {
  max-width: 1164px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
  position: absolute;
  top: 9.1%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1170px) {
  .p-mv__inner {
    top: 16%;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__inner {
    top: 13%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    top: 12.8rem;
  }
}

.p-mv__illust1 {
  position: absolute;
  bottom: 6.4rem;
  left: 0;
  width: 55.4rem;
  aspect-ratio: 554/473;
  z-index: 1;
}
@media screen and (max-width: 1170px) {
  .p-mv__illust1 {
    bottom: 2rem;
    left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__illust1 {
    width: 19.8rem;
    bottom: 2.3rem;
    left: 1.2rem;
  }
}

.p-mv__illust2 {
  position: absolute;
  bottom: 6.4rem;
  left: 0;
  width: 30.5rem;
  aspect-ratio: 305/381;
  z-index: 3;
}
@media screen and (max-width: 1170px) {
  .p-mv__illust2 {
    bottom: 2rem;
    left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__illust2 {
    width: 10.9rem;
    bottom: 2.3rem;
    left: 1.2rem;
  }
}

.p-mv__title {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: min(3.7vw, 4.7rem);
  line-height: 1;
  font-family: "kaisotai", sans-serif;
  max-width: fit-content;
  margin-inline: auto;
  padding-top: 5.7rem;
  padding-left: 3.6rem;
}
@media screen and (max-width: 1170px) {
  .p-mv__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-right: 0;
    padding-left: 0;
    padding-top: 0;
    font-size: 1.6rem;
  }
}
.p-mv__title .first-row {
  padding-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title .first-row {
    padding-left: 0.1rem;
  }
}
.p-mv__title .large {
  font-size: min(17vw, 20.5rem);
  letter-spacing: -0.1em;
  line-height: 1;
}
@media screen and (max-width: 1170px) {
  .p-mv__title .large {
    font-size: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title .large {
    font-size: 7.2rem;
    margin-right: 0.2rem;
  }
}

.p-mv__titleBottom {
  text-align: right;
}
.p-mv__titleBottom .three-row {
  margin-top: -0.7rem;
  margin-right: 2.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-mv__titleBottom .three-row {
    margin-top: 0;
    margin-right: 0.9rem;
  }
}
.p-mv__titleBottom .torono {
  margin-right: 1.8rem;
  display: inline-block;
  width: min(18vw, 22rem);
  aspect-ratio: 234/110;
  position: relative;
  top: 0.4rem;
  animation: blur-anime 10s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-mv__titleBottom .torono {
    margin-top: 0.2rem;
    width: 8rem;
    margin-right: 0.8rem;
    top: 0.2rem;
  }
}
.p-mv__titleBottom .small {
  font-size: min(4vw, 4.9rem);
}
@media screen and (max-width: 767px) {
  .p-mv__titleBottom .small {
    font-size: 1.6rem;
  }
}
.p-mv__titleBottom .medium {
  font-size: min(9vw, 11.4rem);
  letter-spacing: -0.1em;
  margin-left: 1.5rem;
  margin-right: 1.6rem;
  position: relative;
  top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-mv__titleBottom .medium {
    font-size: 4rem;
    margin-left: 0.6rem;
    margin-right: 0.8rem;
    top: 0.3rem;
  }
}
.p-mv__titleBottom .medium-small {
  font-size: min(9vw, 11.3rem);
}
@media screen and (max-width: 767px) {
  .p-mv__titleBottom .medium-small {
    font-size: 3.9rem;
  }
}
.p-mv__titleBottom .four-row {
  margin-top: 0.6rem;
  margin-right: -2.1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mv__titleBottom .four-row {
    margin-top: 0.3rem;
    margin-right: -0.7rem;
  }
}
.p-mv__titleBottom .mark {
  font-size: min(9vw, 11.4rem);
  margin-left: -4.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__titleBottom .mark {
    font-size: 4rem;
    margin-left: -1rem;
  }
}
.p-mv__titleBottom .mark:nth-of-type(3) {
  margin-left: -7.5rem;
}
@media screen and (max-width: 1170px) {
  .p-mv__titleBottom .mark:nth-of-type(3) {
    margin-left: -6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__titleBottom .mark:nth-of-type(3) {
    margin-left: -2.5rem;
  }
}

@keyframes blur-anime {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  30% {
    filter: blur(0);
    opacity: 1;
  }
  40% {
    filter: blur(12px);
    opacity: 0.1;
  }
  80% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.p-problem {
  padding-block: 6.4rem 8.5rem;
  margin-top: -12rem;
  position: relative;
}
@media screen and (min-width: 1380px) {
  .p-problem {
    margin-top: -9vw;
    padding-top: 5.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-problem {
    margin-top: 0;
    padding-block: 3.8rem 4rem;
    overflow: hidden;
  }
}
.p-problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #E7F6FD;
}
.p-problem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68.9rem;
  z-index: -1;
  background: url("/visualization/assets/images/top/problem_bg.png") no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .p-problem::after {
    height: 20.2rem;
  }
}

.p-problem__inner {
  max-width: 1194px;
  padding-inline: 2rem;
  margin-inline: auto;
  position: relative;
}

.p-problem__title {
  font-size: min(3.6vw, 4.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.058em;
  text-align: center;
  color: #004277;
  padding-left: min(3.6vw, 4.5rem);
}
@media screen and (max-width: 767px) {
  .p-problem__title {
    font-size: 1.56rem;
    padding-left: 2rem;
    line-height: 1.45;
  }
}
.p-problem__title .accent {
  font-size: min(5.4vw, 6.9rem);
  font-family: "kaisotai", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-problem__title .accent {
    font-size: 2.4rem;
  }
}
.p-problem__title .narrow {
  margin-right: -1.4rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-problem__title .narrow {
    margin-right: 0;
    margin-left: 0;
  }
}

.p-problem__illust {
  position: absolute;
  top: 11.2rem;
  right: 4.5rem;
  width: 17.2rem;
  height: 14.6rem;
}
@media screen and (max-width: 767px) {
  .p-problem__illust {
    position: unset;
    width: 9.4rem;
    height: 8rem;
    margin-inline: auto;
    margin-top: 1rem;
    position: relative;
    right: auto;
    top: 0;
    left: -1.2rem;
  }
}

.p-problem__head {
  margin-top: 11.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-problem__head {
    margin-top: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-problem__list {
    display: grid;
    max-width: 32.5rem;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.9rem;
  }
}

.p-problem__item {
  position: absolute;
  width: 18.4rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-problem__item {
    width: 100%;
    position: unset;
  }
}
.p-problem__item:nth-child(1) {
  top: 8.6rem;
  left: 19.8%;
}
.p-problem__item:nth-child(2) {
  top: 3.8rem;
  left: 40.9%;
}
.p-problem__item:nth-child(3) {
  top: 8.6rem;
  right: 22%;
}
.p-problem__item:nth-child(4) {
  top: 24.6rem;
  left: 1.2%;
}
.p-problem__item:nth-child(5) {
  top: 24.6rem;
  right: 3.3%;
}
.p-problem__item:nth-child(6) {
  top: 43.2rem;
  left: 19.8%;
}
.p-problem__item:nth-child(7) {
  top: 47.2rem;
  left: 41%;
}
.p-problem__item:nth-child(8) {
  top: 43.2rem;
  right: 22%;
}

.p-problem__office {
  width: 100%;
  aspect-ratio: 1154/771;
}
@media screen and (max-width: 767px) {
  .p-problem__office {
    margin-top: -9.4rem;
    width: 49.5rem;
    position: relative;
    left: -6.5rem;
    z-index: -1;
  }
}

.p-problem__wrap {
  margin-top: -5.4rem;
  background-color: #fff;
  max-width: 996px;
  margin-inline: auto;
  padding: 5.2rem 2rem 7rem;
  box-shadow: 0.6rem 0.6rem 0 #FFCE00;
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 1170px) {
  .p-problem__wrap {
    margin-top: -2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__wrap {
    margin-top: -2.4rem;
    padding: 3rem 2rem;
  }
}

.p-problem__headingWrap {
  text-align: center;
}

.p-problem__subheading {
  font-size: 3.1rem;
  line-height: 1.0967741935;
  font-weight: 700;
  letter-spacing: 0.058em;
  color: #18344C;
}
@media screen and (max-width: 767px) {
  .p-problem__subheading {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.p-problem__heading {
  margin-top: 1.7rem;
  color: #18344C;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.058em;
  padding-right: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-problem__heading {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    padding-right: 0;
    margin-left: -0.6rem;
  }
}
.p-problem__heading .accent {
  font-family: "kaisotai", sans-serif;
  font-size: 7.9rem;
  letter-spacing: 0.058em;
  color: #2F87B4;
  position: relative;
  z-index: 1;
  margin-inline: 0.8rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-problem__heading .accent {
    font-size: 4.8rem;
    margin-inline: 0.9rem 0.2rem;
  }
}
.p-problem__heading .accent::before {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 0.4rem;
  width: 96.8%;
  height: 2.4rem;
  background-color: #FFCE00;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-problem__heading .accent::before {
    height: 1.5rem;
    left: 0.5rem;
    bottom: -0.5rem;
  }
}

.p-problem__text {
  margin-top: 3.2rem;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8076923077;
  letter-spacing: 0.058em;
  padding-left: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text {
    margin-top: 2rem;
    font-size: 1.2rem;
    padding-left: 0;
    text-align: center;
  }
}
.p-problem__text .accent {
  font-size: 2.6rem;
  letter-spacing: 0.058em;
  color: #2F87B4;
}
@media screen and (max-width: 767px) {
  .p-problem__text .accent {
    font-size: 1.8rem;
    line-height: 1.65;
    letter-spacing: 0.0772em;
  }
}

.p-problem__videoWrap {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-problem__videoWrap {
    margin-top: 1.8rem;
  }
}

.p-problem__videoTitle {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3571428571;
  letter-spacing: 0.058em;
  color: #18344C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-problem__videoTitle {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.p-problem__video {
  margin-top: 5rem;
  max-width: 756px;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 756/426;
}
@media screen and (max-width: 767px) {
  .p-problem__video {
    margin-top: 2rem;
    max-width: 100%;
  }
}
.p-problem__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.p-problem__btn {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-problem__btn {
    margin-top: 4rem;
  }
}

.p-plan {
  padding-block: 11.3rem 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding-block: 4.4rem 0.6rem;
  }
}
.p-plan .splide__arrow {
  background: transparent;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-plan .splide__arrow:hover {
    opacity: 0.8;
  }
}

.p-plan__head {
  max-width: 970px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__head .c-section__title {
    margin-left: 0.6rem;
  }
}

.p-plan__illust {
  position: absolute;
  top: -2.2rem;
  right: 4rem;
  width: 21.3rem;
  height: 18.1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__illust {
    top: 6rem;
    right: 1.6rem;
    width: 7.7rem;
    height: 6.6rem;
  }
}

.p-plan__supportIllust {
  position: absolute;
  top: 22rem;
  right: 4.2rem;
  width: 16rem;
  height: 16rem;
}
@media screen and (max-width: 767px) {
  .p-plan__supportIllust {
    top: 16.2rem;
    right: 5rem;
    width: 5.8rem;
    height: 5.8rem;
  }
}

.p-plan__headText {
  margin-top: 7rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.058em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__headText {
    margin-top: 7.4rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-inline: calc(50% - 50vw);
  }
}

.p-plan__anchorList {
  margin-top: 5.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 764px;
  gap: 4rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-plan__anchorList {
    margin-top: 3.6rem;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 3rem;
  }
}

.p-plan__anchorLink {
  display: block;
  background: linear-gradient(180deg, #2F87B4 0%, #010203 100%);
  border-radius: 1rem;
  box-shadow: 0 0.6rem 0 #FFCE00;
  position: relative;
  padding: 3.5rem 1rem 4.9rem;
  transition: translate 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .p-plan__anchorLink {
    padding: 2.7rem 1rem;
  }
}
@media (hover: hover) {
  .p-plan__anchorLink:hover {
    translate: 0 0.6rem;
    box-shadow: none;
  }
}
.p-plan__anchorLink .number {
  position: absolute;
  top: -0.8rem;
  left: 0.4rem;
  font-size: 8.4rem;
  font-weight: 900;
  color: rgba(255, 206, 0, 0.4);
  line-height: 1;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-plan__anchorLink .number {
    font-size: 6.4rem;
    top: -0.6rem;
  }
}
.p-plan__anchorLink .text {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.058em;
  line-height: 1.25;
  color: #FFCE00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__anchorLink .text {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.p-plan__anchorLink .img {
  width: 12.8rem;
  height: 10.9rem;
  position: absolute;
  bottom: 1.4rem;
  right: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__anchorLink .img {
    width: 8rem;
    height: 6.9rem;
    bottom: 1.6rem;
  }
}

.p-plan__anchorText {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.058em;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__anchorText {
    margin-top: 2.2rem;
    line-height: 1.5714285714;
  }
}

.p-plan__list {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__list {
    margin-top: 15.5rem;
  }
}

.p-plan__itemWrap {
  margin-top: -12.6rem;
  padding-top: 12.6rem;
}
.p-plan__itemWrap:nth-child(n+2) {
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
.p-plan__itemWrap:nth-child(2) .p-plan__itemHead {
  padding-left: 0.5rem;
  gap: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap:nth-child(2) .p-plan__itemHead {
    padding-left: 0;
  }
}
.p-plan__itemWrap:nth-child(2) .p-plan__itemIcon {
  top: 0;
  width: 28rem;
  aspect-ratio: 280/287;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap:nth-child(2) .p-plan__itemIcon {
    width: 12.8rem;
    top: -10.4rem;
    right: 6.6rem;
  }
}
.p-plan__itemWrap:nth-child(2) .p-plan__headItem {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap:nth-child(2) .p-plan__headItem {
    padding-top: 0;
  }
}
.p-plan__itemWrap:nth-child(2) .p-plan__headNumber {
  top: -12.5rem;
}
@media screen and (max-width: 1080px) {
  .p-plan__itemWrap:nth-child(2) .p-plan__headNumber {
    top: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap:nth-child(2) .p-plan__headNumber {
    top: -7rem;
  }
}
.p-plan__itemWrap:nth-child(2) .p-plan__detail {
  height: 38.6rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap:nth-child(2) .p-plan__detail {
    height: 36.3rem;
  }
}
.p-plan__itemWrap:nth-child(2) .p-plan__detail::before {
  width: 66.7232597623vw;
  background-color: #345881;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap:nth-child(2) .p-plan__detail::before {
    width: calc(100% + 2rem);
  }
}
.p-plan__itemWrap:nth-child(2) .p-plan__casestudy {
  margin-top: 15.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap:nth-child(2) .p-plan__casestudy {
    margin-top: -1rem;
  }
}

.p-plan__item {
  background-color: #EDF8FF;
  border-radius: 3rem;
  box-shadow: 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  position: relative;
  padding-inline: 1.8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-plan__item {
    padding-top: 4.2rem;
    padding-bottom: 4rem;
  }
}

.p-plan__itemHead {
  display: flex;
  align-items: center;
  gap: 3.3rem;
  padding-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemHead {
    display: block;
    padding-left: 0;
  }
}

.p-plan__itemIcon {
  position: relative;
  top: -1.6rem;
  width: 27.6rem;
  aspect-ratio: 276/302;
}
@media screen and (max-width: 767px) {
  .p-plan__itemIcon {
    position: absolute;
    top: -10.6rem;
    width: 12.7rem;
    right: 7rem;
  }
}

.p-plan__heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.058em;
  color: #345881;
}
@media screen and (max-width: 767px) {
  .p-plan__heading {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
}

.p-plan__headItem {
  padding-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-plan__headItem {
    padding-top: 0;
  }
}

.p-plan__headItemText {
  margin-top: 2.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-plan__headItemText {
    margin-top: 1.8rem;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    text-align: center;
  }
}

.p-plan__headNumber {
  position: absolute;
  top: -12.6rem;
  right: 0.6rem;
  font-size: 20.9rem;
  font-weight: 900;
  letter-spacing: 0.058em;
  line-height: 1;
  color: #FFCE00;
}
@media screen and (max-width: 1080px) {
  .p-plan__headNumber {
    font-size: 16rem;
    top: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__headNumber {
    font-size: 10rem;
    top: -7rem;
    right: auto;
    left: 0;
  }
}

.p-plan__subList {
  margin-top: 2rem;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
  max-width: 996px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__subList {
    grid-template-columns: 1fr;
    gap: 3.9rem;
  }
}

.p-plan__subItem {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.7rem 2rem 2.2rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__subItem {
    padding: 2rem;
  }
}
.p-plan__subItem::before {
  content: "";
  position: absolute;
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 2.9rem;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.p-plan__subHeading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.058em;
  color: #2F87B4;
}
@media screen and (max-width: 767px) {
  .p-plan__subHeading {
    font-size: 1.6rem;
    text-align: center;
  }
}

.p-plan__subText {
  margin-top: 0.9rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-plan__subText {
    margin-top: 2rem;
  }
}

.p-plan__content {
  margin-top: 5.8rem;
  position: relative;
  max-width: 996px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__content {
    margin-top: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__content.reverse {
    margin-top: 5rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-plan__content.reverse .p-plan__detail {
  margin-left: auto;
  padding-left: 53.6rem;
  border-radius: 2rem 0 0 2rem;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
@media screen and (max-width: 767px) {
  .p-plan__content.reverse .p-plan__detail {
    padding-left: 1.9rem;
    width: 90.6666666667vw;
    padding-right: calc(50vw - (50% + 1.9rem));
    padding-bottom: 4.2rem;
    border-radius: 1rem 0 0 1rem;
  }
}
.p-plan__content.reverse .p-plan__detail::before {
  left: auto;
  right: calc(50% - 50vw);
  border-radius: 2rem 0 0 2rem;
}

.p-plan__detail {
  height: 40.4rem;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-plan__detail {
    height: 24.7rem;
    padding-left: calc(50vw - (50% + 1.8rem));
    gap: 2rem;
    border-radius: 0 1rem 1rem 0;
  }
}
.p-plan__detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 67.9966044143vw;
  height: 100%;
  background-color: #18344C;
  border-radius: 0 2rem 2rem 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-plan__detail::before {
    width: calc(100% + 2rem);
    border-radius: 0 1rem 1rem 0;
  }
}

.p-plan__detailText {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.058em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plan__detailText {
    font-size: 1.9rem;
    line-height: 1.3684210526;
  }
}
.p-plan__detailText .underline {
  position: relative;
  z-index: 1;
}
.p-plan__detailText .underline::before {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 99%;
  height: 1.2rem;
  background-color: rgba(255, 206, 0, 0.53);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-plan__detailText .underline::before {
    height: 0.9rem;
    bottom: 0;
    left: -0.2rem;
    width: 100%;
  }
}

.p-plan__detailImg {
  width: 37.8rem;
  aspect-ratio: 378/139;
}
@media screen and (max-width: 767px) {
  .p-plan__detailImg {
    width: 29.4rem;
  }
}

.p-plan__img {
  position: absolute;
  top: 4.6rem;
  right: 0;
  width: 51.171875vw;
  height: 40.4rem;
  margin-right: calc(50% - 50vw);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-plan__img {
    position: unset;
    margin-top: -1.7rem;
    width: 89.6vw;
    height: 20.7rem;
  }
}
.p-plan__img img {
  border-radius: 2rem 0 0 2rem;
}

@media screen and (max-width: 767px) {
  .p-plan__example {
    width: 25.6rem;
    aspect-ratio: 256/160;
  }
}

.p-plan__casestudy {
  margin-top: 12.7rem;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudy {
    margin-top: 3.8rem;
  }
}

.p-plan__casestudyHeading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3214285714;
  letter-spacing: 0.058em;
  text-align: center;
  color: #345881;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudyHeading {
    font-size: 2.2rem;
  }
}

.p-plan__casestudyWrap {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudyWrap {
    margin-top: 2rem;
    max-width: 28.4rem;
    margin-inline: auto;
  }
}

.p-plan__casestudySlider.is-initialized:not(.is-active) .splide__list {
  display: grid;
  gap: 2rem 0.87rem;
  grid-template-columns: repeat(4, 1fr);
}
.p-plan__casestudySlider .splide__pagination {
  bottom: -3rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudySlider .splide__pagination {
    bottom: -3.4rem;
  }
}
.p-plan__casestudySlider .splide__pagination__page {
  opacity: 1;
  background: #BABABA;
  margin: 0;
  width: 1rem;
  height: 1rem;
}
.p-plan__casestudySlider .splide__pagination__page.is-active {
  background: #2F87B4;
  transform: scale(1);
}
.p-plan__casestudySlider .splide__arrow {
  filter: drop-shadow(0.3rem 0.3rem 0 #C9C9C9);
  opacity: 1;
  top: 51%;
  width: 3rem;
  height: 3rem;
}
.p-plan__casestudySlider .splide__arrow.splide__arrow--prev {
  left: -4rem;
  rotate: 180deg;
  transform-origin: top;
  filter: drop-shadow(-0.3rem -0.3rem 0 #C9C9C9);
}
.p-plan__casestudySlider .splide__arrow.splide__arrow--next {
  right: -4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudySlider .splide__arrow.splide__arrow--next {
    right: -3.9rem;
  }
}

.p-plan__casestudySlide {
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  grid-row: span 4;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudySlide {
    display: block;
  }
}

.p-plan__casestudyImg {
  width: 100%;
  aspect-ratio: 283/173;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudyImg {
    height: 17.3rem;
  }
}

.p-plan__casestudyCategory {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1428571429;
  letter-spacing: 0.058em;
  color: #2F87B4;
  padding-inline: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudyCategory {
    margin-top: 2.2rem;
    line-height: 1.2;
  }
}

.p-plan__casestudyTitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.058em;
  color: #004277;
  padding-inline: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudyTitle {
    margin-top: 1.2rem;
    padding-inline: 1.9rem;
    min-height: 7.8rem;
  }
}

.p-plan__casestudyText {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.058em;
  margin-top: 2rem;
  padding-block: 1.8rem;
  padding-inline: 1.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudyText {
    margin-top: 1.8rem;
    padding-block: 1.8rem 1.4rem;
  }
}
.p-plan__casestudyText::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.9rem;
  width: calc(100% - 3.8rem);
  height: 1px;
  border-top: 1px dashed #707070;
}
.p-plan__casestudyText a {
  float: right;
  clear: right;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0.058em;
  padding-left: 1em;
  color: #FF0000;
  transition: opacity 0.3s;
  margin-right: 1rem;
}
@media (hover: hover) {
  .p-plan__casestudyText a:hover {
    opacity: 0.8;
  }
}

.p-plan__casestudyMore {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudyMore {
    margin-top: 7rem;
  }
}
.p-plan__casestudyMore a {
  font-size: 1.4rem;
  color: #2F87B4;
  font-weight: 500;
  letter-spacing: 0.058em;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  transition: opacity 0.3s;
}
.p-plan__casestudyMore a::after {
  content: "";
  width: 1.4rem;
  height: 1rem;
  background: url("/visualization/assets/images/common/icon_arrow_more.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .p-plan__casestudyMore a:hover {
    opacity: 0.8;
  }
}

.p-plan__btn {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-plan__btn {
    margin-top: 2rem;
  }
}

.p-plan__flow {
  margin-top: 4rem;
  max-width: 996px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 2rem;
  padding: 4.5rem 4rem 3.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__flow {
    margin-top: 3rem;
    padding: 1.6rem 2rem 2.4rem;
    border-radius: 1rem;
  }
}
.p-plan__flow::after {
  content: "";
  position: absolute;
  bottom: -2.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 2.9rem;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.p-plan__flowHeading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.058em;
  text-align: center;
  color: #2F87B4;
}
@media screen and (max-width: 767px) {
  .p-plan__flowHeading {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.p-plan__flowText {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.058em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__flowText {
    text-align: left;
  }
}

.p-plan__flowList {
  margin-top: 4.8rem;
  display: grid;
  gap: 3.4rem;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__flowList {
    margin-top: 3.4rem;
    grid-template-columns: 1fr;
    gap: 4.6rem;
    padding-left: 0;
    padding-inline: 1rem;
  }
}

.p-plan__flowItem {
  border: 2px solid #2F87B4;
  height: 13.4rem;
  display: grid;
  place-items: center;
  position: relative;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__flowItem {
    padding-right: 0;
  }
}
.p-plan__flowItem:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.8rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2.4rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #BABABA;
}
@media screen and (max-width: 767px) {
  .p-plan__flowItem:nth-child(n+2)::before {
    width: 2.4rem;
    height: 2rem;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    left: 50%;
    transform: translateX(-50%);
    top: -4.1rem;
  }
}

.p-plan__flowTitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.058em;
  color: #fff;
  background-color: #2F87B4;
  width: 17.4rem;
  height: 3rem;
  display: grid;
  place-items: center;
  position: absolute;
  top: -1.5rem;
  left: -1.1rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-plan__flowTitle {
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-plan__flowDetail {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.058em;
  color: #2F87B4;
}

.p-plan__pcWrap {
  position: absolute;
  top: 1.2rem;
  left: -23.3rem;
  width: fit-content;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-plan__pcWrap {
    position: relative;
    top: -5rem;
    left: -8.5rem;
  }
}

.p-plan__pc {
  width: 73.9rem;
  height: 42.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__pc {
    width: 35.6rem;
    height: 20.6rem;
  }
}

.p-plan__pcSlider {
  position: absolute;
  top: 2.7rem;
  left: 8.3rem;
  width: 57.2rem;
  height: 35.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__pcSlider {
    width: 27.8rem;
    height: 17.5rem;
    top: 1.2rem;
    left: 4rem;
  }
}
.p-plan__pcSlider .splide__pagination {
  bottom: -7.2rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__pcSlider .splide__pagination {
    bottom: -4.9rem;
    justify-content: flex-start;
    padding-left: 4.7rem;
  }
}
.p-plan__pcSlider .splide__pagination__page {
  opacity: 1;
  background: #BABABA;
  margin: 0;
  width: 1rem;
  height: 1rem;
}
.p-plan__pcSlider .splide__pagination__page.is-active {
  background: #2F87B4;
  transform: scale(1);
}

.p-plan__pcImg {
  width: 100%;
  aspect-ratio: 572/354;
}

.p-plan__note {
  margin-top: 1rem;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.058em;
  color: #2F87B4;
}
@media screen and (max-width: 767px) {
  .p-plan__note {
    margin-top: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.9166666667;
    margin-right: -2.7rem;
  }
}

.p-plan__casestudyMoreContent {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__casestudyMoreContent {
    display: none;
  }
}
.p-plan__casestudyMoreContent button {
  cursor: pointer;
  font-size: 1.4rem;
  color: #2F87B4;
  font-weight: 500;
  letter-spacing: 0.058em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-inline: auto;
  transition: opacity 0.3s;
}
.p-plan__casestudyMoreContent button::after {
  content: "";
  width: 1.4rem;
  height: 1rem;
  background: url("/visualization/assets/images/common/icon_arrow_more.svg") no-repeat center/contain;
  rotate: 90deg;
}
@media (hover: hover) {
  .p-plan__casestudyMoreContent button:hover {
    opacity: 0.8;
  }
}

.p-plan__itemWrap.support {
  margin-top: 41.8rem;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support {
    margin-top: 29rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support .p-plan__item {
    padding-top: 6.2rem;
  }
}
.p-plan__itemWrap.support .p-plan__itemIcon {
  top: -5.2rem;
  width: 21.4rem;
  aspect-ratio: 214/293;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support .p-plan__itemIcon {
    width: 9.8rem;
    top: -10.6rem;
    right: auto;
    left: 6.7rem;
  }
}
.p-plan__itemWrap.support .p-plan__itemHead {
  padding-left: 5.4rem;
  gap: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support .p-plan__itemHead {
    padding-left: 0;
    gap: 0;
  }
}
.p-plan__itemWrap.support .p-plan__headItem {
  padding-top: 0;
  margin-top: -2rem;
}
.p-plan__itemWrap.support .p-plan__headItemText {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support .p-plan__headItemText {
    margin-top: 1.8rem;
  }
}
.p-plan__itemWrap.support .p-plan__detail {
  height: 29.4rem;
  gap: 0;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support .p-plan__detail {
    height: 23.1rem;
    padding-top: 0;
    padding-bottom: 4.4rem;
  }
}
.p-plan__itemWrap.support .p-plan__detail::before {
  width: 68.505942275vw;
  background-color: #2F87B4;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support .p-plan__detail::before {
    width: calc(100% + 2rem);
  }
}
.p-plan__itemWrap.support .p-plan__pcWrap {
  left: auto;
  top: 1.8rem;
  right: -24.3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support .p-plan__pcWrap {
    top: -5.3rem;
    right: -2.4rem;
  }
}
.p-plan__itemWrap.support .p-plan__note {
  padding-right: 16.5rem;
}
@media screen and (max-width: 1240px) {
  .p-plan__itemWrap.support .p-plan__note {
    padding-right: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support .p-plan__note {
    padding-right: 0;
    text-align: left;
    padding-left: 7.6rem;
  }
}
.p-plan__itemWrap.support .p-plan__pcSlider .splide__pagination {
  justify-content: flex-start;
  padding-left: 10rem;
}
@media screen and (max-width: 1240px) {
  .p-plan__itemWrap.support .p-plan__pcSlider .splide__pagination {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support .p-plan__pcSlider .splide__pagination {
    padding-left: 0;
    justify-content: flex-end;
    padding-right: 24.6rem;
    width: 100vw;
    margin-left: calc(50% - 64vw);
  }
}
.p-plan__itemWrap.support .p-plan__btn {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support .p-plan__btn {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__itemWrap.support .p-plan__content {
    margin-top: 4rem;
  }
}

.p-plan__supportHead {
  position: absolute;
  top: -31rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-plan__supportHead {
    top: -25.9rem;
  }
}

.p-plan__supportHeadTitle {
  width: 92.6rem;
  height: 24.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__supportHeadTitle {
    width: 31.8rem;
    height: 14.4rem;
    margin-left: 2.2rem;
  }
}

.p-plan__detailHeading {
  display: flex;
  align-items: center;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.058em;
  color: #fff;
  gap: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__detailHeading {
    font-size: 2rem;
    line-height: 1.8;
    gap: 0 0.7rem;
    padding-left: 2rem;
  }
}
.p-plan__detailHeading span {
  display: grid;
  place-items: center;
  width: 10.3rem;
  height: 3.4rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.058em;
  color: #2F87B4;
}
@media screen and (max-width: 767px) {
  .p-plan__detailHeading span {
    width: 9.2rem;
    height: 2.8rem;
  }
}

.p-plan__detailList {
  margin-top: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.058em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plan__detailList {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.6428571429;
    padding-left: 3.9rem;
  }
}

.p-plan__support {
  margin-top: -1.4rem;
  max-width: 996px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 2rem;
  padding: 3.2rem min(4vw, 5rem);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.8vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  .p-plan__support {
    margin-top: 3rem;
    border-radius: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.6rem 0.85rem 2.7rem;
    gap: 0;
  }
}
.p-plan__support::after {
  content: "";
  position: absolute;
  bottom: -2.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 2.9rem;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-plan__support::after {
    bottom: -2.2rem;
  }
}

.p-plan__supportDetail {
  flex: 1;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__supportDetail {
    padding-top: 0;
    padding-inline: 1.15rem;
  }
}

.p-plan__supportHeading {
  color: #2F87B4;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-plan__supportHeading {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: center;
  }
}

.p-plan__supportText {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__supportText {
    margin-top: 0.8rem;
  }
}
.p-plan__supportText p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.058em;
}
.p-plan__supportText p:nth-child(n+2) {
  margin-top: 1lh;
}

.p-plan__supportImg {
  width: 52.9rem;
  aspect-ratio: 529/398;
}
@media screen and (max-width: 767px) {
  .p-plan__supportImg {
    margin-top: 1.8rem;
    width: 100%;
  }
}

.p-plan__option {
  margin-top: 21.6rem;
  margin-inline: calc(50% - 50vw);
  padding-inline: 6.1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__option {
    margin-top: -2.2rem;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.p-plan__optionSlider .splide__pagination {
  bottom: -3rem;
  gap: 1rem;
  justify-content: flex-end;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .p-plan__optionSlider .splide__pagination {
    bottom: -3.1rem;
    justify-content: center;
    padding-left: 0;
  }
}
.p-plan__optionSlider .splide__pagination__page {
  opacity: 1;
  background: #BABABA;
  margin: 0;
  width: 1rem;
  height: 1rem;
}
.p-plan__optionSlider .splide__pagination__page.is-active {
  background: #2F87B4;
  transform: scale(1);
}
.p-plan__optionSlider .splide__arrow {
  filter: drop-shadow(0.3rem 0.3rem 0 #C9C9C9);
  opacity: 1;
  top: 51%;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__optionSlider .splide__arrow {
    width: 3rem;
    height: 3rem;
  }
}
.p-plan__optionSlider .splide__arrow.splide__arrow--prev {
  left: -3rem;
  rotate: 180deg;
  transform-origin: top;
  filter: drop-shadow(-0.3rem -0.3rem 0 #C9C9C9);
}
@media screen and (max-width: 767px) {
  .p-plan__optionSlider .splide__arrow.splide__arrow--prev {
    left: -3.5rem;
  }
}
.p-plan__optionSlider .splide__arrow.splide__arrow--next {
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__optionSlider .splide__arrow.splide__arrow--next {
    right: -3.2rem;
  }
}

.p-plan__optionSlide {
  background-color: #2F87B4;
  border-radius: 2rem;
  padding: 1.9rem 2.3rem 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-plan__optionSlide {
    padding: 1.8rem 2rem 2.5rem;
  }
}

.p-plan__optionTag {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.058em;
  color: #2F87B4;
  background-color: #fff;
  padding: 0.7rem 1.5rem;
  position: relative;
  left: -2.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__optionTag {
    left: -2rem;
    padding: 0.3rem 1rem 0.5rem 0.8rem;
  }
}

.p-plan__optionTitle {
  margin-top: 2.5rem;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.058em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__optionTitle {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}

.p-plan__optionText {
  margin-top: 2.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.058em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plan__optionText {
    margin-top: 2.5rem;
  }
}

.p-plan__optionNote {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.058em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plan__optionNote {
    margin-top: 1.7rem;
  }
}

.p-plan__optionBottom {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.058em;
  color: #18344C;
}
@media screen and (max-width: 767px) {
  .p-plan__optionBottom {
    margin-top: 5.8rem;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.p-faq {
  padding-block: 9.6rem 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 2.2rem 4rem;
  }
}

.p-faq__wrap {
  border-radius: 2rem;
  border: 2px solid #D6D6D6;
  padding: 7.1rem 7.1rem 4.6rem;
  box-shadow: 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-faq__wrap {
    border-width: 0.2rem;
    padding: 3.2rem 2rem 2.8rem;
  }
}

.p-faq__title {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.0769230769;
  letter-spacing: 0.058em;
  color: #18344C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 2rem;
  }
}

.p-faq__list {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 3.4rem;
  }
}

.p-faq__item:last-child .p-faq__details {
  border-bottom: 1px solid #BABABA;
}
@media screen and (max-width: 767px) {
  .p-faq__item:last-child .p-faq__details {
    border-width: 0.1rem;
  }
}

.p-faq__details {
  border-top: 1px solid #BABABA;
}
@media screen and (max-width: 767px) {
  .p-faq__details {
    border-width: 0.1rem;
  }
}
.p-faq__details[open] .p-faq__question::after {
  scale: 0 0;
}

.p-faq__question {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  list-style: none;
  gap: 2rem;
  padding-right: 8rem;
  padding-block: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    padding-block: 2rem;
    padding-right: 3.8rem;
  }
}
.p-faq__question::marker {
  display: none;
  font-size: 0;
}
.p-faq__question::-webkit-details-marker {
  display: none;
  font-size: 0px;
}
.p-faq__question::before, .p-faq__question::after {
  content: "";
  position: absolute;
  background-color: #2F87B4;
}
.p-faq__question::before {
  width: 3.5rem;
  height: 0.1rem;
  right: 0;
  top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question::before {
    width: 1.9rem;
    top: 3.8rem;
  }
}
.p-faq__question::after {
  width: 0.1rem;
  height: 3.5rem;
  right: 1.7rem;
  top: 4rem;
  transition: scale 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__question::after {
    height: 1.9rem;
    top: 3rem;
    right: 0.9rem;
  }
}

.p-faq__mark {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq__mark {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.9rem;
  }
}
.p-faq__mark.question {
  background: linear-gradient(180deg, #345881 0%, #010203 100%);
  color: #fff;
}
.p-faq__mark.answer {
  margin-top: -0.6rem;
  border: 1px solid #2F87B4;
  color: #2F87B4;
}
@media screen and (max-width: 767px) {
  .p-faq__mark.answer {
    margin-top: 0;
  }
}

.p-faq__questionText {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.058em;
  color: #6F6F6F;
  padding-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__questionText {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    padding-top: 0;
  }
}

.p-faq__answer {
  padding-bottom: 3.7rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding-right: 3.8rem;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
  }
}

.p-faq__answerText {
  margin-top: -0.6rem;
  padding-top: 1.1rem;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.058em;
  color: #2F87B4;
}
@media screen and (max-width: 767px) {
  .p-faq__answerText {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.p-about {
  padding-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 2.2rem;
  }
}

.p-about__wrap {
  background-color: #F6F7F7;
  padding-bottom: 18.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    padding-bottom: 14.6rem;
  }
}

.p-about__title {
  position: relative;
  top: -1.9rem;
  width: 92.6rem;
  aspect-ratio: 926/247;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    position: absolute;
    top: -1.7rem;
    width: 34rem;
    aspect-ratio: 340/123;
  }
}

.p-about__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__head {
    padding-top: 12.8rem;
    gap: 1rem;
  }
}

.p-about__headTitle {
  font-size: 9.7rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #004277;
  font-family: "kaisotai", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-about__headTitle {
    font-size: 4.6rem;
  }
}

.p-about__illust {
  width: 9.6rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-about__illust {
    margin-top: -0.4rem;
    width: 4.5rem;
  }
}

.p-about__content {
  margin-top: 5rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  padding: 4.2rem 5rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    margin-top: 2.6rem;
    padding: 3rem 2rem 2rem;
  }
}

.p-about__contentHead {
  display: flex;
  align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-about__contentHead {
    flex-direction: column;
    justify-content: center;
    gap: 3.1rem;
  }
}

.p-about__name {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 700;
  letter-spacing: 0.058em;
  color: #0075C2;
}
@media screen and (max-width: 767px) {
  .p-about__name {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
}

.p-about__company {
  width: 28.3rem;
  aspect-ratio: 283/39;
}
@media screen and (max-width: 767px) {
  .p-about__company {
    width: 18.3rem;
  }
}

.p-about__list {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__list {
    margin-top: 2.5rem;
  }
}

.p-about__item {
  display: flex;
  align-items: center;
  border-top: 1px solid #BABABA;
  gap: 1.8rem;
  padding-block: 1.6rem;
  min-height: 8.1rem;
}
@media screen and (max-width: 767px) {
  .p-about__item {
    border-width: 0.1rem;
    min-height: unset;
    padding-block: 0.8rem 0.7rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }
}
.p-about__item:last-child {
  border-bottom: 1px solid #BABABA;
}

.p-about__itemHeading, .p-about__itemDetail {
  width: 7rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-about__itemHeading, .p-about__itemDetail {
    width: 100%;
  }
}

.p-about__itemDetail {
  width: 100%;
  flex: 1;
}
.p-about__itemDetail .place {
  margin-right: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-about__itemDetail .place {
    display: block;
    margin-right: 0;
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__itemDetail span {
    line-height: 1.37;
  }
}
.p-about__itemDetail p:nth-child(2) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__itemDetail p:nth-child(2) {
    margin-top: 0.8rem;
  }
}

.p-about__link {
  margin-top: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__link {
    margin-top: 1rem;
    line-height: 1;
  }
}
.p-about__link a {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.058em;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-about__link a:hover {
    opacity: 0.8;
  }
}

.p-about__service {
  margin-top: 6rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  padding: 5.2rem 5rem 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-about__service {
    margin-top: 2.2rem;
    padding: 3rem 2rem;
  }
}

.p-about__serviceTitle {
  font-size: 2.5rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.058em;
  color: #2F87B4;
}
@media screen and (max-width: 767px) {
  .p-about__serviceTitle {
    width: calc(100% + 0.8rem);
    margin-left: -0.4rem;
    font-size: 1.9rem;
    line-height: 1.4736842105;
  }
}
.p-about__serviceTitle .accent {
  font-size: 3rem;
  line-height: 1.35;
  letter-spacing: 0.058em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about__serviceTitle .accent {
    font-size: 2.2rem;
    line-height: 1.2727272727;
  }
}
.p-about__serviceTitle .accent::after {
  content: "";
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background-color: #FFCE00;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about__serviceTitle .accent::after {
    bottom: 0.2rem;
    height: 0.9rem;
  }
}

.p-about__serviceText {
  margin-top: 3.8rem;
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-about__serviceText {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.p-about__serviceDetail {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5833333333;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-about__serviceDetail {
    margin-top: 1.8rem;
    gap: 1.1rem;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 767px) {
  .p-about__serviceDetail span:first-of-type {
    display: block;
  }
}
.p-about__serviceDetail span:nth-of-type(2) {
  margin-left: 1.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-about__serviceDetail span:nth-of-type(2) {
    margin-left: 0;
    display: inline-block;
    margin-top: 0.1rem;
  }
}
.p-about__serviceDetail span:nth-of-type(3) {
  margin-left: 0.7rem;
  font-size: 1rem;
  letter-spacing: 0.058em;
  text-transform: uppercase;
  position: relative;
  top: -0.1rem;
}

.p-about__serviceList {
  margin-top: 3.8rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__serviceList {
    margin-top: 1.8rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.48rem;
  }
}

.p-about__serviceItem {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #D0493F;
  color: #D0493F;
}
@media screen and (max-width: 767px) {
  .p-about__serviceItem {
    border-width: 0.1rem;
  }
}
.p-about__serviceItem:nth-child(2) {
  border-color: #2CB0F4;
  color: #2CB0F4;
}
.p-about__serviceItem:nth-child(3) {
  border-color: #7FCCD3;
  color: #7FCCD3;
}
.p-about__serviceItem:nth-child(4) {
  border-color: #47B44F;
  color: #47B44F;
}
.p-about__serviceItem:nth-child(5) {
  border-color: #B6CC0E;
  color: #B6CC0E;
}
.p-about__serviceItem .img {
  width: 100%;
  aspect-ratio: 166/84;
}
.p-about__serviceItem .wrap {
  background-color: #fff;
  min-height: 9.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 0.8rem;
  gap: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__serviceItem .wrap {
    min-height: 7.9rem;
    padding: 1rem 0.4rem;
  }
}
.p-about__serviceItem .heading {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about__serviceItem .heading {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.p-about__serviceItem .text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7272727273;
  letter-spacing: 0.058em;
  color: #6F6F6F;
}
@media screen and (max-width: 767px) {
  .p-about__serviceItem .text {
    font-size: 0.9rem;
  }
}

.p-contact {
  overflow: hidden;
  padding-top: 9rem;
  margin-top: -9rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 0;
    margin: 0;
    overflow: visible;
  }
}

.p-contact__head {
  background: linear-gradient(180deg, #2F87B4 0%, #010203 100%);
  padding-block: 4rem 3.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    padding-block: 2.6rem 2.8rem;
  }
}
.p-contact__head::after {
  content: "";
  position: absolute;
  bottom: -4.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.8rem;
  height: 5rem;
  background: #010203;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-contact__head::after {
    width: 3.6rem;
    height: 3rem;
    bottom: -2.9rem;
    background: linear-gradient(0deg, #2F87B4 0%, #010203 100%);
  }
}

.p-contact__title {
  position: absolute;
  bottom: -3.7rem;
  left: -19.5rem;
  width: 79.2rem;
  height: 24rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    top: -14rem;
    bottom: auto;
    width: 35rem;
    height: 11.4rem;
    left: 0;
  }
}

.p-contact__lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.058em;
  color: #fff;
  width: fit-content;
  margin-inline: auto;
  padding-left: 9rem;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 0;
    text-align: center;
  }
}

.p-contact__wrap {
  padding-block: 7.9rem 10rem;
  background: url("/visualization/assets/images/top/contact_bg.png") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .p-contact__wrap {
    padding-block: 3.8rem 4.3rem;
    background: url("/visualization/assets/images/top/contact_bg_sp.png") no-repeat center top/cover;
  }
}

.p-contact__content {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  padding: 4.5rem 2rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    border: 0.2rem solid #D6D6D6;
    padding: 3.2rem 2rem 4.8rem;
  }
}

.p-contact__formTitle {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.058em;
  color: #2F87B4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__formTitle {
    font-size: 1.8rem;
  }
}

.p-contact__form {
  margin-top: 1.9rem;
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 3.2rem;
  }
}

.p-contact__formNote {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.058em;
  color: #FF0000;
  margin-bottom: 0.8rem;
}

.p-contact__item {
  border-top: 1px solid #BABABA;
  padding-block: 2rem;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__item {
    flex-direction: column;
    padding-block: 1rem;
    gap: 0.8rem;
  }
}
.p-contact__item:last-child {
  border-bottom: 1px solid #BABABA;
}

.p-contact__label {
  width: 18.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 5rem;
  letter-spacing: 0.058em;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    width: 100%;
    line-height: 1.7142857143;
  }
}
.p-contact__label.textarea {
  padding-top: 1.6rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-contact__label.textarea {
    padding-top: 0;
  }
}
.p-contact__label.textarea .required {
  line-height: 1.7142857143;
}
.p-contact__label .required {
  color: #FF0000;
}

.p-contact__detail {
  flex: 1;
}
.p-contact__detail input[type=text],
.p-contact__detail input[type=email],
.p-contact__detail input[type=tel],
.p-contact__detail select,
.p-contact__detail textarea {
  width: 100%;
  border: 1px solid #BABABA;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.058em;
  padding: 1.2rem 2rem;
  color: #393939;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__detail input[type=text],
  .p-contact__detail input[type=email],
  .p-contact__detail input[type=tel],
  .p-contact__detail select,
  .p-contact__detail textarea {
    font-size: 1.2rem;
    line-height: 2;
    padding: 1.2rem 1rem;
  }
}
.p-contact__detail input[type=text]::placeholder,
.p-contact__detail input[type=email]::placeholder,
.p-contact__detail input[type=tel]::placeholder,
.p-contact__detail select::placeholder,
.p-contact__detail textarea::placeholder {
  color: rgba(57, 57, 57, 0.5);
}
.p-contact__detail.select {
  max-width: 37.7777777778%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__detail.select {
    max-width: 100%;
  }
}
.p-contact__detail.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.7rem;
  background: url("/visualization/assets/images/top/icon_select.svg") no-repeat center/contain;
  pointer-events: none;
}
.p-contact__detail.nameWrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__detail.nameWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.p-contact__detail.nameWrap .name {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-contact__detail.nameWrap .name {
    width: 100%;
  }
}
.p-contact__detail.nameWrap .name input[type=text] {
  width: 22.9rem;
}
@media screen and (max-width: 767px) {
  .p-contact__detail.nameWrap .name input[type=text] {
    width: 100%;
    flex: 1;
  }
}
.p-contact__detail.nameWrap .name span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.058em;
}
.p-contact__detail textarea {
  min-height: 20.6rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact__detail textarea {
    min-height: 12.2rem;
  }
}

.p-contact__text {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.p-contact__app {
  margin-top: 5.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__app {
    margin-top: 3.2rem;
  }
}
.p-contact__app input[type=checkbox]:checked + .p-contact__checkboxLabel::after {
  display: block;
}

.p-contact__checkboxLabel {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.058em;
  padding-left: 4.1rem;
  position: relative;
  display: inline-block;
  padding-block: 0.3rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__checkboxLabel {
    font-size: 1.2rem;
    line-height: 1.25;
    padding-left: 2.8rem;
  }
}
.p-contact__checkboxLabel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 0.4rem;
  border: 1px solid #CDD6DD;
}
@media screen and (max-width: 767px) {
  .p-contact__checkboxLabel::before {
    width: 2.1rem;
    height: 2.1rem;
    border-width: 0.1rem;
  }
}
.p-contact__checkboxLabel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("/visualization/assets/images/top/icon_check.svg") no-repeat center/contain;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact__checkboxLabel::after {
    width: 1.1rem;
    height: 1.1rem;
    left: 0.5rem;
  }
}

.p-contact__btn {
  margin-top: 4.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    margin-top: 1.2rem;
  }
}

.p-contact__telWrap {
  margin-top: 8.4rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__telWrap {
    margin-top: 3rem;
  }
}

.p-pageBottom {
  background-color: #ECF5F8;
  padding-top: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pageBottom {
    padding-top: 4rem;
  }
}
.p-pageBottom::before {
  content: "";
  position: absolute;
  bottom: -11rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 68.9rem;
  background: url("/visualization/assets/images/common/bottom_bg.png") no-repeat center top/cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-pageBottom::before {
    bottom: 0;
    height: 20.2rem;
    background-position: center bottom;
  }
}
.p-pageBottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: max(39.5rem, 27.4305555556vw);
  aspect-ratio: 395/228;
  background: url("/visualization/assets/images/common/bottom_bg_accent.png") no-repeat right bottom/cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-pageBottom::after {
    width: 18.7rem;
    aspect-ratio: 187/108;
  }
}
.p-pageBottom.top {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-pageBottom.top {
    padding-top: 2.6rem;
  }
}
.p-pageBottom.top .p-pageBottom__wrap {
  padding-bottom: 8.7rem;
}
@media screen and (max-width: 767px) {
  .p-pageBottom.top .p-pageBottom__wrap {
    padding-bottom: 25.2rem;
  }
}
.p-pageBottom.casestudy {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-pageBottom.casestudy {
    padding-top: 6rem;
  }
}

.p-pageBottom__wrap {
  padding-bottom: 20.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pageBottom__wrap {
    padding-bottom: 46.4rem;
  }
}

.p-pageBottom__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-pageBottom__title {
    gap: 1rem;
  }
}
.p-pageBottom__title .en {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-pageBottom__title .en {
    font-size: 1.6rem;
    line-height: 1.9375;
  }
}
.p-pageBottom__title .ja {
  font-size: 4.2rem;
  line-height: 1.2857142857;
  font-family: "kaisotai", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-pageBottom__title .ja {
    font-size: 2.7rem;
    line-height: 1.2962962963;
  }
}
.p-pageBottom__title .ja .large {
  font-size: 5.9rem;
  line-height: 1.0338983051;
  letter-spacing: 0.008em;
}
@media screen and (max-width: 767px) {
  .p-pageBottom__title .ja .large {
    font-size: 3.9rem;
    line-height: 1.0256410256;
  }
}

.p-pageBottom__text {
  margin-top: 0.9rem;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.058em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pageBottom__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

.p-pageBottom__columnList {
  margin-top: 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-pageBottom__columnList {
    margin-top: 7rem;
  }
}

.p-pageBottom__btn {
  margin-top: 14.7rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pageBottom__btn {
    margin-top: 7.4rem;
  }
}

.p-pageBottom__illust {
  position: absolute;
  bottom: 3.6rem;
  left: -7.6rem;
  width: 15.1rem;
  height: 16.9rem;
}
@media screen and (max-width: 767px) {
  .p-pageBottom__illust {
    bottom: 1.1rem;
    width: 7.6rem;
    height: 8.5rem;
    left: 0;
  }
}

.p-pageBottom__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-pageBottom__list {
    gap: 3rem;
  }
}

.p-pageBottom__tel {
  margin-top: 6.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pageBottom__tel {
    margin-top: 3.8rem;
  }
}

.p-totop {
  position: absolute;
  bottom: max(16.2rem, 11.25vw);
  right: 1.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-totop {
    bottom: 9.9rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-totop__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: translate 0.3s;
}
@media screen and (max-width: 767px) {
  .p-totop__link {
    gap: 1.3rem;
  }
}
@media (hover: hover) {
  .p-totop__link:hover {
    translate: 0 -5px;
    padding-bottom: 5px;
  }
}

.p-totop__img {
  width: 10.6rem;
  height: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-totop__img {
    width: 6.4rem;
    height: 2.6rem;
  }
}

.p-totop__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.058em;
  font-family: "Poppins", sans-serif;
  color: #004277;
}
@media screen and (max-width: 767px) {
  .p-totop__text {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.p-mvPages {
  background-color: #ECF5F8;
  margin-top: -80.2rem;
}
@media screen and (min-width: 1550px) {
  .p-mvPages {
    margin-top: -89.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mvPages {
    margin-top: 0;
  }
}

.p-mvPages__head {
  position: relative;
}

.p-mvPages__bgWrap {
  position: relative;
}

.p-mvPages__bg {
  width: 100%;
  aspect-ratio: 1280/228;
}
@media screen and (max-width: 767px) {
  .p-mvPages__bg {
    aspect-ratio: 375/395;
  }
}

.p-mvPages__illust {
  position: absolute;
  bottom: -1.3rem;
  right: 17%;
  width: 21.3rem;
  height: 18.1rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mvPages__illust {
    bottom: 2rem;
    right: 0;
    width: 11.3rem;
    height: 9.6rem;
  }
}

.p-mvPages__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.p-mvPages__title {
  font-size: 5.1rem;
  line-height: 1.0392156863;
  letter-spacing: 0;
  color: #fff;
  font-family: "kaisotai", sans-serif;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: inherit;
  padding-bottom: 2.9rem;
}
@media screen and (min-width: 1440px) {
  .p-mvPages__title {
    padding-bottom: 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-mvPages__title {
    padding-bottom: 7.3rem;
    font-size: 3.7rem;
  }
}
.p-mvPages__title .accent {
  font-size: 7.1rem;
  line-height: 1.0422535211;
  letter-spacing: 0.008em;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-mvPages__title .accent {
    font-size: 5.5rem;
    margin-right: 0;
  }
}

.p-mvPages__bottom {
  padding: 4.9rem 4rem 4.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mvPages__bottom {
    padding: 2.9rem 2rem 3.6rem;
  }
}

.p-mvPages__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-mvPages__text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

.p-archive {
  background-color: #ECF5F8;
}

.p-archive__wrap {
  padding-bottom: 6rem;
  border-bottom: 1px solid #BABABA;
}
@media screen and (max-width: 767px) {
  .p-archive__wrap {
    padding-bottom: 4rem;
    border-width: 0.1rem;
  }
}
.p-archive__wrap.casestudy {
  padding-bottom: 4rem;
}

.p-archive__categoryList {
  padding-top: 1rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-archive__categoryList {
    padding-top: 0;
    margin-bottom: 3rem;
    margin-top: -1rem;
  }
}

.p-archive__pagination {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-archive__pagination {
    margin-top: 4rem;
  }
}
.p-archive__pagination.casestudy {
  margin-top: 4rem;
}

.p-archive__paginationList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.p-archive__paginationItem {
  width: 4rem;
  height: 4rem;
}
.p-archive__paginationItem a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  letter-spacing: 0.058em;
  color: #F76F10;
  border: 1px solid #F76F10;
  border-radius: 0.5rem;
  line-height: 1.1;
  background-color: #fff;
  padding-bottom: 0.3rem;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-archive__paginationItem a {
    border-width: 0.1rem;
  }
}
@media (hover: hover) {
  .p-archive__paginationItem a:hover {
    background-color: #F76F10;
    color: #fff;
  }
}
.p-archive__paginationItem a:has(.current) {
  background-color: #F76F10;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.p-archive__paginationItem a:has(.arrow) {
  padding-bottom: 0;
}
@media (hover: hover) {
  .p-archive__paginationItem a:has(.arrow):hover .arrow {
    background-color: #fff;
  }
}
.p-archive__paginationItem .arrow {
  position: relative;
  mask: url("/visualization/assets/images/common/icon_arrow_more.svg");
  background-color: #F76F10;
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  transition: background-color 0.3s;
}
.p-archive__paginationItem .arrow-prev {
  transform: rotate(180deg);
}

.p-single {
  padding-block: 1.2rem 10rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-single {
    margin-top: -0.7rem;
    padding-block: 2rem 4rem;
  }
}

.p-single__categoryList {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-single__categoryList {
    margin-top: 3.8rem;
  }
}

.p-single__head {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__head {
    margin-top: 3.7rem;
  }
}
.p-single__head.column {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-single__head.column {
    margin-top: 2.3rem;
  }
}

.p-single__time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.058em;
  color: #2F87B4;
}

.p-single__title {
  margin-top: 0.2rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4705882353;
  letter-spacing: 0.058em;
  color: #004277;
  border-bottom: 0.2rem solid #BABABA;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    margin-top: 1.2rem;
    font-size: 2.4rem;
    padding-bottom: 1.4rem;
  }
}

.p-single__category {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    margin-top: 2rem;
  }
}

.p-single__wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap {
    margin-top: 2.7rem;
  }
}
.p-single__wrap.column {
  padding-bottom: 9.6rem;
  border-bottom: 2px solid #BABABA;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap.column {
    margin-top: 3rem;
    padding-bottom: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__wrap.column h2 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__wrap.column p {
    margin-top: 3rem;
  }
}
.p-single__wrap > *:first-child {
  margin-top: 0;
}
.p-single__wrap h2 {
  margin-top: 10rem;
  background: linear-gradient(90deg, #345881 0%, #010203 100%);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.058em;
  color: #fff;
  padding: 1.2rem 2.2rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-single__wrap h2 {
    margin-top: 3rem;
    padding: 1.4rem 2rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-single__wrap h2:first-of-type {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap h2:first-of-type {
    margin-top: 3.9rem;
  }
}
.p-single__wrap h3 {
  margin-top: 6rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3846153846;
  letter-spacing: 0.058em;
  color: #2F87B4;
  padding-left: 2.4rem;
  margin-left: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__wrap h3 {
    margin-top: 4rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-left: 0;
  }
}
.p-single__wrap h3::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.8rem;
  height: 3.4rem;
  background: linear-gradient(180deg, #3878C1 0%, #010203 100%);
}
@media screen and (max-width: 767px) {
  .p-single__wrap h3::before {
    height: 2.3rem;
  }
}
.p-single__wrap h3.check {
  margin-top: 8rem;
  font-size: 2rem;
  line-height: 1.5;
  display: flex;
  gap: 1rem;
  padding-left: 0;
  padding-bottom: 1.7rem;
  border-bottom: 0.4rem solid #004277;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-single__wrap h3.check {
    margin-top: 4rem;
    gap: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-width: 0.2rem;
    padding-bottom: 1.2rem;
  }
}
.p-single__wrap h3.check::before {
  content: "";
  position: unset;
  transform: unset;
  background: url("/visualization/assets/images/common/icon_check_single.svg") no-repeat center/contain;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-single__wrap h3.check::before {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.p-single__wrap p {
  margin-top: 5.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-single__wrap p {
    margin-top: 3.9rem;
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.p-single__wrap p .small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap p .small {
    font-size: 1.4rem;
  }
}
.p-single__wrap p a {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-single__wrap p a {
    margin-top: 0;
  }
}
.p-single__wrap p:has(img) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap p:has(img) {
    margin-top: 1rem;
  }
}
.p-single__wrap p:has(a) {
  display: flex;
}
.p-single__wrap p img {
  margin-top: 0;
}
.p-single__wrap p:has(a, img) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}
.p-single__wrap p:has(a, img) img {
  margin-top: 0;
  position: relative;
  top: 0.1rem;
  margin-inline: 0;
}
.p-single__wrap a {
  display: inline-block;
  margin-top: 5.6rem;
  color: #2F87B4;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.058em;
  line-height: 1.4285714286;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: opacity 0.3s;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-single__wrap a {
    margin-top: 3.9rem;
  }
}
@media (hover: hover) {
  .p-single__wrap a:hover {
    opacity: 0.8;
  }
}
.p-single__wrap a:has(img) {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.p-single__wrap a:has(img) img {
  margin-top: 0;
  position: relative;
  top: 0.1rem;
  width: 1.4rem;
  height: auto;
  margin-inline: 0;
}
.p-single__wrap img {
  margin-top: 5.8rem;
  max-width: 100%;
  width: revert-layer;
}
.p-single__wrap img.center {
  margin-inline: auto;
}
.p-single__wrap img.right {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-single__wrap img {
    margin-top: 4rem;
  }
}
.p-single__wrap ul {
  margin-top: 5.4rem;
  list-style: disc;
  list-style-position: inside;
  padding-left: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap ul {
    margin-top: 2.5rem;
    padding-left: 2.2rem;
  }
}
.p-single__wrap ul li {
  list-style: disc;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-single__wrap ul li {
    line-height: 1.625;
  }
}
.p-single__wrap ul li::marker {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap ul li::marker {
    font-size: 1.4rem;
  }
}
.p-single__wrap ol {
  margin-top: 6rem;
  list-style: decimal;
  list-style-position: inside;
  padding-left: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap ol {
    margin-top: 4rem;
  }
}
.p-single__wrap ol li {
  list-style: decimal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-single__wrap ol li {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.p-single__wrap ol li::marker {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap ol li::marker {
    font-size: 1.4rem;
  }
}
.p-single__wrap ol a {
  margin-top: 0;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-single__wrap ol a {
    margin-top: 0;
  }
}
.p-single__wrap .indent {
  position: relative;
}
.p-single__wrap .indent p {
  margin-top: 0;
}
.p-single__wrap .indent .indent-title {
  position: absolute;
  top: 0;
  left: 0;
}
.p-single__wrap .indent .indent1 {
  padding-left: 4.2em;
  display: block;
}
.p-single__wrap strong {
  font-weight: 700;
}
.p-single__wrap .orange {
  color: #F76F10;
}
.p-single__wrap .orange::marker {
  color: #F76F10;
}
.p-single__wrap .yellow {
  color: #FFCE00;
}
.p-single__wrap .yellow::marker {
  color: #FFCE00;
}
.p-single__wrap .blue {
  color: #2F87B4;
}
.p-single__wrap .blue::marker {
  color: #2F87B4;
}
.p-single__wrap .bold {
  font-weight: 700;
}
.p-single__wrap .bold::marker {
  font-weight: 700;
}
.p-single__wrap .number {
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap .number {
    margin-right: 1rem;
  }
}
.p-single__wrap .p-single__slider {
  margin-top: 6rem;
  max-width: 598px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 25.6rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__slider {
    margin-top: 4rem;
    margin-bottom: 0;
    padding-inline: 0.9rem;
  }
}
.p-single__wrap .p-single__slider img {
  margin-top: 0 !important;
}
.p-single__wrap .p-single__sliderMain .splide__arrow {
  background: transparent;
  opacity: 1;
  width: 50px;
  height: 50px;
  box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__sliderMain .splide__arrow {
    width: 3rem;
    height: 3rem;
  }
}
.p-single__wrap .p-single__sliderMain .splide__arrow--prev {
  left: -8rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__sliderMain .splide__arrow--prev {
    left: -1.8rem;
  }
}
.p-single__wrap .p-single__sliderMain .splide__arrow--next {
  right: -8rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__sliderMain .splide__arrow--next {
    right: -1.8rem;
  }
}
.p-single__wrap .p-single__sliderThumb {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__sliderThumb {
    margin-top: 1rem;
  }
}
.p-single__wrap .p-single__sliderThumb .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 2px solid #2F87B4;
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__sliderThumb .splide__track--nav > .splide__list > .splide__slide.is-active {
    border-width: 0.1rem;
  }
}
.p-single__wrap .p-single__content {
  margin-top: 5.8rem;
  border: 1px solid #2F87B4;
  padding: 5.4rem 2rem 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__content {
    margin-top: 8rem;
    padding: 3rem 2rem 3.2rem;
  }
}
.p-single__wrap .p-single__content ol {
  margin-top: 4rem;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__content ol {
    margin-top: 2.1rem;
    padding-left: 1.6rem;
  }
}
.p-single__wrap .p-single__content ol li::marker {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__content ol li::marker {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__content ol li:nth-child(n+2) {
    margin-top: 1.7rem;
  }
}
.p-single__wrap .p-single__content ol li a {
  font-size: 2rem;
  line-height: 2.05;
  padding-left: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__content ol li a {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-single__wrap .p-single__contentTitle {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.0333333333;
  letter-spacing: 0.058em;
  color: #2F87B4;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-single__wrap .p-single__contentTitle {
    font-size: 2rem;
    line-height: 1.45;
  }
}

.p-single__btnList {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-single__btnList {
    margin-top: 6rem;
    gap: 2rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.p-single__btnList.column {
  margin-top: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-single__btnList.column {
    margin-top: 4rem;
  }
}

.p-single__author {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-single__author {
    margin-top: 5.2rem;
  }
}

.p-single__authorHeading {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.058em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single__authorHeading {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.p-single__authorWrap {
  margin-top: 1.6rem;
  border: 1px solid #2F87B4;
  padding: 2.7rem 2rem 2.6rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__authorWrap {
    margin-top: 2rem;
    flex-direction: column;
    padding: 3rem 2rem 2.6rem;
  }
}

.p-single__authorImg {
  width: 10.5rem;
  aspect-ratio: 105/105;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single__authorImg {
    width: 8.9rem;
  }
}

.p-single__authorNameDetail {
  max-width: calc(100% - 10.5rem - 6rem);
}
@media screen and (max-width: 767px) {
  .p-single__authorNameDetail {
    max-width: 100%;
  }
}

.p-single__authorName {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-single__authorName {
    text-align: center;
  }
}

.p-single__authorText {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 767px) {
  .p-single__authorText {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-top: 2.2rem;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp--inline {
    display: inline-block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */