@charset "UTF-8";
@import url("./style_2412.css");

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

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

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-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 {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-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;
  -moz-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;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.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: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), 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: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), 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: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), 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: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), 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;
  z-index: 10;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 44px;
  cursor: pointer;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  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");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  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");
}

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

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

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

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

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

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

.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 {
  position: relative;
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
       transform: scale(0.33);
}

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-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);
  -moz-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);
  -moz-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);
  -moz-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);
  -moz-transform: scale(0.33);
       transform: scale(0.33);
}

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

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -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 {
  background: #007aff;
  opacity: 1;
}

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

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

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

.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;
  -moz-transition: 200ms transform, 200ms top, 200ms -moz-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -moz-transform;
  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%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
}

.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;
  -moz-transition: 200ms transform, 200ms left, 200ms -moz-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -moz-transform;
  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;
  -moz-transition: 200ms transform, 200ms right, 200ms -moz-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -moz-transform;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007aff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
       transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-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;
  -moz-transform-origin: right top;
       transform-origin: right top;
}

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

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

.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;
}

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

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

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

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

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

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

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

.swiper-zoom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: 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 {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -moz-transform-origin: 50%;
       transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
       animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  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-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  content: "";
}

.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);
  }
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

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

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-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 {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
       transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.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;
  -moz-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 {
  visibility: visible;
  pointer-events: auto;
}

.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;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

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

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

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

.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;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

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

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible; /* 2 */
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*
#FAEDE6 - #EFEEEA
*/
* {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  background-color: #f2f0ea;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
body.is-open-menu {
  position: fixed;
  overflow: hidden;
  _zoom: 1;
}
body.js-splash {
  overflow: hidden;
  -webkit-animation: fadeIn 2s ease-out 0s 1 normal;
     -moz-animation: fadeIn 2s ease-out 0s 1 normal;
          animation: fadeIn 2s ease-out 0s 1 normal;
}
body.js-splash header,
body.js-splash main,
body.js-splash section,
body.js-splash footer {
  opacity: 0;
}

a {
  color: #999;
}
a:hover {
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.l-header {
  position: relative;
}
.l-header__inner {
  position: fixed;
  z-index: 110;
  width: 100%;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
          box-shadow: 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.is-header-hide .l-header__inner {
  -webkit-transform: translateY(-20vh);
     -moz-transform: translateY(-20vh);
      -ms-transform: translateY(-20vh);
          transform: translateY(-20vh);
}

.l-main {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.l-footer {
  position: relative;
}
.l-footer:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 320px;
  height: 602px;
  background-image: url(../images/decoration_parts6.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 640px;
  content: "";
  -ms-filter: blur(20px);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.p-contents {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 50px 0 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.p-contents__inner {
  padding: 0 5%;
}
.p-contents__columns {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.p-contents__column {
  position: relative;
  width: 100%;
  margin: 60px 0 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.p-contents__columns:first-child .p-contents__column:first-child {
  margin: 0;
}
.p-contents.full-width {
  max-width: 100%;
  margin: 50px 0 0;
  padding: 0 5%;
}

.p-sitetitle {
  position: fixed;
  z-index: 110;
  top: 35px;
  left: 5%;
  width: 150px;
  margin: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.p-sitetitle__link {
  display: block;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.p-sitetitle__link:hover {
  opacity: 0.65;
}
.p-sitetitle__link img {
  max-width: 100%;
  height: auto;
}
.is-header-hide .p-sitetitle {
  -webkit-transform: translateY(-20vh);
     -moz-transform: translateY(-20vh);
      -ms-transform: translateY(-20vh);
          transform: translateY(-20vh);
}

.p-footer {
  margin: 100px 0 0;
}
.p-footer__inner {
  padding: 40px 5%;
}
.p-footer__navigation ul {
  margin: 0;
  padding: 0;
}
.p-footer__navigation ul li {
  display: block;
  padding: 15px 0;
  line-height: 1.25;
}
.p-footer__navigation ul li a {
  display: inline-block;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.p-footer__navigation ul li a:hover {
  color: #999;
}
.p-footer__links ul {
  margin: 20px 0 0;
  padding: 0;
}
.p-footer__links ul li {
  display: block;
  padding: 10px 0;
  line-height: 1;
}
.p-footer__links ul li a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.p-footer__links ul li a:hover {
  color: #999;
}
.p-footer__links ul li a[target=_blank]::after {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin: 0 0 0 0.5em;
  background-image: url(../images/icon_external-link.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 14px auto;
  content: "";
}
.p-footer__logo {
  width: 200px;
  margin: 50px 0 0;
}
.p-footer__logo a {
  display: block;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.p-footer__logo a:hover {
  opacity: 0.65;
}
.p-footer__logo a img {
  width: 100%;
}
.p-footer__copyrights {
  display: block;
  max-width: 200px;
  margin: 15px 0 0;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}

.p-navigation {
  position: fixed;
  z-index: 112;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: auto;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-overflow-scrolling: touch;
}
.is-open-menu .p-navigation {
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.p-navigation__inner {
  position: relative;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f2f0ea;
  -webkit-overflow-scrolling: touch;
}
.p-navigation__inner ul {
  overflow-y: auto;
  height: 100%;
  margin-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}
.p-navigation__inner ul li {
  line-height: 1.25;
}
.p-navigation__inner ul li a {
  display: block;
  padding: 12px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #666;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.p-navigation__inner ul li a:hover {
  color: #999;
}
.p-navigation__main {
  position: fixed;
  top: 20%;
  right: 10%;
  left: 10%;
  overflow-y: scroll;
  width: 80%;
  height: 100%;
}

.p-pagetop {
  position: fixed;
  z-index: 1111;
  right: 20px;
  bottom: 40px;
  visibility: hidden;
  width: 56px;
  height: 56px;
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.p-pagetop.is-active {
  visibility: visible;
  opacity: 1;
}
.p-pagetop a {
  position: relative;
  position: relative;
  z-index: 0;
  display: block;
  display: block;
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
          box-shadow: 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
}
.p-pagetop a:before, .p-pagetop a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-pagetop a:before {
  z-index: -1;
  background: rgb(239, 238, 234);
  background: -moz-linear-gradient(135deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  background: -moz-linear-gradient(315deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  background: linear-gradient(135deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeeea",endColorstr="#faede6",GradientType=1);
}
.p-pagetop a:after {
  z-index: -2;
  background: rgb(250, 237, 230);
  background: -moz-linear-gradient(135deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  background: -moz-linear-gradient(315deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  background: linear-gradient(135deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faede6",endColorstr="#efeeea",GradientType=1);
}
.p-pagetop a:hover {
  text-decoration: none;
}
.p-pagetop a:hover:before {
  opacity: 0;
}
.p-pagetop a:before, .p-pagetop a:after {
  border-radius: 100%;
}
.p-pagetop__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 8px;
  background-image: url(../images/icon_button_pagetop.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 16px auto;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
a:hover .p-pagetop__icon {
  top: -moz-calc(50% - 4px);
  top: calc(50% - 4px);
}

.p-mainvisual {
  position: relative;
  z-index: 111;
  overflow: hidden;
  width: 100%;
  height: 118.18vh;
  margin: 0;
  padding: 0;
  background-image: url(../images/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.p-mainvisual .p-sitetitle {
  position: relative;
}
.p-mainvisual__lead {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  padding: 0 8%;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.15em;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-mainvisual__scroll {
  position: absolute;
  bottom: 20%;
  left: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.3em;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-mainvisual__scroll:before {
  position: absolute;
  top: 20px;
  left: 50%;
  display: block;
  width: 1px;
  height: 140px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-splash {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 118.18vh;
  margin: 0;
  padding: 0;
  background-image: url(../images/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.js-splash .p-splash {
  z-index: 11111;
  visibility: visible;
  overflow: hidden;
  opacity: 1;
}
.p-splash__inner {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.p-splash__inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 180px;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-splash__inner span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.3em;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-splash__inner span:hover {
  color: #333;
}

.p-top-section {
  position: relative;
  margin: 200px 0 0;
  padding: 0 5%;
}
.p-top-section__heading {
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}
.p-top-section__heading h2 {
  margin: 0 0 40px;
  font-size: 24px;
  font-size: 1.5rem;
}
.p-top-section__heading h3 {
  margin: 0 0 20px;
  font-size: 22px;
  font-size: 1.375rem;
}
.p-top-section__heading h2,
.p-top-section__heading h3 {
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.15em;
}
.p-top-section__heading h2 img,
.p-top-section__heading h3 img {
  display: inline-block;
  padding: 0 14px;
}
.p-top-section__heading p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.p-top-section__heading span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.p-top-section__heading p,
.p-top-section__heading span {
  margin: 0 0 20px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.p-top-section__button .c-button {
  margin-right: auto;
  margin-left: auto;
}

.is_advice.p-top-section:before {
  position: absolute;
  z-index: -1;
  right: -5%;
  bottom: -322px;
  display: block;
  width: 118px;
  height: 415px;
  background-image: url(../images/decoration_parts1.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 415px auto;
  content: "";
  -ms-filter: blur(20px);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.is_advice .p-top-section__inner {
  max-width: 1260px;
  margin: 0 auto;
}
.is_advice .p-top-section__inner h2 {
  margin: 0 0 60px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.15em;
}
.is_advice .p-top-section__column {
  width: 100%;
}
.is_advice .p-top-section__column h2 {
  display: none;
  margin: 0;
  text-align: left;
}
.is_advice .p-top-section__column figure {
  max-width: 510px;
  margin: 0 auto;
}
.is_advice .p-top-section__column figure img {
  display: block;
  width: 100%;
  border-radius: 510px 510px 36px 36px;
}
.is-message.p-top-section:before {
  position: absolute;
  z-index: -1;
  bottom: -80px;
  left: -5%;
  display: block;
  width: 230px;
  height: 487px;
  background-image: url(../images/decoration_parts2.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 487px;
  content: "";
}
.is-message .p-top-section__inner {
  max-width: 1260px;
  margin: 0 auto;
}
.is-message .p-top-section__inner h2 {
  margin: 0 0 60px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.15em;
}
.is-message .p-top-section__column {
  width: 100%;
}
.is-message .p-top-section__column h2 {
  display: none;
  margin: 0;
  text-align: left;
}
.is-message .p-top-section__column figure {
  max-width: 660px;
  margin: 0 auto;
}
.is-message .p-top-section__column figure a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.is-message .p-top-section__column figure a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../images/icon_play.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 70px auto;
  content: "";
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.is-message .p-top-section__column figure a:hover {
  opacity: 0.65;
}
.is-message .p-top-section__column figure a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
     -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
          transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.is-message .p-top-section__column figure img {
  display: block;
  width: 100%;
  border-radius: 12px;
}
.is-message .p-top-section__column figure figcaption {
  margin: 30px 0 0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.is-message .p-top-section__column figure figcaption em {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
}

.is-mindfullness .p-top-section__main {
  position: relative;
  margin: 0 auto;
}
.is-mindfullness .p-top-section__column {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 60px 0 0;
}
.is-mindfullness .p-top-section__column:first-child {
  z-index: 1;
  margin: 0;
}
.is-mindfullness .p-top-section__column:first-child .c-item {
  opacity: 1;
}

.is-utouto.p-top-section:before {
  position: absolute;
  z-index: -1;
  top: -10%;
  left: 0;
  display: block;
  width: 100vw;
  height: 0;
  margin: 0 -6%;
  padding: 28.3% 0 0;
  background-image: url(../images/box_top_wave.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 120% auto;
  content: "";
}

.is-tryit.p-top-section:before {
  position: absolute;
  z-index: -1;
  top: -25px;
  left: -5%;
  display: block;
  width: 220px;
  height: 380px;
  background-image: url(../images/decoration_parts4.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 380px;
  content: "";
}
.is-tryit .p-top-section__heading {
  margin: 0 0 60px;
}
.is-tryit .p-top-section__main {
  max-width: 1260px;
  margin: 0 auto;
}
.is-tryit .p-top-section__column {
  width: 100%;
}
.is-tryit .p-top-section__column figure {
  max-width: 510px;
  margin: 0 auto;
}
.is-tryit .p-top-section__column figure img {
  display: block;
  width: 100%;
  border-radius: 510px 510px 36px 36px;
}
.is-tryit .p-top-section__column h3 {
  display: none;
}
.is-tryit .p-top-section__column span {
  display: none;
}
.is-tryit .p-top-section__link,
.is-tryit .p-top-section__box {
  display: block;
  margin: 30px 0 0;
  padding: 30px;
  border-radius: 12px;
  background-color: #f2f0ea;
  -webkit-box-shadow: -10px -10px 12px 0px rgba(255, 255, 255, 0.5), 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
          box-shadow: -10px -10px 12px 0px rgba(255, 255, 255, 0.5), 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
  color: #333;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.is-tryit .p-top-section__link:hover,
.is-tryit .p-top-section__box:hover {
  opacity: 0.65;
}
.is-tryit .p-top-section__link h4,
.is-tryit .p-top-section__box h4 {
  margin: 0 0 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.is-tryit .p-top-section__link p,
.is-tryit .p-top-section__box p {
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.p-search {
  position: relative;
  max-width: 1260px;
  margin: 160px 5% 0;
  padding: 0;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.p-search:before {
  position: absolute;
  z-index: -1;
  right: -5%;
  bottom: -220px;
  display: block;
  width: 198px;
  height: 302px;
  background-image: url(../images/decoration_parts5.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 312px 302px;
  content: "";
}
.p-search__inner {
  padding: 40px 30px 50px;
}
.p-search__inner h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.p-search__inner p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.p-search .c-button {
  margin-right: auto;
  margin-left: auto;
}

.p-supervision {
  position: relative;
  max-width: 1260px;
  margin: 160px 0 0;
  padding: 0;
  text-align: center;
}
.p-supervision__inner {
  padding: 0 5%;
}
.p-supervision__inner p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.p-supervision .c-button {
  margin-right: auto;
  margin-left: auto;
}

.p-pagetitle {
  position: relative;
  z-index: 111;
  width: 100%;
  min-height: 240px;
  margin: 0;
  padding: 0 5%;
  background-image: url(../images/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.p-pagetitle h1 {
  position: absolute;
  bottom: 30px;
  margin: 0;
  padding: 0 5% 0 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.15em;
}
.p-pagetitle .p-sitetitle {
  position: absolute;
}

.p-breadcrumbs {
  padding: 0;
}
.p-breadcrumbs__inner {
  overflow-x: scroll;
  padding: 14px 0;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-breadcrumbs__list {
  width: 100%;
  margin: 0;
  padding: 0 5%;
  list-style: none;
  line-height: 1;
}
.p-breadcrumbs__list:after {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 5%;
  height: 5%;
  content: "";
}
.p-breadcrumbs__list li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
.p-breadcrumbs__list li:first-child:before {
  display: none;
}
.p-breadcrumbs__list li:before {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 8px;
  height: 16px;
  margin: 0 10px;
  background-image: url(../images/icon_button_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 6px auto;
  content: "";
}
.p-breadcrumbs__list li a {
  color: #333;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.p-breadcrumbs__list li a:hover {
  color: #999;
}

.p-breadcrumbs__inner::-webkit-scrollbar {
  display: none;
}

.p-articles {
  position: relative;
  margin: 60px 0 0;
  padding: 0 5%;
}
.p-contents .p-articles:first-child {
  margin: 0;
}
.p-contents .p-articles {
  padding: 0;
}
.p-articles__heading {
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}
.p-articles__heading h2 {
  margin: 0 0 40px;
  font-size: 24px;
  font-size: 1.5rem;
}
.p-articles__heading h3 {
  margin: 0 0 20px;
  font-size: 22px;
  font-size: 1.375rem;
}
.p-articles__heading h2,
.p-articles__heading h3 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.p-articles__heading h2 img,
.p-articles__heading h3 img {
  display: inline-block;
  padding: 0 14px;
}
.p-articles__heading p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.p-articles__heading span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.p-articles__heading p,
.p-articles__heading span {
  margin: 0 0 20px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.p-articles__main {
  margin: 40px 0 0;
}
.p-articles__list {
  position: relative;
  margin: 0;
  padding: 0;
}
.p-articles__list li.c-item {
  margin: 0 0 40px;
  opacity: 1;
}
.p-articles__list.is-column-three li.c-item {
  margin: 0 0 40px;
  opacity: 1;
}
.p-articles.is-tryit .p-articles__heading {
  margin: 0 0 60px;
}
.p-articles.is-tryit .p-articles__main {
  max-width: 1260px;
  margin: 0 auto;
}
.p-articles.is-tryit .p-articles__column {
  width: 100%;
}
.p-articles.is-tryit .p-articles__column figure {
  max-width: 510px;
  margin: 0 auto;
}
.p-articles.is-tryit .p-articles__column figure img {
  display: block;
  width: 100%;
  border-radius: 510px 510px 36px 36px;
}
.p-articles.is-tryit .p-articles__column h3 {
  display: none;
}
.p-articles.is-tryit .p-articles__column span {
  display: none;
}
.p-articles.is-tryit .p-articles__link,
.p-articles.is-tryit .p-articles__box {
  display: block;
  margin: 30px 0 0;
  padding: 30px;
  border-radius: 12px;
  background-color: #f2f0ea;
  -webkit-box-shadow: -10px -10px 12px 0px rgba(255, 255, 255, 0.5), 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
          box-shadow: -10px -10px 12px 0px rgba(255, 255, 255, 0.5), 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
  color: #333;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.p-articles.is-tryit .p-articles__link:hover,
.p-articles.is-tryit .p-articles__box:hover {
  opacity: 0.65;
}
.p-articles.is-tryit .p-articles__link h4,
.p-articles.is-tryit .p-articles__box h4 {
  margin: 0 0 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.p-articles.is-tryit .p-articles__link p,
.p-articles.is-tryit .p-articles__box p {
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.c-hamburger {
  position: fixed;
  z-index: 1111;
  top: 24px;
  right: 5%;
  width: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-hamburger a {
  position: relative;
  position: relative;
  z-index: 0;
  display: block;
  display: block;
  width: 64px;
  height: 64px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: -10px -10px 12px 0px rgba(255, 255, 255, 0.5), 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
          box-shadow: -10px -10px 12px 0px rgba(255, 255, 255, 0.5), 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-hamburger a:before, .c-hamburger a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-hamburger a:before {
  z-index: -1;
  background: rgb(239, 238, 234);
  background: -moz-linear-gradient(135deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  background: -moz-linear-gradient(315deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  background: linear-gradient(135deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeeea",endColorstr="#faede6",GradientType=1);
}
.c-hamburger a:after {
  z-index: -2;
  background: rgb(250, 237, 230);
  background: -moz-linear-gradient(135deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  background: -moz-linear-gradient(315deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  background: linear-gradient(135deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faede6",endColorstr="#efeeea",GradientType=1);
}
.c-hamburger a:hover {
  text-decoration: none;
}
.c-hamburger a:hover:before {
  opacity: 0;
}
.c-hamburger a:before, .c-hamburger a:after {
  border-radius: 100%;
}
.c-hamburger a span.c-hamburger__bar {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 12px;
  background-color: #999;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-hamburger a span.c-hamburger__bar:nth-of-type(1) {
  top: 22px;
}
.c-hamburger a span.c-hamburger__bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-hamburger a span.c-hamburger__bar:nth-of-type(3) {
  bottom: 22px;
}
.c-hamburger.is-active {
  z-index: 1111;
}
.c-hamburger.is-active a span.c-hamburger__bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, 8px) rotate(-45deg);
     -moz-transform: translate(-50%, 8px) rotate(-45deg);
      -ms-transform: translate(-50%, 8px) rotate(-45deg);
          transform: translate(-50%, 8px) rotate(-45deg);
}
.c-hamburger.is-active a span.c-hamburger__bar:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active a span.c-hamburger__bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, -8px) rotate(45deg);
     -moz-transform: translate(-50%, -8px) rotate(45deg);
      -ms-transform: translate(-50%, -8px) rotate(45deg);
          transform: translate(-50%, -8px) rotate(45deg);
}
.is-header-hide .c-hamburger {
  -webkit-transform: translateY(-20vh);
     -moz-transform: translateY(-20vh);
      -ms-transform: translateY(-20vh);
          transform: translateY(-20vh);
}

.c-accordion {
  margin: 1.67em 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-accordion dt {
  position: relative;
  margin: 1.67em 0 0;
  padding: 15px 20px 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-accordion dt:before, .c-accordion dt:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #999;
  content: "";
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-accordion dt:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-accordion dt:hover, .c-accordion dt:active {
  opacity: 0.65;
}
.c-accordion dt.is-active {
  border-bottom: none;
}
.c-accordion dt.is-active:before {
  -webkit-transform: translateY(-50%) rotate(0);
     -moz-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.c-accordion dt.is-active:after {
  opacity: 0;
}
.c-accordion dd {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  border-bottom: none;
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-accordion dd.is-open {
  height: auto;
  padding: 0 30px 15px 0;
  border-bottom: 1px solid #ccc;
  opacity: 1;
}

.c-block {
  margin: 60px 0 0;
  padding: 0;
}
.c-block:first-child {
  margin: 0;
}

.c-blockquote {
  margin: 1.67em 0;
  padding: 0 0 0 20px;
  border-left: 2px solid #ccc;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-blockquote cite {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
}
.c-blockquote cite a {
  text-decoration: underline;
}

.c-box {
  margin: 1.67em 0;
  padding: 26px;
  border-radius: 12px;
  background-color: #ede8e4;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.c-box h1,
.c-box h2,
.c-box h3,
.c-box h4,
.c-box h5,
.c-box h6,
.c-box h1.c-heading,
.c-box h2.c-heading,
.c-box h3.c-heading,
.c-box h4.c-heading,
.c-box h5.c-heading,
.c-box h6.c-heading {
  margin: 0 0 1rem;
}

.c-button {
  position: relative;
  z-index: 0;
  display: block;
  display: block;
  margin: 40px 0 0;
  padding: 24px 12px;
  border: 1px solid #fff;
  border-radius: 480px;
  -webkit-box-shadow: 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
          box-shadow: 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-button:before, .c-button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-button:before {
  z-index: -1;
  background: rgb(239, 238, 234);
  background: -moz-linear-gradient(135deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  background: -moz-linear-gradient(315deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  background: linear-gradient(135deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeeea",endColorstr="#faede6",GradientType=1);
}
.c-button:after {
  z-index: -2;
  background: rgb(250, 237, 230);
  background: -moz-linear-gradient(135deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  background: -moz-linear-gradient(315deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  background: linear-gradient(135deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faede6",endColorstr="#efeeea",GradientType=1);
}
.c-button:hover {
  text-decoration: none;
}
.c-button:hover:before {
  opacity: 0;
}
.c-button:before, .c-button:after {
  border-radius: 480px;
}
.c-button img {
  position: relative;
  display: inline-block;
}
.c-button__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 16px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button__icon.is-arrow {
  width: 8px;
  height: 16px;
  background-image: url(../images/icon_button_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 8px auto;
}
.c-button__icon.is-list {
  width: 14px;
  height: 18px;
  background-image: url(../images/icon_button_list.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 14px auto;
}
.c-button__icon.is-back {
  right: unset;
  left: 20px;
  width: 8px;
  height: 16px;
  background-image: url(../images/icon_button_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 8px auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-button__icon.is-back-list {
  right: unset;
  left: 20px;
  width: 14px;
  height: 18px;
  background-image: url(../images/icon_button_list.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 14px auto;
}
.c-button.is-search {
  padding: 17px 12px;
}
.c-button.is-search img {
  top: -1px;
  height: 24px;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-button.is-search:hover img {
  opacity: 0.65;
}

.c-figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.c-figure img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 12px;
}
.c-figure.is-video {
  overflow: hidden;
  height: 0;
  padding: 56.25% 0 0;
}
.c-figure.is-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.65);
}

.c-flowblock {
  margin: 1.67em 0;
  padding: 0;
  border-radius: 12px;
  list-style-type: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.c-flowblock__item {
  position: relative;
  margin: 0 0 30px;
  padding: 20px;
  border-radius: 12px;
  background-color: #ede8e4;
}
.c-flowblock__item:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 16px;
  height: 8px;
  background-image: url(../images/icon_button_pagetop.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 16px auto;
  content: "";
  -webkit-transform: translateX(-50%) rotate(180deg);
     -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.c-flowblock__item:last-child:after {
  display: none;
}

h1.c-heading {
  margin: 0.67em 0;
  font-size: 32px;
  font-size: 2rem;
}

h2.c-heading {
  margin: 0.83em 0;
  font-size: 30px;
  font-size: 1.875rem;
}

h3.c-heading {
  margin: 1em 0;
  font-size: 24px;
  font-size: 1.5rem;
}

h4.c-heading {
  margin: 1.33em 0;
  font-size: 20px;
  font-size: 1.25rem;
}

h5.c-heading {
  margin: 1.67em 0;
  font-size: 18px;
  font-size: 1.125rem;
}

h6.c-heading {
  margin: 2.33em 0;
  font-size: 16px;
  font-size: 1rem;
}

h1.c-heading,
h2.c-heading,
h3.c-heading,
h4.c-heading,
h5.c-heading,
h6.c-heading {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

h1.c-heading.is-underline,
h2.c-heading.is-underline,
h3.c-heading.is-underline,
h4.c-heading.is-underline,
h5.c-heading.is-underline,
h6.c-heading.is-underline {
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

h1.c-heading.is-check,
h2.c-heading.is-check,
h3.c-heading.is-check,
h4.c-heading.is-check,
h5.c-heading.is-check,
h6.c-heading.is-check {
  position: relative;
  padding: 0 0 0 20px;
}
h1.c-heading.is-check::before,
h2.c-heading.is-check::before,
h3.c-heading.is-check::before,
h4.c-heading.is-check::before,
h5.c-heading.is-check::before,
h6.c-heading.is-check::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #333;
  content: "";
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-heading.is-search {
  background-color: #ffeacb;
}
.c-heading.is-haresora {
  background-image: url(../images/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-heading.is-search, .c-heading.is-haresora {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  line-height: 160px;
  text-align: center;
}
.c-heading.is-search img, .c-heading.is-haresora img {
  width: auto;
  max-height: 50px;
}

.c-introduction {
  margin: 1.67em 0;
  padding: 30px 20px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-introduction h2 {
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
.c-introduction figure {
  margin: 0;
  padding: 0;
}
.c-introduction figure img {
  width: 100%;
  margin: 0 0 20px;
  border-radius: 12px;
}
.c-introduction figure figcaption {
  margin: 0 0 25px;
}
.c-introduction figure figcaption h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
/*
.c-introduction
  h2 監修者紹介
  figure
    img(src='https://picsum.photos/1320/743', alt='どんなことでも大丈夫。最近のあなたのお話、聞かせてください')
    figcaption
      h3 三村 將 医師
      p
        | 慶應義塾大学医学部
        br
        | 精神神経科学教室教授、医学博士
  p この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れ(200文字)

*/
.c-item {
  position: relative;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-item a {
  position: relative;
  display: block;
  border-radius: 12px;
  background-color: #f2f0ea;
  -webkit-box-shadow: -10px -10px 12px 0px rgba(255, 255, 255, 0.5), 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
          box-shadow: -10px -10px 12px 0px rgba(255, 255, 255, 0.5), 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
  color: #333;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-item a:hover {
  opacity: 0.65;
}
.c-item a:hover .c-item__figure:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
     -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
          transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.c-item__figure {
  position: relative;
  width: 100%;
  margin: 0;
}
.is-movie .c-item__figure:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../images/icon_play.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 48px auto;
  content: "";
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-item__figure img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.c-item__figure.radius-all img {
  border-radius: 12px;
}
.c-item__text {
  padding: 24px 30px;
}
.c-item__text h3 {
  display: -webkit-box;
  margin: 0 0 15px;
  font-size: 18px;
  font-size: 1.125rem;
}
.c-item__text h4 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-size: 1rem;
}
.c-item__text h3,
.c-item__text h4 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.c-item__text p {
  display: -webkit-box;
  overflow: hidden;
  max-height: 5.4em;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-item__wrapper {
  position: relative;
}

.c-item__list {
  margin: 0;
  padding: 0;
}

.c-item__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-item__navigation .swiper-next,
.c-item__navigation .swiper-prev {
  position: relative;
  position: relative;
  z-index: 0;
  z-index: 1;
  display: inline-block;
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 0 0 15px;
  border: 1px solid #fff;
  border-radius: 100%;
  outline: none;
  -webkit-box-shadow: 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
          box-shadow: 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-item__navigation .swiper-next:before, .c-item__navigation .swiper-next:after,
.c-item__navigation .swiper-prev:before,
.c-item__navigation .swiper-prev:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-item__navigation .swiper-next:before,
.c-item__navigation .swiper-prev:before {
  z-index: -1;
  background: rgb(239, 238, 234);
  background: -moz-linear-gradient(135deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  background: -moz-linear-gradient(315deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  background: linear-gradient(135deg, rgb(239, 238, 234) 0%, rgb(250, 237, 230) 100%);
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeeea",endColorstr="#faede6",GradientType=1);
}
.c-item__navigation .swiper-next:after,
.c-item__navigation .swiper-prev:after {
  z-index: -2;
  background: rgb(250, 237, 230);
  background: -moz-linear-gradient(135deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  background: -moz-linear-gradient(315deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  background: linear-gradient(135deg, rgb(250, 237, 230) 0%, rgb(239, 238, 234) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faede6",endColorstr="#efeeea",GradientType=1);
}
.c-item__navigation .swiper-next:hover,
.c-item__navigation .swiper-prev:hover {
  text-decoration: none;
}
.c-item__navigation .swiper-next:hover:before,
.c-item__navigation .swiper-prev:hover:before {
  opacity: 0;
}
.c-item__navigation .swiper-next:before, .c-item__navigation .swiper-next:after,
.c-item__navigation .swiper-prev:before,
.c-item__navigation .swiper-prev:after {
  border-radius: 100%;
}
.c-item__navigation .swiper-next__icon {
  background-image: url(../images/icon_next_arrow.svg);
}
.c-item__navigation .swiper-prev__icon {
  background-image: url(../images/icon_prev_arrow.svg);
}
.c-item__navigation .swiper-next__icon,
.c-item__navigation .swiper-prev__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 8px auto;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.js-swiper-utouto .c-item {
  margin: 40px 0 0;
}
.js-swiper-utouto .c-item__list {
  display: block;
}
.js-swiper-utouto .c-item__navigation {
  display: none;
}

.c-list {
  margin: 1.67em 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.c-list.is-definition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-list.is-definition dt {
  width: 30%;
  margin: 0;
  padding: 12px 20px 12px 0;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
.c-list.is-definition dd {
  width: 70%;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
.c-list.is-disc {
  padding: 0 0 0 25px;
  list-style-position: outside;
  list-style-type: disc;
}
.c-list.is-disc li {
  display: list-item;
  margin: 0.5em 0 0.5em;
}
.c-list.is-disc ul {
  margin: 1em 0;
  padding: 0 0 0 25px;
  list-style-position: outside;
  list-style-type: circle;
}
.c-list.is-disc ol {
  margin: 1em 0;
  padding: 0 0 0 30px;
  list-style-position: outside;
  list-style-type: decimal;
}
.c-list.is-decimal {
  padding: 0 0 0 30px;
  list-style-position: outside;
  list-style-type: decimal;
}
.c-list.is-decimal li {
  display: list-item;
  margin: 0.5em 0 0.5em;
}
.c-list.is-decimal ul {
  margin: 1em 0;
  padding: 0 0 0 25px;
  list-style-position: outside;
  list-style-type: circle;
}
.c-list.is-decimal ol {
  margin: 1em 0;
  padding: 0 0 0 30px;
  list-style-position: outside;
  list-style-type: decimal;
}

.c-paragraph {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.c-paragraph em,
.c-paragraph strong {
  font-weight: 700;
  font-style: normal;
}
.c-paragraph small {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.c-paragraph a {
  text-decoration: underline;
}
.c-paragraph a[target=_blank]::after {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin: 0 0 0 0.5em;
  background-image: url(../images/icon_external-link.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 14px auto;
  content: "";
}

.c-table-of-contents {
  padding: 30px 25px;
  border-radius: 12px;
  background-color: #f2f0ea;
  -webkit-box-shadow: -10px -10px 12px 0px rgba(255, 255, 255, 0.5), 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
          box-shadow: -10px -10px 12px 0px rgba(255, 255, 255, 0.5), 10px 10px 12px 0px rgba(152, 137, 124, 0.15);
}
.c-table-of-contents > h3.c-table-of-contents__heading {
  position: relative;
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
}
.c-table-of-contents > h3.c-table-of-contents__heading:before, .c-table-of-contents > h3.c-table-of-contents__heading:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #999;
  content: "";
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-table-of-contents > h3.c-table-of-contents__heading:before {
  -webkit-transform: translateY(-50%) rotate(0);
     -moz-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.c-table-of-contents > h3.c-table-of-contents__heading:after {
  opacity: 0;
}
.c-table-of-contents > h3.c-table-of-contents__heading.is-toc-hide {
  margin: 0;
}
.c-table-of-contents > h3.c-table-of-contents__heading.is-toc-hide:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-table-of-contents > h3.c-table-of-contents__heading.is-toc-hide:after {
  opacity: 1;
}
.c-table-of-contents__list, .c-table-of-contents__list ol {
  counter-reset: item 0;
}
.c-table-of-contents__list {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-table-of-contents__list.is-toc-hide li,
.c-table-of-contents__list.is-toc-hide li::before {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0px;
  font-size: 0rem;
  opacity: 0;
}
.c-table-of-contents__list li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-table-of-contents__list li::before {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #666;
  content: counters(item, ".") ". ";
  counter-increment: item 1;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.c-table-of-contents__list > li {
  margin: 0 0 15px 1em;
  text-indent: -1em;
}
.c-table-of-contents__list > li:before {
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}
.c-table-of-contents__list > li > ol {
  margin: 10px 0;
}
.c-table-of-contents__list > li > ol > li {
  margin: 0 0 15px 2em;
  text-indent: -2em;
}
.c-table-of-contents__list > li > ol > li:before {
  display: inline-block;
  width: 2.5em;
  text-indent: 0;
}

.c-table__wrapper {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
}
.c-table__wrapper:-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.c-table__wrapper:-webkit-scrollbar-track {
  margin: 0 2px;
  border-radius: 5px;
  background: #ccc;
}
.c-table__wrapper:-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #777;
}
.c-table__wrapper table {
  min-width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.c-table {
  width: 100%;
  margin: 1.67em 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.c-table tr th {
  font-weight: 500;
}
.c-table tr th:first-child {
  background-color: #edeae5;
}
.c-table tr th,
.c-table tr td {
  padding: 15px;
  border: 1px solid #ccc;
}
.c-table tr:first-child th {
  background-color: #e4e1dc;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-strong {
  font-weight: 700;
}

.is-small {
  font-size: 0.83em;
}

.is-center {
  text-align: center;
}

.is-left {
  text-align: left;
}

.is-right {
  text-align: right;
}

.is-hide {
  display: none;
}

.is-wavy {
  -webkit-text-decoration: underline wavy #666;
          text-decoration: underline wavy #666;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
  .is-sp-only {
    display: none;
  }
  .is-tb-only {
    display: none;
  }
  .is-pc-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    display: block;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: unset;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
  }
  .is-header-hide .l-header__inner {
    -webkit-transform: translateY(-500px);
       -moz-transform: translateY(-500px);
        -ms-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  .is-header-hide .p-sitetitle {
    -webkit-transform: translateY(-500px);
       -moz-transform: translateY(-500px);
        -ms-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  .p-navigation {
    height: 100%;
  }
  .p-navigation__inner {
    height: 100%;
  }
  .is-header-hide .c-hamburger {
    -webkit-transform: translateY(-500px);
       -moz-transform: translateY(-500px);
        -ms-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  .c-item {
    opacity: 1;
  }
}

@media screen and (min-width: 1260px) {
  .l-header__inner {
    height: 180px;
  }
  .l-main {
    position: relative;
    overflow: visible;
    padding: 0;
  }
  .l-footer:before {
    width: 850px;
    height: 557px;
    background-size: 989px;
  }
  .p-footer {
    margin: 140px 0 0;
  }
  .p-footer__inner {
    padding: 50px 40px;
  }
  .p-footer__navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-footer__navigation ul li {
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    margin: 0 0 0 20px;
    padding: 20px 0;
  }
  .p-footer__links ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0;
  }
  .p-footer__links ul li {
    margin: 0 0 0 30px;
    padding: 0;
  }
  .p-footer__links ul li:first-child {
    margin: 0;
  }
  .p-footer__logo {
    width: 340px;
  }
  .p-footer__copyrights {
    max-width: unset;
    margin: 24px 0 0;
  }
  .p-pagetop {
    right: 40px;
    width: 72px;
    height: 72px;
  }
  .p-pagetop a {
    width: 72px;
    height: 72px;
  }
  .p-mainvisual__lead {
    top: unset;
    right: 20%;
    bottom: 36%;
    left: unset;
    width: 560px;
    padding: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.2;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .p-mainvisual__scroll {
    bottom: 20%;
    left: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .p-mainvisual__scroll:before {
    height: 180px;
  }
  .p-mainvisual__scroll span {
    display: inline-block;
    -webkit-transform: translateY(-50px) rotate(-90deg);
       -moz-transform: translateY(-50px) rotate(-90deg);
        -ms-transform: translateY(-50px) rotate(-90deg);
            transform: translateY(-50px) rotate(-90deg);
  }
  .p-top-section {
    margin: 240px 0 0;
    padding: 0;
  }
  .is_advice.p-top-section:before {
    bottom: -491px;
    width: 613px;
    height: 802px;
    background-size: 802px auto;
  }
  .is_advice .p-top-section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .is_advice .p-top-section__inner h2 {
    display: none;
  }
  .is_advice .p-top-section__column {
    width: 50%;
  }
  .is_advice .p-top-section__column h2 {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .is_advice .p-top-section__column figure {
    width: 510px;
    margin: 0;
  }
  .is-message.p-top-section:before {
    bottom: -90px;
    width: 507px;
    height: 534px;
    background-size: 552px auto;
  }
  .is-message .p-top-section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .is-message .p-top-section__inner h2 {
    display: none;
  }
  .is-message .p-top-section__column {
    width: 50%;
  }
  .is-message .p-top-section__column h2 {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .is-message .p-top-section__column figure {
    width: 660px;
    margin: 0;
  }
  .is-message .p-top-section__column figure a:after {
    width: 80px;
    height: 80px;
    background-size: 80px auto;
  }
  .is-utouto.p-top-section:before {
    top: -40%;
    margin: 0;
  }
  .is-tryit.p-top-section:before {
    top: 25px;
    left: 26%;
    width: 460px;
    height: 457px;
    background-size: 460px auto;
  }
  .is-tryit .p-top-section__heading {
    display: none;
  }
  .is-tryit .p-top-section__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .is-tryit .p-top-section__column {
    width: 685px;
  }
  .is-tryit .p-top-section__column:first-child {
    width: 510px;
  }
  .is-tryit .p-top-section__column figure {
    width: 510px;
    margin: 0;
  }
  .is-tryit .p-top-section__column h3 {
    display: block;
    margin: 0 0 20px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 2.2;
    text-align: left;
    letter-spacing: 0.15em;
  }
  .is-tryit .p-top-section__column h3 img {
    display: inline-block;
    padding: 0 14px;
  }
  .is-tryit .p-top-section__column span {
    display: block;
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
  .is-tryit .p-top-section__link,
  .is-tryit .p-top-section__box {
    margin: 40px 0 0;
    padding: 40px 30px;
  }
  .p-search {
    width: 1260px;
    margin: 240px auto 0;
  }
  .p-search:before {
    right: -moz-calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: -345px;
    width: 512px;
    height: 535px;
    background-size: 552px 535px;
  }
  .p-search__inner {
    padding: 60px;
  }
  .p-search__inner h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-supervision {
    width: 1260px;
    margin: 240px auto 0;
  }
  .p-supervision__inner {
    padding: 0;
  }
  .p-articles {
    margin: 100px 0 0;
    padding: 0;
  }
  .p-articles.is-tryit .p-articles__heading {
    display: none;
  }
  .p-articles.is-tryit .p-articles__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-articles.is-tryit .p-articles__column {
    width: 685px;
  }
  .p-articles.is-tryit .p-articles__column:first-child {
    width: 510px;
  }
  .p-articles.is-tryit .p-articles__column figure {
    width: 510px;
    margin: 0;
  }
  .p-articles.is-tryit .p-articles__column h3 {
    display: block;
    margin: 0 0 20px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 2.2;
    text-align: left;
    letter-spacing: 0.15em;
  }
  .p-articles.is-tryit .p-articles__column h3 img {
    display: inline-block;
    padding: 0 14px;
  }
  .p-articles.is-tryit .p-articles__column span {
    display: block;
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
  .p-articles.is-tryit .p-articles__link,
  .p-articles.is-tryit .p-articles__box {
    margin: 40px 0 0;
    padding: 40px 30px;
  }
  .c-item__wrapper {
    margin: 0 8%;
    padding: 0;
  }
}

@media screen and (min-width: 1080px) {
  .p-contents {
    padding: 80px 0 0;
  }
  .p-contents__inner {
    padding: 0;
  }
  .p-contents__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-contents__column:first-child {
    width: 330px;
  }
  .p-contents__column:last-child {
    width: 705px;
  }
  .p-contents__column:only-child {
    width: 100%;
  }
  .p-sitetitle {
    top: 40px;
    left: 40px;
    width: 200px;
  }
  .p-navigation__inner ul li a {
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-navigation__main {
    top: 10%;
    left: 30%;
    width: 100%;
  }
  .p-splash__inner img {
    width: 400px;
  }
  .p-splash__inner span {
    bottom: 60px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-top-section__main {
    margin: 50px 0 0;
  }
  .p-top-section__button {
    margin: 60px 0 0;
  }
  .is-mindfullness .p-top-section__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .is-mindfullness .p-top-section__column {
    width: 66%;
    margin: 0;
  }
  .is-mindfullness .p-top-section__column:first-child {
    overflow: visible;
    width: 34%;
  }
  .is-mindfullness .p-top-section__column .c-item__wrapper {
    margin: 0 0 0 8%;
  }
  .p-pagetitle {
    min-height: 320px;
    margin: 0;
    padding: 0 40px;
  }
  .p-pagetitle h1 {
    bottom: 60px;
    padding: 0 40px 0 0;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-breadcrumbs {
    padding: 0 40px;
  }
  .p-breadcrumbs__list {
    padding: 0;
  }
  .p-breadcrumbs__list:after {
    display: none;
  }
  .p-articles__main {
    margin: 50px 0 0;
  }
  .p-articles__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-articles__list li.c-item {
    width: 48%;
    margin: 0 0 60px;
  }
  .p-articles__list.is-column-three li.c-item {
    width: 31%;
    margin: 0 0 60px;
  }
  .p-articles__list.is-column-three:after {
    display: block;
    width: 31%;
    content: "";
  }
  .c-hamburger {
    top: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
  }
  .c-hamburger a {
    width: 100px;
    height: 100px;
  }
  .c-hamburger a span.c-hamburger__bar {
    width: 33px;
    height: 3px;
  }
  .c-hamburger a span.c-hamburger__bar:nth-of-type(1) {
    top: 36px;
  }
  .c-hamburger a span.c-hamburger__bar:nth-of-type(3) {
    bottom: 36px;
  }
  .c-hamburger.is-active a span.c-hamburger__bar:nth-of-type(1) {
    -webkit-transform: translate(-50%, 11px) rotate(-45deg);
       -moz-transform: translate(-50%, 11px) rotate(-45deg);
        -ms-transform: translate(-50%, 11px) rotate(-45deg);
            transform: translate(-50%, 11px) rotate(-45deg);
  }
  .c-hamburger.is-active a span.c-hamburger__bar:nth-of-type(3) {
    -webkit-transform: translate(-50%, -12px) rotate(45deg);
       -moz-transform: translate(-50%, -12px) rotate(45deg);
        -ms-transform: translate(-50%, -12px) rotate(45deg);
            transform: translate(-50%, -12px) rotate(45deg);
  }
  .c-block {
    margin: 80px 0 0;
    padding: 0;
  }
  .c-flowblock__item {
    margin: 0 0 40px;
  }
  .c-flowblock__item:after {
    bottom: -25px;
    width: 20px;
    height: 10px;
    background-size: 20px auto;
  }
  .c-heading.is-search, .c-heading.is-haresora {
    height: 210px;
    line-height: 210px;
  }
  .c-heading.is-search img, .c-heading.is-haresora img {
    max-height: 70px;
  }
  .c-introduction {
    padding: 40px 30px;
  }
  .c-introduction figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 0 25px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-introduction figure img {
    width: 48%;
    margin: 0;
  }
  .c-introduction figure figcaption {
    width: 48%;
    margin: 0;
  }
  .is-movie .c-item__figure:after {
    width: 60px;
    height: 60px;
    background-size: 60px auto;
  }
  .c-item__text {
    padding: 34px 30px;
  }
  .c-item.swiper-slide-visible {
    opacity: 1;
  }
  .c-item__navigation {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .c-item__navigation .swiper-next {
    right: -40px;
  }
  .c-item__navigation .swiper-next:hover {
    right: -50px;
  }
  .c-item__navigation .swiper-prev {
    left: -40px;
  }
  .c-item__navigation .swiper-prev:hover {
    left: -50px;
  }
  .c-item__navigation .swiper-next,
  .c-item__navigation .swiper-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .js-swiper-mindfullness .c-item {
    opacity: 0;
  }
  .js-swiper-mindfullness .c-item.swiper-slide-duplicate {
    opacity: 0;
  }
  .js-swiper-mindfullness .c-item.swiper-slide-visible {
    opacity: 1 !important;
  }
  .js-swiper-utouto .c-item {
    margin: 0;
    opacity: 1;
  }
  .js-swiper-utouto .c-item.swiper-slide-prev {
    opacity: 0;
  }
  .js-swiper-utouto .c-item__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .js-swiper-utouto .c-item__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-table-of-contents > h3.c-table-of-contents__heading:before, .c-table-of-contents > h3.c-table-of-contents__heading:after {
    display: none;
  }
  .c-table__wrapper table {
    white-space: normal;
  }
}

@media screen and (min-width: 1260px) and (min-width: 1800px) {
  .p-footer__links ul li {
    margin: 0 0 0 40px;
  }
}

@media screen and (min-width: 376px) {
  .p-mainvisual__lead {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 1080px) and (min-width: 1260px) {
  .is-mindfullness .p-top-section__main {
    margin: 0 8%;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-breadcrumbs__inner {
    overflow-x: scroll;
    margin: 0 auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media screen and (min-width: 375px) {
  .c-button {
    padding: 24px;
  }
  .c-button__icon {
    right: 10%;
  }
  .c-button__icon.is-back {
    left: 10%;
  }
  .c-button__icon.is-back-list {
    left: 10%;
  }
  .c-button.is-search {
    padding: 17px;
  }
  .c-button.is-search img {
    top: -2px;
    height: 30px;
    margin: 0 16px 0 0;
  }
}

@media screen and (min-width: 375px) and (min-width: 1080px) {
  .c-button {
    max-width: 480px;
    padding: 30px;
  }
  .c-button__icon {
    right: 40px;
  }
  .c-button__icon.is-back {
    left: 40px;
  }
  .c-button__icon.is-back-list {
    left: 40px;
  }
  .c-button.is-search {
    padding: 22px;
  }
}

@media screen and (min-width: 375px) and (min-width: 1260px) {
  .c-button.is-search img {
    top: -2px;
    height: 32px;
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 425px) {
  .is-sp-only {
    display: block;
  }
  .is-tb-only {
    display: none;
  }
  .is-pc-only {
    display: none;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .is-sp-only {
    display: none;
  }
  .is-tb-only {
    display: block;
  }
  .is-pc-only {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */