@charset "UTF-8";
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
  translate: -50% -50%;
  z-index: 1000;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  text-align: center;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  text-align: center;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
  text-align: center;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

.starter_cta {
  overflow: hidden;
  background: linear-gradient(to bottom, #ddfb57 0%, #ddfb57 calc(100% - 150px), white calc(100% - 150px), white 100%);
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  .starter_cta {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  .starter_cta {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  .starter_cta {
    padding-inline: 60px;
  }
}
.starter_cta {
  padding-block: 50px;
  --inner:1200px;
}
@media screen and (min-width: 768px) {
  .starter_cta {
    background: linear-gradient(to bottom, #ddfb57 0%, #ddfb57 calc(100% - 205px), white calc(100% - 205px), white 100%);
    padding-block: 70px;
  }
}
@media screen and (min-width: 992px) {
  .starter_cta {
    padding-block: 80px 100px;
  }
}
.starter_cta .link_btn {
  --button-color:239,52,88;
  --button-shadow: 168,39,64;
  max-width: 320px;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

.stater_cta_contents {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.starter_cta_contents_head {
  font-size: 2rem;
  color: #0C4162;
  text-align: center;
  font-weight: 700;
  text-wrap: nowrap;
}

.stater_cta_title {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
@media screen and (min-width: 992px) {
  .stater_cta_title {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .stater_cta_title {
    font-size: 6rem;
  }
}
.stater_cta_title::before, .stater_cta_title::after {
  content: "スタータープラン";
  font-size: inherit;
  color: #0C4162;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-text-stroke: 4px #0C4162;
  text-stroke: 4px #0C4162;
}
.stater_cta_title::after {
  top: 2px;
  left: 3px;
}

.starter_cta_text {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  text-align: center;
  font-size: 1.4rem;
  color: #0C4162;
  font-weight: 600;
  font-family: "Outfit";
  letter-spacing: 0.5em;
}

@media screen and (min-width: 768px) {
  .stater_cta_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    gap: 20px;
    margin-inline: calc(50% - 50vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.starter_image_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: calc(50% - 50vw);
  translate: -15.2vw 0;
  max-width: 480px;
}
@media screen and (min-width: 480px) {
  .starter_image_flex {
    translate: 0;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .starter_image_flex {
    display: contents;
  }
}

.starter_cta_img {
  max-width: none;
}
.starter_cta_img img {
  max-width: none;
}
.starter_cta_img._img01 {
  width: 62.9333333333vw;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .starter_cta_img._img01 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 472px;
  }
}
.starter_cta_img._img02 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 59.7333333333vw;
}
@media screen and (min-width: 768px) {
  .starter_cta_img._img02 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 448px;
  }
}

.contact_block_group {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .contact_block_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.contact_block {
  border-radius: 10px;
  padding: 10px;
  background-color: #0C4162;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_block_head {
  position: relative;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
  padding-block: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact_block_head {
    font-size: 2.4rem;
    min-height: 2.5lh;
    place-content: center;
  }
}
@media screen and (min-width: 992px) {
  .contact_block_head {
    min-height: unset;
  }
}
.contact_block_head._line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/line.svg);
          mask-image: url(../img/common/line.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #ffffff;
  translate: -100% -50%;
}
.contact_block_head br {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact_block_head br {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .contact_block_head br {
    display: none;
  }
}

.contact_block_body {
  padding-block: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.contact_block_body .link_btn {
  margin: 0;
  max-width: 160px;
  font-size: 1.4rem;
  padding-block: 15px;
  --button-color: 0,122,162;
  --button-shadow: 34,96,119;
}

.contact_text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contact_text {
    min-height: 2lh;
  }
}
@media screen and (min-width: 992px) {
  .contact_text .sp {
    display: none;
  }
}
.contact_text strong {
  color: #0C4162;
  font-weight: 700;
}

.contact_cta {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  .contact_cta {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  .contact_cta {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  .contact_cta {
    padding-inline: 60px;
  }
}
.contact_cta {
  padding-block: 40px;
  background-color: #DDEDFF;
  --inner: 800px;
}
@media screen and (min-width: 768px) {
  .contact_cta {
    padding-block: 60px;
  }
}
@media screen and (min-width: 992px) {
  .contact_cta {
    padding-block: 80px;
  }
}

.contact_cta_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.contact_cta_flex_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_box {
  background-color: #2948FF;
  padding: 15px 10px 10px;
  --button-color: 23,73,153;
}
.contact_box:nth-child(1) .contact_box_title {
  font-family: "Outfit";
}
.contact_box + .contact_box {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.contact_box_title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}

.contact_box_body {
  padding: 15px 25px;
  background-color: #ffffff;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.contact_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #174999;
}
@media screen and (min-width: 768px) {
  .contact_box_text br {
    display: none;
  }
}

.contact_tel_link {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Outfit";
  text-align: center;
  line-height: 1;
  display: block;
  color: #174999;
}
@media screen and (min-width: 992px) {
  .contact_tel_link {
    font-size: 4rem;
  }
}

.contact_cta_link {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  position: relative;
  display: block;
  max-width: 160px;
  background-color: rgb(var(--button-color));
  border: solid 1px rgb(var(--button-color));
  color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(var(--button-color), 0.3);
          box-shadow: 0 3px 6px rgba(var(--button-color), 0.3);
  border-radius: 100vmax;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 15px 35px;
  width: 100%;
  margin-inline: auto;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.contact_cta_link span {
  color: #ffffff;
}
.contact_cta_link::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  rotate: 45deg;
  translate: 0 -50%;
  right: 10px;
  top: 50%;
  -webkit-transition: translate 0.3s, border-color 0.3s;
  transition: translate 0.3s, border-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .contact_cta_link:hover {
    cursor: pointer;
    background-color: #ffffff;
  }
  .contact_cta_link:hover span {
    color: rgb(var(--button-color));
  }
  .contact_cta_link:hover::before {
    translate: 3px -50%;
    border-color: rgb(var(--button-color));
  }
}

.contact_line_box {
  background-color: #ffffff;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .contact_line_box {
    padding: 30px;
  }
}

.line_contact_head {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.line_contact_head::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background-image: url(../img/common/line.svg);
}

.line_contact_body {
  padding: 10px 25px;
}

.line_contact_text {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.contact_line_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .contact_line_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact_line_flex_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #E5F9ED;
  padding: 20px;
  --button-color:6,199,85;
}
@media screen and (min-width: 768px) {
  .contact_line_flex_item {
    padding: 25px;
  }
}

.contact_line_flex_item_head {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #06C755;
  border-bottom: solid 2px #06C755;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contact_line_flex_item_head {
    min-height: 2.5lh;
    place-content: center;
  }
}
@media screen and (min-width: 992px) {
  .contact_line_flex_item_head br {
    display: none;
  }
  .contact_line_flex_item_head {
    min-height: unset;
  }
}

.contact_line_flex_item_text {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .contact_line_flex_item_text {
    font-size: 1.6rem;
  }
}

header {
  --header-logo-image: url('../img/common/header_logo_sp_w.svg');
}
@media screen and (min-width: 992px) {
  header {
    --header-logo-image: url('../img/common/header_logo_w.svg');
  }
}
header:not(._inview) .header_nav_group {
  backdrop-filter: none;
  background-color: transparent;
}

._inview {
  --header-logo-image: url('../img/common/header_logo_sp.svg');
}
@media screen and (min-width: 992px) {
  ._inview {
    --header-logo-image: url('../img/common/header_logo.svg');
  }
}

#partner {
  overflow: hidden;
  padding-block: 40px;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #partner {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #partner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #partner {
    padding-inline: 60px;
  }
}
#partner {
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  #partner {
    padding-block: 80px;
  }
}
@media screen and (min-width: 992px) {
  #partner {
    padding-block: 100px;
  }
}

.partner_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partner_title p {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .partner_title p {
    font-size: 2.4rem;
  }
}
.partner_title h2 {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .partner_title h2 {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 992px) {
  .partner_title h2 {
    font-size: 3.5rem;
  }
}
.partner_title h2::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 12px;
  bottom: 0;
  left: 50%;
  translate: -50% -50%;
  background-color: #DDFB57;
  z-index: -1;
}
.partner_title h2 .number {
  font-size: 5rem;
  letter-spacing: 0;
  font-weight: 900;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .partner_title h2 .number {
    font-size: 6rem;
    -webkit-margin-start: 5px;
            margin-inline-start: 5px;
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .partner_title h2 .number {
    font-size: 6.8rem;
  }
}
.partner_title h2 .large {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .partner_title h2 .large {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .partner_title h2 .large {
    font-size: 4.6rem;
  }
}

#parner_logo_slider {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #parner_logo_slider {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
#parner_logo_slider .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#parner_logo_slider .splide__slide img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: var(--title-color, #ffffff);
}
.section_title p {
  position: relative;
  font-size: 1.6rem;
  font-family: "Outfit";
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
@media screen and (min-width: 992px) {
  .section_title p {
    font-size: 2rem;
  }
}
.section_title p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  outline: solid 3px var(--circle-color);
  translate: 0 -50%;
}
.section_title h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section_title h2 {
    font-size: 4, 2rem;
  }
}
@media screen and (min-width: 992px) {
  .section_title h2 {
    font-size: 6rem;
  }
}

.anker_link_list {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .anker_link_list {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
.anker_link_list li a {
  position: relative;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .anker_link_list li a {
    font-size: 1.6rem;
  }
}
.anker_link_list li a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  rotate: 45deg;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media screen and (min-width: 768px) {
  .anker_link_list li a::before {
    rotate: -45deg;
  }
}
@media (hover: hover) and (pointer: fine) {
  .anker_link_list li a:hover::before {
    translate: 3px -50%;
  }
}

.point_section {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  .point_section {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  .point_section {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  .point_section {
    padding-inline: 60px;
  }
}
.point_section {
  padding-block: 50px;
  --inner:1000px;
}
@media screen and (min-width: 768px) {
  .point_section {
    padding-block: 70px;
  }
}
@media screen and (min-width: 992px) {
  .point_section {
    padding-block: 120px;
  }
}

.point_number {
  font-size: 1.2rem;
  font-family: "Outfit";
  font-weight: 500;
  border: solid 1px #000000;
  border-radius: 100vmax;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px;
  line-height: 1.5;
  background-color: #ffffff;
}

.point_section_title {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
}
.point_section_title .first_line {
  font-size: 2rem;
  line-height: 1.5;
  display: block;
}
@media screen and (min-width: 768px) {
  .point_section_title .first_line {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 992px) {
  .point_section_title .first_line {
    font-size: 3.5rem;
  }
}
.point_section_title .second_line {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #0C7AA2;
  display: block;
}
@media screen and (min-width: 768px) {
  .point_section_title .second_line {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  .point_section_title .second_line {
    font-size: 4.8rem;
  }
}
.point_section_title .third_line {
  display: block;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  font-size: 4rem;
  line-height: 1.5;
  color: #0C7AA2;
}
@media screen and (min-width: 768px) {
  .point_section_title .third_line {
    font-size: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .point_section_title .third_line {
    font-size: 6rem;
  }
}

.point_section_text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .point_section_text {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.point_img_layout {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .point_img_layout {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .point_img_layout {
    gap: 40px;
  }
}

.point_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point_img_text {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .point_img_text {
    font-size: 1.8rem;
  }
}

.point_relation_block {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  border: solid 1px #0C7AA2;
}
@media screen and (min-width: 768px) {
  .point_relation_block {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}

.relation_head {
  text-align: center;
  font-size: 1.8rem;
  padding-block: 10px;
  background-color: #0C7AA2;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
}

.relation_block_body {
  padding: 30px 20px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
}
@media screen and (min-width: 992px) {
  .relation_block_body {
    gap: 30px;
    padding: 40px;
  }
}
.relation_block_body:has(.relation_item:first-child:nth-last-child(4)) {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .relation_block_body:has(.relation_item:first-child:nth-last-child(4)) {
    -ms-grid-columns: (minmax(120px, 160px))[4];
    grid-template-columns: repeat(4, minmax(120px, 160px));
  }
}
.relation_block_body:has(.relation_item:first-child:nth-last-child(5)) {
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .relation_block_body:has(.relation_item:first-child:nth-last-child(5)) {
    -ms-grid-columns: (minmax(120px, 160px))[5];
    grid-template-columns: repeat(5, minmax(120px, 160px));
  }
}

.relation_item {
  container-type: inline-size;
  width: 100%;
}

.relation_item_text {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .relation_item_text {
    font-size: max(9.375cqi, 12px);
  }
}
@media screen and (min-width: 1200px) {
  .relation_item_text {
    font-size: 1.5rem;
  }
}

#point2 {
  overflow: hidden;
  position: relative;
  background-color: #D7F4FA;
}

.point_section_image {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  width: 258px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .point_section_image {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .point_section_image {
    top: 180px;
    width: 35.2822580645vw;
    translate: 10% 0;
  }
}
@media screen and (min-width: 1100px) {
  .point_section_image {
    top: 45px;
    width: 37.5vw;
    max-width: 600px;
  }
}
@media screen and (min-width: 1600px) {
  .point_section_image {
    translate: 0 0;
    right: calc((100vw - 1600px) / 2);
  }
}

#manual {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #manual {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #manual {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #manual {
    padding-inline: 60px;
  }
}
#manual {
  background-color: #0C4162;
  padding-block: 50px;
}
@media screen and (min-width: 768px) {
  #manual {
    padding-block: 90px;
  }
}
@media screen and (min-width: 992px) {
  #manual {
    padding-block: 120px;
  }
}

.movie_block_text {
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .movie_block_text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .movie_block_text {
    font-size: 2.4rem;
  }
}

.movie_thumbnail {
  position: relative;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  width: 100%;
  max-width: 550px;
  margin-inline: auto;
}

.movie_play_button {
  position: absolute;
  inset: 0;
}
.movie_play_button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  z-index: 2;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .movie_play_button:hover {
    cursor: pointer;
  }
  .movie_play_button:hover::before {
    scale: 1.2;
  }
}

.play_mark {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background-color: #0C7AA2;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-size: 1rem;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.manual_image_block {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .manual_image_block {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}
@media screen and (min-width: 992px) {
  .manual_image_block {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

.manual_image_head {
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .manual_image_head br {
    display: none;
  }
}

.manual_image_layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 992px) {
  .manual_image_layout {
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
  }
}

.manual_image_item img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .manual_image_item img:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

#movie_manual_video {
  width: 95%;
  inset: 0;
  margin: auto;
  max-height: calc(100svh - 80px);
  padding: 30px 20px;
  border-radius: 40px;
  max-width: 1000px;
  overflow: visible;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media screen and (min-width: 768px) {
  #movie_manual_video {
    padding: 0px;
  }
}
#movie_manual_video::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-touch-action: none;
      touch-action: none;
}
#movie_manual_video::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-touch-action: none;
      touch-action: none;
}
#movie_manual_video iframe {
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 530/315;
}

.movie_inner {
  position: relative;
  margin-inline: auto;
}

.movie_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0A9CBC;
  translate: 0% -50%;
  border: solid 1px #0A9CBC;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .movie_close {
    translate: 30% -50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .movie_close:hover {
    cursor: pointer;
    background-color: #ffffff;
  }
  .movie_close:hover span {
    background-color: #0A9CBC;
  }
}
.movie_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 18px;
  height: 1px;
  display: block;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.movie_close span:nth-of-type(1) {
  rotate: 45deg;
}
.movie_close span:nth-of-type(2) {
  rotate: -45deg;
}

#manual_popup {
  width: 90%;
  height: 100dvh;
  inset: 0;
  margin: auto;
  max-width: 1000px;
  overflow: visible;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
#manual_popup::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-touch-action: none;
      touch-action: none;
}
#manual_popup::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-touch-action: none;
      touch-action: none;
}
#manual_popup .manual_image_item {
  pointer-events: none;
}

.manual_popup_inner {
  margin-block: 30px;
  max-height: calc(100dvh - 60px);
  background-color: #ffffff;
  overflow-y: auto;
  scrollbar-width: thin;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  width: 100%;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .manual_popup_inner {
    max-height: calc(100vh - 200px);
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .manual_popup_inner {
    padding: 80px;
  }
}

.manual_close {
  position: absolute;
  top: 30px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0A9CBC;
  translate: 25% 0%;
  border: solid 1px #0A9CBC;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .manual_close {
    top: 20px;
    right: 20px;
    translate: 0 0%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .manual_close:hover {
    cursor: pointer;
    background-color: #ffffff;
  }
  .manual_close:hover span {
    background-color: #0A9CBC;
  }
}
.manual_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 18px;
  height: 1px;
  display: block;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.manual_close span:nth-of-type(1) {
  rotate: 45deg;
}
.manual_close span:nth-of-type(2) {
  rotate: -45deg;
}

.manual_image_list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.manual_image_name {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  text-align: right;
}

#uservoice {
  position: relative;
  padding-block: 50px;
  background-color: #0C7AA2;
  --inner:1200px;
  --circle-color: #DDFB57;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #uservoice {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #uservoice {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #uservoice {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #uservoice {
    padding-block: 100px;
  }
}
@media screen and (min-width: 992px) {
  #uservoice {
    padding-block: 140px;
  }
}
@media screen and (min-width: 768px) {
  #uservoice .section_title {
    width: 280px;
  }
}

