@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono);/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-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-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-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-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-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");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-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;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-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;
  -o-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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -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;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
/*
 * Vendor
 *
 * サードパーティ・スクリプト読み込み
 * =========================================== */
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

nav ol,
nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  outline-width: 0;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

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

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

/*
 * Foundation/Variables
 *
 * 変数定義
 * =========================================== */
/*
 * General
 * =========================================== */
/*
 * Link
 * =========================================== */
/*
 * Layout Color
 * =========================================== */
/*
 * Font family
 * =========================================== */
/*
 * Container
 * =========================================== */
/*
 * Grid
 * =========================================== */
/*
 * Foundation/Mixin
 * =========================================== */
/*
 * Foundation/Placeholder
 * =========================================== */
.s-home-newslist > li > a:first-of-type, #news .l-news__body > li > a:first-of-type, #news .l-news-entry__cat {
  background: #006b9d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 10px;
  text-align: center;
  transition: background 300ms ease-in-out;
  width: 130px;
}

.s-home-newslist > li > a.cat2:first-of-type, #news .l-news__body > li > a.cat2:first-of-type, #news .cat2.l-news-entry__cat {
  background: #006b9d;
}

.s-home-newslist > li > a.cat2:hover:first-of-type, #news .l-news__body > li > a.cat2:hover:first-of-type, #news .cat2.l-news-entry__cat:hover {
  background: #007cb7;
}

.s-home-newslist > li > a.cat5:first-of-type, #news .l-news__body > li > a.cat5:first-of-type, #news .cat5.l-news-entry__cat {
  background: #1d2739;
}

.s-home-newslist > li > a.cat5:hover:first-of-type, #news .l-news__body > li > a.cat5:hover:first-of-type, #news .cat5.l-news-entry__cat:hover {
  background: #374a6c;
}

.s-home-newslist > li > a.cat4:first-of-type, #news .l-news__body > li > a.cat4:first-of-type, #news .cat4.l-news-entry__cat {
  background: #2f84c2;
}

.s-home-newslist > li > a.cat4:hover:first-of-type, #news .l-news__body > li > a.cat4:hover:first-of-type, #news .cat4.l-news-entry__cat:hover {
  background: #3b91d0;
}

.s-home-newslist, #news .l-news__body {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

.s-home-newslist > li, #news .l-news__body > li {
  align-items: center;
  border-bottom: solid 1px #ddd;
  display: flex;
  padding: 20px 0;
}

@media only screen and (max-width: 992px) {
  .s-home-newslist > li, #news .l-news__body > li {
    display: block;
  }
}

.s-home-newslist > li:first-child, #news .l-news__body > li:first-child {
  border-top: solid 1px #ddd;
}

.s-home-newslist > li > time, #news .l-news__body > li > time {
  display: block;
  width: 112px;
  min-width: 112px;
}

@media only screen and (max-width: 992px) {
  .s-home-newslist > li > time, #news .l-news__body > li > time {
    margin-bottom: 5px;
    width: auto;
  }
}

.s-home-newslist > li > a:first-of-type, #news .l-news__body > li > a:first-of-type {
  margin-left: 20px;
  margin-right: 20px;
  min-width: 130px;
}

@media only screen and (max-width: 992px) {
  .s-home-newslist > li > a:first-of-type, #news .l-news__body > li > a:first-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}

.s-home-newslist > li > a:last-of-type, #news .l-news__body > li > a:last-of-type {
  display: block;
  color: #333;
}

@media only screen and (max-width: 992px) {
  .s-home-newslist > li > a:last-of-type, #news .l-news__body > li > a:last-of-type {
    margin-top: 10px;
  }
}

.s-home-newslist > li > a:last-of-type:hover, #news .l-news__body > li > a:last-of-type:hover {
  text-decoration: underline;
}

#news .l-news__pagination {
  letter-spacing: -.25em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#news .l-news__pagination > li {
  display: inline-block;
  letter-spacing: 0;
  margin: 0 5px;
}

#news .l-news__pagination > li > span, #news .l-news__pagination > li > a {
  border: solid 1px #1d2739;
  color: #163e5b;
  display: block;
  font-size: 1.5rem;
  padding: 3px 0;
  transition: color 300ms ease-in-out, background 300ms ease-in-out, border-color 300ms ease-in-out;
  width: 30px;
}

#news .l-news__pagination > li > .current_page, #news .l-news__pagination > li > a:hover {
  background: #006b9d;
  border-color: #006b9d;
  color: #fff;
}

/*
 * Foundation/Base
 *
 * Base Element 定義とか
 * =========================================== */
* {
  box-sizing: border-box;
}

html {
  font: normal normal 62.5%/1.5 "Noto Sans Japanese", sans-serif;
}

body {
  color: #333;
  font-size: 1.6rem;
}

a {
  color: #1ebcfb;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}

a:hover {
  color: #ACF0F2;
  cursor: pointer;
}

/*
 * Layout
 *
 * ページレイアウト定義
 * =========================================== */
.l-collapse {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 55px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .l-collapse {
    padding: 0 50px 0 15px;
  }
}

.l-container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1145px;
}

.l-footer {
  background: #1d2739;
  padding: 50px 0;
}

.l-footer .l-container:before, .l-footer .l-container:after {
  content: '';
  display: table;
}

.l-footer .l-container:after {
  clear: both;
}

.l-footer-logo {
  float: left;
  max-width: 230px;
}

@media only screen and (max-width: 992px) {
  .l-footer-logo {
    float: none;
    margin-bottom: 20px;
  }
}

.l-footer-logo img {
  display: block;
  max-width: 100%;
}

.l-global {
  background: #fff;
  display: flex;
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 99;
}

@media only screen and (max-width: 992px) {
  .l-global {
    display: block;
    height: auto;
  }
}

.l-global-body {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .l-global-body {
    background: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .nav-active .l-global-body {
    display: block;
  }
}

.l-global-body > li > a {
  color: #333;
  display: block;
  font-size: 1.5rem;
  padding: 24px 20px 24px;
  transition: color 300ms ease-in-out;
}

@media (max-width: 1300px) and (min-width: 1201px) {
  .l-global-body > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1200px) {
  .l-global-body > li > a {
    padding: 23px 10px 24px;
  }
}

.l-global-body > li > a:hover {
  color: #1ebcfb;
}

.l-global-body > li:last-child {
  margin-left: 36px;
}

@media only screen and (max-width: 992px) {
  .l-global-body > li:last-child {
    margin-left: 0;
  }
}

.l-global-body > li:last-child > a {
  background: #1ebcfb;
  color: #fff;
  padding-left: 45px;
  padding-right: 45px;
  transition: background 300ms ease-in-out;
}

@media (max-width: 1201px) {
  .l-global-body > li:last-child > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-global-body > li:last-child > a:hover {
  background: #0491c9;
}

.l-global-body > li:last-child.cr > a {
  background: #0491c9;
  color: #fff;
}

.l-global-body > li.cr > a {
  color: #1ebcfb;
}

/*
 * Grid System
 * =========================================== */
.l-col--1-1, .l-col--1-2, .l-col--1-3, .l-col--1-4, .l-col--1-5, .l-col--1-6, .l-col--1-7, .l-col--1-8, .l-col--1-9, .l-col--1-10, .l-col--1-11, .l-col--1-12, .l-col--2-2, .l-col--2-3, .l-col--2-4, .l-col--2-5, .l-col--2-6, .l-col--2-7, .l-col--2-8, .l-col--2-9, .l-col--2-10, .l-col--2-11, .l-col--2-12, .l-col--3-3, .l-col--3-4, .l-col--3-5, .l-col--3-6, .l-col--3-7, .l-col--3-8, .l-col--3-9, .l-col--3-10, .l-col--3-11, .l-col--3-12, .l-col--4-4, .l-col--4-5, .l-col--4-6, .l-col--4-7, .l-col--4-8, .l-col--4-9, .l-col--4-10, .l-col--4-11, .l-col--4-12, .l-col--5-5, .l-col--5-6, .l-col--5-7, .l-col--5-8, .l-col--5-9, .l-col--5-10, .l-col--5-11, .l-col--5-12, .l-col--6-6, .l-col--6-7, .l-col--6-8, .l-col--6-9, .l-col--6-10, .l-col--6-11, .l-col--6-12, .l-col--7-7, .l-col--7-8, .l-col--7-9, .l-col--7-10, .l-col--7-11, .l-col--7-12, .l-col--8-8, .l-col--8-9, .l-col--8-10, .l-col--8-11, .l-col--8-12, .l-col--9-9, .l-col--9-10, .l-col--9-11, .l-col--9-12, .l-col--10-10, .l-col--10-11, .l-col--10-12, .l-col--11-11, .l-col--11-12, .l-col--12-12 {
  padding: 0 15px;
}

.l-grid {
  display: flex;
  min-height: 1px;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.l-grid.reverse {
  flex-direction: row-reverse;
}

.l-col--1-1 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-1 {
    width: 100%;
  }
}

.l-col--1-2 {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-2 {
    width: 100%;
  }
}

.l-col--1-3 {
  width: 33.33333%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-3 {
    width: 100%;
  }
}

.l-col--1-4 {
  width: 25%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-4 {
    width: 100%;
  }
}

.l-col--1-5 {
  width: 20%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-5 {
    width: 100%;
  }
}

.l-col--1-6 {
  width: 16.66667%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-6 {
    width: 100%;
  }
}

.l-col--1-7 {
  width: 14.28571%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-7 {
    width: 100%;
  }
}

.l-col--1-8 {
  width: 12.5%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-8 {
    width: 100%;
  }
}

.l-col--1-9 {
  width: 11.11111%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-9 {
    width: 100%;
  }
}

.l-col--1-10 {
  width: 10%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-10 {
    width: 100%;
  }
}

.l-col--1-11 {
  width: 9.09091%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-11 {
    width: 100%;
  }
}

.l-col--1-12 {
  width: 8.33333%;
}

@media only screen and (max-width: 600px) {
  .l-col--1-12 {
    width: 100%;
  }
}

.l-col--2-2 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--2-2 {
    width: 100%;
  }
}

.l-col--2-3 {
  width: 66.66667%;
}

@media only screen and (max-width: 600px) {
  .l-col--2-3 {
    width: 100%;
  }
}

.l-col--2-4 {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .l-col--2-4 {
    width: 100%;
  }
}

.l-col--2-5 {
  width: 40%;
}

@media only screen and (max-width: 600px) {
  .l-col--2-5 {
    width: 100%;
  }
}

.l-col--2-6 {
  width: 33.33333%;
}

@media only screen and (max-width: 600px) {
  .l-col--2-6 {
    width: 100%;
  }
}

.l-col--2-7 {
  width: 28.57143%;
}

@media only screen and (max-width: 600px) {
  .l-col--2-7 {
    width: 100%;
  }
}

.l-col--2-8 {
  width: 25%;
}

@media only screen and (max-width: 600px) {
  .l-col--2-8 {
    width: 100%;
  }
}

.l-col--2-9 {
  width: 22.22222%;
}

@media only screen and (max-width: 600px) {
  .l-col--2-9 {
    width: 100%;
  }
}

.l-col--2-10 {
  width: 20%;
}

@media only screen and (max-width: 600px) {
  .l-col--2-10 {
    width: 100%;
  }
}

.l-col--2-11 {
  width: 18.18182%;
}

@media only screen and (max-width: 600px) {
  .l-col--2-11 {
    width: 100%;
  }
}

.l-col--2-12 {
  width: 16.66667%;
}

@media only screen and (max-width: 600px) {
  .l-col--2-12 {
    width: 100%;
  }
}

.l-col--3-3 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--3-3 {
    width: 100%;
  }
}

