@charset "UTF-8";
@font-face {
  font-family: 'DINOT';
  font-display: swap;
  src: url("../font/DINOT-Bold.otf") format("opentype"), url("../font/DINOT-Bold.woff") format("woff"), url("../font/DINOT-Bold.woff2") format("woff2"); }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit; }

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

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom; }

ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0; }

li, ol {
  list-style: none; }

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer; }

p {
  margin-top: 0;
  margin-bottom: 0; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer; }

button:focus {
  outline: 0; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

@media all and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none; } }

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  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(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -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 {
  -webkit-flex-shrink: 0;
  -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-invisible-blank-slide {
  visibility: hidden; }

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-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; }

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

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.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-slide-shadow-bottom {
  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)); }

/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          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(0px, -50%, 0);
  transform: translate3d(0px, -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%);
  -ms-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: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

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

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

/* Progress */
.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);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

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

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

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

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

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

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

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

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

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

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
          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);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.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%;
  -ms-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); } }

/* a11y */
.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;
  -ms-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;
  -ms-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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@-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.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint-icon {
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  left: -webkit-calc(50% - 60px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 130px;
  height: 90px;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px; }

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

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

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .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; }

/*
  ----------------
  Base styles
  ----------------
*/
html {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

/*
  ----------------
  選択する際の色設定
  ----------------
*/
/*
  ----------------
  文章のスタイル設定
  ----------------
*/
body {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #202020; }

/*
  ----------------
  ユーティリティー
  ----------------
*/
.container {
  width: 100%;
  max-width: 1560px;
  position: relative;
  margin: 0 auto; }
  @media all and (min-width: 769px) {
    .container {
      padding: 0 66.5px; } }
  @media all and (max-width: 768px) {
    .container {
      padding: 0 25px; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

/*
  ----------------
  レスポンシブ用のユティリティー
  ----------------
*/
@media all and (min-width: 769px) {
  .sp-only {
    display: none !important; } }

@media all and (max-width: 768px) {
  .pc-only {
    display: none !important; } }

/*
  ----------------
  Animations
  ----------------
*/
.fadeIn-mv {
  opacity: 0; }

.fadeIn {
  opacity: 0; }

.fadeIn.scrollin {
  opacity: 1;
  -webkit-animation-name: poyon;
          animation-name: poyon;
  -webkit-animation-duration: 3s;
          animation-duration: 3s; }

.fadeIn-center {
  opacity: 0; }

.fadeIn-center.scrollin {
  opacity: 1;
  -webkit-animation-name: poyon-center;
          animation-name: poyon-center;
  -webkit-animation-duration: 3s;
          animation-duration: 3s; }

@-webkit-keyframes poyon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  40% { }
  50% {
    opacity: 1; }
  75% { }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes poyon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  40% { }
  50% {
    opacity: 1; }
  75% { }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes poyon-center {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px) translateX(-50%);
            transform: translateY(15px) translateX(-50%); }
  40% { }
  50% {
    opacity: 1; }
  75% { }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%); } }

@keyframes poyon-center {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px) translateX(-50%);
            transform: translateY(15px) translateX(-50%); }
  40% { }
  50% {
    opacity: 1; }
  75% { }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1); } }

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1); } }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rotate-mv {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg); }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg); } }

@keyframes rotate-mv {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg); }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg); } }

@-webkit-keyframes slideIn-to-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes slideIn-to-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-webkit-keyframes slideIn-to-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes slideIn-to-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8) translateX(-50%);
            transform: scale(0.8) translateX(-50%);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%); } }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8) translateX(-50%);
            transform: scale(0.8) translateX(-50%);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%); } }

@-webkit-keyframes popup-from-right {
  0% {
    -webkit-transform: translateY(100px) scale(0.8) translateX(50%);
            transform: translateY(100px) scale(0.8) translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scale(1) translateX(-50%);
            transform: translateY(0) scale(1) translateX(-50%); }
  80%, 100% {
    opacity: 1; } }

@keyframes popup-from-right {
  0% {
    -webkit-transform: translateY(100px) scale(0.8) translateX(50%);
            transform: translateY(100px) scale(0.8) translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scale(1) translateX(-50%);
            transform: translateY(0) scale(1) translateX(-50%); }
  80%, 100% {
    opacity: 1; } }

@-webkit-keyframes popup-from-left {
  0% {
    -webkit-transform: translateY(100px) scale(0.8) translateX(-150%);
            transform: translateY(100px) scale(0.8) translateX(-150%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scale(1) translateX(-50%);
            transform: translateY(0) scale(1) translateX(-50%); }
  80%, 100% {
    opacity: 1; } }

@keyframes popup-from-left {
  0% {
    -webkit-transform: translateY(100px) scale(0.8) translateX(-150%);
            transform: translateY(100px) scale(0.8) translateX(-150%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scale(1) translateX(-50%);
            transform: translateY(0) scale(1) translateX(-50%); }
  80%, 100% {
    opacity: 1; } }

@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
  50% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px); }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); } }

@keyframes floatUpDown {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
  50% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px); }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); } }