.uservoice_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .uservoice_layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.uservoice_flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .uservoice_flex {
    gap: 60px;
  }
}

.uservoice_card {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .uservoice_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 850px;
    border-radius: 80px;
  }
}
.uservoice_card .voice_link_btn {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .uservoice_card:hover {
    cursor: pointer;
  }
  .uservoice_card:hover .voice_link_btn {
    cursor: pointer;
  }
  .uservoice_card:hover .uservoice_card_thumbnail img {
    scale: 1.1;
  }
  .uservoice_card:hover .view_more_text {
    opacity: 0.7;
  }
  .uservoice_card:hover .view_more_text::before {
    translate: 3px -50%;
  }
}

.uservoice_card_body {
  padding: 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .uservoice_card_body {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .uservoice_card_body {
    padding: 40px 80px;
  }
}

.uservoice_card_thumbnail {
  aspect-ratio: 350/353;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .uservoice_card_thumbnail {
    width: 40%;
  }
}
.uservoice_card_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media screen and (min-width: 768px) {
  .uservoice_card_thumbnail img {
    height: 100%;
  }
}

.voice_number {
  font-size: 1.2rem;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #00A9CE;
  border-radius: 100vmax;
  border: solid 1px #00A9CE;
  padding-block: 5px;
  padding-inline: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .voice_number {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.company_name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.voice_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.view_more_text {
  position: relative;
  display: block;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  margin-inline: auto 0;
  color: #00A9CE;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.view_more_text::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  border-top: solid 1px #00A9CE;
  border-right: solid 1px #00A9CE;
  rotate: 45deg;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .view_more_text:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .view_more_text:hover::before {
    translate: 3px -50%;
  }
}

.voice_popup {
  background-color: #ffffff;
  width: 90%;
  inset: 0;
  margin: auto;
  height: 100%;
  max-height: calc(100dvh - 60px);
  padding: 30px 20px;
  border-radius: 40px;
  max-width: 1200px;
  overflow: visible;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-width: thin;
}
@media screen and (min-width: 768px) {
  .voice_popup {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .voice_popup {
    padding: 80px;
  }
}
.voice_popup::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-touch-action: none;
      touch-action: none;
}
.voice_popup::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-touch-action: none;
      touch-action: none;
}

@scope (.voice_popup) {
  .close_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0A9CBC;
    translate: 0 -50%;
    border: solid 1px #0A9CBC;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  @media screen and (min-width: 768px) {
    .close_button {
      top: 20px;
      right: 20px;
      translate: 0 0%;
    }
  }
  @media (hover: hover) and (pointer: fine) {
    .close_button:hover {
      cursor: pointer;
      background-color: #ffffff;
    }
    .close_button:hover span {
      background-color: #0A9CBC;
    }
  }
  .close_button span {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 18px;
    height: 1px;
    display: block;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .close_button span:nth-of-type(1) {
    rotate: 45deg;
  }
  .close_button span:nth-of-type(2) {
    rotate: -45deg;
  }
  .voice_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #a1a1a1 transparent;
  }
  @media screen and (min-width: 768px) {
    .voice_inner {
      gap: 30px;
      max-height: calc(100vh - 160px);
    }
  }
  @media screen and (min-width: 992px) {
    .voice_inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      max-height: calc(100svh - 200px);
      gap: 60px;
    }
  }
  @media screen and (min-width: 768px) {
    .voice_thumbnail {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 350px;
    }
  }
  .voice_number {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
  .voice_popup_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .company_name {
    font-weight: 400;
  }
  .voice_info .category {
    display: inline-block;
    padding-inline: 1.5em;
    background-color: #A1E1EF;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    -webkit-margin-end: 1em;
            margin-inline-end: 1em;
  }
  .voice_info time {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #9D9D9D;
  }
  @media screen and (min-width: 768px) {
    .voice_title {
      font-size: 3rem;
      -webkit-margin-before: 20px;
              margin-block-start: 20px;
      line-height: 1.6;
    }
  }
}
.voice_popup_body {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

@scope (.voice_popup_body) {
  h3 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
  }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 2.6rem;
    }
  }
  h3 + * {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
  @media screen and (min-width: 768px) {
    h3 + * {
      -webkit-margin-before: 20px;
              margin-block-start: 20px;
    }
  }
  p {
    font-size: 1.6rem;
    line-height: 2;
  }
  p + * {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
#plan {
  overflow: hidden;
  position: relative;
  padding-block: 50px 0;
  --inner:1200px;
  --title-color: #000000;
  --circle-color:#00A9CE;
  background: linear-gradient(180deg, #f7f7f7 0%, #d9d9d9 calc(100% - 186px), white calc(100% - 186px), #ffffff 100%);
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #plan {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #plan {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #plan {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #plan {
    padding-block: 100px 0;
    background: linear-gradient(180deg, #f7f7f7 0%, #d9d9d9 calc(100% - 106px), white calc(100% - 106px), #ffffff 100%);
  }
}
@media screen and (min-width: 992px) {
  #plan {
    padding-block: 140px 0;
  }
}
@media screen and (min-width: 1200px) {
  #plan {
    background: linear-gradient(180deg, #f7f7f7 0%, #d9d9d9 calc(100% - 80px), white calc(100% - 80px), #ffffff 100%);
  }
}

#plan_slider {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  #plan_slider {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
@media screen and (min-width: 1200px) {
  #plan_slider {
    width: 100%;
    margin-inline: auto;
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}
#plan_slider .splide__track {
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
}
@media screen and (min-width: 1200px) {
  #plan_slider .splide__track {
    overflow: visible;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
#plan_slider .splide__list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  #plan_slider .splide__list {
    display: -ms-grid;
    display: grid;
    gap: 25px;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}