.l-col--3-4 {
  width: 75%;
}

@media only screen and (max-width: 600px) {
  .l-col--3-4 {
    width: 100%;
  }
}

.l-col--3-5 {
  width: 60%;
}

@media only screen and (max-width: 600px) {
  .l-col--3-5 {
    width: 100%;
  }
}

.l-col--3-6 {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .l-col--3-6 {
    width: 100%;
  }
}

.l-col--3-7 {
  width: 42.85714%;
}

@media only screen and (max-width: 600px) {
  .l-col--3-7 {
    width: 100%;
  }
}

.l-col--3-8 {
  width: 37.5%;
}

@media only screen and (max-width: 600px) {
  .l-col--3-8 {
    width: 100%;
  }
}

.l-col--3-9 {
  width: 33.33333%;
}

@media only screen and (max-width: 600px) {
  .l-col--3-9 {
    width: 100%;
  }
}

.l-col--3-10 {
  width: 30%;
}

@media only screen and (max-width: 600px) {
  .l-col--3-10 {
    width: 100%;
  }
}

.l-col--3-11 {
  width: 27.27273%;
}

@media only screen and (max-width: 600px) {
  .l-col--3-11 {
    width: 100%;
  }
}

.l-col--3-12 {
  width: 25%;
}

@media only screen and (max-width: 600px) {
  .l-col--3-12 {
    width: 100%;
  }
}

.l-col--4-4 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--4-4 {
    width: 100%;
  }
}

.l-col--4-5 {
  width: 80%;
}

@media only screen and (max-width: 600px) {
  .l-col--4-5 {
    width: 100%;
  }
}

.l-col--4-6 {
  width: 66.66667%;
}

@media only screen and (max-width: 600px) {
  .l-col--4-6 {
    width: 100%;
  }
}

.l-col--4-7 {
  width: 57.14286%;
}

@media only screen and (max-width: 600px) {
  .l-col--4-7 {
    width: 100%;
  }
}

.l-col--4-8 {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .l-col--4-8 {
    width: 100%;
  }
}

.l-col--4-9 {
  width: 44.44444%;
}

@media only screen and (max-width: 600px) {
  .l-col--4-9 {
    width: 100%;
  }
}

.l-col--4-10 {
  width: 40%;
}

@media only screen and (max-width: 600px) {
  .l-col--4-10 {
    width: 100%;
  }
}

.l-col--4-11 {
  width: 36.36364%;
}

@media only screen and (max-width: 600px) {
  .l-col--4-11 {
    width: 100%;
  }
}

.l-col--4-12 {
  width: 33.33333%;
}

@media only screen and (max-width: 600px) {
  .l-col--4-12 {
    width: 100%;
  }
}

.l-col--5-5 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--5-5 {
    width: 100%;
  }
}

.l-col--5-6 {
  width: 83.33333%;
}

@media only screen and (max-width: 600px) {
  .l-col--5-6 {
    width: 100%;
  }
}

.l-col--5-7 {
  width: 71.42857%;
}

@media only screen and (max-width: 600px) {
  .l-col--5-7 {
    width: 100%;
  }
}

.l-col--5-8 {
  width: 62.5%;
}

@media only screen and (max-width: 600px) {
  .l-col--5-8 {
    width: 100%;
  }
}

.l-col--5-9 {
  width: 55.55556%;
}

@media only screen and (max-width: 600px) {
  .l-col--5-9 {
    width: 100%;
  }
}

.l-col--5-10 {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .l-col--5-10 {
    width: 100%;
  }
}

.l-col--5-11 {
  width: 45.45455%;
}

@media only screen and (max-width: 600px) {
  .l-col--5-11 {
    width: 100%;
  }
}

.l-col--5-12 {
  width: 41.66667%;
}

@media only screen and (max-width: 600px) {
  .l-col--5-12 {
    width: 100%;
  }
}

.l-col--6-6 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--6-6 {
    width: 100%;
  }
}

.l-col--6-7 {
  width: 85.71429%;
}

@media only screen and (max-width: 600px) {
  .l-col--6-7 {
    width: 100%;
  }
}

.l-col--6-8 {
  width: 75%;
}

@media only screen and (max-width: 600px) {
  .l-col--6-8 {
    width: 100%;
  }
}

.l-col--6-9 {
  width: 66.66667%;
}

@media only screen and (max-width: 600px) {
  .l-col--6-9 {
    width: 100%;
  }
}

.l-col--6-10 {
  width: 60%;
}

@media only screen and (max-width: 600px) {
  .l-col--6-10 {
    width: 100%;
  }
}

.l-col--6-11 {
  width: 54.54545%;
}

@media only screen and (max-width: 600px) {
  .l-col--6-11 {
    width: 100%;
  }
}

.l-col--6-12 {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .l-col--6-12 {
    width: 100%;
  }
}

.l-col--7-7 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--7-7 {
    width: 100%;
  }
}

.l-col--7-8 {
  width: 87.5%;
}

@media only screen and (max-width: 600px) {
  .l-col--7-8 {
    width: 100%;
  }
}

.l-col--7-9 {
  width: 77.77778%;
}

@media only screen and (max-width: 600px) {
  .l-col--7-9 {
    width: 100%;
  }
}

.l-col--7-10 {
  width: 70%;
}

@media only screen and (max-width: 600px) {
  .l-col--7-10 {
    width: 100%;
  }
}

.l-col--7-11 {
  width: 63.63636%;
}

@media only screen and (max-width: 600px) {
  .l-col--7-11 {
    width: 100%;
  }
}

.l-col--7-12 {
  width: 58.33333%;
}

@media only screen and (max-width: 600px) {
  .l-col--7-12 {
    width: 100%;
  }
}

.l-col--8-8 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--8-8 {
    width: 100%;
  }
}

.l-col--8-9 {
  width: 88.88889%;
}

@media only screen and (max-width: 600px) {
  .l-col--8-9 {
    width: 100%;
  }
}

.l-col--8-10 {
  width: 80%;
}

@media only screen and (max-width: 600px) {
  .l-col--8-10 {
    width: 100%;
  }
}

.l-col--8-11 {
  width: 72.72727%;
}

@media only screen and (max-width: 600px) {
  .l-col--8-11 {
    width: 100%;
  }
}

.l-col--8-12 {
  width: 66.66667%;
}

@media only screen and (max-width: 600px) {
  .l-col--8-12 {
    width: 100%;
  }
}

.l-col--9-9 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--9-9 {
    width: 100%;
  }
}

.l-col--9-10 {
  width: 90%;
}

@media only screen and (max-width: 600px) {
  .l-col--9-10 {
    width: 100%;
  }
}

.l-col--9-11 {
  width: 81.81818%;
}

@media only screen and (max-width: 600px) {
  .l-col--9-11 {
    width: 100%;
  }
}

.l-col--9-12 {
  width: 75%;
}

@media only screen and (max-width: 600px) {
  .l-col--9-12 {
    width: 100%;
  }
}

.l-col--10-10 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--10-10 {
    width: 100%;
  }
}

.l-col--10-11 {
  width: 90.90909%;
}

@media only screen and (max-width: 600px) {
  .l-col--10-11 {
    width: 100%;
  }
}

.l-col--10-12 {
  width: 83.33333%;
}

@media only screen and (max-width: 600px) {
  .l-col--10-12 {
    width: 100%;
  }
}

.l-col--11-11 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--11-11 {
    width: 100%;
  }
}

.l-col--11-12 {
  width: 91.66667%;
}

@media only screen and (max-width: 600px) {
  .l-col--11-12 {
    width: 100%;
  }
}

.l-col--12-12 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-col--12-12 {
    width: 100%;
  }
}

.l-header {
  background: #225378;
}

.l-section {
  border-bottom: solid 1px #ddd;
  padding: 0 0 60px;
}

.l-section:last-child {
  padding: 0;
  margin-bottom: 100px;
}

.l-section:last-of-type {
  border: none;
  padding: 0;
}

.l-section > .l-container {
  margin: 0 auto;
  max-width: 1010px;
}

.l-section__gray {
  background: #f2f2f2;
  padding: 0;
}

.l-subnav + .l-section__gray:first-of-type {
  margin-top: -40px;
}

.l-section__gray:before, .l-section__gray:after {
  content: '';
  display: table;
}

/* HOME */
.s-home-button {
  transition: box-shadow 300ms ease-in-out;
  background: #f86514;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 14px 15px;
  text-align: center;
  max-width: 380px;
}

.s-home-button:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.14);
}

.s-home-button:hover:active {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.14);
}

.s-home-button:hover {
  color: #fff;
}

.s-home-items {
  color: #fff;
}

.s-home-items__title {
  font-size: 3.0rem;
  margin: 25px 0;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .s-home-items__title {
    font-size: 2.8rem;
  }
}

.s-home-items__title > small {
  color: #f86514;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .s-home-items__title > small {
    font-size: 1.3rem;
  }
}

.s-home-items__grid {
  display: flex;
  margin: 45px -10px 0;
}

@media only screen and (max-width: 992px) {
  .s-home-items__grid {
    flex-wrap: wrap;
  }
}

.s-home-items__col {
  padding: 0 10px;
  width: 25%;
  /* & + & {
      @media only screen and (max-width : 600px) {
        margin-top: 20px;
      }
    } */
}

@media only screen and (max-width: 992px) {
  .s-home-items__col {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .s-home-items__col {
    max-width: 265px;
  }
}

@media only screen and (max-width: 992px) {
  .s-home-items__col:nth-child(n+3) {
    margin-top: 20px;
  }
}

.s-home-items__item {
  display: block;
  overflow: hidden;
}

.s-home-items__item--title {
  background: #f2f2f2;
  color: #333;
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0;
  padding: 18px 15px;
  position: relative;
  text-align: center;
  z-index: 5;
}

@media only screen and (max-width: 600px) {
  .s-home-items__item--title {
    font-size: 1.3rem;
    padding: 18px 5px;
  }
}

.s-home-items__item > img {
  display: block;
  width: 100%;
  transition: transform 300ms ease-in-out;
}

.s-home-items__item:hover > img {
  transform: scale(1.1);
  transform-origin: center;
}

.s-home-items > p {
  text-align: center;
}

.s-home-message {
  /*background: #f9f9f9;*/
  background: rgba(249,249,249,0.9);
  margin: -55px auto 50px;
  max-width: 920px;
  padding: 60px 15px 60px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 992px) {
  .s-home-message {
    margin-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 15px 30px;
  }
}

.s-home-message__title {
  font-size: 3.0rem;
  text-align: center;
  margin: 0 0 30px;
}

@media only screen and (max-width: 992px) {
  .s-home-message__title {
    font-size: 2.8rem;
    margin: 0 0 25px;
  }
}

.s-home-message__title > small {
  color: #f86514;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .s-home-message__title > small {
    font-size: 1.3rem;
  }
}

.s-home-message > p {
  color: #333;
  font-size: 1.5rem;
  line-height: 3rem;
  margin: 0 auto 30px;
  max-width: 800px;
}

.s-home-slide {
  overflow: hidden;
  position: relative;
}

.s-home-slide__movie-title {
  color: #fff;
  font-size: 4.8rem;
  font-style: italic;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .s-home-slide__movie-title {
    font-size: 4.0rem;
  }
}

.s-home-slide__movie-title > small {
  color: #f86514;
  display: block;
  font-size: 2.3rem;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  .s-home-slide__movie-title > small {
    font-size: 1.8rem;
  }
}