@-webkit-keyframes txt-loop {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes txt-loop {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

/*
  ----------------
  ヘッダーのスタイル設定
  ----------------
*/
.header {
  position: fixed;
  width: 100%;
  z-index: 200;
  -webkit-transition: .5s;
  transition: .5s; }
  @media all and (max-width: 768px) {
    .header {
      max-width: 375px; } }
  .header-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    -webkit-border-bottom-left-radius: 24px;
            border-bottom-left-radius: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    cursor: pointer;
    z-index: 4;
    color: #2EA7E0;
    background-color: #fff; }
    @media all and (max-width: 768px) {
      .header-btn {
        width: 56px;
        height: 56px;
        gap: 8px; } }
    .header-btn span {
      width: 32px;
      height: 2px;
      background: #2EA7E0;
      -webkit-transition: all .5s;
      transition: all .5s; }
      @media all and (max-width: 768px) {
        .header-btn span {
          width: 24px; } }
    .header-btn p {
      font-size: 11px;
      font-weight: 500; }
    .header-btn.is-open span:nth-child(1) {
      -webkit-transform: translateY(5px) rotate(-135deg);
          -ms-transform: translateY(5px) rotate(-135deg);
              transform: translateY(5px) rotate(-135deg); }
    .header-btn.is-open span:nth-child(2) {
      -webkit-transform: translateY(-5px) rotate(135deg);
          -ms-transform: translateY(-5px) rotate(135deg);
              transform: translateY(-5px) rotate(135deg); }
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 480px;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 3; }
    @media all and (max-width: 768px) {
      .header-nav {
        overflow-y: auto; } }
    .header-nav.is-show {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
    .header-nav__container {
      max-width: 480px;
      width: 100%;
      margin: auto;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 60.5px 32px; }
      @media all and (max-width: 768px) {
        .header-nav__container {
          padding: 50px 25px; } }
    .header-nav__logo {
      max-width: 267px;
      width: 100%;
      margin-bottom: 50px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media all and (max-width: 768px) {
        .header-nav__logo {
          max-width: 225px;
          margin-bottom: 30px; } }
      @media all and (min-width: 769px) {
        .header-nav__logo:hover {
          opacity: 0.5; } }
    .header-nav__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 40px;
      margin-bottom: 50px; }
      @media all and (max-width: 768px) {
        .header-nav__list {
          gap: 30px;
          margin-bottom: 30px; } }
      .header-nav__list li {
        border-top: 1px solid #2EA7E0;
        padding-top: 41px;
        width: 100%; }
        @media all and (max-width: 768px) {
          .header-nav__list li {
            padding-top: 30px; } }
        .header-nav__list li a {
          display: block;
          font-size: 20px;
          font-weight: 500;
          margin-bottom: 32px;
          line-height: 1;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media all and (max-width: 768px) {
            .header-nav__list li a {
              font-size: 16px;
              margin-bottom: 20px; } }
          .header-nav__list li a:last-child {
            margin-bottom: 0; }
          .header-nav__list li a.bold {
            font-weight: 700; }
          .header-nav__list li a.list {
            margin-left: 16px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            .header-nav__list li a.list::before {
              content: "";
              display: inline-block;
              width: 8px;
              height: 2px;
              background-color: #D9D9D9;
              margin-right: 16px; }
          @media all and (min-width: 769px) {
            .header-nav__list li a:hover {
              opacity: 0.5; } }
    .header-nav .btn {
      margin-bottom: 16px; }
      @media all and (min-width: 769px) {
        .header-nav .btn {
          font-size: 18px; } }
      @media all and (max-width: 768px) {
        .header-nav .btn {
          min-height: 70px;
          -webkit-border-radius: 12px;
                  border-radius: 12px; } }
      @media all and (min-width: 769px) {
        .header-nav .btn span {
          font-size: 20px; } }
      @media all and (max-width: 768px) {
        .header-nav .btn svg:first-of-type {
          width: 40px;
          height: 40px; } }

.fix-btn {
  position: fixed;
  bottom: 20px;
  z-index: 100;
  padding: 20px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
    .fix-btn {
      bottom: 0; } }
  .fix-btn.is-show {
    opacity: 1; }
  .fix-btn__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 100%; }
    @media all and (max-width: 768px) {
      .fix-btn__flex {
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
        border: 2px solid #2EA7E0;
        -webkit-border-radius: 50px;
                border-radius: 50px;
        background-color: #fff;
        padding: 16px 0;
        height: 64px; } }
    .fix-btn__flex.is-show {
      opacity: 1; }
  .fix-btn .btn {
    width: 45%; }
    @media all and (max-width: 768px) {
      .fix-btn .btn {
        border: 0;
        -webkit-border-radius: 0;
                border-radius: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        min-height: unset; }
        .fix-btn .btn:first-of-type {
          border-right: 1px solid #2EA7E0; } }

/*
  ----------------
  フッタースタイル設定
  ----------------
*/
/*
  ----------------
  Headings
  ----------------
*/
/*
  ----------------
  パンくずのスタイル設定
  ----------------
*/
.breadcrumb {
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  overflow-x: auto; }
  @media all and (max-width: 768px) {
    .breadcrumb {
      height: 53.5px; } }
  .breadcrumb ul {
    width: 100%;
    max-width: 1560px;
    position: relative;
    margin: 0 auto;
    white-space: nowrap; }
    @media all and (min-width: 769px) {
      .breadcrumb ul {
        padding: 0 66.5px; } }
    @media all and (max-width: 768px) {
      .breadcrumb ul {
        padding: 0 25px; } }
    @media all and (max-width: 768px) {
      .breadcrumb ul {
        width: 100%;
        padding-top: 7px;
        padding-bottom: 10px;
        padding-right: 20px; } }
  .breadcrumb li {
    display: inline;
    font-size: 14px;
    font-weight: 400; }
    @media all and (max-width: 768px) {
      .breadcrumb li {
        font-size: 12px; } }
    .breadcrumb li:not(:last-child)::after {
      content: "＞"; }
      @media all and (min-width: 769px) {
        .breadcrumb li:not(:last-child)::after {
          margin-left: 4px;
          margin-right: 1px; } }
      @media all and (max-width: 768px) {
        .breadcrumb li:not(:last-child)::after {
          margin-left: 5px;
          margin-right: 1px; } }
    .breadcrumb li a {
      -webkit-transition: all .3s;
      transition: all .3s; }
      .breadcrumb li a:hover {
        opacity: 0.5; }

/*
  ----------------
  ボタン
  ----------------
*/
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 35px 10px 25px;
  max-width: 479px;
  width: 100%;
  min-height: 91px;
  color: #2EA7E0;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  border: 2px solid #2EA7E0;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff; }
  @media all and (min-width: 769px) and (max-width: 1024.9px) {
    .btn {
      font-size: 14px;
      padding: 16px; } }
  @media all and (max-width: 768px) {
    .btn {
      font-size: 12px;
      padding: 0 16px; } }
  .btn div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 20px; }
    @media all and (max-width: 768px) {
      .btn div {
        padding-right: 0; } }
  .btn span {
    font-size: 24px;
    font-weight: 700; }
    @media all and (min-width: 769px) and (max-width: 1024.9px) {
      .btn span {
        font-size: 18px; } }
    @media all and (max-width: 768px) {
      .btn span {
        font-size: 14px; } }
  .btn svg path {
    -webkit-transition: all .3s;
    transition: all .3s; }
  @media all and (min-width: 769px) {
    .btn:hover {
      color: #fff;
      border: 2px solid #fff;
      background-color: #2EA7E0; }
      .btn:hover svg path {
        stroke: #fff;
        fill: #fff; } }

.top-btn {
  display: block;
  width: 91px;
  height: 91px;
  border: 2px solid #2EA7E0;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #2EA7E0;
  font-weight: 700;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media all and (max-width: 768px) {
    .top-btn {
      width: 48px;
      height: 48px;
      margin-left: auto;
      margin-bottom: 10px; } }
  .top-btn::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 3px #2EA7E0;
    border-right: solid 3px #2EA7E0;
    display: block;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media all and (max-width: 768px) {
      .top-btn::before {
        width: 8px;
        height: 8px;
        margin-top: 2px; } }
  @media all and (min-width: 769px) {
    .top-btn:hover {
      color: #fff;
      border: 2px solid #fff;
      background-color: #2EA7E0; }
      .top-btn:hover::before {
        -webkit-transform: translateY(-5px) rotate(-45deg);
            -ms-transform: translateY(-5px) rotate(-45deg);
                transform: translateY(-5px) rotate(-45deg);
        border-top: solid 3px #fff;
        border-right: solid 3px #fff; } }

.small-btn {
  background-color: #fff;
  border: 1px solid #2EA7E0;
  color: #2EA7E0;
  font-size: 16px;
  font-weight: 700;
  padding: 22.5px 32px;
  -webkit-border-radius: 64px;
          border-radius: 64px;
  max-width: 320px;
  width: 100%;
  height: 64px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 1; }
  @media all and (max-width: 768px) {
    .small-btn {
      font-size: 14px; } }
  .small-btn svg {
    margin-left: 8px; }
  .small-btn svg path {
    -webkit-transition: all .3s;
    transition: all .3s; }
  .small-btn:hover {
    background-color: #2EA7E0;
    border: 1px solid #fff;
    color: #fff; }
    .small-btn:hover svg path {
      stroke: #fff;
      fill: #fff; }

/*
  ----------------
  ホームページ
  ----------------
*/
.index h2 {
  font-size: 48px;
  font-weight: 700;
  color: #2EA7E0;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 42px;
  letter-spacing: 0.05em; }
  @media all and (max-width: 768px) {
    .index h2 {
      font-size: 28px; } }
  .index h2.white {
    color: #fff; }

.index-mv {
  background-color: #2EA7E0;
  position: relative;
  width: 100%;
  padding-bottom: 250px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 195px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 195px), 0 100%);
  overflow: hidden; }
  @media all and (max-width: 768px) {
    .index-mv {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 70px), 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
      padding-bottom: 130px; } }
  .index-mv__box {
    width: 100%;
    height: 916px; }
    @media all and (max-width: 768px) {
      .index-mv__box {
        height: 808px; } }
  .index-mv__logo {
    padding: 32px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media all and (max-width: 768px) {
      .index-mv__logo {
        padding: 25px; } }
    .index-mv__logo img {
      width: 217px; }
      @media all and (max-width: 768px) {
        .index-mv__logo img {
          width: 163px; } }
  .index-mv__bk {
    position: absolute;
    top: -109px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1025px;
    -webkit-animation: fadeIn 1.5s ease forwards, rotate-mv 40s linear infinite;
            animation: fadeIn 1.5s ease forwards, rotate-mv 40s linear infinite; }
    @media all and (max-width: 768px) {
      .index-mv__bk {
        top: 68px;
        width: 686px; } }
  .index-mv__miraid {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1385px;
    margin: 0 auto;
    opacity: 0;
    -webkit-animation: slideIn-to-right 0.5s ease forwards;
            animation: slideIn-to-right 0.5s ease forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
    @media all and (max-width: 768px) {
      .index-mv__miraid {
        width: 720px;
        top: 40px;
        margin-left: -20px; } }
  .index-mv__program {
    position: absolute;
    top: 360px;
    width: 833px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: 220px;
    opacity: 0;
    -webkit-animation: slideIn-to-left 0.5s ease forwards;
            animation: slideIn-to-left 0.5s ease forwards;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
    @media all and (max-width: 768px) {
      .index-mv__program {
        width: 423px;
        top: 220px;
        margin-left: 95px; } }
  .index-mv__start {
    position: absolute;
    top: 490px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 520px;
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
    -webkit-animation: zoomIn 0.5s ease forwards;
            animation: zoomIn 0.5s ease forwards;
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
    @media all and (max-width: 768px) {
      .index-mv__start {
        top: 310px;
        width: 98px; } }
  .index-mv__woman {
    position: absolute;
    top: 50px;
    width: 30%;
    width: 530px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: -430px;
    opacity: 0;
    -webkit-animation: popup-from-left 1s ease forwards, floatUpDown 3s ease-in-out infinite;
            animation: popup-from-left 1s ease forwards, floatUpDown 3s ease-in-out infinite;
    -webkit-animation-delay: 3s, 4s;
            animation-delay: 3s, 4s; }
    @media all and (max-width: 768px) {
      .index-mv__woman {
        top: 310px;
        width: 247px;
        margin-left: -95px; } }
  .index-mv__man {
    position: absolute;
    top: 0px;
    width: 34%;
    width: 530px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: 445px;
    opacity: 0;
    -webkit-animation: popup-from-right 1s ease forwards, floatUpDown 3s ease-in-out infinite;
            animation: popup-from-right 1s ease forwards, floatUpDown 3s ease-in-out infinite;
    -webkit-animation-delay: 3s, 4s;
            animation-delay: 3s, 4s; }
    @media all and (max-width: 768px) {
      .index-mv__man {
        top: 300px;
        width: 240px;
        margin-left: 95px; } }
  .index-mv__date {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 507px;
    opacity: 0;
    -webkit-animation: zoomIn 1s ease forwards;
            animation: zoomIn 1s ease forwards;
    -webkit-animation-delay: 3s;
            animation-delay: 3s; }
    @media all and (max-width: 768px) {
      .index-mv__date {
        top: 30px;
        width: 280px; } }
  .index-mv__rocket {
    position: absolute;
    top: 55px;
    width: 127px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: -300px;
    opacity: 0;
    -webkit-animation: fadeIn 1s ease forwards;
            animation: fadeIn 1s ease forwards;
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
    @media all and (max-width: 768px) {
      .index-mv__rocket {
        top: 65px;
        width: 65px;
        margin-left: -161px; } }
  .index-mv__bike {
    position: absolute;
    top: 400px;
    width: 170px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: -210px;
    opacity: 0;
    -webkit-animation: fadeIn 1s ease forwards;
            animation: fadeIn 1s ease forwards;
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
    @media all and (max-width: 768px) {
      .index-mv__bike {
        top: 245px;
        width: 80px;
        margin-left: -135px; } }
  .index-mv__plane {
    position: absolute;
    top: 300px;
    width: 194px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: 150px;
    opacity: 0;
    -webkit-animation: fadeIn 1s ease forwards;
            animation: fadeIn 1s ease forwards;
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
    @media all and (max-width: 768px) {
      .index-mv__plane {
        top: 180px;
        width: 112px;
        margin-left: 110px; } }
  .index-mv__go {
    position: absolute;
    top: 700px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    -webkit-animation: fadeIn 1s ease forwards;
            animation: fadeIn 1s ease forwards;
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
    @media all and (max-width: 768px) {
      .index-mv__go {
        font-size: 31px;
        width: 88px;
        height: 88px;
        top: 690px; } }
    .index-mv__go .around {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-animation: rotate 20s linear infinite;
              animation: rotate 20s linear infinite; }
    .index-mv__go::after {
      content: "";
      width: 10px;
      height: 10px;
      border-top: solid 4px #fff;
      border-right: solid 4px #fff;
      display: block;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
      @media all and (max-width: 768px) {
        .index-mv__go::after {
          width: 6px;
          height: 6px;
          border-top: solid 3px #fff;
          border-right: solid 3px #fff;
          margin-top: -2px; } }

.index-choice {
  padding-top: 240px;
  margin-top: -240px; }
  @media all and (max-width: 768px) {
    .index-choice {
      padding-top: 30px;
      margin-top: -30px; } }
  .index-choice__box {
    margin-top: -35px;
    background-color: #fff;
    padding: 72px 80px;
    -webkit-border-radius: 40px;
            border-radius: 40px; }
    @media all and (max-width: 768px) {
      .index-choice__box {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 32px 24px;
        -webkit-border-radius: 16px;
                border-radius: 16px; } }
  .index-choice__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    margin-bottom: 48px; }
    @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
      .index-choice__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 24px;
        margin-bottom: 32px; } }
  .index-choice h2 {
    font-weight: 700;
    color: #2EA7E0;
    width: 300px;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 0; }
    @media all and (min-width: 769px) {
      .index-choice h2 {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        font-size: 40px; } }
    @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
      .index-choice h2 {
        line-height: 1.1; } }
    .index-choice h2 span {
      font-size: 56px; }
  .index-choice__subttl {
    width: -webkit-calc(100% - 4% - (291px));
    width: calc(100% - 4% - (291px)); }
    @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
      .index-choice__subttl {
        width: 100%; } }
    .index-choice__subttl span {
      font-size: 24px;
      font-weight: 700;
      display: block;
      margin-bottom: 16px; }
    .index-choice__subttl p {
      font-size: 14px;
      font-weight: 300;
      line-height: 2; }
      @media all and (max-width: 768px) {
        .index-choice__subttl p {
          font-size: 12px; } }
  .index-choice__img {
    margin-bottom: 48px; }
    @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
      .index-choice__img {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 32px; } }

.index-sdgs {
  padding: 80px 0 100px; }
  @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
    .index-sdgs {
      padding: 64px 0 50px; } }
  .index-sdgs__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    width: 100%;
    padding: 32px;
    margin: 0 auto;
    background-color: #F7F8F8;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media all and (max-width: 768px) {
      .index-sdgs__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        row-gap: 16px;
        padding: 24px;
        max-width: 500px; } }
    .index-sdgs__flex .small-btn {
      cursor: pointer; }
      @media all and (max-width: 768px) {
        .index-sdgs__flex .small-btn {
          -webkit-box-pack: justify !important;
          -webkit-justify-content: space-between !important;
              -ms-flex-pack: justify !important;
                  justify-content: space-between !important;
          max-width: 229px !important; } }
  .index-sdgs__ttl {
    font-size: 32px;
    font-weight: 900;
    color: #2EA7E0;
    display: block;
    letter-spacing: 0.15em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 201px; }
    @media all and (max-width: 768px) {
      .index-sdgs__ttl {
        font-size: 24px; } }
  .index-sdgs__subttl {
    font-size: 12px;
    font-weight: 900;
    color: #2EA7E0;
    display: block; }
  .index-sdgs__txt {
    padding: 16px;
    font-size: 18px;
    color: #636363;
    line-height: 1.5;
    letter-spacing: 0.05em; }
    .index-sdgs__txt span {
      color: #2EA7E0;
      font-weight: 500; }
    @media all and (max-width: 768px) {
      .index-sdgs__txt {
        width: 100%;
        font-size: 14px;
        padding: 0; } }

.index-pickup {
  padding: 120px 0;
  margin-top: -60px;
  margin-bottom: -195px; }
  @media all and (min-width: 769px) {
    .index-pickup {
      -webkit-clip-path: polygon(0 195px, 100% 0, 100% -webkit-calc(100% - 195px), 0 100%);
              clip-path: polygon(0 195px, 100% 0, 100% calc(100% - 195px), 0 100%); } }
  @media all and (max-width: 768px) {
    .index-pickup {
      padding: 50px 10px;
      margin-top: 0;
      margin-bottom: 0; } }
  .index-pickup h2 {
    margin-bottom: 64px; }
    @media all and (max-width: 768px) {
      .index-pickup h2 {
        margin-bottom: 40px; } }
  .index-pickup ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    margin-bottom: 20px; }
    @media all and (max-width: 768px) {
      .index-pickup ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
        row-gap: 30px;
        max-width: 400px;
        margin: 0 auto; } }
    .index-pickup ul li {
      max-width: 400px;
      width: -webkit-calc((100% - 120px) / 3);
      width: calc((100% - 120px) / 3); }
      @media all and (max-width: 768px) {
        .index-pickup ul li {
          width: 100%; } }
      .index-pickup ul li a {
        -webkit-transition: all .3s;
        transition: all .3s; }
        @media all and (min-width: 769px) {
          .index-pickup ul li a:hover {
            opacity: 0.7; } }
        .index-pickup ul li a div {
          margin-bottom: 20px; }
          @media all and (max-width: 768px) {
            .index-pickup ul li a div {
              margin-bottom: 10px; } }
        .index-pickup ul li a p {
          text-align: center;
          font-size: 18px;
          letter-spacing: 0.05em; }
          @media all and (max-width: 768px) {
            .index-pickup ul li a p {
              font-size: 16px; } }

.index-recommend {
  background-image: url(/assets/img/index/recommend-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 250px 0 350px;
  text-align: center;
  margin-top: 120px;
  margin-bottom: -300px; }
  @media all and (max-width: 768px) {
    .index-recommend {
      margin-top: 0;
      padding: 100px 0 350px;
      background-image: url(/assets/img/index/recommend-bg-sp.png); } }
  @media all and (max-width: 768px) {
    .index-recommend__img {
      max-width: 278px;
      margin: 0 auto; } }

.index-possibility {
  overflow-x: hidden;
  background-image: url(/assets/img/index/possibility-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -17%;
  position: relative;
  padding-top: 20%;
  padding-bottom: 200px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 195px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 195px), 0 100%);
  position: relative; }
  @media all and (max-width: 768px) {
    .index-possibility {
      padding-top: 320px;
      padding-bottom: 100px;
      margin-top: -25%;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 70px), 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
      overflow: hidden;
      background-image: url(/assets/img/index/possibility-bg-sp.png); } }
  .index-possibility__ttlimg {
    position: relative;
    z-index: 1; }
    @media all and (max-width: 768px) {
      .index-possibility__ttlimg {
        width: 100%; } }
  .index-possibility h2 {
    position: relative;
    z-index: 1;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 46px;
    text-align: center;
    color: #fff; }
    @media all and (max-width: 768px) {
      .index-possibility h2 {
        font-size: 32px; } }
    .index-possibility h2 span {
      font-size: 64px;
      font-weight: 900; }
      @media all and (max-width: 768px) {
        .index-possibility h2 span {
          font-size: 56px;
          font-weight: 500; } }
  .index-possibility__txt {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 300;
    max-width: 556px;
    width: 100%;
    line-height: 2;
    margin: 0 auto 46px;
    text-align: left;
    letter-spacing: 0.05em;
    color: #fff; }
    @media all and (max-width: 768px) {
      .index-possibility__txt {
        max-width: 500px;
        font-weight: 300; } }
  .index-possibility__light {
    background: rgba(255, 255, 255, 0.2);
    max-width: 556px;
    width: 100%;
    margin: 0 auto 20px;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    padding: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff; }
    .index-possibility__light ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px; }
      .index-possibility__light ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .index-possibility__light ul li::before {
          content: "";
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(/assets/img/index/light.svg);
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
          margin-right: 10px; }
        .index-possibility__light ul li span {
          color: #FBF496; }
  .index-possibility__cmt {
    text-align: center;
    margin-bottom: 70px; }
    @media all and (max-width: 768px) {
      .index-possibility__cmt {
        max-width: 242px;
        width: 100%;
        margin: 0 auto 51.6px; } }
  .index-possibility__box {
    background-color: #fff;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    text-align: center;
    max-width: 1185px;
    width: 100%;
    padding: 64px;
    margin: 0 auto;
    position: relative; }
    @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
      .index-possibility__box {
        padding: 24px;
        max-width: 325px;
        width: 100%;
        margin: 0 auto; } }
  .index-possibility__illust {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    @media all and (min-width: 769px) {
      .index-possibility__illust {
        padding-left: 40px;
        height: 200px; } }
    @media screen and (min-width: 1155px) and (max-width: 1231px) {
      .index-possibility__illust {
        bottom: 17%; } }
    @media screen and (min-width: 1025px) and (max-width: 1154px) {
      .index-possibility__illust {
        bottom: 14.5%; } }
    @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
      .index-possibility__illust {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        bottom: 6.5%;
        width: 152px; } }
    .index-possibility__illust .one, .index-possibility__illust .two, .index-possibility__illust .three, .index-possibility__illust .four, .index-possibility__illust .five, .index-possibility__illust .six {
      max-width: 184px;
      width: 17%; }
      @media all and (min-width: 769px) {
        .index-possibility__illust .one, .index-possibility__illust .two, .index-possibility__illust .three, .index-possibility__illust .four, .index-possibility__illust .five, .index-possibility__illust .six {
          margin-left: -45px; } }
      @media screen and (min-width: 1155px) and (max-width: 1231px) {
        .index-possibility__illust .one, .index-possibility__illust .two, .index-possibility__illust .three, .index-possibility__illust .four, .index-possibility__illust .five, .index-possibility__illust .six {
          width: 16%; } }
      @media screen and (min-width: 1025px) and (max-width: 1154px) {
        .index-possibility__illust .one, .index-possibility__illust .two, .index-possibility__illust .three, .index-possibility__illust .four, .index-possibility__illust .five, .index-possibility__illust .six {
          width: 15%; } }
      @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
        .index-possibility__illust .one, .index-possibility__illust .two, .index-possibility__illust .three, .index-possibility__illust .four, .index-possibility__illust .five, .index-possibility__illust .six {
          max-width: 152px;
          width: 100%;
          margin-bottom: -45px; } }
      .index-possibility__illust .one img, .index-possibility__illust .two img, .index-possibility__illust .three img, .index-possibility__illust .four img, .index-possibility__illust .five img, .index-possibility__illust .six img {
        height: auto;
        max-width: 184px;
        width: 100%; }
    .index-possibility__illust .one {
      -webkit-animation: floatInCircleSmall 8.5s linear infinite;
              animation: floatInCircleSmall 8.5s linear infinite; }
      @media all and (min-width: 769px) {
        .index-possibility__illust .one {
          margin-top: -5%; } }
      @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
        .index-possibility__illust .one {
          margin-left: -75px; } }
    .index-possibility__illust .two {
      -webkit-animation: floatInCircleSmall 11s linear infinite;
              animation: floatInCircleSmall 11s linear infinite; }
      @media all and (min-width: 769px) {
        .index-possibility__illust .two {
          margin-top: 10%; } }
      @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
        .index-possibility__illust .two {
          margin-left: 75px; } }
    .index-possibility__illust .three {
      -webkit-animation: floatInCircleSmall 9s linear infinite;
              animation: floatInCircleSmall 9s linear infinite; }
      @media all and (min-width: 769px) {
        .index-possibility__illust .three {
          margin-top: -5.5%; } }
      @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
        .index-possibility__illust .three {
          margin-left: -75px; } }
    .index-possibility__illust .four {
      -webkit-animation: floatInCircleSmall 10s linear infinite;
              animation: floatInCircleSmall 10s linear infinite; }
      @media all and (min-width: 769px) {
        .index-possibility__illust .four {
          margin-top: 12%; } }
      @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
        .index-possibility__illust .four {
          margin-left: 75px; } }
    .index-possibility__illust .five {
      -webkit-animation: floatInCircleSmall 9.5s linear infinite;
              animation: floatInCircleSmall 9.5s linear infinite; }
      @media all and (min-width: 769px) {
        .index-possibility__illust .five {
          margin-top: -4%; } }
      @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
        .index-possibility__illust .five {
          margin-left: -75px; } }
    .index-possibility__illust .six {
      -webkit-animation: floatInCircleSmall 12s linear infinite;
              animation: floatInCircleSmall 12s linear infinite; }
      @media all and (min-width: 769px) {
        .index-possibility__illust .six {
          margin-top: 11%; } }
      @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
        .index-possibility__illust .six {
          margin-left: 75px; } }

@-webkit-keyframes floatInCircle {
  0% {
    -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px); }
  6.25% {
    -webkit-transform: translate(3.8px, -9.2px);
            transform: translate(3.8px, -9.2px); }
  12.5% {
    -webkit-transform: translate(7.1px, -7.1px);
            transform: translate(7.1px, -7.1px); }
  18.75% {
    -webkit-transform: translate(9.2px, -3.8px);
            transform: translate(9.2px, -3.8px); }
  25% {
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px); }
  31.25% {
    -webkit-transform: translate(9.2px, 3.8px);
            transform: translate(9.2px, 3.8px); }
  37.5% {
    -webkit-transform: translate(7.1px, 7.1px);
            transform: translate(7.1px, 7.1px); }
  43.75% {
    -webkit-transform: translate(3.8px, 9.2px);
            transform: translate(3.8px, 9.2px); }
  50% {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px); }
  56.25% {
    -webkit-transform: translate(-3.8px, 9.2px);
            transform: translate(-3.8px, 9.2px); }
  62.5% {
    -webkit-transform: translate(-7.1px, 7.1px);
            transform: translate(-7.1px, 7.1px); }
  68.75% {
    -webkit-transform: translate(-9.2px, 3.8px);
            transform: translate(-9.2px, 3.8px); }
  75% {
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px); }
  81.25% {
    -webkit-transform: translate(-9.2px, -3.8px);
            transform: translate(-9.2px, -3.8px); }
  87.5% {
    -webkit-transform: translate(-7.1px, -7.1px);
            transform: translate(-7.1px, -7.1px); }
  93.75% {
    -webkit-transform: translate(-3.8px, -9.2px);
            transform: translate(-3.8px, -9.2px); }
  100% {
    -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px); } }