.plan_card {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 40px;
  gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 30px 35px;
  container-type: inline-size;
  --button-color: 0, 122, 162;
  --button-shadow: 34, 96, 119;
  width: 100%;
  max-width: 335px;
}
@media screen and (min-width: 992px) {
  .plan_card {
    padding-block: 30px 40px;
  }
}
.plan_card .link_btn {
  max-width: 240px;
  padding-block: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.plan_card._standard, .plan_card._premium {
  position: relative;
  -webkit-margin-before: 45px;
          margin-block-start: 45px;
}
.plan_card._standard::before, .plan_card._premium::before {
  position: absolute;
  top: 0;
  right: 0;
  translate: 0% -50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #DDFB57;
  font-size: 1.3rem;
  color: #000000;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan_card._standard::before {
  content: "お得な価格";
}
.plan_card._premium {
  --title-main-color:#EF3458;
  --title-sub-color:#FFF0F4;
  --gradation-color01: 247,95,124;
  --gradation-color02: 239,52,88;
  --button-color: 239, 52, 88;
  --button-shadow: 168, 39, 64;
}
.plan_card._premium::before {
  content: "おすすめ\aプラン";
  white-space: pre-line;
}

.plan_card_head {
  position: relative;
  place-content: center;
}

.plan_card_title p {
  font-size: 1.2rem;
  font-family: "Outfit";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 3px 10px;
  border-radius: 100vmax;
  color: var(--title-main-color, #0C7AA2);
  background-color: var(--title-sub-color, #D7F4FA);
}
.plan_card_title h3 {
  text-align: center;
  font-size: 8.5714285714cqi;
  font-weight: 700;
  line-height: 1.5;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.plan_card_box {
  padding: 20px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--gradation-color01, 0, 169, 206), 1)), to(rgba(var(--gradation-color02, 12, 122, 162), 1)));
  background: linear-gradient(180deg, rgba(var(--gradation-color01, 0, 169, 206), 1) 0%, rgba(var(--gradation-color02, 12, 122, 162), 1) 100%);
}