.s-home-slide__movie-title > span {
  color: #f86514;
}

.s-home-slide__title {
  background: #fff;
  font-size: 3.0rem;
  margin: 0;
  padding: 30px 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .s-home-slide__title {
    font-size: 2.8rem;
    padding: 30px 0;
  }
}

.s-home-slide__title:before {
  border-color: transparent;
  border-style: solid;
  border-width: 20px 15px 0;
  border-top-color: #fff;
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}

@media only screen and (max-width: 992px) {
  .s-home-slide__title:before {
    border-width: 15px 10px 0;
  }
}

.s-home-slide__title > small {
  color: #1ebcfb;
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
}

.s-home-slide__inner {
  align-items: center;
  display: flex;
  height: 100vh;
  padding-top: 70px;
  position: relative;
  /*justify-content: center;*/
  z-index: 10;
}

.s-home-slide__movie {
  left: 50%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  min-width: 100%;
}

.s-home-slide__01 {
  position: relative;
}

.s-home-slide__01--bg {
  background: url(./img/home/sp-bg.jpg) no-repeat center;
  background-size: cover;
  left: 50%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  min-width: 100%;
}

.s-home-slide__01 .s-home-slide__scroll-down {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 992px) {
  .s-home-slide__01 .s-home-slide__scroll-down {
    bottom: 50px;
  }
}

.s-home-slide__02 .s-home-slide__body {
  height: 700px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .s-home-slide__02 .s-home-slide__body {
    height: auto;
  }
}

.s-home-slide__03 .s-home-slide__body {
  background: url(./img/home/slide03.jpg) no-repeat center;
  background-size: cover;
  line-height: 2;
  padding: 70px 0 145px;
}

@media only screen and (max-width: 992px) {
  .s-home-slide__03 .s-home-slide__body {
    padding: 30px 0 100px;
  }
}

.s-home-slide__04--image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.s-home-slide__05 {
  padding-bottom: 160px;
}

@media only screen and (max-width: 992px) {
  .s-home-slide__05 {
    padding: 0 0 60px;
  }
}

.s-home-slide__05 .s-home-slide__title:before {
  content: none;
}

.s-home-slider {
  height: 100%;
  position: relative;
}

.s-home-slider .swiper-container {
  height: 100%;
}

.s-home-slider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  .s-home-slider .swiper-slide:before {
    content: '';
    display: block;
    padding-top: 49.479166666%;
  }
}

.s-home-slider .swiper-slide:nth-child(5n+1) {
  background-image: url(./img/home/slider01.jpg);
}

.s-home-slider .swiper-slide:nth-child(5n+2) {
  background-image: url(./img/home/slider02.jpg);
}

.s-home-slider .swiper-slide:nth-child(5n+3) {
  background-image: url(./img/home/slider03.jpg);
}

.s-home-slider .swiper-slide:nth-child(5n+4) {
  background-image: url(./img/home/slider04.jpg);
}

.s-home-slider .swiper-slide:nth-child(5n+5) {
  background-image: url(./img/home/slider05.jpg);
}

.s-home-slider .swiper-button-prev, .s-home-slider .swiper-button-next {
  background: url(./img/home/slider-arrow.png) no-repeat center;
  height: 40px;
  width: 40px;
}

.s-home-slider .swiper-button-prev {
  transform: rotate(180deg);
}

.s-home-slider .swiper-pagination-bullet-active {
  background: #fff;
}

/* CONTACT */
.l-contact {
  background: #f7f7f7;
}

.l-contact__grid {
  position: relative;
}

.l-contact__body {
  background: #f7f7f7;
  margin-right: 280px;
  padding: 100px 20px 100px 0;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 600px) {
  .l-contact__body {
    margin-right: 0;
    padding-right: 0;
  }
}

.l-contact__body .errorText {
  background: #fff;
  border: solid 2px #f86514;
  color: #f86514;
  margin: 0 0 20px;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px 20px;
}

@media only screen and (max-width: 992px) {
  .l-contact__body .errorText {
    text-align: left;
  }
}

.l-contact__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .l-contact__bg {
    display: none;
  }
}

.l-contact__bg > img {
  min-width: 100%;
  min-height: 100%;
}

/* COMMON */
.l-lead {
  margin: 70px 0;
}

.l-lead h2 {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 30px;
}

@media only screen and (max-width: 992px) {
  .l-lead h2 {
    text-align: left;
  }
}

.l-lead p {
  color: #333;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
}

@media only screen and (max-width: 992px) {
  .l-lead p {
    text-align: left;
  }
}

.l-content.gray {
  background: #f2f2f2;
}

.l-subnav {
  background: #fff;
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 40px;
}

.l-subnav ul {
  list-style: none;
  margin: 0;
  text-align: center;
  letter-spacing: -.25em;
  padding: 0;
}

.l-subnav ul > li {
  display: inline-block;
  text-indent: 0;
}

@media only screen and (max-width: 600px) {
  .l-subnav ul > li {
    width: 50%;
  }
}

.l-subnav ul > li:hover {
  cursor: pointer;
}

.l-subnav ul > li > a {
  color: #333;
  display: block;
  letter-spacing: 0;
  font-size: 1.5rem;
  padding: 30px;
}

@media only screen and (max-width: 600px) {
  .l-subnav ul > li > a {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

.l-subnav ul > li.cr a,
.l-subnav ul > li > a:hover {
  color: #006b9d;
}

.l-faq__body {
  margin: 0 70px;
}

@media only screen and (max-width: 992px) {
  .l-faq__body {
    margin: 0;
  }
}

.l-faq__headline {
  margin: 70px 0 59px;
  font-weight: 700;
  font-size: 2.4rem;
  position: relative;
}

.l-faq__headline:after {
  width: 62px;
  height: 3px;
  background: #37c3fb;
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
}

.l-faq__section {
  border-bottom: 1px solid #e6e6e6;
  margin: 10px 0;
}

.l-faq__title {
  background: #f7f7f7;
  margin: 0;
  padding: 23px 20px 24px;
  font-weight: 300;
  font-size: 2.0rem;
  cursor: pointer;
}

.l-faq__title span {
  margin-right: 10px;
  color: #f86514;
}

.l-faq__text {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-out;
  padding: 0 50px;
}

.l-faq__text p {
  line-height: 2;
  font-size: 1.5rem;
}

/*
 * Object/Component
 *
 * 汎用的なテンプレートパーツ定義
 * =========================================== */
.button {
  background: #1ebcfb;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  transition: background 300ms ease-in-out;
}

.button:hover {
  background: #37c3fb;
  color: #fff;
}

.button + .button {
  margin-left: calc(20px - 0.25em);
}

.c-case-title {
  border-bottom: solid 3px #f86514;
  font-size: 2.5rem;
  margin: 0 0 30px;
  padding: 0 0 15px;
}

.c-case-title > span {
  color: #f86514;
  font-size: 2.0rem;
  margin-right: 20px;
}

.c-case-title > span > i {
  font-size: 3.0rem;
  font-style: normal;
}

.c-case-grid {
  display: flex;
}

@media only screen and (max-width: 992px) {
  .c-case-grid {
    display: block;
  }
}

.c-case-col:first-child {
  flex: 111;
  padding-right: 50px;
  max-width: 447px;
}

@media only screen and (max-width: 992px) {
  .c-case-col:first-child {
    margin-bottom: 20px;
    padding-right: 0;
    max-width: none;
  }
}

.c-case-col:last-child {
  flex: 85;
}

.c-case-col img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.c-case-col .swiper-container {
  background: #eee;
}

.c-case-col .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.c-case-col .swiper-pagination-bullet-active {
  background: #404040;
}

.c-case-col .swiper-button-prev,
.c-case-col .swiper-button-next {
  background: url(./img/home/slider-arrow.png);
  background-size: contain;
  height: 30px;
  width: 30px;
}

.c-case-col .swiper-button-prev {
  transform: rotate(180deg);
}

.code {
  background: #F3FFE2;
  font-family: "Ubuntu Mono", monospace;
  font-size: 1.2rem;
  margin: 30px 0;
  padding: 20px;
}

@media only screen and (max-width: 600px) {
  .code {
    margin: 15px 0;
  }
}

.c-form__field > label, .c-form__label {
  font-size: 1.5rem;
  text-align: right;
  padding-right: 15px;
  width: 250px;
}

@media only screen and (max-width: 992px) {
  .c-form__field > label, .c-form__label {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .c-form__field > label, .c-form__label {
    padding-right: 0;
  }
}

.c-form__input .error, .c-form__term .error {
  color: #f86514;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 545px;
}

.c-form__input > input[type="text"],
.c-form__input > input[type="tel"],
.c-form__input > input[type="email"],
.c-form__input > select,
.c-form__input > textarea, .c-form__term > input[type="text"],
.c-form__term > input[type="tel"],
.c-form__term > input[type="email"],
.c-form__term > select,
.c-form__term > textarea, .c-form__term--body, .c-form__agreement {
  background: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  display: block;
  padding: 14px 20px;
  max-width: 545px;
  width: 100%;
}

.c-form__field {
  align-items: center;
  display: flex;
  margin: 15px 0;
}

@media only screen and (max-width: 992px) {
  .c-form__field {
    display: block;
  }
}

.c-form__input, .c-form__term {
  flex: 1;
}

.c-form__input > input[type="text"]:focus,
.c-form__input > input[type="tel"]:focus,
.c-form__input > input[type="email"]:focus,
.c-form__input > select:focus,
.c-form__input > textarea:focus, .c-form__term > input[type="text"]:focus,
.c-form__term > input[type="tel"]:focus,
.c-form__term > input[type="email"]:focus,
.c-form__term > select:focus,
.c-form__term > textarea:focus {
  outline: none;
}

.c-form__input > select, .c-form__term > select {
  appearance: none;
  -webkit-appearance: none;
  padding: 12px 20px;
}

.c-form__input > textarea, .c-form__term > textarea {
  min-height: 250px;
}

.c-form__radio {
  display: inline-block;
  margin: 5px 40px 5px 0;
}

@media only screen and (max-width: 600px) {
  .c-form__radio {
    display: block;
  }
}

.c-form__radio > input[type="radio"] {
  margin-right: 5px;
}

.c-form__required {
  background: #f66;
  color: #fff;
  font-size: 1rem;
  margin-left: 10px;
  padding: 0 10px;
}

.c-form__term--body {
  font-size: 1.5rem;
  overflow-y: scroll;
  height: 195px;
  margin-bottom: 15px;
}

.c-form__agreement {
  font-size: 1.4rem;
  text-align: center;
}

.c-form__agreement:hover {
  cursor: pointer;
}

.c-form__agreement > input[type="checkbox"] {
  margin-right: 5px;
}

.c-form__submit {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 250px;
}

@media only screen and (max-width: 992px) {
  .c-form__submit {
    margin: 50px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .c-form__submit {
    display: block;
  }
}

.c-form__submit > button {
  background: #163e5b;
  color: #fff;
  display: block;
  flex: 1;
  line-height: 1;
  font-size: 2.4rem;
  padding: 16px 15px;
  text-align: center;
  transition: box-shadow 300ms ease-in-out;
  width: 100%;
  max-width: 545px;
}

.c-form__submit > button:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.c-form__submit > button:active:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.14);
}

.c-form__submit > button:focus {
  outline: none;
}

.c-form__submit > button.back {
  background: #666;
  margin-right: 20px;
}

@media only screen and (max-width: 600px) {
  .c-form__submit > button.back {
    margin: 0 0 20px;
  }
}

.c-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .c-items {
    justify-content: center;
  }
}

.c-items__item {
  margin-left: 33px;
  margin-bottom: 25px;
  width: 220px;
}

.c-items__item > img > span {
  display: block;
  max-width: 100%;
}

.c-items__item > img {
  margin-bottom: 10px;
}

.c-items__item > span {
  font-size: 1.5rem;
}


.c-images {
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .c-images__item {
    text-align: center;
  }
}

.c-images__item:not(:first-child) {
  margin-top: 25px;
}

.c-images__item > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.c-panel {
  background: #f9f9f9;
  margin: 0 auto 40px;
  padding: 40px 70px;
  max-width: 1120px;
}

.l-section__gray .c-panel {
  background: #fff;
}

@media only screen and (max-width: 992px) {
  .c-panel {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 600px) {
  .c-panel {
    padding: 10px 15px;
  }
}

.c-panel:last-of-type {
  margin-bottom: 50px;
}

.l-section .c-panel:last-child {
  margin-bottom: 0;
}

.c-panel.large {
  margin: 0 auto;
  padding: 40px 0 0;
}

@media only screen and (max-width: 992px) {
  .c-panel.large {
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .c-panel.large {
    padding: 10px 0 0;
  }
}

.c-panel__top {
  border-bottom: solid 1px #ddd;
  display: flex;
  padding-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .c-panel__top {
    display: block;
    padding-bottom: 20px;
  }
}

.c-panel__top:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.c-panel__top--left {
  flex: 22;
  padding-right: 40px;
}

@media only screen and (max-width: 992px) {
  .c-panel__top--left {
    padding-right: 0;
  }
}

.c-panel__top--left.nopadding {
  padding-right: 0;
}

.c-panel__top--right {
  flex: 31;
}

.c-panel__top--right > img {
  display: block;
  margin: 0 auto;
}

.c-panel__top--right > img + img {
  margin-top: 20px;
}

.c-panel__title {
  font-size: 2.5rem;
  margin: 25px 0;
  padding-bottom: 23px;
  position: relative;
}

.c-panel__title.large {
  font-size: 30px;
  margin-top: 50px;
}

.c-panel__title:after {
  background: #f86514;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 62px;
}

.c-panel__subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}

.c-panel__subtitle:before {
  background: #f86514;
  border-radius: 100%;
  content: '';
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  left: 0;
  top: 5px;
}

.c-panel__youtube {
  position: relative;
}

.c-panel__youtube:before {
  content: '';
  display: block;
  padding-top: 56.481481481%;
}

.c-panel__youtube > iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.c-panel-grid {
  display: flex;
  margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
  .c-panel-grid {
    display: block;
  }
}

.c-panel-grid:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .c-panel-grid:not(:last-child) {
    margin-bottom: 20px;
  }
}

.c-panel-col {
  padding: 0 15px;
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .c-panel-col {
    width: 100%;
  }
}

.c-panel-col > img + div {
  margin-top: 10px;
}

.c-panel-liquid {
  display: flex;
  margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
  .c-panel-liquid {
    display: block;
  }
}

.c-panel-liquid__col {
  padding: 0 15px;
}

.c-panel-liquid__col:last-child {
  flex: 1;
}

@media only screen and (max-width: 992px) {
  .c-panel-liquid__col:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .c-panel-liquid__col:not(:last-child) {
    margin-bottom: 20px;
  }
}

.c-panel p {
  font-size: 1.5rem;
  line-height: 2;
}

.c-panel ul {
  list-style: disc;
  margin: 10px 0;
  padding: 0 0 0 20px;
}

.c-panel ul > li {
  font-size: 1.5rem;
  line-height: 2;
}

.c-panel ul > li:not(:first-child) {
  margin-top: 5px;
}

.c-panel img {
  max-width: 100%;
}

.c-panel__horizontal-images {
  display: flex;
  margin-bottom: 30px;
}

.c-panel__horizontal-images:before, .c-panel__horizontal-images:after {
  clear: both;
  content: '';
  display: table;
}

.c-panel__horizontal-images > div + div {
  margin-left: 30px;
}

@media only screen and (max-width: 600px) {
  .c-panel__horizontal-images > div + div {
    margin-left: 15px;
  }
}

.c-panel__horizontal-images > div > img {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .c-table {
    overflow-x: scroll;
  }
}

.c-table.mb20 {
	margin-bottom: 20px;
}

.c-table > table {
  font-size: 1.5rem;
  width: 100%;
  min-width: 570px;
}

.c-table > table th, .c-table > table td {
  border: solid 1px #ddd;
  font-weight: 300;
  padding: 8px 10px;
}

.c-table > table th.center, .c-table > table td.center {
  text-align: center;
}

.c-table > table th.right, .c-table > table td.right {
  text-align: right;
}

.c-table > table th {
  background: #f1f1f1;
}

.c-table-technology1 {
  font-size: 1.5rem;
  margin-bottom: 40px;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .c-table-technology1 {
    margin-bottom: 0;
  }
}

.c-table-technology1 th, .c-table-technology1 td {
  border: solid 1px #ddd;
  font-weight: 300;
  padding: 8px 10px;
  text-align: left;
}

.c-table-technology1 th.center, .c-table-technology1 td.center {
  text-align: center;
}

.c-table-technology1 th.right, .c-table-technology1 td.right {
  text-align: right;
}

.c-table-technology1 th {
  background: #f1f1f1;
}

.c-table-technology1 td {
  text-align: center;
  width: 90px;
}

.c-table-technology2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  width: 100%;
}