@keyframes floatInCircle {
  0% {
    -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px); }
  6.25% {
    -webkit-transform: translate(3.8px, -9.2px);
            transform: translate(3.8px, -9.2px); }
  12.5% {
    -webkit-transform: translate(7.1px, -7.1px);
            transform: translate(7.1px, -7.1px); }
  18.75% {
    -webkit-transform: translate(9.2px, -3.8px);
            transform: translate(9.2px, -3.8px); }
  25% {
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px); }
  31.25% {
    -webkit-transform: translate(9.2px, 3.8px);
            transform: translate(9.2px, 3.8px); }
  37.5% {
    -webkit-transform: translate(7.1px, 7.1px);
            transform: translate(7.1px, 7.1px); }
  43.75% {
    -webkit-transform: translate(3.8px, 9.2px);
            transform: translate(3.8px, 9.2px); }
  50% {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px); }
  56.25% {
    -webkit-transform: translate(-3.8px, 9.2px);
            transform: translate(-3.8px, 9.2px); }
  62.5% {
    -webkit-transform: translate(-7.1px, 7.1px);
            transform: translate(-7.1px, 7.1px); }
  68.75% {
    -webkit-transform: translate(-9.2px, 3.8px);
            transform: translate(-9.2px, 3.8px); }
  75% {
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px); }
  81.25% {
    -webkit-transform: translate(-9.2px, -3.8px);
            transform: translate(-9.2px, -3.8px); }
  87.5% {
    -webkit-transform: translate(-7.1px, -7.1px);
            transform: translate(-7.1px, -7.1px); }
  93.75% {
    -webkit-transform: translate(-3.8px, -9.2px);
            transform: translate(-3.8px, -9.2px); }
  100% {
    -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px); } }

