@charset "UTF-8";
/* CSS Document */
/*
  ------------------------------------
  ####################################
   #Common style
  ####################################
  ------------------------------------
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/*  HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* clearfix */
.clearfix {
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-weight: normal;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

::-moz-placeholder {
  color: #B7AFA3;
}

::placeholder {
  color: #B7AFA3;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + label, input[type=radio] + label {
  cursor: pointer;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

html {
  background: #fff;
  font-size: 10px;
}
@media screen and (max-width: 812px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 2.6315789474vw;
  }
}

img {
  height: auto;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.6;
  font-size: 16px;
  color: #333333;
}
body.is-hidden {
  overflow: hidden;
}
@media screen and (max-width: 812px) {
  body {
    font-size: 1.4rem;
    min-width: inherit;
    width: 100%;
  }
}
body.on-load {
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, visibility;
}
body.on-load.is-view {
  visibility: visible;
  opacity: 1;
}

.wrap {
  overflow: hidden;
  width: 100%;
  padding-top: 90px;
}
@media screen and (max-width: 812px) {
  .wrap {
    padding-top: 65px;
  }
}

a {
  text-decoration: none;
  color: #333333;
}

p {
  line-height: 1.8;
}

small {
  font-size: 85%;
}

.no_post {
  text-align: center;
  width: 100%;
}

.pc {
  display: block;
}

.pc-flex {
  display: flex;
}

.pc-ib {
  display: inline-block;
}

.sp,
.sm,
.sp-flex,
.sp-flex,
.sp-ib {
  display: none !important;
}

@media screen and (max-width: 812px) {
  .sp {
    display: block !important;
  }
  .sp-flex {
    display: flex !important;
  }
  .sp-ib {
    display: inline-block !important;
  }
  .pc,
  .pc-flex,
  .pc-ib {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sm {
    display: block !important;
  }
}
.red {
  color: #CE0000;
}

.bold {
  font-weight: 700;
}

.marker {
  background: linear-gradient(transparent 60%, #00cc95 40%);
}

/* CSS Document */
.m-inView.--left {
  transform: translate3d(-15%, 0, 0);
}
.m-inView.--right {
  transform: translate3d(15%, 0, 0);
}
.m-inView.--top {
  transform: translate3d(0, -20px, 0);
}
.m-inView.--bottom {
  transform: translate3d(0, 20px, 0);
}
.m-inView.--rt {
  transform: translate3d(50px, -50px, 0);
}
.m-inView.--rb {
  transform: translate3d(50px, 50px, 0);
}
.m-inView.--lt {
  transform: translate3d(-50px, -50px, 0);
}
.m-inView.--lb {
  transform: translate3d(-50px, 50px, 0);
}
.m-inView__feed {
  opacity: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
}
.m-inView__feed.js-inView {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.m-inView__scale {
  transform: scale(0.3);
}
.m-inView__scale.js-inView {
  transform: scale(1);
}

.delay2sec {
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay4sec {
  transition: all 4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 4s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay6sec {
  transition: all 6s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 6s cubic-bezier(0.4, 0, 0.2, 1);
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  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: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  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;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.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%;
  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: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-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-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  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;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.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, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.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;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  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;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.c-bg {
  position: relative;
}
.c-bg:before {
  content: "";
  position: absolute;
  background: #fbfcf4;
  width: calc(100vw + 300px);
  height: 100%;
  top: 100px;
  z-index: -1;
  border-radius: 150px;
}
@media screen and (max-width: 812px) {
  .c-bg:before {
    top: 60px;
    border-radius: 75px;
  }
}
@media screen and (max-width: 500px) {
  .c-bg:before {
    top: 40px;
  }
}
.c-bg:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: url(../images/circle.png) center center no-repeat;
  background-size: contain;
  top: 100px;
  z-index: -1;
  opacity: 0.1;
}
@media screen and (max-width: 812px) {
  .c-bg:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .c-bg:after {
    top: 40px;
  }
}
.c-bg.--point:before {
  height: calc(100% - 150px);
  top: 0;
}
.c-bg.--point:after {
  top: 0;
}
.c-bg.--right:before, .c-bg.--right:after {
  left: -80px;
}
@media screen and (max-width: 812px) {
  .c-bg.--right:before, .c-bg.--right:after {
    left: -10px;
  }
}
.c-bg.--left:before, .c-bg.--left:after {
  right: -80px;
}
@media screen and (max-width: 812px) {
  .c-bg.--left:before, .c-bg.--left:after {
    right: -10px;
  }
}

.c-category {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 812px) {
  .c-category {
    gap: 10px;
  }
}
.c-category__flex {
  width: calc(25% - 20px);
}
@media screen and (max-width: 812px) {
  .c-category__flex {
    width: calc(50% - 5px);
  }
}
.c-category__flex.--2column {
  width: calc(50% - 20px);
}
@media screen and (max-width: 812px) {
  .c-category__flex.--2column {
    width: 100%;
  }
}
.c-category__title {
  text-align: center;
  border-radius: 8px;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  background: #00a5ff;
  color: #fff;
  font-size: 2.2rem;
}
@media screen and (max-width: 1200px) {
  .c-category__title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 812px) {
  .c-category__title {
    font-size: 1.6rem;
  }
}
.c-category__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px 20px;
  max-height: 280px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .c-category__list {
    max-height: 14em;
  }
}
@media screen and (max-width: 812px) {
  .c-category__list {
    gap: 5px 10px;
    max-height: 12em;
  }
}
.c-category__item {
  background: #eaf7fb;
  padding: 0.6rem;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .c-category__item {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 812px) {
  .c-category__item {
    font-size: 1.4rem;
  }
}

.c-hamburgerBtn {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  transition: 0.3s background-color;
}
.c-hamburgerBtn__line {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #0063c3;
  transition: transform 0.3s;
  transition-property: top, transform, width, opacity;
}
.c-hamburgerBtn__line:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  top: calc(50% - 12px);
}
.c-hamburgerBtn__line:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
}
.c-hamburgerBtn__line:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  top: calc(50% + 12px);
}
.c-hamburgerBtn.js-active .c-hamburgerBtn__line {
  width: 80%;
}
.c-hamburgerBtn.js-active .c-hamburgerBtn__line:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(20deg) scale(1);
  top: 50%;
}
.c-hamburgerBtn.js-active .c-hamburgerBtn__line:nth-child(2) {
  opacity: 0;
}
.c-hamburgerBtn.js-active .c-hamburgerBtn__line:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-20deg) scale(1);
  top: 50%;
}
@media screen and (max-width: 1400px) {
  .c-hamburgerBtn {
    display: block;
  }
}

.c-img {
  margin: 0 auto;
  display: block;
}
.c-img__item {
  max-width: 100%;
  width: 100%;
  display: block;
}

.c-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  word-break: normal;
}
@media screen and (max-width: 1280px) {
  .c-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .c-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 812px) {
  .c-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-lead {
  font-size: 2rem;
}
@media screen and (max-width: 812px) {
  .c-lead {
    font-size: 1.6rem;
  }
}
.c-lead.--center {
  text-align: center;
  line-height: 2.2;
}
@media screen and (max-width: 812px) {
  .c-lead.--center {
    text-align: left;
    line-height: 1.8;
  }
}

.c-link {
  font-size: 1.8rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2em;
  display: block;
  position: relative;
  margin-top: 10px;
  transition: 0.3s;
  transition-property: transform, opacity, color;
}
@media screen and (max-width: 812px) {
  .c-link {
    font-size: 1.6rem;
  }
}
.c-link:before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  background: #00a5ff url(../images/icon/ico-arrow-wh.svg) no-repeat;
  background-size: 40%;
  background-position: calc(50% + 2px) 50%;
  border-radius: 50%;
  border: 2px solid #00a5ff;
  transition: 0.3s;
  transition-property: background-color, border;
}
.c-link:hover {
  color: #666666;
}
.c-link:hover:before {
  background-color: #fff;
  background-size: 40%;
  background-position: calc(50% + 2px + 0.1em) 50%;
  background-image: url(../images/icon/ico-arrow-lbl.svg);
}
.c-link.--lg {
  font-size: 2rem;
  margin: 60px auto 0;
  padding-left: 2.5em;
}
@media screen and (max-width: 812px) {
  .c-link.--lg {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
.c-link.--lg:before {
  content: "";
  position: absolute;
  width: 1.8em;
  height: 1.8em;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.rel-30 {
  position: relative;
  top: -30px;
}

.rel-50 {
  position: relative;
  top: -50px;
}

.rel-80 {
  position: relative;
  top: -80px;
}

.rel_30 {
  position: relative;
  top: 30px;
}

.rel_50 {
  position: relative;
  top: 50px;
}

.c-overlay {
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.6);
  z-index: 999;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
}
.c-overlay.js-active {
  opacity: 1;
  visibility: visible;
}

.pb-0 {
  padding-bottom: 0;
}

.c-pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 995;
}
@media screen and (max-width: 812px) {
  .c-pageTop {
    width: 45px;
    height: 45px;
  }
}
.c-pageTop__item {
  width: 100%;
  display: block;
}

.c-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 812px) {
  .c-text {
    font-size: 1.6rem;
  }
}
.c-text__caution {
  text-align: left;
  margin-left: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 300;
  width: 100%;
  font-size: 1.4rem;
  margin-top: -20px;
}

.c-title {
  font-size: 6rem;
  text-align: center;
  color: #0063c3;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  margin: 0 auto 1em;
}
@media screen and (max-width: 1200px) {
  .c-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 812px) {
  .c-title {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 500px) {
  .c-title {
    font-size: 2.5rem;
  }
}
.c-title__lg {
  font-size: 7rem;
  text-align: center;
  color: #0063c3;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  margin: 0 auto 1em;
}
@media screen and (max-width: 1200px) {
  .c-title__lg {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 812px) {
  .c-title__lg {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 500px) {
  .c-title__lg {
    font-size: 2.5rem;
  }
}
.c-title__small {
  font-size: 0.6em;
}

.c-titleIcon {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #666666;
}
.c-titleIcon:before {
  content: "";
  width: 40px;
  height: 18px;
  display: block;
  margin: 0 auto;
  background: url(../images/icon/ico-title.png) center center no-repeat;
  background-size: contain;
}

.l-aside__open {
  position: fixed;
  right: 0;
  top: 140px;
  transition: transform 0.6s ease-in-out, background-color 0.3s ease-in-out;
  transform: translateX(0);
  width: 50px;
  writing-mode: vertical-rl;
  z-index: 8000;
  background: #0063c3;
  color: #fff;
  border-radius: 10px 0 0 10px;
  padding: 45px 0 15px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 812px) {
  .l-aside__open {
    top: 100px;
  }
}
@media screen and (max-width: 812px) {
  .l-aside__open {
    width: 35px;
    font-size: 1.4rem;
  }
}
.l-aside__open:hover {
  background-color: #333333;
}
.l-aside__open:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../images/icon/ico-circle-arrow-wh.png) center center no-repeat;
  background-size: contain;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  top: 15px;
}
@media screen and (max-width: 812px) {
  .l-aside__open:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
  }
}
.l-aside.js-open .l-aside__open {
  transform: translateX(100%);
}
.l-aside__contents {
  position: fixed;
  right: 0;
  top: 140px;
  z-index: 8000;
  width: 400px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  transform: translateX(100%);
}
@media screen and (max-width: 812px) {
  .l-aside__contents {
    top: 100px;
    width: 95%;
    max-width: 550px;
  }
}
.l-aside.js-open .l-aside__contents {
  transform: translateX(0);
}
.l-aside.js-hidden .l-aside__open, .l-aside.js-hidden .l-aside__contents {
  transform: translateX(100%);
}
.l-aside__close {
  padding: 20px 32px;
  background: #0063c3;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  width: 100%;
  text-align: left;
  display: block;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  position: relative;
}
.l-aside__close:hover {
  background: #333333;
}
.l-aside__close:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 20px;
  background: url(../images/icon/ico-circle-arrow-wh.png) center center no-repeat;
  background-size: contain;
}
.l-aside__box {
  max-height: calc(100dvh - 220px);
  padding: 20px 20px 32px;
  overflow-y: auto;
  transition: max-height 0.7s ease;
}
@media screen and (max-width: 812px) {
  .l-aside__box {
    max-height: calc(100dvh - 160px);
  }
}
.l-aside__dt {
  border-bottom: 1px solid;
  font-size: 1.6rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.l-aside__dd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.l-aside__dd.--column {
  flex-direction: column;
}
.l-aside__dl {
  margin-bottom: 32px;
}
.l-aside__dl:last-child {
  margin-bottom: 0;
}
.l-aside__btn {
  display: block;
  width: calc(100% / 2 - 10px * (2 - 1) / 2);
  text-align: center;
  padding: 10px 20px;
  border-radius: 40px;
  position: relative;
  transition: 0.3s;
  transition-property: letter-spacing, color, background-color;
}
.l-aside__btn:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 12px;
  background: url(../images/icon/ico-arrow-wh.svg) center center no-repeat;
  background-size: contain;
}
.--student .l-aside__dt {
  color: #00a5ff;
  border-color: #00a5ff;
}
.--student .l-aside__btn {
  background: #00a5ff;
  color: #fff;
  border: 1px solid #00a5ff;
}
.--student .l-aside__btn:hover {
  background: #fff;
  color: #00a5ff;
}
.--student .l-aside__btn:hover:before {
  background-image: url(../images/icon/ico-arrow-lbl.svg);
}
.--manage .l-aside__dt {
  color: #00cc95;
  border-color: #00cc95;
}
.--manage .l-aside__btn {
  background: #00cc95;
  color: #fff;
  border: 1px solid #00cc95;
}
.--manage .l-aside__btn:hover {
  background: #fff;
  color: #00cc95;
}
.--manage .l-aside__btn:hover:before {
  background-image: url(../images/icon/ico-arrow-gr.svg);
}
.--course .l-aside__dt {
  color: #0063c3;
  border-color: #0063c3;
}
.--course .l-aside__btn {
  border: 1px solid #0063c3;
  color: #0063c3;
  width: 100%;
  background: #fff;
  padding-right: 50px;
}
.--course .l-aside__btn:hover {
  background: #0063c3;
  color: #fff;
  letter-spacing: 0;
}
.--course .l-aside__btn:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: 12px;
  background: url(../images/icon/ico-circle-arrow-bl.png) center center no-repeat;
  background-size: contain;
}