.c-table-technology2:last-child {
  margin-bottom: 0;
}

.c-table-technology2 th, .c-table-technology2 td {
  border: solid 1px #ddd;
  font-weight: 300;
  padding: 8px 10px;
  text-align: left;
}

.c-table-technology2 th.center, .c-table-technology2 td.center {
  text-align: center;
}

.c-table-technology2 th.right, .c-table-technology2 td.right {
  text-align: right;
}

.c-table-technology2 th {
  background: #fffce6;
  width: 35%;
}

.c-table-technology2 td {
  background: #fff;
  width: 65%;
}

/*
 * Title Component
 * =========================================== */
.title-lv1 {
  font-size: 175%;
  margin: 10px 0 20px;
}

.title-lv2 {
  font-size: 150%;
  margin: 10px 0 20px;
}

.c-title__lv2 {
  font-size: 3.0rem;
  margin: 50px 0 40px;
  text-align: center;
}

.c-title__lv2 > small {
  color: #f86514;
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 50px;
}

.c-title__lv4 {
  font-size: 1.7rem;
  margin: 20px 0 10px;
}

.c-title__lv4:first-child {
  margin-top: 0;
}

/*
 * Object/Scope
 *
 * ユニークなコンポーネント
 * =========================================== */
.s-copyright {
  background: #1d2739;
  border-top: solid 1px #434b5a;
}

.s-copyright .l-container > small {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 16px 15px;
  text-align: center;
}

.s-pagetop {
  background: #163e5b;
}

.s-pagetop__link {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  margin: 0 0 0 auto;
  padding: 20px 15px;
  position: relative;
  transition: background 300ms ease-in-out;
  width: 155px;
}

.s-pagetop__link:before {
  background: url(./img/common/pagetop.png) no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 30px;
  transform: translate(0, -50%);
}

.s-pagetop__link:hover {
  background: #113046;
  color: #fff;
}

.s-pager {
  margin-top: 40px;
  text-align: center;
}

.s-pager > a,
.s-pager > span {
  border: solid 1px #163e5b;
  color: #163e5b;
  display: inline-block;
  font-size: 1.5rem;
  padding: 10px 50px;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.s-pager > a.top,
.s-pager > span.top {
  border-color: #f86514;
  color: #f86514;
}

.s-pager > a.round,
.s-pager > span.round {
  background: #0060b0;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 3.0rem;
  font-weight: 500;
  padding: 24px 100px;
  line-height: 1;
}

@media only screen and (max-width: 600px) {
  .s-pager > a.round,
  .s-pager > span.round {
    font-size: 1.8rem;
    padding: 15px 30px;
  }
}

.s-pager > a:hover {
  background: #163e5b;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.14);
  color: #fff;
}

.s-pager > a:hover:active {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.14);
}

.s-pager > a.top:hover {
  background: #f86514;
}

.s-pager > a.round:hover {
  background: #006eca;
  color: #fff;
}

.s-page-header {
  background: #1d2739;
  overflow: hidden;
  padding-top: 70px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .s-page-header {
    padding-top: 57px;
  }
}

.s-page-header > img {
  left: 50%;
  position: absolute;
  /*transform: translate(-50%, calc(-50% + 1px));*/
  transform: translate(-50%, -50%);
  top: 50%;
  min-height: 100%;
  min-width: 100%;
}

@-moz-document url-prefix() {
  .s-page-header > img {
  transform: translate(-50%, calc(-50% + 1px));
  }
}

@media only screen and (max-width: 992px) and (orientation: portrait) {
  .s-page-header > img {
    max-height: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .s-page-header > img {
    max-height: 100%;
  }
}

.s-page-lead {
  margin-top: 70px;
}

.s-page-lead.line {
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 992px) {
  .s-page-lead {
    margin-top: 40px;
  }
}

.s-page-lead > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.s-page-lead__panel {
  background: #fff;
  margin: -100px auto 60px;
  max-width: 920px;
  padding: 60px 55px 0;
  position: relative;
  z-index: 10;
}

.s-page-lead__panel.off {
  margin: 0 auto 35px;
  padding-top: 0;
}

@media only screen and (max-width: 992px) {
  .s-page-lead__panel {
    margin-top: -40px;
    padding: 30px 45px;
  }
  .s-page-lead__panel.off {
    padding-top: 0;
	padding-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .s-page-lead__panel {
    margin-top: 0;
    padding: 15px 20px;
  }
}

.s-page-lead__title {
  font-size: 2.3rem;
  /*line-height: 4rem;*/
  margin: 0 0 15px;
  text-align: center;
}

.s-page-lead__title > span {
  color: #f86514;
}

.s-page-lead__panel p {
  line-height: 2;
}

.s-page-index {
  display: flex;
  flex-wrap: wrap;
  margin: 33px 30px 25px;
}

@media only screen and (max-width: 992px) {
  .s-page-index {
    margin: 20px 15px 50px;
  }
}

.s-page-index__item {
  padding: 17px;
  width: 25%;
}

@media only screen and (max-width: 992px) {
  .s-page-index__item {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .s-page-index__item {
    width: 100%;
  }
}

.s-page-index__link {
  background: #f7f7f7;
  display: block;
  height: 100%;
  overflow: hidden;
}

.s-page-index__link > img {
  display: block;
  transition: transform 300ms ease-in-out;
  width: 100%;
}

.s-page-index__link:hover > img {
  transform: scale(1.05);
}

.s-page-index__title {
  background: url(./img/common/page-index-arrow.png) no-repeat center bottom 30px #f7f7f7;
  color: #333;
  font-size: 23px;
  margin: 0;
  text-align: center;
  padding: 25px 0 50px;
  position: relative;
  z-index: 5;
}

.s-page-index__title > small {
  color: #1ebcfb;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.s-page-index__bottom {
  padding: 0 15px 40px;
}

.s-page-index__bottom.white {
  padding-top: 40px;
}

.s-page-index__bottom.bordered {
  border-top: solid 1px #ddd;
}

.s-page-index__bottom > a {
  background: #f86514;
  color: #fff;
  display: block;
  font-size: 2.0rem;
  margin: 0 auto;
  padding: 20px 10px;
  width: 100%;
  max-width: 380px;
  text-align: center;
  transition: box-shadow 300ms ease-in;
}

.s-page-index__bottom > a:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.14);
  color: #fff;
  cursor: pointer;
}

.s-page-index__bottom > a:hover:active {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.14);
}