@-webkit-keyframes floatInCircleSmall {
  0% {
    -webkit-transform: translate(0px, -6px);
            transform: translate(0px, -6px); }
  6.25% {
    -webkit-transform: translate(2.3px, -5.5px);
            transform: translate(2.3px, -5.5px); }
  12.5% {
    -webkit-transform: translate(4.2px, -4.2px);
            transform: translate(4.2px, -4.2px); }
  18.75% {
    -webkit-transform: translate(5.5px, -2.3px);
            transform: translate(5.5px, -2.3px); }
  25% {
    -webkit-transform: translate(6px, 0px);
            transform: translate(6px, 0px); }
  31.25% {
    -webkit-transform: translate(5.5px, 2.3px);
            transform: translate(5.5px, 2.3px); }
  37.5% {
    -webkit-transform: translate(4.2px, 4.2px);
            transform: translate(4.2px, 4.2px); }
  43.75% {
    -webkit-transform: translate(2.3px, 5.5px);
            transform: translate(2.3px, 5.5px); }
  50% {
    -webkit-transform: translate(0px, 6px);
            transform: translate(0px, 6px); }
  56.25% {
    -webkit-transform: translate(-2.3px, 5.5px);
            transform: translate(-2.3px, 5.5px); }
  62.5% {
    -webkit-transform: translate(-4.2px, 4.2px);
            transform: translate(-4.2px, 4.2px); }
  68.75% {
    -webkit-transform: translate(-5.5px, 2.3px);
            transform: translate(-5.5px, 2.3px); }
  75% {
    -webkit-transform: translate(-6px, 0px);
            transform: translate(-6px, 0px); }
  81.25% {
    -webkit-transform: translate(-5.5px, -2.3px);
            transform: translate(-5.5px, -2.3px); }
  87.5% {
    -webkit-transform: translate(-4.2px, -4.2px);
            transform: translate(-4.2px, -4.2px); }
  93.75% {
    -webkit-transform: translate(-2.3px, -5.5px);
            transform: translate(-2.3px, -5.5px); }
  100% {
    -webkit-transform: translate(0px, -6px);
            transform: translate(0px, -6px); } }

@keyframes floatInCircleSmall {
  0% {
    -webkit-transform: translate(0px, -6px);
            transform: translate(0px, -6px); }
  6.25% {
    -webkit-transform: translate(2.3px, -5.5px);
            transform: translate(2.3px, -5.5px); }
  12.5% {
    -webkit-transform: translate(4.2px, -4.2px);
            transform: translate(4.2px, -4.2px); }
  18.75% {
    -webkit-transform: translate(5.5px, -2.3px);
            transform: translate(5.5px, -2.3px); }
  25% {
    -webkit-transform: translate(6px, 0px);
            transform: translate(6px, 0px); }
  31.25% {
    -webkit-transform: translate(5.5px, 2.3px);
            transform: translate(5.5px, 2.3px); }
  37.5% {
    -webkit-transform: translate(4.2px, 4.2px);
            transform: translate(4.2px, 4.2px); }
  43.75% {
    -webkit-transform: translate(2.3px, 5.5px);
            transform: translate(2.3px, 5.5px); }
  50% {
    -webkit-transform: translate(0px, 6px);
            transform: translate(0px, 6px); }
  56.25% {
    -webkit-transform: translate(-2.3px, 5.5px);
            transform: translate(-2.3px, 5.5px); }
  62.5% {
    -webkit-transform: translate(-4.2px, 4.2px);
            transform: translate(-4.2px, 4.2px); }
  68.75% {
    -webkit-transform: translate(-5.5px, 2.3px);
            transform: translate(-5.5px, 2.3px); }
  75% {
    -webkit-transform: translate(-6px, 0px);
            transform: translate(-6px, 0px); }
  81.25% {
    -webkit-transform: translate(-5.5px, -2.3px);
            transform: translate(-5.5px, -2.3px); }
  87.5% {
    -webkit-transform: translate(-4.2px, -4.2px);
            transform: translate(-4.2px, -4.2px); }
  93.75% {
    -webkit-transform: translate(-2.3px, -5.5px);
            transform: translate(-2.3px, -5.5px); }
  100% {
    -webkit-transform: translate(0px, -6px);
            transform: translate(0px, -6px); } }

@-webkit-keyframes floatInCircleReverse {
  0% {
    -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px); }
  6.25% {
    -webkit-transform: translate(-3.8px, -9.2px);
            transform: translate(-3.8px, -9.2px); }
  12.5% {
    -webkit-transform: translate(-7.1px, -7.1px);
            transform: translate(-7.1px, -7.1px); }
  18.75% {
    -webkit-transform: translate(-9.2px, -3.8px);
            transform: translate(-9.2px, -3.8px); }
  25% {
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px); }
  31.25% {
    -webkit-transform: translate(-9.2px, 3.8px);
            transform: translate(-9.2px, 3.8px); }
  37.5% {
    -webkit-transform: translate(-7.1px, 7.1px);
            transform: translate(-7.1px, 7.1px); }
  43.75% {
    -webkit-transform: translate(-3.8px, 9.2px);
            transform: translate(-3.8px, 9.2px); }
  50% {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px); }
  56.25% {
    -webkit-transform: translate(3.8px, 9.2px);
            transform: translate(3.8px, 9.2px); }
  62.5% {
    -webkit-transform: translate(7.1px, 7.1px);
            transform: translate(7.1px, 7.1px); }
  68.75% {
    -webkit-transform: translate(9.2px, 3.8px);
            transform: translate(9.2px, 3.8px); }
  75% {
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px); }
  81.25% {
    -webkit-transform: translate(9.2px, -3.8px);
            transform: translate(9.2px, -3.8px); }
  87.5% {
    -webkit-transform: translate(7.1px, -7.1px);
            transform: translate(7.1px, -7.1px); }
  93.75% {
    -webkit-transform: translate(3.8px, -9.2px);
            transform: translate(3.8px, -9.2px); }
  100% {
    -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px); } }