.l-footer {
  margin-top: 80px;
  padding: 30px 0;
  border-top: 1px solid #999;
  text-align: center;
  font-size: 1.4rem;
}
.l-footer__logo {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 812px) {
  .l-footer__logo {
    max-width: 150px;
  }
}
.l-footer__logoItem {
  display: block;
  width: 100%;
}
.l-footer__nav {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 0;
}
.l-footer__navItem {
  padding: 0 20px;
  position: relative;
}
.l-footer__navItem:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  border-right: 1px solid #333333;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 0;
}

.l-globalNav {
  max-width: 100%;
  width: 500px;
  background: #fff;
  position: fixed;
  height: calc(100dvh - 65px);
  overflow: auto;
  top: 65px;
  right: 0;
  transform: translateX(100%);
  z-index: 9999;
  padding: 0 50px;
  transition: transform 0.3s ease-in-out;
  display: none;
}
@media screen and (max-width: 1400px) {
  .l-globalNav {
    display: block;
  }
}
@media screen and (max-width: 812px) {
  .l-globalNav {
    height: calc(100dvh - 65px);
    width: 100%;
    top: 65px;
    padding: 20px 30px 0;
  }
}
.l-globalNav__logo {
  width: 100px;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 812px) {
  .l-globalNav__logo {
    display: none;
  }
}
.l-globalNav__logoItem {
  display: block;
}
.l-globalNav__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 812px) {
  .l-globalNav__list {
    gap: 10px;
  }
}
.l-globalNav__link {
  font-size: 1.8rem;
  position: relative;
  padding-right: 1.5em;
  transition: color 0.3s;
}
@media screen and (max-width: 812px) {
  .l-globalNav__link {
    font-size: 1.6rem;
  }
}
.l-globalNav__link:hover {
  color: #0063c3;
}
.l-globalNav__link:after {
  background: url(../images/icon/ico-circle-arrow-bl.png) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 0;
}
.l-globalNav__btnWrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.l-globalNav__btn {
  font-size: 1.8rem;
  padding: 0.5em 2em;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s;
  transition-property: background-color, color, letter-spacing;
}
.l-globalNav__btn:before {
  content: "";
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 25px;
  background: center center no-repeat;
  background-size: contain;
}
.l-globalNav__btn.--trial {
  background: #00cc95;
  border: 2px solid #00cc95;
}
.l-globalNav__btn.--trial:before {
  background-image: url(../images/icon/ico-trial.png);
}
.l-globalNav__btn.--trial:hover {
  background: #fff;
  color: #00cc95;
  letter-spacing: 0.2em;
}
.l-globalNav__btn.--trial:hover:before {
  filter: brightness(0) saturate(100%) invert(60%) sepia(98%) saturate(708%) hue-rotate(112deg) brightness(86%) contrast(102%);
}
.l-globalNav__btn.--document {
  background: #00a5ff;
  border: 2px solid #00a5ff;
}
.l-globalNav__btn.--document:before {
  background-image: url(../images/icon/ico-document.png);
}
.l-globalNav__btn.--document:hover {
  background: #fff;
  color: #00a5ff;
  letter-spacing: 0.2em;
}
.l-globalNav__btn.--document:hover:before {
  filter: brightness(0) saturate(100%) invert(45%) sepia(44%) saturate(2180%) hue-rotate(173deg) brightness(100%) contrast(105%);
}
.l-globalNav__overlay {
  z-index: 9998;
  display: none;
}
@media screen and (max-width: 1400px) {
  .l-globalNav__overlay {
    display: block;
  }
}
.l-globalNav.js-active {
  transform: translateX(0);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9998;
}
.l-header__inner {
  position: relative;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 30px;
  border: none;
}
@media screen and (max-width: 1400px) {
  .l-header__inner {
    height: 65px;
  }
}
.l-header__logo {
  width: 100px;
}
.l-header__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__navLink {
  transition: color 0.3s;
}
.l-header__navLink:hover {
  color: #0063c3;
}
.l-header__btnWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.l-header__btn {
  padding: 5px 20px;
  border-radius: 40px;
  transition: 0.3s;
  transition-property: background-color, color, letter-spacing;
}
.l-header__btn.--document {
  background: #00a5ff;
  border: 2px solid #00a5ff;
  color: #fff;
}
.l-header__btn.--document:hover {
  background-color: #fff;
  color: #00a5ff;
}
.l-header__btn.--contact {
  border: 2px solid #00cc95;
  color: #00cc95;
  background-color: #fff;
}
.l-header__btn.--contact:hover {
  background-color: #00cc95;
  color: #fff;
}