.s-page-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  text-align: center;
  padding: 124px 0;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 992px) {
  .s-page-title {
    padding: 51.5px 0;
  }
}

.s-page-title > small {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}

.s-page-title.short {
  font-size: 3.3rem;
  font-weight: 700;
  padding: 75.5px 0;
}

.s-scroll-down {
  background: url(./img/home/scroll.png) no-repeat center bottom;
  color: #fff;
  font-size: 1.8rem;
  padding: 0 15px 25px;
  transition: opacity 300ms ease-in-out;
}

@media only screen and (max-width: 600px) {
  .s-scroll-down {
    background-size: 12px auto;
  }
}

.s-scroll-down:hover {
  color: #fff;
  opacity: .7;
}

.s-slider-overlay {
  background: rgba(0, 0, 0, 0.8);
  padding: 70px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 750px;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  .s-slider-overlay {
    margin: 0 -15px;
    padding: 20px 15px;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    max-width: none;
  }
}

.s-slider-overlay__title {
  color: #fff;
  font-size: 3.5rem;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .s-slider-overlay__title {
    font-size: 2.8rem;
  }
}

.s-slider-overlay__title > small {
  color: #f86514;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  .s-slider-overlay__title > small {
    font-size: 1.3rem;
  }
}

.s-slider-overlay > p {
  color: #fff;
  line-height: 3.2rem;
  margin-bottom: 30px;
}

.s-site-logo {
  margin-left: -15px;
  padding: 10px 5px;
}

.s-site-logo > img {
  display: block;
  max-width: 230px;
  height: auto;
}

a.s-site-logo:hover {
  color: rgba(255, 255, 255, 0.7);
}

.s-sitemap {
  list-style: none;
  float: left;
  margin: 0 0 0 120px;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .s-sitemap {
    float: none;
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  .s-sitemap + .s-sitemap {
    margin-top: 0;
  }
}

.s-sitemap > li {
  font-size: 1.4rem;
  margin-top: 10px;
}

.s-sitemap > li[role="separator"] {
  height: 2em;
}

@media only screen and (max-width: 600px) {
  .s-sitemap > li[role="separator"] {
    height: 0;
  }
}

@media only screen and (max-width: 600px) {
  .s-sitemap > li.u-sr-only {
    display: none;
  }
}

.s-sitemap > li > a {
  color: #fff;
  display: block;
}

.s-toggle {
  display: block;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  z-index: 15;
}

.s-toggle:focus {
  outline: none;
}

@media only screen and (min-width: 993px) {
  .s-toggle {
    display: none;
  }
}

.s-toggle-icon {
  background: #333;
  display: block;
  height: 2px;
}

.s-toggle-icon:first-child {
  transform: translate(0, -100%);
}

.nav-active .s-toggle-icon:first-child {
  transform: translate(0, 2px) rotate(45deg);
}

.nav-active .s-toggle-icon:nth-child(2) {
  transform: scale(0, 1);
}

.s-toggle-icon:last-child {
  transform: translate(0, 100%);
}

.nav-active .s-toggle-icon:last-child {
  transform: translate(0, -2px) rotate(-45deg);
}

/*
 * Object/Utility
 *
 * ユーティリティ
 * =========================================== */
.align-center {
  text-align: center;
}

/*
 * Styles
 */
/*****************************************************************************
 sitemap
 *****************************************************************************/
#sitemap .l-sitemap__body {
  background: #f9f9f9;
  padding: 100px 5%;
}

@media only screen and (max-width: 992px) {
  #sitemap .l-sitemap__body {
    padding: 50px 30px;
  }
}

#sitemap .l-sitemap__wrapper {
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  #sitemap .l-sitemap__wrapper {
    display: block;
  }
}

#sitemap .l-sitemap__item {
  width: 20%;
  padding: 0 30px;
  box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
  #sitemap .l-sitemap__item {
    width: 100%;
  }
}

#sitemap .l-sitemap__item:nth-child(odd) {
  background: #e8eaec;
}

#sitemap .l-sitemap__item ul {
  margin: 0;
  padding: 30px 0;
}

#sitemap .l-sitemap__item li {
  line-height: 2;
  list-style: none;
}

#sitemap .l-sitemap__item li a {
  color: #333333;
}

#sitemap .l-sitemap__item li a:hover {
  text-decoration: underline;
}

/*****************************************************************************
 products
 *****************************************************************************/
#products .s-products-lead {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 50px;
}

@media only screen and (max-width: 600px) {
  #products .s-products-lead {
    padding: 0 20px;
  }
}

#products .s-products-lead__title {
  margin: 56px 0 20px;
  font-weight: 700;
  font-size: 3.0rem;
  color: #1d2739;
}

#products .s-products-lead__title small {
  font-weight: 300;
  font-size: 1.3rem;
  color: #f86514;
  display: block;
}

#products .s-products-lead__text {
  line-height: 2;
  font-size: 1.5rem;
}

#products .l-products__body {
  margin: 0 50px 20px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #products .l-products__body {
    margin: 0 20px 20px;
  }
}

#products .l-products__wrapper {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  #products .l-products__wrapper {
    margin: 0 -15px;
    display: block;
  }
}

#products .l-products__item {
  width: 25%;
  padding: 0 15px 80px;
  box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
  #products .l-products__item {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  #products .l-products__item {
    width: 100%;
    padding: 0 15px 40px;
  }
}

#products .l-products__item img {
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
}

#products .l-products__title {
  margin: 17px 0 11px;
  padding-left: 14px;
  font-weight: 700;
  font-weight: 1.8rem;
  color: #1d2739;
  position: relative;
}

#products .l-products__title:after {
  width: 5px;
  height: 22px;
  background: #f86514;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

#products .l-products__text {
  font-size: 1.5rem;
}

#products .l-products__text span {
  color: #999999;
  display: block;
}

/*****************************************************************************
 business
 *****************************************************************************/
#business .l-business-section {
  position: relative;
}

#business .l-business-section:after {
  width: 100%;
  height: 380px;
  background: #f7f7f7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#business .l-business-section__headline {
  margin: 0;
  padding: 47px 0 36px;
  text-align: center;
  font-weight: 700;
  font-size: 3.0rem;
  color: #1d2739;
}

#business .l-business-section__headline small {
  font-weight: 300;
  font-size: 1.3rem;
  color: #f86514;
  display: block;
}

#business .l-business-section img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

#business .l-business-section__panel {
  background: #FFFFFF;
  margin: -100px auto 100px;
  max-width: 920px;
  padding-top: 60px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  #business .l-business-section__panel {
    margin: -40px auto 100px;
    padding: 30px 15px 0;
  }
}

@media only screen and (max-width: 600px) {
  #business .l-business-section__panel {
    margin: 0 auto 100px;
  }
}

#business .l-business-section__pause {
  border-top: 1px solid #dddddd;
  margin: 50px 0;
  padding-top: 50px;
}

#business .l-business-section__title {
  margin: 0 55px 15px;
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem;
}

@media only screen and (max-width: 992px) {
  #business .l-business-section__title {
    margin: 0 0 15px;
  }
}

#business .l-business-section__title span {
  color: #f86514;
}

#business .l-business-section__text {
  margin: 15px 55px 30px;
  line-height: 2;
  font-size: 1.5rem;
}

@media only screen and (max-width: 992px) {
  #business .l-business-section__text {
    margin: 15px 0 30px;
  }
}

#company .l-company {
  margin: 0 0 100px;
}

/*****************************************************************************
 message
 *****************************************************************************/
#company .l-message__body {
  display: flex;
  justify-content: space-between;
  margin: 70px 70px 0;
}

@media only screen and (max-width: 992px) {
  #company .l-message__body {
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  #company .l-message__body {
    display: block;
  }
}

#company .l-message__img {
  width: 46.1538461538%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  #company .l-message__img {
    width: 100%;
  }
}

#company .l-message__img img {
  width: 100%;
  height: auto;
}

#company .l-message__text {
  width: 50.2564102564%;
}

@media only screen and (max-width: 600px) {
  #company .l-message__text {
    width: 100%;
  }
}

#company .l-message__text p {
  line-height: 2;
  font-size: 1.5rem;
}

#company .l-message__text p:first-child {
  margin-top: -10px;
}

#company .l-message__name {
  margin-top: 30px;
  text-align: right;
}

#company .l-message__name img {
  width: 236px;
  height: auto;
}

/*****************************************************************************
 philosophy
 *****************************************************************************/
#company .l-philosophy__body {
  margin: 0 70px;
}

@media only screen and (max-width: 992px) {
  #company .l-philosophy__body {
    margin: 0;
  }
}

#company .l-philosophy__section {
  border-bottom: 1px solid #dddddd;
}

#company .l-philosophy__title {
  margin: 70px 0 30px;
  font-weight: 700;
  font-size: 2.4rem;
  color: #1d2739;
}

#company .l-philosophy__text {
  margin-bottom: 70px;
}

#company .l-philosophy__text p {
  line-height: 2;
  font-size: 1.5rem;
}

#company .l-philosophy__text p:last-of-type {
  margin-bottom: 0;
}

/*****************************************************************************
 profile
 *****************************************************************************/
#company .l-profile__body {
  margin: -40px 70px 0;
}

@media only screen and (max-width: 992px) {
  #company .l-profile__body {
    margin: 0;
  }
}

#company .l-profile__section {
  overflow: hidden;
}

#company .l-profile__title {
  margin: 70px 0 70px;
  font-weight: 700;
  font-size: 2.4rem;
  color: #1d2739;
}

#company .l-profile__img {
  margin: 40px 0 40px;
}

@media only screen and (max-width: 600px) {
  #company .l-profile__img {
    margin: 20px 0 20px;
  }
}

#company .l-profile__img img {
  width: 100%;
  height: auto;
}

#company .l-profile__table {
  font-size: 1.5rem;
}

#company .l-profile__table dt {
  float: left;
  padding: 12px 0 25px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  #company .l-profile__table dt {
    float: none;
    border-top: 1px solid #f2f2f2;
    padding: 12px 0 0;
  }
}

#company .l-profile__table dd {
  border-top: 1px solid #f2f2f2;
  margin: 0;
  padding: 12px 0 25px 14em;
}

@media only screen and (max-width: 600px) {
  #company .l-profile__table dd {
    border-top: none;
    padding: 0 0 25px 0;
  }
}

#company .l-profile__title-s {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1d2739;
}

#company .l-profile__wrapper {
  margin: 0 -20px;
  display: flex;
}

@media only screen and (max-width: 600px) {
  #company .l-profile__wrapper {
    display: block;
    margin: 0;
  }
}

#company .l-profile__box {
  width: 33.3333%;
  padding: 0 20px;
}

@media only screen and (max-width: 600px) {
  #company .l-profile__box {
    width: 100%;
    padding: 0;
  }
}

#company .l-profile__list {
  margin-bottom: 30px;
  padding: 0;
}

#company .l-profile__list li {
  margin-bottom: 5px;
  font-size: 1.5rem;
  list-style: none;
}

#company .l-profile__list li.mb30 {
  margin-bottom: 30px;
}

#company .l-profile__list.icon li {
  padding-left: 15px;
  position: relative;
}

#company .l-profile__list.icon li:after {
  width: 12px;
  height: 12px;
  background: #37c3fb;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
}

