.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: transform 0.5s 0.3s ease-in-out;
  font-weight: 700;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.625;
  color: #000;
}
.c-header *,
.c-header ::before,
.c-header ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.c-header p,
.c-header a,
.c-header button,
.c-header figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.c-header a,
.c-header button {
  color: inherit;
  text-decoration: none;
}
.c-header a:hover,
.c-header button:hover {
  text-decoration: none;
}
.c-header :where(img:not([src$=".svg"])) {
  width: 100%;
}
.c-header img,
.c-header svg {
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.c-header .is-palt {
  font-feature-settings: "palt";
}
.c-header a,
.c-header .h_opacity {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.c-header.is-show {
  transform: translateY(0);
}
.c-header.is-hide {
  transform: translateY(-100%);
}
.c-header::after {
  content: "";
  inset: 0;
  background-color: #fff;
  top: -1px;
  position: absolute;
  z-index: -1;
}
.c-header .u_pc {
  display: none;
}
.c-header .u_sp {
  display: none;
}
.c-header .c-header__inner {
  padding-inline: 18px;
}
.c-header .c-header__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-top: 3px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.c-header .c-header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header .c-header__logo {
  width: 125.5px;
  display: flex;
  flex-direction: column;
}
.c-header .c-header__logo a {
  display: block;
}
.c-header .c-header__logo img {
  display: block;
}
.c-header .c-header__other {
  display: flex;
}
.c-header .c-header__download, .c-header .c-header__secure {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  height: 55px;
  font-size: 0.59375rem;
  padding: 0 5px;
}
.c-header .c-header__download {
  color: #481c87;
  letter-spacing: 0.15em;
  background-color: #fff000;
  width: 55px;
}
.c-header .c-header__secure {
  background-color: #481c87;
  color: #fff000;
  letter-spacing: 0.1em;
  width: 76.5px;
}
.c-header .c-header__service {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -3;
  display: none;
}
.c-header .c-header__service__list {
  justify-content: flex-end;
  display: flex;
  transition: transform 0.5s 0.3s ease-in-out;
}
.c-header .c-header__service__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: 0.5s;
  transition-property: color, background-color;
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
}
.c-header .c-header__hamburger {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.c-header .c-header__hamburger > * {
  position: absolute;
  height: 1px;
  border-radius: 2px;
  width: 33px;
  background-color: #000;
  transition: 0.5s;
  transition-property: opacity, transform;
}
.c-header .c-header__hamburger > *:first-child {
  transform: translateY(-9px);
}
.c-header .c-header__hamburger > *:last-child {
  transform: translateY(9px);
}
.c-header .c-header__hamburger.is-open > * {
  transform: translateY(0) rotate(45deg);
}
.c-header .c-header__hamburger.is-open > *:nth-child(2) {
  opacity: 0;
}
.c-header .c-header__hamburger.is-open > *:last-child {
  transform: translateY(0) rotate(135deg);
}
.c-header__txt {
  position: relative;
  color: #fff;
  display: inline-block;
  background-color: #481c87;
  font-size: 0.319375rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px 3px;
  top: -2px;
  line-height: 1.1741682975;
}
.c-header .c-gnav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  overflow-y: auto;
  overflow-x: clip;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-color: #f6f6f6;
  font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
  padding-block: 76px 40px;
  padding-inline: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition-property: opacity visibility;
  background: url(../image/biz/img_bg.webp) right top/cover no-repeat;
}
.c-header .c-gnav.is-open {
  opacity: 1;
  visibility: visible;
}
.c-header .c-gnav__member {
  display: flex;
  gap: 13px;
  margin-bottom: 14px;
}
.c-header .c-gnav__download, .c-header .c-gnav__secure {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #481c87;
  min-height: 50px;
  background-color: #fff000;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.c-header .c-gnav__download {
  letter-spacing: 0.1em;
  font-size: 1.125rem;
}
.c-header .c-gnav__secure {
  letter-spacing: 0.15em;
  font-size: 0.9375rem;
  color: #fff000;
  line-height: 1.1;
  background-color: #481c87;
}
.c-header .c-gnav__secure small {
  font-size: 0.71875rem;
  letter-spacing: 0.1em;
}
.c-header .c-gnav__item {
  position: relative;
  z-index: 0;
  margin-bottom: 16px;
}
.c-header .c-gnav__item:last-child {
  margin-bottom: 0;
}
.c-header .c-gnav__link {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
  width: 100%;
  background-color: #fff;
  gap: 10px;
  letter-spacing: 0.1em;
  position: relative;
  opacity: 1;
  padding-inline: 37px 25px;
  padding-block: 13px;
  font-size: 0.9375rem;
}
.c-header .c-gnav__link:not(.js_drop_menu) {
  padding-right: 20px;
  cursor: pointer;
}
.c-header .c-gnav__link:not(.js_drop_menu)::after {
  content: "";
  aspect-ratio: 300/66;
  background: url(../image/biz/icon_arrow01.svg) center/contain no-repeat;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.9));
  width: 27.5px;
  flex-shrink: 0;
  transform: none !important;
}
.c-header .c-gnav__link::before {
  position: absolute;
  top: 100%;
  height: 12px;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c-header .c-gnav__link::after {
  content: "";
  aspect-ratio: 179/150;
  background: url(../image/biz/icon_chevron.svg) center/contain no-repeat;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
  width: 14px;
  flex-shrink: 0;
  margin-block: auto;
  margin-right: 7px;
}
.c-header .c-gnav__link.is-active::after {
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.c-header .c-gnav__submenu {
  padding-top: 1px;
  display: none;
  font-weight: 500;
}
.c-header .c-gnav__subttl {
  height: 37px;
  display: flex;
  align-items: center;
  background-color: #b2e4f8;
  padding-inline: 37px 25px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
.c-header .c-gnav__subcol {
  margin-top: 1px;
}
.c-header .c-gnav__subcol:first-child {
  margin-top: 0;
}
.c-header .c-gnav__subcol:first-child .c-gnav__subttl {
  display: none;
}
.c-header .c-gnav__subitem:not(:last-child) {
  margin-bottom: 1px;
}
.c-header .c-gnav__sublink {
  letter-spacing: 0.1em;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-inline: 37px 25px;
  gap: 10px;
  font-size: 0.8125rem;
  padding-block: 11px;
}
.c-header .c-gnav__sublink::after {
  content: "";
  aspect-ratio: 300/66;
  background: url(../image/biz/icon_arrow01.svg) center/contain no-repeat;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.9));
  width: 27.5px;
  flex-shrink: 0;
}
.c-header .c-gnav__service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 13px;
  padding-top: 43px;
}
.c-header .c-gnav__service__link {
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000543;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.c-header .c-gnav__service__link.is-black {
  background-color: #000;
}
.c-header .c-gnav__service__link.is-blue {
  background-color: #00a6e9;
}

.c-footer {
  padding-inline: 20px;
  background-color: #000;
  padding-block: 64px 117px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.c-footer *,
.c-footer ::before,
.c-footer ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.c-footer p,
.c-footer a,
.c-footer button,
.c-footer figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.c-footer a,
.c-footer button {
  color: inherit;
  text-decoration: none;
}
.c-footer a:hover,
.c-footer button:hover {
  text-decoration: none;
}
.c-footer :where(img:not([src$=".svg"])) {
  width: 100%;
}
.c-footer img,
.c-footer svg {
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.c-footer .is-palt {
  font-feature-settings: "palt";
}
.c-footer a,
.c-footer .h_opacity {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.c-footer.is-show {
  transform: translateY(0);
}
.c-footer.is-hide {
  transform: translateY(-100%);
}
.c-footer .c-footer__inner {
  margin-inline: auto;
  color: #fff;
}
.c-footer .c-footer__entry {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 41px;
  justify-content: center;
}
.c-footer .c-footer__download, .c-footer .c-footer__secure {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.19em;
  padding-inline: 20px;
  padding-block: 10px;
  font-size: 1.23125rem;
  max-width: 311px;
  min-height: 58px;
  opacity: 1;
  transition: transform 0.5s ease;
}
.c-footer .c-footer__download, .c-footer .c-footer__secure {
  font-weight: 500;
}
.c-footer .c-footer__download {
  background-color: #fff;
  color: #000;
}
.c-footer .c-footer__secure {
  color: #fff000;
  background-color: #481c87;
}
.c-footer .c-footer__nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  gap: 41px 32px;
  margin-top: 71px;
  padding-inline: 8px 7px;
}
.c-footer .c-footer__nav .item-link {
  border-bottom: 1px solid currentColor;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  padding-bottom: 7px;
}
.c-footer .c-footer__last {
  padding-inline: 8px;
  margin-top: 50px;
}
.c-footer .c-footer__note {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 0.65625rem;
  line-height: 1.6652380952;
}

.c-totop {
  position: absolute;
  top: 0;
  bottom: -20px;
  right: 20px;
  z-index: 100;
  display: flex;
  pointer-events: none;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c-totop.is-show {
  opacity: 1;
}
.c-totop.is-show .c-totop__tool {
  pointer-events: all;
  transform: translateY(0);
}
.c-totop__tool {
  position: sticky;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translateY(70px);
  pointer-events: none;
  transition: transform 0.5s ease;
}
.c-totop__secure {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  line-height: 1.3288453692;
  color: #fff000;
  font-weight: 700;
  background-color: #481c87;
  text-align: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  width: 98px;
  font-size: 0.75rem;
  line-height: 1.285;
  gap: 5px;
  opacity: 1;
  letter-spacing: 0.1em;
}
.c-totop__secure polyline {
  transition: 0.5s;
}
.c-totop__secure svg {
  content: "";
  aspect-ratio: 300/42;
  display: block;
  position: relative;
  width: 48px;
  height: 20px;
  fill: currentColor;
}
.c-totop__secure .txt {
  position: relative;
}
.c-totop__back {
  position: relative;
  aspect-ratio: 1;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-totop__back::after {
  position: absolute;
  content: "";
  top: 59%;
  padding: 5px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: solid 2px #481c87;
  border-top: solid 2px #481c87;
}

@keyframes brands_linear {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ani_decor {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.no_transition #gnav {
  transition: none !important;
}
.no_transition #gnav .c-gnav__submenu {
  transition: none !important;
}

html {
  scroll-padding-top: 80px;
}
html:has(.p-biz) .c-header::after {
  background-color: transparent;
  background: url(../image/biz/img_bg.webp) 50% -1px/cover no-repeat;
}

.c-biz-pages {
  position: relative;
  padding-top: 80px;
}
.c-biz-pages:has(.p-biz) {
  padding-top: 0;
}

.p-biz {
  position: relative;
  z-index: 1;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #000;
  padding-top: 80px;
}
.p-biz main {
  overflow: clip;
}
.p-biz *,
.p-biz *::before,
.p-biz *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.p-biz .full {
  width: 100%;
}
.p-biz img {
  max-width: 100%;
  height: auto;
}
.p-biz .js-according {
  cursor: pointer;
}
.p-biz .inview {
  visibility: hidden;
}
.p-biz .inview.inview_opacity {
  opacity: 0;
}
.p-biz .fadeUp,
.p-biz .fadeIn {
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-biz .fadeUp {
  animation-name: ani_fadeup;
  animation-fill-mode: forwards;
}
.p-biz .fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}
.p-biz .u_pc {
  display: none;
}
.p-biz .u_sp {
  display: none;
}
@keyframes ani_fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-biz .u_color01 {
  color: #481c87;
}
.p-biz .u_lett01 {
  letter-spacing: 0.1em;
}
.p-biz .u_lett013 {
  letter-spacing: 0.13em;
}
.p-biz .u_lett016 {
  letter-spacing: 0.16em;
}
.p-biz .u_lett001 {
  letter-spacing: 0.01em;
}
.p-biz .u_lett006 {
  letter-spacing: 0.06em;
}
.p-biz .u_lett007 {
  letter-spacing: 0.07em;
}
.p-biz .l-container {
  padding: 0 17px;
  margin: 0 auto;
  width: 100%;
}
.p-biz .c-btn01__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 9px 0;
  background-color: #481c87;
  width: 100%;
  padding: 15px 10px;
  letter-spacing: 0.1em;
  max-width: 331px;
  font-size: 0.9790625rem;
  color: #fff000;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
}
.p-biz .c-ttl01 {
  letter-spacing: 0.2em;
  font-family: "tt-travels-next", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 2.8125rem;
  letter-spacing: 0.17em;
}
.p-biz .c-ttl01 + .c-ttl02 {
  margin-top: 12px;
}
.p-biz .c-ttl02 {
  margin-inline: auto;
  text-align: center;
  font-weight: 700;
  font-size: 1.15625rem;
  line-height: 1.3513513514;
}
.p-biz .c-ttl02__txt {
  position: relative;
}
.p-biz .c-ttl02__txt::before, .p-biz .c-ttl02__txt::after {
  content: "";
  display: block;
  width: 100%;
  margin-inline: auto;
}
.p-biz .c-ttl02__txt::before {
  border-top: 2px solid currentColor;
  border-bottom: 1px solid currentColor;
  height: 5px;
}
.p-biz .c-ttl02__txt::after {
  height: 1px;
  background-color: currentColor;
}
.p-biz .c-ttl02__txt::before, .p-biz .c-ttl02__txt::after {
  width: 100%;
}
.p-biz .c-ttl02__txt::before {
  margin-bottom: 10px;
}
.p-biz .c-ttl02__txt::after {
  margin-top: 9px;
}
.p-biz .c-txt-lead {
  margin-top: 30px;
  font-weight: 500;
  text-align: center;
}
.p-biz .c-biz-sec {
  position: relative;
}
.p-biz .c-biz-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-biz .c-biz-bg::after {
  height: 100vh;
  height: 100lvh;
  position: sticky;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  min-height: 100vh;
  background: url(../image/biz/img_bg.webp) center top/cover no-repeat;
  z-index: -1;
}
.p-biz .c-listdot li {
  position: relative;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #481c87;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-biz .c-listdot li:first-child {
  margin-top: 0;
}
.p-biz .c-listdot li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #481c87;
  top: 9px;
}
.p-biz .c-listcheck li {
  position: relative;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #481c87;
  margin-top: 5px;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 0.75rem;
}
.p-biz .c-listcheck li:first-child {
  margin-top: 0;
}
.p-biz .c-listcheck li::before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../image/biz/icon_check01.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  top: 3px;
}

.p-biz__mv {
  padding-top: 18px;
}
.p-biz__mv__gallery {
  width: 100%;
}
.p-biz__mv__gallery .splide__arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.p-biz__mv__gallery .splide__arrow {
  position: static;
  display: flex;
  pointer-events: all;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background-color: transparent;
  cursor: pointer;
  height: auto;
  opacity: 1;
  transform: none;
  border: 0;
  padding-inline: 6px;
}
.p-biz__mv__gallery .splide__arrow::after {
  content: "";
  aspect-ratio: 96/150;
  background: url(../image/biz/icon_chevron_next.svg) center/contain no-repeat;
  width: 15px;
  margin-block: auto;
  flex-shrink: 0;
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.75));
}
.p-biz__mv__gallery .splide__arrow--prev {
  transform: scaleX(-1);
}
.p-biz__mv__gallery .slick-list {
  padding: 0;
  overflow: visible;
}
.p-biz__mv__gallery .slick-track {
  display: flex;
}
.p-biz__mv__gallery .splide__arrows {
  width: 100%;
}
.p-biz__mv__gallery .gallery__slider {
  position: relative;
}
.p-biz__mv__gallery .gallery__main {
  width: 86%;
  margin-inline: auto;
  max-width: 500px;
}
.p-biz__mv__gallery .gallery__list {
  position: relative;
  left: -20px;
}
.p-biz__mv__gallery .gallery__list:not(.slick-initialized) {
  display: flex;
  width: calc(100% + 40px);
}
.p-biz__mv__gallery .gallery__list:not(.slick-initialized) .gallery__item {
  flex-shrink: 0;
  width: 100%;
  margin-inline: 0;
  padding-inline: 20px;
}
.p-biz__mv__gallery .gallery__list.slick-initialized {
  width: calc(200% + 80px);
}
.p-biz__mv__gallery .gallery__item {
  margin-inline: 20px;
}
.p-biz__mv__gallery .gallery__img {
  overflow: clip;
  line-height: 1;
  border-radius: 0 0 25px 0;
  display: block;
}
.p-biz__mv__gallery .gallery__img figure {
  width: 100%;
}
.p-biz__mv__gallery .gallery__img img {
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 664/477;
}
.p-biz__mv__banner {
  display: block;
  line-height: 1;
  margin-inline: auto;
  margin-top: 35px;
  max-width: 500px;
  opacity: 1;
  transition: transform 0.5s ease;
}

