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

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

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentcolor;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
figure,
button {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
body.is-non-scroll {
  overflow-y: hidden;
}

a {
  text-decoration: none;
  color: #222;
  transition: all 0.3s ease;
}
a:hover {
  color: #0174c4;
}

:root {
  --scrollbar: 0;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding-inline: 40px 20px;
}
@media screen and (max-width: 1208px) {
  .l-header {
    height: 80px;
    padding-inline: 15px 56px;
  }
}
.l-header.-border-bottom {
  border-bottom: 0.5px solid #b1d2e2;
}
.l-header__logo {
  width: 204px;
  padding-block: 16px 18px;
}
@media screen and (max-width: 1208px) {
  .l-header__logo {
    width: 160px;
    padding-block: 10px;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.l-header__logo a:hover {
  opacity: 0.8;
}
.l-header__content {
  margin-inline: auto 30px;
}
@media screen and (max-width: 1208px) {
  .l-header__content {
    top: 80px;
    height: calc(100dvh - 80px);
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
  }
}
.l-header__content.is-show {
  display: block;
}
.l-header__button-area {
  max-width: 370px;
  width: 100%;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 1208px) {
  .l-header__button-area {
    max-width: 124px;
    gap: 0 4px;
  }
}
.l-header__button-area-item {
  width: 50%;
  height: 50px;
}
@media screen and (max-width: 1208px) {
  .l-header__button-area-item {
    height: 60px;
  }
}
.l-header__button-area-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #1388db, #004991);
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 11px;
  padding-inline: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 1208px) {
  .l-header__button-area-button {
    font-size: 1rem;
    border-radius: 10px;
    padding-inline: 0;
    height: 100%;
  }
}
.l-header__button-area-button span {
  display: inline-block;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  position: relative;
  z-index: 2;
}
.l-header__button-area-button span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 23px;
  background-image: url("/business/assets/img/common/kinkos-biz-wp_1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1208px) {
  .l-header__button-area-button span {
    padding-block: 34px 6px;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .l-header__button-area-button span::before {
    width: 30px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.l-header__button-area-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(120deg, #0055a8, #02367b);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-header__button-area-button:hover {
  color: #fff;
}
.l-header__button-area-button:hover::before {
  opacity: 1;
}
.l-header__button-area-button.-color-orange {
  background-image: linear-gradient(120deg, #ff941c, #f67735);
  color: #222;
}
.l-header__button-area-button.-color-orange span {
  -webkit-padding-start: 43px;
          padding-inline-start: 43px;
}
.l-header__button-area-button.-color-orange span::before {
  width: 33px;
  height: 21px;
  background-image: url("/business/assets/img/common/icon_mail.svg");
}
@media screen and (max-width: 1208px) {
  .l-header__button-area-button.-color-orange span {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .l-header__button-area-button.-color-orange span::before {
    width: 25px;
    height: 16px;
    top: 14px;
  }
}
.l-header__button-area-button.-color-orange::before {
  background-image: linear-gradient(120deg, #f67735, #ec5e14);
}
.l-header__button-area-button .u-show-only.-pc {
  display: block;
}
@media screen and (max-width: 1208px) {
  .l-header__button-area-button .u-show-only.-pc {
    display: none;
  }
}
.l-header__button-area-button .u-show-only.-sp {
  display: none;
}
@media screen and (max-width: 1208px) {
  .l-header__button-area-button .u-show-only.-sp {
    display: block;
  }
}

.l-header-nav {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1208px) {
  .l-header-nav {
    display: block;
    height: auto;
  }
}

.l-header-nav-global-list {
  display: flex;
  gap: 0 30px;
}
@media screen and (width <= 1380px) {
  .l-header-nav-global-list {
    gap: 0 24px;
  }
}
@media screen and (max-width: 1208px) {
  .l-header-nav-global-list {
    flex-direction: column;
    border-top: 1px solid #cecece;
  }
}
.l-header-nav-global-list__link {
  position: relative;
  z-index: 501;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition: all 0.3s ease;
}
.l-header-nav-global-list__link[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  margin-inline: 4px;
  width: 18px;
  height: 18px;
  background-image: url("/business/assets/img/common/icon_blank_black.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1208px) {
  .l-header-nav-global-list__link {
    display: block;
    padding-block: 16px;
    padding-inline: 30px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cecece;
    font-size: 1.4rem;
    text-align: left;
  }
}
@media (hover: hover) {
  .l-header-nav-global-list__link:hover {
    text-decoration: none;
  }
  .l-header-nav-global-list__link:hover::after {
    opacity: 1;
  }
}
.l-header-nav-global-list .u-show-only.-sp {
  display: none;
}
@media screen and (max-width: 1208px) {
  .l-header-nav-global-list .u-show-only.-sp {
    display: block;
  }
}

.l-header-nav-global-button {
  padding: 36px 30px 16px;
}
.l-header-nav-global-button__inner {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.l-header-nav-global-button.u-show-only.-sp {
  display: none;
}
@media screen and (max-width: 1208px) {
  .l-header-nav-global-button.u-show-only.-sp {
    display: block;
  }
}

.l-header-hamburger-btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 8px;
  z-index: 0;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1208px) {
  .l-header-hamburger-btn {
    display: block;
  }
}
.l-header-hamburger-btn__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4px;
  width: 18px;
  height: 14px;
  margin-inline: auto;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
.l-header-hamburger-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  transition: 0.3s;
}
.l-header-hamburger-btn .text-menu {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  color: #222;
}
.l-header-hamburger-btn .text-close {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  display: none;
  color: #222;
}
.l-header-hamburger-btn.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.l-header-hamburger-btn.is-active .line:nth-child(2) {
  display: none;
}
.l-header-hamburger-btn.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
.l-header-hamburger-btn.is-active .text-menu {
  display: none;
}
.l-header-hamburger-btn.is-active .text-close {
  display: block;
}
@media (hover: hover) {
  .l-header-hamburger-btn:hover {
    opacity: 0.8;
  }
}

.l-footer-logo-nav {
  padding-block: 40px;
  padding-inline: 40px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .l-footer-logo-nav {
    padding-block: 24px;
    padding-inline: 30px;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.l-footer-logo-nav__inner {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1100px;
}
@media screen and (max-width: 1024px) {
  .l-footer-logo-nav__inner {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.l-footer-logo-nav__logo a:hover {
  opacity: 0.7;
}
.l-footer-logo-nav__logo img {
  width: 204px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .l-footer-logo-nav__logo img {
    width: 198px;
  }
}
.l-footer-logo-nav__nav {
  display: flex;
  gap: 0 69px;
  width: 320px;
}
@media screen and (max-width: 1024px) {
  .l-footer-logo-nav__nav {
    width: 100%;
    justify-content: space-around;
    gap: 0 30px;
  }
}

.l-footer-links-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .l-footer-links-list {
    width: calc(50% - 15px);
  }
}
.l-footer-links-list li {
  font-size: 1.4rem;
  font-weight: bold;
}
.l-footer-links-list li.u-show-only.-sp {
  font-size: 1.2rem;
  font-weight: normal;
}
.l-footer-links-list li a[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  margin-inline: 4px;
  width: 18px;
  height: 18px;
  background-image: url("/business/assets/img/common/icon_blank_black.svg");
  background-repeat: no-repeat;
}

.l-footer-bottom {
  -webkit-padding-after: 34px;
          padding-block-end: 34px;
}
@media screen and (max-width: 1024px) {
  .l-footer-bottom {
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
}
.l-footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1180px;
  font-size: 1.2rem;
  padding-inline: 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer-bottom__inner {
    flex-direction: column;
    padding-inline: 30px;
    row-gap: 20px;
  }
}
.l-footer-bottom__blank-link {
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 1024px) {
  .l-footer-bottom__blank-link {
    gap: 0 30px;
  }
}
.l-footer-bottom__blank-link a {
  color: #0174c4;
}
@media screen and (max-width: 1024px) {
  .l-footer-bottom__blank-link a {
    width: calc(50% - 8px);
  }
}
.l-footer-bottom__blank-link a[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  margin-inline: 4px;
  width: 18px;
  height: 18px;
  background-image: url("/business/assets/img/common/icon_blank_blue.svg");
  background-repeat: no-repeat;
}
.l-footer-bottom__blank-link a:hover {
  text-decoration: underline;
}
.l-footer-bottom__link-copyright {
  display: flex;
  gap: 0 30px;
  width: 320px;
}
.l-footer-bottom__link-copyright a[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  margin-inline: 4px;
  width: 18px;
  height: 18px;
  background-image: url("/business/assets/img/common/icon_blank_black.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .l-footer-bottom__link-copyright {
    width: 100%;
    justify-content: end;
  }
}

.l-main {
  overflow-x: hidden;
}

.l-wrapper {
  padding-block: 168px;
}
@media screen and (max-width: 1024px) {
  .l-wrapper {
    padding-block: 80px 88px;
  }
}
.l-wrapper.-bg-gray {
  background-color: #f1f4f6;
}

.l-container {
  margin-inline: auto;
  padding-inline: 40px;
  -webkit-padding-after: 86px;
          padding-block-end: 86px;
  max-width: 1180px;
  container-type: inline-size;
}
@media screen and (max-width: 1024px) {
  .l-container {
    padding-inline: 15px;
    max-width: 1130px;
  }
}
.l-container.-padding-bottom-none {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-acc__panel {
  display: none;
}
.js-acc__panel.is-open {
  display: block;
  -webkit-animation: fadeIn 0.2s forwards;
          animation: fadeIn 0.2s forwards;
}

/**
 * Swiper 14.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-slides-offset-before);
          margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  -webkit-margin-end: var(--swiper-slides-offset-after);
          margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-slides-offset-before);
          margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  -webkit-margin-after: var(--swiper-slides-offset-after);
          margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev ::slotted(svg),
.swiper-button-prev svg,
.swiper-button-next ::slotted(svg),
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  margin-left: 0;
}
.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  right: auto;
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}
.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
  /* Styles for active thumb slide */
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.c-icon-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #0174c4;
  color: #fff;
  border-radius: 50%;
}
.c-icon-circle__text {
  font-family: "Roboto", sans-serif;
}
.c-icon-circle__text.-small {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 0.5454545455;
}
.c-icon-circle__text.-large {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.0909090909;
}
.p-top-feature .c-icon-circle {
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-padding-before: 8px;
          padding-block-start: 8px;
}
.c-download-banner .c-icon-circle {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -30px;
  left: 20px;
  -webkit-padding-before: 8px;
          padding-block-start: 8px;
}
.c-download-banner .c-icon-circle__text {
  text-align: center;
}
.c-download-banner .c-icon-circle__text.-large {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-download-banner .c-icon-circle {
    width: 60px;
    height: 60px;
    top: -30px;
    -webkit-padding-before: 8px;
            padding-block-start: 8px;
  }
  .c-download-banner .c-icon-circle__text.-large {
    font-size: 1.6rem;
  }
}
.p-feature-box__heading .c-icon-circle {
  width: 67px;
  height: 67px;
  border-radius: 0;
  background-color: transparent;
  color: #0174c4;
  position: absolute;
  top: -35px;
  left: 30px;
  -webkit-padding-before: 6px;
          padding-block-start: 6px;
  background-image: url("/business/assets/img/feature/icon_bg_circle.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  .p-feature-box__heading .c-icon-circle {
    top: -45px;
    left: 0;
  }
}

.c-label {
  display: inline-block;
  padding-block: 4px;
  padding-inline: 8px;
  background-color: #4a4a4a;
  border-radius: 20px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.c-case-card__number .c-label {
  color: #0174c4;
  background-color: #e4f3fa;
}
.p-flow-step__heading .c-label {
  font-family: "Roboto", sans-serif;
  background-color: #0174c4;
  font-size: 1.4rem;
  font-weight: bold;
  padding-block: 8px 6px;
  padding-inline: 15px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.p-flow-flow-step__item .c-label {
  font-size: 1.4rem;
  font-weight: bold;
  padding-block: 6px 7px;
  padding-inline: 18px;
  border-radius: 23px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-flow-flow-step__item .c-label {
    top: -15px;
    left: 15px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.-color-orange .c-label {
  background-color: #f56200;
}
.-color-blue .c-label {
  background-color: #0174c4;
}

.c-link-text {
  color: #0174c4;
}
.c-link-text:hover {
  text-decoration: underline;
}
.c-link-text[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  margin-inline: 4px;
  width: 18px;
  height: 18px;
  background-image: url("/business/assets/img/common/icon_blank_blue.svg");
  background-repeat: no-repeat;
}
.c-link-text.-pdf::after {
  content: "";
  display: inline-block;
  margin-inline: 4px;
  width: 11px;
  height: 11px;
  background-image: url("/assets/img/common/icon_pdf.svg");
  background-repeat: no-repeat;
}

.c-heading-style-a {
  position: relative;
  font-size: 4rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-heading-style-a {
    font-size: 3.2rem;
  }
}
.c-heading-style-a span {
  display: inline-block;
  -webkit-padding-start: 49px;
          padding-inline-start: 49px;
  background-image: url("/business/assets/img/common/icon_heading_a.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 1024px) {
  .c-heading-style-a span {
    -webkit-padding-start: 42px;
            padding-inline-start: 42px;
    background-position: left top 8px;
    background-size: 33px auto;
    text-align: left;
  }
}
.c-heading-style-a + * {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (max-width: 1024px) {
  .c-heading-style-a + * {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.p-top-case .c-heading-style-a + *, .p-top-service .c-heading-style-a + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top-case .c-heading-style-a + *, .p-top-service .c-heading-style-a + * {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.p-top-flow .c-heading-style-a {
  text-align: left;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top-flow .c-heading-style-a {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
.p-top-flow .c-heading-style-a + * {
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
@media screen and (max-width: 1024px) {
  .p-top-flow .c-heading-style-a + * {
    -webkit-margin-before: auto;
            margin-block-start: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-full-box .c-heading-style-a {
    padding-inline: 15px;
  }
}

.c-heading-style-b {
  font-size: 2.4rem;
  line-height: 1.4;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  border-bottom: 1px solid #00a3f5;
}
@media screen and (max-width: 1024px) {
  .c-heading-style-b {
    font-size: 2rem;
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
}
.c-heading-style-b.-border-none {
  color: #0174c4;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  border-bottom: 0;
}
.c-heading-style-b.-border-none + *:not(.p-flow-recommendation-column) {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 1024px) {
  .c-heading-style-b.-border-none + *:not(.p-flow-recommendation-column) {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.c-heading-style-b + *:not(.p-flow-recommendation-column) {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 1024px) {
  .c-heading-style-b + *:not(.p-flow-recommendation-column) {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.c-heading-style-b-bottom {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  -webkit-margin-before: 18px;
          margin-block-start: 18px;
  padding-inline: 20px;
}
.c-heading-style-b-bottom.-is-red {
  color: #00a3f5;
}
@media screen and (max-width: 1024px) {
  .c-heading-style-b-bottom {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
    padding-inline: 0;
    text-align: center;
  }
}
.c-heading-style-b-bottom + * {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
@media screen and (max-width: 1024px) {
  .c-heading-style-b-bottom + * {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.c-page-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 24px;
  width: calc(100% - 80px);
  min-height: 200px;
  border-radius: 20px;
  margin-inline: auto;
  background-image: url("/business/assets/img/common/bg_page_heading_pc.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .c-page-heading {
    padding-inline: 15px;
    width: calc(100% - 30px);
    min-height: 130px;
    background-image: url("/business/assets/img/common/bg_page_heading_sp.svg");
  }
}
.c-page-heading__heading {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .c-page-heading__heading {
    font-size: 3.2rem;
  }
}
.c-page-heading + * {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (max-width: 1024px) {
  .c-page-heading + * {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.c-basic-btn,
.wp-element-button,
.wp-block-button:not(.-is-big) .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link,
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-block: 4px;
  padding-inline: 24px;
  width: 400px;
  min-height: 64px;
  height: 100%;
  border: 1px solid #0174c4;
  background-color: #0174c4;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 11px;
}
@media screen and (max-width: 1024px) {
  .c-basic-btn,
  .wp-element-button,
  .wp-block-button:not(.-is-big) .wp-block-button__link,
  .editor-styles-wrapper .wp-block-button .wp-block-button__link,
  .wptb-button-wrapper:not(.wptb-size-s) .wptb-button {
    width: 315px;
  }
}
.c-basic-btn::after,
.wp-element-button::after,
.wp-block-button:not(.-is-big) .wp-block-button__link::after,
.editor-styles-wrapper .wp-block-button .wp-block-button__link::after,
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  width: 22px;
  height: 100%;
  background-image: url("/business/assets/img/common/arrow_line_white_r.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.c-basic-btn span,
.wp-element-button span,
.wp-block-button:not(.-is-big) .wp-block-button__link span,
.editor-styles-wrapper .wp-block-button .wp-block-button__link span,
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button span {
  display: block;
  -webkit-margin-before: -8px;
          margin-block-start: -8px;
  font-size: 1.2rem;
}
.c-basic-btn span.-inline,
.wp-element-button span.-inline,
.wp-block-button:not(.-is-big) .wp-block-button__link span.-inline,
.editor-styles-wrapper .wp-block-button .wp-block-button__link span.-inline,
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button span.-inline {
  display: inline;
}
.c-basic-btn.-blank::after,
.wp-element-button.-blank::after,
.wp-block-button:not(.-is-big) .wp-block-button__link.-blank::after,
.editor-styles-wrapper .wp-block-button .wp-block-button__link.-blank::after,
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button.-blank::after {
  width: 18px;
  background-image: url("/business/assets/img/common/icon_blank_white.svg");
}
.c-basic-btn.-pdf::after,
.wp-element-button.-pdf::after,
.wp-block-button:not(.-is-big) .wp-block-button__link.-pdf::after,
.editor-styles-wrapper .wp-block-button .wp-block-button__link.-pdf::after,
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button.-pdf::after {
  width: 11px;
  background-image: url("/assets/img/common/icon_pdf.svg");
}
.c-basic-btn.-back,
.wp-element-button.-back,
.wp-block-button:not(.-is-big) .wp-block-button__link.-back,
.editor-styles-wrapper .wp-block-button .wp-block-button__link.-back,
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button.-back {
  border: none;
  background-color: #fff;
  color: #222;
}
.c-basic-btn.-back::before,
.wp-element-button.-back::before,
.wp-block-button:not(.-is-big) .wp-block-button__link.-back::before,
.editor-styles-wrapper .wp-block-button .wp-block-button__link.-back::before,
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button.-back::before {
  content: "";
  display: inline-block;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/common/arrow_line_blue_l.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.c-basic-btn.-back::after,
.wp-element-button.-back::after,
.wp-block-button:not(.-is-big) .wp-block-button__link.-back::after,
.editor-styles-wrapper .wp-block-button .wp-block-button__link.-back::after,
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button.-back::after {
  display: none;
}
.c-basic-btn:disabled,
.wp-element-button:disabled,
.wp-block-button:not(.-is-big) .wp-block-button__link:disabled,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:disabled,
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button:disabled {
  opacity: 0.1;
  cursor: default;
}
.c-basic-btn.-current,
.wp-element-button.-current,
.wp-block-button:not(.-is-big) .wp-block-button__link.-current,
.editor-styles-wrapper .wp-block-button .wp-block-button__link.-current,
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button.-current {
  opacity: 0.7;
}
.c-basic-btn:hover:not([disabled]),
.wp-element-button:hover:not([disabled]),
.wp-block-button:not(.-is-big) .wp-block-button__link:hover:not([disabled]),
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover:not([disabled]),
.wptb-button-wrapper:not(.wptb-size-s) .wptb-button:hover:not([disabled]) {
  background-color: #005d9e;
  color: #fff;
}

.wp-element-button,
.wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  font-size: 1.6rem;
  border-radius: 0;
}

.c-gradation-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-block: 18px;
  padding-inline: 24px;
  width: 100%;
  min-height: 70px;
  height: 100%;
  border-radius: 11px;
  background-image: linear-gradient(120deg, #1388db, #004991);
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
.c-gradation-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(120deg, #0055a8, #02367b);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 11px;
}
.c-gradation-btn__text {
  display: inline-block;
  -webkit-padding-start: 75px;
          padding-inline-start: 75px;
  position: relative;
}
.c-gradation-btn__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 63px;
  height: 36px;
  background-image: url("/business/assets/img/common/kinkos-biz-wp_1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-gradation-btn__sub-text {
  max-width: 205px;
  width: 100%;
  color: #0174c4;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #0174c4;
  border-radius: 99px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 3px 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
.c-gradation-btn__sub-text::before, .c-gradation-btn__sub-text::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.c-gradation-btn__sub-text::before {
  bottom: -6px;
  border-width: 6px 6px 0;
  border-color: #0174c4 transparent transparent;
}
.c-gradation-btn__sub-text::after {
  bottom: -3px;
  border-width: 4px 4px 0;
  border-color: #fff transparent transparent transparent;
}
.c-gradation-btn:hover {
  color: #fff;
}
.c-gradation-btn:hover::before {
  opacity: 1;
}
.c-gradation-btn.-color-orange {
  background-image: linear-gradient(120deg, #ff941c, #f67735);
  color: #222;
}
.c-gradation-btn.-color-orange::before {
  background-image: linear-gradient(120deg, #f67735, #ec5e14);
}
.c-gradation-btn.-color-orange .c-gradation-btn__text::before {
  background-image: url("/business/assets/img/common/icon_mail.svg");
}
.c-gradation-btn.-color-orange .c-gradation-btn__sub-text {
  color: #c84400;
  border: 2px solid #f59b36;
}
.c-gradation-btn.-color-orange .c-gradation-btn__sub-text::before {
  border-color: #f59b36 transparent transparent;
}
.l-header-nav-global-button .c-gradation-btn {
  font-size: 1.6rem;
}
.p-top-mv .c-gradation-btn {
  font-size: 1.4rem;
  padding-inline: 8px;
}
@media screen and (max-width: 1024px) {
  .p-top-mv .c-gradation-btn {
    min-height: 50px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv .c-gradation-btn .c-gradation-btn__text {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
  }
  .p-top-mv .c-gradation-btn .c-gradation-btn__text::before {
    width: 41px;
    height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv .c-gradation-btn .c-gradation-btn__sub-text {
    font-size: 1.2rem;
    -webkit-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
  }
}

* + .c-btn-wrap,
* + .wp-block-buttons {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
@media screen and (max-width: 1024px) {
  * + .c-btn-wrap,
  * + .wp-block-buttons {
    -webkit-margin-before: 36px;
            margin-block-start: 36px;
  }
  * + .c-btn-wrap:where(.p-top *),
  * + .wp-block-buttons:where(.p-top *) {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.c-btn-wrap.-center .c-big-btn,
.wp-block-buttons.-center .c-big-btn {
  margin-inline: auto;
}
.c-btn-wrap.-center .c-big-btn + .c-basic-btn,
.wp-block-buttons.-center .c-big-btn + .c-basic-btn {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.c-btn-wrap.-center .c-basic-btn,
.wp-block-buttons.-center .c-basic-btn {
  margin-inline: auto;
}
.c-btn-wrap.-center .c-basic-btn + .c-basic-btn,
.wp-block-buttons.-center .c-basic-btn + .c-basic-btn {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
.c-btn-wrap.-center .c-mini-btn,
.wp-block-buttons.-center .c-mini-btn {
  margin-inline: auto;
}
.c-btn-wrap.-center .c-mini-btn + .c-basic-btn,
.wp-block-buttons.-center .c-mini-btn + .c-basic-btn {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}
.c-btn-wrap.-flex,
.wp-block-buttons.-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .c-btn-wrap.-flex,
  .wp-block-buttons.-flex {
    flex-direction: column;
  }
}
* + .p-top-feature .c-btn-wrap,
* + .p-top-feature .wp-block-buttons {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (max-width: 1024px) {
  * + .p-top-feature .c-btn-wrap,
  * + .p-top-feature .wp-block-buttons {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
* + .p-top-service .c-btn-wrap,
* + .p-top-service .wp-block-buttons {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 1024px) {
  * + .p-top-service .c-btn-wrap,
  * + .p-top-service .wp-block-buttons {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.c-topic-path {
  width: calc(100% - 80px);
  margin-inline: auto;
  padding-block: 16px;
}
@media screen and (max-width: 1024px) {
  .c-topic-path {
    width: calc(100% - 30px);
  }
}
.c-topic-path .c-topic-path__list {
  display: flex;
  flex-wrap: wrap;
}
.c-topic-path .c-topic-path__list > li {
  color: #222;
  font-size: 1.2rem;
}
.c-topic-path .c-topic-path__list > li:first-child {
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
  background-image: url("/business/assets/img/common/icon_home.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 1024px) {
  .c-topic-path .c-topic-path__list > li {
    font-size: 1rem;
  }
}
.c-topic-path .c-topic-path__list > li + li {
  -webkit-padding-start: 38px;
          padding-inline-start: 38px;
  position: relative;
}
.c-topic-path .c-topic-path__list > li + li::before {
  content: "";
  background-color: #222;
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 14px;
}
@media screen and (max-width: 1024px) {
  .c-topic-path .c-topic-path__list > li + li {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
  .c-topic-path .c-topic-path__list > li + li::before {
    width: 16px;
    left: 8px;
  }
}
.c-topic-path .c-topic-path__list > li a {
  color: #4a4a4a;
  font-weight: normal;
}
.c-topic-path .c-topic-path__list > li a:hover {
  color: #0174c4;
}
.c-topic-path + .c-section-box {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
@media screen and (max-width: 1024px) {
  .c-topic-path + .c-section-box {
    -webkit-margin-before: 56px;
            margin-block-start: 56px;
  }
}

.c-page-navigation__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 48px 16px;
}
@media screen and (max-width: 1024px) {
  .c-page-navigation__list {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.c-page-navigation__list li {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .c-page-navigation__list li {
    min-height: 84px;
  }
}
.c-page-navigation__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 24px 30px;
  padding-inline: 16px;
  height: 100%;
  border: 1px solid #0174c4;
  border-radius: 11px;
  background-color: #e4f3fa;
  background-image: url("/business/assets/img/common/arrow_line_blue_b.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0174c4;
  line-height: 1.4;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-page-navigation__list a {
    font-size: 1.6rem;
    padding-block: 13px 25px;
    padding-inline: 8px;
  }
}
.c-page-navigation__list a:hover {
  background-color: #0174c4;
  background-image: url("/business/assets/img/common/arrow_line_white_b.svg");
  color: #fff;
}
.c-page-navigation__icon {
  -webkit-margin-before: 14px;
          margin-block-start: 14px;
}
.c-page-navigation + * {
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
}
@media screen and (max-width: 1024px) {
  .c-page-navigation + * {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .c-page-navigation:has(.c-icon-circle) .c-page-navigation__list {
    gap: 60px 10px;
  }
}
.c-page-navigation:has(.c-icon-circle) li {
  position: relative;
}
.c-page-navigation:has(.c-icon-circle) li a {
  padding-block: 38px 47px;
}
@media screen and (max-width: 1024px) {
  .c-page-navigation:has(.c-icon-circle) li a {
    padding-block: 13px 25px;
  }
}
.c-page-navigation:has(.c-icon-circle) li a:hover .c-icon-circle {
  border: 3px solid #0174c4;
  background-color: #fff;
  color: #0174c4;
}
.c-page-navigation:has(.c-icon-circle) li .c-icon-circle {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-padding-before: 8px;
          padding-block-start: 8px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-page-navigation:has(.c-icon-circle) li .c-icon-circle {
    top: -50px;
  }
}

.c-card-item {
  display: flex;
  flex-direction: column;
  max-width: 356px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-card-item {
    max-width: none;
  }
}
@media (hover: hover) {
  .c-card-item:hover {
    color: #222;
    text-decoration: none;
  }
  .c-card-item:hover .c-card-item-information__text {
    color: #00a3f5;
    text-decoration: underline;
  }
}
.c-card-item__thumb {
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 26px 30px;
  border-radius: 20px 20px 0 0;
  border: 1px solid #e4f3fa;
  background-color: #e4f3fa;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-card-item__thumb {
    padding: 26px 25px;
  }
}
.c-card-item__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-card-item__thumb img.-default {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-item__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-block: 20px 30px;
  padding-inline: 30px;
  border-radius: 0 0 20px 20px;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
@media screen and (max-width: 1024px) {
  .c-card-item__content {
    padding-block: 20px;
    padding-inline: 15px;
  }
}
.c-card-item__heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.c-card-item__text {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  flex-grow: 1;
}
.c-card-item__button {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.c-card-item__button a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-block: 4px;
  padding-inline: 24px;
  width: 100%;
  min-height: 64px;
  height: 100%;
  border: 1px solid #0174c4;
  background-color: #0174c4;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 11px;
}
.c-card-item__button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  width: 26px;
  height: 100%;
  background-image: url("/business/assets/img/common/icon_download.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.c-card-item__button a:hover:not([disabled]) {
  background-color: #005d9e;
  color: #fff;
}

.c-case-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 163, 245, 0.2);
}
@media screen and (max-width: 1024px) {
  .c-case-card {
    width: 100%;
  }
}
.c-case-card:hover {
  box-shadow: 0 0 4px 0 rgba(1, 116, 196, 0.2);
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.c-case-card__image img {
  width: 100%;
  border-radius: 20px;
}
.c-case-card__catch {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-margin-before: 19px;
          margin-block-start: 19px;
  flex-grow: 1;
  color: #222;
}
.c-case-card__text {
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  color: #222;
}
.c-case-card__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
.c-case-card__number {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  font-size: 1.2rem;
  color: #0174c4;
}

.c-text-box p {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.c-text-box p + p {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.c-text-box.-right {
  text-align: right;
}
.c-text-box.-center {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-text-box.-sp-left {
    text-align: left;
  }
}
.c-text-box + * {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (max-width: 1024px) {
  .c-text-box + * {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
* + .c-text-box {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 1024px) {
  * + .c-text-box {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.c-lead-text-box {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}
.c-lead-text-box + * {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
.c-lead-text-box p + p {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.c-lead-text-box.-center {
  text-align: center;
}

.c-lead-text-box2 {
  font-size: 2.4rem;
  line-height: 1.4;
}
.c-lead-text-box2 + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.c-lead-text-box2 p + p {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.c-section-box {
  margin-inline: auto;
  width: 100%;
}
.c-section-box.-level2 + .c-section-box.-level2 {
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
}
@media screen and (max-width: 1024px) {
  .c-section-box.-level2 + .c-section-box.-level2 {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
.c-section-box.-level3 + .c-section-box.-level3 {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (max-width: 1024px) {
  .c-section-box.-level3 + .c-section-box.-level3 {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.c-section-box + .c-section-box.-no-padding, .c-page-heading + .c-section-box {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.c-section-box.-bg-gray + .c-section-box.-bg-gray {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.c-section-box.-bg-gray {
  background-color: #f1f4f6;
}
.c-section-box.-is-full {
  margin-inline: calc((100% - 100vw) / 2);
  max-width: 100vw;
  width: 100vw;
  background-color: #e4f3fa;
}

.c-column,
.c-editor-area .c-column {
  display: grid;
}
.c-column.-two,
.c-editor-area .c-column.-two {
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .c-column.-two,
  .c-editor-area .c-column.-two {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.c-column.-two + *,
.c-editor-area .c-column.-two + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 1024px) {
  .c-column.-two + *,
  .c-editor-area .c-column.-two + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.c-column.-three,
.c-editor-area .c-column.-three {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 16px;
}
@media screen and (max-width: 1024px) {
  .c-column.-three,
  .c-editor-area .c-column.-three {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.c-column.-three + *,
.c-editor-area .c-column.-three + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 1024px) {
  .c-column.-three + *,
  .c-editor-area .c-column.-three + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.c-column.-four,
.c-editor-area .c-column.-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media screen and (max-width: 1024px) {
  .c-column.-four,
  .c-editor-area .c-column.-four {
    grid-template-columns: 1fr 1fr;
    gap: 48px 23px;
  }
}
.c-column.-four2,
.c-editor-area .c-column.-four2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 56px 21px;
}
@media screen and (max-width: 1024px) {
  .c-column.-four2,
  .c-editor-area .c-column.-four2 {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.c-faq {
  padding-block: 29px;
  padding-inline: 24px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(1, 116, 196, 0.2);
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-faq {
    padding-block: 10px;
    padding-inline: 15px 10px;
  }
}
.c-faq__heading {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  padding-inline: 34px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .c-faq__heading {
    padding-inline: 32px 52px;
  }
}
.c-faq__heading::before {
  position: absolute;
  top: -8px;
  left: 0;
  content: "Q.";
  display: flex;
  width: 26px;
  height: 35px;
  color: #0174c4;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c-faq__heading::before {
    font-size: 2rem;
    top: -4px;
  }
}
.c-faq__heading .c-faq__button {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  background-color: #0174c4;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.c-faq__heading .c-faq__button::before, .c-faq__heading .c-faq__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 1.5px;
  background-color: #fff;
}
.c-faq__heading .c-faq__button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease;
}
.c-faq__heading.is-show .c-faq__button::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-faq__answer {
  background-color: #e4f3fa;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  padding-inline: 53px 20px;
  padding-block: 22px 27px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-faq__answer {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    padding-inline: 39px 10px;
    padding-block: 10px;
  }
}
.c-faq__answer::before {
  position: absolute;
  top: 16px;
  left: 20px;
  content: "A.";
  display: flex;
  width: 26px;
  height: 35px;
  color: #0174c4;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .c-faq__answer::before {
    font-size: 2rem;
    top: 11px;
    left: 10px;
  }
}
.c-faq__answer-heading {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  color: #0174c4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-faq__answer-heading {
    font-size: 1.6rem;
  }
}
.c-faq__answer a:not([class]) {
  color: #0174c4;
}
.c-faq__answer a:not([class]):hover {
  text-decoration: underline;
}
.c-faq__answer a:not([class])[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  margin-inline: 4px;
  width: 18px;
  height: 18px;
  background-image: url("/business/assets/img/common/icon_blank_blue.svg");
  background-repeat: no-repeat;
}
.c-faq__answer.-acc {
  display: none;
}
.c-faq__answer.is-show {
  display: block;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
.c-faq:has(.c-faq__heading:hover) {
  box-shadow: 0 0 4px 0 rgba(1, 116, 196, 0.2);
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.c-faq + .c-faq {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}

.c-contact-download {
  padding-inline: 40px;
  padding-block: 60px 70px;
  background-color: #00a3f5;
  background-image: url("/business/assets/img/common/bg_contact_download_book_pc.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .c-contact-download {
    padding-inline: 15px;
    padding-block: 60px;
    background-image: url("/business/assets/img/common/bg_contact_download_book_sp.svg");
  }
}
.c-contact-download__heading {
  font-weight: bold;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
  -webkit-margin-after: 38px;
          margin-block-end: 38px;
}
@media screen and (max-width: 1024px) {
  .c-contact-download__heading {
    font-size: 2.4rem;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.c-contact-download__inner {
  display: flex;
  padding: 30px 90px 50px;
  background-color: #fff;
  max-width: 1100px;
  margin-inline: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .c-contact-download__inner {
    flex-wrap: wrap;
    gap: 0;
    padding: 40px 15px;
  }
}
.c-contact-download__item {
  width: 50%;
}
.c-contact-download__item:first-child {
  -webkit-padding-end: 5.4347826087%;
          padding-inline-end: 5.4347826087%;
  border-right: 1px solid #cecece;
}
.c-contact-download__item:last-child {
  -webkit-padding-start: 5.4347826087%;
          padding-inline-start: 5.4347826087%;
}
@media screen and (max-width: 1024px) {
  .c-contact-download__item {
    width: 100%;
  }
  .c-contact-download__item:first-child {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    border-right: none;
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
    border-bottom: 1px solid #cecece;
  }
  .c-contact-download__item:last-child {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-before: 24px;
            padding-block-start: 24px;
  }
}
.c-contact-download__text {
  font-weight: bold;
  text-align: center;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media screen and (max-width: 1024px) {
  .c-contact-download__text {
    font-size: 1.4rem;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.c-floating-banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 260px;
  height: 160px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: fixed;
  bottom: -53px;
  right: -56px;
  z-index: 50;
}
.c-floating-banner.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-floating-banner__default {
  width: 290px;
  height: 170px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: opacity 1s ease, visibility 1s ease;
  opacity: 1;
  visibility: visible;
}
.c-floating-banner__switched {
  width: 310px;
  height: 134px;
  position: absolute;
  bottom: 6px;
  right: -10px;
  transition: opacity 2s ease, visibility 2s ease;
  transition-delay: 0.6s;
  opacity: 0;
  visibility: hidden;
}
.c-floating-banner__switched a:hover {
  opacity: 0.7;
}
.c-floating-banner__switched img {
  width: 100%;
  height: auto;
}
.c-floating-banner.is-switched .c-floating-banner__default {
  opacity: 0;
  visibility: hidden;
}
.c-floating-banner.is-switched .c-floating-banner__switched {
  opacity: 1;
  visibility: visible;
}
.c-floating-banner__button {
  width: 26px;
  height: 26px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: 64px;
  z-index: 2;
}
.c-floating-banner__button:hover {
  opacity: 0.7;
}
.c-floating-banner__image a:hover {
  opacity: 0.7;
}
.c-floating-banner__image img {
  width: 100%;
  height: auto;
}

.c-download-banner {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-download-banner {
    flex-direction: column;
  }
}
.c-download-banner__content {
  width: 68.1818181818%;
  background-color: #e4f3fa;
  padding-block: 24px 30px;
  padding-inline: 15px;
  text-align: center;
  border-radius: 20px 0 0 20px;
  border-top: 1px solid #0174c4;
  border-left: 1px solid #0174c4;
  border-bottom: 1px solid #0174c4;
}
@media screen and (max-width: 1024px) {
  .c-download-banner__content {
    width: 100%;
    padding-block: 34px 72px;
    padding-inline: 10px;
    border-radius: 20px 20px 0 0;
    border-right: 1px solid #0174c4;
    border-bottom: 0;
  }
}
.c-download-banner__image {
  width: 31.8181818182%;
  min-height: 280px;
  border-radius: 0 20px 20px 0;
  background-color: #0174c4;
  background-image: url("/business/assets/img/common/bg_download_banner_blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-top: 1px solid #0174c4;
  border-right: 1px solid #0174c4;
  border-bottom: 1px solid #0174c4;
}
.c-download-banner__image img {
  width: 113.7142857143%;
  position: absolute;
  top: 50%;
  left: -28%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .c-download-banner__image {
    width: 100%;
    min-height: 150px;
    border-radius: 0 0 20px 20px;
    background-position: center bottom;
    border-top: 0;
    border-left: 1px solid #0174c4;
  }
  .c-download-banner__image img {
    width: 325px;
    position: absolute;
    top: -68px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.c-download-banner__catch {
  max-width: 540px;
  margin-inline: auto;
  padding: 6px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 99px;
  line-height: 1.4;
}
.c-download-banner__catch .-color-red {
  font-family: "Roboto", sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  color: #ec4c3b;
}
.c-download-banner__catch img {
  position: relative;
  top: 4px;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
@media screen and (max-width: 1024px) {
  .c-download-banner__catch {
    max-width: 325px;
    padding: 6px;
    font-size: 1.4rem;
  }
  .c-download-banner__catch .-color-red {
    font-size: 1.9rem;
  }
}
.c-download-banner__heading {
  max-width: 600px;
  line-height: 1.4;
  margin-inline: auto;
  font-weight: bold;
  -webkit-margin-before: 14px;
          margin-block-start: 14px;
}
.c-download-banner__heading .-small {
  display: inline-block;
  -webkit-padding-after: 12px;
          padding-block-end: 12px;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}
.c-download-banner__heading .-small::after {
  content: "";
  display: inline-block;
  width: calc(100% + 24px);
  height: 5px;
  border-radius: 8px;
  background-color: #00cbff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%) rotate(-2deg);
          transform: translateX(-50%) rotate(-2deg);
  z-index: -1;
}
.c-download-banner__heading .-large {
  font-size: 3.4rem;
}
@media screen and (max-width: 1024px) {
  .c-download-banner__heading {
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
  .c-download-banner__heading .-small {
    -webkit-padding-after: 12px;
            padding-block-end: 12px;
    font-size: 1.6rem;
  }
  .c-download-banner__heading .-large {
    font-size: 2.8rem;
  }
}
.c-download-banner__button {
  max-width: 540px;
  margin-inline: auto;
  -webkit-margin-before: 22px;
          margin-block-start: 22px;
}
.c-download-banner__button a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-block: 18px;
  padding-inline: 24px;
  width: 100%;
  min-height: 60px;
  height: 100%;
  border-radius: 11px;
  background-image: linear-gradient(120deg, #1388db, #004991);
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
.c-download-banner__button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(120deg, #0055a8, #02367b);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 11px;
}
.c-download-banner__button a:hover {
  color: #fff;
}
.c-download-banner__button a:hover::before {
  opacity: 1;
}
.c-download-banner__button a span {
  position: relative;
  padding-inline: 58px 35px;
}
.c-download-banner__button a span::before {
  content: "無料";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  color: #0174c4;
  border: 2px solid #0174c4;
  border-radius: 50%;
  font-size: 1.4rem;
  position: absolute;
  top: -24px;
  left: 0;
}
.c-download-banner__button a span::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("/business/assets/img/common/icon_download.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .c-download-banner__button {
    max-width: 285px;
  }
}
.c-download-banner.-type2 .c-icon-circle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-download-banner.-type2 .c-icon-circle {
    display: flex;
  }
}
.c-download-banner.-type2 .c-download-banner__content {
  padding-block: 63px 30px;
  background-color: #fff;
  border-width: 4px;
}
@media screen and (max-width: 1024px) {
  .c-download-banner.-type2 .c-download-banner__content {
    padding-block: 34px 72px;
  }
}
.c-download-banner.-type2 .c-download-banner__catch {
  max-width: 570px;
  padding: 4px 8px 10px;
  background-color: #ffe1bf;
  position: absolute;
  top: -16px;
  left: 65px;
}
.c-download-banner.-type2 .c-download-banner__catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 11px 0;
  border-color: #ffe1bf transparent transparent;
  translate: -50% 70%;
}
.c-download-banner.-type2 .c-download-banner__catch .-color-red {
  font-size: 2.3rem;
}
.c-download-banner.-type2 .c-download-banner__catch img {
  top: 8px;
}
@media screen and (max-width: 1024px) {
  .c-download-banner.-type2 .c-download-banner__catch {
    max-width: 325px;
    padding: 4px 16px 10px;
    position: relative;
    top: auto;
    left: auto;
  }
  .c-download-banner.-type2 .c-download-banner__catch .-color-red {
    font-size: 1.9rem;
  }
}
.c-download-banner.-type2 .c-download-banner__image {
  border-width: 4px;
  background-image: url("/business/assets/img/common/bg_download_banner_light_blue.svg");
}
.c-download-banner + * {
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
}
@media screen and (max-width: 1024px) {
  .c-download-banner + * {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}

.p-top-mv {
  width: calc(100% - 80px);
  margin-inline: auto;
}
@media screen and (width >= 769px) and (width <= 1100px) {
  .p-top-mv {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv {
    width: 100%;
  }
}
.p-top-mv__column {
  width: 100%;
  max-width: 1493px;
  margin-inline: auto;
  display: grid;
  -webkit-padding-start: 208px;
          padding-inline-start: 208px;
  gap: 0 75px;
  grid-template-columns: 550px 1fr;
  grid-template-areas: "lead slider" "text slider" "button slider";
  position: relative;
}
.p-top-mv__column::before {
  content: "";
  display: inline-block;
  width: 335px;
  height: 366px;
  background-image: url("/business/assets/img/top/pict_mv_book.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (width <= 1300px) {
  .p-top-mv__column {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
    gap: 0 30px;
  }
}
@media screen and (width >= 769px) and (width <= 1100px) {
  .p-top-mv__column {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    gap: 0;
    grid-template-columns: 1fr 349px 340px 1fr;
    grid-template-areas: ". lead slider ." ". text slider ." "button button button button";
  }
  .p-top-mv__column::before {
    width: 209px;
    height: 288px;
    left: 10%;
  }
}
@media screen and (width <= 769px) {
  .p-top-mv__column {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    gap: 0;
    grid-template-columns: 1fr 323px 1fr;
    grid-template-areas: ". lead ." ". text ." ". slider ." "button button button";
  }
  .p-top-mv__column::before {
    width: 209px;
    height: 288px;
    left: 50%;
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%);
  }
}
.p-top-mv__lead {
  font-size: 4rem;
  font-weight: bold;
  color: #0174c4;
  line-height: 1.4;
  grid-area: lead;
}
.p-top-mv__lead-small {
  font-size: 2.4rem;
}
.p-top-mv__lead-box {
  display: inline-block;
  padding: 6px 8px;
  border: 3px solid #00cbff;
  color: #222;
  position: relative;
  z-index: 1;
}
.p-top-mv__lead-box::after {
  content: "";
  display: inline-block;
  width: calc(100% + 24px);
  height: 5px;
  border-radius: 8px;
  background-color: #00cbff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%) rotate(-2deg);
          transform: translateX(-50%) rotate(-2deg);
  z-index: -1;
}
@media screen and (width <= 1100px) {
  .p-top-mv__lead {
    font-size: 2.6rem;
    text-align: center;
    padding-inline: 0;
  }
  .p-top-mv__lead-small {
    font-size: 2rem;
  }
  .p-top-mv__lead-small.-sp-right {
    width: 100%;
    display: inline-block;
    text-align: right;
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
  }
  .p-top-mv__lead-box {
    font-size: 3.9rem;
    padding: 6px 4px;
    background-color: rgba(255, 255, 255, 0.53);
  }
}
.p-top-mv__text {
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  line-height: 1.8;
  grid-area: text;
}
@media screen and (width >= 769px) and (width <= 1100px) {
  .p-top-mv__text {
    font-size: 1.3rem;
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
    padding-inline: 30px;
  }
}
.p-top-mv__button {
  -webkit-margin-before: 54px;
          margin-block-start: 54px;
  display: flex;
  gap: 0 10px;
  grid-area: button;
}
.p-top-mv__button-item {
  width: 50%;
}
@media screen and (width <= 1100px) {
  .p-top-mv__button {
    padding-inline: 30px;
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
.p-top-mv__slider-static {
  grid-area: slider;
  height: 330px;
  -webkit-padding-end: 60px;
          padding-inline-end: 60px;
}
@media screen and (width >= 769px) and (width <= 1100px) {
  .p-top-mv__slider-static {
    width: 100%;
    height: 230px;
    padding-inline: 20px 18px;
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}
@media screen and (width <= 769px) {
  .p-top-mv__slider-static {
    height: 230px;
    padding-inline: 0 18px;
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}
.p-top-mv__slider-static-image {
  border-radius: 20px 0 0 20px;
  display: block;
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media screen and (width >= 769px) and (width <= 1100px) {
  .p-top-mv__slider-static-image {
    height: 230px;
  }
}
@media screen and (width <= 769px) {
  .p-top-mv__slider-static-image {
    height: 230px;
  }
}
.p-top-mv__slider {
  grid-area: slider;
  height: 330px;
  -webkit-padding-end: 60px;
          padding-inline-end: 60px;
  overflow: hidden;
}
@media screen and (width >= 769px) and (width <= 1100px) {
  .p-top-mv__slider {
    width: 100%;
    height: 230px;
    padding-inline: 20px 18px;
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}
@media screen and (width <= 769px) {
  .p-top-mv__slider {
    height: 230px;
    padding-inline: 0 18px;
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}
.p-top-mv__slider-image {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width >= 769px) and (width <= 1100px) {
  .p-top-mv__slider-image {
    height: 230px;
  }
}
@media screen and (width <= 769px) {
  .p-top-mv__slider-image {
    height: 230px;
  }
}
.p-top-mv__slider .swiper {
  overflow: visible !important;
}
.p-top-mv__slider .swiper .swiper-slide {
  border-radius: 20px;
}
.p-top-mv__catch {
  text-align: center;
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__catch {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}
.p-top-mv__catch-wrap {
  padding-inline: 50px;
  color: #0174c4;
  font-weight: bold;
  position: relative;
}
.p-top-mv__catch-wrap::before, .p-top-mv__catch-wrap::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #0174c4;
  position: absolute;
}
.p-top-mv__catch-wrap::before {
  left: 0;
  bottom: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-top-mv__catch-wrap::after {
  right: 0;
  bottom: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .p-top-mv__catch-wrap {
    display: inline-block;
    padding-inline: 42px;
    line-height: 1.4;
  }
  .p-top-mv__catch-wrap::before, .p-top-mv__catch-wrap::after {
    width: 80px;
  }
  .p-top-mv__catch-wrap::before {
    left: -40px;
    bottom: 36px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .p-top-mv__catch-wrap::after {
    right: -40px;
    bottom: 36px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
.p-top-mv__catch-large {
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__catch-large {
    font-size: 2.4rem;
  }
}
.p-top-mv__catch-middle {
  font-size: 2rem;
}

.p-top-ticker {
  margin-block: 24px 14px;
}
.p-top-ticker__slider {
  overflow: hidden;
  display: flex;
  width: 100%;
}
.p-top-ticker__slider.is-paused .p-top-ticker__group {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.p-top-ticker__group {
  display: flex;
  flex-shrink: 0;
  -webkit-animation: ticker-scroll 60s linear infinite;
          animation: ticker-scroll 60s linear infinite;
}
.p-top-ticker__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.p-top-ticker__item img {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-ticker__button {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0174c4;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top-ticker__button {
    -webkit-margin-start: 15px;
            margin-inline-start: 15px;
  }
}
.p-top-ticker__button.is-paused .p-top-ticker__icon-pause {
  display: none;
}
.p-top-ticker__button.is-paused .p-top-ticker__icon-play {
  display: block;
}
.p-top-ticker__button:hover {
  text-decoration: underline;
}
.p-top-ticker__icon {
  display: inline-block;
  position: relative;
  top: 7px;
}
.p-top-ticker__icon-play {
  display: none;
}

@-webkit-keyframes ticker-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes ticker-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-top-feature {
  padding: 70px 40px 30px;
  background-color: #00a3f5;
  background-image: url("/business/assets/img/top/bg_feature_pc.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .p-top-feature {
    padding: 66px 15px 20px;
    background-image: url("/business/assets/img/top/bg_feature_sp.svg");
  }
}
.p-top-feature__column {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  gap: 0 6px;
}
@media screen and (max-width: 1024px) {
  .p-top-feature__column {
    flex-wrap: wrap;
    row-gap: 66px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-feature__column-item {
    width: calc(50% - 3px);
  }
}
.p-top-feature__column-box {
  height: 100%;
  padding: 20px 24px 24px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-top-feature__column-box {
    padding: 20px 8px 24px;
  }
}
.p-top-feature__column-heading {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.p-top-feature__column-heading::after {
  content: "";
  display: inline-block;
  width: calc(100% + 40px);
  height: 5px;
  border-radius: 8px;
  background-color: #00cbff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(-4deg);
          transform: translateX(-50%) rotate(-4deg);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-top-feature__column-heading {
    font-size: 1.6rem;
  }
}
.p-top-feature__column-catch {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0174c4;
  padding-block: 5px;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  background-color: #e5f6fe;
}
@media screen and (max-width: 1024px) {
  .p-top-feature__column-catch {
    font-size: 1.6rem;
  }
}
.p-top-feature__column-text {
  line-height: 1.6;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (max-width: 1024px) {
  .p-top-feature__column-text {
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-top-case {
  padding: 70px 40px 60px;
  background-color: #e4f3fa;
  background-image: url("/business/assets/img/top/bg_case_pc.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 1024px) {
  .p-top-case {
    padding: 40px 30px;
    background-image: url("/business/assets/img/top/bg_case_sp.svg");
  }
}
.p-top-case__column {
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-top-case__column {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-case__column-item {
    width: 100%;
  }
}

.p-top-service {
  padding: 70px 40px 60px;
  background-color: #00a3f5;
  background-image: url("/business/assets/img/top/bg_service_pc.svg");
  background-repeat: no-repeat;
  background-position: right 36px top;
}
@media screen and (max-width: 1024px) {
  .p-top-service {
    padding: 110px 15px;
    background-image: url("/business/assets/img/top/bg_service_sp.svg");
    background-position: right 0 top;
  }
}
.p-top-service__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 60px 0;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-top-service__inner {
    padding: 40px 15px;
  }
}
.p-top-service__inner::before, .p-top-service__inner::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
}
.p-top-service__inner::before {
  width: 366px;
  height: 507px;
  background-image: url("/business/assets/img/top/pict_service_deco_2_pc.png");
  left: -22%;
  bottom: -40px;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .p-top-service__inner::before {
    width: 184px;
    height: 144px;
    background-image: url("/business/assets/img/top/pict_service_deco_2_sp.png");
    left: -34px;
    bottom: -110px;
  }
}
.p-top-service__inner::after {
  width: 382px;
  height: 538px;
  background-image: url("/business/assets/img/top/pict_service_deco_1_pc.png");
  right: -21%;
  top: -60px;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .p-top-service__inner::after {
    width: 186px;
    height: 192px;
    background-image: url("/business/assets/img/top/pict_service_deco_1_sp.png");
    right: -26px;
    top: -106px;
  }
}
.p-top-service__lead {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-top-service__lead {
    font-size: 1.8rem;
  }
}
.p-top-service__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 10px;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 1024px) {
  .p-top-service__column {
    width: 315px;
    margin-inline: auto;
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
.p-top-service__bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-height: 190px;
  color: #0174c4;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 50px 10px 50px 0;
  position: relative;
  background-image: url("/business/assets/img/top/icon_bg_circle.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  .p-top-service__bubble {
    width: 147px;
    min-height: 147px;
    font-size: 1.6rem;
    padding: 30px 8px 30px 0;
  }
}
.p-top-service__bubble-text-small {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-top-service__bubble-text-small {
    font-size: 1.4rem;
  }
}
.p-top-service__text {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  font-weight: bold;
}

.p-top-flow {
  padding: 36px 40px 34px;
  background-color: #e4f3fa;
  background-image: url("/business/assets/img/top/bg_case_pc.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 1024px) {
  .p-top-flow {
    padding: 40px 30px;
    background-image: url("/business/assets/img/top/bg_case_sp.svg");
    background-position: right 0 top;
  }
}
.p-top-flow__column {
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  align-items: center;
  gap: 0 60px;
  grid-template: "img ." 1fr "img heading" auto "img text" auto "img btn" auto "img ." 1fr/450px 1fr;
}
@media screen and (max-width: 1024px) {
  .p-top-flow__column {
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "img" "text" "btn";
  }
}
.p-top-flow__column .p-top-flow__image {
  grid-area: img;
}
@media screen and (max-width: 1024px) {
  .p-top-flow__column .p-top-flow__image {
    justify-self: center;
  }
}
.p-top-flow__column .c-heading-style-a {
  grid-area: heading;
  justify-self: start;
}
@media screen and (max-width: 1024px) {
  .p-top-flow__column .c-heading-style-a {
    justify-self: center;
  }
}
.p-top-flow__column .p-top-flow__text {
  grid-area: text;
}
@media screen and (max-width: 1024px) {
  .p-top-flow__column .p-top-flow__text {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.p-top-flow__column .p-top-flow__button {
  grid-area: btn;
}
@media screen and (max-width: 1024px) {
  .p-top-flow__image {
    width: 76.1904761905%;
  }
  .p-top-flow__image img {
    width: 100%;
  }
}
.p-top-flow__button {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top-flow__button {
    align-items: center;
  }
}

.p-flow-step__item {
  display: flex;
  gap: 0 30px;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .p-flow-step__item {
    flex-direction: column;
    gap: 16px 0;
    padding: 20px 15px;
  }
}
.p-flow-step__item + .p-flow-step__item {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  position: relative;
}
.p-flow-step__item + .p-flow-step__item::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("/business/assets/img/flow/icon_step_arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-flow-step__image {
  width: 180px;
  border-radius: 20px;
}
.p-flow-step__image img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .p-flow-step__image {
    width: 100%;
  }
  .p-flow-step__image img {
    height: 133px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-flow-step__content {
  width: calc(100% - 210px);
}
@media screen and (max-width: 1024px) {
  .p-flow-step__content {
    width: 100%;
  }
}
.p-flow-step__heading {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
}
.p-flow-step__text {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}

.p-flow-table-box + .c-text-box {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.p-flow-table-box + .c-text-box p {
  letter-spacing: -0.3px;
}

.p-flow-table {
  width: 100%;
  border-collapse: collapse;
}
.p-flow-table thead th {
  color: #fff;
  background-color: #0174c4;
  border: 1px solid #00a3f5;
  padding: 20px;
}
.p-flow-table thead th span {
  font-size: 1.4rem;
  font-weight: normal;
}
.u-show-only.-pc .p-flow-table tbody th {
  background-color: #f2fbff;
  border: 1px solid #00a3f5;
  padding: 14px 20px;
  font-size: 2rem;
  text-align: left;
}
.u-show-only.-pc .p-flow-table tbody th span {
  font-size: 1.4rem;
}
.u-show-only.-pc .p-flow-table tbody td {
  border: 1px solid #00a3f5;
  padding: 14px 20px;
  font-weight: bold;
  text-align: center;
}
.u-show-only.-pc .p-flow-table tbody td span {
  color: #0174c4;
}
.u-show-only.-sp .p-flow-table tbody th {
  color: #fff;
  background-color: #0174c4;
  border: 1px solid #00a3f5;
  padding: 6px 15px;
  text-align: left;
}
.u-show-only.-sp .p-flow-table tbody th span {
  font-size: 1.4rem;
  font-weight: normal;
}
.u-show-only.-sp .p-flow-table tbody td {
  border: 1px solid #00a3f5;
  padding: 6px 15px;
  font-weight: bold;
  text-align: left;
}
.u-show-only.-sp .p-flow-table tbody td span {
  color: #0174c4;
}
.u-show-only.-sp .p-flow-table tbody td.-bg-color-blue {
  padding: 10px 15px;
  background-color: #f2fbff;
  line-height: 1.2;
  font-size: 2rem;
}
.u-show-only.-sp .p-flow-table tbody td.-bg-color-blue span {
  font-size: 1.4rem;
  color: #222;
}
@media screen and (max-width: 1024px) {
  .p-flow-table + .p-flow-table {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.p-flow-recommendation-column {
  display: flex;
  gap: 0 28px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 1024px) {
  .p-flow-recommendation-column {
    flex-wrap: wrap;
    gap: 20px 0;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-flow-recommendation-column__item {
    width: 100%;
  }
}
.p-flow-recommendation-column__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 232px;
  border-radius: 20px;
  background-color: #e4f3fa;
}
@media screen and (max-width: 1024px) {
  .p-flow-recommendation-column__image {
    min-height: 145px;
    padding-block: 12px;
  }
  .p-flow-recommendation-column__image img {
    width: auto;
    height: 114px;
  }
}
.p-flow-recommendation-column__text dt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-block: 8px;
}
@media screen and (max-width: 1024px) {
  .p-flow-recommendation-column__text dt {
    font-size: 2rem;
  }
}

.p-flow-features {
  padding: 40px;
  background-color: #e4f3fa;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .p-flow-features {
    padding: 20px 15px;
  }
}
.p-flow-features__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-flow-features__list {
    row-gap: 20px;
  }
}
.p-flow-features__list li {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-flow-features__list li {
    font-size: 1.8rem;
  }
}
.p-flow-features__list li::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url("/business/assets/img/flow/icon_check.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.p-flow-flow-step {
  display: flex;
  gap: 0 25px;
}
@media screen and (max-width: 1024px) {
  .p-flow-flow-step {
    flex-direction: column;
    row-gap: 27px;
  }
}
.p-flow-flow-step__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-block: 30px;
  border-radius: 20px;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-flow-flow-step__item {
    flex-direction: column;
    padding: 20px 15px;
  }
}
.p-flow-flow-step__item.-color-orange {
  background-color: #fff1e2;
}
.p-flow-flow-step__item.-color-blue {
  background-color: #e4f3fa;
}
.p-flow-flow-step__item + .p-flow-flow-step__item {
  position: relative;
}
.p-flow-flow-step__item + .p-flow-flow-step__item::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("/business/assets/img/flow/icon_step_arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: -90deg;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-flow-flow-step__item + .p-flow-flow-step__item::before {
    top: -12px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    rotate: 0deg;
  }
}
.p-flow-flow-step__text {
  line-height: 1.4;
}
.p-flow-flow-step__text.-large {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-flow-flow-step__text.-large {
    font-size: 1.8rem;
  }
}
.p-flow-flow-step__text.-middle {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-flow-flow-step__text.-small {
  color: #333;
  font-size: 1.4rem;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media screen and (max-width: 1024px) {
  .p-flow-flow-step__text.-small {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
.p-flow-flow-step__icon {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (max-width: 1024px) {
  .p-flow-flow-step__icon {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-service-full-box {
  position: relative;
  padding-block: 60px;
}
.p-service-full-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #e4f3fa;
  z-index: -1;
}
.p-service-full-box:nth-child(2n)::before {
  background-color: #f4fafd;
}
@media screen and (max-width: 1024px) {
  .p-service-full-box {
    padding-block: 40px;
  }
}

.p-service-box__card {
  display: flex;
  align-items: center;
  gap: 0 40px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-service-box__card {
    flex-direction: column;
    row-gap: 20px;
    padding: 20px 15px;
  }
}
.p-service-box__card-image {
  width: 50%;
}
.p-service-box__card-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .p-service-box__card-image {
    width: 100%;
  }
}
.p-service-box__card-content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-service-box__card-content {
    width: 100%;
  }
}
.p-service-box__card-heading {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #0174c4;
}
@media screen and (max-width: 1024px) {
  .p-service-box__card-heading {
    font-size: 1.6rem;
  }
}
.p-service-box__card-heading + * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 1024px) {
  .p-service-box__card-heading + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.p-service-box__card-button-column {
  display: flex;
  align-items: center;
  gap: 0 10px;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 1024px) {
  .p-service-box__card-button-column {
    flex-direction: column;
    row-gap: 10px;
  }
}
.p-service-box__card-button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-block: 4px;
  padding-inline: 24px;
  width: 100%;
  min-height: 60px;
  height: 100%;
  background-color: #0174c4;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 11px;
}
.p-service-box__card-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  width: 22px;
  height: 100%;
  background-image: url("/business/assets/img/common/arrow_line_white_r.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.p-service-box__card-button:hover {
  background-color: #005d9e;
  color: #fff;
}
.p-service-box__card-button.-color-orange {
  color: #222;
  background-color: #f59b36;
}
.p-service-box__card-button.-color-orange::after {
  background-image: url("/business/assets/img/common/arrow_line_black_r.svg");
}
.p-service-box__card-button.-color-orange:hover {
  background-color: #ffb25c;
}
.p-service-box__card.-box-shadow {
  border: 0;
  box-shadow: 0 0 20px 0 rgba(0, 163, 245, 0.2);
}
.p-service-box__4column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 20px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 1024px) {
  .p-service-box__4column {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}
.p-service-box__4column-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 163, 245, 0.2);
}
.p-service-box__4column-heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0174c4;
}
.p-service-box__4column-text {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}

.p-feature-lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.p-feature-lead__top {
  display: inline-block;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
@media screen and (max-width: 1024px) {
  .p-feature-lead__top {
    font-size: 2rem;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}
.p-feature-lead__bottom {
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-feature-lead__bottom {
    font-size: 2.4rem;
  }
}
.p-feature-lead__box {
  font-size: 4rem;
  display: inline-block;
  padding: 0 4px;
  border: 3px solid #00cbff;
  color: #222;
  position: relative;
  z-index: 1;
  margin-inline: 8px;
  letter-spacing: -0.03em;
}
.p-feature-lead__box::after {
  content: "";
  display: inline-block;
  width: calc(100% + 24px);
  height: 5px;
  border-radius: 8px;
  background-color: #00cbff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%) rotate(-2deg);
          transform: translateX(-50%) rotate(-2deg);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-feature-lead__box {
    font-size: 3.2rem;
  }
  .p-feature-lead__box::after {
    bottom: 6px;
  }
}
.p-feature-lead__text-bold {
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-feature-lead__text-bold {
    display: inline-block;
    font-size: 2.4rem;
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
.p-feature-lead + * {
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
}
@media screen and (max-width: 1024px) {
  .p-feature-lead + * {
    -webkit-margin-before: 84px;
            margin-block-start: 84px;
  }
}

.p-feature-box__heading {
  width: 100%;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  padding-block: 22px;
  -webkit-padding-start: 105px;
          padding-inline-start: 105px;
  background-image: linear-gradient(120deg, #1388db, #004991);
  border-radius: 20px 20px 0 0;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-feature-box__heading {
    font-size: 2.4rem;
    padding-block: 20px;
    padding-inline: 15px;
    text-align: center;
  }
}
.p-feature-box__content {
  padding-block: 40px;
  padding-inline: 30px;
  background-color: #e4f3fa;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1024px) {
  .p-feature-box__content {
    padding-block: 20px;
    padding-inline: 15px;
  }
}
.p-feature-box__column {
  display: grid;
  gap: 0 40px;
  grid-template: "heading image" auto "text image" 1fr/1fr 50%;
}
.p-feature-box__column:has(.p-feature-box__column-list) {
  grid-template-areas: "heading image" "list image" "text image";
  grid-template-rows: auto auto 1fr;
}
.p-feature-box__column:has(.p-feature-box__column-lead) {
  grid-template-areas: "lead lead" "heading image" "text image";
  grid-template-rows: auto auto 1fr;
}
@media screen and (max-width: 1024px) {
  .p-feature-box__column {
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "image" "text";
  }
  .p-feature-box__column:has(.p-feature-box__column-list) {
    grid-template-areas: "heading" "image" "list" "text";
  }
  .p-feature-box__column:has(.p-feature-box__column-lead) {
    grid-template-areas: "lead" "heading" "image" "text";
  }
}
.p-feature-box__column + .p-feature-box__column {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.p-feature-box__column-image {
  grid-area: image;
  justify-self: start;
}
.p-feature-box__column-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.p-feature-box__column-lead {
  grid-area: lead;
  justify-self: start;
  font-weight: bold;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 1024px) {
  .p-feature-box__column-lead {
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}
.p-feature-box__column-heading {
  grid-area: heading;
  justify-self: start;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 1024px) {
  .p-feature-box__column-heading {
    font-size: 2rem;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.p-feature-box__column-list {
  grid-area: list;
  justify-self: start;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.p-feature-box__column-list li {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0174c4;
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
  position: relative;
}
.p-feature-box__column-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
}
.p-feature-box__column-list li + li {
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}
@media screen and (max-width: 1024px) {
  .p-feature-box__column-list {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    padding-inline: 8px;
  }
  .p-feature-box__column-list li {
    font-size: 1.6rem;
  }
  .p-feature-box__column-list li::before {
    top: 12px;
  }
  .p-feature-box__column-list li + li {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-feature-box__column-text {
  grid-area: text;
  justify-self: start;
}
.p-feature-box + * {
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
}
@media screen and (max-width: 1024px) {
  .p-feature-box + * {
    -webkit-margin-before: 84px;
            margin-block-start: 84px;
  }
}

.p-case-box {
  position: relative;
  padding-block: 60px 100px;
}
@media screen and (max-width: 1024px) {
  .p-case-box {
    padding-block: 70px 60px;
  }
}
.p-case-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #e4f3fa;
  z-index: -1;
}
.p-case-box__column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 16px;
}
@media screen and (max-width: 1024px) {
  .p-case-box__column {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-inline: 15px;
  }
}
.p-case-box__implementation-results {
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-margin-before: 136px;
          margin-block-start: 136px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .p-case-box__implementation-results {
    padding: 20px 15px;
    -webkit-margin-before: 76px;
            margin-block-start: 76px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-case-box__implementation-results-item img {
  max-width: 170px;
  width: 100%;
  height: auto;
}
.p-case-box__implementation-results-catch {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-case-box__implementation-results-catch {
    top: -36px;
  }
}
.p-case-box__implementation-results-catch-wrap {
  display: inline-block;
  font-size: 3.2rem;
  padding-inline: 60px;
  color: #0174c4;
  font-weight: bold;
  position: relative;
}
.p-case-box__implementation-results-catch-wrap::before, .p-case-box__implementation-results-catch-wrap::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #0174c4;
  position: absolute;
}
.p-case-box__implementation-results-catch-wrap::before {
  left: 0;
  top: 28px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-case-box__implementation-results-catch-wrap::after {
  right: 0;
  top: 28px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .p-case-box__implementation-results-catch-wrap {
    padding-inline: 42px;
    line-height: 1.4;
  }
  .p-case-box__implementation-results-catch-wrap::before, .p-case-box__implementation-results-catch-wrap::after {
    width: 40px;
  }
  .p-case-box__implementation-results-catch-wrap::before {
    left: -15px;
    top: 30px;
  }
  .p-case-box__implementation-results-catch-wrap::after {
    right: -15px;
    bottom: 30px;
  }
}

.u-show-only.-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-show-only.-pc:not(.-sizeL, .-sizeML) {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .u-show-only.-pc.-sizeML {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .u-show-only.-pc.-sizeL {
    display: none;
  }
}
.u-show-only.-inline-pc {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .u-show-only.-inline-pc:not(.-sizeL) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .u-show-only.-inline-pc.-sizeL {
    display: none;
  }
}
.u-show-only.-flex-pc {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .u-show-only.-flex-pc:not(.-sizeL) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .u-show-only.-flex-pc.-sizeL {
    display: none;
  }
}
.u-show-only.-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-show-only.-sp:not(.-sizeL) {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .u-show-only.-sp.-sizeML {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .u-show-only.-sp.-sizeL {
    display: block;
  }
}
.u-show-only.-flex-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-show-only.-flex-sp:not(.-sizeL) {
    display: flex;
  }
}
@media screen and (max-width: 1280px) {
  .u-show-only.-flex-sp.-sizeL {
    display: flex;
  }
}

.u-clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.u-text-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-sp-only-link {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .u-sp-only-link {
    pointer-events: auto;
    text-decoration: underline;
    color: #00a3f5;
    font-weight: bold;
  }
  .u-sp-only-link:hover {
    text-decoration: none;
  }
}