.plan_card_body {
  padding-inline: 20px;
}

.plan_card_catch {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .plan_card_catch {
    font-size: 1.8rem;
  }
}
.plan_card_catch br {
  display: none;
}
@media screen and (min-width: 1080px) {
  .plan_card_catch br {
    display: block;
  }
}

.plan_card_text {
  font-size: max(3.5820895522cqi, 1rem);
  text-align: center;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.plan_card_text .yen {
  font-size: max(8.9552238806cqi, 2.9rem);
  font-family: "Outfit";
  font-weight: 600;
  line-height: 1;
}
.plan_card_text .price {
  font-size: max(13.1343283582cqi, 4rem);
  font-family: "Outfit";
  font-weight: 600;
  line-height: 1;
}
.plan_card_text strong {
  font-size: 3.2rem;
}

.plan_card_sub_text {
  text-align: center;
  border-top: solid 1px #ffffff;
  color: #ffffff;
  -webkit-padding-before: 10px;
          padding-block-start: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
.plan_card_sub_text::first-line {
  font-size: 1.4rem;
  font-weight: 500;
}
.plan_card_sub_text .percent {
  font-size: 1.6rem;
  font-weight: 500;
}

.plan_card_point {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  place-content: start;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 992px) {
  .plan_card_point {
    min-height: 133px;
  }
}
.plan_card_point li {
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.plan_card_point li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #EDEDED;
  top: 0.8em;
  left: 0;
  translate: 0 -50%;
}
.plan_card_point li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  border-bottom: solid 2px #717071;
  border-left: solid 2px #717071;
  top: 0.65em;
  left: 5px;
  rotate: -45deg;
}

.plan_diff_caution {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .plan_diff_caution {
    font-size: 1.4rem;
  }
}

.plan_contact_cta {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  background-color: #0C4162;
  padding: 30px 20px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .plan_contact_cta {
    padding: 40px;
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
  }
}
@media screen and (min-width: 992px) {
  .plan_contact_cta {
    width: 100%;
    margin-inline: auto;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .plan_contact_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    -webkit-margin-before: 100px;
            margin-block-start: 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.plan_contact_cta_title {
  font-size: 4rem;
  font-family: "Outfit";
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.plan_contact_cta_text {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 500;
}

.plan_contact_cta_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .plan_contact_cta_btn_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .plan_contact_cta_btn_group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.plan_contact_cta_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-radius: 100vmax;
  background-color: #ffffff;
  padding: 10px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 350px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: solid 1px #ffffff;
  text-decoration: none;
}
.plan_contact_cta_btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 2px #0C4162;
  border-right: solid 2px #0C4162;
  rotate: 45deg;
  translate: 0 -50%;
  right: 15px;
  top: 50%;
  -webkit-transition: translate 0.3s, border-color 0.3s;
  transition: translate 0.3s, border-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .plan_contact_cta_btn:hover {
    background-color: #0C4162;
  }
  .plan_contact_cta_btn:hover::before {
    border-color: #ffffff;
    translate: 3px -50%;
  }
  .plan_contact_cta_btn:hover .btn_icon {
    background-color: #ffffff;
  }
  .plan_contact_cta_btn:hover .btn_icon::before {
    background-color: #0C4162;
  }
  .plan_contact_cta_btn:hover .btn_text {
    color: #ffffff;
  }
}

.btn_icon {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #0C7AA2;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 992px) {
  .btn_icon {
    width: 80px;
    height: 80px;
  }
}
.btn_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  translate: -50% -50%;
  -webkit-mask-image: var(--icon-path);
          mask-image: var(--icon-path);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 992px) {
  .btn_icon::before {
    width: 40px;
    height: 40px;
  }
}
.btn_icon._line {
  --icon-path: url(../img/common/line.svg);
}
.btn_icon._contact {
  --icon-path: url(../img/common/contact_icon.svg);
}

.btn_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #0C4162;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-inline: auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 992px) {
  .btn_text {
    font-size: 1.6rem;
  }
}