#company .l-profile__iso {
  margin: 0 -20px;
  padding: 0;
  display: flex;
}

#company .l-profile__iso li {
  width: 50%;
  padding: 0 20px;
  text-align: center;
  list-style: none;
}

#company .l-profile__iso li img {
  max-width: 100%;
  height: auto;
}

#company .l-profile__iso li span {
  margin-top: 10px;
  font-size: 1.5rem;
  display: block;
}

#company .l-profile__table table {
  width: 100%;
}

#company .l-profile__table th {
  width: 25%;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  padding: 30px;
}

@media only screen and (max-width: 600px) {
  #company .l-profile__table th {
    width: 100%;
    padding: 20px;
    display: block;
  }
}

#company .l-profile__table td {
  width: 25%;
  background: #FFFFFF;
  border: 1px solid #f3f3f3;
  padding: 30px;
}

@media only screen and (max-width: 600px) {
  #company .l-profile__table td {
    width: 100%;
    padding: 20px;
    display: block;
  }
}

#company .l-profile__date {
  text-align: right;
  font-size: 1.5rem;
}

#company .l-profile__area {
  display: flex;
  justify-content: space-between;
}

#company .l-profile__area .l-profile__img {
  width: 410px;
  margin: 0;
}

#company .l-profile__area .l-profile__table {
  width: 500px;
  margin: 0;
}

#company .l-profile__area .l-profile__table dd {
  padding: 12px 0 25px 7em;
}

@media only screen and (max-width: 992px) {
  #company .l-profile__area .l-profile__img {
    width: 300px;
  }
  #company .l-profile__area .l-profile__table {
    width: 400px;
  }
  #company .l-profile__area .l-profile__table dt {
    float: none;
    border-top: 1px solid #f2f2f2;
    padding: 12px 0 0;
  }
  #company .l-profile__area .l-profile__table dd {
    border-top: none;
    padding: 0 0 25px 0;
  }
}
@media only screen and (max-width: 600px) {
  #company .l-profile__area {
    display: block;
  }
  #company .l-profile__area .l-profile__img {
    width: 100%;
	margin-bottom: 20px;
  }
  #company .l-profile__area .l-profile__table {
    width: 100%;
  }
}

/*****************************************************************************
 environment
 *****************************************************************************/
#company .l-environment__body {
  margin: 0 70px;
}

@media only screen and (max-width: 992px) {
  #company .l-environment__body {
    margin: 0;
  }
}

#company .l-environment__section {
  border-bottom: 1px solid #dddddd;
}

#company .l-environment__title {
  margin: 70px 0 30px;
  font-weight: 700;
  font-size: 2.4rem;
  color: #1d2739;
}

#company .l-environment__text {
  margin-bottom: 70px;
}

#company .l-environment__text p {
  line-height: 2;
  font-size: 1.5rem;
}

#company .l-environment__text p:last-of-type {
  margin-bottom: 0;
}

#company .l-environment__photo {
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  #company .l-environment__photo {
    display: block;
  }
}

#company .l-environment__photo li {
  width: 33.3333%;
  margin-top: 30px;
  padding: 0 15px;
  list-style: none;
}

@media only screen and (max-width: 600px) {
  #company .l-environment__photo li {
    width: 100%;
  }
}

#company .l-environment__photo li img {
  width: 100%;
  height: auto;
}

#company .l-environment__photo li span {
  margin-top: 10px;
  font-size: 1.5rem;
  display: block;
}

/*****************************************************************************
 access
 *****************************************************************************/
#company .l-access__body {
  margin: 70px 70px 0;
}

@media only screen and (max-width: 992px) {
  #company .l-access__body {
    margin: 0;
  }
}

#gmap {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 600px) {
  #gmap {
    width: 100%;
    height: 300px;
  }
}

#company .l-access__wrapper {
  display: flex;
}

@media only screen and (max-width: 992px) {
  #company .l-access__wrapper {
    display: block;
  }
}

#company .l-access__about {
  width: 700px;
}

@media only screen and (max-width: 992px) {
  #company .l-access__about {
    width: 100%;
  }
}

#company .l-access__address {
  line-height: 2;
}

#company .l-access__list {
  line-height: 2;
}

#company .l-access__list dt {
  float: left;
  padding-left: 15px;
  position: relative;
}

#company .l-access__list dt:after {
  width: 12px;
  height: 12px;
  background: #37c3fb;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 600px) {
  #company .l-access__list dt {
    float: none;
  }
}

#company .l-access__list dd {
  margin: 0;
  padding-left: 12em;
}

@media only screen and (max-width: 600px) {
  #company .l-access__list dd {
    padding-left: 0;
  }
}

#company .l-access__img {
  width: 280px;
}

@media only screen and (max-width: 992px) {
  #company .l-access__img {
    width: 100%;
  }
}

#company .l-access__img img {
  width: 100%;
  height: auto;
}

/*****************************************************************************
 faq
 *****************************************************************************/
#company .l-faq__body {
  margin: 0 70px;
}

@media only screen and (max-width: 992px) {
  #company .l-faq__body {
    margin: 0;
  }
}

#company .l-faq__headline:after {
  background: #f86514;
}

#company .l-faq__title span {
  color: #f86514;
}

/*
 * Layout
 *
 * ページレイアウト定義
 * =========================================== */
#news .l-news {
  margin: 0 0 100px;
}

#news .l-container {
  max-width: 1005px;
}

#news .l-news__title {
  font-size: 2.8rem;
  margin: 70px 0 60px;
}

#news .l-news__body {
  padding: 0;
}

#news .l-news__body > li {
  border: none;
  padding: 20px;
}

#news .l-news__body > li:first-child {
  border-top: none;
}

#news .l-news__body > li:nth-child(2n+1) {
  background: #f7f7f7;
}

#news .l-news__pagination {
  margin: 50px 0 0;
}

#news .l-news-entry {
  margin: 80px 0;
}

#news .l-news-entry__title {
  font-size: 2.3rem;
  margin: 25px 0 30px;
}

#news .l-news-entry__body {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 70px;
}

#news .l-news-entry__body img {
  display: block;
  height: auto !important;
  margin: 40px 0;
  max-width: 100%;
}

/*
 * Layout
 *
 * ページレイアウト定義
 * =========================================== */
.l-recruit-header {
  padding-top: 69px;
}

.l-recruit-header .swiper-slide {
  background: #fff;
  color: #333;
  position: relative;
  height: 670px;
}

@media only screen and (max-width: 992px) {
  .l-recruit-header .swiper-slide {
    height: 335px;
  }
}

@media only screen and (max-width: 600px) {
  .l-recruit-header .swiper-slide {
    height: auto;
  }
}

.l-recruit-header .swiper-slide > img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .l-recruit-header .swiper-slide > img {
    height: 200px;
    position: relative;
    transform: translate(-50%, 0);
    top: 0;
  }
}

.l-recruit-header .swiper-slide > .l-container {
  height: 100%;
}

.l-recruit-header .swiper-button-prev,
.l-recruit-header .swiper-button-next {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 992px) {
  .l-recruit-header .swiper-button-prev,
  .l-recruit-header .swiper-button-next {
    width: 25px;
    height: 25px;
  }
}

.l-recruit-header .swiper-button-prev {
  background: url(./img/recruit/slide-arrow-left.png) no-repeat center;
  background-size: contain;
}

.l-recruit-header .swiper-button-next {
  background: url(./img/recruit/slide-arrow-right.png) no-repeat center;
  background-size: contain;
}

.l-recruit-header__body {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  margin: 0 80px;
  padding: 130px 0 0;
  position: relative;
  z-index: 5;
  width: 480px;
}

@media only screen and (max-width: 992px) {
  .l-recruit-header__body {
    margin: 0 40px;
    padding: 30px 0;
    width: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .l-recruit-header__body {
    background: rgba(255, 255, 255, 0.8);
    margin: -50px 0 0;
    padding: 20px 0;
    width: auto;
  }
}

.l-recruit-header__body.reverse {
  margin: 0 80px 0 auto;
}

@media only screen and (max-width: 992px) {
  .l-recruit-header__body.reverse {
    margin: 0 40px 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .l-recruit-header__body.reverse {
    margin: -50px 0 0;
  }
}

.l-recruit-header__title {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding-bottom: 45px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .l-recruit-header__title {
    padding-bottom: 15px;
  }
}

.l-recruit-header__title > small {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 992px) {
  .l-recruit-header__title > small {
    font-size: 2.4rem;
  }
}

.l-recruit-header__title:after {
  background: #000;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 50px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.l-recruit-header__subtitle {
  font-size: 3.6rem;
  font-family: "Hiragino Kaku Gothic", serif;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  margin: 30px 0 95px;
}

@media only screen and (max-width: 992px) {
  .l-recruit-header__subtitle {
    font-size: 2.0rem;
    margin: 20px 0;
  }
}

.l-recruit-header__name {
  font-size: 3.0rem;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .l-recruit-header__name {
    font-size: 1.6rem;
  }
}

.l-recruit-header__name > small {
  display: block;
  font-size: 1.6rem;
}

@media only screen and (max-width: 992px) {
  .l-recruit-header__name > small {
    font-size: 1.2rem;
  }
}

.l-recruit-sec1 {
  margin-top: -40px;
  position: relative;
}

.l-recruit-sec1:after {
  background: #d0d8de;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}

.l-recruit-sec1 > .l-container {
  background: url(./img/recruit/sec1-bg.png) no-repeat right top #fff;
  padding-top: 65px;
  padding-bottom: 70px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 992px) {
  .l-recruit-sec1 > .l-container {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.l-recruit-sec1__button {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  padding: 15px 15px;
  position: absolute;
  text-align: center;
  width: 200px;
  right: 0;
  bottom: 100px;
  transition: box-shadow 300ms ease-in-out;
}

@media only screen and (max-width: 992px) {
  .l-recruit-sec1__button {
    display: block;
    margin: 40px auto 0;
    position: static;
  }
}

.l-recruit-sec1__button:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.14);
  color: #fff;
}

.l-recruit-sec1__button:hover:active {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.14);
}

.l-recruit-sec1 img {
  max-width: 100%;
}

.l-recruit-sec2 {
  background: #163e5b;
  color: #fff;
  padding: 60px 0;
}

.l-recruit-sec2__title {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 40px;
  text-align: center;
}

.l-recruit-sec2__title > small {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.l-recruit-sec2__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.l-recruit-sec2__list > li {
  display: inline-block;
  letter-spacing: -.25em;
  padding: 0 35px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-sec2__list > li {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .l-recruit-sec2__list > li:not(:first-child) {
    margin-top: 30px;
  }
}

.l-recruit-sec2__list > li > a {
  color: #fff;
  display: block;
  letter-spacing: 0;
}

.l-recruit-sec2__list > li > a > div {
  border-radius: 100%;
  overflow: hidden;
  height: 270px;
  margin-bottom: 10px;
  position: relative;
  width: 270px;
  z-index: 2;
}

.l-recruit-sec2__list > li > a > div > img {
  transition: transform 300ms ease-in-out;
  width: 100%;
}

.l-recruit-sec2__list > li > a:hover > div > img {
  transform: scale(1.05);
}

.l-recruit-sec2__list > li > a > small {
  font-size: 1.6rem;
}

.l-recruit-sec3 {
  margin-bottom: 70px;
}

.l-recruit-sec3 ol {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .l-recruit-sec3 ol {
    display: block;
  }
}

.l-recruit-sec3 ol > li {
  width: 33.33333%;
}

@media only screen and (max-width: 600px) {
  .l-recruit-sec3 ol > li {
    width: 100%;
  }
}

.l-recruit-sec3 ol > li > a {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}

.l-recruit-sec3 ol > li > a:before {
  background: rgba(0, 38, 56, 0.45);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.l-recruit-sec3 ol > li > a > img {
  width: 100%;
  transition: transform 300ms ease-in-out;
}

.l-recruit-sec3 ol > li > a > h3 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
}

.l-recruit-sec3 ol > li > a:hover {
  color: #fff;
}

.l-recruit-sec3 ol > li > a:hover > img {
  transform: scale(1.05);
}

.l-recruit-sec4 {
  margin: 70px 0;
}

.l-recruit-sec4__header {
  background: url(./img/recruit/sec4-bg.jpg) no-repeat center;
  background-size: cover;
}

.l-recruit-sec4__title {
  color: #fff;
  font-size: 4.8rem;
  margin: 0;
  padding: 130px 0 198px;
  text-align: center;
}

.l-recruit-sec4__body {
  background: #fff;
  margin-top: -100px;
  padding: 60px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-sec4__body {
    padding: 15px;
  }
}

.l-recruit-sec4__body p {
  font-size: 1.5rem;
  line-height: 2;
}

.l-recruit-sec4__body p:first-child {
  margin-top: 0;
}

.l-recruit-sec4__body p:last-child {
  margin-bottom: 0;
}

#recruit-ourwork .ourwork .s-pager {
  margin: 100px 0;
}

@media only screen and (max-width: 600px) {
  #recruit-ourwork .ourwork .s-pager {
    margin: 50px 0;
  }
}

#recruit-ourwork .ourwork-visual > img {
  display: block;
  margin-top: -40px;
  width: 100%;
}

#recruit-ourwork .ourwork-nav {
  background: #f7f7f7;
  padding: 20px 0;
}

