@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap");
/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: -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;
  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;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

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-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #222222;
  background-color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1080px;
  }
}

h1,
h2,
h3,
h4 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  h1,
h2,
h3,
h4 {
    font-size: 1.6rem;
  }
}

table {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
}

p,
li {
  color: #222222;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  p,
li {
    font-size: 1.6rem;
  }
}

a {
  color: #333;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #222222;
    text-decoration: none;
  }
}
small {
  font-size: 0.8em;
}

img, svg {
  vertical-align: bottom;
  max-width: 100%;
}

input,
button,
textarea {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

input[type=text],
input[type=email],
input[type=password] {
  border: none;
  padding: 0 16px;
  height: 3em;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}

textarea {
  border: none;
  padding: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
  color: #49847B;
  padding: 10px 40px 10px 30px;
  border-radius: 5px;
  background-image: url(/assets/images/arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

hr {
  margin: 0;
  border: none;
  background-color: #E2E2E2;
  height: 1px;
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/*
utils
---------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mt-108 {
  margin-top: 108px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-116 {
  margin-top: 116px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-124 {
  margin-top: 124px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-148 {
  margin-top: 148px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

@media screen and (min-width: 769px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }

  .mt-4-pc {
    margin-top: 4px !important;
  }

  .mt-8-pc {
    margin-top: 8px !important;
  }

  .mt-12-pc {
    margin-top: 12px !important;
  }

  .mt-16-pc {
    margin-top: 16px !important;
  }

  .mt-20-pc {
    margin-top: 20px !important;
  }

  .mt-24-pc {
    margin-top: 24px !important;
  }

  .mt-28-pc {
    margin-top: 28px !important;
  }

  .mt-32-pc {
    margin-top: 32px !important;
  }

  .mt-36-pc {
    margin-top: 36px !important;
  }

  .mt-40-pc {
    margin-top: 40px !important;
  }

  .mt-44-pc {
    margin-top: 44px !important;
  }

  .mt-48-pc {
    margin-top: 48px !important;
  }

  .mt-52-pc {
    margin-top: 52px !important;
  }

  .mt-56-pc {
    margin-top: 56px !important;
  }

  .mt-60-pc {
    margin-top: 60px !important;
  }

  .mt-64-pc {
    margin-top: 64px !important;
  }

  .mt-68-pc {
    margin-top: 68px !important;
  }

  .mt-72-pc {
    margin-top: 72px !important;
  }

  .mt-76-pc {
    margin-top: 76px !important;
  }

  .mt-80-pc {
    margin-top: 80px !important;
  }

  .mt-84-pc {
    margin-top: 84px !important;
  }

  .mt-88-pc {
    margin-top: 88px !important;
  }

  .mt-92-pc {
    margin-top: 92px !important;
  }

  .mt-96-pc {
    margin-top: 96px !important;
  }

  .mt-100-pc {
    margin-top: 100px !important;
  }

  .mt-104-pc {
    margin-top: 104px !important;
  }

  .mt-108-pc {
    margin-top: 108px !important;
  }

  .mt-112-pc {
    margin-top: 112px !important;
  }

  .mt-116-pc {
    margin-top: 116px !important;
  }

  .mt-120-pc {
    margin-top: 120px !important;
  }

  .mt-124-pc {
    margin-top: 124px !important;
  }

  .mt-128-pc {
    margin-top: 128px !important;
  }

  .mt-132-pc {
    margin-top: 132px !important;
  }

  .mt-136-pc {
    margin-top: 136px !important;
  }

  .mt-140-pc {
    margin-top: 140px !important;
  }

  .mt-144-pc {
    margin-top: 144px !important;
  }

  .mt-148-pc {
    margin-top: 148px !important;
  }

  .mt-152-pc {
    margin-top: 152px !important;
  }

  .mt-156-pc {
    margin-top: 156px !important;
  }

  .mt-160-pc {
    margin-top: 160px !important;
  }
}
.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

@media screen and (min-width: 769px) {
  .align-center-pc {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .align-center-sp {
    text-align: center !important;
  }
}

.relative {
  position: relative !important;
}

.rounded {
  border-radius: 8px !important;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 769px) {
  .wrapper {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.-small {
    width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.-padding20sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .section {
    padding: 60px 0;
  }
}
.section.-green {
  background-color: #DBFFFF;
}

.button {
  text-align: center;
  margin-top: 30px;
}
.button small {
  font-size: 1rem;
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .button small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .button.-w100sp a {
    width: 100%;
  }
}
.button.-orange a {
  background-color: #FF8319;
}
.button.-black a {
  background-color: #222222;
}
.button.-white a {
  background-color: #fff;
  color: #009595;
}
.button.-fontsize-m a {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .button.-fontsize-m a {
    padding: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  .button.-fontsize-m a {
    font-size: 2.2rem;
  }
}
.button a {
  background-color: #009595;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  padding: 10px 0;
  -webkit-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .button a {
    width: 94%;
  }
}
@media screen and (min-width: 769px) {
  .button a {
    border-radius: 10px;
    font-size: 2.6rem;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 600px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.button a:hover {
  opacity: 0.8;
}
.button a img {
  width: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .button a img {
    width: 20px;
    right: 50px;
  }
}

.notes {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .notes.-paddingSP {
    padding: 0 10px;
  }
}
.notes th, .notes td, .notes p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #222222;
  font-weight: normal;
}
.notes p {
  text-indent: -1em;
  padding-left: 1em;
}
.notes th {
  width: 3em;
}
.notes a {
  font-weight: 600;
  color: #222222;
}

.mv {
  background: #29c7c7;
  background: linear-gradient(41deg, #29c7c7 50%, #f4ffff 100%);
}
@media screen and (max-width: 768px) {
  .mv {
    background: linear-gradient(225deg, #f4ffff 0%, #29c7c7 400px);
  }
}

@media screen and (max-width: 768px) {
  .mv-inner {
    padding: 20px 10px 50px;
  }
}
@media screen and (min-width: 769px) {
  .mv-inner {
    padding-bottom: 60px;
    width: 900px;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.mv-inner h1 {
  letter-spacing: 0.02em;
  font-size: 3.1rem;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .mv-inner h1 {
    font-size: 4.2rem;
  }
}
.mv-inner h1 span {
  font-size: 1.9rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .mv-inner h1 span {
    font-size: 3.2rem;
  }
}
.mv-inner figure {
  text-align: center;
  margin-top: 10px;
}
.mv-inner figure img {
  width: 257px;
}
@media screen and (min-width: 769px) {
  .mv-inner figure img {
    width: 407px;
  }
}

@media screen and (min-width: 769px) {
  .mv-logo {
    margin-left: -80px;
  }
}
.mv-logo img {
  width: 180px;
}

.mv-frame {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 20px 5px;
  -webkit-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .mv-frame {
    padding: 40px;
  }
}
.mv-frame p {
  text-align: center;
}
.mv-frame p:nth-of-type(1) {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .mv-frame p:nth-of-type(1) {
    font-size: 1.8rem;
  }
}
.mv-frame p:nth-of-type(2) {
  font-size: 1.4rem;
  font-weight: 600;
  color: #028F8F;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .mv-frame p:nth-of-type(2) {
    font-size: 2.2rem;
  }
}
.mv-frame p:nth-of-type(3) {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .mv-frame p:nth-of-type(3) {
    font-size: 1.8rem;
  }
}
.mv-frame p:nth-of-type(3) a {
  color: #BE5E0C;
}

@media screen and (max-width: 768px) {
  .conditions {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .conditions {
    width: 900px;
    margin: 0 auto;
  }
}
.conditions h2 {
  color: #4CB4B4;
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .conditions h2 {
    font-size: 2.8rem;
  }
}
.conditions > ul {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .conditions > ul {
    margin-top: 20px;
  }
}
.conditions > ul > li {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .conditions > ul > li {
    font-size: 1.8rem;
  }
}
.conditions > p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .conditions > p {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.conditions > p a {
  color: #BE5E0C;
}

.conditions-frame {
  background-color: #dbffff;
  border-radius: 10px;
  padding: 20px 10px;
  -webkit-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .conditions-frame {
    padding: 40px 150px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .conditions-frame {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.conditions-frame h3 {
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .conditions-frame h3 {
    font-size: 2.2rem;
  }
}
.conditions-frame > p {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .conditions-frame > p {
    font-size: 1.3rem;
  }
}

.difference h2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .difference h2 {
    font-size: 3.2rem;
  }
}
.difference h2 em {
  color: #FF8319;
}

.difference-tab {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .difference-tab {
    display: none;
  }
}
.difference-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.difference-tab li {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width: 49%;
  text-align: center;
  font-weight: 600;
  background-color: #009595;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CECECE;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.difference-tab li.-current {
  background-color: #fff;
  color: #009595;
}

@media screen and (min-width: 769px) {
  .difference-table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .difference-table > tbody > tr > *:nth-child(3) {
    display: none;
  }
  .difference-table.-ippan > tbody > tr > *:nth-child(2) {
    display: none;
  }
  .difference-table.-ippan > tbody > tr > *:nth-child(3) {
    display: table-cell;
  }
}
.difference-table > tbody > tr > td,
.difference-table > tbody > tr > th {
  border: 1px solid #CECECE;
  padding: 10px 10px;
  font-size: 1.1rem;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .difference-table > tbody > tr > td,
.difference-table > tbody > tr > th {
    padding: 12px 20px;
    font-size: 1.8rem;
  }
}
.difference-table > tbody > tr > td {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .difference-table > tbody > tr > td {
    width: 42%;
  }
}
.difference-table > tbody > tr > th {
  background-color: #4CB4B4;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .difference-table > tbody > tr:first-child {
    display: none;
  }
}
.difference-table > tbody > tr:first-child > th {
  background-color: #fff;
  color: #222;
}
.difference-table > tbody > tr:first-child > th:first-child {
  background-color: #4CB4B4;
}
.difference-table small {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .difference-table small {
    font-size: 1.2rem;
  }
}
.difference-table em {
  font-weight: 600;
}

.difference-frame {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 10px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .difference-frame {
    margin-top: 60px;
    padding: 50px;
  }
}
.difference-frame h3 {
  color: #FF7F00;
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .difference-frame h3 {
    margin-top: 40px;
    font-size: 3.2rem;
  }
}
.difference-frame h3:first-child {
  margin-top: 0;
}

.difference-figures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .difference-figures {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.difference-figures li {
  width: 48%;
}
@media screen and (min-width: 769px) {
  .difference-figures li {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .difference-figures li:last-child {
    margin-top: 15px;
    width: 100%;
  }
}

.difference-textlist {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .difference-textlist {
    margin-top: 25px;
  }
}
.difference-textlist li {
  font-size: 1.4rem;
  font-weight: 600;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .difference-textlist li {
    font-size: 1.8rem;
  }
}
.difference-textlist li:before {
  content: "・";
}

.difference-examples {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .difference-examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .difference-examples li {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .difference-examples li + li {
    margin-top: 20px;
  }
}
.difference-examples p {
  font-size: 1.4rem;
  font-weight: 600;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .difference-examples p {
    margin-top: 25px;
    font-size: 1.8rem;
  }
}
.difference-examples p:before {
  content: "・";
}

.table-notes {
  margin-top: 5px;
}

.table-notes_mark p:before {
  content: "※";
}

.table-notes p {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .table-notes p {
    font-size: 1.4rem;
  }
}
.table-notes.-indent p {
  text-indent: -1em;
  padding-left: 1em;
}
/* 20210831 ENDO(S) 要件5 */
.table-notes.-indent2 p {
  text-indent: -2em;
  padding-left: 2em;
}
/* 20210831 ENDO(E) 要件5 */

.color-red {
  color: #C90000;
}

.faq h2 {
  color: #4CB4B4;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .faq h2 {
    font-size: 2.8rem;
  }
}

.accordion-items {
  padding: 0 10px;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .accordion-items {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-items > div + div {
    margin-top: 15px;
  }
}

.accordioin-item {
  border: 2px solid #4CB4B4;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .accordioin-item {
    margin: 0 15px 30px;
  }
}

.accordioin-item-title {
  display: block;
  font-size: 1.4rem;
  padding: 10px 10px;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  background-color: #4CB4B4;
  color: #fff;
  padding-left: 30px;
  padding-right: 50px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .accordioin-item-title {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 15px 20px 15px 80px;
  }
}
.accordioin-item-title:before {
  content: "Q";
  position: absolute;
  left: 10px;
  top: 10px;
}
@media screen and (min-width: 769px) {
  .accordioin-item-title:before {
    top: 15px;
    left: 40px;
  }
}
.accordioin-item-title.-on img {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.accordioin-icon {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .accordioin-icon {
    right: 65px;
  }
}
.accordioin-icon span {
  display: block;
  background-color: #fff;
  width: 14px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .accordioin-icon span {
    width: 24px;
  }
}
.accordioin-icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.-on .accordioin-icon span:nth-of-type(2) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordioin-item-body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.accordioin-item-body > div {
  padding: 10px 10px 10px 30px;
  position: relative;
}
.accordioin-item-body > div:before {
  content: "A";
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 1.2rem;
  color: #009595;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .accordioin-item-body > div:before {
    left: 40px;
    top: 20px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .accordioin-item-body > div {
    padding: 20px 40px 20px 80px;
  }
}
.accordioin-item-body > div p {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .accordioin-item-body > div p {
    font-size: 1.6rem;
  }
}
.accordioin-item-body > div p + p {
  margin-top: 1em;
}
.accordioin-item-body a:hover {
  opacity: 0.8;
}

.sns {
  background: #29c7c7;
  background: linear-gradient(41deg, #29c7c7 50%, #f4ffff 100%);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .sns {
    background: linear-gradient(225deg, #f4ffff 0%, #29c7c7 400px);
    padding: 30px;
  }
}
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sns ul li {
  margin: 0 15px;
}
@media screen and (min-width: 769px) {
  .sns ul li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .sns ul li img {
    width: 56px;
  }
}
.sns ul a:hover {
  opacity: 0.8;
}

.footer-sitemap {
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .footer-sitemap {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-sitemap li {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer-sitemap li {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .footer-sitemap li + li {
    border-left: 1px solid #999;
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap li + li {
    margin-top: 5px;
  }
}
.footer-sitemap img {
  vertical-align: middle;
  width: 14px;
  margin-left: 5px;
  position: relative;
  top: -0.1em;
}
.footer-sitemap a {
  text-decoration: none;
}
.footer-sitemap a:hover {
  opacity: 0.7;
}

.footer-copyright {
  text-align: center;
  background-color: #EFEFEF;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 1.1rem;
    padding-bottom: 60px;
  }
}
.cp_warnigtext p::before {
    content: "※";
}
.notesarea {
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
	padding-top: 40px;
}
.notesarea p {
	text-indent: -1em;
	padding-left: 1em;
}
@media (max-width: 768px){
	.notesarea p {
		font-size: 1.1rem;
	}
	.notesarea {
		padding: 30px 15px 0px 15px;
	}
}
.blue a {
  color: #0000EE !important;
}
.blue a:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/camp/numberless/images/ico-link.png") no-repeat center/100%;
    top: 2px;
    margin-left: 3px;
}
a:hover {
  text-decoration: none;
}
.chusyaku-indent {
    padding-left: 2em !important;
    text-indent: -1em !important;
}
.txt-int{
	text-indent: -1em;
	padding-left: 1em;
}
.maT0{
	margin-top: 0 !important;
}
.t-indent{
	text-indent: -7em;
	padding-left: 8em;
}
.caution_red{
	color: #C90000;
	margin-top: 0px !important;
    text-indent: -1rem;
    padding-left: 2rem;
}
.color-black{
  color: #222222 !important;
}
.col-blue {
	color: #0000ee !important;
}
.col-blue:hover {
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
.maT30{
	margin-top: 30px !important;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.maT20{
	margin-top:20px;
}
.maT4{
	margin-top:4px;
}
.img_banner {
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
}
.padding{
	padding:30px 30px 0px 30px;
}
.bottom{
	margin-bottom:30px;
}

.title-1{
	margin-bottom:20px;
}
.plus{
    text-align: center;
    font-size: 7rem;
    color: #4CB4B4;

    margin-bottom: -30px;
}
.privilege__boxhead01{
    text-align: center;
    margin-bottom: -15px;
    margin-top: 40px;
}
.privilege__boxhead02{
    text-align: center;
    margin-bottom: -15px;
    margin-top: -30px;
}
.img_01{
	width: 250px;
    position: relative;
    top: 20px;
    z-index: 5;
}
@media screen and (max-width: 768px) {
	.img_01{
	width: 200px;
    z-index: 5;
    position: relative;
    top: 16px;
}
}

@media screen and (max-width: 768px) {
	.campaign__head{
	padding-top: 20px;
}
}
.box1{
	border: #4CB4B4 solid 1px;
    font-size: 100%;
    padding: 40px 0px 20px 0px;
}
.box2{
	text-align: left;
    padding-left: 57px;
    padding-right: 45px;
}

@media screen and (max-width: 768px) {
	.box1 img{
	  width: 90%;
}
   .box2{
    padding-left: 20px;
    padding-right: 20px;
}
}