#feature {
  padding-block: 50px;
  overflow-x: clip;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #feature {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #feature {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #feature {
    padding-inline: 60px;
  }
}
#feature {
  --inner:1000px;
}
@media screen and (min-width: 768px) {
  #feature {
    padding-block: 70px 100px;
  }
}
@media screen and (min-width: 992px) {
  #feature {
    padding-block: 100px 140px;
  }
}

.feature_title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .feature_title {
    font-size: 3.5rem;
  }
}

.feature_text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.feature_table_wrapper {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  overflow-x: auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
  width: calc(100vw - 25px);
}
@media screen and (min-width: 630px) {
  .feature_table_wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .feature_table_wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .feature_table_wrapper {
    max-width: 1000px;
    width: 100%;
    overflow: visible !important;
  }
}
@media screen and (min-width: 1200px) {
  .feature_table_wrapper {
    margin-inline: auto;
    width: 100%;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.feature_table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .feature_table {
    width: 100%;
  }
}
.feature_table thead {
  position: relative;
  z-index: 10;
}
.feature_table thead th {
  position: relative;
  width: 84px;
  background-color: var(--th-bg);
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  border: none;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .feature_table thead th {
    width: 150px;
    padding-block: 12px;
    font-size: 1.6rem;
    position: sticky;
    top: 95px;
  }
}
.feature_table thead th::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.feature_table thead th:nth-child(1 of thead th) {
  width: 260px;
  --th-bg:#ffffff;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .feature_table thead th:nth-child(1 of thead th) {
    width: calc(100% - 600px);
  }
}
.feature_table thead th:nth-child(2 of thead th) {
  --th-bg:#9D9D9D;
}
.feature_table thead th:nth-child(3 of thead th) {
  --th-bg:#ffffff;
  color: #000000;
}
.feature_table thead th:nth-child(4 of thead th) {
  --th-bg:#EF3458;
}
.feature_table thead th:nth-child(5 of thead th) {
  --th-bg:#ffffff;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .feature_table thead th:nth-child(5 of thead th) br {
    display: none;
  }
}
.feature_table tbody {
  position: relative;
  z-index: 1;
}
.feature_table tbody tr {
  border-bottom: solid 1px #D5D5D5;
}
.feature_table tbody td {
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 20px;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: var(--th-bg);
  text-align: center;
  vertical-align: middle;
}
.feature_table tbody td[colspan="5"] {
  --th-bg: #717071;
  color: #ffffff;
}
.feature_table tbody td:nth-child(1) {
  text-align: left;
  font-size: 1.3rem;
}
@media screen and (min-width: 992px) {
  .feature_table tbody td:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .feature_table tbody td:nth-child(1) {
    font-size: 1.6rem;
  }
}
.feature_table tbody td:nth-child(1) small {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 1200px) {
  .feature_table tbody td:nth-child(1) small {
    font-size: 1.4rem;
  }
}
.feature_table tbody td:nth-child(2) {
  --th-bg:#F4F4F4;
}
.feature_table tbody td:nth-child(4) {
  --th-bg:#F4F4F4;
}
.feature_table tbody td .check, .feature_table tbody td .ng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  margin-inline: auto;
}
.feature_table tbody td .check {
  background-color: #5ED6F0;
}
.feature_table tbody td .check::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 3px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -2px;
}
.feature_table tbody td.bg_glay {
  background-color: #F8F8F8;
}
.feature_table tbody td .ng {
  background-color: #9D9D9D;
}
.feature_table tbody td .ng::before, .feature_table tbody td .ng::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.feature_table tbody td .ng::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.feature_table tbody td .ng::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.feature_block {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media screen and (min-width: 768px) {
  .feature_block {
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
  }
}
@media screen and (min-width: 992px) {
  .feature_block {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}

.feature_block_table {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.feature_icon_description {
  position: sticky;
  top: 60px;
  left: 0;
  padding: 10px 20px;
  background-color: #ffffff;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .feature_icon_description {
    top: 95px;
    padding-block: 15px;
  }
}
.feature_icon_description::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.icon_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px auto;
  grid-template-columns: auto auto;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .icon_list {
    place-items: center;
    place-content: center;
    gap: 20px;
    -ms-grid-columns: auto 20px auto 20px auto 20px auto;
    grid-template-columns: auto auto auto auto;
  }
}
.icon_list li {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
@media screen and (min-width: 768px) {
  .icon_list li {
    font-size: 1.4rem;
  }
}
.icon_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: var(--icon-color);
  border-radius: 50%;
}
.icon_list li.starter {
  --icon-color:#9D9D9D ;
}
.icon_list li.standard {
  --icon-color: #00A9CE ;
}
.icon_list li.premium {
  --icon-color: #EF3458 ;
}
.icon_list li.enterprise {
  --icon-color: #000000 ;
}

.feature_head {
  background-color: #717071;
  padding: 10px 20px;
  color: #ffffff;
}

.feature_block_title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .feature_block_title {
    font-size: 2.2rem;
  }
}
.feature_block_title .number {
  font-family: "Outfit";
  font-size: 2rem;
  color: #D5D5D5;
  font-weight: 500;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .feature_block_title .number {
    font-size: 2.2rem;
  }
}