@media only screen and (max-width: 992px) {
  #recruit-ourwork .ourwork-nav {
    padding: 15px 0;
  }
}

#recruit-ourwork .ourwork-nav ol {
  letter-spacing: -.25em;
  margin: 0 0 0 -10px;
  padding: 0;
}

#recruit-ourwork .ourwork-nav ol > li {
  display: inline-block;
  letter-spacing: 0;
  padding-left: 10px;
  width: 20%;
}

@media only screen and (max-width: 992px) {
  #recruit-ourwork .ourwork-nav ol > li {
    margin: 5px 0;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  #recruit-ourwork .ourwork-nav ol > li {
    width: 100%;
  }
}

#recruit-ourwork .ourwork-nav ol > li > a {
  background: #1d2739;
  border: solid 3px #1d2739;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  padding: 13px 0;
  text-align: center;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

#recruit-ourwork .ourwork-nav ol > li > a:hover, #recruit-ourwork .ourwork-nav ol > li > a.cr {
  background: transparent;
  color: #1d2739;
}

#recruit-ourwork .ourwork-content {
  animation: fadeIn 1000ms;
  opacity: 1;
  padding-top: 70px;
}

#recruit-ourwork .ourwork-content:not(.cr) {
  opacity: 0;
  display: none;
}

#recruit-ourwork .ourwork-content__header {
  padding-left: 145px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  #recruit-ourwork .ourwork-content__header {
    padding-left: 0;
  }
}

#recruit-ourwork .ourwork-content__header img {
  display: block;
  margin: 0 0 0 auto;
  max-width: 100%;
}

#recruit-ourwork .ourwork-content__title {
  position: absolute;
  left: 0;
  bottom: 25px;
}

@media only screen and (max-width: 992px) {
  #recruit-ourwork .ourwork-content__title {
    background: #1d2739;
    margin: 0 0 20px;
    padding: 12px 15px;
    position: static;
  }
}

#recruit-ourwork .ourwork-content__title > small {
  color: #1d2739;
  display: inline-block;
  font-family: Arial, "Noto Sans Japanese", sans-serif;
  font-size: 9.4rem;
  font-weight: normal;
  line-height: 1;
}

@media only screen and (max-width: 992px) {
  #recruit-ourwork .ourwork-content__title > small {
    color: #fff;
    display: inline;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
  }
}

#recruit-ourwork .ourwork-content__title > span {
  background: #1d2739;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 20px;
  margin-left: 10px;
  padding: 12px 55px;
  vertical-align: top;
}

@media only screen and (max-width: 992px) {
  #recruit-ourwork .ourwork-content__title > span {
    display: inline;
    margin-top: 0;
    margin-left: 10px;
    padding: 0;
    vertical-align: baseline;
  }
}

#recruit-ourwork .ourwork-content__body {
  background: #f7f7f7;
  padding: 0 0 60px;
  position: relative;
}

#recruit-ourwork .ourwork-content__body > .l-container {
  margin-top: -200px;
  padding-top: 200px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  #recruit-ourwork .ourwork-content__body > .l-container {
    margin-top: -100px;
    padding-top: 100px;
  }
}

#recruit-ourwork .ourwork-content__body > .l-container:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 60px;
  content: '';
  display: block;
  width: 55px;
  position: absolute;
  top: 0;
  left: 90px;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 992px) {
  #recruit-ourwork .ourwork-content__body > .l-container:before {
    background-size: contain;
    position: static;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    transform: none;
  }
}

#recruit-ourwork .ourwork-content__body.slide01 > .l-container:before {
  background-image: url(./img/recruit/ourwork/icon01.png);
}

#recruit-ourwork .ourwork-content__body.slide02 > .l-container:before {
  background-image: url(./img/recruit/ourwork/icon02.png);
}

#recruit-ourwork .ourwork-content__body.slide03 > .l-container:before {
  background-image: url(./img/recruit/ourwork/icon03.png);
}

#recruit-ourwork .ourwork-content__body.slide04 > .l-container:before {
  background-image: url(./img/recruit/ourwork/icon04.png);
}

#recruit-ourwork .ourwork-content__body.slide05 > .l-container:before {
  background-image: url(./img/recruit/ourwork/icon05.png);
}

#recruit-ourwork .ourwork-content__body--title {
  font-size: 3.3rem;
  line-height: 1.2;
  margin-top: 30px;
}

@media only screen and (max-width: 992px) {
  #recruit-ourwork .ourwork-content__body--title {
    font-size: 2.8rem;
  }
}

#recruit-ourwork .ourwork-content__body--textbox {
  max-width: 1060px;
  padding-right: 270px;
}

@media only screen and (max-width: 992px) {
  #recruit-ourwork .ourwork-content__body--textbox {
    max-width: none;
    padding-right: 0;
  }
}

#recruit-ourwork .ourwork-content__body--textbox p {
  font-size: 1.5rem;
  line-height: 1.6;
}

#recruit-ourwork .ourwork-content__body > .l-container {
  position: relative;
}

#recruit-ourwork .ourwork-content__next {
  background: #1d2739;
  color: #fff;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 10px 15px;
  position: absolute;
  right: 15px;
  bottom: 70px;
  text-align: center;
  transition: box-shadow 300ms ease-in-out;
  width: 250px;
}

@media only screen and (max-width: 992px) {
  #recruit-ourwork .ourwork-content__next {
    margin: 0 auto;
    position: static;
    padding: 10px 20px;
    text-align: center;
  }
}

#recruit-ourwork .ourwork-content__next:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.14);
}

#recruit-ourwork .ourwork-content__next:hover:active {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.14);
}

#recruit-ourwork .ourwork-content__next > span {
  display: inline-block;
  text-align: left;
}

#recruit-ourwork .ourwork-content__next > span > small {
  display: block;
}

@keyframes fadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#recruit-voice .voice-index {
  margin-top: -40px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 600px) {
  #recruit-voice .voice-index {
    margin-bottom: 50px;
  }
}

#recruit-voice .voice-index__list {
  background: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media only screen and (max-width: 992px) {
  #recruit-voice .voice-index__list {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  #recruit-voice .voice-index__list {
    margin-bottom: 50px;
  }
}

#recruit-voice .voice-index__item {
  color: #333;
  display: block;
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 992px) {
  #recruit-voice .voice-index__item {
    width: auto;
  }
}

#recruit-voice .voice-index__item > img {
  display: block;
  width: 100%;
}

#recruit-voice .voice-index__overflow {
  background: rgba(255, 255, 255, 0.5);
  width: 50%;
  padding: 14.0625% 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 600px) {
  #recruit-voice .voice-index__overflow {
    background: rgba(255, 255, 255, 0.8);
    margin: -60px 15px 40px;
    padding: 10px;
    position: relative;
    width: auto;
    z-index: 2;
  }
}

#recruit-voice .voice-index__overflow.left {
  right: auto;
  left: 0;
}

#recruit-voice .voice-index__charm {
  padding-bottom: 5.208333333%;
  position: relative;
  text-align: center;
}

#recruit-voice .voice-index__charm:before {
  background: #000;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 13.888888888%;
  transform: translate(-50%, 0);
}

#recruit-voice .voice-index__charm > span {
  display: block;
  font-size: 2.526315789vw;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 992px) {
  #recruit-voice .voice-index__charm > span {
    font-size: 5.05263vw;
  }
}

@media only screen and (max-width: 600px) {
  #recruit-voice .voice-index__charm > span {
    font-size: 10.10526vw;
  }
}

#recruit-voice .voice-index__charm > small {
  display: block;
  font-size: 0.842105263vw;
}

@media only screen and (max-width: 992px) {
  #recruit-voice .voice-index__charm > small {
    font-size: 1.68421vw;
  }
}

@media only screen and (max-width: 600px) {
  #recruit-voice .voice-index__charm > small {
    font-size: 3.36842vw;
  }
}

#recruit-voice .voice-index__title {
  font-family: "Hiragino Kaku Gothic", serif;
  font-size: 1.894736842vw;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0;
  padding-top: 5.208333333%;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #recruit-voice .voice-index__title {
    font-size: 3.78947vw;
  }
}

@media only screen and (max-width: 600px) {
  #recruit-voice .voice-index__title {
    font-size: 7.21895vw;
  }
}

#recruit-voice .voice-index__name {
  font-size: 1.578947368vw;
  padding-top: 27.777777777%;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #recruit-voice .voice-index__name {
    font-size: 3.15789vw;
    padding-top: 2%;
  }
}

@media only screen and (max-width: 600px) {
  #recruit-voice .voice-index__name {
    font-size: 6.31579vw;
  }
}

#recruit-voice .voice-index__name > small {
  display: block;
  font-size: 0.842105263vw;
}

@media only screen and (max-width: 992px) {
  #recruit-voice .voice-index__name > small {
    font-size: 1.68421vw;
  }
}

@media only screen and (max-width: 600px) {
  #recruit-voice .voice-index__name > small {
    font-size: 3.36842vw;
  }
}

.l-recruit-voice__visual {
  margin-top: -40px;
  overflow: hidden;
  position: relative;
}

.l-recruit-voice__visual--image {
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
  min-width: 100%;
}

@media only screen and (max-width: 992px) {
  .l-recruit-voice__visual--image {
    height: 400px;
  }
}

@media only screen and (max-width: 600px) {
  .l-recruit-voice__visual--image {
    transform: translate(-55%, 0);
    height: 300px;
  }
}

.l-recruit-voice__title {
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-250%, 0);
}

@media only screen and (max-width: 992px) {
  .l-recruit-voice__title {
    transform: translate(-100%, 0) scale(0.75);
    transform-origin: center bottom;
  }
}

@media only screen and (max-width: 600px) {
  .l-recruit-voice__title {
    transform: translate(-100%, 0) scale(0.5);
  }
}