.p-biz__brands {
  padding-top: 60px;
}
.p-biz__brands__ttl {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 0.9375rem;
}
.p-biz__brands__ttl .num {
  position: relative;
  top: 1px;
  font-size: 1.625rem;
}
.p-biz__brands__slider {
  pointer-events: none;
  display: flex;
  white-space: nowrap;
  will-change: transform;
  overflow: hidden;
  background-color: #fff;
  margin-top: 15px;
}
.p-biz__brands__slider__wrapper {
  animation: brands_linear 25s linear infinite;
  display: flex;
  gap: 0 25px;
  padding: 5px 0 10px;
}
.p-biz__brands__slider__img {
  width: 100%;
}
.p-biz__brands__slider__item {
  flex-shrink: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px 0;
}
.p-biz__brands__slider__item.i01 .p-biz__brands__slider__img {
  width: 125.25px;
}
.p-biz__brands__slider__item.i02 .p-biz__brands__slider__img {
  width: 114px;
}
.p-biz__brands__slider__item.i03 .p-biz__brands__slider__img {
  width: 60.75px;
}
.p-biz__brands__slider__item.i04 .p-biz__brands__slider__img {
  width: 34.25px;
}
.p-biz__brands__slider__item.i05 .p-biz__brands__slider__img {
  width: 87px;
}
.p-biz__brands__slider__item.i06 .p-biz__brands__slider__img {
  width: 80.25px;
}
.p-biz__brands__slider__item.i07 .p-biz__brands__slider__img {
  width: 118.75px;
}
.p-biz__brands__slider__item.i08 .p-biz__brands__slider__img {
  width: 125.25px;
}
.p-biz__brands__slider__item.i09 .p-biz__brands__slider__img {
  width: 81.75px;
}
.p-biz__brands__slider__item.i10 .p-biz__brands__slider__img {
  width: 220px;
}
.p-biz__brands__slider__txt {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.1033333333;
  text-align: center;
}
.p-biz__brands__slider__txt.fz9 {
  font-size: 0.5625rem;
}

.p-biz__case {
  padding-top: 60px;
}
.p-biz__case__main {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 40px 0;
  padding: 30px 25px;
}
.p-biz__case__img {
  width: 150px;
  margin: 30px auto 0;
  position: absolute;
  right: -10px;
  bottom: -37px;
}
.p-biz__case__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.19em;
}
.p-biz__case__blocks {
  display: grid;
  grid-gap: 30px 0;
  margin-top: 30px;
}
.p-biz__case__block {
  border-left: solid 1px #000;
  padding-left: 8px;
}
.p-biz__case__block__head {
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-biz__case__block__ttl01 {
  font-family: "tt-travels-next", sans-serif;
  color: #64babe;
  line-height: 1;
  font-size: 14.58px;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.p-biz__case__block__ttl02 {
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #000;
  margin-top: 8px;
  font-size: 11.5px;
}
.p-biz__case__block__txt .txt {
  color: #481c87;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 10px;
  line-height: 1.573;
}

.p-biz__materials {
  padding-top: 60px;
}
.p-biz__materials__main {
  background-color: #fff;
  margin-top: -1px;
}
.p-biz__materials__contents {
  display: flex;
  flex-direction: column;
  padding: 30px 0 60px;
  gap: 30px 0;
}
.p-biz__materials__head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px 0;
}
.p-biz__materials__circle {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
  border: solid 1px #000;
  font-weight: 500;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto -120px auto;
  background-color: #fff;
  max-width: 300px;
  left: 81px;
}
.p-biz__materials__ttl {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  z-index: 2;
}
.p-biz__materials__content02 .txt {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
  font-size: 0.8125rem;
}
.p-biz__materials__btn {
  margin-top: 30px;
  text-align: center;
}
.p-biz__materials__btn .c-btn01__link {
  color: #fff;
}
.p-biz__materials__conversation {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  gap: 0 5px;
}
.p-biz__materials__conversation .icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  top: 2px;
}
.p-biz__materials__conversation .txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.p-biz__materials__img {
  margin: 20px auto 0;
  width: 100%;
  max-width: 300px;
}
.p-biz__materials__video {
  margin-top: 20px;
}
.p-biz__materials__video .materials-video {
  height: clamp(16.25rem, 38.2653061224vw + 7.2815688776rem, 25.625rem);
}
.p-biz__materials__video .materials-video img,
.p-biz__materials__video .materials-video video,
.p-biz__materials__video .materials-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.p-biz__materials__decor {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  aspect-ratio: 1;
  width: 140px;
  z-index: 1;
  background: url(../image/biz/img_decor01.svg) center/contain no-repeat;
  left: -24px;
  top: 5px;
  animation: ani_decor 5s linear infinite;
  animation: ani_decor 5s linear infinite;
}
.p-biz__materials__bg {
  position: relative;
}
.p-biz__materials__bg.i01 {
  top: 1px;
}

.p-biz__price {
  padding-top: 40px;
}
.p-biz__price__btn {
  text-align: center;
  margin-top: 15px;
}
.p-biz__price__btn .c-btn01__link {
  letter-spacing: 0.13em;
}