.feature_block_description {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
@media screen and (min-width: 768px) {
  .feature_block_description {
    font-size: 1.6rem;
  }
}

.feature_list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature_list {
    --rowCount: 0;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (auto)[var(--rowCount)];
    grid-template-rows: repeat(var(--rowCount), auto);
  }
  .feature_list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #d5d5d5;
    z-index: 2;
  }
}
.feature_list {
  /* 縦並び */
  /* 縦に3行分（高さは中身に合わせる auto）作る */
}
@media screen and (min-width: 768px) {
  .feature_list:has(.feature_block_table_row:last-child:nth-child(odd))::after {
    content: "";
    display: block;
  }
}

.feature_block_table_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  border-bottom: solid 1px #D5D5D5;
}
.feature_block_table_row:nth-of-type() {
  border-right: solid 1px #d5d5d5;
}
.feature_block_table_row:empty {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .feature_block_table_row:empty {
    position: relative;
    background-image: linear-gradient(to bottom right, #ffffff calc(50% - 1.5px), #d5d5d5 calc(50% - 0.5px), #d5d5d5 calc(50% + 0.5px), #ffffff calc(50% + 1.5px));
  }
}

.feature_block_row_title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .feature_block_row_title {
    font-size: 1.6rem;
  }
}

.feature_icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .feature_icon_list {
    gap: 16px;
  }
}
.feature_icon_list li {
  width: 16px;
  height: 16px;
  background-color: var(--icon-color);
  border-radius: 50%;
}
.feature_icon_list li.starter {
  --icon-color: #9D9D9D ;
}
.feature_icon_list li.standard {
  --icon-color: #00A9CE ;
}
.feature_icon_list li.premium {
  --icon-color: #EF3458 ;
}
.feature_icon_list li.enterprise {
  --icon-color: #000000 ;
}