.l-recruit-voice__name {
  margin: 25px 0 45px;
  text-align: center;
}

.l-recruit-voice__name--role,
.l-recruit-voice__name span,
.l-recruit-voice__name small {
  display: block;
}

.l-recruit-voice__name--role,
.l-recruit-voice__name small {
  font-size: 1.6rem;
}

.l-recruit-voice__name span {
  font-size: 3.0rem;
  margin-bottom: 20px;
}

.l-recruit-voice__section {
  border-left: solid 5px #1d2739;
  padding-left: 55px;
  padding-bottom: 60px;
  max-width: 700px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-voice__section {
    padding-left: 15px;
    padding-bottom: 30px;
  }
}

.l-recruit-voice__section.section02 {
  margin: 0 0 0 auto;
  padding-top: 65px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-voice__section.section02 {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

.l-recruit-voice__section.section03 {
  background: #1d2739;
  border: none;
  color: #fff;
  padding: 0;
  position: relative;
  max-width: none;
}

.l-recruit-voice__section.section04 {
  margin-left: 21.428571428%;
  padding-top: 65px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-voice__section.section04 {
    margin-left: 0;
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

.l-recruit-voice__section.section05 {
  padding-top: 65px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-voice__section.section05 {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

.l-recruit-voice__section--inner {
  background: #1d2739;
  padding: 65px 8.928571428% 70px 0;
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .l-recruit-voice__section--inner {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .l-recruit-voice__section--inner {
    padding: 35px 0 40px;
  }
}

.l-recruit-voice__section--num {
  margin: 0 0 25px;
  padding: 35px 0 35px 110px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .l-recruit-voice__section--num {
    padding: 15px 0 15px 75px;
  }
}

.l-recruit-voice__section--num > span {
  font-family: 'Arial', sans-serif;
  font-size: 9.4rem;
  font-weight: 400;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 600px) {
  .l-recruit-voice__section--num > span {
    font-size: 5.4rem;
  }
}

.l-recruit-voice__section--title {
  font-size: 3.3rem;
  margin: 0 0 25px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-voice__section--title {
    font-size: 2.4rem;
  }
}

.l-recruit-voice__section p {
  font-size: 1.5rem;
  line-height: 1.6;
}

.l-recruit-voice__section p:last-child {
  margin-bottom: 0;
}

.l-recruit-voice__image.section01 {
  height: auto;
}

.l-recruit-voice__image.section03 {
  min-width: 0;
  width: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  transform: none;
}

@media only screen and (max-width: 992px) {
  .l-recruit-voice__image.section03 {
    position: static;
    width: 100%;
  }
}

.l-recruit-voice__image.section03 > img {
  height: 100%;
  position: absolute;
  right: 0;
  max-width: none;
}

@media only screen and (max-width: 992px) {
  .l-recruit-voice__image.section03 > img {
    height: auto;
    position: static;
    max-width: 100%;
  }
}

.l-recruit-voice__image.section04 > img {
  margin: 0 0 0 auto;
}

.l-recruit-voice__image > img {
  display: block;
  max-width: 100%;
}

.l-recruit-voice__link-entry {
  margin: 100px 0;
}

@media only screen and (max-width: 600px) {
  .l-recruit-voice__link-entry {
    margin: 50px 0;
  }
}

.l-recruit-environment {
  margin-bottom: 100px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-environment {
    margin-bottom: 50px;
  }
}

.l-recruit-environment__title {
  font-size: 3.3rem;
  margin: 65px 0 25px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .l-recruit-environment__title {
    font-size: 2.8rem;
    margin: 35px 0 15px;
  }
}

.l-recruit-environment__lead {
  margin: 45px 0;
}

.l-recruit-environment__lead > p {
  line-height: 1.6;
}

.l-recruit-environment__lead > p:first-child {
  margin-top: 0;
}

.l-recruit-environment__lead > p:last-child {
  margin-bottom: 0;
}

.l-recruit-environment__visual > img {
  display: block;
  width: 100%;
}

.l-recruit-environment__body {
  background: #f2f2f2;
}

@media only screen and (max-width: 600px) {
  .l-recruit-environment__body {
    margin-bottom: 50px;
  }
}

.l-recruit-environment__section {
  height: 350px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .l-recruit-environment__section {
    height: auto;
  }
}

.l-recruit-environment__section > .l-container {
  align-items: center;
  height: 100%;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .l-recruit-environment__section > .l-container {
    height: auto;
  }
}

.l-recruit-environment__inner {
  padding-right: 8.928571428%;
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .l-recruit-environment__inner {
    padding: 40px 0;
    width: 100%;
  }
}

.reverse .l-recruit-environment__inner {
  margin: 0 0 0 auto;
  padding-right: 0;
  padding-left: 8.928571428%;
}

@media only screen and (max-width: 992px) {
  .reverse .l-recruit-environment__inner {
    padding: 40px 0;
  }
}

.l-recruit-environment__inner > h3 {
  font-size: 2.4rem;
  margin: 0 0 25px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-environment__inner > h3 {
    font-size: 2.0rem;
  }
}

.l-recruit-environment__inner > p {
  font-size: 1.5rem;
  line-height: 1.6;
}

.l-recruit-environment__inner > p:last-child {
  margin-bottom: 0;
}

.l-recruit-environment__bg {
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .l-recruit-environment__bg {
    height: auto;
    position: static;
    width: 100%;
  }
}

.reverse .l-recruit-environment__bg {
  left: 0;
}

.l-recruit-environment__bg > img {
  min-height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
}

@media only screen and (max-width: 992px) {
  .l-recruit-environment__bg > img {
    min-height: 0;
    position: static;
    transform: none;
    width: 100%;
  }
}

.l-recruit-workstyle__body {
	margin-bottom: 100px;
	display: flex;
	background: #f2f2f2;
}

@media only screen and (max-width: 992px) {
	.l-recruit-workstyle__body {
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	.l-recruit-workstyle__body {
		margin-bottom: 50px;
	}
}

.l-recruit-workstyle__section {
	width: 50%;
	padding: 40px;
	box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
	.l-recruit-workstyle__section {
		width: 100%;
		padding: 15px;
	}
}

.l-recruit-workstyle__section:first-child {
	background: #f9f9f9;
}

.l-recruit-workstyle__title {
	font-size: 2.4rem;
	margin: 0 0 25px;
}

.l-recruit-workstyle__text {
	line-height: 2;
	font-size: 1.5rem;
}

.l-recruit-workstyle__list {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
	.l-recruit-workstyle__list {
		display: block;
	}
}

.l-recruit-workstyle__list li {
	width: 50%;
	line-height: 2;
	font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
	.l-recruit-workstyle__list li {
		width: 100%;
	}
}

.l-recruit-workstyle__table {
}

.l-recruit-workstyle__table table {
	width: 100%;
}

.l-recruit-workstyle__table th {
	width: 25%;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	padding: 20px;
}

@media only screen and (max-width: 600px) {
	.l-recruit-workstyle__table th {
		width: 100%;
		display: block;
	}
}

.l-recruit-workstyle__table td {
	width: 25%;
	background: #FFFFFF;
	border: 1px solid #f3f3f3;
	padding: 20px;
}
@media only screen and (max-width: 600px) {
	.l-recruit-workstyle__table td {
		width: 100%;
		display: block;
	}
}

.l-recruit-workstyle__date {
	text-align: right;
	font-size: 1.5rem;
}

.l-recruit-requirements {
  background: #f3f3f3;
  margin: -40px 0 100px;
  padding: 70px 0;
}

@media only screen and (max-width: 600px) {
  .l-recruit-requirements {
    margin-bottom: 50px;
  }
}

.l-recruit-requirements + .l-container {
  margin-bottom: 100px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-requirements + .l-container {
    margin-bottom: 50px;
  }
}

.l-recruit-requirements table {
  margin-bottom: 45px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .l-recruit-requirements table {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .l-recruit-requirements table tr {
    display: block;
  }
}

.l-recruit-requirements table tr th, .l-recruit-requirements table tr td {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 15px 30px;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .l-recruit-requirements table tr th, .l-recruit-requirements table tr td {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-recruit-requirements table tr th {
  width: 22.321428571%;
}

@media only screen and (max-width: 600px) {
  .l-recruit-requirements table tr th {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    padding-bottom: 0;
    width: 100%;
  }
}

.l-recruit-requirements table tr:nth-child(2n+1) th, .l-recruit-requirements table tr:nth-child(2n+1) td {
  background: #e8eaec;
}

.l-recruit-requirements__contact {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}

.l-recruit-requirements__contact > h3 {
  font-size: 2.4rem;
  margin: 0 0 15px;
}

.l-recruit-requirements__contact > p {
  margin: 20px 0;
}

.l-recruit-requirements__contact > a {
  border: solid 3px #1d2739;
  border-radius: 25px;
  color: #1d2739;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 14px 58px;
  position: relative;
  transition: box-shadow 300ms ease-in-out;
}

.l-recruit-requirements__contact > a:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.14);
}

.l-recruit-requirements__contact > a:hover:active {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.14);
}

.l-recruit-requirements__contact > a:after {
  background: #1d2739;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 13px;
  margin-left: 10px;
  margin-top: 1px;
  vertical-align: top;
  width: 13px;
}

.l-recruit-requirements__contact > a:before {
  border-color: transparent;
  border-left-color: #fff;
  border-style: solid;
  border-width: 1px 0 1px 2px;
  content: '';
  display: block;
  right: 63px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
}

.l-recruit-faq {
  margin: 70px 0 100px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-faq {
    margin-bottom: 50px;
  }
}

.l-recruit-faq .l-faq__body {
  margin: 0 0 100px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-faq .l-faq__body {
    margin-bottom: 50px;
  }
}

.l-recruit-faq .l-faq__title > span {
  color: #37c3fb;
}


.youtube__list {
	max-width: 1010px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
	.youtube__list {
		display: block;
	}
}
.youtube__list .box {
	width: 50%;
	margin-bottom: 30px;
	padding: 0 15px;
	box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
	.youtube__list .box {
		width: 100%;
	}
}
.youtube__list .box .youtube {
	margin-bottom: 14px;
	position: relative;
}
.youtube__list .box .youtube:before {
	content: '';
	display: block;
	padding-top: 56.481481481%;
}
.youtube__list .box .youtube > iframe {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.youtube__list .box .title {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 20px;
	position: relative;
}
.youtube__list .box .title:before {
	background: #f86514;
	border-radius: 100%;
	content: '';
	display: block;
	height: 17px;
	width: 17px;
	position: absolute;
	left: 0;
	top: 5px;
}


.l-recruit-sec5 {
  background: #163e5b;
  color: #fff;
  padding: 60px 0 40px;
}

.l-recruit-sec5__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.l-recruit-sec5__list > li {
  display: inline-block;
  padding: 0 35px;
}

@media only screen and (max-width: 600px) {
  .l-recruit-sec5__list > li {
    padding: 0;
  }
  .l-recruit-sec5__list {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 600px) {
  .l-recruit-sec5__list > li:not(:first-child) {
    margin-top: 30px;
  }
}

.l-recruit-sec5__list > li > a {
  color: #fff;
  display: block;
  letter-spacing: 0;
  position: relative;
}

.l-recruit-sec5__list > li > a > div {
  border-radius: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.l-recruit-sec5__list > li > a > div > img {
  transition: transform 300ms ease-in-out;
  width: 100%;
}



.l-recruit-sec5__list > li > small {
  font-size: 1.6rem;
}
.l-recruit-sec5 ol > li > a:before {
  background: rgba(0, 38, 56, 0.45);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}