@keyframes floatInCircleReverse {
  0% {
    -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px); }
  6.25% {
    -webkit-transform: translate(-3.8px, -9.2px);
            transform: translate(-3.8px, -9.2px); }
  12.5% {
    -webkit-transform: translate(-7.1px, -7.1px);
            transform: translate(-7.1px, -7.1px); }
  18.75% {
    -webkit-transform: translate(-9.2px, -3.8px);
            transform: translate(-9.2px, -3.8px); }
  25% {
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px); }
  31.25% {
    -webkit-transform: translate(-9.2px, 3.8px);
            transform: translate(-9.2px, 3.8px); }
  37.5% {
    -webkit-transform: translate(-7.1px, 7.1px);
            transform: translate(-7.1px, 7.1px); }
  43.75% {
    -webkit-transform: translate(-3.8px, 9.2px);
            transform: translate(-3.8px, 9.2px); }
  50% {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px); }
  56.25% {
    -webkit-transform: translate(3.8px, 9.2px);
            transform: translate(3.8px, 9.2px); }
  62.5% {
    -webkit-transform: translate(7.1px, 7.1px);
            transform: translate(7.1px, 7.1px); }
  68.75% {
    -webkit-transform: translate(9.2px, 3.8px);
            transform: translate(9.2px, 3.8px); }
  75% {
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px); }
  81.25% {
    -webkit-transform: translate(9.2px, -3.8px);
            transform: translate(9.2px, -3.8px); }
  87.5% {
    -webkit-transform: translate(7.1px, -7.1px);
            transform: translate(7.1px, -7.1px); }
  93.75% {
    -webkit-transform: translate(3.8px, -9.2px);
            transform: translate(3.8px, -9.2px); }
  100% {
    -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px); } }
  .index-possibility .container {
    position: relative; }
  .index-possibility__herobg {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0; }
  .index-possibility__hero {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    text-align: center; }
    @media all and (max-width: 768px) {
      .index-possibility__hero {
        margin-bottom: 15px; } }
    .index-possibility__hero img {
      width: 100%;
      max-width: 1440px;
      position: relative;
      z-index: 2; }
      @media all and (max-width: 768px) {
        .index-possibility__hero img {
          max-width: 460px; } }
  .index-possibility__subttl {
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    text-align: center; }
    @media all and (max-width: 768px) {
      .index-possibility__subttl {
        font-size: 23px;
        font-weight: 700;
        letter-spacing: 0; }
        .index-possibility__subttl img {
          max-width: 271px; } }
  .index-possibility__note {
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    text-align: center; }
  .index-possibility__img {
    position: absolute; }
    @media all and (max-width: 768px) {
      .index-possibility__img {
        z-index: 5; } }
    .index-possibility__img.left {
      max-width: 392px;
      width: 27%;
      top: 210px;
      left: 0; }
      @media all and (max-width: 768px) {
        .index-possibility__img.left {
          max-width: 211px;
          width: 100%;
          top: 115px;
          left: 48%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          margin-left: -100px; } }
    .index-possibility__img.right {
      max-width: 438px;
      width: 30%;
      top: 110px;
      right: 0; }
      @media all and (max-width: 768px) {
        .index-possibility__img.right {
          max-width: 194px;
          width: 100%;
          top: 90px;
          right: unset;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          margin-left: 100px; } }

