@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap';@import 'https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap';

.u-font-normal {
  font-weight: 400;
}
.u-font-medium {
  font-weight: 500;
}
.u-font-semibold {
  font-weight: 600;
}
.u-font-bold {
  font-weight: 700;
}
.u-pt-0 {
  padding-top: 0 !important;
}
.u-pb-0 {
  padding-bottom: 0 !important;
}
.u-counter-reset {
  counter-reset: var(--counter);
}
.u-counter-increment {
  counter-increment: var(--counter);
}
.u-counter::after {
  content: counter(var(--counter));
}
.u-counter-zero::after {
  content: counter(var(--counter), decimal-leading-zero);
}
.u-counter-before::before {
  content: counter(var(--counter));
}
.u-counter-before-zero::before {
  content: counter(var(--counter), decimal-leading-zero);
}
.c-cta-ir {
  padding: 80px 0;
  background-color: #f4f5f7;
}
@media screen and (width <= 768px) {
  .c-cta-ir {
    padding: 2.5rem 0;
  }
}
.c-cta-ir .c-ir-list {
  background-color: #fff;
}
.c-table-container {
  overflow-x: auto;
  contain: inline-size;
}
@media screen and (width <= 768px) {
  .c-table-container {
    width: calc(100% + var(--margin) * 2);
    padding: 0 var(--margin) 0.5rem;
    margin-left: calc(var(--margin) * -1);
  }
}
.c-table-container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
@media screen and (width <= 768px) {
  .c-table-container::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.c-table-container::-webkit-scrollbar-track {
  background-color: #fff;
}
.c-table-container::-webkit-scrollbar-thumb {
  background-color: #cbcdd6;
}
@keyframes zoom-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes slider-prev {
  0% {
    clip-path: polygon(calc(var(--arrowWidth) * -1 - 100%) 0, calc(var(--arrowWidth) * -1) 0, 0 50%, calc(var(--arrowWidth) * -1) 100%, calc(var(--arrowWidth) * -1 - 100%) 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, calc(100% + var(--arrowWidth)) 50%, 100% 100%, 0 100%);
  }
}
@keyframes slider-prev-sp {
  0% {
    clip-path: polygon(0 calc(var(--arrowWidth) * -1 - 100%), 100% calc(var(--arrowWidth) * -1 - 100%), 100% calc(var(--arrowWidth) * -1), 50% 0, 0 calc(var(--arrowWidth) * -1));
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% + var(--arrowWidth)), 0 100%);
  }
}
@keyframes buttonIcon {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200%);
  }
  50.1% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