.l-banner__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 812px) {
  .l-banner__flex {
    gap: 60px;
    padding: 30px 0;
  }
}
.l-banner__title {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 812px) {
  .l-banner__title {
    font-size: 1.8rem;
  }
}
.l-banner__img {
  width: 100%;
  max-height: 240px;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 30px auto;
}
@media screen and (max-width: 812px) {
  .l-banner__img {
    margin: 20px auto;
  }
}
.l-banner__btn {
  font-size: 2.2rem;
  padding: 0.5em 2em 0.5em;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  transition: 0.3s;
  transition-property: background-color, color, letter-spacing;
}
@media screen and (max-width: 920px) {
  .l-banner__btn {
    padding: 0.5em 2em 0.5em 3em;
  }
}
@media screen and (max-width: 812px) {
  .l-banner__btn {
    font-size: 1.8rem;
    padding: 0.5em 2em 0.5em 3em;
  }
}
.l-banner__btn:hover {
  letter-spacing: 0.2em;
}
.l-banner__btn:before {
  content: "";
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 30px;
  background: center center no-repeat;
  background-size: contain;
}
.l-banner__item {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .l-banner__item {
    padding: 20px;
  }
}
@media screen and (max-width: 812px) {
  .l-banner__item {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
  }
}
.l-banner__item:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 812px) {
  .l-banner__item:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: calc(100% + 60px);
  }
}
.l-banner__item.--green .l-banner__title {
  color: #00cc95;
}
.l-banner__item.--green .l-banner__btn {
  background: #00cc95;
  border: 2px solid #00cc95;
}
.l-banner__item.--green .l-banner__btn:before {
  background-image: url(../images/icon/ico-trial.png);
}
.l-banner__item.--green .l-banner__btn:hover {
  background: #fff;
  color: #00cc95;
}
.l-banner__item.--green .l-banner__btn:hover:before {
  filter: brightness(0) saturate(100%) invert(60%) sepia(98%) saturate(708%) hue-rotate(112deg) brightness(86%) contrast(102%);
}
.l-banner__item.--green:before {
  left: 50%;
  background: #00cc95;
}
@media screen and (max-width: 812px) {
  .l-banner__item.--green:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  }
}
.l-banner__item.--blue .l-banner__title {
  color: #00a5ff;
}
.l-banner__item.--blue .l-banner__btn {
  background: #00a5ff;
  border: 2px solid #00a5ff;
}
.l-banner__item.--blue .l-banner__btn:before {
  background-image: url(../images/icon/ico-document.png);
}
.l-banner__item.--blue .l-banner__btn:hover {
  background: #fff;
  color: #00a5ff;
}
.l-banner__item.--blue .l-banner__btn:hover:before {
  filter: brightness(0) saturate(100%) invert(45%) sepia(44%) saturate(2180%) hue-rotate(173deg) brightness(100%) contrast(105%);
}
.l-banner__item.--blue:before {
  right: 50%;
  background: #00a5ff;
}
@media screen and (max-width: 812px) {
  .l-banner__item.--blue:before {
    right: initial;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  }
}

.l-case {
  padding: 120px 0 100px;
}
@media screen and (max-width: 812px) {
  .l-case {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .l-case {
    padding: 60px 0 40px;
  }
}
.l-case__box {
  margin-top: 120px;
}
.l-case__img {
  width: 120px;
  display: block;
  margin: -60px auto 30px;
}
.l-case__title {
  text-align: center;
  color: #0063c3;
  font-size: 2rem;
  margin: 0 -10px 20px;
  font-weight: 600;
  height: 2.5em;
}
@media screen and (max-width: 550px) {
  .l-case__title {
    height: initial;
    margin-bottom: 15px;
  }
}
.l-case__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 20px;
}
.l-case__item {
  background: #fff;
  border-radius: 20px;
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 0 20px 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-case__item {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
}
@media screen and (max-width: 550px) {
  .l-case__item {
    width: calc(100% / 1 - 20px * (1 - 1) / 1);
    padding-bottom: 80px;
  }
}
.l-case__link {
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2.3em;
  display: block;
  position: absolute;
  margin-top: 10px;
  transition: color 0.3s;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  bottom: 20px;
}
.l-case__link:before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  background: #00a5ff url(../images/icon/ico-arrow-wh.svg) no-repeat;
  background-size: 40%;
  background-position: calc(50% + 2px) 50%;
  border-radius: 50%;
  border: 2px solid #00a5ff;
  transition: 0.3s;
  transition-property: background, border;
}
.l-case__link:hover {
  color: #666666;
}
.l-case__link:hover:before {
  background-color: #fff;
  background-position: calc(50% + 2px + 0.1em) 50%;
  background-image: url(../images/icon/ico-arrow-lbl.svg);
}