.p-biz__strengths {
  padding-top: 60px;
}
.p-biz__strengths__head {
  position: relative;
  padding-bottom: 40px;
}
.p-biz__strengths__head::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url(../image/biz/bg_strengths_01.webp) no-repeat center/cover;
  width: 100%;
  pointer-events: none;
  height: clamp(5rem, 17.8571428571vw + 0.8147321429rem, 9.375rem);
}
.p-biz__strengths__head .c-ttl01 {
  font-size: 2.5rem;
}
.p-biz__strengths__main {
  position: relative;
  background-image: linear-gradient(12deg, #64babe 85%, #c7e1e4 100%);
  padding-top: 155px;
  padding-bottom: 60px;
}
.p-biz__strengths__roads {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-biz__strengths__people {
  position: absolute;
  z-index: 1;
  width: 140px;
  top: 29px;
  left: calc(50% - clamp(1.25rem, -10.4591836735vw + 6.2638711735rem, 3.8125rem));
}
.p-biz__strengths__road {
  background-color: #ecebea;
  clip-path: polygon(65.7% 0, 80% 0%, 0 92.2%, 0% 22.65%);
  -webkit-clip-path: polygon(65.7% 0, 80% 0%, 0 92.2%, 0% 22.65%);
  height: 900px;
}
.p-biz__strengths__content {
  position: relative;
  z-index: 2;
}
.p-biz__strengths__sec {
  position: relative;
  margin-top: 40px;
}
.p-biz__strengths__sec:first-child {
  margin-top: 0;
}
.p-biz__strengths__sec__wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 40px 0;
}
.p-biz__strengths__sec__head {
  position: relative;
  padding: 20px 20px 0;
}
.p-biz__strengths__sec__num {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(52deg, #c7e1e4 -10%, #64babe 155%);
  width: 60px;
  height: 60px;
  border-radius: 0 0 100px 0;
}
.p-biz__strengths__sec__num .num {
  position: relative;
  color: #481c87;
  font-family: "tt-travels-next", sans-serif;
  line-height: 1;
  font-weight: 700;
  font-size: 2.5rem;
  right: 5px;
  bottom: 5px;
}
.p-biz__strengths__sec__ttl {
  position: relative;
  text-align: center;
}
.p-biz__strengths__sec__ttl .ttl01 {
  color: #481c87;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.125rem;
}
.p-biz__strengths__sec__ttl .ttl02 {
  font-weight: 500;
  color: #000;
  letter-spacing: 0.01em;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
}
.p-biz__strengths__sec__main {
  padding: 30px 20px 40px;
}
.p-biz__strengths__sec01__flex {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.p-biz__strengths__sec01__img {
  text-align: center;
  width: 100%;
}
.p-biz__strengths__sec01__ttl {
  font-weight: 500;
  color: #595757;
  text-align: center;
  font-size: 0.75rem;
}
.p-biz__strengths__sec01__frame {
  position: relative;
  border-radius: 20px;
  background-color: #efebf4;
  padding: 20px;
  margin-top: 20px;
}
.p-biz__strengths__sec01__frame .frame-ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  text-align: center;
  color: #481c87;
  letter-spacing: 0.03em;
  font-weight: 700;
  width: 100%;
  font-size: 0.8125rem;
}
.p-biz__strengths__sec02__blocks {
  display: grid;
  grid-gap: 30px 0;
}
.p-biz__strengths__sec02__block {
  position: relative;
  border-radius: 20px;
  background-color: #efebf4;
  padding: 15px 20px 20px;
}
.p-biz__strengths__sec02__block .num {
  position: absolute;
  left: 10px;
  top: -14px;
  line-height: 1;
  color: #481c87;
  font-weight: 700;
  font-size: 1.625rem;
}
.p-biz__strengths__sec02__block .ttl {
  text-align: center;
  color: #481c87;
  font-weight: 500;
  letter-spacing: 0.09em;
}
.p-biz__strengths__sec02__block .block-content {
  border-top: solid 1px #481c87;
  padding: 10px 0 0;
  margin-top: 13px;
}
.p-biz__strengths__sec02__block .img {
  text-align: center;
}
.p-biz__strengths__sec03__flex {
  display: flex;
  flex-direction: column;
}
.p-biz__strengths__sec03__infor .c-listcheck {
  margin-top: 20px;
}
.p-biz__strengths__sec03__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #efebf4;
  padding: 20px;
  border-radius: 30px;
}
.p-biz__strengths__sec03__head::after {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #efebf4;
  content: "";
  position: absolute;
  left: calc(50% - 12px);
  top: calc(100% - 5px);
}
.p-biz__strengths__sec03__head .ttl01 {
  color: #481c87;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.p-biz__strengths__sec03__head .ttl02 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 0.875rem;
  color: #481c87;
  letter-spacing: 0.02em;
}
.p-biz__strengths__sec03__head .ttl03 {
  margin-top: 5px;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #481c87;
  font-size: 0.75rem;
}
.p-biz__strengths__sec03__head .txt-underline {
  text-decoration: underline;
}
.p-biz__strengths__sec03__head .txt-sm01 {
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #481c87;
  font-size: 0.75rem;
}
.p-biz__strengths__sec03__chart {
  max-width: 200px;
  margin: 30px auto 0;
  width: 100%;
}
.p-biz__strengths__sec03__chart .img-chart {
  max-width: 278px;
  width: 100%;
  margin: 0 auto;
}
.p-biz__strengths__sec03__chart .txt-note {
  font-weight: 500;
  text-align: center;
  font-size: 0.5625rem;
  letter-spacing: 0.06em;
  color: #717071;
  margin-top: 10px;
}
.p-biz__strengths__sec04__txt {
  color: #481c87;
  letter-spacing: 0.01em;
  font-size: 0.75rem;
  font-weight: 500;
}
.p-biz__strengths__sec04__btn {
  text-align: center;
  margin-top: 20px;
}
.p-biz__strengths__sec04__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px 20px;
  margin-top: 100px;
}
.p-biz__strengths__sec04__block {
  position: relative;
  background-color: #481c87;
  box-shadow: 8.268px 8.268px 11.5752px rgba(0, 0, 0, 0.4);
  padding: 20px 15px;
  width: 290px;
  text-decoration: none;
  display: block;
}
.p-biz__strengths__sec04__head {
  position: absolute;
  background-color: #481c87;
  text-align: center;
  left: 0;
  bottom: calc(100% - 15px);
  min-height: 53px;
  min-width: 87px;
  border-radius: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
}
.p-biz__strengths__sec04__head .txt-head {
  color: #fff;
  font-size: 1.0709375rem;
  letter-spacing: 0.22em;
}
.p-biz__strengths__sec04__head .txt-sm {
  font-size: 0.9875rem;
  line-height: 1.2006329114;
  letter-spacing: 0.13em;
}
.p-biz__strengths__sec04__content .img {
  text-align: center;
  width: 100%;
}
.p-biz__strengths__sec04__content .txt {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 0.938125rem;
  line-height: 1.5093271153;
}
.p-biz__strengths__sec04__content .txt.u_lett0 {
  letter-spacing: 0;
}
.p-biz__strengths__sec04 .c-btn01__link {
  color: #fff;
  letter-spacing: 0.13em;
}
.p-biz__strengths__sec05__blocks {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.p-biz__strengths__sec05__block {
  position: relative;
}
.p-biz__strengths__sec05__block.i01 {
  padding-bottom: 35px;
}
.p-biz__strengths__sec05__block.i01::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.p-biz__strengths__sec05__head {
  text-align: center;
}
.p-biz__strengths__sec05__head .txt-head {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e3e4e4;
  padding: 10px;
  border-radius: 20px;
  color: #481c87;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 0.75rem;
  min-width: 200px;
}
.p-biz__strengths__sec05__head .txt-head::after {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #e3e4e4;
  content: "";
  position: absolute;
  left: calc(50% - 12px);
  top: calc(100% - 10px);
}
.p-biz__strengths__sec05__head .txt-head__content {
  position: relative;
  z-index: 1;
}
.p-biz__strengths__sec05__listen {
  margin-top: 25px;
}
.p-biz__strengths__sec05__listen .listen-flex {
  background-color: #000;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px 5px;
  margin: 0 auto;
  max-width: 260px;
  padding: 13px;
}
.p-biz__strengths__sec05__listen .listen-icon {
  width: 40px;
  position: relative;
  flex-shrink: 0;
}
.p-biz__strengths__sec05__listen .listen-txt {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.8125rem;
}
.p-biz__strengths__sec05__txt01 {
  text-align: center;
  font-weight: 500;
  position: relative;
  margin-top: 10px;
  font-size: 0.75rem;
}
.p-biz__strengths__sec05__bnr01 {
  position: relative;
  max-width: 227px;
  margin: 15px auto 0;
}
.p-biz__strengths__sec05__bnr01 a {
  display: block;
  box-shadow: 3.0197px 3.0197px 3.0197px rgba(50, 51, 51, 0.2);
}
.p-biz__strengths__sec05__bnr02 {
  position: relative;
  max-width: 227px;
  margin: 15px auto 0;
}
.p-biz__strengths__sec05__bnr02 a {
  border: solid 2px #004ea2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 2px rgba(50, 51, 51, 0.2);
  padding: 15px;
  gap: 10px;
}
.p-biz__strengths__sec05__bnr02 .bnr02-txt {
  display: inline-block;
  color: #004ea2;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 0.8125rem;
}
.p-biz__strengths__sec05__bnr02 .bnr02-icon {
  position: relative;
  width: 40px;
  height: 10px;
}
.p-biz__strengths__sec05__ai {
  margin-top: 25px;
}
.p-biz__strengths__sec05__ai .ai-logo {
  margin: 0 auto;
  width: 200px;
}
.p-biz__strengths__sec06__blocks {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(8.125rem, 7.6530612245vw + 6.3313137755rem, 10rem), 1fr));
  grid-gap: 7px;
  background-color: #fff;
}
.p-biz__strengths__sec06__block {
  border-radius: 54.403px;
  background: linear-gradient(90deg, #c7e1e4 0%, #64babe 58%);
  background-attachment: fixed;
  height: 54px;
}
.p-biz__strengths__sec06__block__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 10px 0;
  padding: 6px clamp(0.5rem, 33.3333333333vw + -7.3125rem, 0.6875rem) 5px clamp(0.6875rem, 1.0204081633vw + 0.4483418367rem, 0.9375rem);
}
.p-biz__strengths__sec06__icon {
  flex-shrink: 0;
  width: 30px;
}
.p-biz__strengths__sec06__icon .sec06-icon {
  position: relative;
  display: inline-block;
  width: 24px;
}
.p-biz__strengths__sec06__ttl {
  width: calc(100% - 30px);
}
.p-biz__strengths__sec06__ttl .ttl,
.p-biz__strengths__sec06__ttl .ttl-sm01,
.p-biz__strengths__sec06__ttl .ttl-sm02 {
  color: #fff;
  text-align: center;
}
.p-biz__strengths__sec06__ttl .ttl-sm03 {
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 0.7290625rem;
  line-height: 1.2;
}
.p-biz__strengths__sec06__ttl .ttl {
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  font-size: 0.78375rem;
  line-height: 1.2;
}
.p-biz__strengths__sec06__ttl .ttl-sm01 {
  font-weight: 700;
  margin-top: 5px;
  position: relative;
  font-size: 0.4rem;
}
.p-biz__strengths__sec06__ttl .ttl-sm02 {
  font-weight: 700;
  margin-top: 5px;
  font-size: 0.5734375rem;
}
.p-biz__strengths__sec06__txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  margin-top: 10px;
}
.p-biz__strengths__btn {
  text-align: center;
  margin-top: 40px;
}
.p-biz__strengths__btn .c-btn01__link {
  font-size: 1.125rem;
}