html {
  font-size: 1rem;
}
@media screen and (width <= 768px) {
  html {
    font-size: clamp(0.875rem, 100vw * 16 / 375, 1.5rem);
  }
}
body {
  display: flex;
  flex-direction: column;
  min-width: 1240px;
  min-height: 100svh;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.8;
  color: #09090b;
  letter-spacing: 0.04em;
  background-color: #fcfcfa;
}
@media screen and (width <= 768px) {
  body {
    min-width: unset;
  }
}
body * {
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (resolution >= 2dppx) {
  body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body ::selection {
  color: #fff;
  background-color: #353538;
}
body > footer {
  margin-top: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
section,
*[id] {
  scroll-margin: 100px;
}
@media screen and (width <= 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  section,
  *[id] {
    scroll-margin: 5rem;
  }
}
img {
  max-width: 100%;
}
@media screen and (width >= 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (width >= 769px) {
  .pc-contents {
    display: contents !important;
  }
}
@media screen and (width <= 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (width <= 768px) {
  .sp-contents {
    display: contents !important;
  }
}
.displayContents {
  display: contents;
}
.u-opacity-0 {
  opacity: 0;
}
.u-auto-alpha {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.u-scroll--fadeIn {
  transition: opacity 0.6s, transform 0.6s;
}
.u-scroll--fadeIn:not(.is-active) {
  opacity: 0;
  transform: translateY(40px);
}
.u-scroll--fadeInBlur {
  transition: opacity 0.6s, transform 0.6s, filter 0.6s;
}
.u-scroll--fadeInBlur:not(.is-active) {
  filter: blur(8px);
  opacity: 0;
  transform: translateY(40px);
}
.u-scroll--clipInRight {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.4s;
}
.u-scroll--clipInRight:not(.is-active) {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.u-text-body {
  color: #fcfcfa;
}
.u-text-text {
  color: #09090b;
}
.u-text-text-weak {
  color: #383941;
}
.u-text-text-muted {
  color: #60637a;
}
.u-text-primary {
  color: #004ea2;
}
.u-text-primary-dark {
  color: #063165;
}
.u-text-primary-light {
  color: #3370d7;
}
.u-text-accent {
  color: #f39800;
}
.u-text-bg {
  color: #f4f5f7;
}
.u-text-bg-2 {
  color: #f4f5f7;
}
.u-text-border {
  color: #e4e5e9;
}
.u-text-border-2 {
  color: #cbcdd6;
}
.c-menu-button {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  padding-top: 0.3125rem;
  transition: 0.4s;
}
.c-menu-button--fixed {
  position: fixed;
  top: 0;
  right: 0;
}
.c-menu-button .c-menu-button__icon {
  position: relative;
  z-index: 0;
  width: 2.125rem;
  height: 2.125rem;
}
.c-menu-button .c-menu-button__icon span {
  position: absolute;
  display: block;
  width: 2.125rem;
  height: 0.125rem;
  max-height: 2px;
  background-color: currentcolor;
  transition: 0.3s;
}
.c-menu-button .c-menu-button__icon span:nth-child(1) {
  top: calc(50% - 0.3125rem);
  left: 0;
}
.c-menu-button .c-menu-button__icon span:nth-child(2) {
  top: calc(50% + 0.3125rem);
  right: 0;
}
.c-menu-button.is_active .c-menu-button__icon span:nth-child(1), .c-menu-button.is_open .c-menu-button__icon span:nth-child(1) {
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.c-menu-button.is_active .c-menu-button__icon span:nth-child(2), .c-menu-button.is_open .c-menu-button__icon span:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.c-menu-button .c-menu-button__menu-label {
  display: grid;
  grid-template-rows: 1fr;
  height: 13px;
  overflow: hidden;
}
@media screen and (width <= 768px) {
  .c-menu-button .c-menu-button__menu-label {
    height: calc(100vw * 13 / 375);
  }
}
.c-menu-button .c-menu-button__label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #09215b;
  text-transform: uppercase;
  transition: 0.4s;
}
@media screen and (width <= 768px) {
  .c-menu-button .c-menu-button__label {
    font-size: calc(100vw * 13 / 375);
  }
}
.c-menu-button.is_active .c-menu-button__label, .c-menu-button.is_open .c-menu-button__label {
  transform: translateY(-100%);
}
.c-menu-list .c-menu-list__item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.c-menu-list .c-menu-list__item::before {
  display: block;
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.0625rem;
  content: "";
  background-color: #a7aab9;
}
.c-menu-list .c-menu-list__item + .c-menu-list__item {
  margin-top: 0.5rem;
}
.c-menu-list .c-menu-list__child-item {
  position: relative;
  z-index: 0;
  padding-left: 1rem;
}
.c-menu-list .c-menu-list__child-item:not(:last-child) {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e4e5e9;
}
.c-menu-list .c-menu-list__child-item::before {
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  width: 0.375rem;
  height: 0.0625rem;
  content: "";
  background-color: #a7aab9;
}
.c-menu-list .c-menu-list__child-item + .c-menu-list__child-item {
  margin-top: 0.75rem;
}
.c-menu-list .c-menu-list__grandchild-list-item + .c-menu-list__grandchild-list-item {
  margin-top: 0.5rem;
}
.l-sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (width >= 769px) {
  .l-sp-menu {
    display: none;
  }
}
.l-sp-menu.is_active {
  top: 0.75rem;
  left: 0.75rem;
  width: calc(100% - 1.5rem);
  border-radius: 0.5rem;
}
.l-sp-menu .c-menu-button {
  width: 2rem;
  height: 2.75rem;
}
.l-sp-menu .l-sp-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.5rem;
  padding: 0.5rem 1.25rem;
}
.l-sp-menu .l-sp-menu__body {
  height: calc(100vh - 7rem);
}
.l-sp-menu .l-sp-menu__inner {
  height: 100%;
  overflow-y: scroll;
}
.l-sp-menu .l-sp-menu__inner::-webkit-scrollbar {
  display: none;
}
.l-sp-menu .l-sp-menu__logo {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-start;
  height: 2.875rem;
}
.l-sp-menu .l-sp-menu__logo-link {
  display: block;
  width: 9.625rem;
  height: 100%;
}
.l-sp-menu .l-sp-menu__logo-link img {
  width: auto;
  height: 100%;
}
.l-sp-menu .l-sp-menu__logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 1.625rem;
  padding: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  background-color: #f4f5f7;
  border-radius: 0.25rem;
}
.c-sp-menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  padding: 0.75rem 1.25rem 3.75rem;
}
.c-sp-menu > *:last-child {
  padding-bottom: 5rem;
}
.c-sp-menu .c-sp-menu__logo {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-start;
  height: 2.875rem;
}
.c-sp-menu .c-sp-menu__logo-link {
  display: block;
  width: auto;
  height: 100%;
}
.c-sp-menu .c-sp-menu__logo-link img {
  width: auto;
  height: 100%;
}
.c-sp-menu .c-sp-menu__logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 1.625rem;
  padding: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  background-color: #f4f5f7;
  border-radius: 0.25rem;
}
.c-sp-menu .c-sp-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-sp-menu .c-sp-menu__nav-item {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e4e5e9;
}
.c-sp-menu .c-sp-menu__nav-link {
  position: relative;
  z-index: 0;
  display: block;
  flex-grow: 1;
  padding: 0.875rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.c-sp-menu .c-sp-menu__nav-link--has-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
}
.c-sp-menu .c-sp-menu__nav-link--has-icon::before {
  position: absolute;
  top: calc(50% - 0.375rem);
  right: -0.03125rem;
  width: 0.0625rem;
  height: 0.75rem;
  content: "";
  background-color: #cbcdd6;
}
.c-sp-menu .c-sp-menu__nav-link--has-icon::after {
  display: block;
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  background-color: currentcolor;
  mask-image: url("/assets/img/common/icon_arrow-right-01.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.c-sp-menu .c-sp-menu__nav-link--sm {
  padding: 0.5rem 0;
  padding-right: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #383941;
}
.c-sp-menu .c-sp-menu__nav-link--child {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #383941;
}
.c-sp-menu .c-sp-menu__nav-link--external {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.c-sp-menu .c-sp-menu__nav-link--external::after {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentcolor;
  mask-image: url("/assets/img/common/icon_external-01.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.c-sp-menu .c-sp-menu__nav-link--grandChild {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.625rem 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #383941;
}
.c-sp-menu .c-sp-menu__nav-icon {
  flex-shrink: 0;
  width: 1rem;
}
.c-sp-menu .c-sp-menu__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-sp-menu .c-sp-menu__buttons--row {
  flex-direction: row;
}
.c-sp-menu .c-sp-menu__buttons--row > * {
  flex: 1;
}
.c-sp-menu .c-sp-menu__buttons .c-button {
  min-width: unset;
}
.c-sp-menu-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  min-height: 3rem;
  font-size: 0.9375rem;
  color: #fff;
  background-color: #f39800;
  border-radius: 100vmax;
}
.c-menu-accordion .c-menu-accordion__header {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
.c-menu-accordion .c-menu-accordion__icon {
  position: relative;
  z-index: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 0.75rem;
  transition: 0.3s;
}
.c-menu-accordion .c-menu-accordion__icon::before, .c-menu-accordion .c-menu-accordion__icon::after {
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.125rem;
  content: "";
  background-color: currentcolor;
  border-radius: 100vmax;
  transition: 0.3s;
}
.c-menu-accordion .c-menu-accordion__icon::after {
  transform: rotate(90deg);
}
.c-menu-accordion.is_active > .c-menu-accordion__header .c-menu-accordion__icon {
  transform: rotate(90deg);
}
.c-menu-accordion.is_active > .c-menu-accordion__header .c-menu-accordion__icon::before {
  opacity: 0;
}
.c-menu-accordion .c-menu-accordion__body {
  margin-top: 0.75rem;
}
.l-header {
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .l-header {
    display: none;
  }
}
.l-header.is_hidden {
  pointer-events: none;
}
@media screen and (width >= 769px) {
  .l-header.is_hidden .l-header__bar, .l-header.is_hidden .l-header__drawer {
    opacity: 0;
    transform: translateY(-84px);
  }
}
.l-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.l-header ~ .l-main {
  padding-top: 84px;
}
@media screen and (width <= 768px) {
  .l-header ~ .l-main {
    padding-top: 4.5rem;
  }
}
.l-header .l-header__bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 84px;
  background-color: #fff;
  border-bottom: solid 1px #e4e5e9;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .l-header .l-header__bar {
    height: 4.5rem;
    border-bottom: unset;
  }
}
.l-header .l-header__bar .c-container {
  width: 100%;
  padding-left: 40px;
  margin-inline: unset;
}
@media screen and (width <= 768px) {
  .l-header .l-header__bar .c-container {
    padding: 0 1.25rem;
  }
}
.l-header .l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background-color: rgba(46, 46, 46, 0.7);
  opacity: 0;
  transition: 0.3s;
}
.l-header:not(.is_hidden).is_drawer-active .l-header__overlay {
  pointer-events: auto;
  opacity: 1;
}
.l-header .l-header__drawer {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-areas: "content";
  align-items: flex-start;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .l-header .l-header__drawer {
    display: none;
  }
}
.l-header:not(.is_drawer-active) .l-header__drawer {
  height: 0;
}
.l-header .l-header__drawer-container {
  position: relative;
  z-index: 0;
  grid-area: content;
  padding: 40px 24px;
  background-color: #fff;
  transition: 0.3s;
}
.l-header .l-header__drawer-container--megamenu::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: max(280px, (100% - 1200px) / 2 + 255px);
  height: 100%;
  content: "";
  background-color: #f1f7fd;
}
.l-header .l-header__drawer-container:not(.is_open) {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-84px);
}
.l-header .l-header__drawer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 45px;
  justify-content: flex-start;
  width: 720px;
  margin: 0 auto;
}
.l-header .l-header__drawer-list .c-list__item {
  width: calc((100% - 90px) / 3);
}
.l-header .l-header__drawer-list--col2 .c-list__item {
  width: calc((100% - 45px) / 2);
}
.l-header .l-header__drawer-list--col4 .c-list__item {
  width: calc((100% - 135px) / 4);
}
.l-header .l-header__drawer-list .c-list__item + .c-list__item {
  margin-top: unset;
}
.l-header .l-header__drawer-link {
  font-size: 15px;
  white-space: nowrap;
}
.l-header .l-header__drawer-link--sm {
  font-size: 14px;
}
.l-header a.l-header__drawer-link {
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1px), currentcolor 0);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
}
@media screen and (width <= 768px) {
  .l-header a.l-header__drawer-link {
    background-image: linear-gradient(transparent calc(100% - 0.0625rem), currentcolor 0);
  }
}
.l-header a.l-header__drawer-link:hover {
  background-position: left bottom;
  background-size: 100% 100%;
}
.l-header .l-header__drawer-inner {
  display: flex;
  gap: 80px;
}
.l-header .l-header__drawer-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: calc(100% - 80px - 195px);
}
.l-header .l-header__drawer-col--sm {
  flex-shrink: 0;
  width: 195px;
}
.l-header .l-header__drawer-parent-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.3s;
}
.l-header .l-header__drawer-parent-link:hover {
  color: #3370d7;
}
.l-header .l-header__drawer-link-arrow {
  display: inline-flex;
}
.l-header .l-header__function-list {
  display: grid;
  gap: 16px 32px;
  width: 100%;
}
.l-header .l-header__function-list--autofill {
  grid-template-columns: repeat(auto-fill, minmax(min(184px, 100%), 1fr));
}
.l-header .l-header__function-list-item {
  display: flex;
  width: 100%;
}
.l-header .l-header__frame {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 0 #fff;
  transition: 0.4s;
  transform: translate(-50%, -50%);
}
.l-header .l-header__inner {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.l-header .l-header__logo {
  display: block;
  flex-shrink: 0;
  height: 48px;
  transition: 0.5s;
}
.l-header .l-header__logo:hover {
  opacity: 0.6;
}
.l-header .l-header__logo-link {
  display: flex;
  flex-shrink: 0;
  gap: 12px;
  align-items: center;
  width: auto;
  height: 100%;
}
.l-header .l-header__logo-link img {
  width: auto;
  height: 100%;
}
.l-header .l-header__logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 26px;
  padding: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  background-color: #f9f8f9;
  border-radius: 4px;
}
.l-header .l-header__nav {
  display: flex;
  flex-grow: 1;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
}
.l-header .l-header__nav-item {
  position: relative;
  z-index: 0;
}
.l-header .l-header__nav-child {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 152px;
  padding: 32px 24px 16px;
  font-size: 13px;
  border-radius: 4px;
  transition: 0.3s;
  transform: translateX(-50%);
}
.l-header .l-header__nav-child::before {
  position: absolute;
  inset: 16px 0 0;
  z-index: -1;
  content: "";
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(186, 200, 223, 0.5);
}
.l-header .l-header__nav-child--nowrap .c-list__item {
  white-space: nowrap;
}
.l-header .l-header__nav-item:not(:hover) .l-header__nav-child {
  top: calc(100% + 16px);
  pointer-events: none;
  opacity: 0;
}
.l-header .l-header__nav-link {
  position: relative;
  z-index: 0;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #09090b;
  white-space: nowrap;
}
@media screen and (width <= 768px) {
  .l-header .l-header__nav-link {
    display: none;
  }
}
.l-header .l-header__nav-link--has-child {
  min-height: 38px;
}
.l-header .l-header__nav-link--has-child::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #7b7f95;
  mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiPgogIDxwYXRoIGQ9Ik0zLjIyOTU2IDQuOTAwMWMtLjE1Mzk2LjI2NjY2LS41Mzg4Ni4yNjY2Ni0uNjkyODIgMEwuMDU0MTM4My42MDAwOTZDLS4wOTk4MjE4LjMzMzQzLjA5MjYyODQuMDAwMDk3My40MDA1NDguMDAwMDk3MjdsNC45NjUyMTItNC40ZS03Yy4zMDc5Mi0yZS04LjUwMDM3LjMzMzMzMzE3LjM0NjQxLjYwMDAwMDE3eiIvPgo8L3N2Zz4=");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.l-header .l-header__nav-link--external {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .l-header .l-header__nav-link--external {
    display: none;
  }
}
.l-header .l-header__nav-link--external::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background-color: currentcolor;
  mask-image: url("/assets/img/common/icon_external-01.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (width <= 768px) {
  .l-header .l-header__nav-link--external::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.l-header a.l-header__nav-link {
  transition: 0.3s;
}
.l-header a.l-header__nav-link:hover {
  color: #3370d7;
}
.l-header .l-header__nav-link:has(.l-header__nav-inner[data-text]) {
  overflow: hidden;
}
.l-header .l-header__nav-link:has(.l-header__nav-inner[data-text]):hover .l-header__nav-inner, .l-header .l-header__nav-link:has(.l-header__nav-inner[data-text]).is_open .l-header__nav-inner {
  color: #3370d7;
  translate: 0 -1lh 0;
}
.l-header .l-header__nav-link:has(.l-header__nav-inner[data-text]):hover .l-header__nav-inner::after, .l-header .l-header__nav-link:has(.l-header__nav-inner[data-text]).is_open .l-header__nav-inner::after {
  opacity: 1;
}
.l-header .l-header__nav-inner[data-text] {
  display: grid;
  block-size: 1lh;
  transition: 0.3s;
}
.l-header .l-header__nav-inner[data-text]::after {
  content: attr(data-text);
  opacity: 0;
  transition: 0.3s;
}
.l-header .l-header__buttons {
  display: flex;
  flex-shrink: 0;
}
@media screen and (width <= 768px) {
  .l-header .l-header__buttons {
    display: none;
  }
}
.l-header .l-header__button-item {
  flex: 1;
}
.l-header .l-header__additional-items {
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .l-header .l-header__additional-items {
    display: none;
  }
}
.l-header .l-header__button-item:not(:hover) .l-header__additional-items {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  pointer-events: none;
}
.l-header-button {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 84px;
  padding: 8px 24px;
  font-size: 0.875rem;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #00319b;
}
.l-header-button--accent {
  background-color: #ff4a11;
}
.l-header-button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  transform: scaleX(0);
  transform-origin: center left;
}
.l-header-button:hover::before {
  transform: scaleX(1);
}
@media screen and (width <= 768px) {
  .l-header-button {
    gap: 0.5rem;
    width: 5rem;
    min-width: unset;
    height: 2rem;
    min-height: unset;
    font-size: 0.75rem;
  }
}
.l-header-button .c-icon {
  flex-shrink: 0;
}
.l-header-button .l-header-button__inner {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.l-drawer:not(.is_open) {
  pointer-events: none;
}
.l-drawer [data-active-page]:not(.is_active) {
  display: none;
}
.l-drawer .l-drawer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 46, 46, 0.5);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.4s;
}
.l-drawer .l-drawer__overlay--primary {
  background-color: rgba(44, 78, 161, 0.4);
  backdrop-filter: unset;
}
.l-drawer.is_open .l-drawer__overlay {
  opacity: 1;
  transition: 0.2s 0.2s;
}
.l-drawer .l-drawer__container {
  width: 900px;
  height: 100%;
  margin-left: auto;
  background-color: #fff;
  opacity: 0;
  transition: transform 0.4s linear, opacity 0.2s linear;
  transform: translateX(40%);
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__container {
    width: 19.5rem;
  }
}
.l-drawer.is_open .l-drawer__container {
  opacity: 1;
  transform: translateX(0);
}
.l-drawer .l-drawer__inner {
  height: 100%;
  overflow-y: scroll;
}
.l-drawer .l-drawer__inner::-webkit-scrollbar {
  display: none;
}
.l-drawer .l-drawer__close-button {
  position: absolute;
  top: 48px;
  right: 48px;
  display: grid;
  place-content: center;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #383941;
  background-color: #fff;
  border: solid 1px #e4e5e9;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__close-button {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    border-width: 0.0625rem;
  }
}
.l-drawer .l-drawer__close-button::before, .l-drawer .l-drawer__close-button::after {
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 12.5px);
  display: block;
  width: 25px;
  height: 3px;
  content: "";
  background-color: #3370d7;
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__close-button::before, .l-drawer .l-drawer__close-button::after {
    top: calc(50% - 0.0625rem);
    left: calc(50% - 0.5rem);
    width: 1rem;
    height: 0.125rem;
  }
}
.l-drawer .l-drawer__close-button::before {
  transform: rotate(135deg);
}
.l-drawer .l-drawer__close-button::after {
  transform: rotate(-135deg);
}
.l-footer-accordion .l-footer-accordion__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (width <= 768px) {
  .l-footer-accordion .l-footer-accordion__header {
    gap: 1rem;
  }
}
@media screen and (width >= 769px) {
  .l-footer-accordion.js-accordion-mobile .l-footer-accordion__header {
    cursor: initial;
  }
}
.l-footer-accordion .l-footer-accordion__icon {
  position: relative;
  z-index: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1rem;
  transition: 0.3s;
}
@media screen and (width >= 769px) {
  .l-footer-accordion .l-footer-accordion__icon {
    display: none;
  }
}
.l-footer-accordion .l-footer-accordion__icon::before, .l-footer-accordion .l-footer-accordion__icon::after {
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.125rem;
  content: "";
  background-color: currentcolor;
  border-radius: 100vmax;
  transition: 0.3s;
}
.l-footer-accordion .l-footer-accordion__icon::after {
  transform: rotate(90deg);
}
.l-footer-accordion.is_active .l-footer-accordion__icon {
  transform: rotate(90deg);
}
.l-footer-accordion.is_active .l-footer-accordion__icon::before {
  opacity: 0;
}
.l-footer-accordion .l-footer-accordion__body {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-top: 8px;
}
@media screen and (width <= 768px) {
  .l-footer-accordion .l-footer-accordion__body {
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
.l-footer-pagetop {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .l-footer-pagetop {
    gap: 1rem;
  }
}
.l-footer-pagetop .l-footer-pagetop__label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .l-footer-pagetop .l-footer-pagetop__label {
    font-size: 0.875rem;
  }
}
.l-footer-pagetop .l-footer-pagetop__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  color: #fff;
  background-color: #09090b;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .l-footer-pagetop .l-footer-pagetop__icon {
    width: 2.9375rem;
    height: 2.9375rem;
  }
}
.l-footer-pagetop .l-footer-pagetop__icon .c-icon {
  width: 12px;
  height: 12px;
}
@media screen and (width <= 768px) {
  .l-footer-pagetop .l-footer-pagetop__icon .c-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.l-footer-social-list {
  display: flex;
  gap: 16px;
}
.l-footer-social-list .l-footer-social-list__item a {
  display: flex;
  transition: 0.3s;
}
.l-footer-social-list .l-footer-social-list__item a:hover {
  opacity: 0.7;
}
.l-footer {
  position: relative;
  z-index: 0;
  padding: 80px 0 32px;
}
@media screen and (width <= 768px) {
  .l-footer {
    padding: 2rem 0 1.5rem;
  }
}
.l-footer .c-container {
  --gap: 64px;
}
.l-footer .l-footer__flowing {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 170px;
  font-weight: 700;
  line-height: 1;
  color: #3370d7;
  pointer-events: none;
  opacity: 0.1;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__flowing {
    font-size: 5rem;
  }
}
.l-footer .l-footer__flowing::before, .l-footer .l-footer__flowing::after {
  position: relative;
  bottom: -40px;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__flowing::before, .l-footer .l-footer__flowing::after {
    bottom: -1.25rem;
  }
}
.l-footer .l-footer__inner {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.l-footer .l-footer__col {
  --gap: 64px;
  display: flex;
  gap: var(--gap);
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__col {
    --gap: 1rem;
    flex-direction: column;
    align-self: stretch;
  }
}
.l-footer .l-footer__col--colmun {
  flex-direction: column;
}
.l-footer .l-footer__col--logo {
  --gap: 40px;
  flex-grow: 1;
  align-self: stretch;
  border-right: solid 1px #e4e5e9;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__col--logo {
    --gap: 1.5rem;
  }
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__col--nav {
    --gap: 1.5rem;
    margin-left: auto;
  }
}
.l-footer .l-footer__col--copyright {
  grid-area: copy;
}
.l-footer .l-footer__container-mobile {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media screen and (width >= 769px) {
  .l-footer .l-footer__container-mobile {
    display: contents;
  }
}
.l-footer .l-footer__logo {
  display: block;
}
.l-footer .l-footer__logo img {
  width: 200px;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__logo img {
    width: 12.5rem;
  }
}
.l-footer .l-footer__logo-link {
  display: flex;
  flex-shrink: 0;
  gap: 16px;
  align-items: center;
  width: auto;
  height: 100%;
}
.l-footer .l-footer__logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 26px;
  padding: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  background-color: #f9f8f9;
  border-radius: 4px;
}
.l-footer .l-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__nav-col {
    display: contents;
    gap: 2rem;
  }
}
.l-footer .l-footer__nav-col--contact {
  gap: 24px;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__nav-col--contact {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
.l-footer .l-footer__nav-item {
  display: flex;
  flex-direction: column;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__nav-item {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e4e5e9;
  }
}
.l-footer .l-footer__nav-label {
  position: relative;
  z-index: 0;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__nav-label {
    flex-grow: 1;
    font-size: 1rem;
  }
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__nav-label--has-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1rem;
  }
  .l-footer .l-footer__nav-label--has-icon::before {
    position: absolute;
    top: calc(50% - 0.375rem);
    right: -0.03125rem;
    width: 0.0625rem;
    height: 0.75rem;
    content: "";
    background-color: #c5dff8;
  }
  .l-footer .l-footer__nav-label--has-icon::after {
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    background-color: currentcolor;
    mask-image: url("/assets/img/common/icon_arrow-right-01.png");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__nav-label--sp-sm {
    font-size: 0.8125rem;
    font-weight: 500;
  }
}
.l-footer .l-footer__nav-link {
  font-size: 13px;
  font-weight: 500;
  color: #383941;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__nav-link {
    font-size: 0.8125rem;
  }
}
.l-footer .l-footer__nav-inner {
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1px), currentcolor 0);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__nav-inner {
    background-image: linear-gradient(transparent calc(100% - 0.0625rem), currentcolor 0);
  }
}
.l-footer a.l-footer__nav-label,
.l-footer a.l-footer__nav-link {
  transition: 0.3s;
}
.l-footer a.l-footer__nav-label[target=_blank]::after,
.l-footer a.l-footer__nav-link[target=_blank]::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-color: currentcolor;
  mask-image: url("/assets/img/common/icon_external-01.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (width <= 768px) {
  .l-footer a.l-footer__nav-label[target=_blank]::after,
  .l-footer a.l-footer__nav-link[target=_blank]::after {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem;
  }
}
.l-footer a.l-footer__nav-label:hover,
.l-footer a.l-footer__nav-link:hover {
  color: #3370d7;
}
.l-footer a.l-footer__nav-label:hover .l-footer__nav-inner,
.l-footer a.l-footer__nav-link:hover .l-footer__nav-inner {
  background-position: left bottom;
  background-size: 100% 100%;
}
.l-footer .l-footer__buttons {
  display: flex;
  justify-content: flex-end;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__buttons {
    align-items: flex-end;
  }
}
.l-footer .l-footer__link {
  align-self: start;
  font-size: 12px;
  font-weight: 400;
  color: #383941;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__link {
    font-size: 0.75rem;
    text-underline-offset: 0.125rem;
  }
}
.l-footer .l-footer__copyright {
  font-size: 14px;
  font-weight: 400;
  color: #383941;
}
@media screen and (width <= 768px) {
  .l-footer .l-footer__copyright {
    font-size: 0.75rem;
  }
}
.l-footer .l-footer__footer {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.c-heading .c-heading__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .c-heading .c-heading__inner {
    gap: 1.5rem;
  }
}
.c-heading--center .c-heading__inner {
  align-items: center;
  text-align: center;
}
@media screen and (width >= 769px) {
  .c-heading--pc-center .c-heading__inner {
    align-items: center;
    text-align: center;
  }
}
.c-heading .c-heading__title {
  position: relative;
  z-index: 0;
  flex-grow: 1;
  align-self: stretch;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
}
.c-heading .c-heading__title::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 16px;
  content: "";
  background-image: linear-gradient(to right, #3370d7 338px, #e4e5e9 338px, #e4e5e9 100%);
}
@media screen and (width <= 768px) {
  .c-heading .c-heading__title::after {
    height: 0.125rem;
    margin-top: 0.75rem;
    background-image: linear-gradient(to right, #3370d7 5rem, #e4e5e9 5rem, #e4e5e9 100%);
  }
}
@media screen and (width <= 768px) {
  .c-heading .c-heading__title {
    font-size: 1.5rem;
  }
}
.c-heading--white .c-heading__title {
  color: #fff;
}
.c-heading--white .c-heading__title::after {
  background-image: linear-gradient(to right, #fff 338px, #6faeeb 338px, #6faeeb 100%);
}
@media screen and (width <= 768px) {
  .c-heading--white .c-heading__title::after {
    background-image: linear-gradient(to right, #fff 5rem, #6faeeb 5rem, #6faeeb 100%);
  }
}
.c-heading--white .c-heading__caption {
  color: #fff;
}
.c-heading--title-md .c-heading__title {
  font-size: 32px;
}
@media screen and (width <= 768px) {
  .c-heading--title-md .c-heading__title {
    font-size: 1.5rem;
  }
}
@media screen and (width <= 768px) {
  .c-heading .c-heading__caption {
    font-size: 0.9375rem;
  }
}
.c-container {
  --gap: 48px;
  --margin: 20px;
  --container: 1160px;
  display: grid;
  gap: var(--gap);
  margin-inline: max(var(--margin), (100% - var(--container)) / 2);
}
@media screen and (width <= 768px) {
  .c-container {
    --gap: 1.5rem;
    --margin: 1.25rem;
  }
}
.c-container--split {
  grid-template-columns: auto 1fr;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .c-container--split {
    grid-template-columns: 1fr;
  }
}
.c-container--split-reverse {
  grid-template-columns: 1fr 400px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .c-container--split-reverse {
    grid-template-columns: 1fr;
  }
}
.c-container--lg {
  --container: 1260px;
}
.c-container--md {
  --container: 900px;
  --gap: 32px;
}
@media screen and (width <= 768px) {
  .c-container--md {
    --gap: 1.5rem;
  }
}
.c-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentcolor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (width <= 768px) {
  .c-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-icon--xxxs {
  width: 8px;
  height: 8px;
}
@media screen and (width <= 768px) {
  .c-icon--xxxs {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.c-icon--xxs {
  width: 10px;
  height: 10px;
}
@media screen and (width <= 768px) {
  .c-icon--xxs {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.c-icon--xs {
  width: 16px;
  height: 16px;
}
@media screen and (width <= 768px) {
  .c-icon--xs {
    width: 1rem;
    height: 1rem;
  }
}
.c-icon--sm {
  width: 18px;
  height: 18px;
}
@media screen and (width <= 768px) {
  .c-icon--sm {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.c-icon--md {
  width: 24px;
  height: 24px;
}
@media screen and (width <= 768px) {
  .c-icon--md {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-icon--lg {
  width: 32px;
  height: 32px;
}
@media screen and (width <= 768px) {
  .c-icon--lg {
    width: 2rem;
    height: 2rem;
  }
}
.c-icon--xl {
  width: 64px;
  height: 64px;
}
@media screen and (width <= 768px) {
  .c-icon--xl {
    width: 4rem;
    height: 4rem;
  }
}
.c-icon--mail {
  mask-image: url("/assets/img/common/icon_mail-01.png");
}
.c-icon--home {
  mask-image: url("/assets/img/common/icon_home-01.png");
}
.c-icon--tag {
  mask-image: url("/assets/img/common/icon_tag-01.png");
}
.c-icon--x {
  mask-image: url("/assets/img/common/icon_x-01.png");
}
.c-icon--facebook {
  mask-image: url("/assets/img/common/icon_facebook-01.png");
}
.c-icon--youtube {
  mask-image: url("/assets/img/common/icon_youtube-01.png");
}
.c-icon--external {
  mask-image: url("/assets/img/common/icon_external-01.png");
}
.c-icon--download {
  mask-image: url("/assets/img/common/icon_download-01.png");
}
.c-icon--arrow {
  mask-image: url("/assets/img/common/icon_arrow-right-01.png");
}
.c-icon--arrow-02 {
  mask-image: url("/assets/img/common/icon_arrow-right-02.png");
}
.c-icon--arrow-bottom {
  mask-image: url("/assets/img/common/icon_arrow-right-01.png");
  transform: rotate(90deg);
}
.c-icon--arrow-top {
  mask-image: url("/assets/img/common/icon_arrow-top-01.png");
}
.c-icon--arrow-breadcrumb {
  mask-image: url("/assets/img/common/icon_arrow-breadcrumb-01.png");
}
.c-icon--ellipsis {
  mask-image: url("/assets/img/common/icon_ellipsis-01.png");
}
.c-icon--seminar {
  mask-image: url("/assets/img/common/icon_seminar-01.png");
}
.c-icon--mail-2 {
  mask-image: url("/assets/img/common/icon_mail-02.png");
}
.c-icon--insidesales {
  mask-image: url("/assets/img/common/icon_insidesales-01.png");
}
.c-icon--management {
  mask-image: url("/assets/img/common/icon_management-01.png");
}
.c-icon--graph {
  mask-image: url("/assets/img/common/icon_graph-01.png");
}
.c-icon--manage {
  mask-image: url("/assets/img/common/icon_manage-01.png");
}
.c-icon--negotiation {
  mask-image: url("/assets/img/common/icon_negotiation-01.png");
}
.c-icon--analysis {
  mask-image: url("/assets/img/common/icon_analysis-01.png");
}
.c-icon--integration {
  mask-image: url("/assets/img/common/icon_integration-01.png");
}
.c-icon--inperson {
  mask-image: url("/assets/img/common/icon_inperson-01.png");
}
.c-icon--online {
  mask-image: url("/assets/img/common/icon_online-01.png");
}
.c-icon--hybrid {
  mask-image: url("/assets/img/common/icon_hybrid-01.png");
}
.c-icon--acquisition {
  mask-image: url("/assets/img/common/icon_acquisition-01.png");
}
.c-icon--experience {
  mask-image: url("/assets/img/common/icon_experience-01.png");
}
.c-icon--operations {
  mask-image: url("/assets/img/common/icon_operations-01.png");
}
.c-icon--backoffice {
  mask-image: url("/assets/img/common/icon_backoffice-01.png");
}
.c-icon-pdf {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-color: #e31e24;
  border-radius: 2px;
}
@media screen and (width <= 768px) {
  .c-icon-pdf {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.125rem;
  }
}
.c-icon-pdf::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  mask-image: url("/assets/img/common/icon_pdf-01.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (width <= 768px) {
  .c-icon-pdf::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-adobe-reader {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-adobe-reader {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.c-adobe-reader .c-adobe-reader__logo {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (width <= 768px) {
  .c-adobe-reader .c-adobe-reader__logo {
    width: 12.5rem;
  }
}
.c-adobe-reader .c-adobe-reader__text {
  flex-grow: 1;
  font-size: 14px;
  color: #3d3d3d;
}
@media screen and (width <= 768px) {
  .c-adobe-reader .c-adobe-reader__text {
    font-size: 0.875rem;
  }
}
.c-list .c-list__item {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-list .c-list__item {
    gap: 0.5rem;
  }
}
.c-list .c-list__item::before {
  display: block;
  flex-shrink: 0;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #a7aab9;
}
@media screen and (width <= 768px) {
  .c-list .c-list__item::before {
    width: 0.375rem;
    height: 0.0625rem;
  }
}
.c-list .c-list__item + .c-list__item {
  margin-top: 8px;
}
@media screen and (width <= 768px) {
  .c-list .c-list__item + .c-list__item {
    margin-top: 0.5rem;
  }
}
.c-ir-list {
  display: flex;
  flex-wrap: wrap;
}
.c-ir-list .c-ir-list__item {
  display: flex;
  width: 33.3333333333%;
  border-top: 1px solid #e4e5e9;
  border-left: 1px solid #e4e5e9;
}
@media screen and (width <= 768px) {
  .c-ir-list .c-ir-list__item {
    width: 100%;
    border-top-width: 0.0625rem;
    border-left-width: 0.0625rem;
  }
}
.c-article-list .c-article-list__item {
  padding: 24px 0;
  border-bottom: 1px solid #e4e5e9;
}
@media screen and (width <= 768px) {
  .c-article-list .c-article-list__item {
    padding: 1rem 0;
  }
}
.c-article-list .c-article-list__item:first-child {
  border-top: 1px solid #e4e5e9;
}
.c-info-list .c-info-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}
@media screen and (width <= 768px) {
  .c-info-list .c-info-list__item {
    gap: 0.75rem;
  }
}
.c-info-list .c-info-list__item::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: calc(0.5lh - 3px);
  content: "";
  background-color: #c5dff8;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .c-info-list .c-info-list__item::before {
    width: 0.375rem;
    height: 0.375rem;
    margin-top: calc(0.5lh - 0.1875rem);
  }
}
.c-info-list .c-info-list__item + .c-info-list__item {
  margin-top: 8px;
}
@media screen and (width <= 768px) {
  .c-info-list .c-info-list__item + .c-info-list__item {
    margin-top: 0.5rem;
  }
}
.c-list-disc {
  padding-left: 26px;
  list-style: disc;
}
@media screen and (width <= 768px) {
  .c-list-disc {
    padding-left: 1.25rem;
  }
}
.c-flowing-text {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  will-change: transform;
  backface-visibility: hidden;
}
.c-flowing-text::before, .c-flowing-text::after {
  display: inline-block;
  flex-shrink: 0;
  content: attr(data-text);
}
.c-flowing-text::before {
  animation: flowing-text-before 50s -25s linear infinite;
}
.c-flowing-text::after {
  animation: flowing-text-after 50s linear infinite;
}
@keyframes flowing-text-before {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(calc(-100% - 1em));
  }
}
@keyframes flowing-text-after {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-200% - 1em));
  }
}
.c-category-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  min-height: 45px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #e4e5e9;
  border: unset;
  border-radius: 4px;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-category-button {
    min-width: 4rem;
    min-height: 2.5rem;
    padding: 0.25rem 1rem;
    font-size: 0.8125rem;
  }
}
.c-category-button:hover, .c-category-button.is_active {
  color: #fff;
  background-color: #09090b;
}
.c-share-button {
  display: flex;
  gap: 20px;
}
@media screen and (width <= 768px) {
  .c-share-button {
    gap: 1.25rem;
  }
}
.c-share-button .c-share-button__link {
  display: block;
  width: 24px;
}
@media screen and (width <= 768px) {
  .c-share-button .c-share-button__link {
    width: 1.5rem;
  }
}
.c-button-sm .c-button-sm__inner {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-button-sm .c-button-sm__inner {
    gap: 0.5rem;
  }
}
.c-button-sm .c-button-sm__label {
  display: inline;
  color: #3370d7;
  background-image: linear-gradient(transparent calc(100% - 1px), currentcolor 0);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
}
@media screen and (width <= 768px) {
  .c-button-sm .c-button-sm__label {
    font-size: 0.875rem;
    background-image: linear-gradient(transparent calc(100% - 0.0625rem), currentcolor 0);
  }
}
.c-button-sm .c-button-sm__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  overflow: hidden;
  color: #3370d7;
  border: solid 1px #3370d7;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .c-button-sm .c-button-sm__arrow {
    width: 1rem;
    height: 1rem;
  }
}
a:hover .c-button-sm .c-icon, .c-button-sm:hover .c-icon {
  animation: buttonIcon 0.4s;
}
a:hover .c-button-sm .c-button-sm__label, .c-button-sm:hover .c-button-sm__label {
  background-position: left bottom;
  background-size: 100% 100%;
}
.c-categories-nav {
  display: inline-flex;
  gap: 24px;
  padding: 12px;
  background-color: #fff;
  border: solid 1px #2f60c6;
  border-radius: 6px;
}
@media screen and (width <= 768px) {
  .c-categories-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4375rem;
    padding: unset;
    background-color: unset;
    border: unset;
    border-radius: unset;
  }
}
.c-categories-nav .c-categories-nav__button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  color: #09090b;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-categories-nav .c-categories-nav__button {
    flex-direction: column;
    gap: 0.25rem;
    width: calc((100% - 0.875rem) / 3);
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    border: 0.0625rem solid #c5dff8;
    border-radius: 0.25rem;
  }
}
@media screen and (width <= 768px) {
  .c-categories-nav .c-categories-nav__button--lg {
    width: calc((100% - 0.4375rem) / 2);
  }
}
.c-categories-nav .c-categories-nav__button:hover, .c-categories-nav .c-categories-nav__button.is_active {
  color: #fff;
  background-color: #3370d7;
}
.c-categories-nav .c-categories-nav__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (width <= 768px) {
  .c-categories-nav .c-categories-nav__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-categories-nav .c-categories-nav__label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .c-categories-nav .c-categories-nav__label {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.c-slider-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #3370d7;
  background-color: #fff;
  border: solid 1px #e4e5e9;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .c-slider-button {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 0.0625rem;
  }
}
.c-slider-button::before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-color: currentcolor;
  mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPHBhdGggIGQ9Ik04LjI1MTQ5IDIwLjc4NGMtLjIxNzUgMC0uNDM1LS4wODI1LS42MDc1LS4yNDc1LS4wODAyOC0uMDc5NS0uMTQ0LS4xNzQxLS4xODc0OS0uMjc4NC0uMDQzNDgtLjEwNDMtLjA2NTg3LS4yMTYxLS4wNjU4OC0uMzI5MS4wMDAwMS0uMTEzLjAyMjQtLjIyNDguMDY1ODgtLjMyOTEuMDQzNDktLjEwNDMuMTA3MjEtLjE5ODkuMTg3NDktLjI3ODRsNy4xMTAwMS03LjExLTcuMTEwMDEtNy4xMDI1MWMtLjA4MDI4LS4wNzk1LS4xNDQtLjE3NDEyLS4xODc0OS0uMjc4NC0uMDQzNDgtLjEwNDI3LS4wNjU4Ny0uMjE2MTMtLjA2NTg4LS4zMjkxLjAwMDAxLS4xMTI5OC4wMjI0LS4yMjQ4NC4wNjU4OC0uMzI5MTEuMDQzNDktLjEwNDI3LjEwNzIxLS4xOTg4OS4xODc0OS0uMjc4MzkuMDc5NS0uMDgwMjguMTc0MTItLjE0NC4yNzgzOS0uMTg3NDkuMTA0MjctLjA0MzQ4LjIxNjEzLS4wNjU4OC4zMjkxMS0uMDY1ODcuMTEyOTctLjAwMDAxLjIyNDgzLjAyMjM5LjMyOTEuMDY1ODcuMTA0MjguMDQzNDkuMTk4OS4xMDcyMS4yNzg0LjE4NzQ5bDcuNzE3NTEgNy43MTc1MWMuMzM3NS4zMzc1LjMzNzUuODc3NSAwIDEuMjE1TDguODU4OTkgMjAuNTQ0Yy0uMTY1LjE2NS0uMzkuMjQ3NS0uNjA3NS4yNDc1eiIvPgo8L3N2Zz4=");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (width <= 768px) {
  .c-slider-button::before {
    width: 1rem;
    height: 1rem;
  }
}
.c-slider-button--prev::before {
  transform: scaleX(-1);
}
.c-button-function {
  display: block;
  flex-grow: 1;
  padding: 8px 0;
  transition: 0.3s;
}
.c-button-function:hover {
  color: #3370d7;
}
.c-button-function .c-button-function__inner {
  display: flex;
  align-items: center;
}
.c-button-function .c-button-function__icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 24px;
  margin-right: 12px;
}
.c-button-function .c-button-function__label {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.c-button-function .c-button-function__text-sm {
  font-size: 12px;
}
.c-button-function .c-button-function__arrow {
  display: inline-flex;
  flex-shrink: 0;
  margin-left: 4px;
  color: #3370d7;
}
.c-button {
  --color: #fff;
  --bg-color: #3370d7;
  position: relative;
  z-index: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 62px;
  padding: 16px 24px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: var(--color);
  background-color: var(--bg-color);
  border-radius: 6px;
  transition: 0.3s;
}
.c-button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  transform: scaleX(0);
  transform-origin: center left;
}
a:hover .c-button::before, .c-button:hover::before {
  transform: scaleX(1);
}
@media screen and (width <= 768px) {
  .c-button {
    min-width: 16.375rem;
    min-height: 3.9375rem;
    padding: 1rem;
    font-size: 0.9375rem;
    border-width: 0.0625rem;
    border-radius: 0.375rem;
  }
}
.c-button .c-icon {
  flex-shrink: 0;
}
.c-button .c-button__inner {
  display: flex;
  gap: 20px;
  align-items: center;
  align-self: stretch;
}
@media screen and (width <= 768px) {
  .c-button .c-button__inner {
    gap: 1.25rem;
  }
}
.c-button .c-button__label {
  flex-grow: 1;
  text-align: center;
}
.c-button .c-button__icon {
  position: relative;
  z-index: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.c-button .c-button__icon--before {
  justify-content: flex-start;
  width: 40px;
  height: 40px;
  border-right: 1px solid currentcolor;
}
@media screen and (width <= 768px) {
  .c-button .c-button__icon--before {
    width: 2.5rem;
    height: 1.9375rem;
    border-right-width: 0.0625rem;
  }
}
.c-button .c-button__icon--after {
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-button .c-button__icon--after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-button .c-button__icon--after .c-icon {
  width: 20px;
  height: 20px;
  background-color: currentcolor;
}
@media screen and (width <= 768px) {
  .c-button .c-button__icon--after .c-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-button:has(.c-button__icon--after) {
  padding-left: 32px;
}
@media screen and (width <= 768px) {
  .c-button:has(.c-button__icon--after) {
    padding-left: 2rem;
  }
}
.c-button--sm {
  min-width: 188px;
  min-height: 44px;
  padding: 10px 10px 10px 16px;
  font-size: 15px;
}
@media screen and (width <= 768px) {
  .c-button--sm {
    min-width: 11.75rem;
    padding: 0.375rem 1rem 0.375rem 1.5rem;
    font-size: 0.875rem;
  }
}
.c-button--sm .c-button__inner {
  gap: 12px;
}
@media screen and (width <= 768px) {
  .c-button--sm .c-button__inner {
    gap: 0.75rem;
  }
}
.c-button--md {
  min-width: 188px;
  padding: 16px;
  font-size: 15px;
}
@media screen and (width <= 768px) {
  .c-button--md {
    min-width: 10rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
}
.c-button--md:has(.c-button__icon--after) {
  padding-left: 24px;
}
@media screen and (width <= 768px) {
  .c-button--md:has(.c-button__icon--after) {
    padding-left: 1.5rem;
  }
}
.c-button--xs {
  min-width: 206px;
  min-height: 50px;
  padding: 16px 16px 16px 24px;
  font-size: 15px;
}
@media screen and (width <= 768px) {
  .c-button--xs {
    min-width: 13.75rem;
    min-height: 3.25rem;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    font-size: 0.9375rem;
  }
}
.c-button--primary-dark {
  background-color: #00319b;
}
.c-button--accent {
  --bg-color: #ff4a11;
}
.c-button--outline {
  --bg-color: #fff;
  --color: #09090b;
  font-weight: 700;
  border: solid 1px currentcolor;
}
.c-button--outline::before {
  background-color: #ebf9ff;
}
@media screen and (width <= 768px) {
  .c-button--outline {
    border-width: 0.0625rem;
  }
}
.c-button--outline-primary {
  --bg-color: #fff;
  --color: #3370d7;
  font-weight: 700;
  border: solid 1px currentcolor;
}
.c-button--outline-primary::before {
  background-color: #ebf9ff;
}
@media screen and (width <= 768px) {
  .c-button--outline-primary {
    border-width: 0.0625rem;
  }
}
.c-button--arrow-up-right .c-button__icon--after {
  transform: rotate(-45deg);
}
.c-button--white {
  --bg-color: #fff;
  --color: #3370d7;
}
.c-button--white::before {
  background-color: #e4e5e9;
}
.c-section-links {
  padding: 12px;
  border: solid 1px #9dcbf3;
  border-radius: 6px;
}
@media screen and (width <= 768px) {
  .c-section-links {
    padding: 0.75rem;
    border-width: 0.0625rem;
    border-radius: 0.375rem;
  }
}
.c-section-links .c-section-links__list {
  display: flex;
  gap: 0 16px;
  align-items: center;
  justify-content: center;
}
@media screen and (width <= 768px) {
  .c-section-links .c-section-links__list {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-section-links .c-section-links__item {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-section-links .c-section-links__item {
    width: 100%;
  }
}
.c-section-links .c-section-links__item:not(:first-child)::before {
  position: absolute;
  top: calc(50% - 12px);
  left: -8px;
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  background-color: #e4e5e9;
}
@media screen and (width <= 768px) {
  .c-section-links .c-section-links__item:not(:first-child)::before {
    top: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.0625rem;
  }
}
.c-section-links .c-section-links__link {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
.c-section-links .c-section-links__link:hover {
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .c-section-links .c-section-links__link {
    flex-grow: 1;
    min-height: 3.375rem;
    padding: 0.75rem 0.25rem;
    font-size: 0.9375rem;
  }
}
.c-section-links .c-section-links__label {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-section-links .c-section-links__label {
    gap: 0.75rem;
  }
}
.c-section-links .c-section-links__link-text {
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1px), currentcolor 0);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
}
@media screen and (width <= 768px) {
  .c-section-links .c-section-links__link-text {
    background-image: linear-gradient(transparent calc(100% - 0.0625rem), currentcolor 0);
  }
}
.c-section-links .c-section-links__item:hover .c-section-links__link-text {
  background-position: left bottom;
  background-size: 100% 100%;
}
.c-section-links .c-section-links__text-small {
  font-size: 12px;
}
@media screen and (width <= 768px) {
  .c-section-links .c-section-links__text-small {
    font-size: 0.75rem;
  }
}
.c-section-links .c-section-links__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
@media screen and (width <= 768px) {
  .c-section-links .c-section-links__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-section-links .c-section-links__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  overflow: hidden;
  color: #3370d7;
  background-color: #fff;
  border: solid 1px #e4e5e9;
  border-radius: 50%;
  transform: rotate(90deg);
}
@media screen and (width <= 768px) {
  .c-section-links .c-section-links__arrow {
    width: 1.3125rem;
    height: 1.3125rem;
    border-width: 0.0625rem;
  }
}
.c-section-links .c-section-links__item:hover .c-section-links__arrow .c-icon {
  animation: buttonIcon 0.4s;
}
.c-cta {
  color: #fff;
  background-color: #2c4ea1;
}
.c-cta .c-container {
  --container: 1440px;
}
@media screen and (width <= 768px) {
  .c-cta .c-container {
    margin-inline: unset;
  }
}
.c-cta .c-cta__inner {
  display: flex;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__inner {
    flex-direction: column;
  }
}
.c-cta .c-cta__block {
  position: relative;
  z-index: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 64px 40px;
  background-color: #2c4ea1;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__block {
    gap: 0.25rem;
    align-items: flex-start;
    padding: 2rem 1.25rem 2rem 4.75rem;
  }
}
.c-cta .c-cta__block .c-button {
  --color: #2c4ea1;
}
.c-cta .c-cta__block:nth-child(even) {
  background-color: #2f60c6;
}
.c-cta .c-cta__block:nth-child(even) .c-button {
  --color: #2f60c6;
}
.c-cta a.c-cta__block {
  transition: 0.3s;
}
.c-cta a.c-cta__block:hover {
  opacity: 0.9;
}
.c-cta .c-cta__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__header {
    display: contents;
  }
}
.c-cta .c-cta__img {
  width: 72px;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__img {
    position: absolute;
    left: 1.25rem;
    width: 2.5rem;
  }
}
.c-cta .c-cta__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__title {
    font-size: 1rem;
  }
}
.c-cta .c-cta__lead {
  font-size: 14px;
  text-align: center;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__lead {
    text-align: left;
  }
}
.c-cta .c-cta__button {
  margin-top: auto;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__button {
    margin-top: 0.5rem;
  }
}
.c-cta .c-cta__button .c-button {
  min-width: 216px;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__button .c-button {
    min-width: 9.375rem;
  }
}
.c-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #2c4ea1;
  border-radius: 4px;
}
@media screen and (width <= 768px) {
  .c-badge {
    min-height: 1.5rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
  }
}
.c-badge--accent {
  color: #fff;
  background-color: #ff4a11;
}
.c-breadcrumb {
  border-top: 1px solid #e4e5e9;
}
.c-breadcrumb .c-breadcrumb__list {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 16px 0;
  overflow-x: scroll;
}
@media screen and (width <= 768px) {
  .c-breadcrumb .c-breadcrumb__list {
    gap: 0.5rem;
    padding: 0.75rem 0;
  }
}
.c-breadcrumb .c-breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.c-breadcrumb .c-breadcrumb__list-item {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-breadcrumb .c-breadcrumb__list-item {
    gap: 0.25rem;
  }
}
.c-breadcrumb .c-breadcrumb__list-item .c-icon {
  display: inline-flex;
}
@media screen and (width <= 768px) {
  .c-breadcrumb .c-breadcrumb__list-item .c-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.c-breadcrumb .c-breadcrumb__list-item:not(:first-child)::before {
  display: block;
  width: 3.5px;
  height: 6px;
  content: "";
  background-color: #7b7f95;
  mask-image: url("/assets/img/common/icon_arrow-breadcrumb-01.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.c-breadcrumb .c-breadcrumb__link-text {
  display: inline-flex;
  font-size: 12px;
  line-height: 1.5;
  color: #383941;
}
@media screen and (width <= 768px) {
  .c-breadcrumb .c-breadcrumb__link-text {
    font-size: 0.6875rem;
  }
}
.c-breadcrumb a.c-breadcrumb__link-text {
  color: #3370d7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (width <= 768px) {
  .c-breadcrumb a.c-breadcrumb__link-text {
    text-underline-offset: 0.125rem;
  }
}
.c-lower {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  min-height: 200px;
}
@media screen and (width <= 768px) {
  .c-lower {
    min-height: 8.125rem;
  }
}
.c-lower--lg {
  min-height: 250px;
}
@media screen and (width <= 768px) {
  .c-lower--lg {
    min-height: 11.25rem;
  }
}
.c-lower .c-container {
  width: 100%;
}
.c-lower .c-lower__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.c-lower .c-lower__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-lower .c-lower__bg-text {
  position: absolute;
  top: 50%;
  z-index: -1;
  display: flex;
  align-items: flex-start;
  font-family: "Roboto", sans-serif;
  font-size: 170px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  opacity: 0.2;
  transform: translateY(-50%);
}
@media screen and (width <= 768px) {
  .c-lower .c-lower__bg-text {
    font-size: 3.75rem;
  }
}
.c-lower .c-lower__bg-text::before {
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-color: currentcolor;
  mask-image: url("/assets/img/common/icon_heading-01.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.c-lower .c-lower__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  color: #3370d7;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .c-lower .c-lower__title {
    font-size: 1.5rem;
  }
}
.c-lower--lg .c-lower__title {
  font-size: 50px;
}
@media screen and (width <= 768px) {
  .c-lower--lg .c-lower__title {
    font-size: 2rem;
  }
}
.c-lower-lg {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  min-height: 440px;
}
@media screen and (width <= 768px) {
  .c-lower-lg {
    padding: 2.625rem 0 0;
  }
}
.c-lower-lg .c-lower-lg__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 44px);
}
@media screen and (width <= 768px) {
  .c-lower-lg .c-lower-lg__bg {
    height: calc(100% - 5rem);
  }
}
.c-lower-lg .c-lower-lg__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (width <= 768px) {
  .c-lower-lg .c-lower-lg__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.c-lower-lg .c-lower-lg__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (width <= 768px) {
  .c-lower-lg .c-lower-lg__heading {
    gap: 0.75rem;
  }
}
.c-lower-lg .c-lower-lg__title {
  font-size: 38px;
  font-weight: 700;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .c-lower-lg .c-lower-lg__title {
    font-size: 1.375rem;
  }
}
@media screen and (width <= 768px) {
  .c-lower-lg .c-lower-lg__lead {
    font-size: 0.9375rem;
  }
}
.c-lower-lg .c-lower-lg__img {
  position: absolute;
  right: 72px;
  bottom: 0;
  z-index: -1;
  width: 47.6%;
  max-width: 686px;
  height: 100%;
}
.c-lower-lg .c-lower-lg__img img {
  height: 100%;
  object-fit: contain;
  object-position: center right;
}
@media screen and (width <= 768px) {
  .c-lower-lg .c-lower-lg__img {
    position: unset;
    width: 100%;
  }
}
.c-slider-pagination {
  --color: #cbcdd6;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.c-slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: unset !important;
  background-color: var(--color);
  border-radius: 100vmax;
  opacity: 1;
  transition: 0.3s;
}
.c-slider-pagination .swiper-pagination-bullet-active {
  width: 72px;
}
.c-tab .c-tab__buttons {
  display: flex;
  gap: 20px;
}
@media screen and (width <= 768px) {
  .c-tab .c-tab__buttons {
    gap: 0.625rem;
  }
}
.c-tab .c-tab__button {
  position: relative;
  z-index: 0;
  flex-grow: 1;
  min-height: 56px;
  padding: 16px 12px;
  background-color: #f9f8f9;
  border-top: 1px solid #c5dff8;
  border-right: 1px solid #c5dff8;
  border-left: 1px solid #c5dff8;
  border-radius: 4px 4px 0 0;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-tab .c-tab__button {
    min-height: 3.125rem;
    padding: 0.75rem 0.5rem;
  }
}
.c-tab .c-tab__button::before {
  position: absolute;
  inset: 0 0 calc(100% - 3px) 0;
  content: "";
  background-color: #3370d7;
  border-radius: 4px 4px 0 0;
  opacity: 0;
  transition: 0.3s;
}
.c-tab .c-tab__button.is_active {
  background-color: #fff;
}
.c-tab .c-tab__button.is_active::before {
  opacity: 1;
}
.c-tab .c-tab__label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (width <= 768px) {
  .c-tab .c-tab__label {
    font-size: 0.875rem;
  }
}
.c-tab .c-tab__content {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-areas: "content";
  margin-top: 24px;
}
@media screen and (width <= 768px) {
  .c-tab .c-tab__content {
    margin-top: 1.5rem;
  }
}
.c-tab .c-tab__container {
  grid-area: content;
  width: 100%;
}
.c-tab .c-tab__container:not(.is_active) {
  pointer-events: none;
  opacity: 0;
}
.c-case-card {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.c-case-card .c-case-card__header {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media screen and (width <= 768px) {
  .c-case-card .c-case-card__header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
.c-case-card .c-case-card__header .c-case-card__category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-right-radius: unset;
  border-bottom-left-radius: unset;
}
.c-case-card .c-case-card__category {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: var(--other-fff, #fff);
  text-align: center;
  background-color: #063165;
  border-radius: 4px;
}
@media screen and (width <= 768px) {
  .c-case-card .c-case-card__category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 1.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    border-top-right-radius: unset;
    border-bottom-left-radius: unset;
  }
}
.c-case-card .c-case-card__img {
  display: block;
  grid-area: img;
  aspect-ratio: 16/9;
  overflow: hidden;
  transition: 0.3s;
}
.c-case-card .c-case-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-case-card .c-case-card__body {
  display: flex;
  flex-direction: column;
  grid-area: body;
  gap: 8px;
  align-items: flex-start;
  padding: 16px 24px 10px;
  border-right: 1px solid #cbcdd6;
  border-left: 1px solid #cbcdd6;
}
@media screen and (width <= 768px) {
  .c-case-card .c-case-card__body {
    gap: 0.25rem;
    padding: 1rem 1.25rem 0.625rem;
    border-right: 0.0625rem solid #cbcdd6;
    border-left: 0.0625rem solid #cbcdd6;
  }
}
.c-case-card .c-case-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: unset;
}
@media screen and (width <= 768px) {
  .c-case-card .c-case-card__title {
    font-size: 1rem;
  }
}
.c-case-card .c-case-card__subscript {
  font-size: 14px;
  color: #60637a;
}
@media screen and (width <= 768px) {
  .c-case-card .c-case-card__subscript {
    font-size: 0.875rem;
  }
}
.c-case-card .c-case-card__footer {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  grid-area: footer;
  justify-content: center;
  padding: 10px 24px 16px;
  border: 1px solid #cbcdd6;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media screen and (width <= 768px) {
  .c-case-card .c-case-card__footer {
    padding: 0.625rem 1.25rem 1rem;
    border-width: 0.0625rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
.c-case-card .c-case-card__info-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
@media screen and (width <= 768px) {
  .c-case-card .c-case-card__info-group {
    gap: 0.5rem 1.25rem;
  }
}
@media screen and (width >= 769px) {
  .c-case-card--lg {
    display: grid;
    grid-template-areas: "img body" "footer footer";
    grid-template-columns: 230px 1fr;
    gap: 16px 20px;
    padding: 20px 0;
    border: solid 1px #e4e5e9;
    border-radius: 4px;
  }
  .c-case-card--lg .c-case-card__img {
    padding-left: 20px;
    border-radius: 2px;
  }
  .c-case-card--lg .c-case-card__body {
    padding: 0 20px 0 0;
    border: unset;
  }
  .c-case-card--lg .c-case-card__footer {
    padding-top: 16px;
    padding-bottom: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
  }
}
@media screen and (width >= 769px) {
  a.c-case-card--lg:hover {
    border: solid 1px #004ea2;
  }
}
a.c-case-card:hover .c-case-card__img {
  opacity: 0.7;
}
a.c-case-card:hover .c-case-card__title {
  color: #004ea2;
}
.c-case-info {
  display: block;
}
.c-case-info .c-case-info__label {
  display: inline-flex;
  flex-shrink: 0;
  gap: 8px;
  align-items: center;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (width <= 768px) {
  .c-case-info .c-case-info__label {
    gap: 0.5rem;
    margin-right: unset;
  }
}
.c-case-info .c-case-info__icon {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #004ea2;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (width <= 768px) {
  .c-case-info .c-case-info__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-case-info .c-case-info__icon--users {
  mask-image: url("/assets/img/common/icon_users-01.png");
}
.c-case-info .c-case-info__icon--office {
  mask-image: url("/assets/img/common/icon_office-01.png");
}
.c-case-info .c-case-info__icon--task {
  mask-image: url("/assets/img/common/icon_task-01.png");
}
.c-case-info .c-case-info__title {
  font-size: 14px;
  font-weight: 400;
  color: #60637a;
}
@media screen and (width <= 768px) {
  .c-case-info .c-case-info__title {
    font-size: 0.8125rem;
  }
}
.c-case-info .c-case-card__desc {
  display: inline;
}
.c-case-info .c-case-info__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #004ea2;
  text-align: center;
  border: solid 1px #cbcdd6;
  border-radius: 2px;
}
@media screen and (width <= 768px) {
  .c-case-info .c-case-info__badge {
    min-height: 1.375rem;
    padding: 0.3125rem 0.5rem;
    font-size: 0.6875rem;
    border-width: 0.0625rem;
    border-radius: 0.125rem;
  }
}
.c-case-info .c-case-info__badge:not(:last-child) {
  margin-right: 8px;
}
@media screen and (width <= 768px) {
  .c-case-info .c-case-info__badge:not(:last-child) {
    margin-right: 0.5rem;
  }
}
.c-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 26px;
}
@media screen and (width <= 768px) {
  .c-card {
    gap: 0.75rem;
    padding: 1rem 1.25rem;
  }
}
.c-card .c-card__img {
  overflow: hidden;
  border-radius: 8px;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-card .c-card__img {
    border-radius: 0.25rem;
  }
}
.c-card .c-card__img img {
  width: 100%;
}
.c-card .c-card__link {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (width <= 768px) {
  .c-card .c-card__link {
    gap: 0.75rem;
  }
}
.c-card a.c-card__link:hover .c-card__img {
  opacity: 0.7;
}
.c-card a.c-card__link:hover .c-card__text {
  background-position: left bottom;
  background-size: 100% 100%;
}
.c-card .c-card__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  background-color: #3370d7;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .c-card .c-card__icon {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.c-card .c-card__icon .c-icon {
  width: 9px;
  height: 9px;
  color: #fff;
}
@media screen and (width <= 768px) {
  .c-card .c-card__icon .c-icon {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.c-card .c-card__title {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .c-card .c-card__title {
    gap: 0.5rem;
    font-size: 1rem;
  }
}
.c-card .c-card__text {
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1px), currentcolor 0);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
}
@media screen and (width <= 768px) {
  .c-card .c-card__text {
    background-image: linear-gradient(transparent calc(100% - 0.0625rem), currentcolor 0);
  }
}
.c-card .c-card__body {
  flex-grow: 1;
  padding: 20px;
  background-color: #fff;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .c-card .c-card__body {
    padding: 1rem 1.25rem;
  }
}
.c-card .c-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .c-card .c-card__list {
    gap: 0.5rem 0.75rem;
  }
}
.c-card .c-card__list-item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (width <= 768px) {
  .c-card .c-card__list-item {
    gap: 0.25rem;
    font-size: 0.875rem;
  }
}
.c-card .c-card__list-item::before {
  width: 6px;
  height: 6px;
  content: "";
  background-color: currentcolor;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .c-card .c-card__list-item::before {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.c-card .c-card__list-item a {
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1px), currentcolor 0);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
}
@media screen and (width <= 768px) {
  .c-card .c-card__list-item a {
    background-image: linear-gradient(transparent calc(100% - 0.0625rem), currentcolor 0);
  }
}
.c-card .c-card__list-item a:hover {
  background-position: left bottom;
  background-size: 100% 100%;
}
.c-post-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 40px;
  font-size: 15px;
  border: solid 1px #e4e5e9;
  border-radius: 4px;
}
@media screen and (width <= 768px) {
  .c-post-block {
    gap: 0.75rem;
    padding: 1.5rem 1.25rem;
    font-size: 0.875rem;
    border-width: 0.0625rem;
    border-radius: 0.25rem;
  }
}
.c-post-block a {
  color: var(--color-link, #0a66c2);
  text-decoration: underline;
}
.c-post-block .c-post-block__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .c-post-block .c-post-block__title {
    font-size: 1rem;
  }
}
.c-post-point {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 40px;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .c-post-point {
    gap: 0.75rem;
    padding: 1.25rem;
  }
}
.c-post-point .c-post-point__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (width <= 768px) {
  .c-post-point .c-post-point__content {
    gap: 0.75rem;
  }
}
.c-post-point .c-post-point__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .c-post-point .c-post-point__title {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-post-point .c-post-point__group {
  display: flex;
  gap: 16px;
}
@media screen and (width <= 768px) {
  .c-post-point .c-post-point__group {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.c-post-point .c-post-point__label {
  flex-shrink: 0;
}
.c-post-point .c-post-point__desc {
  flex-grow: 1;
}
@media screen and (width <= 768px) {
  .c-post-point .c-post-point__desc {
    font-size: 0.875rem;
  }
}
@media screen and (width <= 768px) {
  .c-post-point .c-post-point__desc .c-list-disc {
    padding-left: 1rem;
  }
}
.c-post-point .c-post-point__desc .c-list-disc li + li {
  margin-top: 8px;
}
@media screen and (width <= 768px) {
  .c-post-point .c-post-point__desc .c-list-disc li + li {
    margin-top: 0.25rem;
  }
}
.c-card-material {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: solid 1px #e4e5e9;
  border-radius: 4px;
}
.c-card-material--lg {
  flex-direction: row;
}
@media screen and (width <= 768px) {
  .c-card-material {
    flex-direction: column;
    border-width: 0.0625rem;
    border-radius: 0.25rem;
  }
}
.c-card-material .c-card-material__img {
  display: block;
  flex-shrink: 0;
  aspect-ratio: 16/9;
  transition: 0.3s;
}
.c-card-material .c-card-material__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-material--lg .c-card-material__img {
  width: 374px;
}
@media screen and (width <= 768px) {
  .c-card-material--lg .c-card-material__img {
    width: 100%;
  }
}
.c-card-material .c-card-material__desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  justify-content: flex-start;
  padding: 24px;
  background-color: #fff;
}
@media screen and (width <= 768px) {
  .c-card-material .c-card-material__desc {
    gap: 0.25rem;
    padding: 1rem 1.25rem 1.5rem;
  }
}
.c-card-material .c-card-material__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-card-material .c-card-material__title {
    font-size: 1rem;
  }
}
.c-card-material .c-card-material__lead {
  font-size: 15px;
  color: #383941;
}
@media screen and (width <= 768px) {
  .c-card-material .c-card-material__lead {
    font-size: 0.875rem;
  }
}
.c-card-material .c-card-material__button {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
@media screen and (width <= 768px) {
  .c-card-material .c-card-material__button {
    margin-top: 0.5rem;
  }
}
.c-card-material--lg .c-card-material__button {
  justify-content: flex-start;
}
@media screen and (width <= 768px) {
  .c-card-material--lg .c-card-material__button {
    justify-content: center;
  }
}
a.c-card-material:hover .c-card-material__img {
  opacity: 0.7;
}
a.c-card-material:hover .c-card-material__title {
  color: #3370d7;
}
.c-card-scene {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 36px;
  color: #09090b;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (width <= 768px) {
  .c-card-scene {
    gap: 1rem;
    padding: 1.5rem 1.25rem;
    border-radius: 0.25rem;
  }
}
.c-card-scene .c-card-scene__image {
  overflow: hidden;
  border-radius: 4px;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-card-scene .c-card-scene__image {
    border-radius: 0.25rem;
  }
}
.c-card-scene .c-card-scene__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
@media screen and (width <= 768px) {
  .c-card-scene .c-card-scene__body {
    gap: 0.5rem;
    margin-top: unset;
  }
}
.c-card-scene .c-card-scene__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
  text-align: center;
}
@media screen and (width <= 768px) {
  .c-card-scene .c-card-scene__title {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 768px) {
  .c-card-scene .c-card-scene__desc {
    font-size: 0.875rem;
  }
}
.c-card-scene .c-card-scene__button {
  display: flex;
  justify-content: center;
}
a.c-card-scene:hover .c-card-scene__image {
  opacity: 0.7;
}
.c-card-seminar {
  display: block;
}
.c-card-seminar .c-card-seminar__img {
  aspect-ratio: 36/19;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  transition: 0.3s;
}
.c-card-seminar .c-card-seminar__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-seminar .c-card-seminar__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #e4e5e9;
  border-top: unset;
  border-radius: 0 0 4px 4px;
}
.c-card-seminar .c-card-seminar__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-card-seminar .c-card-seminar__date {
  font-size: 14px;
  color: #60637a;
}
.c-card-seminar .c-card-seminar__title {
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: unset;
}
a.c-card-seminar:hover .c-card-seminar__img {
  opacity: 0.7;
}
a.c-card-seminar:hover .c-card-seminar__title {
  color: #3370d7;
}
.c-card-strengths {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-card-strengths .c-card-strengths__img {
  overflow: hidden;
  border-radius: 6px;
}
.c-card-strengths .c-card-strengths__img img {
  width: 100%;
}
.c-card-strengths .c-card-strengths__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
}
.c-card-strengths .c-card-strengths__title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
}
.c-card-strengths .c-card-strengths__lead {
  font-size: 15px;
  color: #383941;
}
.c-card-strengths .c-card-strengths__button {
  margin-top: 8px;
}
.c-card-strengths .c-card-strengths__button .c-button {
  width: 100%;
}
.c-card-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 8px;
}
.c-card-info .c-card-info__icon {
  width: 64px;
  margin: 0 auto;
  color: #3370d7;
}
.c-card-info .c-card-info__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #3370d7;
  text-align: center;
}
.c-card-info .c-card-info__lead {
  margin-top: 10px;
  font-size: 15px;
}
.c-card-info .c-card-info__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
.c-article {
  display: flex;
  gap: 16px 24px;
}
@media screen and (width <= 768px) {
  .c-article {
    gap: 1rem;
  }
}
.c-article .c-article__inner {
  display: flex;
  flex-direction: column;
  gap: 16px 24px;
}
@media screen and (width <= 768px) {
  .c-article .c-article__inner {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
}
.c-article--row .c-article__inner {
  flex-direction: row;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-article--row .c-article__inner {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
}
.c-article .c-article__date {
  flex-shrink: 0;
  width: 82px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #60637a;
}
@media screen and (width <= 768px) {
  .c-article .c-article__date {
    width: auto;
  }
}
.c-article .c-article__meta {
  display: flex;
  flex-shrink: 0;
  gap: 12px;
  align-items: center;
}
.c-article .c-article__body {
  flex-grow: 1;
}
.c-article .c-article__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: auto 0 auto auto;
  color: #3370d7;
  background-color: #f9f8f9;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .c-article .c-article__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-article .c-article__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .c-article .c-article__title {
    margin-right: 0.25rem;
    font-size: 1rem;
  }
}
.c-article .c-article__title-text {
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1px), currentcolor 0);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
}
@media screen and (width <= 768px) {
  .c-article .c-article__title-text {
    background-image: linear-gradient(transparent calc(100% - 0.0625rem), currentcolor 0);
  }
}
.c-article .c-article__title:hover a .c-article__title-text {
  background-position: left bottom;
  background-size: 100% 100%;
}
.c-article .c-article__pdf {
  display: inline;
  margin-left: 8px;
  vertical-align: middle;
}
@media screen and (width <= 768px) {
  .c-article .c-article__pdf {
    display: inline;
    margin-left: 0.5rem;
  }
}
.c-article .c-article__pdf .c-icon-pdf {
  margin-right: 8px;
}
@media screen and (width <= 768px) {
  .c-article .c-article__pdf .c-icon-pdf {
    margin-right: 0.5rem;
  }
}
.c-article .c-article__filesize {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (width <= 768px) {
  .c-article .c-article__filesize {
    font-size: 0.875rem;
  }
}
.c-table {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #09090b;
  text-align: right;
  border-collapse: collapse;
}
.c-table--align-left {
  text-align: left;
}
.c-table--fixed {
  table-layout: fixed;
}
@media screen and (width >= 769px) {
  .c-table--fixed-pc {
    table-layout: fixed;
  }
}
@media screen and (width <= 768px) {
  .c-table {
    width: 100%;
    font-size: 0.75rem;
  }
}
.c-table th,
.c-table td {
  padding: 12px;
  border: 1px solid #cbcdd6;
}
@media screen and (width <= 768px) {
  .c-table th,
  .c-table td {
    min-width: 6.25rem;
    padding: 0.5rem 0.75rem;
    border-width: 0.0625rem;
  }
}
.c-table th {
  font-weight: 400;
  vertical-align: middle;
  background-color: #f4f5f7;
}
.c-table thead th {
  text-align: center;
}
.c-table .c-table__cell-md {
  width: 180px;
}
@media screen and (width <= 768px) {
  .c-table .c-table__cell-md {
    min-width: 6.25rem;
  }
}
.c-table .c-table__cell-lg {
  width: 270px;
}
@media screen and (width <= 768px) {
  .c-table .c-table__cell-lg {
    min-width: 7.5rem;
  }
}
.c-table .c-table__cell-xl {
  width: 300px;
}
@media screen and (width <= 768px) {
  .c-table .c-table__cell-xl {
    min-width: 8.75rem;
  }
}
.c-select {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  background-image: url("/assets/img/common/icon_arrow-select-01.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  border-radius: 4px;
  outline: 1px solid #e4e5e9;
}
@media screen and (width <= 768px) {
  .c-select {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    background-size: 0.625rem;
    outline-width: 0.0625rem;
  }
}
.c-select:focus {
  outline: 1px solid #3370d7;
}
@media screen and (width <= 768px) {
  .c-select:focus {
    outline-width: 0.0625rem;
  }
}
.c-prose {
  font-size: 16px;
  color: #383941;
}
@media screen and (width <= 768px) {
  .c-prose {
    font-size: 0.9375rem;
  }
}
.c-prose > *:not(:first-child) {
  margin-top: 48px;
}
@media screen and (width <= 768px) {
  .c-prose > *:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.c-prose h1:not([class]),
.c-prose h2:not([class]),
.c-prose h3:not([class]) {
  margin-bottom: 24px;
}
@media screen and (width <= 768px) {
  .c-prose h1:not([class]),
  .c-prose h2:not([class]),
  .c-prose h3:not([class]) {
    margin-bottom: 1rem;
  }
}
.c-prose h1:not([class]) {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .c-prose h1:not([class]) {
    font-size: 1.5rem;
  }
}
.c-prose h2:not([class]) {
  position: relative;
  z-index: 0;
  padding-bottom: 24px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .c-prose h2:not([class]) {
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }
}
.c-prose h2:not([class])::before, .c-prose h2:not([class])::after {
  position: absolute;
  bottom: 0;
  content: "";
}
.c-prose h2:not([class])::before {
  left: 2px;
  width: 12px;
  height: 2px;
  background-color: #3370d7;
}
@media screen and (width <= 768px) {
  .c-prose h2:not([class])::before {
    left: 0.125rem;
    width: 0.75rem;
    height: 0.125rem;
  }
}
.c-prose h2:not([class])::after {
  left: 18px;
  width: calc(100% - 18px);
  height: 1px;
  background-color: currentcolor;
  opacity: 0.15;
}
@media screen and (width <= 768px) {
  .c-prose h2:not([class])::after {
    left: 1.125rem;
    width: calc(100% - 1.125rem);
    height: 0.0625rem;
  }
}
@media screen and (width <= 768px) {
  .c-prose h2:not([class]) {
    font-size: 1.125rem;
  }
}
.c-prose h3:not([class]) {
  padding: 12px 24px 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #09090b;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .c-prose h3:not([class]) {
    padding: 0.625rem 1.25rem;
    font-size: 1.125rem;
  }
}
.c-prose h4:not([class]) {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .c-prose h4:not([class]) {
    font-size: 1rem;
  }
}
.c-prose a {
  color: #3370d7;
  text-decoration: underline;
}
.c-prose ul {
  padding-left: 1.4em;
  list-style: disc;
}
.c-prose ol {
  padding-left: 2.2em;
  list-style: decimal-leading-zero;
}
.c-prose ol ol {
  list-style: lower-alpha;
}
.c-prose li::marker {
  font-weight: 700;
}
.c-prose a {
  color: var(--color-link, #0a66c2);
  text-decoration: underline;
}
.c-prose img,
.c-prose video,
.c-prose iframe {
  max-width: 100%;
  height: auto;
}
.c-prose blockquote {
  font-size: 14px;
}
.c-prose table {
  display: block;
  padding-bottom: 24px;
  overflow-x: scroll;
  font-size: 15px;
  border-collapse: collapse;
  contain: inline-size;
}
@media screen and (width <= 768px) {
  .c-prose table {
    padding-bottom: 1.5rem;
    font-size: 0.875rem;
  }
}
.c-prose table::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
@media screen and (width <= 768px) {
  .c-prose table::-webkit-scrollbar {
    width: 0.0625rem;
    height: 0.0625rem;
  }
}
.c-prose table::-webkit-scrollbar-track {
  background-color: #a7aab9;
}
.c-prose table::-webkit-scrollbar-thumb {
  background-color: #09090b;
}
.c-prose th,
.c-prose td {
  min-width: 260px;
  border: 1px solid #e4e5e9;
}
@media screen and (width <= 768px) {
  .c-prose th,
  .c-prose td {
    min-width: 15rem;
    border-width: 0.0625rem;
  }
}
.c-prose th {
  padding: 16px 20px;
  font-weight: 500;
  color: #fff;
  background-color: #3370d7;
}
@media screen and (width <= 768px) {
  .c-prose th {
    padding: 1rem 1.25rem;
  }
}
.c-prose td {
  padding: 20px;
}
@media screen and (width <= 768px) {
  .c-prose td {
    padding: 1rem 1.25rem;
  }
}
.c-document {
  display: flex;
  flex-direction: column;
  gap: 48px;
  font-size: 16px;
  color: #383941;
}
@media screen and (width <= 768px) {
  .c-document {
    font-size: 0.9375rem;
  }
}
.c-document h2 {
  padding: 12px 24px 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #09090b;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .c-document h2 {
    padding: 0.625rem 1.25rem;
    font-size: 1.125rem;
  }
}
.c-document h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #09090b;
}
@media screen and (width <= 768px) {
  .c-document h3 {
    font-size: 1rem;
  }
}
.c-document a {
  color: #3370d7;
  text-decoration: underline;
}
.c-document small {
  font-size: 14px;
}
.c-document ul,
.c-document ol {
  padding-left: 1.4em;
}
.c-document ul {
  list-style: disc;
}
.c-document ol {
  list-style: decimal;
}
.c-document ol ol {
  list-style: lower-alpha;
}
.c-document table {
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
}
@media screen and (width <= 768px) {
  .c-document table {
    font-size: 0.875rem;
  }
}
.c-document table th,
.c-document table td {
  padding: 20px;
  border: 1px solid #e4e5e9;
}
@media screen and (width <= 768px) {
  .c-document table th,
  .c-document table td {
    min-width: 13.75rem;
    padding: 1.25rem;
    border-width: 0.0625rem;
  }
}
.c-document table thead th {
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
}
.c-document .c-document__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (width <= 768px) {
  .c-document .c-document__section {
    gap: 1.5rem;
  }
}
.c-document .c-document__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (width <= 768px) {
  .c-document .c-document__group {
    gap: 1rem;
  }
}
.c-document .c-document__text-right {
  text-align: right;
}
.c-document .c-document__text-center {
  text-align: center;
}
.c-document .c-document__block {
  padding: 24px;
  color: #3370d7;
  background-color: #ebf9ff;
}
@media screen and (width <= 768px) {
  .c-document .c-document__block {
    padding: 1.25rem;
  }
}
.c-blockquote {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 24px;
}
@media screen and (width <= 768px) {
  .c-blockquote {
    gap: 8px;
    padding: unset;
  }
}
.c-blockquote .c-blockquote__line {
  display: flex;
  flex-grow: 1;
  gap: 10px;
  align-items: center;
  width: calc(100% + 48px);
  margin-left: -24px;
  color: #e4e5e9;
}
@media screen and (width <= 768px) {
  .c-blockquote .c-blockquote__line {
    gap: 0.5rem;
    width: 100%;
    margin-left: unset;
  }
}
.c-blockquote .c-blockquote__line::before, .c-blockquote .c-blockquote__line::after {
  content: "";
  background-color: currentcolor;
}
.c-blockquote .c-blockquote__line::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  mask-image: url("/assets/img/common/icon_blockquote-01.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (width <= 768px) {
  .c-blockquote .c-blockquote__line::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-blockquote .c-blockquote__line::after {
  flex-grow: 1;
  height: 1px;
}
@media screen and (width <= 768px) {
  .c-blockquote .c-blockquote__line::after {
    height: 0.0625rem;
  }
}
.c-blockquote .c-blockquote__line--end {
  flex-direction: row-reverse;
  order: 100;
}
.js-accordion:not(.is_initialized) *[data-accordion-content] {
  display: none;
}
@media screen and (width <= 768px) {
  .js-accordion-mobile:not(.is_initialized) *[data-accordion-content] {
    display: none;
  }
}
.c-faq {
  padding: 22px 24px;
  background-color: #fff;
  border: solid 2px #deecfb;
  border-radius: 8px;
}
@media screen and (width <= 768px) {
  .c-faq {
    padding: 1.25rem 1rem;
  }
}
.c-faq .c-faq__header {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}
@media screen and (width <= 768px) {
  .c-faq .c-faq__header {
    gap: 0.125rem;
    align-items: flex-start;
  }
}
.c-faq .c-faq__title {
  flex-grow: 1;
  font-weight: 700;
  color: #3370d7;
  letter-spacing: 0.04em;
}
@media screen and (width <= 768px) {
  .c-faq .c-faq__title {
    font-size: 0.9375rem;
  }
}
.c-faq .c-faq__icon {
  position: relative;
  z-index: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  color: #3370d7;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-faq .c-faq__icon {
    width: 1.5rem;
    margin: auto auto auto 0.5rem;
  }
}
.c-faq .c-faq__icon::after {
  display: block;
  width: 17px;
  height: 11px;
  content: "";
  background-color: currentcolor;
  mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA2Ij4KICA8cGF0aCBkPSJNOS44OTk0Ni43MDcwNzYgNC45NDk3MSA1LjY1NjgzLS4wMDAwNDQ5LjcwNzA3Ni43MDcwNjMtLjAwMDAzMTI3IDQuOTQ5NzEgNC4yNDI2MSA5LjE5MjM1LS4wMDAwMzEyN3oiLz4KPC9zdmc+");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.c-faq .c-faq__icon.is_active::after {
  opacity: 0;
  transform: rotate(0);
}
.c-faq.is_active .c-faq__icon {
  transform: rotate(180deg);
}
.c-faq .c-faq__body {
  position: relative;
  z-index: 0;
  margin-top: 10px;
}
@media screen and (width <= 768px) {
  .c-faq .c-faq__body {
    margin-top: 0.625rem;
  }
}
.c-faq .c-faq__desc {
  font-size: 15px;
  color: #383941;
}
.c-faq .c-faq__desc a:hover {
  color: #3370d7;
  text-decoration: underline;
}
.c-noresult {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (width <= 768px) {
  .c-noresult {
    gap: 1.5rem;
  }
}
.c-noresult .c-noresult__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media screen and (width <= 768px) {
  .c-noresult .c-noresult__title {
    gap: 0.625rem;
  }
}
.c-noresult .c-noresult__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .c-noresult .c-noresult__title-en {
    font-size: 2rem;
  }
}
.c-noresult .c-noresult__title-ja {
  font-size: 18px;
  font-weight: 500;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .c-noresult .c-noresult__title-ja {
    font-size: 0.9375rem;
  }
}
.c-noresult .c-noresult__caption {
  font-size: 16px;
  color: #383941;
  text-align: center;
}
@media screen and (width <= 768px) {
  .c-noresult .c-noresult__caption {
    font-size: 0.9375rem;
    text-align: left;
  }
}
.c-noresult .c-noresult__button {
  display: flex;
  justify-content: center;
}
.c-pagination {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
@media screen and (width <= 768px) {
  .c-pagination {
    gap: 0.75rem;
  }
}
.c-pagination .c-pagination__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: solid 2px #e4e5e9;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-pagination .c-pagination__arrow {
    gap: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.8125rem;
  }
}
.c-pagination .c-pagination__arrow.is_active, .c-pagination .c-pagination__arrow:hover {
  color: #3370d7;
  border: solid 2px currentcolor;
}
.c-pagination .c-pagination__arrow .c-icon {
  color: #3370d7;
}
.c-pagination .c-pagination__arrow--prev {
  transform: scaleX(-1);
}
.c-pagination .c-pagination__list {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-pagination .c-pagination__list {
    gap: 0.75rem;
  }
}
.c-pagination .c-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: solid 2px #e4e5e9;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-pagination .c-pagination__link {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.8125rem;
    border-width: 0.125rem;
  }
}
.c-pagination .c-pagination__link.is_active, .c-pagination .c-pagination__link:hover {
  color: #3370d7;
  border: solid 2px currentcolor;
}
.c-checkbox {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (width <= 768px) {
  .c-checkbox {
    gap: 0.5rem;
  }
}
.c-checkbox input[type=checkbox] {
  display: none;
}
.c-checkbox .c-checkbox__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #c5dff8;
  border-radius: 2px;
}
@media screen and (width <= 768px) {
  .c-checkbox .c-checkbox__box {
    width: 1.25rem;
    height: 1.25rem;
    border-width: 0.0625rem;
    border-radius: 0.125rem;
  }
}
.c-checkbox .c-checkbox__box::before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #3370d7;
  opacity: 0;
  mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHBhdGggZD0iTTguMTY5MjggMTIuNjcwMnMtMi42NTc0OS0yLjU5NjgtMi44NDk5NC0yLjc4Mjg4QzUuMTE0ODcgOS42ODc3IDUgOS40MTY5NiA1IDkuMTM0NjZjMC0uMjgyMzEuMTE0ODctLjU1MzA1LjMxOTM0LS43NTI2Ny4yMDQ0OC0uMTk5NjIuNDgxOC0uMzExNzYuNzcwOTctLjMxMTc2cy41NjY0OS4xMTIxNC43NzA5Ny4zMTE3NmwxLjcyMTE0IDEuNjgwNjFjLjA1MDg5LjA0OTUuMTExMzEuMDg4OC4xNzc3OS4xMTU1LjA2NjQ5LjAyNjcuMTM3NzIuMDQwNC4yMDk2MS4wNDAxLjA3MTg5LS4wMDAyLjE0MzAyLS4wMTQzLjIwOTMxLS4wNDE1cy4xMjY0My0uMDY2OS4xNzY5Ni0uMTE2OGwzLjc3OTQxLTMuNzQyNzRjLjIwMjktLjIwMTAyLjQ3OTQtLjMxNTEuNzY4NS0uMzE3MTMuMjg5MS0uMDAyMDQuNTY3Mi4xMDgxMy43NzMxLjMwNjI3cy4zMjI3LjQ2ODAyLjMyNDguNzUwMjdjLjAwMjEuMjgyMjQtLjExMDcuNTUzNzQtLjMxMzcuNzU0NzYtNC4xMDQ0IDQuMDY1MDctNC44ODM3OCA0Ljg1ODU3LTQuODgzNzggNC44NTg1Ny0uMjE3MS4yMTEyLS41MTEwOS4zMjk4LS44MTc1Ny4zMjk4LS4zMDY0OSAwLS42MDA0OC0uMTE4Ni0uODE3NTctLjMyOTh6Ii8+Cjwvc3ZnPg==");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (width <= 768px) {
  .c-checkbox .c-checkbox__box::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-checkbox input[type=checkbox]:checked ~ .c-checkbox__box::before {
  opacity: 1;
}
.c-checkbox .c-checkbox__label {
  font-size: 14px;
  color: #383941;
}
@media screen and (width <= 768px) {
  .c-checkbox .c-checkbox__label {
    font-size: 0.8125rem;
  }
}
.c-checkbox input[type=checkbox]:checked ~ .c-checkbox__label {
  font-weight: 700;
}
.c-filter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 56px;
  background-color: #f9f8f9;
  border-radius: 4px;
}
@media screen and (width <= 768px) {
  .c-filter {
    gap: 1rem;
    padding: 1.5rem 1.25rem;
    border-radius: 0.25rem;
  }
}
.c-filter .c-filter__header {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  .c-filter .c-filter__header {
    gap: 1rem;
  }
}
.c-filter .c-filter__title {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .c-filter .c-filter__title {
    gap: 0.5rem;
    font-size: 1rem;
  }
}
.c-filter .c-filter__title-icon {
  flex-shrink: 0;
  background-color: currentcolor;
}
@media screen and (width <= 768px) {
  .c-filter .c-filter__title-icon {
    width: 1rem;
    height: 1rem;
  }
}
.c-filter .c-filter__toggle-button {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  color: #3370d7;
  background-color: #fff;
  border: 1px solid currentcolor;
  border-radius: 2px;
}
@media screen and (width <= 768px) {
  .c-filter .c-filter__toggle-button {
    width: 1.6875rem;
    height: 1.6875rem;
    border-width: 0.0625rem;
    border-radius: 0.125rem;
  }
}
.c-filter .c-filter__toggle-button::before, .c-filter .c-filter__toggle-button::after {
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 6.5px);
  display: block;
  width: 13px;
  height: 1px;
  content: "";
  background-color: currentcolor;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-filter .c-filter__toggle-button::before, .c-filter .c-filter__toggle-button::after {
    top: calc(50% - 0.03125rem);
    left: calc(50% - 0.40625rem);
    width: 0.8125rem;
    height: 0.0625rem;
  }
}
.c-filter .c-filter__toggle-button::after {
  transform: rotate(90deg);
}
.c-filter.is_active .c-filter__toggle-button::before {
  opacity: 0;
  transform: rotate(90deg);
}
.c-filter.is_active .c-filter__toggle-button::after {
  transform: rotate(180deg);
}
.c-filter .c-filter__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (width <= 768px) {
  .c-filter .c-filter__body {
    gap: 1.25rem;
  }
}
.c-filter .c-filter__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 40px;
  background-color: #fff;
}
@media screen and (width <= 768px) {
  .c-filter .c-filter__container {
    gap: 1.25rem;
    padding: 1.5rem 1.25rem;
  }
}
.c-filter .c-filter__case {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .c-filter .c-filter__case {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.c-filter .c-filter__case-label {
  flex-shrink: 0;
  width: 80px;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .c-filter .c-filter__case-label {
    width: auto;
    font-size: 0.9375rem;
  }
}
.c-filter .c-filter__case-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
@media screen and (width <= 768px) {
  .c-filter .c-filter__case-options {
    gap: 0.75rem 1rem;
  }
}
.c-filter .c-filter__submit {
  display: flex;
  justify-content: center;
}
.c-filter .c-filter__button {
  padding: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
  background-color: #fff;
}
@media screen and (width <= 768px) {
  .c-filter .c-filter__button {
    padding: 0.5rem 1rem;
    text-underline-offset: 0.1875rem;
  }
}
.c-filter .c-filter__button .c-button__inner {
  margin: 0 auto;
}
.l-alternate {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media screen and (width <= 768px) {
  .l-alternate {
    gap: 3.5rem;
  }
}
.l-alternate .l-alternate__item {
  display: flex;
  gap: 100px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .l-alternate .l-alternate__item {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.l-alternate .l-alternate__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (width <= 768px) {
  .l-alternate .l-alternate__item:nth-child(even) {
    flex-direction: column;
  }
}
.l-alternate .l-alternate__item--reverse:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (width <= 768px) {
  .l-alternate .l-alternate__item--reverse:nth-child(odd) {
    flex-direction: column;
  }
}
.l-alternate .l-alternate__item--reverse:nth-child(even) {
  flex-direction: row;
}
@media screen and (width <= 768px) {
  .l-alternate .l-alternate__item--reverse:nth-child(even) {
    flex-direction: column;
  }
}
.l-alternate .l-alternate__col {
  width: 530px;
}
@media screen and (width <= 768px) {
  .l-alternate .l-alternate__col {
    width: 100%;
  }
}
.l-articles {
  padding: 80px 0;
}
@media screen and (width <= 768px) {
  .l-articles {
    padding: 4rem 0;
  }
}
.l-articles .c-container {
  --gap: 32px;
}
@media screen and (width <= 768px) {
  .l-articles .c-container {
    --gap: 1.5rem;
  }
}
.l-articles .l-articles__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  .l-articles .l-articles__header {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
}
.l-articles .l-articles__categories {
  display: flex;
  gap: 16px;
}
@media screen and (width <= 768px) {
  .l-articles .l-articles__categories {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.l-articles .l-articles__categories-label {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  min-height: 45px;
  vertical-align: middle;
}
@media screen and (width <= 768px) {
  .l-articles .l-articles__categories-label {
    min-height: unset;
    font-size: 0.875rem;
  }
}
.l-articles .l-articles__categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (width <= 768px) {
  .l-articles .l-articles__categories-list {
    gap: 0.5rem;
  }
}
.l-articles .l-articles__sort {
  flex-shrink: 0;
  min-width: 168px;
}
@media screen and (width <= 768px) {
  .l-articles .l-articles__sort {
    width: 100%;
  }
}
.l-articles .l-articles__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (width <= 768px) {
  .l-articles .l-articles__content {
    gap: 2rem;
  }
}
.l-articles .l-articles__noresult {
  margin-top: 32px;
}
@media screen and (width <= 768px) {
  .l-articles .l-articles__noresult {
    margin-top: 0.5rem;
  }
}
@media screen and (width <= 768px) {
  .l-cases .c-container {
    --gap: 3rem;
  }
}
@media screen and (width <= 768px) {
  .l-cases .l-cases__filter {
    width: calc(100% + var(--margin) * 2);
    margin-left: calc(var(--margin) * -1);
  }
}
.l-cases .l-cases__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (width <= 768px) {
  .l-cases .l-cases__content {
    gap: 2rem;
  }
}
.l-cases .l-cases__list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 40px;
}
.l-cases .l-cases__list:has(.js-filter-item):not(.is_completed) {
  display: none;
}
.l-cases .l-cases__list.is_empty {
  display: none;
}
@media screen and (width <= 768px) {
  .l-cases .l-cases__list {
    gap: 1.25rem;
  }
}
.l-cases *:not(.is_empty) + .l-cases__noresult {
  display: none;
}
.l-cases .l-cases__list-item {
  display: flex;
  width: calc((100% - 80px) / 3);
}
.l-cases .l-cases__list-item.is_hidden {
  display: none;
}
@media screen and (width <= 768px) {
  .l-cases .l-cases__list-item {
    width: 100%;
  }
}
.l-post {
  padding: 32px 0 120px;
}
@media screen and (width <= 768px) {
  .l-post {
    padding: 1.875rem 0 4rem;
  }
}
.l-post .l-post__container-sp {
  display: contents;
}
@media screen and (width <= 768px) {
  .l-post .l-post__container-sp {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 0.0625rem #09090b;
  }
}
.l-post .l-post__share {
  position: sticky;
  top: 100px;
  width: 24px;
  height: 0;
  margin-left: -56px;
}
@media screen and (width <= 768px) {
  .l-post .l-post__share {
    position: static;
    order: 5;
    width: auto;
    height: auto;
    margin-left: auto;
  }
}
.l-post .l-post__share .c-share-button {
  flex-direction: column;
}
@media screen and (width <= 768px) {
  .l-post .l-post__share .c-share-button {
    flex-direction: row;
  }
}
.l-post .l-post__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: solid 1px #09090b;
}
@media screen and (width <= 768px) {
  .l-post .l-post__header {
    display: contents;
  }
}
.l-post .l-post__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-post .l-post__date {
  font-size: 14px;
  color: #60637a;
}
@media screen and (width <= 768px) {
  .l-post .l-post__date {
    font-size: 0.875rem;
  }
}
.l-post .l-post__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .l-post .l-post__title {
    font-size: 1.375rem;
  }
}
.l-post .l-post__company {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .l-post .l-post__company {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.l-post .l-post__company-logo {
  flex-shrink: 0;
  width: 106px;
  border: solid 1px #e4e5e9;
  border-radius: 2px;
}
@media screen and (width <= 768px) {
  .l-post .l-post__company-logo {
    width: 6.625rem;
    border-width: 0.0625rem;
    border-radius: 0.125rem;
  }
}
.l-post .l-post__company-desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
}
@media screen and (width <= 768px) {
  .l-post .l-post__company-desc {
    display: contents;
  }
}
.l-post .l-post__company-name {
  font-size: 14px;
  color: #60637a;
}
@media screen and (width <= 768px) {
  .l-post .l-post__company-name {
    width: calc(100% - 6.625rem - 1rem);
    font-size: 0.875rem;
  }
}
.l-post .l-post__company-data {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
@media screen and (width <= 768px) {
  .l-post .l-post__company-data {
    gap: 0.5rem 1.25rem;
    width: 100%;
  }
}
.l-post .l-post__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
}
@media screen and (width <= 768px) {
  .l-post .l-post__content {
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.l-post .l-post__thumbnail {
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (width <= 768px) {
  .l-post .l-post__thumbnail {
    border-radius: 0.25rem;
  }
}
.l-post .l-post__thumbnail img {
  width: 100%;
}
.l-post .l-post__button {
  display: flex;
  justify-content: center;
}
.l-post .l-post__footer {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (width <= 768px) {
  .l-post .l-post__footer {
    gap: 2rem;
  }
}
.p-top-kv {
  position: relative;
  z-index: 0;
  padding: 72px 0;
}
@media screen and (width <= 768px) {
  .p-top-kv {
    padding: 1.25rem 0 2rem;
    overflow: hidden;
  }
}
.p-top-kv .c-container {
  --container: 1200px;
}
@media screen and (width >= 769px) {
  .p-top-kv .c-container {
    margin-inline-end: unset;
  }
}
.p-top-kv .p-top-kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-top-kv .p-top-kv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-kv .p-top-kv__inner {
  display: flex;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__inner {
    flex-direction: column-reverse;
    gap: 2.5rem;
    align-items: flex-start;
  }
}
.p-top-kv .p-top-kv__desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 530px;
  margin-right: auto;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__desc {
    gap: 0.75rem;
    width: 100%;
  }
}
.p-top-kv.is_animate:not(.is_active) .p-top-kv__desc {
  opacity: 0;
}
.p-top-kv .p-top-kv__title {
  display: flex;
  flex-direction: column;
  letter-spacing: 0;
}
.p-top-kv .p-top-kv__title-label {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  line-height: 1;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__title-label {
    font-size: 2.1875rem;
  }
}
.p-top-kv .p-top-kv__title-lead {
  margin-top: 12px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #09090b;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__title-lead {
    font-size: 0.9375rem;
  }
}
.p-top-kv .p-top-kv__title-main {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
  color: #09090b;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__title-main {
    font-size: 2rem;
  }
}
.p-top-kv .p-top-kv__caption {
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__caption {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.p-top-kv .p-top-kv__button {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__button {
    gap: 0.9375rem;
    margin-top: 0.75rem;
  }
}
.p-top-kv .p-top-kv__image {
  width: 52.9166666667%;
  max-width: 762px;
  aspect-ratio: 762/501;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: -1;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__image {
    position: relative;
    width: calc(100% + var(--margin));
    margin-right: calc(-1 * var(--margin));
  }
}
.p-top-kv .p-top-kv__image .p-top-kv__image-01 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90.0262467192%;
  box-shadow: 0 4.5px 67.6px 0 rgba(0, 0, 0, 0.08);
}
.p-top-kv .p-top-kv__image .p-top-kv__image-02 {
  position: absolute;
  right: 21.6535433071%;
  width: 39.8950131234%;
  height: auto;
  box-shadow: 0 4.5px 67.6px 0 rgba(0, 0, 0, 0.08);
}
.p-top-kv .p-top-kv__image .p-top-kv__image-03 {
  position: absolute;
  bottom: 12.9740518962%;
  left: 0;
  width: 30.3149606299%;
  height: auto;
  box-shadow: 0 4.5px 67.6px 0 rgba(0, 0, 0, 0.08);
}
.p-top-award {
  position: relative;
  z-index: 0;
  padding: 24px 0;
  color: #fff;
  background-color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-top-award {
    padding: 1.5rem 0;
  }
}
.p-top-award .c-container {
  --container: 1200px;
}
.p-top-award .p-top-award__inner {
  display: flex;
  gap: 56px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__inner {
    flex-wrap: wrap;
    gap: 0.75rem 0.625rem;
  }
}
.p-top-award .p-top-award__heading {
  flex-shrink: 0;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__heading {
    display: contents;
  }
}
.p-top-award .p-top-award__title {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__title {
    display: inline-flex;
  }
}
.p-top-award .p-top-award__title-col {
  position: relative;
  z-index: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__title-col {
    font-size: 0.625rem;
  }
}
.p-top-award .p-top-award__title-count {
  font-family: "Roboto", sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__title-count {
    font-size: 2.1875rem;
  }
}
.p-top-award .p-top-award__title-unit {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__title-unit {
    padding-right: 0.375rem;
    font-size: 0.875rem;
  }
}
.p-top-award .p-top-award__title-sup {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__title-sup {
    font-size: 0.625rem;
  }
}
.p-top-award .p-top-award__subscript {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__content {
    display: contents;
  }
}
.p-top-award .p-top-award__container-sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (width >= 769px) {
  .p-top-award .p-top-award__container-sp {
    display: contents;
  }
}
.p-top-award .p-top-award__images {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__images {
    display: contents;
  }
}
.p-top-award .p-top-award__image--01 {
  width: 106px;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__image--01 {
    width: 3.625rem;
  }
}
.p-top-award .p-top-award__image--02 {
  width: 222px;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__image--02 {
    width: 7.5rem;
  }
}
.p-top-award .p-top-award__image--03 {
  width: 220px;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__image--03 {
    width: 7.5rem;
  }
}
.p-top-award .p-top-award__image--04 {
  width: 132px;
}
@media screen and (width <= 768px) {
  .p-top-award .p-top-award__image--04 {
    width: 4.875rem;
  }
}
.p-top-companies {
  position: relative;
  z-index: 0;
  padding: 22px 0;
  overflow: hidden;
  background-color: #deecfb;
}
.p-top-companies .c-container {
  margin-inline: unset;
}
.p-top-companies .p-top-companies__slide {
  display: block;
  width: 160px;
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (width <= 768px) {
  .p-top-companies .p-top-companies__slide {
    width: 6.875rem;
    border-radius: 0.125rem;
  }
}
.p-top-feature {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .p-top-feature {
    padding: 4rem 0;
  }
}
.p-top-feature .c-container {
  --gap: 80px;
}
@media screen and (width <= 768px) {
  .p-top-feature .c-container {
    --gap: 2rem;
  }
}
.p-top-feature .p-top-feature__items-image img {
  width: 100%;
}
.p-top-feature .p-top-feature__items-desc {
  display: flex;
  flex-direction: column;
}
.p-top-feature .p-top-feature__items-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-top-feature .p-top-feature__items-label {
    font-size: 1rem;
  }
}
.p-top-feature .p-top-feature__items-label::after {
  content: counter(feature, decimal-leading-zero);
}
.p-top-feature .p-top-feature__items-title {
  margin-top: 4px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .p-top-feature .p-top-feature__items-title {
    margin-top: 0.25rem;
    font-size: 1.375rem;
  }
}
.p-top-feature .p-top-feature__items-lead {
  margin-top: 20px;
}
@media screen and (width <= 768px) {
  .p-top-feature .p-top-feature__items-lead {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}
.p-top-feature .p-top-feature__items-button {
  margin-top: 32px;
}
@media screen and (width <= 768px) {
  .p-top-feature .p-top-feature__items-button {
    margin-top: 2rem;
  }
}
@media screen and (width <= 768px) {
  .p-top-feature .p-top-feature__items-button .c-button {
    width: 100%;
  }
}
.p-top-demo {
  position: relative;
  z-index: 0;
  padding: 120px 0;
}
@media screen and (width <= 768px) {
  .p-top-demo {
    padding: 3.5rem 0;
    display: none;
  }
}
.p-top-demo .p-top-demo__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-top-demo .p-top-demo__title {
    font-size: 1.5rem;
  }
}
.p-top-demo .p-top-demo__movie {
  position: relative;
  z-index: 0;
}
.p-top-demo .p-top-demo__movie::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to left, #4484ff -0.55%, #44b0ff 22.86%, #449bff 48.36%, #44a5ff 73.33%, #ffcf5e 99.34%);
  filter: blur(20px);
  opacity: 0.3;
}
.p-top-demo .p-top-demo__button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 122px;
  filter: drop-shadow(0 28px 178px rgba(0, 0, 0, 0.5));
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  .p-top-demo .p-top-demo__button-play {
    width: 4rem;
    filter: drop-shadow(0 0.875rem 5rem rgba(0, 0, 0, 0.5));
  }
}
.p-top-demo .p-top-demo__button {
  display: flex;
  justify-content: center;
}
@media screen and (width <= 768px) {
  .p-top-demo .p-top-demo__button .c-button {
    width: 100%;
  }
}
.p-top-info {
  position: relative;
  z-index: 0;
  padding: 120px 0;
}
@media screen and (width <= 768px) {
  .p-top-info {
    padding: 5rem 0;
  }
}
.p-top-info .p-top-info__block {
  position: relative;
  z-index: 0;
  padding: 100px 64px 90px;
  color: #fff;
}
@media screen and (width <= 768px) {
  .p-top-info .p-top-info__block {
    padding: 3rem 1.25rem 0;
  }
}
.p-top-info .p-top-info__block-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 90px);
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (width <= 768px) {
  .p-top-info .p-top-info__block-bg {
    height: calc(100% - 4.375rem);
    border-radius: 0.5rem;
  }
}
.p-top-info .p-top-info__block-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-info .p-top-info__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (width <= 768px) {
  .p-top-info .p-top-info__inner {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.p-top-info .p-top-info__img {
  width: min(682px, 100%);
  margin-top: 40px;
  margin-bottom: -90px;
}
@media screen and (width <= 768px) {
  .p-top-info .p-top-info__img {
    width: 100%;
    margin: unset;
  }
}
.p-top-info .p-top-info__desc {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
  max-width: 490px;
  padding-bottom: 100px;
}
@media screen and (width <= 768px) {
  .p-top-info .p-top-info__desc {
    gap: 0.75rem;
    padding-bottom: unset;
  }
}
.p-top-info .p-top-info__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .p-top-info .p-top-info__title {
    font-size: 1.5rem;
  }
}
@media screen and (width <= 768px) {
  .p-top-info .p-top-info__lead {
    font-size: 0.875rem;
  }
}
.p-top-info .p-top-info__button {
  margin-top: 16px;
}
@media screen and (width <= 768px) {
  .p-top-info .p-top-info__button {
    margin-top: 0.25rem;
  }
}
@media screen and (width <= 768px) {
  .p-top-info .p-top-info__button .c-button {
    width: 100%;
  }
}
.p-top-scene {
  position: relative;
  z-index: 0;
  padding: 120px 0;
  color: #fff;
}
@media screen and (width <= 768px) {
  .p-top-scene {
    padding: 3.5rem 0;
  }
}
.p-top-scene .c-container {
  --gap: 64px;
}
.p-top-scene .p-top-scene__block-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-scene .p-top-scene__block-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-scene .p-top-scene__heading {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-top-scene .p-top-scene__slider {
  contain: inline-size;
  max-width: 988px;
  padding: 0 24px;
}
@media screen and (width <= 768px) {
  .p-top-scene .p-top-scene__slider {
    width: calc(100% + var(--margin) * 2);
    margin-left: calc(-1 * var(--margin));
  }
}
.p-top-scene .p-top-scene__slider .c-card-scene__button {
  max-height: 30px;
  overflow: hidden;
  transition: 0.6s;
}
.p-top-scene .p-top-scene__slider .c-slider-button {
  position: absolute;
  top: 226px;
  z-index: 1;
}
@media screen and (width <= 768px) {
  .p-top-scene .p-top-scene__slider .c-slider-button {
    top: 10.625rem;
  }
}
.p-top-scene .p-top-scene__slider .c-slider-button--prev {
  left: 0;
}
@media screen and (width <= 768px) {
  .p-top-scene .p-top-scene__slider .c-slider-button--prev {
    left: 1rem;
  }
}
.p-top-scene .p-top-scene__slider .c-slider-button--next {
  right: 0;
}
@media screen and (width <= 768px) {
  .p-top-scene .p-top-scene__slider .c-slider-button--next {
    right: 1rem;
  }
}
.p-top-scene .p-top-scene__slider .swiper-slide {
  display: flex;
  align-items: center;
  width: 480px;
  min-height: 500px;
}
@media screen and (width <= 768px) {
  .p-top-scene .p-top-scene__slider .swiper-slide {
    width: 18.875rem;
    min-height: 23.75rem;
  }
}
.p-top-scene .p-top-scene__slider.swiper-initialized .swiper-slide {
  transition: 0.6s;
}
.p-top-scene .p-top-scene__slider .swiper-slide:not(.swiper-slide-active) {
  z-index: -1;
  opacity: 0.5;
}
.p-top-scene .p-top-scene__slider .swiper-slide:not(.swiper-slide-active) .c-card-scene__button {
  max-height: 0;
}
.p-top-scene .p-top-scene__slider .swiper-slide-next {
  transform: translateX(-250px);
}
@media screen and (width <= 768px) {
  .p-top-scene .p-top-scene__slider .swiper-slide-next {
    transform: translateX(-4.25rem);
  }
}
.p-top-scene .p-top-scene__slider .swiper-slide-prev {
  transform: translateX(250px);
}
@media screen and (width <= 768px) {
  .p-top-scene .p-top-scene__slider .swiper-slide-prev {
    transform: translateX(4.25rem);
  }
}
.p-top-scene .p-top-scene__slider .c-slider-pagination {
  --color: #fff;
  margin-top: 32px;
}
@media screen and (width <= 768px) {
  .p-top-scene .p-top-scene__slider .c-slider-pagination {
    margin-top: 2rem;
  }
}
.p-top-scene .p-top-scene__button {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (width <= 768px) {
  .p-top-scene .p-top-scene__button {
    margin-top: 2rem;
  }
}
.p-top-function {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  background-color: #f1f7fd;
}
@media screen and (width <= 768px) {
  .p-top-function {
    padding: 3.5rem 0;
  }
}
.p-top-function .c-container {
  --gap: 64px;
}
@media screen and (width <= 768px) {
  .p-top-function .c-container {
    --gap: 2rem;
  }
}
.p-top-function .p-top-function__heading {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (width <= 768px) {
  .p-top-function .p-top-function__heading {
    gap: 2rem;
  }
}
.p-top-function .p-top-function__blocks {
  display: grid;
  grid-template-areas: "content";
}
.p-top-function .p-top-function__blocks > * {
  grid-area: content;
}
.p-top-function .p-top-function__button {
  display: flex;
  justify-content: center;
  margin-top: 68px;
}
@media screen and (width <= 768px) {
  .p-top-function .p-top-function__button {
    margin-top: 2rem;
  }
}
@media screen and (width <= 768px) {
  .p-top-function .p-top-function__button .c-button {
    width: 100%;
  }
}
.p-top-case {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-top-case {
    padding: 1.5rem 0;
  }
}
.p-top-case .c-container {
  --gap: 40px;
}
.p-top-case .p-top-case__content {
  margin-top: 40px;
}
.p-top-case .p-top-case__slider {
  contain: inline-size;
}
.p-top-case .p-top-case__slider .swiper-slide {
  width: 568px;
}
@media screen and (width <= 768px) {
  .p-top-case .p-top-case__slider .swiper-slide {
    width: 20rem;
  }
}
.p-top-case .p-top-case__slider .c-slider-pagination {
  margin-top: 32px;
}
@media screen and (width <= 768px) {
  .p-top-case .p-top-case__slider .c-slider-pagination {
    margin-top: 2rem;
  }
}
@media screen and (width <= 768px) {
  .p-top-case .p-top-case__slider:not(.swiper-initialized) {
    padding: 0 1.25rem;
  }
}
.p-top-case .p-top-case__slider:not(.swiper-initialized) .swiper-wrapper {
  gap: 24px;
  justify-content: center;
}
@media screen and (width <= 768px) {
  .p-top-case .p-top-case__slider:not(.swiper-initialized) .swiper-wrapper {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
@media screen and (width <= 768px) {
  .p-top-case .p-top-case__slider:not(.swiper-initialized) .swiper-slide {
    width: 100%;
  }
}
.p-top-case .p-top-case__button {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (width <= 768px) {
  .p-top-case .p-top-case__button {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (width <= 768px) {
  .p-top-case .p-top-case__button .c-button {
    width: 100%;
  }
}
.p-top-seminar {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  overflow: hidden;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .p-top-seminar {
    padding: 3.5rem 0;
  }
}
.p-top-seminar .p-top-seminar__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 40px;
}
@media screen and (width <= 768px) {
  .p-top-seminar .p-top-seminar__content {
    gap: 2rem;
    margin-top: 1.5rem;
  }
}
.p-top-seminar .p-top-seminar__container-slider {
  margin-inline-end: unset;
}
@media screen and (width <= 768px) {
  .p-top-seminar .p-top-seminar__container-slider {
    margin-inline: unset;
  }
}
.p-top-seminar .p-top-seminar__slider {
  contain: inline-size;
  width: 100%;
  overflow: initial;
}
.p-top-seminar .p-top-seminar__slider .swiper-slide {
  width: 364px;
}
@media screen and (width <= 768px) {
  .p-top-seminar .p-top-seminar__slider .swiper-slide {
    width: 20rem;
  }
}
.p-top-seminar .p-top-seminar__slider .c-slider-pagination {
  margin-top: 32px;
}
@media screen and (width <= 768px) {
  .p-top-seminar .p-top-seminar__slider .c-slider-pagination {
    margin-top: 2rem;
  }
}
.p-top-seminar .p-top-seminar__button {
  display: flex;
  justify-content: center;
}
@media screen and (width <= 768px) {
  .p-top-seminar .p-top-seminar__button {
    padding: 0rem 1.25rem;
  }
}
@media screen and (width <= 768px) {
  .p-top-seminar .p-top-seminar__button .c-button {
    width: 100%;
  }
}
.p-top-support {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-top-support {
    padding: 3.5rem 0;
  }
}
@media screen and (width <= 768px) {
  .p-top-support .c-container {
    --margin: 0.75rem;
  }
}
.p-top-support .p-top-support__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 56px;
  background-color: #3370d7;
  border-radius: 8px;
}
@media screen and (width <= 768px) {
  .p-top-support .p-top-support__block {
    gap: 1.5rem;
    padding: 2.5rem 1.25rem;
    border-radius: 0.5rem;
  }
}
.p-top-support .p-top-support__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (width <= 768px) {
  .p-top-support .p-top-support__title {
    font-size: 1.25rem;
  }
}
.p-top-support .p-top-support__inner {
  display: flex;
  gap: 32px;
}
@media screen and (width <= 768px) {
  .p-top-support .p-top-support__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-top-support .p-top-support__col {
  flex: 1;
}
.p-top-support-card {
  display: block;
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (width <= 768px) {
  .p-top-support-card {
    padding: 1.25rem;
    border-radius: 0.25rem;
  }
}
.p-top-support-card .p-top-support-card__inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .p-top-support-card .p-top-support-card__inner {
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
  }
}
.p-top-support-card .p-top-support-card__image {
  flex-shrink: 0;
  width: 96px;
  overflow: hidden;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .p-top-support-card .p-top-support-card__image {
    width: 4.5rem;
  }
}
.p-top-support-card .p-top-support-card__desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (width <= 768px) {
  .p-top-support-card .p-top-support-card__desc {
    display: contents;
  }
}
.p-top-support-card .p-top-support-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-top-support-card .p-top-support-card__title {
    width: calc(100% - 4.5rem - 1rem);
    font-size: 1rem;
  }
}
.p-top-support-card .p-top-support-card__lead {
  font-size: 14px;
}
@media screen and (width <= 768px) {
  .p-top-support-card .p-top-support-card__lead {
    font-size: 0.875rem;
  }
}
.p-top-support-card .p-top-support-card__button {
  margin-top: 8px;
}
@media screen and (width <= 768px) {
  .p-top-support-card .p-top-support-card__button {
    margin-top: unset;
  }
}
a.p-top-support-card:hover .p-top-support-card__image {
  opacity: 0.7;
}
.p-top-news {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-top-news {
    padding: 3.5rem 0;
  }
}
.p-top-news .c-container {
  --gap: 40px;
}
@media screen and (width <= 768px) {
  .p-top-news .c-container {
    --gap: 2rem;
  }
}
@media screen and (width <= 768px) {
  .p-top-news .c-article__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: unset;
  }
}
.p-top-news .p-top-news__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
@media screen and (width <= 768px) {
  .p-top-news .p-top-news__button {
    margin-top: 2rem;
  }
}
@media screen and (width <= 768px) {
  .p-top-news .p-top-news__button .c-button {
    width: 100%;
  }
}
.p-about-intro {
  position: relative;
  z-index: 0;
  padding: 120px 0;
}
.p-about-intro .p-about-intro__title {
  font-size: 24px;
  font-weight: 700;
  color: #3370d7;
  text-align: center;
}
.p-about-intro .p-about-intro__title--sub {
  color: #09090b;
}
.p-about-intro .p-about-intro__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (width <= 768px) {
  .p-about-intro .p-about-intro__content {
    gap: 1.5rem;
  }
}
.p-about-intro .p-about-intro__inner {
  display: flex;
  gap: 64px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-about-intro .p-about-intro__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-about-intro .p-about-intro__img {
  width: min(56.0344827586%, 650px);
}
@media screen and (width <= 768px) {
  .p-about-intro .p-about-intro__img {
    width: 100%;
  }
}
.p-about-intro .p-about-intro__desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(38.4482758621%, 446px);
}
@media screen and (width <= 768px) {
  .p-about-intro .p-about-intro__desc {
    gap: 1rem;
    width: 100%;
  }
}
.p-about-intro .p-about-intro__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (width <= 768px) {
  .p-about-intro .p-about-intro__group {
    gap: 0.5rem;
  }
}
.p-about-intro .p-about-intro__title-sm {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .p-about-intro .p-about-intro__title-sm {
    font-size: 1rem;
  }
}
@media screen and (width <= 768px) {
  .p-about-intro .p-about-intro__lead {
    font-size: 0.9375rem;
  }
}
.p-about-intro .p-about-intro__info-img img {
  width: 100%;
}
.p-about-intro .p-about-intro__info-text {
  color: #383941;
}
@media screen and (width <= 768px) {
  .p-about-intro .p-about-intro__info-text {
    font-size: 0.9375rem;
  }
}
.p-about-feature {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .p-about-feature {
    padding: 4rem 0;
  }
}
.p-about-feature .c-container {
  --gap: 80px;
}
@media screen and (width <= 768px) {
  .p-about-feature .c-container {
    --gap: 2rem;
  }
}
.p-about-feature .p-about-feature__items-image img {
  width: 100%;
}
.p-about-feature .p-about-feature__items-desc {
  display: flex;
  flex-direction: column;
}
.p-about-feature .p-about-feature__items-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-about-feature .p-about-feature__items-label {
    font-size: 1rem;
  }
}
.p-about-feature .p-about-feature__items-label::after {
  content: counter(feature, decimal-leading-zero);
}
.p-about-feature .p-about-feature__items-title {
  margin-top: 4px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .p-about-feature .p-about-feature__items-title {
    margin-top: 0.25rem;
    font-size: 1.375rem;
  }
}
.p-about-feature .p-about-feature__items-lead {
  margin-top: 20px;
}
@media screen and (width <= 768px) {
  .p-about-feature .p-about-feature__items-lead {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}
.p-about-feature .p-about-feature__items-button {
  margin-top: 32px;
}
@media screen and (width <= 768px) {
  .p-about-feature .p-about-feature__items-button {
    margin-top: 2rem;
  }
}
@media screen and (width <= 768px) {
  .p-about-feature .p-about-feature__items-button .c-button {
    width: 100%;
  }
}
.p-about-scene {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-about-scene {
    padding: 3.5rem 0;
  }
}
.p-about-scene .p-about-scene__block-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-about-scene .p-about-scene__block-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-about-scene .p-about-scene__heading {
  color: #fff;
}
.p-about-scene .p-about-scene__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (width <= 768px) {
  .p-about-scene .p-about-scene__content {
    gap: 2rem;
  }
}
.p-about-scene .p-about-scene__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (width <= 768px) {
  .p-about-scene .p-about-scene__list {
    gap: 1rem;
  }
}
.p-about-scene .p-about-scene__list-item {
  display: flex;
  width: calc((100% - 72px) / 4);
}
.p-about-scene .p-about-scene__list-item--md {
  width: calc((100% - 48px) / 3);
}
@media screen and (width <= 768px) {
  .p-about-scene .p-about-scene__list-item {
    width: 100%;
  }
}
.p-about-scene .p-about-scene__button {
  display: flex;
  justify-content: center;
}
@media screen and (width <= 768px) {
  .p-about-scene .p-about-scene__button .c-button {
    width: 100%;
  }
}
.p-about-scene-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 8px;
}
.p-about-scene-card .p-about-scene-card__icon {
  width: 64px;
  margin: 0 auto;
  color: #3370d7;
}
.p-about-scene-card .p-about-scene-card__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #3370d7;
  text-align: center;
}
.p-about-scene-card .p-about-scene-card__lead {
  margin-top: 10px;
  font-size: 15px;
}
.p-about-scene-card .p-about-scene-card__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
.p-about-faq {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .p-about-faq {
    padding: 4rem 0;
  }
}
.p-about-faq .p-about-faq__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-about-product {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-about-product {
    padding: 5rem 0;
  }
}
.p-about-product .p-about-product__list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
@media screen and (width <= 768px) {
  .p-about-product .p-about-product__list {
    gap: 1.5rem;
  }
}
.p-about-product .p-about-product__list-item {
  width: calc((100% - 68px) / 3);
}
@media screen and (width <= 768px) {
  .p-about-product .p-about-product__list-item {
    width: 100%;
  }
}
.p-about-product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (width <= 768px) {
  .p-about-product-card {
    gap: 0.5rem;
  }
}
.p-about-product-card .p-about-product-card__image {
  overflow: hidden;
  border-radius: 8px;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .p-about-product-card .p-about-product-card__image {
    border-radius: 0.5rem;
  }
}
.p-about-product-card .p-about-product-card__image img {
  width: 100%;
}
.p-about-product-card .p-about-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
@media screen and (width <= 768px) {
  .p-about-product-card .p-about-product-card__body {
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
}
.p-about-product-card .p-about-product-card__title {
  font-size: 26px;
  font-style: italic;
  line-height: 1;
  color: #3370d7;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .p-about-product-card .p-about-product-card__title {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 768px) {
  .p-about-product-card .p-about-product-card__lead {
    font-size: 0.9375rem;
  }
}
.p-about-product-card .p-about-product-card__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
a.p-about-product-card:hover .p-about-product-card__image {
  opacity: 0.7;
}
.p-about-link {
  position: relative;
  z-index: 0;
  padding: 56px 0;
  background-color: #f1f7fd;
}
@media screen and (width <= 768px) {
  .p-about-link {
    padding: 2rem 0;
  }
}
.p-about-link .p-about-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (width <= 768px) {
  .p-about-link .p-about-link__list {
    gap: 0.75rem;
  }
}
.p-about-link .p-about-link__list-item {
  display: flex;
  width: calc((100% - 40px) / 3);
}
@media screen and (width <= 768px) {
  .p-about-link .p-about-link__list-item {
    width: 100%;
  }
}
.p-about-link-block {
  display: flex;
  flex-grow: 1;
  gap: 16px;
  align-items: center;
  padding: 16px 24px;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 6px;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .p-about-link-block {
    gap: 0.5rem;
    padding: 1.25rem 1rem 1.25rem 1.25rem;
    border-width: 0.0625rem;
    border-radius: 0.375rem;
  }
}
.p-about-link-block .p-about-link-block__label {
  display: flex;
  flex-grow: 1;
  gap: 16px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-about-link-block .p-about-link-block__label {
    gap: 1.5rem;
  }
}
.p-about-link-block .p-about-link-block__icon {
  flex-shrink: 0;
  width: 64px;
}
@media screen and (width <= 768px) {
  .p-about-link-block .p-about-link-block__icon {
    width: 4rem;
  }
}
.p-about-link-block .p-about-link-block__link-text {
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-about-link-block .p-about-link-block__link-text {
    font-size: 0.9375rem;
    font-weight: 700;
  }
}
.p-about-link-block .p-about-link__text-small {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
}
.p-about-link-block .p-about-link-block__arrow {
  flex-shrink: 0;
  color: #3370d7;
}
a.p-about-link-block:hover {
  background-color: #ebf9ff;
  border-color: #3370d7;
}
.l-functions .l-functions__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.l-functions .l-functions__list-item {
  display: flex;
  width: calc((100% - 96px) / 5);
}
@media screen and (width <= 768px) {
  .l-functions .l-functions__list-item {
    width: calc((100% - 24px) / 2);
  }
}
.c-block-function {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  align-items: center;
  padding: 16px;
  background-color: #f9f8f9;
  border: solid 1px #f9f8f9;
  border-radius: 6px;
  transition: 0.3s;
}
.c-block-function--white {
  background-color: #fff;
  border: solid 1px #fff;
}
.c-block-function .c-block-function__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-block-function .c-block-function__image {
  width: 72px;
  margin: 0 auto;
}
.c-block-function .c-block-function__image img {
  width: 100%;
}
.c-block-function .c-block-function__title {
  line-height: 1.5;
  text-align: center;
}
.c-block-function .c-block-function__text-small {
  font-size: 12px;
}
.c-block-function .c-block-function__button {
  margin-top: auto;
}
a.c-block-function:hover {
  border: solid 1px #3370d7;
}
.l-function-info .c-container {
  --gap: 64px;
}
@media screen and (width <= 768px) {
  .l-function-info .c-container {
    --gap: 2rem;
  }
}
.l-function-info .l-function-info__heading {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (width <= 768px) {
  .l-function-info .l-function-info__heading {
    gap: 2rem;
  }
}
.l-function-info .l-function-info__blocks {
  display: grid;
  grid-template-areas: "content";
}
.l-function-info .l-function-info__blocks .c-function-block {
  grid-area: content;
}
.l-function-info .l-function-info__button {
  display: flex;
  justify-content: center;
  margin-top: 68px;
}
@media screen and (width <= 768px) {
  .l-function-info .l-function-info__button {
    margin-top: 2rem;
  }
}
@media screen and (width <= 768px) {
  .l-function-info .l-function-info__button .c-button {
    width: 100%;
  }
}
@media screen and (width >= 769px) {
  .c-function-block--pc-reverse .c-function-block__inner {
    flex-direction: row-reverse;
  }
}
.c-function-block .c-function-block__inner {
  display: flex;
  gap: 54px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  .c-function-block .c-function-block__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.c-function-block .c-function-block__desc {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 24px;
  width: 362px;
}
.c-function-block .c-function-block__desc--md {
  width: 372px;
}
@media screen and (width <= 768px) {
  .c-function-block .c-function-block__desc--md {
    width: 100%;
  }
}
@media screen and (width <= 768px) {
  .c-function-block .c-function-block__desc {
    gap: 0.75rem;
    width: 100%;
  }
}
.c-function-block .c-function-block__label {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-function-block .c-function-block__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: #3370d7;
  border-radius: 4px;
}
.c-function-block .c-function-block__label-text {
  font-size: 22px;
  font-weight: 700;
  color: #3370d7;
}
.c-function-block .c-function-block__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .c-function-block .c-function-block__title {
    font-size: 1.375rem;
  }
}
@media screen and (width <= 768px) {
  .c-function-block .c-function-block__lead {
    font-size: 0.9375rem;
  }
}
.c-function-block .c-function-block__image {
  flex-grow: 1;
}
.c-function-block .c-function-block__image--shadow {
  filter: drop-shadow(1px 1px 50px rgba(51, 112, 215, 0.2));
}
@media screen and (width <= 768px) {
  .c-function-block .c-function-block__image--shadow {
    filter: drop-shadow(0.0625rem 0.0625rem 3.125rem rgba(51, 112, 215, 0.2));
  }
}
.c-function-block .c-function-block__image img {
  width: 100%;
}
.c-info-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  font-size: 14px;
  background-color: #deecfb;
  border-radius: 6px;
}
@media screen and (width <= 768px) {
  .c-info-block {
    gap: 0.5rem;
    padding: 1rem;
    font-size: 0.875rem;
  }
}
.c-info-block .c-info-block__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .c-info-block .c-info-block__title {
    font-size: 0.9375rem;
  }
}
.l-overview {
  position: relative;
  z-index: 0;
  padding: 32px 0;
  color: #fff;
  background-color: #3370d7;
}
@media screen and (width <= 768px) {
  .l-overview {
    padding: 1.5rem 0;
  }
}
.l-overview .c-container {
  --gap: 32px;
}
.l-overview .l-overview__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (width <= 768px) {
  .l-overview .l-overview__title {
    font-size: 1.125rem;
  }
}
.l-overview .l-overview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (width <= 768px) {
  .l-overview .l-overview__list {
    gap: 2rem;
  }
}
.l-overview .l-overview__list-item {
  position: relative;
  z-index: 0;
  display: flex;
  width: calc((100% - 180px) / 4);
}
@media screen and (width <= 768px) {
  .l-overview .l-overview__list-item {
    width: 100%;
  }
}
.l-overview .l-overview__list-item:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #d9d9d9;
  opacity: 0.2;
}
@media screen and (width <= 768px) {
  .l-overview .l-overview__list-item:not(:first-child)::before {
    top: -1rem;
    left: 0;
    width: 100%;
    height: 0.0625rem;
  }
}
@media screen and (width >= 769px) {
  .l-overview .l-overview__list-item:nth-child(4n+1)::before {
    content: none;
  }
}
.l-overview .l-overview__list--col-3 .l-overview__list-item {
  width: calc((100% - 120px) / 3);
}
@media screen and (width <= 768px) {
  .l-overview .l-overview__list--col-3 .l-overview__list-item {
    width: 100%;
  }
}
.l-overview .l-overview__list--col-3 .l-overview__list-item:nth-child(4n+1)::before {
  content: "";
}
@media screen and (width >= 769px) {
  .l-overview .l-overview__list--col-3 .l-overview__list-item:nth-child(3n+1)::before {
    content: none;
  }
}
.c-overview-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-overview-block .c-overview-block__desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .c-overview-block .c-overview-block__desc {
    gap: 0.5rem;
  }
}
.c-overview-block .c-overview-block__inner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .c-overview-block .c-overview-block__inner {
    gap: 1rem;
  }
}
.c-overview-block .c-overview-block__icon {
  flex-shrink: 0;
  width: 56px;
}
@media screen and (width <= 768px) {
  .c-overview-block .c-overview-block__icon {
    width: 3.5rem;
  }
}
.c-overview-block .c-overview-block__icon img {
  width: 100%;
}
.c-overview-block .c-overview-block__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1;
  border: solid 1px currentcolor;
  border-radius: 100vmax;
}
@media screen and (width <= 768px) {
  .c-overview-block .c-overview-block__badge {
    min-height: 1.375rem;
    padding: 0 0.75rem;
    font-size: 0.75rem;
    border-width: 0.0625rem;
  }
}
.c-overview-block .c-overview-block__count::after {
  content: counter(overview, decimal-leading-zero);
}
.c-overview-block .c-overview-block__lead {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (width <= 768px) {
  .c-overview-block .c-overview-block__lead {
    font-size: 0.875rem;
  }
}
.c-kv-function {
  position: relative;
  z-index: 0;
  padding: 35px 0 55px;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .c-kv-function {
    padding: 1.5rem 0 2.5rem;
  }
}
.c-kv-function .c-kv-function__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.c-kv-function .c-kv-function__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-kv-function .c-kv-function__inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  .c-kv-function .c-kv-function__inner {
    flex-direction: column-reverse;
    gap: 2rem;
    align-items: center;
  }
}
.c-kv-function .c-kv-function__label {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-kv-function .c-kv-function__label-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: #3370d7;
  border-radius: 4px;
}
.c-kv-function .c-kv-function__label-text {
  font-size: 22px;
  font-weight: 700;
  color: #3370d7;
}
.c-kv-function .c-kv-function__desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(500px, 44.3262411348%);
}
@media screen and (width <= 768px) {
  .c-kv-function .c-kv-function__desc {
    gap: 0.5rem;
    width: 100%;
  }
}
.c-kv-function .c-kv-function__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-kv-function .c-kv-function__title {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-kv-function .c-kv-function__title {
    gap: 1rem;
  }
}
.c-kv-function .c-kv-function__icon {
  flex-shrink: 0;
  width: 48px;
}
@media screen and (width <= 768px) {
  .c-kv-function .c-kv-function__icon {
    width: 3rem;
  }
}
.c-kv-function .c-kv-function__icon img {
  width: 100%;
}
.c-kv-function .c-kv-function__title-text {
  font-size: 24px;
  font-weight: 700;
  color: #3370d7;
}
.c-kv-function .c-kv-function__title-text span {
  font-size: 18px;
}
@media screen and (width <= 768px) {
  .c-kv-function .c-kv-function__title-text {
    font-size: 1.125rem;
  }
  .c-kv-function .c-kv-function__title-text span {
    font-size: 0.9rem;
  }
}
.c-kv-function .c-kv-function__caption {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .c-kv-function .c-kv-function__caption {
    font-size: 1.5rem;
  }
}
.c-kv-function .c-kv-function__caption--sm {
  font-size: 22px;
  font-weight: 500;
}
.c-kv-function .c-kv-function__lead {
  font-size: 15px;
}
@media screen and (width <= 768px) {
  .c-kv-function .c-kv-function__lead {
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 768px) {
  .c-kv-function .c-kv-function__button {
    margin-top: 0.5rem;
  }
}
@media screen and (width <= 768px) {
  .c-kv-function .c-kv-function__button .c-button {
    width: 100%;
  }
}
.c-kv-function .c-kv-function__button--text-sm .c-button {
  font-size: 15px;
}
.c-kv-function .c-kv-function__img {
  width: min(600px, 53.1914893617%);
}
@media screen and (width <= 768px) {
  .c-kv-function .c-kv-function__img {
    width: 100%;
  }
}
.p-function-section-links {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
@media screen and (width <= 768px) {
  .p-function-section-links {
    padding: 2.5rem 0;
  }
}
.p-function-categories {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
.p-function-cta {
  position: relative;
  z-index: 0;
  padding: 80px 0;
  color: #fff;
  background-color: #2c4ea1;
}
.p-function-cta .p-function-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  .p-function-cta .p-function-cta__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-function-cta .p-function-cta__desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-function-cta .p-function-cta__title {
  font-size: 38px;
  font-weight: 700;
}
.p-function-cta .p-function-cta__button .c-button {
  --color: #2c4ea1;
}
.p-function-function {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  background-color: #f1f7fd;
}
@media screen and (width <= 768px) {
  .p-function-function {
    padding: 3.5rem 0;
  }
}
.p-function-details {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
.p-function-details .p-function-details__content {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
.p-function-details .p-function-details__item {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.p-function-details .p-function-details__functions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-function-details .p-function-details__title {
  font-size: 22px;
  font-weight: 500;
}
.p-function-faq {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  background-color: #f9f8f9;
}
.p-function-faq .p-function-faq__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-function-feature {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-function-feature {
    padding: 3rem 0;
  }
}
@media screen and (width <= 768px) {
  .p-function-feature .l-alternate {
    gap: 2.5rem;
  }
}
.p-function-feature .p-function-feature__image {
  overflow: hidden;
  border-radius: 12px;
  border:1px solid #eee;
  box-sizing: border-box;
}
.p-function-feature .p-function-feature__image img {
  width: 100%;
}
.p-function-feature .p-function-feature__desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (width <= 768px) {
  .p-function-feature .p-function-feature__desc {
    gap: 1.25rem;
  }
}
.p-function-feature .p-function-feature__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (width <= 768px) {
  .p-function-feature .p-function-feature__header {
    gap: 0.25rem;
  }
}
.p-function-feature .p-function-feature__label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-function-feature .p-function-feature__label {
    font-size: 1rem;
  }
}
.p-function-feature .p-function-feature__count::before {
  content: counter(feature, decimal-leading-zero);
}
.p-function-feature .p-function-feature__title {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (width <= 768px) {
  .p-function-feature .p-function-feature__title {
    font-size: 1.375rem;
  }
}
@media screen and (width <= 768px) {
  .p-function-feature .p-function-feature__lead {
    font-size: 0.9375rem;
  }
}
.p-function-document {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-function-document {
    padding: 3.5rem 0;
  }
}
.p-function-document .c-container {
  --container: 940px;
}
.c-block-document {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  padding: 40px 48px;
  background-color: #fff;
  border: 1px solid #3370d7;
  border-radius: 8px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (width <= 768px) {
  .c-block-document {
    padding: 1.5rem 1.25rem;
    border-width: 0.0625rem;
    border-radius: 0.5rem;
  }
}
.c-block-document .c-block-document__inner {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-block-document .c-block-document__inner {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-block-document .c-block-document__img {
  flex-shrink: 0;
  width: min(328px, 38.8625592417%);
  box-shadow: 0 0 12px 1px rgba(63, 64, 102, 0.05);
}
@media screen and (width <= 768px) {
  .c-block-document .c-block-document__img {
    width: 100%;
    box-shadow: 0 0 0.75rem 0.0625rem rgba(63, 64, 102, 0.05);
  }
}
.c-block-document .c-block-document__desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .c-block-document .c-block-document__desc {
    gap: 0.5rem;
  }
}
.c-block-document .c-block-document__title {
  font-size: 22px;
  font-weight: 700;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .c-block-document .c-block-document__title {
    font-size: 1rem;
  }
}
.c-block-document .c-block-document__title--sm {
  font-size: 18px;
}
.c-block-document .c-block-document__caption {
  font-size: 14px;
  font-weight: 700;
  color: #ff4a11;
}
@media screen and (width <= 768px) {
  .c-block-document .c-block-document__caption {
    font-size: 0.875rem;
  }
}
@media screen and (width <= 768px) {
  .c-block-document .c-block-document__lead {
    font-size: 0.875rem;
  }
}
.c-block-document .c-block-document__button {
  margin-top: 12px;
}
@media screen and (width <= 768px) {
  .c-block-document .c-block-document__button {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media screen and (width <= 768px) {
  .c-block-document .c-block-document__button .c-button {
    width: 100%;
  }
}
.c-block-document .c-block-document__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-block-document .c-block-document__images {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (width <= 768px) {
  .c-block-document .c-block-document__images {
    gap: 0.75rem;
  }
}
.c-block-document .c-block-document__images-item {
  width: calc((100% - 36px) / 4);
}
@media screen and (width <= 768px) {
  .c-block-document .c-block-document__images-item {
    width: calc((100% - 0.75rem) / 2);
  }
}
.c-block-document .c-block-document__images-item img {
  width: 100%;
}
.p-function-other {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  background-color: #f9f8f9;
}
.p-function-other .c-container {
  --gap: 40px;
}
.p-function-other .p-function-other__title {
  font-size: 32px;
  font-weight: 700;
  color: #3370d7;
  text-align: center;
}
.p-function-other .p-function-other__content .c-block-function {
  background-color: #fff;
}
.p-function-other .p-function-other__button {
  display: flex;
  justify-content: center;
}
.p-function-other .p-function-other__button .c-button {
  --color: #3370d7;
}
.p-function-functions {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .p-function-functions {
    padding: 3.5rem 0;
  }
}
.p-function-functions .p-function-functions__title {
  font-size: 32px;
  font-weight: 700;
  color: #3370d7;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-function-functions .p-function-functions__title {
    font-size: 1.375rem;
  }
}
.p-function-functions .p-function-functions__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (width <= 768px) {
  .p-function-functions .p-function-functions__content {
    gap: 1.5rem;
  }
}
.p-function-functions .p-function-functions__list {
  display: flex;
  flex-wrap: wrap;
}
.p-function-functions .p-function-functions__list-item {
  display: flex;
  width: 33.3333333333%;
  border-bottom: solid 1px #e4e5e9;
}
@media screen and (width <= 768px) {
  .p-function-functions .p-function-functions__list-item {
    width: 50%;
  }
  .p-function-functions .p-function-functions__list-item:not(:nth-child(2n)) {
    border-right: solid 1px #e4e5e9;
  }
  .p-function-functions .p-function-functions__list-item:nth-last-child(-n+2) {
    border-bottom: unset;
  }
}
@media screen and (width >= 769px) {
  .p-function-functions .p-function-functions__list-item:not(:nth-child(3n)) {
    border-right: solid 1px #e4e5e9;
  }
  .p-function-functions .p-function-functions__list-item:nth-last-child(-n+3) {
    border-bottom: unset;
  }
}
.p-function-functions .p-function-functions__group {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  .p-function-functions .p-function-functions__group {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-function-functions .p-function-functions__group-item {
  flex-grow: 1;
  max-width: 900px;
  background-color: #fff;
  border-radius: 4px;
}
.p-function-functions .p-function-functions__label {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-function-functions .p-function-functions__label {
    gap: 0.5rem;
  }
}
.p-function-functions .p-function-functions__label-icon {
  flex-shrink: 0;
}
.p-function-functions .p-function-functions__label-icon .c-icon {
  display: block;
}
@media screen and (width <= 768px) {
  .p-function-functions .p-function-functions__label-icon .c-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-function-functions .p-function-functions__label-text {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (width <= 768px) {
  .p-function-functions .p-function-functions__label-text {
    font-size: 1rem;
  }
}
.p-function-functions-block {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 12px 16px 12px 24px;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .p-function-functions-block {
    padding: 0.75rem 0.5rem 0.75rem 0.75rem;
  }
}
.p-function-functions-block .p-function-functions-block__inner {
  display: flex;
  flex-grow: 1;
  gap: 16px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-function-functions-block .p-function-functions-block__inner {
    gap: 0.75rem;
  }
}
.p-function-functions-block .p-function-functions-block__icon {
  flex-shrink: 0;
  width: 48px;
}
@media screen and (width <= 768px) {
  .p-function-functions-block .p-function-functions-block__icon {
    width: 2rem;
  }
}
.p-function-functions-block .p-function-functions-block__label {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  .p-function-functions-block .p-function-functions-block__label {
    gap: 0.5rem;
  }
}
.p-function-functions-block .p-function-functions-block__label-text {
  font-size: 16px;
  font-weight: 700;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-function-functions-block .p-function-functions-block__label-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.p-function-functions-block .p-function-functions-block__arrow {
  flex-shrink: 0;
  color: #3370d7;
}
.p-function-functions-block .p-function-functions-block__text-small {
  font-size: 12px;
}
@media screen and (width <= 768px) {
  .p-function-functions-block .p-function-functions-block__text-small {
    font-size: 0.75rem;
  }
}
a.p-function-functions-block:hover {
  background-color: #ebf9ff;
}
.p-price-info {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
.p-price-info .p-price-info__table-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (width <= 768px) {
  .p-price-info .p-price-info__table-wrap {
    gap: 1.5rem;
  }
}
.p-price-info .p-price-info__table {
  width: 100%;
  line-height: 1.5;
  border-collapse: collapse;
}
.p-price-info .p-price-info__table th,
.p-price-info .p-price-info__table td {
  padding: 12px 20px;
  overflow-wrap: anywhere;
  white-space: normal;
  border: 1px solid #e4e5e9;
}
@media screen and (width <= 768px) {
  .p-price-info .p-price-info__table th,
  .p-price-info .p-price-info__table td {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}
.p-price-info .p-price-info__table th {
  font-weight: 500;
}
.p-price-info .p-price-info__table thead th,
.p-price-info .p-price-info__table thead td {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-price-info .p-price-info__table thead th,
  .p-price-info .p-price-info__table thead td {
    padding: 0.25rem;
  }
}
.p-price-info .p-price-info__table tbody tr:nth-child(even) {
  background-color: #f1f7fd;
}
.p-price-info .p-price-info__table .p-price-info__cell-lg {
  width: 362px;
}
@media screen and (width <= 768px) {
  .p-price-info .p-price-info__table .p-price-info__cell-lg {
    width: 8.5rem;
  }
}
.p-price-info .p-price-info__table .p-price-info__cell-sm {
  text-align: center;
  vertical-align: middle;
}
@media screen and (width <= 768px) {
  .p-price-info .p-price-info__table .p-price-info__cell-sm {
    width: 4.125rem;
  }
}
.p-price-info .p-price-info__header {
  display: flex;
  justify-content: flex-end;
}
@media screen and (width <= 768px) {
  .p-price-info .p-price-info__header {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-price-info .p-price-info__header-item {
  width: 266px;
}
@media screen and (width <= 768px) {
  .p-price-info .p-price-info__header-item {
    width: 100%;
  }
}
@media screen and (width >= 769px) {
  .p-price-info .p-price-info__header-item:first-child .p-price-info-block {
    border-top-right-radius: unset;
  }
  .p-price-info .p-price-info__header-item:nth-child(2) .p-price-info-block {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
  .p-price-info .p-price-info__header-item:last-child .p-price-info-block {
    border-top-left-radius: unset;
  }
}
.p-price-info .p-price-info__icon-check {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #3370d7;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .p-price-info .p-price-info__icon-check {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.p-price-info .p-price-info__icon-check::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: currentcolor;
  mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+CiAgPHBhdGggZD0iTTkgMEM0LjAzNzU5IDAgMCA0LjAzNzU5IDAgOWMwIDQuOTYyNCA0LjAzNzU5IDkgOSA5IDQuOTYyNCAwIDktNC4wMzc2IDktOSAwLTQuOTYyNDEtNC4wMzc2LTktOS05bTUuMDMwMSA2LjYzMTU4TDguMjc4MiAxMi4zMzgzYy0uMzM4MzUuMzM4NC0uODc5Ny4zNjA5LTEuMjQwNjEuMDIyNkwzLjk5MjQ4IDkuNTg2NDdjLS4zNjA5LS4zMzgzNS0uMzgzNDYtLjkwMjI2LS4wNjc2Ny0xLjI2MzE2LjMzODM1LS4zNjA5LjkwMjI2LS4zODM0NiAxLjI2MzE2LS4wNDUxMWwyLjQxMzUzIDIuMjEwNSA1LjE0MjktNS4xNDI4NGMuMzYwOS0uMzYwOS45MjQ4LS4zNjA5IDEuMjg1NyAwIC4zNjA5LjM2MDkxLjM2MDkuOTI0ODIgMCAxLjI4NTcyIi8+Cjwvc3ZnPg==");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.p-price-info-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 26px 24px;
  border: solid 1px #e4e5e9;
  border-top: 6px solid #3370d7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (width <= 768px) {
  .p-price-info-block {
    gap: unset;
    padding: 1.5rem 0.75rem;
    border-radius: 0.5rem;
  }
}
.p-price-info-block .p-price-info-block__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-price-info-block .p-price-info-block__title {
    font-size: 1.125rem;
  }
}
.p-price-info-block .p-price-info-block__lead {
  font-size: 14px;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-price-info-block .p-price-info-block__lead {
    font-size: 0.875rem;
  }
}
.p-price-info-block .p-price-info-block__button {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (width <= 768px) {
  .p-price-info-block .p-price-info-block__button {
    margin-top: 0.75rem;
  }
}
.p-price-info-block .p-price-info-block__button .c-button {
  --color: #3370d7;
}
.p-price-info-price {
  text-align: center;
}
.p-price-info-price .p-price-info-price__label {
  font-size: 14px;
}
@media screen and (width <= 768px) {
  .p-price-info-price .p-price-info-price__label {
    font-size: 0.875rem;
  }
}
.p-price-info-price .p-price-info-price__price {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-price-info-price .p-price-info-price__price {
    font-size: 2.125rem;
  }
}
.p-price-info-price .p-price-info-price__unit {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .p-price-info-price .p-price-info-price__unit {
    font-size: 1rem;
  }
}
.p-flow-flow {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
@media screen and (width <= 768px) {
  .p-flow-flow {
    padding: 3.5rem 0;
  }
}
.p-flow-flow .c-container {
  --container: 880px;
}
.p-flow-flow .p-flow-flow__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (width <= 768px) {
  .p-flow-flow .p-flow-flow__content {
    gap: 2rem;
  }
}
.p-flow-flow-block {
  position: relative;
  display: flex;
  gap: 40px;
  padding: 40px 64px 40px 32px;
  background-color: #fff;
  border: solid 1px #e4e5e9;
  border-radius: 12px;
}
@media screen and (width <= 768px) {
  .p-flow-flow-block {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0.25rem 1.25rem 1.25rem;
    border-width: 0.0625rem;
    border-radius: 0.75rem;
  }
}
.p-flow-flow-block:not(:last-child)::after {
  position: absolute;
  bottom: -16px;
  left: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 16px;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-flow-flow-block:not(:last-child)::after {
    bottom: -1rem;
    left: calc(50% - 1.5625rem);
    width: 3.125rem;
    height: 1rem;
  }
}
.p-flow-flow-block .p-flow-flow-block__header {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 120px;
  border-right: solid 1px #e4e5e9;
}
@media screen and (width <= 768px) {
  .p-flow-flow-block .p-flow-flow-block__header {
    width: 100%;
    border-right: unset;
    border-bottom: solid 0.0625rem #e4e5e9;
  }
}
@media screen and (width <= 768px) {
  .p-flow-flow-block .p-flow-flow-block__step {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
}
.p-flow-flow-block .p-flow-flow-block__step-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-flow-flow-block .p-flow-flow-block__step-label {
    font-size: 1rem;
  }
}
.p-flow-flow-block .p-flow-flow-block__step-count {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-flow-flow-block .p-flow-flow-block__step-count {
    font-size: 2rem;
  }
}
.p-flow-flow-block .p-flow-flow-block__step-count::before {
  content: counter(flow);
}
.p-flow-flow-block .p-flow-flow-block__body {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-flow-flow-block .p-flow-flow-block__body {
    gap: 1rem;
    align-items: flex-start;
  }
}
.p-flow-flow-block .p-flow-flow-block__img {
  flex-shrink: 0;
  width: 96px;
}
@media screen and (width <= 768px) {
  .p-flow-flow-block .p-flow-flow-block__img {
    width: 3rem;
    margin: 0 auto;
  }
}
.p-flow-flow-block .p-flow-flow-block__img img {
  width: 100%;
}
.p-flow-flow-block .p-flow-flow-block__desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (width <= 768px) {
  .p-flow-flow-block .p-flow-flow-block__desc {
    gap: 0.5rem;
  }
}
.p-flow-flow-block .p-flow-flow-block__title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .p-flow-flow-block .p-flow-flow-block__title {
    font-size: 1rem;
  }
}
@media screen and (width <= 768px) {
  .p-flow-flow-block .p-flow-flow-block__lead {
    font-size: 0.875rem;
  }
}
.p-flow-flow-block .p-flow-flow-block__text-small {
  font-size: 14px;
}
@media screen and (width <= 768px) {
  .p-flow-flow-block .p-flow-flow-block__text-small {
    font-size: 0.875rem;
  }
}
.c-contact {
  padding: 40px 48px;
  background-color: #fff;
  border: solid 1px #3370d7;
  border-radius: 8px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (width <= 768px) {
  .c-contact {
    padding: 1.5rem 1.25rem;
    border-width: 0.0625rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.75rem 0.125rem rgba(0, 0, 0, 0.1);
  }
}
.c-contact .c-contact__inner {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-contact .c-contact__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.c-contact .c-contact__img {
  flex-shrink: 0;
  width: 96px;
}
.c-contact .c-contact__desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .c-contact .c-contact__desc {
    gap: 0.5rem;
  }
}
.c-contact .c-contact__title {
  font-size: 22px;
  font-weight: 700;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .c-contact .c-contact__title {
    font-size: 1rem;
  }
}
@media screen and (width <= 768px) {
  .c-contact .c-contact__lead {
    font-size: 0.875rem;
  }
}
.c-block-support .c-block-support__inner {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-block-support .c-block-support__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.c-block-support .c-block-support__desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(740px, 63.7931034483%);
}
@media screen and (width <= 768px) {
  .c-block-support .c-block-support__desc {
    gap: 0.75rem;
    width: 100%;
  }
}
.c-block-support .c-block-support__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (width <= 768px) {
  .c-block-support .c-block-support__header {
    gap: 0.25rem;
  }
}
.c-block-support .c-block-support__label {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-block-support .c-block-support__label {
    gap: 0.75rem;
  }
}
.c-block-support .c-block-support__count {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .c-block-support .c-block-support__count {
    font-size: 0.9375rem;
  }
}
.c-block-support .c-block-support__count::after {
  content: counter(support, decimal-leading-zero);
}
.c-block-support .c-block-support__title {
  font-size: 36px;
  font-weight: 500;
}
@media screen and (width <= 768px) {
  .c-block-support .c-block-support__title {
    font-size: 1.375rem;
  }
}
@media screen and (width <= 768px) {
  .c-block-support .c-block-support__lead {
    font-size: 0.9375rem;
  }
}
.c-block-support .c-block-support__img {
  flex-shrink: 0;
  width: min(340px, 29.3103448276%);
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (width <= 768px) {
  .c-block-support .c-block-support__img {
    width: 100%;
    border-radius: 0.5rem;
  }
}
.c-block-support .c-block-support__img img {
  width: 100%;
}
.c-block-support .c-block-support__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #2c4ea1;
  border-radius: 2px;
}
@media screen and (width <= 768px) {
  .c-block-support .c-block-support__badge {
    min-height: 1.625rem;
    padding: 0.125rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.125rem;
  }
}
.c-block-support .c-block-support__badge--md {
  min-height: 38px;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .c-block-support .c-block-support__badge--md {
    min-height: 2.375rem;
    padding: 0.25rem 0.625rem;
    font-size: 0.875rem;
  }
}
.c-block-support .c-block-support__badge--accent {
  background-color: #f39800;
  border-top-right-radius: unset;
  border-bottom-left-radius: unset;
}
.p-support-overview {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-support-overview {
    padding: 2.625rem 0;
  }
}
.p-support-onboarding {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-support-onboarding {
    padding: 3.5rem 0;
  }
}
.p-support-onboarding .p-support-onboarding__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__heading {
    gap: 0.75rem;
  }
}
.p-support-onboarding .p-support-onboarding__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #2c4ea1;
  border-radius: 2px;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__badge {
    min-height: 1.625rem;
    padding: 0.125rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.125rem;
  }
}
.p-support-onboarding .p-support-onboarding__badge--md {
  min-height: 38px;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__badge--md {
    min-height: 2.375rem;
    padding: 0.25rem 0.625rem;
    font-size: 0.875rem;
  }
}
.p-support-onboarding .p-support-onboarding__badge--accent {
  background-color: #f39800;
  border-top-right-radius: unset;
  border-bottom-left-radius: unset;
}
.p-support-onboarding .p-support-onboarding__container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__container {
    gap: 2.5rem;
  }
}
.p-support-onboarding .p-support-onboarding__container:not(:last-child) {
  padding-bottom: 80px;
  border-bottom: 1px dashed #cbcdd6;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__container:not(:last-child) {
    padding-bottom: 2.5rem;
    border-bottom-width: 0.0625rem;
  }
}
.p-support-onboarding .p-support-onboarding__container + .p-support-onboarding__container {
  margin-top: 80px;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__container + .p-support-onboarding__container {
    margin-top: 2.5rem;
  }
}
.p-support-onboarding .p-support-onboarding__inner {
  display: flex;
  gap: 74px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (width >= 769px) {
  .p-support-onboarding .p-support-onboarding__inner--reverse {
    flex-direction: row-reverse;
  }
}
.p-support-onboarding .p-support-onboarding__desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(530px, 45.6896551724%);
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__desc {
    gap: 1.5rem;
    width: 100%;
  }
}
.p-support-onboarding .p-support-onboarding__label {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__label {
    gap: 0.75rem;
  }
}
.p-support-onboarding .p-support-onboarding__count {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__count {
    font-size: 0.9375rem;
  }
}
.p-support-onboarding .p-support-onboarding__count::after {
  content: counter(onboarding, decimal-leading-zero);
}
.p-support-onboarding .p-support-onboarding__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__group {
    gap: 1rem;
  }
}
.p-support-onboarding .p-support-onboarding__title {
  font-size: 36px;
  font-weight: 500;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__title {
    font-size: 1.375rem;
  }
}
.p-support-onboarding .p-support-onboarding__title--sm {
  font-size: 24px;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__title--sm {
    font-size: 1.125rem;
  }
}
.p-support-onboarding .p-support-onboarding__img {
  width: min(530px, 45.6896551724%);
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__img {
    width: 100%;
  }
}
.p-support-onboarding .p-support-onboarding__col-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__col-info {
    gap: 0.75rem;
  }
}
.p-support-onboarding .p-support-onboarding__list {
  padding: 20px 40px;
  color: #3370d7;
  background-color: #f1f7fd;
  border-radius: 8px;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__list {
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
.p-support-onboarding .p-support-onboarding__list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__list-item {
    gap: 0.5rem;
    font-size: 0.875rem;
  }
}
.p-support-onboarding .p-support-onboarding__list-item::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 10px;
  content: "";
  background-color: currentcolor;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__list-item::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.625rem;
  }
}
.p-support-onboarding .p-support-onboarding__list-item + .p-support-onboarding__list-item {
  margin-top: 12px;
}
@media screen and (width <= 768px) {
  .p-support-onboarding .p-support-onboarding__list-item + .p-support-onboarding__list-item {
    margin-top: 0.75rem;
  }
}
.p-support-onboarding .p-support-onboarding__contact {
  max-width: 940px;
  margin: 0 auto;
}
.p-support-support {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-support-support {
    padding: 3.5rem 0;
  }
}
.p-support-support .p-support-support__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__heading {
    gap: 0.75rem;
  }
}
.p-support-support .p-support-support__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #2c4ea1;
  border-radius: 2px;
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__badge {
    min-height: 1.625rem;
    padding: 0.125rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.125rem;
  }
}
.p-support-support .p-support-support__badge--md {
  min-height: 38px;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__badge--md {
    min-height: 2.375rem;
    padding: 0.25rem 0.625rem;
    font-size: 0.875rem;
  }
}
.p-support-support .p-support-support__badge--accent {
  background-color: #f39800;
  border-top-right-radius: unset;
  border-bottom-left-radius: unset;
}
.p-support-support .p-support-support__item:not(:last-child) {
  padding-bottom: 56px;
  border-bottom: 1px dashed #cbcdd6;
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__item:not(:last-child) {
    padding-bottom: 3rem;
    border-bottom: 0.0625rem dashed #cbcdd6;
  }
}
.p-support-support .p-support-support__item + .p-support-support__item {
  margin-top: 56px;
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__item + .p-support-support__item {
    margin-top: 3rem;
  }
}
.p-support-support .p-support-support__table-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__table-container {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.p-support-support .p-support-support__table {
  text-align: left;
}
.p-support-support .p-support-support__table thead th,
.p-support-support .p-support-support__table thead td {
  font-weight: 500;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__table th,
  .p-support-support .p-support-support__table td {
    font-size: 0.875rem;
    vertical-align: middle;
  }
}
.p-support-support .p-support-support__table th:nth-child(1),
.p-support-support .p-support-support__table td:nth-child(1) {
  width: 500px;
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__table th:nth-child(1),
  .p-support-support .p-support-support__table td:nth-child(1) {
    width: 9.375rem;
  }
}
.p-support-support .p-support-support__table-info {
  color: #383941;
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__table-info {
    font-size: 0.9375rem;
  }
}
.p-support-support .p-support-support__text-small {
  font-size: 14px;
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__text-small {
    font-size: 0.875rem;
  }
}
.p-support-support .p-support-support__button {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__button {
    margin-top: 0.5rem;
  }
}
@media screen and (width <= 768px) {
  .p-support-support .p-support-support__button .c-button {
    width: 100%;
  }
}
.p-support-other {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  background-color: #f1f7fd;
}
@media screen and (width <= 768px) {
  .p-support-other {
    padding: 3.5rem 0;
  }
}
.p-support-other .p-support-other__item:not(:last-child) {
  padding-bottom: 56px;
  border-bottom: 1px dashed #cbcdd6;
}
@media screen and (width <= 768px) {
  .p-support-other .p-support-other__item:not(:last-child) {
    padding-bottom: 3rem;
    border-bottom: 0.0625rem dashed #cbcdd6;
  }
}
.p-support-other .p-support-other__item + .p-support-other__item {
  margin-top: 56px;
}
@media screen and (width <= 768px) {
  .p-support-other .p-support-other__item + .p-support-other__item {
    margin-top: 3rem;
  }
}
.p-support-contact {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-support-contact {
    padding: 3.5rem 0;
  }
}
.p-support-contact .c-container {
  --container: 940px;
}
.p-scene-feature {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
@media screen and (width <= 768px) {
  .p-scene-feature {
    padding: 4rem 0;
  }
}
.p-scene-feature .c-container {
  --gap: 80px;
}
@media screen and (width <= 768px) {
  .p-scene-feature .c-container {
    --gap: 2rem;
  }
}
.p-scene-feature .p-scene-feature__items-image {
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (width <= 768px) {
  .p-scene-feature .p-scene-feature__items-image {
    border-radius: 0.5rem;
  }
}
.p-scene-feature .p-scene-feature__items-image img {
  width: 100%;
}
.p-scene-feature .p-scene-feature__items-desc {
  display: flex;
  flex-direction: column;
}
.p-scene-feature .p-scene-feature__items-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
}
@media screen and (width <= 768px) {
  .p-scene-feature .p-scene-feature__items-label {
    font-size: 1rem;
  }
}
.p-scene-feature .p-scene-feature__items-title {
  margin-top: 4px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .p-scene-feature .p-scene-feature__items-title {
    margin-top: 0.25rem;
    font-size: 1.375rem;
  }
}
.p-scene-feature .p-scene-feature__items-lead {
  margin-top: 20px;
}
@media screen and (width <= 768px) {
  .p-scene-feature .p-scene-feature__items-lead {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}
.p-scene-feature .p-scene-feature__items-button {
  margin-top: 32px;
}
@media screen and (width <= 768px) {
  .p-scene-feature .p-scene-feature__items-button {
    margin-top: 2rem;
  }
}
@media screen and (width <= 768px) {
  .p-scene-feature .p-scene-feature__items-button .c-button {
    width: 100%;
  }
}
.p-scene-functions {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .p-scene-functions {
    padding: 3.5rem 0;
  }
}
.p-scene-functions .c-container {
  --gap: 40px;
}
@media screen and (width <= 768px) {
  .p-scene-functions .c-container {
    --gap: 1.5rem;
  }
}
.p-scene-functions .p-scene-functions__heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (width <= 768px) {
  .p-scene-functions .p-scene-functions__heading {
    gap: 1rem;
  }
}
.p-scene-functions .p-scene-functions__title {
  font-size: 32px;
  font-weight: 700;
  color: #3370d7;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-scene-functions .p-scene-functions__title {
    font-size: 1.375rem;
  }
}
.p-scene-functions .p-scene-functions__caption {
  text-align: center;
}
.p-scene-functions .p-scene-functions__button {
  display: flex;
  justify-content: center;
}
.p-scene-other {
  position: relative;
  z-index: 0;
  padding: 96px 0;
  background-color: #f9f8f9;
}
@media screen and (width <= 768px) {
  .p-scene-other {
    padding: 5rem 0;
  }
}
.p-scene-other .p-scene-other__list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
@media screen and (width <= 768px) {
  .p-scene-other .p-scene-other__list {
    gap: 1.5rem;
  }
}
.p-scene-other .p-scene-other__list-item {
  width: calc((100% - 68px) / 3);
}
@media screen and (width <= 768px) {
  .p-scene-other .p-scene-other__list-item {
    width: 100%;
  }
}
.p-scene-other-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (width <= 768px) {
  .p-scene-other-card {
    gap: 0.5rem;
  }
}
.p-scene-other-card .p-scene-other-card__image {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (width <= 768px) {
  .p-scene-other-card .p-scene-other-card__image {
    border-radius: 0.5rem;
  }
}
.p-scene-other-card .p-scene-other-card__image img {
  width: 100%;
}
.p-scene-other-card .p-scene-other-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
@media screen and (width <= 768px) {
  .p-scene-other-card .p-scene-other-card__body {
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
}
.p-scene-other-card .p-scene-other-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #3370d7;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .p-scene-other-card .p-scene-other-card__title {
    font-size: 1.125rem;
  }
}
@media screen and (width <= 768px) {
  .p-scene-other-card .p-scene-other-card__lead {
    font-size: 0.9375rem;
  }
}
.p-scene-other-card .p-scene-other-card__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
.p-scene-strengths {
  position: relative;
  z-index: 0;
  padding: 96px 0;
}
.p-scene-strengths .p-scene-strengths__list {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
}
.p-scene-strengths .p-scene-strengths__list-item {
  width: calc((100% - 92px) / 3);
}
@media screen and (width <= 768px) {
  .p-scene-strengths .p-scene-strengths__list-item {
    width: 100%;
  }
}
.js-slider-carousel .swiper-wrapper {
  transition-timing-function: linear;
}

/* plainer */
.plainer_box {
  margin: 0 auto;
  padding: 0; 
  overflow: hidden;
  height: 100vh;
  max-width: 1160px;
  aspect-ratio: 16 / 9;
  box-sizing: border-box;
}

@media screen and (width <= 768px) {
  .plainer_box {
    width: 96%;
    height: 54%;
  }
}