.index-link {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100%;
  margin-top: -100px; }
  @media all and (max-width: 768px) {
    .index-link {
      margin-top: -45px; } }
  .index-link__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media all and (max-width: 768px) {
      .index-link__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 500px;
        margin: 0 auto; } }
    .index-link__list::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: -2;
      /* 背景画像をコンテンツの下に配置 */
      background-color: #FFB160; }
    .index-link__list .bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      z-index: -1;
      /* 背景画像をコンテンツの下に配置 */
      -webkit-transition: all .5s;
      transition: all .5s; }
    .index-link__list li {
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-size: 32px;
      font-weight: 900;
      letter-spacing: 0.07em;
      position: relative;
      z-index: 1; }
      @media all and (max-width: 768px) {
        .index-link__list li {
          width: 100%;
          font-size: 20px;
          font-weight: 600; } }
      .index-link__list li a {
        width: 100%;
        height: 100%;
        min-height: 500px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: all .3s;
        transition: all .3s; }
        @media all and (max-width: 768px) {
          .index-link__list li a {
            min-height: 93px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            padding: 16px; } }
        .index-link__list li a::after {
          content: "";
          width: 10px;
          height: 10px;
          border-top: solid 3px #fff;
          border-right: solid 3px #fff;
          display: block;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg);
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media all and (max-width: 768px) {
            .index-link__list li a::after {
              width: 7px;
              height: 7px;
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg); } }
        @media all and (min-width: 769px) {
          .index-link__list li a:hover {
            opacity: 1; }
            .index-link__list li a:hover::after {
              -webkit-transform: translateY(10px) rotate(135deg);
                  -ms-transform: translateY(10px) rotate(135deg);
                      transform: translateY(10px) rotate(135deg); } }
    @media all and (min-width: 769px) {
      .index-link__list:hover li a:not(:hover) {
        color: rgba(255, 255, 255, 0.3); }
        .index-link__list:hover li a:not(:hover) span {
          border-color: rgba(255, 255, 255, 0.3); }
        .index-link__list:hover li a:not(:hover)::after {
          border-color: rgba(255, 255, 255, 0.3);
          opacity: 0.3; } }
    @media all and (min-width: 769px) {
      .index-link__list li:not(:last-child) {
        border-right: 1px solid #fff; } }
    @media all and (max-width: 768px) {
      .index-link__list li:not(:last-child) {
        border-bottom: 1px solid #fff; } }
    .index-link__list span {
      display: block;
      border: 1px solid #fff;
      font-size: 20px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 0 3px;
      margin: 12px auto;
      -webkit-transition: ease-out .3s;
      transition: ease-out .3s; }
      @media all and (max-width: 768px) {
        .index-link__list span {
          font-size: 12px;
          padding: 0 3px 2px;
          padding: 0 3px;
          margin-left: auto;
          margin-right: 10px; } }

.index-program {
  background-color: #2EA7E0;
  position: relative;
  overflow: hidden;
  padding: 300px 0 280px;
  -webkit-clip-path: polygon(0 195px, 100% 0, 100% -webkit-calc(100% - 195px), 0 100%);
          clip-path: polygon(0 195px, 100% 0, 100% calc(100% - 195px), 0 100%); }
  @media all and (min-width: 769px) {
    .index-program {
      margin-top: -110px; } }
  @media all and (max-width: 768px) {
    .index-program {
      -webkit-clip-path: polygon(0 70px, 100% 0, 100% -webkit-calc(100% - 70px), 0 100%);
              clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
      padding: 120px 0 80px; } }
  .index-program.sec02 {
    background-color: #fff; }
    @media all and (min-width: 769px) {
      .index-program.sec02 {
        margin-top: -150px;
        padding-top: 250px; } }
    @media all and (max-width: 768px) {
      .index-program.sec02 {
        padding-top: 120px;
        margin-top: -70px; } }
    .index-program.sec02 .index-program__ttl {
      background-color: #2EA7E0;
      color: #fff; }
      .index-program.sec02 .index-program__ttl span {
        border: 1px solid #fff; }
    .index-program.sec02 .index-program__subttl p {
      color: #202020; }
    .index-program.sec02 .index-program__txt {
      color: #202020; }
    .index-program.sec02 .index-program__bg-txt {
      color: #2EA7E0;
      opacity: 0.1;
      text-transform: uppercase; }
    .index-program.sec02 .index-program__subjects {
      border-left: 3px solid #2EA7E0; }
    .index-program.sec02 .index-program__box::before {
      background: #2EA7E0; }
    .index-program.sec02 .index-program__box-ttl {
      color: #fff; }
    .index-program.sec02 .swiper-slide p {
      color: #202020; }
    .index-program.sec02 .swiper-pagination {
      background-color: #E9E9E9; }
    .index-program.sec02 .swiper-pagination-bullet:nth-child(1) {
      background-color: #F8B62D; }
    .index-program.sec02 .swiper-pagination-bullet:nth-child(2) {
      background-color: #EC6D79; }
    .index-program.sec02 .swiper-pagination-bullet:nth-child(3) {
      background-color: #8F82BC; }
    .index-program.sec02 .swiper-pagination-bullet:nth-child(4) {
      background-color: #46B2E7; }
  @media all and (min-width: 769px) {
    .index-program.sec03 .swiper-pagination {
      bottom: 15%; } }
  .index-program.sec03 .swiper-pagination-bullet:nth-child(1) {
    background-color: #8DC556; }
  .index-program.sec03 .swiper-pagination-bullet:nth-child(2) {
    background-color: #46B2E7; }
  .index-program.sec03 .swiper-pagination-bullet:nth-child(3) {
    background-color: #F8B62D; }
  .index-program.sec03 .swiper-pagination-bullet:nth-child(4) {
    background-color: #F19EC2; }
  .index-program__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
    .index-program__bg img {
      width: 100%; }
    @media all and (max-width: 768px) {
      .index-program__bg {
        height: 100%;
        opacity: 0.6; }
        .index-program__bg img {
          height: 100%; } }
  .index-program__ttl {
    font-size: 56px;
    font-weight: 700;
    background-color: #fff;
    color: #2EA7E0;
    padding: 0 15px 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.1em; }
    @media all and (max-width: 768px) {
      .index-program__ttl {
        text-align: center;
        font-size: 32px;
        margin: 0 auto 2px; } }
    .index-program__ttl span {
      font-size: 20px;
      border: 1px solid #2EA7E0;
      padding: 2px 3px;
      margin-left: 10px;
      display: inline-block; }
      @media all and (max-width: 768px) {
        .index-program__ttl span {
          font-size: 12px;
          padding: 1px 3px 2px; } }
  .index-program__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px; }
    @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
      .index-program__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 40px; } }
    @media all and (max-width: 768px) {
      .index-program__flex {
        row-gap: 32px;
        margin-bottom: 13px; } }
  .index-program__subttl {
    width: 57%; }
    @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
      .index-program__subttl {
        width: 100%;
        max-width: 500px;
        margin: 32px auto 0; } }
    .index-program__subttl img {
      margin-bottom: 40px;
      max-width: 730px;
      width: 100%; }
    .index-program__subttl p {
      color: #fff;
      line-height: 2.5;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0.04em; }
      @media all and (max-width: 768px) {
        .index-program__subttl p {
          font-size: 14px;
          line-height: 2; } }
  .index-program__txt {
    font-size: 16px;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 2;
    width: 416px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 416px;
    min-width: 416px;
    font-weight: 500; }
    @media all and (min-width: 769px) and (max-width: 1024.9px), all and (max-width: 768px) {
      .index-program__txt {
        width: 100%;
        min-width: unset; } }
    @media all and (max-width: 768px) {
      .index-program__txt {
        font-size: 14px;
        font-weight: 300;
        max-width: 500px;
        margin: 0 auto; } }
  .index-program__ex {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px; }
    @media all and (max-width: 768px) {
      .index-program__ex {
        margin-top: 32px;
        line-height: 1.3; } }
  .index-program__subjects {
    border-left: 3px solid #fff;
    padding-left: 20px;
    margin-bottom: 24px; }
    .index-program__subjects span {
      font-size: 20px;
      font-weight: 700;
      display: block; }
      @media all and (max-width: 768px) {
        .index-program__subjects span {
          font-size: 18px;
          line-height: 1;
          margin-bottom: 16px; } }
  .index-program .small-btn {
    max-width: 286px; }
    @media all and (max-width: 768px) {
      .index-program .small-btn {
        margin: 0 auto; } }
  .index-program__bg-txt {
    color: #fff;
    font-size: 104px;
    font-weight: 700;
    opacity: 0.15;
    white-space: nowrap;
    letter-spacing: 0.2em;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-animation: txt-loop 40s linear infinite;
            animation: txt-loop 40s linear infinite; }
    @media all and (min-width: 769px) {
      .index-program__bg-txt {
        margin-top: -20px;
        margin-bottom: -30px; } }
    @media all and (max-width: 768px) {
      .index-program__bg-txt {
        font-size: 72px;
        margin-bottom: 27px; } }
    .index-program__bg-txt .marquee-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 300px;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      -webkit-animation: txt-loop 40s linear infinite;
              animation: txt-loop 40s linear infinite; }
      @media all and (min-width: 769px) {
        .index-program__bg-txt .marquee-content span {
          min-width: 1500px; } }
  .index-program__img {
    margin-bottom: 50px;
    text-align: center; }
    @media all and (max-width: 768px) {
      .index-program__img {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-bottom: 0;
        max-width: 500px;
        margin: 0 auto 0; } }
  .index-program__inner {
    width: 100%;
    margin: 0 auto; }
  .index-program__slider-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
    width: 100%; }
    @media all and (max-width: 768px) {
      .index-program__slider-flex {
        display: unset; } }
  @media all and (max-width: 768px) {
    .index-program__container {
      padding: 0 25px; } }
  .index-program__box {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 40%;
    max-width: 444px;
    height: 480px;
    padding: 40px 65px;
    position: relative;
    margin-top: 50px; }
    @media all and (min-width: 769px) {
      .index-program__box {
        min-width: 400px; } }
    @media all and (max-width: 768px) {
      .index-program__box {
        width: 100%;
        padding: 25px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: 24px auto 0; } }
    .index-program__box::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      -webkit-clip-path: polygon(0 0, 85% 0, 65% 100%, 0 100%);
              clip-path: polygon(0 0, 85% 0, 65% 100%, 0 100%); }
      @media all and (max-width: 768px) {
        .index-program__box::before {
          -webkit-clip-path: polygon(0 0, 74% 0, 51% 100%, 0 100%);
                  clip-path: polygon(0 0, 74% 0, 51% 100%, 0 100%); } }
  .index-program__box-ttl {
    font-size: 32px;
    font-weight: 700;
    color: #2EA7E0;
    margin-bottom: 16px;
    line-height: 1.1;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1; }
    @media all and (max-width: 768px) {
      .index-program__box-ttl {
        font-size: 20px;
        font-weight: 600; } }
    .index-program__box-ttl span {
      font-size: 40px; }
      @media all and (max-width: 768px) {
        .index-program__box-ttl span {
          font-size: 20px;
          font-weight: 700; } }
  .index-program__box-img {
    width: 380px;
    height: 268px;
    position: relative;
    z-index: 1; }
    @media all and (max-width: 768px) {
      .index-program__box-img {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; } }
  .index-program__slider {
    position: relative; }
  .index-program__slider-ttl {
    left: 0;
    position: relative;
    z-index: 5;
    margin-bottom: -10px; }
    @media all and (min-width: 769px) {
      .index-program__slider-ttl {
        max-height: 188px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .index-program__slider-ttl img {
          height: 100%;
          max-height: 188px; } }
    @media all and (max-width: 768px) {
      .index-program__slider-ttl {
        width: 80%;
        margin: 0 auto;
        max-width: 350px; } }
    .index-program__slider-ttl img {
      width: 100%; }
  .index-program .swiper {
    position: relative; }
    @media all and (min-width: 769px) {
      .index-program .swiper {
        padding-left: 24px; } }
    @media all and (max-width: 768px) {
      .index-program .swiper {
        margin-left: 25px;
        margin-top: 32px;
        padding-bottom: 80px; } }
  .index-program .swiper-wrapper {
    width: 100%;
    height: 100%; }
  .index-program .swiper-slide {
    color: #fff;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .index-program .swiper-slide span {
      color: #fff;
      background-color: #fff;
      font-weight: 700; }
      @media all and (min-width: 769px) {
        .index-program .swiper-slide span {
          font-size: 40px;
          -ms-writing-mode: tb-rl;
          -webkit-writing-mode: vertical-rl;
                  writing-mode: vertical-rl;
          position: absolute;
          left: 40px;
          top: -30px;
          padding: 7px 4px 7px 0; } }
      @media all and (max-width: 768px) {
        .index-program .swiper-slide span {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 48px;
          font-size: 20px;
          width: 100%;
          width: -webkit-calc(100% - 16px);
          width: calc(100% - 16px);
          margin-right: 16px; } }
      .index-program .swiper-slide span.rehabilitation {
        color: #8F82BC; }
      .index-program .swiper-slide span.education {
        color: #F19EC2; }
      .index-program .swiper-slide span.psychology {
        color: #EC6D79; }
      .index-program .swiper-slide span.nutrition {
        color: #8DC556; }
      .index-program .swiper-slide span.health {
        color: #46B2E7; }
      .index-program .swiper-slide span.creation {
        color: #F8B62D; }
    .index-program .swiper-slide picture {
      width: 100%; }
    .index-program .swiper-slide img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%; }
      @media all and (min-width: 769px) {
        .index-program .swiper-slide img {
          padding-right: 32px;
          height: 466px; } }
      @media screen and (min-width: 1401px) {
        .index-program .swiper-slide img {
          height: auto; } }
      @media all and (max-width: 768px) {
        .index-program .swiper-slide img {
          width: 100%;
          padding-right: 16px; } }
    .index-program .swiper-slide p {
      margin-top: 32px;
      position: relative;
      color: #fff;
      font-size: 32px;
      font-weight: 700;
      line-height: 1.2;
      margin-right: 32px; }
      @media all and (max-width: 768px) {
        .index-program .swiper-slide p {
          font-size: 18px;
          margin-top: 16px; } }
  .index-program .swiper-button-next-original {
    cursor: pointer;
    bottom: 0;
    margin: 0;
    -webkit-transition: background .3s;
    transition: background .3s;
    background: #fff;
    position: absolute;
    z-index: 3;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 32px;
            border-radius: 32px;
    right: 11%;
    top: 56%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
            box-shadow: 0px 4px 4px 0px #00000040;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media all and (max-width: 768px) {
      .index-program .swiper-button-next-original {
        width: 40px;
        height: 40px;
        top: 32%;
        right: 6%; } }
    .index-program .swiper-button-next-original::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 48%;
      transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      width: 10px;
      height: 10px;
      border-top: 3px solid #2EA7E0;
      border-right: 3px solid #2EA7E0;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media all and (max-width: 768px) {
        .index-program .swiper-button-next-original::after {
          width: 7px;
          height: 7px; } }
    @media all and (min-width: 769px) {
      .index-program .swiper-button-next-original:hover {
        background-color: #2EA7E0; }
        .index-program .swiper-button-next-original:hover::after {
          border-top: 3px solid #fff;
          border-right: 3px solid #fff; } }
  .index-program .swiper-pagination {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    /* ドット間の間隔 */
    background-color: #fff;
    z-index: 5;
    padding: 7px 0; }
    @media all and (min-width: 769px) {
      .index-program .swiper-pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        /* ✅ 縦並び */
        width: 24px;
        height: 92px;
        -webkit-border-top-left-radius: 4px;
                border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
                border-bottom-left-radius: 4px;
        left: 0;
        /* ✅ スライダーの左に配置 */
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin-top: 230px; } }
    @media all and (max-width: 768px) {
      .index-program .swiper-pagination {
        width: 92px;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        left: -webkit-calc(50% - 12.5px);
        left: calc(50% - 12.5px);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: 6%;
        padding: 7px;
        height: 28px;
        gap: 5px;
        /* ドット間の間隔 */ } }
  .index-program .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    /* ドットの色 */
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1; }
    @media all and (max-width: 768px) {
      .index-program .swiper-pagination-bullet {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    .index-program .swiper-pagination-bullet:nth-child(1) {
      background-color: #8F82BC; }
    .index-program .swiper-pagination-bullet:nth-child(2) {
      background-color: #F19EC2; }
    .index-program .swiper-pagination-bullet:nth-child(3) {
      background-color: #EC6D79; }
    .index-program .swiper-pagination-bullet:nth-child(4) {
      background-color: #8DC556; }
  .index-program .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px; }
  .index-program .circle-indicator {
    width: 112px;
    height: 112px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: 55%;
    right: -133px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    /* 初期色（赤） */
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    /* 色変更をアニメーション */
    z-index: 10;
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
            box-shadow: 0px 4px 4px 0px #00000040; }
    @media all and (max-width: 768px) {
      .index-program .circle-indicator {
        width: 48px;
        height: 48px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: unset;
        bottom: -35px; } }
    .index-program .circle-indicator::before, .index-program .circle-indicator::after {
      content: "";
      position: absolute;
      width: 70px;
      height: 5px;
      background-color: #2EA7E0;
      -webkit-transition: background-color 0.5s ease;
      transition: background-color 0.5s ease;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      @media all and (max-width: 768px) {
        .index-program .circle-indicator::before, .index-program .circle-indicator::after {
          width: 30px;
          height: 2px; } }
    .index-program .circle-indicator::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .index-program .circle-indicator::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  .index-program .circle-indicator[data-index="0"] {
    background-color: #8F82BC;
    opacity: 0; }
  .index-program .circle-indicator[data-index="1"] {
    background-color: #F19EC2;
    opacity: 0; }
  .index-program .circle-indicator[data-index="2"] {
    background-color: #EC6D79;
    opacity: 0; }
  .index-program .circle-indicator[data-index="3"] {
    background-color: #8DC556;
    opacity: 0; }

@media all and (min-width: 769px) {
  .index-shape {
    margin-top: -150px;
    padding: 250px 0 50px; } }

@media all and (max-width: 768px) {
  .index-shape {
    margin-top: -70px;
    -webkit-clip-path: polygon(0 70px, 100% 0, 100% -webkit-calc(100% - 70px), 0 100%);
            clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
    padding: 110px 0 50px; } }

@media all and (max-width: 768px) {
  .index-shape h2 {
    margin-bottom: 15px; } }

.index-shape__txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px; }
  @media all and (max-width: 768px) {
    .index-shape__txt {
      margin-bottom: 32px; } }

.index-shape__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 88px;
  max-width: 1184px;
  margin: 0 auto;
  width: 100%; }
  @media all and (max-width: 768px) {
    .index-shape__list {
      width: 100%;
      max-width: 500px;
      margin: 0 auto; } }
  .index-shape__list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
    width: 100%; }
    @media all and (max-width: 768px) {
      .index-shape__list > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .index-shape__list > li > div:not([class]) {
      width: 56%; }
      @media all and (max-width: 768px) {
        .index-shape__list > li > div:not([class]) {
          width: 100%; } }
    .index-shape__list > li h4 {
      font-size: 28px;
      font-weight: 700;
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 2px solid #2EA7E0; }
      @media all and (max-width: 768px) {
        .index-shape__list > li h4 {
          font-size: 20px;
          padding-bottom: 25px;
          margin-bottom: 25px; } }
    .index-shape__list > li p {
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0.025em;
      line-height: 1.8;
      margin-bottom: 32px; }
      @media all and (max-width: 768px) {
        .index-shape__list > li p {
          font-size: 14px; } }
    .index-shape__list > li .message {
      background-color: #EAF6FD;
      padding: 24px 32px;
      margin-bottom: 40px;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.8; }
      @media all and (max-width: 768px) {
        .index-shape__list > li .message {
          padding: 24px;
          margin-bottom: 32px; } }
      .index-shape__list > li .message span {
        color: #2EA7E0;
        font-size: 24px;
        font-weight: 700;
        display: block;
        margin-bottom: 10px; }
        @media all and (max-width: 768px) {
          .index-shape__list > li .message span {
            font-size: 18px;
            margin-bottom: 5px; } }
      @media all and (max-width: 768px) {
        .index-shape__list > li .message {
          font-size: 14px; } }
    .index-shape__list > li .profile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-column-gap: 32px;
         -moz-column-gap: 32px;
              column-gap: 32px;
      letter-spacing: 0.025em; }
      @media all and (max-width: 768px) {
        .index-shape__list > li .profile {
          margin-bottom: 32px; } }
      .index-shape__list > li .profile > img {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
      .index-shape__list > li .profile > div {
        font-size: 16px;
        font-weight: 500; }
        @media all and (max-width: 768px) {
          .index-shape__list > li .profile > div {
            font-size: 14px; } }
        .index-shape__list > li .profile > div span {
          font-size: 24px;
          font-weight: 700; }
          @media all and (max-width: 768px) {
            .index-shape__list > li .profile > div span {
              font-size: 18px;
              margin-bottom: 5px;
              display: inline-block; } }
    .index-shape__list > li .image {
      max-width: 470px;
      width: 45%; }
      @media all and (max-width: 768px) {
        .index-shape__list > li .image {
          width: 100%; } }
  @media all and (min-width: 769px) {
    .index-shape__list > li:nth-child(even) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.index-guide {
  position: relative;
  padding: 250px 0;
  background-image: url(/assets/img/index/guide-bg.png);
  -webkit-clip-path: polygon(0 195px, 100% 0, 100% -webkit-calc(100% - 195px), 0 100%);
          clip-path: polygon(0 195px, 100% 0, 100% calc(100% - 195px), 0 100%); }
  @media all and (min-width: 769px) {
    .index-guide {
      background-size: contain; } }
  @media all and (max-width: 768px) {
    .index-guide {
      -webkit-clip-path: polygon(0 70px, 100% 0, 100% -webkit-calc(100% + 70px), 0 100%);
              clip-path: polygon(0 70px, 100% 0, 100% calc(100% + 70px), 0 100%);
      padding: 110px 0 100px; } }
  .index-guide h2 {
    margin-bottom: 64px; }
    @media all and (max-width: 768px) {
      .index-guide h2 {
        margin-bottom: 32px; } }
  .index-guide__box {
    background-color: #fff;
    border: 2px solid #2EA7E0;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    padding: 40px 64px;
    max-width: 800px;
    margin: 0 auto 32px; }
    @media all and (max-width: 768px) {
      .index-guide__box {
        padding: 28px 24px;
        margin: 0 auto 15px;
        width: 100%;
        max-width: 500px; } }
    .index-guide__box h4 {
      font-size: 24px;
      font-weight: 700;
      color: #2EA7E0;
      text-align: center;
      margin-bottom: 24px; }
      @media all and (max-width: 768px) {
        .index-guide__box h4 {
          margin-bottom: 16px; } }
    .index-guide__box ul {
      max-width: 605px;
      margin: 0 auto; }
      .index-guide__box ul li {
        font-size: 18px;
        font-weight: 500;
        padding-left: 1.2em;
        text-indent: -1.2em; }
        @media all and (max-width: 768px) {
          .index-guide__box ul li {
            font-size: 16px; } }
        .index-guide__box ul li span {
          font-size: 13px;
          font-weight: 300; }
          @media all and (max-width: 768px) {
            .index-guide__box ul li span {
              font-size: 12px; } }
        .index-guide__box ul li::before {
          content: "";
          display: inline-block;
          width: 8px;
          height: 8px;
          background-color: #2EA7E0;
          -webkit-border-radius: 50px;
                  border-radius: 50px;
          margin-right: 13px;
          margin-bottom: 1.5px; }
      .index-guide__box ul li:not(:last-child) {
        margin-bottom: 14.5px; }
    .index-guide__box span {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 2px; }
  .index-guide__img {
    width: 100%; }
    @media all and (max-width: 768px) {
      .index-guide__img {
        margin-left: -20px;
        margin-right: -20px;
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        text-align: center; } }
    @media all and (max-width: 768px) {
      .index-guide__img img {
        width: 100%;
        max-width: 440px;
        margin: 0 auto; } }
  .index-guide__img2 {
    width: 100%; }
    @media all and (max-width: 768px) {
      .index-guide__img2 {
        max-width: 400px;
        margin: 0 auto;
        width: 100%; } }
    .index-guide__img2 img {
      width: 100%; }
  .index-guide__border {
    background-color: #595757;
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 10px; }
  .index-guide__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin-bottom: 8px; }
  .index-guide__note {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.8; }
  .index-guide__txt {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin-bottom: 24px;
    line-height: 1.8; }
    @media all and (max-width: 768px) {
      .index-guide__txt {
        line-height: 1.6; } }
  .index-guide__graybox {
    margin-top: 24px;
    background-color: #F4F4F4;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    padding: 24px 32px; }

.index-qa {
  background-color: #F9FDFF;
  -webkit-clip-path: polygon(0 195px, 100% 0, 100% -webkit-calc(100% - 195px), 0 100%);
          clip-path: polygon(0 195px, 100% 0, 100% calc(100% - 195px), 0 100%); }
  @media all and (min-width: 769px) {
    .index-qa {
      margin-bottom: -60px;
      padding: 250px 0 200px;
      margin-top: -200px; } }
  @media all and (max-width: 768px) {
    .index-qa {
      -webkit-clip-path: polygon(0 70px, 100% 0, 100% -webkit-calc(100% - 70px), 0 100%);
              clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
      margin-top: -70px;
      padding: 120px 0 110px; } }
  .index-qa ul {
    max-width: 928px;
    width: 100%;
    margin: 0 auto; }
    @media all and (max-width: 768px) {
      .index-qa ul {
        width: 100%;
        max-width: 500px; } }
    .index-qa ul li {
      background-color: #fff;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      padding: 28px 32px;
      -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08); }
      @media all and (max-width: 768px) {
        .index-qa ul li {
          padding: 28px 24px; } }
      .index-qa ul li span {
        font-size: 20px;
        font-weight: 700;
        color: #2EA7E0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .index-qa ul li span::before {
          content: "Q.";
          font-family: "Outfit", sans-serif;
          color: #2EA7E0;
          font-size: 24px;
          font-weight: 700;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin-right: 5px; }
      .index-qa ul li p {
        font-size: 18px;
        font-weight: 500;
        color: #666359;
        line-height: 1.8;
        padding-top: 24px;
        margin-top: 24px;
        border-top: 1px solid #D9D9D9; }
        @media all and (min-width: 769px) {
          .index-qa ul li p {
            padding: 0 32px;
            padding-top: 24px; } }
        @media all and (max-width: 768px) {
          .index-qa ul li p {
            line-height: 1.4; } }
    .index-qa ul li:not(:last-child) {
      margin-bottom: 16px; }

@media all and (max-width: 768px) {
  .index-miraid {
    padding-top: 10px; } }

.index-miraid__box {
  position: relative;
  z-index: 1; }
  @media all and (max-width: 768px) {
    .index-miraid__box {
      max-width: 500px;
      width: 100%;
      margin: 0 auto 32px; } }

.index-miraid__txt {
  position: absolute;
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.index-access {
  margin-top: -60px;
  background-color: #2EA7E0;
  padding: 260px 0;
  -webkit-clip-path: polygon(0 195px, 100% 0, 100% -webkit-calc(100% - 195px), 0 100%);
          clip-path: polygon(0 195px, 100% 0, 100% calc(100% - 195px), 0 100%); }
  @media all and (max-width: 768px) {
    .index-access {
      -webkit-clip-path: polygon(0 70px, 100% 0, 100% -webkit-calc(100% - 70px), 0 100%);
              clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
      padding: 100px 0 120px;
      margin-top: 30px; } }
  .index-access__ttl {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 42px;
    letter-spacing: 0.05em; }
    @media all and (max-width: 768px) {
      .index-access__ttl {
        font-size: 28px; } }
  @media all and (max-width: 768px) {
    .index-access__frame {
      margin-left: 20px;
      overflow-x: auto;
      overflow-y: hidden;
      height: 271px;
      margin-right: 20px; } }
  .index-access__box {
    background-color: #fff;
    max-width: 1089px;
    width: 100%;
    -webkit-border-radius: 32px;
            border-radius: 32px;
    padding: 48px; }
    @media all and (min-width: 769px) {
      .index-access__box {
        margin: 0 auto; } }
    @media all and (max-width: 768px) {
      .index-access__box {
        -webkit-border-radius: 16px;
                border-radius: 16px;
        padding: 20px;
        max-width: 700px;
        height: 100%;
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .index-access__box img {
          height: 100%;
          max-width: 700px;
          width: auto; } }

.index-footer {
  padding-bottom: 65px; }
  @media all and (max-width: 768px) {
    .index-footer {
      padding-top: 40px; } }
  .index-footer__logo {
    max-width: 362px;
    width: 100%;
    margin: 0 auto 32px; }
    @media all and (max-width: 768px) {
      .index-footer__logo {
        max-width: 255px;
        margin: 0 auto 20px; } }
  .index-footer__department {
    max-width: 716px;
    width: 100%;
    margin: 0 auto 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media all and (max-width: 768px) {
      .index-footer__department {
        max-width: 500px; } }
    .index-footer__department li {
      color: #fff;
      font-size: 18px;
      width: 33.33333%;
      text-align: center;
      padding: 10px 10px; }
      @media all and (max-width: 768px) {
        .index-footer__department li {
          font-size: 12px;
          padding: 10px 5px; } }
      .index-footer__department li:nth-child(1) {
        background-color: #F8B62D; }
      .index-footer__department li:nth-child(2) {
        background-color: #EC6D79; }
      .index-footer__department li:nth-child(3) {
        background-color: #46B2E7; }
      .index-footer__department li:nth-child(4) {
        background-color: #8DC556; }
      .index-footer__department li:nth-child(5) {
        background-color: #8F82BC; }
        @media all and (max-width: 768px) {
          .index-footer__department li:nth-child(5) {
            font-size: 10px;
            padding: 10px 3px; } }
      .index-footer__department li:nth-child(6) {
        background-color: #F19EC2; }
  .index-footer p {
    text-align: center; }
  .index-footer__address {
    font-size: 14px;
    color: #202020;
    margin-bottom: 8px; }
    @media all and (max-width: 768px) {
      .index-footer__address {
        font-size: 12px;
        font-weight: 300; } }
  .index-footer__tel {
    font-size: 23px;
    margin-bottom: 4px; }
    @media all and (max-width: 768px) {
      .index-footer__tel {
        font-size: 18px; } }
    .index-footer__tel span {
      font-size: 32px;
      font-weight: 500; }
      @media all and (max-width: 768px) {
        .index-footer__tel span {
          font-size: 24px; } }
  .index-footer__note {
    font-size: 12px;
    margin-bottom: 32px; }
    @media all and (max-width: 768px) {
      .index-footer__note {
        font-size: 10px; } }
  .index-footer__copy {
    font-size: 12px;
    font-weight: 500; }
    @media all and (max-width: 768px) {
      .index-footer__copy {
        font-size: 10px; } }

.modal {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 200;
  width: 100%; }
  .modal-box {
    background: #F7F8F8;
    padding: 40px 48px;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    max-width: 966px;
    width: 90%;
    opacity: 0;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation: popUp 0.3s ease-out forwards;
            animation: popUp 0.3s ease-out forwards;
    position: relative;
    overflow-y: auto;
    height: 90vh;
    position: relative; }
    @media all and (max-width: 768px) {
      .modal-box {
        padding: 40px 24px; } }
    .modal-box__ttl {
      font-size: 32px;
      font-weight: 900;
      color: #2EA7E0;
      text-align: center;
      display: block;
      letter-spacing: 0.1em;
      margin-bottom: 26px; }
      @media all and (max-width: 768px) {
        .modal-box__ttl {
          font-size: 28px; } }
    .modal-box .index-sdgs__flex {
      padding: 0;
      margin-bottom: 26px; }
      @media all and (max-width: 768px) {
        .modal-box .index-sdgs__flex {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .modal-box .index-sdgs__ttl {
      font-size: 24px; }
      @media all and (max-width: 768px) {
        .modal-box .index-sdgs__ttl {
          text-align: center; } }
    .modal-box .index-sdgs__subttl {
      text-align: center; }
    .modal-box .index-sdgs__txt {
      font-size: 14px;
      padding: 0; }
    .modal-box__blue {
      background-color: #2EA7E0;
      color: #fff;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      padding: 8px;
      width: 100%;
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      height: 56px;
      margin-bottom: 16px; }
      @media all and (max-width: 768px) {
        .modal-box__blue {
          font-size: 20px;
          height: 42px; } }
    .modal-box__flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      row-gap: 16px;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      margin-bottom: 36px;
      width: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media all and (max-width: 768px) {
        .modal-box__flex {
          -webkit-column-gap: 8px;
             -moz-column-gap: 8px;
                  column-gap: 8px;
          row-gap: 8px;
          margin-bottom: 36px; } }
      .modal-box__flex > div {
        background-color: #fff;
        -webkit-border-radius: 12px;
                border-radius: 12px;
        padding: 22px;
        width: -webkit-calc((100% - 48px) / 4);
        width: calc((100% - 48px) / 4); }
        @media all and (max-width: 768px) {
          .modal-box__flex > div {
            width: -webkit-calc((100% - 8px) / 2);
            width: calc((100% - 8px) / 2);
            padding: 16px 8px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .modal-box__flex > div > span {
          font-size: 18px;
          font-weight: 700;
          text-align: center;
          color: #2EA7E0;
          display: block;
          margin-bottom: 8px; }
          @media all and (max-width: 768px) {
            .modal-box__flex > div > span {
              font-size: 16px; } }
        .modal-box__flex > div > p {
          font-size: 14px;
          color: #636363;
          line-height: 2;
          margin-bottom: 16px; }
          @media all and (max-width: 768px) {
            .modal-box__flex > div > p {
              line-height: 1.8; } }
    .modal-box__sdgs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 6px;
         -moz-column-gap: 6px;
              column-gap: 6px; }
      @media all and (max-width: 768px) {
        .modal-box__sdgs {
          margin-top: auto;
          -webkit-column-gap: 4px;
             -moz-column-gap: 4px;
                  column-gap: 4px; } }
      .modal-box__sdgs img {
        max-width: 88px; }
        @media all and (max-width: 768px) {
          .modal-box__sdgs img {
            max-width: 56px; } }
      .modal-box__sdgs > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 6px; }
        @media all and (max-width: 768px) {
          .modal-box__sdgs > div {
            row-gap: 4px; } }
        .modal-box__sdgs > div img {
          max-width: 41px; }
          @media all and (max-width: 768px) {
            .modal-box__sdgs > div img {
              max-width: 25px; } }
  .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer; }
  .modal-link {
    position: relative; }
    .modal-link > a {
      font-size: 16px;
      font-weight: 700;
      color: #2EA7E0;
      text-decoration: underline; }
      .modal-link > a svg {
        -webkit-transition: all .3s;
        transition: all .3s; }
      @media all and (min-width: 769px) {
        .modal-link > a {
          position: absolute;
          bottom: 12px;
          right: 0; }
          .modal-link > a:hover svg {
            -webkit-transform: translateX(5px);
                -ms-transform: translateX(5px);
                    transform: translateX(5px); } }
      @media all and (max-width: 768px) {
        .modal-link > a {
          text-align: center;
          margin: 0 auto 19.5px;
          display: block; } }
  .modal .close-btn {
    font-size: 24px;
    cursor: pointer;
    color: #333;
    background-color: #fff;
    border: 2px solid #2EA7E0;
    -webkit-border-radius: 64px;
            border-radius: 64px;
    color: #2EA7E0;
    padding: 10.5px 24px;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media all and (max-width: 768px) {
      .modal .close-btn {
        font-size: 14px; } }
    .modal .close-btn:hover {
      background-color: #2EA7E0;
      color: #fff; }

.modal-toggle:checked ~ .modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* アニメーション */
@-webkit-keyframes popUp {
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes popUp {
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

#particle-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 110%;
  height: 100%;
  pointer-events: none;
  z-index: 1; }

.particle {
  position: absolute;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: var(--color);
  width: var(--size);
  height: var(--size);
  left: var(--x);
  bottom: 0;
  opacity: 0;
  -webkit-animation: floatUp var(--duration) ease-out forwards, flicker 0.3s infinite alternate;
          animation: floatUp var(--duration) ease-out forwards, flicker 0.3s infinite alternate;
  /* チカチカを速く */ }

@-webkit-keyframes floatUp {
  0% {
    -webkit-transform: translateY(0) scale(1.2);
            transform: translateY(0) scale(1.2);
    opacity: 0.05; }
  30% {
    opacity: 0.2;
    /* 最大でもやや薄めに */ }
  100% {
    -webkit-transform: translateY(var(--moveY, -300px)) scale(0.7);
            transform: translateY(var(--moveY, -300px)) scale(0.7);
    /* 上昇範囲を狭く */
    opacity: 0; } }

@keyframes floatUp {
  0% {
    -webkit-transform: translateY(0) scale(1.2);
            transform: translateY(0) scale(1.2);
    opacity: 0.05; }
  30% {
    opacity: 0.2;
    /* 最大でもやや薄めに */ }
  100% {
    -webkit-transform: translateY(var(--moveY, -300px)) scale(0.7);
            transform: translateY(var(--moveY, -300px)) scale(0.7);
    /* 上昇範囲を狭く */
    opacity: 0; } }

@-webkit-keyframes flicker {
  0% {
    opacity: 0.05; }
  100% {
    opacity: 0.2; } }

@keyframes flicker {
  0% {
    opacity: 0.05; }
  100% {
    opacity: 0.2; } }

/*# sourceMappingURL=main.css.map */