.p-biz__lesson {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-biz__lesson__video {
  margin-top: 40px;
}
.p-biz__lesson__video .lesson-video {
  width: 100%;
  margin: 0 auto;
  height: clamp(11.875rem, 56.1224489796vw + -1.2786989796rem, 25.625rem);
}
.p-biz__lesson__video .lesson-video iframe,
.p-biz__lesson__video .lesson-video img,
.p-biz__lesson__video .lesson-video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.p-biz__casestudy {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-biz__casestudy__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
}
.p-biz__casestudy__block {
  background-color: #481c87;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  padding: 20px 10px;
  display: block;
}
.p-biz__casestudy__block__content {
  padding-top: 15px;
}
.p-biz__casestudy__block__content .ttl {
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.14em;
  font-size: 0.875rem;
}
.p-biz__casestudy__block__content .ttl.twoline {
  margin-top: 12px;
}

.p-biz__plan__wrapper {
  position: relative;
  padding: 90px 0 60px;
}
.p-biz__plan__wrapper::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  clip-path: polygon(22% 0, 100% 6%, 100% 100%, 0 100%, 0 6%);
  -webkit-clip-path: polygon(22% 0, 100% 6%, 100% 100%, 0 100%, 0 6%);
  background: url(../image/biz/bg_plan01_sp.webp) no-repeat right/cover;
  pointer-events: none;
}
.p-biz__plan__wrapper .l-container {
  position: relative;
  z-index: 1;
}
.p-biz__plan__blocks {
  display: grid;
  grid-gap: 30px 0;
  margin-top: 30px;
  padding: 0;
}
.p-biz__plan__block {
  background-color: #fff;
}
.p-biz__plan__block__head {
  background-image: linear-gradient(85.1909deg, #c7e1e4 -10%, #64babe 63%);
  text-align: center;
  border-radius: 0 0 30px 0;
  text-align: center;
  border-radius: 0 0 30px 0;
  padding: 10px;
}
.p-biz__plan__block__head .ttl {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.p-biz__plan__block__content {
  padding: 19px 15px;
}
.p-biz__plan__block__txt {
  text-align: center;
  font-weight: 700;
  line-height: 1.1666666667;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.p-biz__plan__block__img {
  margin-top: 30px;
}
.p-biz__plan__block__img .img {
  position: relative;
  width: 100%;
  max-width: 336px;
  margin: 0 auto;
}
.p-biz__plan__tbl {
  background-color: #eeeeef;
  margin-top: 23px;
  border-radius: 0 0 20px 0;
}
.p-biz__plan__tbl__row {
  display: flex;
  border-top: solid 1px #b4b4b5;
}
.p-biz__plan__tbl__row:first-child {
  border-top: 0;
}
.p-biz__plan__tbl__head {
  text-align: center;
  padding: 10px;
  width: 100px;
  border-right: solid 1px #b4b4b5;
}
.p-biz__plan__tbl__head .txt-head {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 0.625rem;
  color: #000;
}
.p-biz__plan__tbl__content {
  padding: 10px;
  width: calc(100% - 100px);
}
.p-biz__plan__tbl__content .txt-content {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 0.625rem;
  color: #000;
}
.p-biz__plan__tbl__content .txt-sm {
  color: #000;
  font-size: 0.5rem;
  letter-spacing: 0.04em;
}
.p-biz__plan__tbl__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-biz__teleworkers {
  padding: 60px 0;
}
.p-biz__teleworkers__main {
  margin-top: 50px;
}
.p-biz__teleworkers__flow {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-biz__teleworkers__flowstep {
  position: absolute;
  left: calc(50% + 6px);
  width: 20px;
  top: -30px;
  transform: translateX(-50%);
  height: calc(100% + 60px);
}
.p-biz__teleworkers__flowstep svg {
  width: 100%;
  height: 100%;
  display: block;
}
.p-biz__teleworkers__flowstep svg polyline {
  stroke-width: 1;
}
.p-biz__teleworkers__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px 0;
  max-width: 302px;
  width: 100%;
  margin: 0 auto;
}
.p-biz__teleworkers__item {
  position: relative;
  display: flex;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 62%, 50% 100%, 0 62%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 62%, 50% 100%, 0 62%);
  width: 100%;
  padding: 20px;
  min-height: 42px;
}
.p-biz__teleworkers__item__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
}
.p-biz__teleworkers__item .txt {
  font-weight: 700;
  letter-spacing: 0.26em;
  color: #000;
  position: relative;
  font-size: 0.9375rem;
}
.p-biz__teleworkers__item .txt.u_lett014 {
  letter-spacing: 0.14em;
}
.p-biz__teleworkers__voices {
  position: relative;
  display: table;
  margin: 65px auto 0;
}
.p-biz__teleworkers__voice {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-biz__teleworkers__voice .img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
.p-biz__teleworkers__voice__head {
  position: relative;
  text-align: center;
  background-color: #64babe;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding: 10px;
  margin: 0 auto;
}
.p-biz__teleworkers__voice__head::after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #64babe;
  left: calc(50% - 8px);
  content: "";
  position: absolute;
  top: calc(100% - 5px);
}
.p-biz__teleworkers__voice__head .txt-voice {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "tt-travels-next", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
}
.p-biz__teleworkers__voice__ttl {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  margin-top: 10px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  font-weight: 700;
}
.p-biz__teleworkers__voice__content {
  padding-top: 10px;
  width: calc(100% - 100px);
}

.p-biz__flow {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-biz__flow__wrapper {
  margin: 0 auto;
  margin-top: 50px;
}
.p-biz__flow__blocks {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to right, #c7e1e4 0%, #64babe 85%);
}
.p-biz__flow__space {
  pointer-events: none;
  background-color: #fff;
  flex: 0 0 80px;
  clip-path: polygon(0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 25%, 0% 0%);
  -webkit-clip-path: polygon(0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 25%, 0% 0%);
}
.p-biz__flow__block {
  position: relative;
}
.p-biz__flow__block__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.p-biz__flow__block__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px 5px;
  height: 75px;
}
.p-biz__flow__block__step {
  font-weight: 700;
  letter-spacing: 0.15em;
  font-family: "tt-travels-next", sans-serif;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: baseline;
}
.p-biz__flow__block__step .txt-step {
  font-size: 1.1865625rem;
}
.p-biz__flow__block__step .txt-num {
  position: relative;
  font-size: 1.6009375rem;
}
.p-biz__flow__block__icon {
  position: absolute;
  left: calc(50% - 120px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-biz__flow__block__icon .img {
  position: relative;
  display: block;
  width: 30px;
}
.p-biz__flow__block__icon img {
  display: block;
  width: 100%;
}
.p-biz__flow__block__icon.i01 .img {
  width: 24.5px;
}
.p-biz__flow__block__icon.i02 .img {
  width: 19px;
}
.p-biz__flow__block__icon.i03 .img {
  width: 23px;
}
.p-biz__flow__block__icon.i04 .img {
  width: 27.5px;
}
.p-biz__flow__block__ttl01 {
  text-align: center;
  color: #fff;
  letter-spacing: 0.29em;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.323;
}
.p-biz__flow__btn {
  text-align: center;
  margin-top: 0;
}
.p-biz__flow__btn .c-btn01__link {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.p-biz__faq {
  padding-top: 60px;
}
.p-biz__faq__list {
  margin-top: 20px;
}
.p-biz__faq__list .item {
  background-color: #fff;
  font-weight: 400;
}
.p-biz__faq__list .item + .item {
  margin-top: 14px;
}
.p-biz__faq__list .item-question {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding-inline: 11px 9px;
  padding-block: 12px;
  gap: 5px;
}
.p-biz__faq__list .item-question__desc {
  width: 100%;
  font-feature-settings: "palt";
  font-size: 0.78125rem;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
.p-biz__faq__list .item-question__desc::before {
  content: "Q.";
  display: inline-block;
  margin-right: 5px;
}
.p-biz__faq__list .item-question::after {
  content: "";
  aspect-ratio: 179/150;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
  width: 13px;
  margin-block: 4px auto;
  background: url(../image/biz/icon_chevron01.svg) center/contain no-repeat;
}
.p-biz__faq__list .item-question.is-active::after {
  transform: rotate(0deg);
}
.p-biz__faq__list .item-answer {
  display: none;
}
.p-biz__faq__list .item-answer__content {
  padding-inline: 11px;
  padding-block: 13px 11px;
  font-size: 0.75rem;
  line-height: 1.5416666667;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
.p-biz__faq__list .item-answer__content p {
  font-feature-settings: "palt";
  font-size: 0.75rem;
  letter-spacing: 0.01em;
}
.p-biz__faq__list .item-answer__content a {
  color: #481c87;
  text-decoration: underline;
}
.p-biz__faq__list .item-answer__content b,
.p-biz__faq__list .item-answer__content strong {
  font-weight: 700;
}
.p-biz__faq__txt01 {
  text-align: center;
  color: #481c87;
  font-weight: 700;
  margin-top: 40px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.p-biz__faq__btn {
  text-align: center;
  margin-top: 15px;
}
.p-biz__faq__btn .c-btn01__link {
  font-size: 1.125rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-biz__faq__txt02 {
  margin-top: 25px;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: 700;
  color: #481c87;
  text-align: center;
  font-feature-settings: "palt";
}
.p-biz__faq__txt02 .txt {
  display: inline-block;
}
.p-biz__faq__txt02 .link {
  position: relative;
  color: #481c87;
  text-decoration: none !important;
}
.p-biz__faq__txt02 .link::after {
  position: absolute;
  content: "";
  background-color: #481c87;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.5s;
}

.p-biz__online {
  background-color: #fff;
  padding: 60px 0;
  margin-top: 60px;
}
.p-biz__online__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 29px;
}
.p-biz__online__banner {
  line-height: 1;
  display: block;
  margin-inline: auto;
  max-width: 500px;
  opacity: 1;
  transition: transform 0.5s ease;
}
.p-biz__online__banner img {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-header .pc {
    display: none !important;
  }
  .c-header .u_sp {
    display: block;
  }
  .c-footer .pc {
    display: none !important;
  }
  .c-totop__secure svg {
    stroke: currentColor;
    stroke-width: 0.5px;
  }
  .p-biz .u_sp {
    display: block;
  }
  .p-biz__flow__space:last-child {
    clip-path: polygon(0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 25%, 0% 0%);
    -webkit-clip-path: polygon(0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 25%, 0% 0%);
  }
}
@media screen and (min-width: 768px) {
  .c-header .sp {
    display: none !important;
  }
  .c-header a[href^=tel] {
    pointer-events: none;
  }
  .c-header :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  .c-header.is-show .c-header__service__list {
    transform: translateY(0%);
  }
  .c-header.is-hide .c-header__service__list {
    transform: translateY(-100%);
  }
  .c-header .u_pc {
    display: block;
  }
  .c-header .c-header__inner {
    position: relative;
    padding-inline: 20px;
    padding-block: 26px 0;
  }
  .c-header .c-header__inner::after {
    margin-top: 20px;
  }
  .c-header .c-header__logo {
    margin-right: clamp(0.625rem, 4.1666666667vw + -2.1875rem, 1.5625rem);
    flex-shrink: 0;
    gap: 5px 0;
    width: clamp(7.5rem, 28.0555555556vw + -11.4375rem, 13.8125rem);
  }
  .c-header .c-header__other {
    gap: clamp(0.625rem, 3.3333333333vw + -1.625rem, 1.375rem);
  }
  .c-header .c-header__download, .c-header .c-header__secure {
    font-weight: 700;
    font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
    height: 40px;
  }
  .c-header .c-header__download {
    width: clamp(5rem, 8.75vw + -1.5625rem, 6.3125rem);
  }
  .c-header .c-header__secure {
    width: clamp(11.25rem, 20.8333333333vw + -4.375rem, 14.375rem);
    transition: all 0.5s;
  }
  .c-header .c-header__service {
    display: block;
    overflow: clip;
    top: 100%;
    padding-inline: 20px;
  }
  .c-header .c-header__service__link {
    font-size: 0.8125rem;
    height: 40px;
    width: 122px;
  }
  .c-header .c-header__service__link:hover {
    color: #fff !important;
    background-color: #000 !important;
  }
  .c-header .c-header__service__item {
    border-right: 1px solid currentColor;
  }
  .c-header .c-header__service__item:first-child {
    border-left: 1px solid currentColor;
  }
  .c-header .c-header__hamburger {
    width: 40px;
    height: 40px;
  }
  .c-header .c-header__hamburger > * {
    width: 25px;
    height: 2px;
  }
  .c-header__txt {
    line-height: 1;
    font-size: 0.5625rem;
    top: -3px;
  }
  .c-header .c-gnav {
    padding-inline: 30px;
    padding-block: 100px 40px;
    transition: transform 0.5s ease;
    width: auto;
    min-width: 480px;
    transform: translateX(100%);
    opacity: 1 !important;
    visibility: visible !important;
  }
  .c-header .c-gnav.is-open {
    transform: translateX(0);
  }
  .c-header .c-gnav__member {
    display: none;
  }
  .c-header .c-gnav__link {
    padding-inline: 20px;
    letter-spacing: 0.02em;
  }
  .c-header .c-gnav__subttl {
    padding-inline: 20px;
  }
  .c-header .c-gnav__sublink {
    padding-inline: 20px;
  }
  .c-header .c-gnav__sublink::after {
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.9));
    width: 50px;
  }
  .c-header .c-gnav__service {
    display: none;
  }
  .c-footer .sp {
    display: none !important;
  }
  .c-footer a[href^=tel] {
    pointer-events: none;
  }
  .c-footer :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  .c-footer.is-show .c-header__service__list {
    transform: translateY(0%);
  }
  .c-footer.is-hide .c-header__service__list {
    transform: translateY(-100%);
  }
  .c-footer {
    padding-block: 87px 74px;
    padding-inline: 40px;
  }
  .c-footer .c-footer__inner {
    max-width: 1160px;
  }
  .c-footer .c-footer__entry {
    flex-wrap: nowrap;
    gap: clamp(1.25rem, 21.1538461538vw + -8.9038461538rem, 5.375rem);
    max-width: 910px;
  }
  .c-footer .c-footer__download, .c-footer .c-footer__secure {
    max-width: unset;
    min-height: 77px;
    font-size: clamp(1.25rem, 0.8958333333vw + 0.82rem, 1.62625rem);
  }
  .c-footer .c-footer__nav {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 72px;
    gap: 30px 30px;
  }
  .c-footer .c-footer__nav .item-link {
    letter-spacing: 0.19em;
    font-size: 1.12625rem;
    padding-bottom: 12px;
  }
  .c-footer .c-footer__last {
    padding-inline: 0;
    display: flex;
    margin-top: 64px;
  }
  .c-footer .c-footer__note {
    line-height: 1.6641666667;
    font-size: 0.75rem;
    flex-shrink: 0;
  }
  .c-totop {
    bottom: -25px;
    right: clamp(1.25rem, 15.3846153846vw + -8.5961538462rem, 5.25rem);
  }
  .c-totop__tool {
    gap: 20px;
    transform: translateY(100px);
  }
  .c-totop__secure {
    letter-spacing: 0.15em;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
    width: clamp(8.75rem, 3.869047619vw + 6.8928571429rem, 10.375rem);
    font-size: clamp(1.125rem, 0.96875vw + 0.66rem, 1.531875rem);
    gap: 29px;
  }
  .c-totop__secure svg {
    height: auto;
    width: 81px;
    top: -13px;
  }
  .c-totop__secure .txt {
    letter-spacing: 0.06em;
    font-size: clamp(1.125rem, 0.3735119048vw + 0.9457142857rem, 1.281875rem);
    line-height: 1.5;
    top: 6px;
  }
  .c-totop__back {
    width: 50px;
  }
  .c-totop__back::after {
    top: 60%;
  }
  html {
    scroll-padding-top: 120px;
  }
  .c-biz-pages {
    padding-top: 120px;
  }
  .p-biz {
    padding-top: 100px;
  }
  .p-biz .u_pc {
    display: block;
  }
  .p-biz .l-container {
    padding: 0 40px;
    max-width: 1220px;
  }
  .p-biz .c-btn01__link {
    width: auto;
    max-width: unset;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.12em;
    border-radius: 0 0 18px 0;
    font-size: 1.125rem;
    padding: 12px 20px 14px;
    min-width: clamp(18.75rem, 11.9047619048vw + 13.0357142857rem, 23.75rem);
    line-height: 1.3611111111;
  }
  .p-biz .c-ttl01 {
    letter-spacing: 0.2em;
    font-size: 3.76rem;
  }
  .p-biz .c-ttl01 + .c-ttl02 {
    margin-top: 11px;
  }
  .p-biz .c-ttl02 {
    letter-spacing: 0.1em;
    line-height: 1.44;
    font-size: clamp(1.25rem, 0.744047619vw + 0.8928571429rem, 1.5625rem);
  }
  .p-biz .c-ttl02__txt::before {
    height: 7px;
    border-top-width: 3px;
  }
  .p-biz .c-ttl02__txt::before, .p-biz .c-ttl02__txt::after {
    margin-left: auto;
    margin-right: auto;
    max-width: 715px;
  }
  .p-biz .c-ttl02__txt::before {
    margin-bottom: 7px;
  }
  .p-biz .c-ttl02__txt .txt {
    letter-spacing: 0.11em;
  }
  .p-biz .c-ttl02__txt.u_fz28::before {
    margin-bottom: 4px;
  }
  .p-biz .c-ttl02__txt.u_fz28 .txt {
    font-size: clamp(1.625rem, 0.2976190476vw + 1.4821428571rem, 1.75rem);
    letter-spacing: 0.16em;
  }
  .p-biz .c-txt-lead {
    letter-spacing: 0.06em;
    margin-top: 5px;
    font-size: 1.74375rem;
  }
  .p-biz .c-listdot li {
    line-height: 1.4285714286;
    font-size: 0.875rem;
    padding-left: 9px;
    margin-top: 11px;
  }
  .p-biz .c-listdot li::before {
    top: 8px;
  }
  .p-biz .c-listcheck li {
    letter-spacing: 0.06em;
    line-height: 1.4666666667;
    font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
    padding-left: 20px;
    margin-top: 13px;
  }
  .p-biz .c-listcheck li::before {
    top: 3px;
    width: 16px;
    height: 16px;
  }
  .p-biz__mv {
    padding-top: 100px;
  }
  .p-biz__mv__gallery .splide__arrow {
    margin-top: -5px;
    transition: all 0.5s;
  }
  .p-biz__mv__gallery .splide__arrow:hover {
    opacity: 0.8;
  }
  .p-biz__mv__gallery .splide__arrow::after {
    filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.75));
    width: 18px;
  }
  .p-biz__mv__gallery .splide__arrows {
    width: 85%;
    max-width: 1080px;
  }
  .p-biz__mv__gallery .gallery__main {
    width: 80%;
    max-width: 1000px;
  }
  .p-biz__mv__gallery .gallery__list {
    left: -25px;
  }
  .p-biz__mv__gallery .gallery__list:not(.slick-initialized) {
    width: calc(100% + 50px);
  }
  .p-biz__mv__gallery .gallery__list:not(.slick-initialized) .gallery__item {
    padding-inline: 25px;
  }
  .p-biz__mv__gallery .gallery__list.slick-initialized {
    width: calc(200% + 100px);
  }
  .p-biz__mv__gallery .gallery__item {
    margin-inline: 25px;
  }
  .p-biz__mv__gallery .gallery__img {
    border-radius: 0 0 50px 0;
    transition: opacity 0.5s ease;
  }
  .p-biz__mv__gallery .gallery__img:hover {
    opacity: 0.7;
  }
  .p-biz__mv__gallery .gallery__img img {
    aspect-ratio: 2001/1081;
  }
  .p-biz__mv__banner {
    margin-top: 72px;
    max-width: 739px;
  }
  .p-biz__brands {
    padding-top: 63px;
  }
  .p-biz__brands__ttl {
    letter-spacing: 0.08em;
    font-size: 1.4375rem;
    line-height: 1.5652173913;
  }
  .p-biz__brands__ttl .num {
    top: 2px;
    font-size: 2.1875rem;
    margin-left: 3px;
    margin-right: -2px;
  }
  .p-biz__brands__slider {
    padding-top: 0;
    margin-top: 17px;
  }
  .p-biz__brands__slider__wrapper {
    gap: 0 23px;
    padding: 0 0 8px;
    animation-duration: 30s;
  }
  .p-biz__brands__slider__item {
    gap: 12px 0;
  }
  .p-biz__brands__slider__item.i01 .p-biz__brands__slider__img {
    width: 250.5px;
  }
  .p-biz__brands__slider__item.i02 .p-biz__brands__slider__img {
    width: 228px;
  }
  .p-biz__brands__slider__item.i03 .p-biz__brands__slider__img {
    width: 121.5px;
  }
  .p-biz__brands__slider__item.i04 .p-biz__brands__slider__img {
    width: 68.5px;
  }
  .p-biz__brands__slider__item.i05 .p-biz__brands__slider__img {
    width: 174px;
  }
  .p-biz__brands__slider__item.i06 .p-biz__brands__slider__img {
    width: 160.5px;
  }
  .p-biz__brands__slider__item.i07 .p-biz__brands__slider__img {
    width: 237.5px;
  }
  .p-biz__brands__slider__item.i08 .p-biz__brands__slider__img {
    width: 250.5px;
  }
  .p-biz__brands__slider__item.i09 .p-biz__brands__slider__img {
    width: 163.5px;
  }
  .p-biz__brands__slider__item.i10 .p-biz__brands__slider__img {
    width: 440px;
  }
  .p-biz__case {
    padding-top: 77px;
  }
  .p-biz__case__main {
    border-radius: 0 0 147.224px 0;
    padding: 54px clamp(1.25rem, 14.880952381vw + -5.8928571429rem, 7.5rem) 58px clamp(1.25rem, 14.2857142857vw + -5.6071428571rem, 7.25rem);
  }
  .p-biz__case__img {
    position: absolute;
    right: auto;
    left: calc(100% - 164px);
    bottom: -80px;
    width: 200px;
    margin: 0;
  }
  .p-biz__case__ttl {
    padding-left: clamp(0rem, 4.1666666667vw + -2rem, 1.75rem);
    font-size: clamp(1.625rem, 1.1904761905vw + 1.0535714286rem, 2.125rem);
  }
  .p-biz__case__blocks {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px clamp(0.3125rem, 3.869047619vw + -1.5446428571rem, 1.9375rem);
    margin-top: 41px;
  }
  .p-biz__case__block {
    padding-left: clamp(0.625rem, 1.0416666667vw + 0.125rem, 1.0625rem);
  }
  .p-biz__case__block__head {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
  .p-biz__case__block__ttl01 {
    font-size: clamp(1.625rem, 0.4702380952vw + 1.3992857143rem, 1.8225rem);
  }
  .p-biz__case__block__ttl02 {
    letter-spacing: 0.19em;
    font-size: clamp(0.75rem, 0.4672619048vw + 0.5257142857rem, 0.94625rem);
    line-height: 1.5442536328;
    margin-top: 6px;
  }
  .p-biz__case__block__ttl02.spec {
    width: calc(100% + 10px);
  }
  .p-biz__case__block__txt .txt {
    letter-spacing: 0.19em;
    font-size: clamp(0.75rem, 0.4672619048vw + 0.5257142857rem, 0.94625rem);
    line-height: 1.6155878468;
  }
  .p-biz__materials {
    padding-top: 90px;
  }
  .p-biz__materials .l-container {
    max-width: 1250px;
  }
  .p-biz__materials__main {
    margin-top: 0;
  }
  .p-biz__materials__contents {
    flex-direction: row;
    padding: 35px 0 74px;
  }
  .p-biz__materials__head {
    flex-direction: row;
    gap: 30px clamp(0.3125rem, -0.744047619vw + 0.9821428571rem, 0.625rem);
  }
  .p-biz__materials__circle {
    background-color: transparent;
    margin: 0;
    top: -4px;
    left: 0;
    max-width: unset;
    width: 96px;
    height: 96px;
    font-size: 0.79375rem;
    line-height: 1.4015748031;
  }
  .p-biz__materials__ttl {
    letter-spacing: 0.1em;
    text-align: left;
    padding-top: 4px;
    font-size: clamp(1.25rem, 0.744047619vw + 0.8928571429rem, 1.5625rem);
    line-height: 1.44;
  }
  .p-biz__materials__content01 {
    width: clamp(21.875rem, 41.6666666667vw + 1.875rem, 39.375rem);
    flex-shrink: 0;
    padding-left: clamp(0rem, 4.4444444444vw + -3rem, 1rem);
  }
  .p-biz__materials__content02 {
    width: calc(100% - clamp(21.875rem, 41.6666666667vw + 1.875rem, 39.375rem));
    padding: 21px 3px 0 18px;
  }
  .p-biz__materials__content02__infor {
    padding: 0 0 0 clamp(0rem, 2.6785714286vw + -1.2857142857rem, 1.125rem);
  }
  .p-biz__materials__content02 .txt {
    letter-spacing: 0.1em;
    line-height: 1.7401129944;
    font-size: 1.10625rem;
  }
  .p-biz__materials__btn {
    text-align: left;
    padding-left: 1px;
    margin-top: 21px;
  }
  .p-biz__materials__btn .c-btn01__link {
    letter-spacing: 0.22em;
  }
  .p-biz__materials__btn .c-btn01__link:hover {
    color: #fff !important;
  }
  .p-biz__materials__conversation {
    margin-top: 34px;
    gap: 0 7px;
    padding-right: 3px;
  }
  .p-biz__materials__conversation .icon {
    top: 5px;
    width: 22px;
    height: 22px;
  }
  .p-biz__materials__conversation .txt {
    font-size: 1.10625rem;
  }
  .p-biz__materials__img {
    margin: 14px 0 0 5px;
    max-width: unset;
    width: clamp(21.25rem, 30.2976190476vw + 6.7071428571rem, 33.975rem);
  }
  .p-biz__materials__video {
    margin-top: 7px;
  }
  .p-biz__materials__video .materials-video {
    height: clamp(11.25rem, 23.9836309524vw + -0.2621428571rem, 21.323125rem);
  }
  .p-biz__materials__decor {
    left: max(0px, 50% - 608px);
    width: 261px;
    top: auto;
    bottom: -60px;
  }
  .p-biz__price {
    padding-top: 75px;
  }
  .p-biz__price .c-ttl02__txt::before, .p-biz__price .c-ttl02__txt::after {
    max-width: 871px;
  }
  .p-biz__price__btn {
    margin-top: 15px;
  }
  .p-biz__price__btn .c-btn01__link {
    padding-top: 16px;
    padding-bottom: 14px;
    min-width: 418px;
    font-size: 1.2375rem;
  }
  .p-biz__strengths {
    padding-top: 112px;
  }
  .p-biz__strengths__head {
    padding-bottom: clamp(4.5rem, -6.3988095238vw + 10.2589285714rem, 7.1875rem);
  }
  .p-biz__strengths__head::before {
    bottom: 1px;
    left: 2px;
    height: clamp(9.25rem, 18.9732142857vw + 0.1428571429rem, 17.21875rem);
  }
  .p-biz__strengths__head .c-ttl01 {
    letter-spacing: 0.15em;
    font-size: 3.76rem;
  }
  .p-biz__strengths__head .c-ttl02__txt::before, .p-biz__strengths__head .c-ttl02__txt::after {
    max-width: 717px;
  }
  .p-biz__strengths__main {
    padding-top: 260px;
    padding-bottom: 146px;
  }
  .p-biz__strengths__people {
    width: 281px;
    top: 29px;
    left: calc(50% - 61px);
  }
  .p-biz__strengths__road {
    clip-path: polygon(70.7% 0, 74% 0%, 0 76.2%, 0% 33.65%);
    -webkit-clip-path: polygon(70.7% 0, 74% 0%, 0 76.2%, 0% 33.65%);
    height: 1782px;
  }
  .p-biz__strengths__sec {
    margin-top: 60px;
  }
  .p-biz__strengths__sec__wrapper {
    border-radius: 0 0 50px 0;
  }
  .p-biz__strengths__sec:nth-child(even) .p-biz__strengths__sec__wrapper {
    margin-left: auto;
  }
  .p-biz__strengths__sec__head {
    padding: clamp(1.25rem, 2.5297619048vw + 0.0357142857rem, 2.3125rem) 80px 0 80px;
  }
  .p-biz__strengths__sec__num {
    width: clamp(5rem, 5.3571428571vw + 2.4285714286rem, 7.25rem);
    height: clamp(5rem, 5.3571428571vw + 2.4285714286rem, 7.25rem);
    border-radius: 0 0 120px 0;
  }
  .p-biz__strengths__sec__num .num {
    right: 5px;
    bottom: 12px;
    letter-spacing: 0.2em;
    font-size: clamp(2.5rem, 1.8913690476vw + 1.5921428571rem, 3.294375rem);
  }
  .p-biz__strengths__sec__ttl .ttl01 {
    letter-spacing: 0.1em;
    padding: 0 clamp(0rem, 3.3333333333vw + -2.25rem, 0.75rem) 0 0;
    font-size: 1.42625rem;
    line-height: 1.0797546012;
  }
  .p-biz__strengths__sec__ttl .ttl02 {
    text-align: center;
    letter-spacing: 0.03em;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.549375;
  }
  .p-biz__strengths__sec__ttl .ttl02.u_lett006 {
    letter-spacing: 0.06em;
  }
  .p-biz__strengths__sec__ttl .ttl02.u_lett009 {
    letter-spacing: 0.09em;
  }
  .p-biz__strengths__sec__ttl .ttl-sm {
    line-height: 1.6526666667;
    font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
    margin-top: 15px;
  }
  .p-biz__strengths__sec__main {
    padding: 30px;
  }
  .p-biz__strengths__sec01__flex {
    gap: 0;
    flex-direction: row;
  }
  .p-biz__strengths__sec01__img {
    width: clamp(20rem, 17.2619047619vw + 11.7142857143rem, 27.25rem);
  }
  .p-biz__strengths__sec01__infor {
    width: calc(100% - clamp(20rem, 17.2619047619vw + 11.7142857143rem, 27.25rem));
    padding-left: clamp(1.25rem, 0.8928571429vw + 0.8214285714rem, 1.625rem);
  }
  .p-biz__strengths__sec01__ttl {
    letter-spacing: 0.12em;
    font-size: 0.875rem;
    line-height: 1.6278571429;
  }
  .p-biz__strengths__sec01__frame {
    border-radius: 25.436px;
    padding: 33px 10px 21px clamp(0.625rem, 1.6369047619vw + -0.1607142857rem, 1.3125rem);
    margin-top: 22px;
  }
  .p-biz__strengths__sec01__frame .frame-ttl {
    top: -10px;
    font-size: 1.0625rem;
    line-height: 1.4582352941;
  }
  .p-biz__strengths__sec01 .p-biz__strengths__sec__main {
    padding: 28px clamp(1.25rem, 1.7857142857vw + 0.3928571429rem, 2rem) 51px clamp(1.25rem, 3.4226190476vw + -0.3928571429rem, 2.6875rem);
  }
  .p-biz__strengths__sec02__blocks {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 18px;
  }
  .p-biz__strengths__sec02__block {
    border-radius: 25.436px;
    padding: 22px clamp(0.625rem, 1.3392857143vw + -0.0178571429rem, 1.1875rem) 13px;
  }
  .p-biz__strengths__sec02__block .num {
    letter-spacing: 0.09em;
    left: 7px;
    top: -15px;
    font-size: 2.15125rem;
  }
  .p-biz__strengths__sec02__block .ttl {
    font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
  }
  .p-biz__strengths__sec02 .p-biz__strengths__sec__main {
    padding: 33px clamp(1.25rem, 3.125vw + -0.25rem, 2.5625rem) 39px clamp(1.25rem, 3.2738095238vw + -0.3214285714rem, 2.625rem);
  }
  .p-biz__strengths__sec03__flex {
    justify-content: space-between;
    flex-direction: row;
  }
  .p-biz__strengths__sec03__infor {
    width: calc(100% - 278px);
    padding-left: clamp(0rem, 11.1111111111vw + -7.5rem, 2.5rem);
    padding-top: 15px;
  }
  .p-biz__strengths__sec03__infor .c-listcheck {
    margin-top: 23px;
    padding-left: 6px;
  }
  .p-biz__strengths__sec03__head {
    border-radius: 49.159px;
    width: 370px;
    padding: 10px 15px 11px;
  }
  .p-biz__strengths__sec03__head .ttl01 {
    letter-spacing: 0.15em;
    font-size: 1.125rem;
  }
  .p-biz__strengths__sec03__head .ttl02 {
    letter-spacing: 0.04em;
    font-size: 1.125rem;
    margin-top: 0;
  }
  .p-biz__strengths__sec03__head .ttl03 {
    letter-spacing: 0.09em;
    font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
    margin-top: -4px;
  }
  .p-biz__strengths__sec03__head .txt-sm01 {
    margin-left: -4px;
    font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
  }
  .p-biz__strengths__sec03__chart {
    margin: 0;
    max-width: unset;
    width: clamp(13.75rem, 8.630952381vw + 9.6071428571rem, 17.375rem);
  }
  .p-biz__strengths__sec03__chart .txt-note {
    margin-top: 8px;
  }
  .p-biz__strengths__sec03 .p-biz__strengths__sec__head {
    padding-top: 38px;
  }
  .p-biz__strengths__sec03 .p-biz__strengths__sec__main {
    padding: 17px clamp(1.25rem, 4.9107142857vw + -1.1071428571rem, 3.3125rem) 30px clamp(1.25rem, 1.6369047619vw + 0.4642857143rem, 1.9375rem);
  }
  .p-biz__strengths__sec04__txt {
    letter-spacing: 0.09em;
    text-align: center;
    font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
    line-height: 1.586;
  }
  .p-biz__strengths__sec04__btn {
    margin-top: 8px;
  }
  .p-biz__strengths__sec04__blocks {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 30px 50px;
    margin-top: 57px;
  }
  .p-biz__strengths__sec04__block {
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
    padding: 0 9px 10px;
    width: 175px;
    transition: all 0.5s;
  }
  .p-biz__strengths__sec04__block:hover {
    opacity: 0.8;
  }
  .p-biz__strengths__sec04__head {
    min-height: 33px;
    bottom: calc(100% - 9px);
    padding: 0 5px;
  }
  .p-biz__strengths__sec04__head .txt-head {
    line-height: 1.199790795;
    font-size: 0.785rem;
  }
  .p-biz__strengths__sec04__head .txt-sm {
    line-height: 1.199790795;
    font-size: 0.5975rem;
  }
  .p-biz__strengths__sec04__content {
    padding-top: 10px;
  }
  .p-biz__strengths__sec04__content .txt {
    line-height: 1.5088105727;
    font-size: 0.5675rem;
    margin-top: 8px;
  }
  .p-biz__strengths__sec04 .c-btn01__link {
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 0.91rem;
    min-width: 423px;
    line-height: 1.7493131868;
  }
  .p-biz__strengths__sec04 .c-btn01__link:hover {
    color: #fff !important;
  }
  .p-biz__strengths__sec04 .p-biz__strengths__sec__main {
    padding: 14px 30px 33px;
  }
  .p-biz__strengths__sec05__blocks {
    gap: 0;
    flex-direction: row;
    padding: 0 clamp(0rem, 2.5297619048vw + -1.2142857143rem, 1.0625rem) 0 clamp(0rem, 0.4464285714vw + -0.2142857143rem, 0.1875rem);
    justify-content: space-between;
  }
  .p-biz__strengths__sec05__block {
    flex: 1 1 0;
  }
  .p-biz__strengths__sec05__block.i01 {
    padding-bottom: 0;
  }
  .p-biz__strengths__sec05__block.i01::after {
    content: none;
  }
  .p-biz__strengths__sec05__block.i02 .p-biz__strengths__sec05__txt01 {
    margin-top: 11px;
    line-height: 1.485;
  }
  .p-biz__strengths__sec05__head .txt-head {
    letter-spacing: 0.1em;
    min-width: 243px;
    padding: 5px 10px 2px;
    line-height: 1.5575221239;
    font-size: 0.98875rem;
  }
  .p-biz__strengths__sec05__listen {
    margin-top: 18px;
  }
  .p-biz__strengths__sec05__listen .listen-flex {
    padding: 7px 5px 9px 17px;
    gap: 10px;
    max-width: 326px;
  }
  .p-biz__strengths__sec05__listen .listen-icon {
    width: 55px;
    top: 2px;
  }
  .p-biz__strengths__sec05__listen .listen-txt {
    letter-spacing: 0.12em;
    font-size: 1rem;
    line-height: 1.424375;
  }
  .p-biz__strengths__sec05__txt01 {
    left: 3px;
    letter-spacing: 0.05em;
    margin-top: 13px;
    font-size: 0.875rem;
    line-height: 1.6278571429;
  }
  .p-biz__strengths__sec05__bnr01 {
    max-width: unset;
    width: 227px;
    margin: 22px auto 0;
    left: 8px;
  }
  .p-biz__strengths__sec05__bnr02 {
    max-width: unset;
    width: 227px;
    margin: 11px auto 0;
    right: -7px;
  }
  .p-biz__strengths__sec05__bnr02 a {
    border: solid 3px #004ea2;
    box-shadow: 2.8346px 2.8346px 2.8346px rgba(50, 51, 51, 0.2);
    padding: 19px 20px 17px;
    gap: 5px 8px;
  }
  .p-biz__strengths__sec05__bnr02 .bnr02-txt {
    letter-spacing: 0.1em;
    line-height: 1.5575221239;
    font-size: 0.98875rem;
  }
  .p-biz__strengths__sec05__bnr02 .bnr02-icon {
    top: -3px;
    width: 77px;
    height: 20px;
  }
  .p-biz__strengths__sec05__bnr01 a, .p-biz__strengths__sec05__bnr02 a {
    transition: all 0.5s;
  }
  .p-biz__strengths__sec05__bnr01 a:hover, .p-biz__strengths__sec05__bnr02 a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .p-biz__strengths__sec05__ai {
    margin-top: 22px;
  }
  .p-biz__strengths__sec05__ai .ai-logo {
    width: 253px;
  }
  .p-biz__strengths__sec05 .p-biz__strengths__sec__main {
    padding: 25px clamp(1.25rem, 1.4880952381vw + 0.5357142857rem, 1.875rem) 39px;
  }
  .p-biz__strengths__sec06__blocks {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    grid-gap: 17px 11px;
  }
  .p-biz__strengths__sec06__block {
    border-radius: 31.01px;
    height: 62px;
  }
  .p-biz__strengths__sec06__block__wrapper {
    justify-content: inherit;
    gap: 19px 7px;
    padding: 3px 10px 3px 18px;
  }
  .p-biz__strengths__sec06__icon {
    width: auto;
  }
  .p-biz__strengths__sec06__icon .sec06-icon01 {
    width: 26px;
  }
  .p-biz__strengths__sec06__icon .sec06-icon02 {
    width: 41px;
  }
  .p-biz__strengths__sec06__icon .sec06-icon03 {
    width: 24px;
  }
  .p-biz__strengths__sec06__icon .sec06-icon04 {
    width: 32px;
  }
  .p-biz__strengths__sec06__icon .sec06-icon05 {
    width: 34px;
  }
  .p-biz__strengths__sec06__icon .sec06-icon06 {
    width: 27px;
    margin-right: -13px;
    left: -9px;
  }
  .p-biz__strengths__sec06__icon .sec06-icon07 {
    width: 26px;
  }
  .p-biz__strengths__sec06__icon .sec06-icon08 {
    width: 31px;
  }
  .p-biz__strengths__sec06__ttl {
    width: auto;
  }
  .p-biz__strengths__sec06__ttl .ttl-sm03 {
    letter-spacing: 0.15em;
    line-height: 1.1636363636;
    font-size: 0.89375rem;
  }
  .p-biz__strengths__sec06__ttl .ttl {
    letter-spacing: 0.15em;
    line-height: 1.1636363636;
    font-size: 0.89375rem;
  }
  .p-biz__strengths__sec06__ttl .ttl-sm01 {
    margin-top: 4px;
    top: 3px;
    font-size: 0.45625rem;
  }
  .p-biz__strengths__sec06__ttl .ttl-sm02 {
    margin-top: 5px;
    font-size: 0.65375rem;
  }
  .p-biz__strengths__sec06__txt {
    text-align: center;
    letter-spacing: 0.12em;
    font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
    line-height: 1.8526666667;
    margin-top: 27px;
  }
  .p-biz__strengths__sec06 .p-biz__strengths__sec__main {
    padding: 30px clamp(1.25rem, 7.4404761905vw + -2.3214285714rem, 4.375rem) 37px clamp(1.25rem, 6.8452380952vw + -2.0357142857rem, 4.125rem);
  }
  .p-biz__strengths__btn {
    margin-top: 78px;
  }
  .p-biz__strengths__btn .c-btn01__link {
    font-size: 1.4975rem;
    line-height: 1.75;
    min-width: 635px;
  }
  .p-biz__lesson {
    padding-top: 57px;
    padding-bottom: 75px;
  }
  .p-biz__lesson .c-ttl01 {
    letter-spacing: 0.1em;
  }
  .p-biz__lesson__video {
    margin-top: 43px;
  }
  .p-biz__lesson__video .lesson-video {
    max-width: 568px;
    height: 373px;
  }
  .p-biz__casestudy {
    padding-top: 72px;
    padding-bottom: 70px;
  }
  .p-biz__casestudy .c-ttl01 {
    letter-spacing: 0.1em;
  }
  .p-biz__casestudy__blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px clamp(1.25rem, 3.2738095238vw + -0.3214285714rem, 2.625rem);
    margin-top: 42px;
  }
  .p-biz__casestudy__block {
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
    padding: 16px 15px 18px;
    transition: all 0.5s;
  }
  .p-biz__casestudy__block:hover {
    opacity: 0.8;
  }
  .p-biz__casestudy__block__content {
    padding-top: 20px;
  }
  .p-biz__casestudy__block__content .ttl {
    font-size: 1.131875rem;
    line-height: 1.3136388736;
  }
  .p-biz__casestudy__block__content .ttl.twoline {
    margin-top: 2px;
    line-height: 1.4240750966;
  }
  .p-biz__plan__wrapper {
    padding: 120px 0 86px;
  }
  .p-biz__plan__wrapper::after {
    left: 1px;
    top: 1px;
    clip-path: polygon(31% 0, 100% 10.8%, 100% 100%, 0 100%, 0 10.8%);
    -webkit-clip-path: polygon(31% 0, 100% 10.8%, 100% 100%, 0 100%, 0 10.8%);
    background: url(../image/biz/bg_plan01.webp) no-repeat top 38% center/cover;
  }
  .p-biz__plan__blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px clamp(1.875rem, 4.6130952381vw + -0.3392857143rem, 3.8125rem);
    margin-top: 29px;
    padding: 0 clamp(0rem, 11.1607142857vw + -5.3571428571rem, 4.6875rem);
  }
  .p-biz__plan__block__head {
    padding: 10px 10px 9px;
  }
  .p-biz__plan__block__head .ttl {
    letter-spacing: 0.16em;
    font-size: clamp(1.25rem, 0.8601190476vw + 0.8371428571rem, 1.61125rem);
  }
  .p-biz__plan__block__content {
    padding: 14px 27px 17px;
  }
  .p-biz__plan__block__txt {
    letter-spacing: 0.16em;
    font-size: 1.125rem;
  }
  .p-biz__plan__block__img {
    margin-top: 11px;
  }
  .p-biz__plan__block__img .img {
    left: -6px;
    max-width: 336px;
  }
  .p-biz__plan__block__img .img.i02 {
    left: 4px;
    max-width: 354px;
  }
  .p-biz__plan__tbl {
    margin-top: 24px;
  }
  .p-biz__plan__tbl__head {
    padding: 7px 6px 6px;
    width: clamp(5.625rem, 1.9345238095vw + 4.6964285714rem, 6.4375rem);
    flex-shrink: 0;
  }
  .p-biz__plan__tbl__head .txt-head {
    font-size: 0.75rem;
    letter-spacing: 0.16em;
  }
  .p-biz__plan__tbl__content {
    width: calc(100% - clamp(5.625rem, 1.9345238095vw + 4.6964285714rem, 6.4375rem));
    padding: 7px 5px 6px 10px;
  }
  .p-biz__plan__tbl__content .txt-content {
    letter-spacing: 0.16em;
    font-size: 0.75rem;
  }
  .p-biz__plan__tbl__content .txt-content.u_lett007 {
    letter-spacing: 0.07em;
  }
  .p-biz__plan__tbl__content .txt-sm {
    font-size: 0.5625rem;
    line-height: 1.1911111111;
  }
  .p-biz__plan__tbl__flex {
    gap: 8px;
    align-items: center;
  }
  .p-biz__teleworkers {
    padding: 76px 0 63px;
  }
  .p-biz__teleworkers .c-ttl02__txt.u_fz28::before {
    margin-bottom: 7px;
  }
  .p-biz__teleworkers .c-ttl02__txt.u_fz28::after {
    margin-top: 5px;
  }
  .p-biz__teleworkers .c-ttl02__txt .txt {
    line-height: 1.2857142857;
  }
  .p-biz__teleworkers__main {
    margin-top: 44px;
  }
  .p-biz__teleworkers__flow {
    max-width: 982px;
  }
  .p-biz__teleworkers__flowstep {
    width: 100%;
    left: 0;
    height: auto;
    top: calc(50% - 10px);
    transform: translateY(-50%);
  }
  .p-biz__teleworkers__items {
    margin: 0;
    width: auto;
    max-width: unset;
    flex-direction: row;
    gap: 0 clamp(1.25rem, 1.9196428571vw + 0.3285714286rem, 2.05625rem);
  }
  .p-biz__teleworkers__item {
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    padding: 30px 10px 30px;
    width: 153px;
    min-height: 140px;
    left: 4px;
  }
  .p-biz__teleworkers__item__wrap {
    padding-bottom: 0;
    padding-right: 7px;
  }
  .p-biz__teleworkers__item .txt {
    top: -1px;
    font-size: 1.125rem;
    line-height: 1.3716666667;
  }
  .p-biz__teleworkers__voices {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: inherit;
    flex-direction: row;
    margin-top: 9px;
    gap: 30px 41px;
    left: 1px;
  }
  .p-biz__teleworkers__voice {
    gap: 20px 0;
  }
  .p-biz__teleworkers__voice .img {
    flex-shrink: 0;
    width: 143.5px;
    height: 143.5px;
    margin-right: 6px;
  }
  .p-biz__teleworkers__voice__head {
    margin: 0;
    border-radius: 20.175px;
    padding: 16px 6px;
    width: 155px;
  }
  .p-biz__teleworkers__voice__head::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #64babe;
    left: calc(50% - 12px);
    top: calc(100% - 10px);
  }
  .p-biz__teleworkers__voice__head .txt-voice {
    letter-spacing: 0.15em;
    font-size: 1.185625rem;
  }
  .p-biz__teleworkers__voice__ttl {
    letter-spacing: 0.1em;
    font-size: 1rem;
    margin-top: 15px;
  }
  .p-biz__teleworkers__voice__content {
    width: auto;
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-biz__teleworkers__voice.i02 .img {
    margin-right: -8px;
  }
  .p-biz__flow {
    padding-top: 52px;
    padding-bottom: 60px;
  }
  .p-biz__flow .c-ttl01 {
    letter-spacing: 0.15em;
  }
  .p-biz__flow__wrapper {
    max-width: 931px;
    margin-top: 62px;
  }
  .p-biz__flow__blocks {
    background-image: linear-gradient(to top, transparent 0% calc(100% - 2px), #fff calc(100% - 2px) 100%), linear-gradient(to right, transparent 0% calc(100% - 2px), #fff calc(100% - 2px) 100%), linear-gradient(to right, #c7e1e4 0%, #64babe 85%);
    flex-direction: row;
    grid-gap: 30px 0;
    margin-right: -18px;
  }
  .p-biz__flow__space {
    flex: 0 0 clamp(3.75rem, 2.0833333333vw + 2.75rem, 4.625rem);
    clip-path: polygon(100% 0, 100% 50%, 100% 102%, 0% 100%, 75% 50%, 0% 0%);
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 102%, 0% 100%, 75% 50%, 0% 0%);
  }
  .p-biz__flow__block {
    flex: 1 1 0;
    min-height: 237px;
  }
  .p-biz__flow__block__inner {
    display: block;
    width: calc(100% + 20px);
    left: clamp(0.625rem, 1.4880952381vw + -0.0892857143rem, 1.25rem);
    padding-top: 12px;
  }
  .p-biz__flow__block__inner.oneline .p-biz__flow__block__ttl01 {
    margin-top: -15px;
  }
  .p-biz__flow__block__inner.oneline .img {
    bottom: -20px;
  }
  .p-biz__flow__block__wrapper {
    position: static;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
  }
  .p-biz__flow__block__step {
    top: -42px;
    gap: 4px;
    left: calc(50% + 3px);
  }
  .p-biz__flow__block__step .txt-step {
    font-size: 1.3125rem;
  }
  .p-biz__flow__block__step .txt-num {
    top: 3px;
    font-size: 1.77125rem;
  }
  .p-biz__flow__block__icon {
    transform: none;
    top: 0;
    left: 0;
    position: relative;
    height: 50px;
    margin-top: 22px;
  }
  .p-biz__flow__block__icon.i01 .img {
    width: 51px;
    left: -8px;
  }
  .p-biz__flow__block__icon.i02 .img {
    width: 40px;
    left: clamp(-0.4375rem, -1.0416666667vw + 0.5rem, 0rem);
  }
  .p-biz__flow__block__icon.i03 .img {
    width: 46px;
  }
  .p-biz__flow__block__icon.i04 .img {
    width: 55px;
  }
  .p-biz__flow__block__ttl01 {
    letter-spacing: 0.17em;
    line-height: 1.4626315789;
    font-size: 1.25rem;
  }
  .p-biz__flow__block__ttl01.txt-sm01 {
    letter-spacing: 0.08em;
    font-size: clamp(0.875rem, 0.744047619vw + 0.5178571429rem, 1.1875rem);
    line-height: 1.0942105263;
  }
  .p-biz__flow__block__ttl01.txt-lg01 {
    letter-spacing: 0.26em;
    font-size: 1.375rem;
  }
  .p-biz__flow__btn {
    margin-top: 40px;
  }
  .p-biz__flow__btn .c-btn01__link {
    min-width: 525px;
    font-size: 1.2375rem;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 0.19em;
  }
  .p-biz__faq {
    padding-top: 97px;
  }
  .p-biz__faq__list {
    margin: 41px auto 0;
    max-width: 1024px;
  }
  .p-biz__faq__list .item + .item {
    margin-top: 23px;
  }
  .p-biz__faq__list .item-question {
    padding-inline: 23px 30px;
    padding-block: 9px;
    gap: 20px;
    transition: all 0.5s;
  }
  .p-biz__faq__list .item-question:hover {
    opacity: 0.8;
  }
  .p-biz__faq__list .item-question__desc {
    line-height: 2.3333333333;
    font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
  }
  .p-biz__faq__list .item-question::after {
    margin-block: auto;
    width: 18px;
  }
  .p-biz__faq__list .item-answer__content {
    font-feature-settings: normal;
    letter-spacing: 0.1em;
    line-height: 1.7857142857;
    padding-inline: 42px;
    padding-block: 12px 32px;
    font-size: 0.875rem;
  }
  .p-biz__faq__list .item-answer__content p {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.7857142857;
  }
  .p-biz__faq__txt01 {
    font-feature-settings: "palt";
    margin-top: 75px;
    letter-spacing: 0.19em;
    font-size: 1.2375rem;
    line-height: 1.547979798;
  }
  .p-biz__faq__btn {
    margin-top: 18px;
  }
  .p-biz__faq__btn .c-btn01__link {
    padding-top: 28px;
    padding-bottom: 32px;
    min-width: 525px;
    letter-spacing: 0.16em;
    font-size: 1.4875rem;
    line-height: 1.53;
  }
  .p-biz__faq__txt02 {
    letter-spacing: 0.19em;
    font-size: 1.2375rem;
    line-height: 1.547979798;
    margin-top: 53px;
  }
  .p-biz__faq__txt02 .link:hover::after {
    opacity: 0;
  }
  .p-biz__faq__txt02 .link::after {
    bottom: 4px;
  }
  .p-biz__online {
    padding: 101px 0 102px;
    margin-top: 74px;
  }
  .p-biz__online .l-container {
    max-width: 1156px;
  }
  .p-biz__online__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.5rem, 18.5897435897vw + -6.4230769231rem, 6.125rem);
  }
  .p-biz__online__banner {
    max-width: unset;
    margin-inline: 0;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1080px) {
  .c-header .c-header__inner {
    padding-inline: 0;
    margin-inline: clamp(1.25rem, 6.6666666667vw + -3.25rem, 2.75rem);
  }
  .c-header .c-header__inner::after {
    margin-top: 22px;
  }
  .c-header .c-header__service {
    padding-inline: 0;
  }
  .c-header .c-header__hamburger {
    display: none;
  }
  .c-header .c-gnav {
    padding: 0;
    min-width: unset;
    z-index: 1;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    background-image: none;
    background-color: transparent;
    height: auto;
    width: auto;
    overflow: unset;
    font-size: 0.875rem;
    transform: none !important;
  }
  .c-header .c-gnav__menu {
    display: flex;
    gap: clamp(0.625rem, 1.9444444444vw + -0.6875rem, 1.0625rem);
  }
  .c-header .c-gnav__item:has(.c-gnav__link.js_drop_menu) {
    margin-bottom: 0;
  }
  .c-header .c-gnav__item:has(.c-gnav__link.js_drop_menu):hover {
    z-index: 1;
  }
  .c-header .c-gnav__item:has(.c-gnav__link.js_drop_menu):hover .c-gnav__submenu {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
  .c-header .c-gnav__item:has(.c-gnav__link.js_drop_menu):hover .c-gnav__link::before {
    opacity: 1;
  }
  .c-header .c-gnav__item:last-child .c-gnav__submenu {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  .c-header .c-gnav__item:nth-child(2) .c-gnav__submenu {
    left: 0;
    transform: translateX(0);
  }
  .c-header .c-gnav__link:not(.js_drop_menu) {
    transition: all 0.5s;
  }
  .c-header .c-gnav__link:not(.js_drop_menu):hover {
    opacity: 0.8;
  }
  .c-header .c-gnav__link {
    justify-content: center;
    width: auto;
    font-size: 0.875rem;
    height: 39px;
    min-width: 60px;
    padding-inline: clamp(0.625rem, 2.7777777778vw + -1.25rem, 1.25rem);
  }
  .c-header .c-gnav__link::before {
    content: "";
  }
  .c-header .c-gnav__link::after {
    display: none;
  }
  .c-header .c-gnav__submenu {
    padding-top: 0;
    background-color: #fff;
    display: flex !important;
    height: unset;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transition-property: opacity, visibility;
    z-index: -1;
    gap: 20px;
    padding-inline: 47px 40px;
    width: -moz-max-content;
    width: max-content;
    padding-block: 30px 24px;
    top: calc(100% + 10px);
  }
  .c-header .c-gnav__subttl {
    letter-spacing: 0.14em;
    height: auto;
    display: block;
    background-color: transparent;
    margin-bottom: 0;
    padding-inline: 0;
    border-bottom: 1px solid currentColor;
    font-size: 0.8125rem;
    padding-bottom: 5px;
  }
  .c-header .c-gnav__subcol {
    margin-top: 0;
  }
  .c-header .c-gnav__subcol:first-child .c-gnav__subttl {
    display: block;
  }
  .c-header .c-gnav__sublist {
    margin-top: 8px;
  }
  .c-header .c-gnav__subitem:not(:last-child) {
    margin-bottom: 2px;
  }
  .c-header .c-gnav__sublink {
    width: auto;
    padding-inline: 0;
    display: inline;
    background-color: transparent;
    font-size: 0.75rem;
    opacity: 1;
    transition: color 0.5s ease;
  }
  .c-header .c-gnav__sublink:hover {
    color: #481c87;
  }
  .c-header .c-gnav__sublink::after {
    display: none;
  }
  .p-biz__case__img {
    bottom: -46px;
    left: calc(100% - clamp(11.5625rem, 16.1111111111vw + 0.6875rem, 15.1875rem));
    width: clamp(13.75rem, 15vw + 3.625rem, 17.125rem);
  }
  .p-biz__strengths__sec__wrapper {
    width: 870px;
  }
  .p-biz__strengths__sec05__txt01 {
    letter-spacing: 0.09em;
  }
  .p-biz__casestudy__blocks {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .c-footer .c-footer__download:hover, .c-footer .c-footer__secure:hover {
    transform: translate(3px, 3px);
  }
  .c-totop__secure {
    transition: 0.5s;
    transition-property: background-color, color !important;
  }
  .c-totop__secure:hover {
    color: #481c87;
    text-decoration: none !important;
    background-color: #fff000;
  }
  .c-totop__secure:hover polyline {
    stroke: #481c87;
  }
  .c-totop__back {
    transition: 0.5s;
    transition-property: opacity;
  }
  .c-totop__back:hover {
    opacity: 0.7;
  }
  .p-biz .c-btn01__link {
    transition: 0.5s;
    opacity: 1;
    transition-property: background-color;
  }
  .p-biz .c-btn01__link:hover {
    color: #fff000;
    text-decoration: none;
    background-color: #6564e2 !important;
  }
  .p-biz__mv__banner:hover {
    transform: translate(3px, 3px);
  }
  .p-biz__faq__list .item-answer__content a {
    transition: all 0.5s;
  }
  .p-biz__faq__list .item-answer__content a:hover {
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
  }
  .p-biz__online__banner:hover {
    transform: translate(3px, 3px);
  }
}
/*# sourceMappingURL=maps/biz.css.map */