.l-course {
  padding: 120px 0 120px;
  position: relative;
}
@media screen and (max-width: 812px) {
  .l-course {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .l-course {
    padding: 60px 0 40px;
  }
}
.l-course__wrap {
  margin-top: 80px;
}
@media screen and (max-width: 812px) {
  .l-course__wrap {
    margin-top: 60px;
  }
}
.l-course__box {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 812px) {
  .l-course__box {
    padding: 30px 10px 10px;
  }
}
.l-course__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  color: #00a5ff;
  margin-bottom: 30px;
}
@media screen and (max-width: 812px) {
  .l-course__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.l-flow {
  padding: 120px 0 80px;
}
@media screen and (max-width: 812px) {
  .l-flow {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .l-flow {
    padding: 60px 0 40px;
  }
}
.l-flow__box {
  margin-top: 120px;
}
@media screen and (max-width: 812px) {
  .l-flow__box {
    margin-top: 60px;
  }
}
.l-flow__step {
  width: 80px;
  height: 80px;
  background: #00a5ff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: -40px auto 0;
}
@media screen and (max-width: 812px) {
  .l-flow__step {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
    margin: -30px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .l-flow__step {
    font-size: 1.5rem;
  }
}
.l-flow__img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 812px) {
  .l-flow__img {
    max-width: 250px;
    margin: 0 auto;
  }
}
.l-flow__title {
  text-align: center;
  color: #00a5ff;
  font-size: 2rem;
  margin: 30px 0 20px;
  height: 2.5em;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 812px) {
  .l-flow__title {
    margin: 0 0;
  }
}
.l-flow__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
}
@media screen and (max-width: 812px) {
  .l-flow__flex {
    gap: 50px 20px;
  }
}
@media screen and (max-width: 550px) {
  .l-flow__flex {
    gap: 60px 20px;
  }
}
.l-flow__item {
  background: #fff;
  border-radius: 20px;
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 0 20px 60px;
  position: relative;
}
.l-flow__item:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: solid #00a5ff 19.052px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 100%;
}
@media screen and (max-width: 550px) {
  .l-flow__item:before {
    transform: none;
    top: inherit;
    left: inherit;
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
    top: 100%;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: solid #00a5ff 19.052px;
  }
}
.l-flow__item:last-child:before {
  content: none;
}
@media screen and (max-width: 1200px) {
  .l-flow__item {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
}
@media screen and (max-width: 550px) {
  .l-flow__item {
    width: calc(100% / 1 - 20px * (1 - 1) / 1);
  }
}
.l-flow__lead {
  margin-top: 80px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 812px) {
  .l-flow__lead {
    margin-top: 40px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.l-flow__link {
  font-size: 1.6rem;
  width: -moz-max-content;
  width: max-content;
  padding-left: 2.3em;
  display: block;
  position: absolute;
  margin-top: 10px;
  transition: color 0.3s;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  bottom: 20px;
}
.l-flow__link:before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  background: #00a5ff url(../images/icon/ico-arrow-wh.svg) no-repeat;
  background-size: 40%;
  background-position: calc(50% + 2px) 50%;
  border-radius: 50%;
  border: 2px solid #00a5ff;
  transition: 0.3s;
  transition-property: background-color, border;
}
.l-flow__link:hover {
  color: #666666;
}
.l-flow__link:hover:before {
  background-color: #fff;
  background-position: calc(50% + 2px + 0.1em) 50%;
  background-image: url(../images/icon/ico-arrow-lbl.svg);
}

.l-function {
  padding: 120px 0 120px;
  position: relative;
}
@media screen and (max-width: 812px) {
  .l-function {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .l-function {
    padding: 60px 0 40px;
  }
}
.l-function__flex {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 812px) {
  .l-function__flex {
    gap: 10px;
  }
}
.l-function__item {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .l-function__item {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
}
@media screen and (max-width: 812px) {
  .l-function__item {
    padding: 20px 10px;
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .l-function__item {
    width: calc(100% / 1 - 20px * (1 - 1) / 1);
  }
}
.l-function__title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 2.5em;
  min-height: 2em;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-function__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 812px) {
  .l-function__title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.l-function__icon {
  width: 2em;
  height: 2em;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: -0.2em;
}
.l-function__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.l-function__listItem {
  position: relative;
  padding-left: 1.2em;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .l-function__listItem {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 812px) {
  .l-function__listItem {
    font-size: 1.4rem;
  }
}
.l-function__listItem:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.l-keyVisual {
  padding: 40px 72px 120px;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .l-keyVisual {
    padding: 40px 40px 120px;
  }
}
@media screen and (max-width: 812px) {
  .l-keyVisual {
    padding: 0px 20px 80px;
  }
}
@media screen and (max-width: 500px) {
  .l-keyVisual {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 812px) {
  .l-keyVisual__titleWrap {
    margin-top: 20px;
  }
}
.l-keyVisual__title {
  font-size: 7.3rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1500px) {
  .l-keyVisual__title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 812px) {
  .l-keyVisual__title {
    font-size: 7vw;
  }
}
.l-keyVisual__title.--lbl {
  color: #00a5ff;
}
.l-keyVisual__title.--lgr {
  color: #00cc95;
}
.l-keyVisual__title.--bl {
  color: #0063c3;
}
.l-keyVisual__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
  max-width: 400px;
}
@media screen and (max-width: 812px) {
  .l-keyVisual__list {
    max-width: 100%;
    justify-content: center;
  }
}
.l-keyVisual__listItem {
  font-size: 1.6rem;
  border: 1px solid #00a5ff;
  color: #00a5ff;
  border-radius: 40px;
  padding: 0 17px;
}
@media screen and (max-width: 812px) {
  .l-keyVisual__listItem {
    font-size: 1.3rem;
  }
}
.l-keyVisual__batch {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
}
@media screen and (max-width: 812px) {
  .l-keyVisual__batch {
    max-width: 80%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .l-keyVisual__batch {
    max-width: 100%;
  }
}
.l-keyVisual__batchItem {
  height: 95px;
  width: auto;
  display: block;
}
@media screen and (max-width: 1400px) {
  .l-keyVisual__batchItem {
    height: auto;
    width: 100%;
  }
}
.l-keyVisual__batchCaution {
  margin-top: 10px;
  text-align: right;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.l-keyVisual__batchCaution.--left {
  text-align: left;
}
.l-keyVisual__btnWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 750px;
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  .l-keyVisual__btnWrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-keyVisual__btn {
  width: calc(50% - 10px);
  text-align: center;
}
@media screen and (max-width: 812px) {
  .l-keyVisual__btn {
    width: 100%;
  }
}
.l-keyVisual__btn__item {
  font-size: 2rem;
  padding: 0.5em 2em 0.5em 3em;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  transition: 0.3s;
  transition-property: background-color, color, letter-spacing;
}
@media screen and (max-width: 1100px) {
  .l-keyVisual__btn__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 812px) {
  .l-keyVisual__btn__item {
    font-size: 1.8rem;
  }
}
.l-keyVisual__btn__item:hover {
  letter-spacing: 0.2em;
}
.l-keyVisual__btn__item:before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 25px;
  background: center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .l-keyVisual__btn__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 812px) {
  .l-keyVisual__btn__text {
    font-size: 1.6rem;
  }
}
.l-keyVisual__btn.--trial .l-keyVisual__btn__item {
  background: #00cc95;
  border: 2px solid #00cc95;
}
.l-keyVisual__btn.--trial .l-keyVisual__btn__item:before {
  background-image: url(../images/icon/ico-trial.png);
}
.l-keyVisual__btn.--trial .l-keyVisual__btn__item:hover {
  background: #fff;
  color: #00cc95;
}
.l-keyVisual__btn.--trial .l-keyVisual__btn__item:hover:before {
  filter: brightness(0) saturate(100%) invert(60%) sepia(98%) saturate(708%) hue-rotate(112deg) brightness(86%) contrast(102%);
}
.l-keyVisual__btn.--trial .l-keyVisual__btn__text {
  color: #00cc95;
}
.l-keyVisual__btn.--document .l-keyVisual__btn__item {
  background: #00a5ff;
  color: #fff;
  border: 2px solid #00a5ff;
}
.l-keyVisual__btn.--document .l-keyVisual__btn__item:before {
  background-image: url(../images/icon/ico-document.png);
}
.l-keyVisual__btn.--document .l-keyVisual__btn__item:hover {
  background: #fff;
  color: #00a5ff;
}
.l-keyVisual__btn.--document .l-keyVisual__btn__item:hover:before {
  filter: brightness(0) saturate(100%) invert(45%) sepia(44%) saturate(2180%) hue-rotate(173deg) brightness(100%) contrast(105%);
}
.l-keyVisual__btn.--document .l-keyVisual__btn__text {
  color: #00a5ff;
}
.l-keyVisual__detail {
  width: 60%;
}
@media screen and (max-width: 812px) {
  .l-keyVisual__detail {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
.l-keyVisual__sliderWrap {
  width: calc(40% + 100px);
  margin-right: -100px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 812px) {
  .l-keyVisual__sliderWrap {
    width: 100%;
    order: 1;
    max-width: 500px;
    margin: 0 auto;
  }
}
.l-keyVisual__sliderCircle {
  background-size: contain;
  aspect-ratio: 1/1;
  display: flex;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  position: absolute;
  border-radius: 50%;
  animation: rotateAnimation 15s linear infinite;
}
@media screen and (max-width: 500px) {
  .l-keyVisual__sliderCircle {
    background: url(../images/) top center no-repeat;
    background-size: contain;
  }
}
.l-keyVisual__slider {
  padding: 15%;
}
@media screen and (max-width: 812px) {
  .l-keyVisual__slider {
    padding: 8%;
  }
}
.l-keyVisual__slideItem {
  width: 100%;
}

@keyframes rotateAnimation {
  from {
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  }
  to {
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(360deg) scale(1);
  }
}
.l-library {
  padding: 110px 0;
  background: #f8faeb;
  position: relative;
}
@media screen and (max-width: 812px) {
  .l-library {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .l-library {
    padding: 60px 0 40px;
  }
}
.l-library__bg {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 22rem;
  z-index: 0;
  color: #fff;
  line-height: 1;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .l-library__bg {
    font-size: 18rem;
  }
}
@media screen and (max-width: 812px) {
  .l-library__bg {
    font-size: 20vw;
  }
}
.l-library:before {
  content: "";
}
.l-library__img {
  max-width: 520px;
  display: block;
  margin: 60px auto 0;
}
@media screen and (max-width: 812px) {
  .l-library__img {
    margin-top: 40px;
  }
}

.l-news {
  max-width: 1000px;
  margin: 0 auto 10px;
  padding: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  background: white;
}
@media screen and (max-width: 1000px) {
  .l-news {
    margin: 0 40px 10px;
  }
}
@media screen and (max-width: 812px) {
  .l-news {
    margin: 0 20px 10px;
  }
}
.l-news:before {
  content: "";
  position: absolute;
  background: #f8faeb;
  width: 100vw;
  height: calc(50% + 10px);
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  top: 50%;
  z-index: -1;
}
.l-news__title {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.2rem;
  width: 95px;
  border-right: #333333 1px solid;
  padding: 10px 0;
}
@media screen and (max-width: 812px) {
  .l-news__title {
    width: 100%;
    padding: 0 0 5px;
    margin-top: -10px;
    border-right: none;
  }
}
.l-news__link {
  background: #fff;
}
.l-news__text {
  transition: color 0.3s;
}
.l-news__link:hover .l-news__text {
  color: #0063c3;
}
.l-news__list {
  width: calc(100% - 95px - 160px);
  padding: 0 20px;
}
@media screen and (max-width: 812px) {
  .l-news__list {
    padding: 0;
    width: 100%;
  }
}
.l-news__categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px;
}
.l-news__categoryItem {
  padding: 0 10px;
  border-radius: 5px;
}
.l-news__categoryItem.--blue {
  background: #daf2ff;
  color: #0063c3;
}
.l-news__text {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 812px) {
  .l-news__text {
    font-size: 1.4rem;
  }
}
.l-news__linkWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 1.4rem;
}
.l-news__archive {
  position: relative;
  width: 160px;
  margin-top: 15px;
  font-size: 1.4rem;
  transition: color 0.3s;
}
.l-news__archive:hover {
  color: #0063c3;
}
.l-news__archive:after {
  content: "";
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 0;
  background: url(../images/icon/ico-circle-arrow.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 812px) {
  .l-news__archive {
    position: absolute;
    width: 11.5em;
    right: 20px;
    top: 20px;
    margin: 0;
  }
}

.l-plan {
  padding: 120px 0 100px;
  position: relative;
}
@media screen and (max-width: 812px) {
  .l-plan {
    padding: 10vw 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .l-plan {
    padding: 60px 0 40px;
  }
}
.l-plan__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  margin-top: 80px;
}
@media screen and (max-width: 812px) {
  .l-plan__flex {
    margin-top: 40px;
  }
}
.l-plan__flexItem {
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
  background: #f2f2f2;
  border-radius: 10px;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 812px) {
  .l-plan__flexItem {
    width: 100%;
  }
}
.l-plan__flexItem__caution {
  font-size: 0.9em;
  font-weight: 300;
}
.l-plan__flexItem__dt {
  position: relative;
}
.l-plan__flexItem__dd {
  padding: 15px 15px 20px;
}
.l-plan__flexItem__course {
  position: absolute;
  right: -5px;
  bottom: 3px;
  background: #fff;
  color: #0063c3;
  line-height: 1;
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #0063c3;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  text-align: center;
  font-size: 1.6rem;
  gap: 2px;
}
@media screen and (max-width: 812px) {
  .l-plan__flexItem__course {
    font-size: 1.3rem;
    width: 5.5em;
    height: 5.5em;
  }
}
.l-plan__flexItem__courseNum {
  display: block;
  width: 100%;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 600;
}
.l-plan__flexItem__title {
  background: #0063c3;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  padding: 10px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 990px) {
  .l-plan__flexItem__title {
    font-size: 2rem;
    padding-right: 30px;
  }
}
@media screen and (max-width: 812px) {
  .l-plan__flexItem__title {
    font-size: 1.8rem;
    padding-right: 10px;
  }
}
.l-plan__flexItem__lead {
  font-size: 1.8rem;
}
@media screen and (max-width: 812px) {
  .l-plan__flexItem__lead {
    font-size: 1.6rem;
  }
}
.l-plan__flexItem__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin: 20px 0;
}
.l-plan__flexItem__img {
  width: calc(45% - 20px);
  display: block;
  height: auto;
}
@media screen and (max-width: 812px) {
  .l-plan__flexItem__img {
    width: calc(55% - 20px);
  }
}
.l-plan__flexItem__detail {
  width: 55%;
}
@media screen and (max-width: 812px) {
  .l-plan__flexItem__detail {
    width: 45%;
  }
}
.l-plan__flexItem__subTitle {
  font-size: 2rem;
  color: #0063c3;
  margin-top: 10px;
  font-weight: 600;
}
@media screen and (max-width: 812px) {
  .l-plan__flexItem__subTitle {
    font-size: 1.8rem;
  }
}
.l-plan__flexItem__subTitle:nth-child(1) {
  margin-top: 0;
}
.l-plan__flexItem__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 812px) {
  .l-plan__flexItem__text {
    font-size: 1.4rem;
  }
}
.l-plan__flexItem__link {
  font-size: 1.8rem;
  padding-left: 2em;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  bottom: 20px;
  width: -moz-max-content;
  width: max-content;
}
.l-plan__flexItem__link:hover {
  color: #666666;
}
.l-plan__flexItem__link:before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  background: #0063c3 url(../images/icon/ico-arrow-wh.svg) no-repeat;
  background-size: 40%;
  background-position: calc(50% + 2px) 50%;
  border-radius: 50%;
  border: 2px solid #0063c3;
  transition: 0.3s;
  transition-property: background-color, border;
}
.l-plan__flexItem__link:hover:before {
  background-color: #fff;
  background-position: calc(50% + 2px + 0.05em) 50%;
  background-image: url(../images/icon/ico-arrow-bl.svg);
}

.l-point {
  padding: 120px 0 120px;
  position: relative;
}
.l-point:before {
  content: "";
  position: absolute;
  background: #f8faeb;
  width: 100vw;
  height: 400px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 812px) {
  .l-point {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .l-point {
    padding: 60px 0 40px;
  }
}
.l-point__localNav {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  counter-reset: nav 0;
}
@media screen and (max-width: 1200px) {
  .l-point__localNav {
    gap: 60px 20px;
  }
}
@media screen and (max-width: 812px) {
  .l-point__localNav {
    margin-top: 40px;
    gap: 20px 10px;
  }
}
.l-point__localNav__item {
  padding: 60px 30px 80px;
  border-radius: 15px;
  position: relative;
  background: #fff;
  border: 4px solid #fff;
  transition: 0.3s;
  transition-property: border-color, transform, opacity;
  width: calc(100% / 3 - 45px * (3 - 1) / 3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .l-point__localNav__item {
    padding: 60px 20px 80px;
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
}
@media screen and (max-width: 812px) {
  .l-point__localNav__item {
    width: calc(100% / 1 - 10px * (1 - 1) / 1);
    padding: 20px 60px 20px 5em;
    max-width: 500px;
    margin: 0 auto;
  }
}
.l-point__localNav__item:hover {
  border: 4px solid #00a5ff;
}
.l-point__localNav__item:before {
  counter-increment: nav 1;
  content: counter(nav, decimal-leading-zero);
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 5.6rem;
  text-align: center;
  position: absolute;
  line-height: 1;
  top: -0.5em;
  color: #666666;
}
@media screen and (max-width: 812px) {
  .l-point__localNav__item:before {
    font-size: 4rem;
    transform: none;
    top: inherit;
    left: inherit;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
    left: 20px;
  }
}
.l-point__localNav__item:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  border-radius: 50%;
  background: #00a5ff url(../images/icon/ico-arrow-bottom-wh.svg) no-repeat;
  background-size: 50%;
  background-position: 50% calc(50% + 2px);
  border: 4px solid #00a5ff;
  bottom: -35px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 812px) {
  .l-point__localNav__item:after {
    transform: none;
    top: inherit;
    left: inherit;
    content: "";
    position: absolute;
    width: 2em;
    height: 2em;
    border: 2px solid #00a5ff;
    bottom: initial;
    right: 20px;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  }
}
.l-point__localNav__item:hover:after {
  background-color: #fff;
  background-position: 50% calc(50% + 2px + 0.1em);
  background-image: url(../images/icon/ico-arrow-bottom-lbl.svg);
}
.l-point__localNav__img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 812px) {
  .l-point__localNav__img {
    order: 0;
    display: none;
  }
}
.l-point__localNav__title {
  text-align: center;
  color: #00a5ff;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 -20px 30px;
}
@media screen and (max-width: 1200px) {
  .l-point__localNav__title {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 812px) {
  .l-point__localNav__title {
    margin: 0;
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .l-point__localNav__title {
    font-size: 1.8rem;
  }
}
.l-point__itemList {
  counter-reset: pointItem 0;
  margin-top: 130px;
}
@media screen and (max-width: 812px) {
  .l-point__itemList {
    margin-top: 60px;
  }
}
.l-point__item {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 812px) {
  .l-point__item {
    margin-bottom: 60px;
  }
}
.l-point__item__number {
  display: block;
  text-align: center;
}
.l-point__item__number:before {
  counter-increment: pointItem 1;
  content: counter(pointItem, decimal-leading-zero);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 12rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  color: #00a5ff;
  opacity: 0.2;
}
@media screen and (max-width: 812px) {
  .l-point__item__number:before {
    font-size: 6rem;
    text-align: left;
  }
}
.l-point__item__title {
  font-size: 4.8rem;
  text-align: center;
  color: #00a5ff;
  font-weight: 600;
  margin-bottom: 80px;
}
@media screen and (max-width: 812px) {
  .l-point__item__title {
    margin-bottom: 40px;
    font-size: 2.6rem;
  }
}
.l-point__item__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .l-point__item__flex {
    gap: 20px;
  }
}
.l-point__item__detail {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
  background: rgba(255, 255, 255, 0.6);
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .l-point__item__detail {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
    padding: 20px;
  }
}
@media screen and (max-width: 812px) {
  .l-point__item__detail {
    width: calc(100% / 1 - 20px * (1 - 1) / 1);
    padding: 20px;
  }
}
.l-point__item__subTitle {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4;
  color: #00cc95;
  font-weight: 600;
  margin-bottom: 20px;
}
.l-point__item__subTitle:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  background: url(../images/icon/ico-grad-circle.png) center center no-repeat;
  background-size: contain;
  top: -10px;
}
@media screen and (max-width: 812px) {
  .l-point__item__subTitle:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: -7px;
  }
}
@media screen and (max-width: 1200px) {
  .l-point__item__subTitle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 812px) {
  .l-point__item__subTitle {
    font-size: 2.2rem;
  }
}
.l-point__item__subTitle.--row3 {
  min-height: 4.2em;
}
@media screen and (max-width: 812px) {
  .l-point__item__subTitle.--row3 {
    min-height: initial;
  }
}
.l-point__item__case {
  padding: 40px;
  background: #fff;
  width: 100%;
  max-width: 1080px;
  border-radius: 20px;
  border-bottom: 10px solid #00a5ff;
}
@media screen and (max-width: 812px) {
  .l-point__item__case {
    padding: 20px;
  }
}
.l-point__item__caseTitle {
  font-size: 2.4rem;
  text-align: center;
  color: #00a5ff;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 812px) {
  .l-point__item__caseTitle {
    font-size: 1.7rem;
  }
}
.l-point__item__lead {
  font-size: 1.8rem;
}
@media screen and (max-width: 812px) {
  .l-point__item__lead {
    font-size: 1.5rem;
  }
}
.l-point__item__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.l-point__item__listItem {
  font-size: 2rem;
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-point__item__listItem {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 812px) {
  .l-point__item__listItem {
    font-size: 1.6rem;
  }
}
.l-point__item__listItem:before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon/ico-check.png) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0.1em;
}
.l-point__item__caseCompany {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
  font-size: 2rem;
}
@media screen and (max-width: 812px) {
  .l-point__item__caseCompany {
    font-size: 1.6rem;
    gap: 10px;
  }
}
.l-point__item__caseCompany:before {
  font-size: 0.8em;
  content: "導入事例";
  padding: 0 5px;
  border-radius: 5px;
  color: #fff;
  background: #0063c3;
}
.l-point__moreover {
  background: #fff;
  max-width: 1080px;
  padding: 60px 40px 40px;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 812px) {
  .l-point__moreover {
    padding: 50px 20px 20px;
  }
}
.l-point__moreover:before, .l-point__moreover:after {
  content: "";
  position: absolute;
  background: #00cc95;
  width: 16px;
  height: 60px;
  top: -5px;
}
@media screen and (max-width: 812px) {
  .l-point__moreover:before, .l-point__moreover:after {
    content: "";
    position: absolute;
    background: #00cc95;
    width: 10px;
    height: 30px;
  }
}
.l-point__moreover:before {
  left: 50px;
}
@media screen and (max-width: 812px) {
  .l-point__moreover:before {
    left: 20px;
  }
}
.l-point__moreover:after {
  right: 50px;
}
@media screen and (max-width: 812px) {
  .l-point__moreover:after {
    right: 20px;
  }
}
.l-point__moreover__babble {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  top: -1em;
  font-size: 3.6rem;
  background: #00cc95;
  color: #fff;
  padding: 5px 25px;
  border-radius: 20px;
  font-weight: 600;
}
@media screen and (max-width: 812px) {
  .l-point__moreover__babble {
    font-size: 2.4rem;
  }
}
.l-point__moreover__babble:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: solid #00cc95 13.856px;
  top: 100%;
}
.l-point__moreover__title {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 40px;
  font-weight: 600;
  color: #00cc95;
}
@media screen and (max-width: 812px) {
  .l-point__moreover__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.l-point__moreover__box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 812px) {
  .l-point__moreover__box {
    gap: 20px;
  }
}
.l-point__moreover__img {
  width: calc(45% - 40px);
}
@media screen and (max-width: 812px) {
  .l-point__moreover__img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.l-point__moreover__detail {
  width: 55%;
}
@media screen and (max-width: 812px) {
  .l-point__moreover__detail {
    width: 100%;
  }
}
.l-point__moreover__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 812px) {
  .l-point__moreover__text {
    font-size: 1.6rem;
  }
}
.l-point__moreover__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: column;
}
@media screen and (max-width: 812px) {
  .l-point__moreover__list {
    margin-top: 30px;
  }
}
.l-point__moreover__listItem {
  position: relative;
  padding-left: 1.7em;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 812px) {
  .l-point__moreover__listItem {
    font-size: 1.5rem;
  }
}
.l-point__moreover__listItem:before {
  content: "";
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  left: 0;
  top: 0.35em;
  background: url(../images/icon/ico-check-gr.png) center center no-repeat;
  background-size: contain;
}

.l-price {
  padding: 120px 0 0;
}
@media screen and (max-width: 812px) {
  .l-price {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .l-price {
    padding: 60px 0 0;
  }
}
.l-price__box {
  background: #e9f6fa;
  padding: 80px 40px;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 812px) {
  .l-price__box {
    padding: 40px 20px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-price__box:before, .l-price__box:after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  background: center center no-repeat;
  background-size: contain;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 812px) {
  .l-price__box:before, .l-price__box:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
  }
}
.l-price__box:before {
  background-image: url(../images/price-l.png);
  left: calc(100% - 130px);
}
@media screen and (max-width: 812px) {
  .l-price__box:before {
    left: calc(100% - 30px);
  }
}
.l-price__box:after {
  background-image: url(../images/price-r.png);
  right: calc(100% - 130px);
}
@media screen and (max-width: 812px) {
  .l-price__box:after {
    right: calc(100% - 30px);
  }
}
.l-price__lead {
  border-bottom: 2px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .l-price__lead {
    font-size: 1.6rem;
  }
}
.l-price__lead:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: solid #333 17.32px;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
}
.l-price__lead .--lg {
  font-size: 1.2em;
  font-weight: 800;
}
.l-price__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.l-price__dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.l-price__dt {
  background: #fff;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 812px) {
  .l-price__dt {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.l-price__dt:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: solid #fff 13.856px;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
}
.l-price__dd {
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 812px) {
  .l-price__dd {
    font-size: 1.4rem;
  }
}
.l-price__dd em {
  font-size: 2em;
  font-weight: 600;
  color: #00cc95;
  position: relative;
  bottom: -2px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.l-price__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 812px) {
  .l-price__category {
    gap: 5px;
  }
}
.l-price__categoryItem {
  border: 2px solid #0063c3;
  background: #fff;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  color: #0063c3;
}
@media screen and (max-width: 812px) {
  .l-price__categoryItem {
    font-size: 1.5rem;
    padding: 0 10px;
  }
}
.l-price__itemBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  font-size: 4rem;
  line-height: 1;
  margin: 20px 0 40px;
  font-weight: 500;
  color: #0063c3;
}
@media screen and (max-width: 812px) {
  .l-price__itemBox {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .l-price__itemBox {
    font-size: 2.4rem;
  }
}
.l-price__number {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.5em;
}
.l-price__number span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.l-qa {
  padding: 120px 0 100px;
  position: relative;
}
@media screen and (max-width: 812px) {
  .l-qa {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .l-qa {
    padding: 60px 0 40px;
  }
}
.l-qa__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 812px) {
  .l-qa__wrap {
    margin-top: 40px;
  }
}
.l-qa__dl {
  max-width: 1080px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 812px) {
  .l-qa__dl {
    padding: 20px;
  }
}
.l-qa__dt, .l-qa__dd {
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 812px) {
  .l-qa__dt, .l-qa__dd {
    padding-left: 3rem;
  }
}
.l-qa__dt:before, .l-qa__dd:before {
  position: absolute;
  font-size: 2.4rem;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  left: 0;
  top: -0.2em;
  font-weight: 600;
}
.l-qa__dt {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 812px) {
  .l-qa__dt {
    font-size: 1.8rem;
  }
}
.l-qa__dt:before {
  content: "Q";
  color: #00cc95;
}
.l-qa__dd:before {
  content: "A";
  color: #00a5ff;
}