#subscribe {
  padding-block: 40px;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #subscribe {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #subscribe {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #subscribe {
    padding-inline: 60px;
  }
}
#subscribe {
  --inner:1200px;
  background-color: #0C7AA2;
}
@media screen and (min-width: 768px) {
  #subscribe {
    padding-block: 75px;
  }
}
@media screen and (min-width: 992px) {
  #subscribe {
    padding-block: 100px;
  }
}

.subscribe_title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
}

.subscribe_text {
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.subscribe_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .subscribe_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .subscribe_contents {
    gap: 40px;
  }
}

.subscribe_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .subscribe_item {
    padding: 30px;
    gap: 35px;
  }
}

.subscribe_img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border: solid 10px #00A9CE;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .subscribe_img {
    width: 180px;
  }
}

.subscribe_item_contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 992px) {
  .subscribe_item_contents {
    max-width: 580px;
  }
}

.subscribe_item_contents_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0C7AA2;
}

.sub_scribe_item_price {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .sub_scribe_item_price {
    font-size: 1.6rem;
  }
}
.sub_scribe_item_price .price {
  font-size: 3.5rem;
  font-family: "Outfit";
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .sub_scribe_item_price br {
    display: none;
  }
}

.subscribe_item_text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .subscribe_item_text {
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
  }
}

#caution {
  padding-block: 40px;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #caution {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #caution {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #caution {
    padding-inline: 60px;
  }
}
#caution {
  --inner: 800px;
}
@media screen and (min-width: 768px) {
  #caution {
    padding-block: 75px;
  }
}
@media screen and (min-width: 992px) {
  #caution {
    padding-block: 100px;
  }
}

.caution_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.caution_list {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.caution_list li {
  font-size: 1.4rem;
  line-height: 1.8;
}