@charset "UTF-8";
/*
Theme Name: JHyM Template vol.1
Theme URI:
Author: Imejin
Author URI: http://imejin.biz
Version: 1.01
*/
/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  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(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 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;
}

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .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");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -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;
}

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .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(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -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;
}

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

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

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

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

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

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

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

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

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

.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-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

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

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

.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-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
.swpm-login-widget-form {
  margin: 0 auto;
  width: 60%;
}

.swpm-login-form-inner {
  font-size: 1.8rem;
  line-height: 3.6rem;
  padding: 1rem;
}

.swpm-username-label,
.swpm-password-label,
.swpm-rember-label {
  font-size: 1.4rem;
  font-weight: bold;
}

.swpm-login-form-pw-reset-link,
.swpm-join-us-link {
  font-size: 1.4rem;
}

.swpm-username-input,
.swpm-password-input {
  margin-bottom: 2rem;
}

.swpm-username-input > input,
.swpm-password-input > input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding: 0 17px;
  text-align: left;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
}

.swpm-remember-me {
  align-items: center;
  display: flex;
}

.swpm-remember-checkbox {
  padding: 0 5px 2px 0;
}

.swpm-login-form-submit {
  color: #fff;
  cursor: pointer;
  background: #2b5cb1;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin: 2rem auto;
  outline: none;
  text-align: center;
  transition: .1s;
  padding: 12px 20px;
  white-space: nowrap;
  width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
}

.swpm-login-form-submit:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .swpm-login-widget-form {
    width: 100%;
  }
  .swpm-login-widget-form input {
    width: 100% !important;
  }
  .swpm-login-widget-form [type="checkbox"] {
    width: auto !important;
  }
  .swpm-forgot-pass-link {
    line-height: 1.5;
  }
}

/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
#footer {
  margin-top: 10rem;
  padding: 4rem 0;
  background-color: #5483d5;
}

#footer .footer-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  width: 120rem;
  color: #fff;
}

@media screen and (max-width: 1120px) {
  #footer .footer-section {
    padding: 0 2rem;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-section {
    padding: 0 1rem;
  }
}

#footer .footer-section:last-child {
  flex-direction: row-reverse;
}

#footer .footer-section:not(:last-child) {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  #footer .footer-section:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer-item .footer-title {
    margin: 0 auto;
    width: 10rem;
  }
}

#footer .footer-section .footer-item .footer-title img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer-item .footer-title img {
    margin: 0 auto 3rem;
  }
}

#footer .footer-section .footer-item .footer-nav {
  display: flex;
  flex-wrap: wrap;
}

#footer .footer-section .footer-item .footer-nav .menu-footer_menu-container {
  display: block;
  width: 100%;
}

#footer .footer-section .footer-item .footer-nav .menu-footer_menu-container .menu {
  display: flex;
  flex-wrap: wrap;
}

#footer .footer-section .footer-item .footer-nav .menu-footer_menu-container .menu > .menu-item {
  flex: 1 1 auto;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer-item .footer-nav .menu-footer_menu-container .menu > .menu-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
  }
}

#footer .footer-section .footer-item .footer-nav .menu-footer_menu-container .menu > .menu-item > a {
  display: none;
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer-item .footer-nav .menu-footer_menu-container .menu > .menu-item > .sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

#footer .footer-section .footer-item .footer-nav .menu-footer_menu-container .menu > .menu-item > .sub-menu > .menu-item:not(:last-child) {
  margin-right: 3rem;
}

#footer .footer-section .footer-item .footer-nav .menu-footer_menu-container .menu > .menu-item > .sub-menu > .menu-item > a {
  color: #fff;
}

#footer .footer-section .footer-item .copyright {
  font-size: 1.2rem;
}

#footer .footer-section .footer-tel {
  border-top: 1px solid #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer-tel {
    margin: 0 auto 10px auto;
    width: 100%;
  }
}

#footer .footer-section .footer-tel .footer-contact {
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer-tel .footer-contact {
    margin: 0 1.5rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer-tel .footer-contact dt {
    padding: .5rem 0;
    height: auto;
    line-height: 1;
    margin: 0 0 1rem;
    text-align: center;
    width: 100%;
  }
  #footer .footer-section .footer-tel .footer-contact dt:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer-tel .footer-contact dd {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}

#footer .footer-section .footer-tel .footer-contact dd a {
  color: #fff;
}

@media screen and (max-width: 568px) {
  #footer .footer-section .footer-tel .footer-contact dd a:last-child {
    display: inline-block;
  }
}

#footer .footer-section .footer-tel .footer-contact dd a:hover {
  text-decoration: none;
}

#footer .footer-section .footer-left-item {
  width: 40%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer-left-item {
    width: 100%;
  }
}

#footer .footer-section .footer-right-item {
  width: 58%;
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer-right-item {
    width: 100%;
  }
}

#footer .footer-section .footer-right-item dl.footer-contact {
  margin: 0;
  text-align: center;
}

#footer .footer-section .footer-right-item dl.footer-contact dt,
#footer .footer-section .footer-right-item dl.footer-contact dd {
  border-bottom: 1px solid #fff;
}

#footer .footer-section .footer-right-item dl.footer-contact dt {
  width: 21%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 120%;
  line-height: 35px;
}

#footer .footer-section .footer-right-item dl.footer-contact dt:after {
  display: none;
}

#footer .footer-section .footer-right-item dl.footer-contact dd {
  width: 78%;
  border-left: 1px solid #fff;
  padding: 0;
  line-height: 35px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #footer .footer-section .footer-right-item dl.footer-contact dd {
    font-size: 1.6rem;
  }
}

/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
.pagenation ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 7rem auto 0;
  text-align: center;
}

.pagenation li {
  margin: 0 1rem 1rem 0;
}

.pagenation li.active {
  padding: 1rem 1.5rem;
  color: #fff;
  background-color: #2b5cb1;
  border: 1px solid #2b5cb1;
}

.pagenation li > a {
  display: inline-block;
  padding: 1rem 1.5rem;
  color: #2b5cb1;
  border: 1px solid #2b5cb1;
}

.pagenation li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2b5cb1;
  border: 1px solid #2b5cb1;
}

@media screen and (max-width: 800px) {
  .pagenation ul {
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  .pagenation ul {
    margin: 3rem auto;
  }
  .pagenation ul .active {
    padding: .7rem 1.2rem;
  }
  .pagenation ul li a {
    padding: .7rem 1.2rem;
  }
}

/*  base
---------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

/*  grid
---------------------------------------------------------------------------- */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 1200px;
}

@media (max-width: 1120px) {
  .container {
    width: 85%;
  }
}

@media screen and (max-width: 980px) {
  .container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .container {
    width: calc(100% - 2rem);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

@media (max-width: 1120px) {
  .row {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

@media (max-width: 980px) {
  .row {
    margin-left: -1.92308rem;
    margin-right: -1.92308rem;
  }
}

@media (max-width: 768px) {
  .row {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}

@media (max-width: 750px) {
  .row {
    margin-left: -1.31579rem;
    margin-right: -1.31579rem;
  }
}

@media (max-width: 568px) {
  .row {
    margin-left: -1.13636rem;
    margin-right: -1.13636rem;
  }
}

.row .col {
  flex: 1 0;
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (max-width: 1120px) {
  .row .col {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 980px) {
  .row .col {
    padding-left: 1.92308rem;
    padding-right: 1.92308rem;
  }
}

@media (max-width: 768px) {
  .row .col {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media (max-width: 750px) {
  .row .col {
    padding-left: 1.31579rem;
    padding-right: 1.31579rem;
  }
}

@media (max-width: 568px) {
  .row .col {
    padding-left: 1.13636rem;
    padding-right: 1.13636rem;
  }
}

.row .col.xs12, .row .col.s12, .row .col.m12, .row .col.l12, .row .col.xl12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row .col.xs11, .row .col.s11, .row .col.m11, .row .col.l11, .row .col.xl11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.row .col.xs10, .row .col.s10, .row .col.m10, .row .col.l10, .row .col.xl10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.row .col.xs9, .row .col.s9, .row .col.m9, .row .col.l9, .row .col.xl9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.row .col.xs8, .row .col.s8, .row .col.m8, .row .col.l8, .row .col.xl8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.row .col.xs7, .row .col.s7, .row .col.m7, .row .col.l7, .row .col.xl7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.row .col.xs6, .row .col.s6, .row .col.m6, .row .col.l6, .row .col.xl6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.row .col.xs5, .row .col.s5, .row .col.m5, .row .col.l5, .row .col.xl5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.row .col.xs4, .row .col.s4, .row .col.m4, .row .col.l4, .row .col.xl4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row .col.xs3, .row .col.s3, .row .col.m3, .row .col.l3, .row .col.xl3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.row .col.xs2, .row .col.s2, .row .col.m2, .row .col.l2, .row .col.xl2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.row .col.xs1, .row .col.s1, .row .col.m1, .row .col.l1, .row .col.xl1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

@media (max-width: 1120px) {
  .row .col.xl1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .row .col.xl2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .row .col.xl3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.xl4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row .col.xl5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .row .col.xl6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.xl7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .row .col.xl8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .row .col.xl9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.xl10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .row .col.xl11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .row .col.xl12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .row .col.l1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .row .col.l2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .row .col.l3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.l4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row .col.l5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .row .col.l6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.l7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .row .col.l8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .row .col.l9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.l10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .row .col.l11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .row .col.l12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .row .col.m1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .row .col.m2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .row .col.m3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.m4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row .col.m5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .row .col.m6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.m7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .row .col.m8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .row .col.m9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.m10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .row .col.m11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .row .col.m12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 750px) {
  .row .col.s1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .row .col.s2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .row .col.s3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.s4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row .col.s5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .row .col.s6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.s7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .row .col.s8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .row .col.s9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.s10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .row .col.s11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .row .col.s12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 568px) {
  .row .col.xs1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .row .col.xs2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .row .col.xs3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.xs4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row .col.xs5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .row .col.xs6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.xs7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .row .col.xs8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .row .col.xs9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.xs10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .row .col.xs11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .row .col.xs12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/**
 * 以下、元々あったコード
 * 内容確認して削除していきたい
---------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Lucida Grande", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", meiryo, sans-serif;
  line-height: 1.61;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

#container {
  flex: 1;
}

img {
  -ms-interpolation-mode: bicubic;
}

input[type="text"],
input[type="password"] {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type="submit"] {
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

p {
  font-size: 1.8rem;
  line-height: 3.6rem;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.mt10 {
  margin-top: 10px !important;
}

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

.mt30 {
  margin-top: 30px !important;
}

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

.mt50 {
  margin-top: 50px !important;
}

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

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  text-align: center;
  margin: 10px;
  padding: 4px 0 0 0;
}

.wp-caption img {
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 1.4;
}

a {
  color: #5483d5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover img {
  opacity: .7;
}

.home #container {
  padding-top: 0;
}

#container {
  padding-top: 10rem;
}

@media screen and (max-width: 1120px) {
  #container {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 980px) {
  #container {
    padding-top: 3rem;
  }
}

.sticky {
  display: block;
}

.slick-prev {
  width: 58px;
  height: 58px;
  padding: 18px;
  background-color: rgba(55, 88, 116, 0.3);
  left: 0;
  z-index: 100;
}

.slick-prev:before {
  width: 22px;
  height: 22px;
  content: '';
  display: block;
  background-image: url("images/arrow_white_left.svg");
}

.slick-next {
  width: 58px;
  height: 58px;
  padding: 18px;
  background-color: rgba(55, 88, 116, 0.3);
  right: 0;
  z-index: 100;
}

.slick-next:before {
  width: 22px;
  height: 22px;
  content: '';
  display: block;
  background-image: url("images/arrow_white_right.svg");
}

.slick-dots {
  right: 0;
  z-index: 100;
  text-align: right !important;
}

.slick-dots li {
  width: 33px;
  height: 10px;
}

.slick-dots li button {
  width: 33px;
  height: 10px;
  padding: 4px 0 0 0;
}

.slick-dots li button:before {
  width: 33px !important;
  height: 2px !important;
  content: '';
  background-color: #e6e7ea;
  opacity: 1 !important;
  top: 4px !important;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  background-color: #2b5cb1;
}

.slick-dots li.slick-active button:before {
  background-color: #2b5cb1;
}

.top-roll {
  margin-bottom: 6rem;
}

.top-roll-title {
  margin-bottom: 3rem;
  font-size: 2rem;
  text-align: center;
}

/*######################################################################

    Contents

************************************************************************/
.page-contents {
  position: relative;
  margin: 0 auto;
  padding: 0 0 7rem;
  width: 100rem;
  z-index: 100;
}

.wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 1120px) {
  .page-contents {
    padding: 0 10rem 7rem 5rem;
  }
}

@media screen and (max-width: 980px) {
  .page-contents {
    width: 100%;
  }
  .wrapper {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .page-contents {
    padding: 0 1.5rem 3rem;
  }
}

.section {
  margin-bottom: 8rem;
}

.section.-h2 {
  margin-bottom: 15rem;
}

@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 5rem;
  }
  .section.-h2 {
    margin-bottom: 10rem;
  }
}

@media screen and (max-width: 468px) {
  .section {
    margin-bottom: 5rem;
  }
  .section.-h2 {
    margin-bottom: 10rem;
  }
}

.section-area {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  .section-area {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .section-area {
    padding: 0 1rem;
    width: 100%;
  }
}

.section-max-area {
  padding: 0 3rem;
}

@media screen and (max-width: 768px) {
  .section-max-area {
    padding: 0 1rem;
  }
}

.text-box {
  padding: 2rem;
  font-size: 1.6rem;
  background-color: #f2f2f2;
}

.text-box p:last-child {
  margin-bottom: 0;
}

.page-section-title01 {
  margin-bottom: 4rem;
  color: #2b5cb1;
  font-size: 3.2rem;
}

.page-section-title01 span {
  display: block;
  margin-bottom: 1em;
  font-size: 2rem;
}

.page-section-title01 span:after {
  content: '';
  display: block;
  margin-top: 1em;
  width: 4rem;
  height: .2rem;
  background-color: #2b5cb1;
}

@media screen and (max-width: 768px) {
  .page-section-title01 {
    margin-bottom: 2rem;
    font-size: 2.24rem;
  }
  .page-section-title01 span {
    font-size: 1.44rem;
  }
  .page-section-title01 span:after {
    content: '';
    display: block;
    margin-top: 1em;
    width: 4rem;
    height: .2rem;
    background-color: #2b5cb1;
  }
}

.page-section-title02 {
  margin: 0 0 2rem 0;
  padding: 1rem 0;
  font-size: 2.4rem;
  text-align: center;
  border-top: solid 2px #3d82b8;
  border-bottom: solid 1px #3d82b8;
}

@media screen and (max-width: 768px) {
  .page-section-title02 {
    margin: 0 0 1rem 0;
    padding: .6rem 0;
    font-size: 1.92rem;
  }
}

.page-contents p.strong01 {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .page-contents p.strong01 {
    margin-bottom: 3rem;
    font-size: 1.44rem;
  }
}

.strong-center {
  margin-bottom: 4rem;
  color: #2b5cb1;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .strong-center {
    margin-bottom: 2rem;
    font-size: 1.92rem;
  }
}

.page-footer-tel {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/*--- page-style ---*/
.page-style h1 {
  display: inline-block;
  margin: 0 0 3rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #2b5cb1;
}

.page-style h2 {
  display: inline-block;
  margin: 0 0 3rem;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #2b5cb1;
}

.page-style h3 {
  margin: 0 0 3rem;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: bold;
}

.page-style a {
  color: #2b5cb1;
  text-decoration: underline;
}

.page-style a:hover {
  text-decoration: none;
  opacity: .7;
}

.page-style p {
  margin-bottom: 2rem;
}

.page-style ul {
  margin-bottom: 3rem;
}

.page-style li {
  margin-bottom: 1rem;
}

.page-style ol li {
  list-style-type: disc;
  list-style-position: inside;
}

.page-style img {
  display: block;
  margin: 0 auto 3rem;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .page-style {
    padding: 3rem 1.5rem;
  }
  .page-style h1 {
    margin: 3rem 0 1rem;
    font-size: 2.4rem;
  }
  .page-style h2 {
    margin: 2rem 0 1rem;
    font-size: 2.1rem;
  }
  .page-style h3 {
    margin: 2rem 0 1rem;
    font-size: 1.9rem;
  }
  .page-style img {
    margin: 0 auto 1rem;
  }
}

@media screen and (max-width: 768px) {
  .page-style {
    padding: 0 1.5rem 3rem;
  }
}

.page-style .page-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

.page-style .page-wrapper .page-wrapper-img {
  width: 25%;
}

.page-style .page-wrapper .page-wrapper-item {
  width: 72%;
}

@media screen and (max-width: 768px) {
  .page-style .page-wrapper {
    margin-bottom: 3rem;
  }
  .page-style .page-wrapper .page-wrapper-img {
    margin-bottom: 1rem;
    width: 100%;
  }
  .page-style .page-wrapper .page-wrapper-item {
    width: 100%;
  }
}

.page-style .page-wrapper .page-wrapper-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.page-style .page-wrapper .page-wrapper-meta li {
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .page-style .page-wrapper .page-wrapper-meta {
    margin-bottom: 0;
  }
  .page-style .page-wrapper .page-wrapper-meta li {
    margin-right: 1rem;
  }
}

.page-style .page-wrapper .page-wrapper-meta .page-wrapper-cat {
  padding: .2rem 2rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: #2b5cb1;
}

/*
  fcv
/////////////////////////////////////////////////////////*/
.fcv-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  width: 48%;
}

.fcv-img img {
  width: 100%;
}

.fcv-title {
  color: #3d82b8;
  font-size: 3.2rem;
}

.fcv-title span {
  display: inline-block;
  margin: 0 2rem 3rem 0;
  padding: 1.3rem 2rem;
  color: #fff;
  background-color: #3d82b8;
}

.fcv-imagelist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcv-imagelist-item {
  margin-bottom: 30px;
  width: 32%;
}

.fcv-imagelist-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .fcv-section {
    margin-bottom: 1rem;
    width: 100%;
  }
  .fcv-txtcontents {
    margin-bottom: 2rem;
    width: 100%;
  }
  .fcv-img {
    width: 100%;
  }
  .fcv-title {
    font-size: 2.4rem;
  }
  .fcv-title span {
    margin: 0 1rem 2rem 0;
    padding: .4rem 1rem;
    font-size: 2rem;
  }
  .fcv-imagelist-item {
    width: 100%;
  }
}

/*
  about
/////////////////////////////////////////////////////////*/
.about-hero {
  text-align: center;
}

.about-dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.about-dl {
  padding: 3rem;
  width: 49%;
  background-color: #f5f5f5;
}

.about-dl dt {
  margin-bottom: 1.5rem;
  width: 100%;
  color: #2b5cb1;
  text-align: center;
}

.about-img img {
  display: block;
  margin: 0 auto;
  max-width: 70%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .about-img img {
    max-width: 95%;
  }
}

/*
  business
/////////////////////////////////////////////////////////*/
.business-section {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .business-section {
    margin-bottom: 4rem;
  }
}

.business-flow {
  margin: 0 auto;
  width: 55%;
}

.business-flow dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 5rem;
  padding: 1.5rem;
  border-radius: 6px;
}

.business-flow dl:last-child {
  margin-bottom: 0;
}

.business-flow dt {
  padding: 1rem 0;
  width: 30%;
  color: #64b5db;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.2;
}

.business-flow dt img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.business-flow dd {
  padding: 3rem;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .business-flow dl {
    padding: 1rem;
  }
  .business-flow dt {
    width: 40%;
    font-size: 1.8rem;
  }
  .business-flow dd {
    padding: 1.2rem;
    width: 60%;
    font-size: 1.5rem;
  }
  .business-flow dt img {
    max-width: 80%;
  }
}

@media screen and (max-width: 568px) {
  .business-flow {
    width: 100%;
  }
}

.business-flow-dl01 {
  border: 2px solid #3d82b8;
}

.business-flow-dl02 {
  border: 2px dotted #64b5db;
}

.business-flow-dl01 {
  border: 2px solid #3d82b8;
}

.business-flow-dl02 {
  border: 2px dotted #64b5db;
}

dl.business-flow-dl01:not(:last-child):after {
  content: url(./images/arrow01.jpg);
  position: absolute;
  top: calc(100% + 2px);
  left: calc((100% - 35px) / 2);
}

.business-flow-dl02:after {
  content: url(./images/arrow02.jpg);
  position: absolute;
  top: calc(100% + 2px);
  left: calc((100% - 35px) / 2);
}

.business-contents table {
  margin: 0 auto;
  width: 100%;
}

.business-contents thead tr {
  background-color: #b0cfdd;
}

.business-contents tbody tr {
  background-color: #f5f5f5;
}

.business-contents tr td {
  width: 33.3333%;
  padding: 1rem;
  text-align: center;
  border: 0.5px solid #fff;
}

.business-contents tbody tr td:first-child {
  border-left: none;
}

.business-contents tbody tr td:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .business-contents tbody tr td {
    font-size: 1.6rem;
  }
}

/*
  cir
/////////////////////////////////////////////////////////*/
.cir-table-section {
  padding: 5rem 5rem 0;
  background-color: rgba(176, 207, 221, 0.2);
}

@media screen and (max-width: 768px) {
  .cir-table-section {
    padding: 2rem 2rem 0;
  }
}

.cir-contents table {
  width: 100%;
}

.cir-contents table tr th {
  padding: 0 3rem 5rem 0;
  width: 15%;
  font-weight: normal;
  vertical-align: top;
  text-align: right;
}

.cir-contents table tr td {
  padding: 0 1rem 5rem 3rem;
  vertical-align: top;
}

.cir-contents table tr td.circle {
  position: relative;
  padding: 0 0 5rem 0;
  width: 1.5rem;
  text-align: center;
}

.cir-contents table tr td.circle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 49%;
  width: 1px;
  height: 100%;
  background-color: #dedede;
  z-index: -1;
}

.cir-contents table tr:first-child td.circle:after {
  top: 1.5rem;
  height: calc(100% - 1.5rem);
}

.cir-contents table tr:last-child td.circle:after {
  height: 1.5rem;
}

.page-contents .cir-contents img {
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .cir-contents table {
    font-size: 1.6rem;
  }
  .cir-contents table tr th {
    width: 25%;
    padding: 0 1rem 2rem 0;
  }
  .cir-contents table tr td {
    padding: 0 1rem 2rem 1rem;
  }
  .cir-contents table tr td.circle {
    padding: 0 0 2rem 0;
  }
}

/*
  contact
/////////////////////////////////////////////////////////*/
.contact-txt {
  margin-bottom: 5rem;
}

.contact-form-dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.contact-form-dl dt {
  margin-right: 2%;
  padding-top: .7rem;
  width: 28%;
  line-height: 1;
}

.contact-form-dl dd {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .contact-form-dl dt {
    margin-right: 0;
    margin-bottom: 2rem;
    padding-top: 0;
    width: 100%;
  }
  .contact-form-dl dd {
    width: 100%;
  }
}

.contact-form-required {
  display: block;
}

.contact-form-small {
  color: #06175A;
  font-size: 1.1rem;
}

.wpcf7-text,
.wpcf7-textarea {
  margin-bottom: .5rem;
  padding: 1.7rem 2rem 1.5rem;
  color: #333;
  font-size: 1.6rem;
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #F8F8F8;
  border: 1px solid #DEDDDD !important;
}

.wpcf7-text {
  width: 100%;
}

.wpcf7-textarea {
  width: 100%;
}

@media screen and (max-width: 568px) {
  .wpcf7-text {
    width: 100%;
  }
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 3rem 1rem 0;
  font-size: 1.6rem;
}

.wpcf7-submit {
  display: block;
  margin: 4rem auto 0;
  padding: 1rem 0;
  width: 43rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #06175A;
  border: 0;
  border-radius: 30rem;
}

@media screen and (max-width: 568px) {
  .wpcf7-submit {
    width: 90%;
    font-size: 1.6rem;
  }
}

.wpcf7-submit:hover {
  opacity: .7;
}

div.wpcf7-mail-sent-ok {
  margin: 2rem 0 3rem !important;
  padding: 1.5rem !important;
  font-size: 2.2rem;
  text-align: center;
  border: 0 !important;
  background-color: #fff;
}

/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
.entry article .entry-header {
  padding-top: 0;
  text-align: left;
}

.entry article .entry-header h1 {
  margin: 0 0 2.5rem;
  padding: 0 0 0 2rem;
  color: #2b5cb1;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: 3px solid #2b5cb1;
}

@media screen and (max-width: 768px) {
  .entry article .entry-header h1 {
    margin: 0 0 2.0rem;
    padding: 0 0 0 1rem;
    font-size: 1.8rem;
  }
}

.entry .entry-header {
  text-align: center;
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .entry .entry-header {
    padding-top: 3rem;
  }
}

.entry .entry-header h1 {
  color: #2b5cb1;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 3.8rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .entry .entry-header h1 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}

.entry .entry-header h1 span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .entry .entry-header h1 span {
    margin-bottom: 0;
  }
}

.entry .entry-header h1:after {
  content: '';
  background-color: #2b5cb1;
  display: block;
  height: .2rem;
  margin: 1.5rem auto 0;
  width: 5rem;
}

@media screen and (max-width: 768px) {
  .entry .entry-header h1:after {
    margin: 1rem auto 0;
  }
}

.entry .entry-header h1.-no-underbar:after {
  display: none;
}

.entry .entry-header .entry-header-img {
  width: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.entry .entry-header .entry-header-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.entry .entry-header .entry-header-meta .post-cat {
  display: inline-block;
  margin-left: 1rem;
  padding: .01rem 1rem;
  color: #fff;
  font-size: 1.4rem;
  background-color: #2b5cb1;
}

.entry .entry-posts {
  padding-bottom: 0;
  /* company
    ---------------------------------------------------------------------------- */
}

.entry .entry-posts h2 {
  margin: 4.5rem 0 2.5rem;
  padding: 0 0 0 2rem;
  color: #2b5cb1;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: 3px solid #2b5cb1;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts h2 {
    margin: 3.5rem 0 2.0rem;
    padding: 0 0 0 1rem;
    font-size: 1.8rem;
  }
}

.entry .entry-posts h3 {
  margin: 3.5rem 0 1rem;
  font-size: 2.3rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts h3 {
    font-size: 1.7rem;
  }
}

.entry .entry-posts h4 {
  margin: 3.2rem 0 1.8rem;
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts h4 {
    font-size: 1.6rem;
  }
}

.entry .entry-posts h5 {
  margin: 3.0rem 0 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts h5 {
    font-size: 1.5rem;
  }
}

.entry .entry-posts p {
  margin: 1rem 0;
  font-size: 1.8rem;
  line-height: 3.6rem;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.entry .entry-posts p + p {
  margin-top: 4rem;
}

.entry .entry-posts a {
  color: #5483d5;
  cursor: pointer;
}

.entry .entry-posts a:hover {
  text-decoration: underline;
  color: #2b5cb1;
}

.entry .entry-posts blockquote {
  border-left: 2px solid #2b5cb1;
  margin: 1rem 0;
  padding: 0 0 0 1rem;
}

.entry .entry-posts dl {
  margin: 1rem 0;
}

.entry .entry-posts dl dt {
  font-weight: bold;
}

.entry .entry-posts dl dd {
  margin: 0 1rem 1rem;
}

.entry .entry-posts ul,
.entry .entry-posts ol {
  margin: 1rem 0 1rem 2.5rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts ul,
  .entry .entry-posts ol {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.entry .entry-posts ul li {
  list-style: disc;
}

.entry .entry-posts ol li {
  list-style: decimal;
}

.entry .entry-posts figure img {
  display: inherit;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  height: auto;
}

.entry .entry-posts figure figcaption {
  text-align: center;
}

.entry .entry-posts table {
  margin-bottom: 3rem;
  width: 100%;
}

.entry .entry-posts table tr {
  border-bottom: 1px solid #fff;
}

.entry .entry-posts table tr th,
.entry .entry-posts table tr td {
  padding: 1rem 0;
  text-align: center;
  border-right: 1px solid #fff;
}

.entry .entry-posts table tr th {
  color: #fff;
  background-color: #5483d5;
}

.entry .entry-posts table tr td {
  background-color: #f5f5f5;
}

.entry .entry-posts .box {
  margin: 2rem 0;
  padding: 1rem 2rem;
  background-color: #e6e6e6;
}

.entry .entry-posts .box h2, .entry .entry-posts .box h3, .entry .entry-posts .box h4, .entry .entry-posts .box h5, .entry .entry-posts .box h6 {
  color: #5483d5;
}

.entry .entry-posts .box p {
  color: gray;
}

.entry .entry-posts .num-title {
  color: #2b5cb1;
  font-size: 1.8rem;
  margin: 2rem 0;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts .num-title {
    font-size: 1.92rem;
  }
  .entry .entry-posts .num-title:not(:first-of-type) {
    margin: 2rem 0 1rem;
  }
}

.entry .entry-posts .num-title span {
  color: #2b5cb1;
  display: inline-block;
  border: 1px solid #2b5cb1;
  line-height: 30px;
  margin-right: 1rem;
  text-align: center;
  width: 30px;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts .num-title span {
    margin-right: 1rem;
    padding: .7rem 1rem;
    width: 40px;
  }
}

.entry .entry-posts .block-content-description {
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin: -1px auto 20px;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts .block-content-description {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.entry .entry-posts .block-content-list {
  line-height: 2;
  margin-bottom: 10px;
  margin-left: 1.4em;
}

.entry .entry-posts .block-content-note {
  font-size: 1.4rem;
  color: #6d6d6d;
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts .block-content-note {
    font-size: 1.2rem;
  }
}

.entry .entry-posts .list-square li {
  font-size: 1.8rem;
  line-height: 3.6rem;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts .list-square li {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.entry .entry-posts .list-square li > a {
  text-decoration: underline;
}

.entry .entry-posts .list-square li > a:hover {
  color: #2b5cb1;
}

.entry .entry-posts .entry-link-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
}

.entry .entry-posts .bg-graph-pc,
.entry .entry-posts .bg-graph-sp {
  display: inherit;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.entry .entry-posts img.bg-graph-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts img.bg-graph-pc {
    display: none !important;
  }
  .entry .entry-posts img.bg-graph-sp {
    display: block !important;
  }
}

.entry .entry-posts .entry-btn {
  margin: 5rem 0;
  text-align: center;
}

.entry .entry-posts .entry-btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 3rem 0;
  width: 38rem;
  text-align: center;
  color: #2b5cb1;
  border: 1px solid #2b5cb1;
  font-size: 1.8rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts .entry-btn a {
    padding: 1rem 0;
    width: 90%;
  }
}

.entry .entry-posts .entry-btn a:after {
  content: '\f105';
  position: absolute;
  top: 3rem;
  right: 1rem;
  color: #2b5cb1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts .entry-btn a:after {
    top: 1rem;
  }
}

.entry .entry-posts .entry-btn a:hover {
  color: #fff;
  background-color: #2b5cb1;
  text-decoration: none;
}

.entry .entry-posts .entry-btn a:hover:after {
  color: #fff;
}

.entry .entry-posts .center {
  text-align: center;
}

.entry .entry-posts .text-small {
  font-size: smaller;
}

.entry .entry-posts .company-dl {
  margin: 2rem 0 4rem;
}

.entry .entry-posts .company-dl dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1px 0;
  height: 100%;
  background-color: #def0f8;
}

.entry .entry-posts .company-dl dl dt,
.entry .entry-posts .company-dl dl dd {
  min-height: 1vw;
}

.entry .entry-posts .company-dl dl dt {
  text-align: center;
  padding: 3rem;
  width: 30%;
  width: 260px;
  height: 100%;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts .company-dl dl dt {
    padding: 1rem;
    width: 40%;
  }
}

.entry .entry-posts .company-dl dl dd {
  margin: 0;
  padding: 3rem 1.5rem;
  width: 70%;
  width: calc(100% - 260px);
  height: 100%;
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .entry .entry-posts .company-dl dl dd {
    width: 60%;
  }
}

.entry .entry-posts .company-logo-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 5rem 0;
}

.entry .entry-posts .company-logo-list li {
  align-self: center;
  list-style: none;
  margin-bottom: 1rem;
  width: 23%;
}

.entry .entry-posts .company-logo-list li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.entry .entry-list .entry-list-item {
  padding: 3rem 0;
  border-bottom: 1px solid #bbb;
}

.entry .entry-list .entry-list-item:first-child {
  padding-top: 0;
}

.entry .entry-list .entry-list-item .entry-list-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.entry .entry-list .entry-list-item .entry-list-item-meta .post-cat {
  display: inline-block;
  margin-left: 1rem;
  padding: .01rem 1rem;
  color: #fff;
  font-size: 1.4rem;
  background-color: #2b5cb1;
}

.entry .entry-list .entry-list-item a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.6rem;
  width: 96%;
}

.entry .entry-list .entry-list-item a:hover {
  color: #2b5cb1;
}

.category-list .category-list-title {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.category-list .category-list-title span {
  display: block;
  font-size: 1.8rem;
}

.category-list ul li {
  border-bottom: 1px dashed #e6e6e6;
}

.category-list ul li a {
  display: block;
  padding: 1rem;
}

/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
.jhym-links {
  padding: 0 0 5rem;
}

@media screen and (max-width: 768px) {
  .jhym-links {
    padding: 0;
  }
}

.jhym-links .container .jhym-link-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

@media screen and (max-width: 1120px) {
  .jhym-links .container .jhym-link-list {
    margin: 0 -15px;
  }
}

@media screen and (max-width: 980px) {
  .jhym-links .container .jhym-link-list {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 768px) {
  .jhym-links .container .jhym-link-list {
    margin: 0 -5px;
  }
}

.jhym-links .container .jhym-link-list .jhym-link-list-item {
  flex: 0 1 33.33%;
  width: 33.33%;
  padding: 25px;
}

@media screen and (max-width: 1120px) {
  .jhym-links .container .jhym-link-list .jhym-link-list-item {
    padding: 15px;
  }
}

@media screen and (max-width: 980px) {
  .jhym-links .container .jhym-link-list .jhym-link-list-item {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .jhym-links .container .jhym-link-list .jhym-link-list-item {
    flex: 1 1 50%;
    width: 50%;
    padding: 5px;
  }
}

.jhym-links .container .jhym-link-list .jhym-link-list-item a {
  display: block;
  position: relative;
}

.jhym-links .container .jhym-link-list .jhym-link-list-item a img {
  width: 100%;
  vertical-align: bottom;
}

.jhym-links .container .jhym-link-list .jhym-link-list-item a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(78,135,221,0.533);
  background-image: linear-gradient(to left, rgba(84, 131, 213, 0.8), rgba(72,201,243,0.866));
}

@media screen and (max-width: 768px) {
  .jhym-links .container .jhym-link-list .jhym-link-list-item a span {
    padding: 0 7px;
    height: 30px;
    line-height: 30px;
  }
}

.jhym-links .container .jhym-link-list .jhym-link-list-item a span img {
  float: right;
  width: 30px;
  height: 30px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .jhym-links .container .jhym-link-list .jhym-link-list-item a span img {
    width: 22px;
    height: 22px;
    padding-top: 8px;
  }
}

.breadcrumb {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 4rem 0 4rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 2rem 0;
  }
}

.breadcrumb span {
  display: inline-block;
  font-size: 95%;
}

.breadcrumb span a {
  color: #2f77b4;
}

.breadcrumb span a > span:hover {
  text-decoration: underline;
}

.breadcrumb + article,
.breadcrumb + .entry-header {
  margin-top: -7rem;
}

#archive-interview {
  padding-bottom: 10rem;
}

.interview-archive-item {
  margin-bottom: 5rem;
  width: 48%;
}

.interview-archive-img {
  margin-bottom: 0.5rem;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.interview-archive-img img {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.interview-archive-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}

.interview-archive-title a {
  color: #2b5cb1;
  font-size: 1.8rem;
}

.interview-archive-position {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.8;
}

.interview-archive-position:before {
  content: '/';
  padding: 0 0.7rem;
}

.interview-archive-text {
  font-size: 1.8rem;
  line-height: 1.8;
}

.interview-archive-text > h2 {
  margin-bottom: 5px;
}

.interview-archive-text > p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.interview-section {
  margin-bottom: 7rem;
}

.topics-archive h2 {
  min-height: 2rem;
}

.topics-archive ul.post-meta {
  justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
}

.topics-archive ul.post-meta li time {
  color: gray;
}

.topics-archive .pagenation {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .interview-archive {
    padding: 0 5rem 7rem;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .topics-archive {
    padding: 0 2rem;
  }
  .topics-archive h2 {
    min-height: 2rem;
  }
  .topics-archive .interview-archive-img {
    min-height: 460px;
  }
  .interview-archive-item {
    margin-bottom: 3rem;
    padding: 0 2rem;
    width: 100%;
  }
  .interview-archive-img {
    min-height: 485px;
  }
  .interview-archive {
    padding: 0;
  }
  .interview-archive-position {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .interview-archive-text > p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .interview-section {
    margin-bottom: 3rem;
  }
  .interview-archive-title a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 750px) {
  .interview-archive {
    padding: 0 2rem 5rem;
  }
  .interview-archive-item {
    padding: 0;
  }
}

@media screen and (max-width: 568px) {
  .interview-archive-img {
    min-height: 280px;
  }
  .topics-archive .interview-archive-img {
    min-height: 280px;
  }
}

.interview-section h3 {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 2.1rem;
  font-weight: bold;
  border-bottom: 2px solid #2b5cb1;
}

.interview-sidebar figure img {
  display: block;
  margin: 0 auto 3rem;
  max-width: 100%;
  height: auto;
}

.interview-sidebar-title {
  color: #2b5cb1;
  font-size: 2rem;
}

.interview-sidebar-position {
  margin-bottom: 1rem;
}

.interview-sidebar-text {
  font-size: 1.4rem;
}

/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
#page-fcv .fcv-performance .container .row {
  margin-top: 50px;
}

#page-fcv .fcv-performance .container .row .col {
  text-align: center;
  padding: 20px 0 30px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 768px) {
  #page-fcv .fcv-performance .container .row .col:not(:last-child) {
    border-bottom: none;
  }
}

#page-fcv .fcv-performance .container .row .col h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  #page-fcv .fcv-performance .container .row .col h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  #page-fcv .fcv-performance .container .row .col h2 {
    font-size: 2rem;
  }
}

#page-fcv .fcv-performance .container .row .col p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.7rem;
  line-height: 1;
}

#page-fcv .fcv-performance .container .row .col p .prefix {
  flex: 10 0 auto;
  min-width: 10%;
  text-align: right;
}

#page-fcv .fcv-performance .container .row .col p .val {
  flex: 1 0 auto;
  font-size: 20rem;
  color: #5483d5;
  line-height: .81;
}

@media (max-width: 980px) {
  #page-fcv .fcv-performance .container .row .col p .val {
    font-size: 17rem;
  }
}

@media (max-width: 768px) {
  #page-fcv .fcv-performance .container .row .col p .val {
    font-size: 14rem;
  }
}

#page-fcv .fcv-performance .container .row .col p .suffix {
  flex: 10 0 auto;
  min-width: 10%;
  text-align: left;
}

/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
#page-station .entry-posts .container .image-box {
  margin-top: 50px;
}

#page-station .entry-posts .container .image-box .row .col {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 1120px) {
  #page-station .entry-posts .container .image-box .row .col {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 980px) {
  #page-station .entry-posts .container .image-box .row .col {
    padding-top: 1.92308rem;
    padding-bottom: 1.92308rem;
  }
}

@media (max-width: 768px) {
  #page-station .entry-posts .container .image-box .row .col {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

@media (max-width: 750px) {
  #page-station .entry-posts .container .image-box .row .col {
    padding-top: 1.31579rem;
    padding-bottom: 1.31579rem;
  }
}

@media (max-width: 568px) {
  #page-station .entry-posts .container .image-box .row .col {
    padding-top: 1.13636rem;
    padding-bottom: 1.13636rem;
  }
}

#page-station .entry-posts .container .image-box .row .col .image-wrap {
  position: relative;
}

#page-station .entry-posts .container .image-box .row .col .image-wrap img {
  width: 100%;
  vertical-align: bottom;
}

#page-station .entry-posts .container .image-box .row .col .image-wrap span {
  position: absolute;
  display: inline-block;
  text-align: center;
  padding: 2px 10px;
  min-width: 45%;
  background-color: rgba(84, 131, 213, 0.9);
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 980px) {
  #page-station .entry-posts .container .image-box .row .col .image-wrap span {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  #page-station .entry-posts .container .image-box .row .col .image-wrap span {
    font-size: 1.0rem;
  }
}

#page-station .entry-posts .container .image-box .row .col .image-wrap span.top-right {
  top: 0;
  right: 0;
}

#page-station .entry-posts .container .image-box .row .col .image-wrap span.bottom-left {
  bottom: 0;
  left: 0;
}

/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
#single-interview .single-interview-sidebar {
  margin: 4rem 0 0;
}

/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
.header-spacer {
  height: 59px;
}

@media screen and (max-width: 1120px) {
  .header-spacer {
    height: 43px;
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}

#header .header-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

#header .header-section .logo {
  flex: 0 0 20%;
  padding: 0 1rem 0 4rem;
  width: 20%;
  min-width: 230px;
}

#header .header-section .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

#header .headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .2s linear;
  z-index: 900 !important;
}

#header .headroom--unpinned {
  top: -13.5rem;
}

#header .headroom--pinned {
  top: 0;
}

@media screen and (max-width: 1120px) {
  #header .logo {
    padding: 0 1.5rem;
    width: 16%;
  }
}

@media screen and (max-width: 768px) {
  #header .logo {
    width: 12rem;
  }
}

/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
.header-nav {
  flex: 0 1 75%;
  width: 75%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.header-nav .menu-header_menu-container {
  display: block;
}

.header-nav .menu-header_menu-container ul.menu {
  display: block;
  width: 100%;
  margin-right: 4rem;
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item {
  display: inline-block;
  position: relative;
  font-weight: 400;
  cursor: pointer;
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item > a {
  color: #333;
  display: inline-block;
  padding: 2rem 2.2rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 1120px) {
  .header-nav .menu-header_menu-container ul.menu > li.menu-item > a {
    padding: 2rem 1.2rem;
    font-size: 1.3rem;
  }
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item > a:hover {
  text-decoration: none;
  color: #5483d5;
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item > a:focus + ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item.current-menu-item, .header-nav .menu-header_menu-container ul.menu > li.menu-item.current_page_item {
  position: relative;
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item.current-menu-item:after, .header-nav .menu-header_menu-container ul.menu > li.menu-item.current_page_item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2.2rem;
  right: 2.2rem;
  border-bottom: #5483d5 4px solid;
}

@media screen and (max-width: 1120px) {
  .header-nav .menu-header_menu-container ul.menu > li.menu-item.current-menu-item:after, .header-nav .menu-header_menu-container ul.menu > li.menu-item.current_page_item:after {
    left: 1.2rem;
    right: 1.2rem;
  }
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item.current-menu-item a, .header-nav .menu-header_menu-container ul.menu > li.menu-item.current_page_item a {
  color: #5483d5;
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item > ul.sub-menu {
  position: absolute;
  top: 65px;
  left: -.5rem;
  width: 23rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease-in-out;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
  cursor: pointer;
  padding: 0;
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item > ul.sub-menu > li.menu-item:not(:first-child) {
  border: 2px solid #fff;
  border-top: none;
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item > ul.sub-menu > li.menu-item:not(:last-child) {
  border-bottom: 1px dotted #dedede;
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
  display: block;
  margin: 0 auto;
  padding: 2rem;
}

.header-nav .menu-header_menu-container ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a:hover {
  color: #fff;
  background-color: #5483d5;
}

@media screen and (max-width: 980px) {
  .opened-drawer-menu {
    overflow-y: hidden;
  }
  .opened-drawer-menu .header-nav {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 400px;
    max-width: 80%;
    height: 100%;
  }
  .opened-drawer-menu .header-nav .menu-header_menu-container ul.menu > li.menu-item {
    display: block;
    padding-left: 1rem;
    border-bottom: 1px solid #ddd;
  }
  .opened-drawer-menu .header-nav .menu-header_menu-container ul.menu > li.menu-item.current-menu-item, .opened-drawer-menu .header-nav .menu-header_menu-container ul.menu > li.menu-item.current_page_item {
    background-color: rgba(84, 131, 213, 0.1);
  }
  .opened-drawer-menu .header-nav .menu-header_menu-container ul.menu > li.menu-item.current-menu-item:after, .opened-drawer-menu .header-nav .menu-header_menu-container ul.menu > li.menu-item.current_page_item:after {
    content: none;
  }
}

.opened-drawer-menu .drawer-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.header-nav li ul {
  left: 50%;
  position: absolute;
  top: 77px;
  transform: translateX(-50%);
}

.header-nav li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.header-nav-sns a {
  font-size: 2rem;
}

.header-nav-sns a:hover {
  opacity: .7;
}

a.header-nav-btn {
  padding: .7rem 1.5rem;
  border: 1px solid #111;
  border-radius: 4px;
}

a:hover.header-nav-btn {
  border: 1px solid #5483d5;
}

.menu-btn {
  display: none;
}

@media screen and (max-width: 1120px) {
  a.header-nav-main:before {
    transform: translate(0, -4.6rem);
  }
  .header-nav li p {
    font-size: 1.4rem;
  }
  .header-nav li > a,
  .header-nav li > p {
    padding: 1rem;
  }
  .header-nav li ul {
    top: 57px;
  }
}

@media screen and (max-width: 980px) {
  .header-nav {
    display: none;
  }
  .menu-btn {
    display: inline-block;
    margin-right: 1rem;
    font-size: 2rem;
  }
  .menu-btn a {
    padding: 1rem;
    color: #2b5cb1;
    background-color: #e6e6e6;
  }
}

/*---------------------------------------------------------
  mixin
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
/**
 * color
 */
/**
 * width
 */
/*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
#front-page {
  /*---------------------------------------------------------
  mixin
*/
  /**
 * color
 */
  /**
 * width
 */
  /*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
  /**
 * color
 */
  /**
 * width
 */
  /*
  @media (max-width $screen-xl)
  @media (max-width $screen-l)
  @media (max-width $screen-m)
  @media (max-width $screen-s)
  @media (max-width $screen-xs)
*/
  /*
    ここから下は削除したい！
    top page
  /////////////////////////////////////////////////////////*/
  /* * * * * * * * * * *
   * station
   * * * * * * * * * * */
}

#front-page .top-header-slide {
  margin-bottom: 9rem !important;
}

#front-page .top-header-slide-item a {
  display: block;
}

#front-page .top-header-slide-item a:hover {
  text-decoration: none;
  opacity: .7;
}

#front-page .top-header-slide-bg {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#front-page .top-header-slide-text {
  padding: 0 4rem 5rem;
  width: 100%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg4YzAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
}

#front-page a .top-header-slide-text {
  color: #fff;
}

#front-page .top-header-slide-time {
  margin-bottom: 2rem;
}

#front-page .top-header-slide-time:before {
  display: inline-block;
  content: '';
  margin-right: 1rem;
  width: 3.5rem;
  height: .1rem;
  vertical-align: middle;
  background-color: #fff;
}

#front-page .top-header-slide-title {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 568px) {
  #front-page .top-header-slide {
    margin-bottom: 6rem !important;
  }
  #front-page .top-header-slide-text {
    padding: 0 2rem 2rem;
  }
  #front-page .top-header-slide-time {
    margin-bottom: 2rem;
  }
  #front-page .top-header-slide-title {
    font-size: 1.4rem;
  }
}

#front-page .top-news-bg {
  padding: 2rem 0 10rem;
}

@media screen and (max-width: 768px) {
  #front-page .top-news-bg {
    padding: 0 0 5rem;
  }
}

#front-page .top-news-bg .section-area .section-title {
  color: #2b5cb1;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 3.8rem;
  margin-bottom: 7rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #front-page .top-news-bg .section-area .section-title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}

#front-page .top-news-bg .section-area .section-title span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #front-page .top-news-bg .section-area .section-title span {
    margin-bottom: 0;
  }
}

#front-page .top-news-bg .section-area .section-title:after {
  content: '';
  background-color: #2b5cb1;
  display: block;
  height: .2rem;
  margin: 1.5rem auto 0;
  width: 5rem;
}

@media screen and (max-width: 768px) {
  #front-page .top-news-bg .section-area .section-title:after {
    margin: 1rem auto 0;
  }
}

#front-page .top-news-bg .section-area .section-title.-no-underbar:after {
  display: none;
}

#front-page .top-news-bg .section-area .section-station-sum {
  color: #2b5cb1;
  line-height: 3rem;
  margin-bottom: 5rem;
  text-align: right;
}

@media screen and (max-width: 1120px) {
  #front-page .top-news-bg .section-area .section-station-sum {
    padding: 0 2rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 568px) {
  #front-page .top-news-bg .section-area .section-station-sum {
    padding: 0;
    margin-bottom: 2rem;
  }
}

#front-page .top-news-bg .section-area .section-station-sum-date {
	font-size: 0.8em;
}

#front-page .top-news-bg .section-area .top-news-list {
  margin-bottom: 5rem;
}

@media screen and (max-width: 1120px) {
  #front-page .top-news-bg .section-area .top-news-list {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 568px) {
  #front-page .top-news-bg .section-area .top-news-list {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #front-page .top-news-bg .section-area .top-news-list {
    margin-bottom: 3rem;
  }
}

#front-page .top-news-bg .section-area .top-news-list li {
  padding: 2rem 0 2rem .2rem;
  border-bottom: solid 1px #dedede;
  display: flex;
  align-items: center;
  width: 100%;
}

#front-page .top-news-bg .section-area .top-news-list li:nth-child(1) {
  border-top: solid 1px #dedede;
}

@media screen and (max-width: 768px) {
  #front-page .top-news-bg .section-area .top-news-list li {
    padding: 1.4rem 0 1.4rem .5rem;
  }
}

#front-page .top-news-bg .section-area .top-news-list li .top-news-text-wrap {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 20px;
}

#front-page .top-news-bg .section-area .top-news-list li .top-news-text-wrap .top-news-date {
  flex: 0 0 13.5rem;
  width: 13.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #front-page .top-news-bg .section-area .top-news-list li .top-news-text-wrap .top-news-date {
    flex: 1 1 100%;
    width: 100%;
  }
}

#front-page .top-news-bg .section-area .top-news-list li .top-news-text-wrap .top-news-title {
  flex: 1 1 auto;
  width: calc(100% - 13.5rem);
  line-height: 1.6;
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  #front-page .top-news-bg .section-area .top-news-list li .top-news-text-wrap .top-news-title {
    width: 100%;
  }
}

#front-page .top-news-bg .section-area .top-news-list li .svg-inline--fa {
  flex: 0 0 20px;
  width: 20px;
  color: #b0b1b1;
}

#front-page .top-news-bg .section-area .top-news-more {
  text-align: right;
}

#front-page .top-news-bg .section-area .top-news-more a .svg-inline--fa {
  margin-right: 5px;
}

#front-page .top-news-bg .section-area .top-news-more a:hover {
  color: #5483d5;
}

#front-page .top-links {
  padding: 0 0 5rem;
}

@media screen and (max-width: 768px) {
  #front-page .top-links {
    padding: 0;
  }
}

#front-page .top-links .section-area .top-link-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

@media screen and (max-width: 1120px) {
  #front-page .top-links .section-area .top-link-list {
    margin: 0 -15px;
  }
}

@media screen and (max-width: 980px) {
  #front-page .top-links .section-area .top-link-list {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 768px) {
  #front-page .top-links .section-area .top-link-list {
    margin: 0 -5px;
  }
}

#front-page .top-links .section-area .top-link-list .top-link-list-item {
  flex: 0 1 33.33%;
  width: 33.33%;
  padding: 25px;
}

@media screen and (max-width: 1120px) {
  #front-page .top-links .section-area .top-link-list .top-link-list-item {
    padding: 15px;
  }
}

@media screen and (max-width: 980px) {
  #front-page .top-links .section-area .top-link-list .top-link-list-item {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  #front-page .top-links .section-area .top-link-list .top-link-list-item {
    flex: 0 1 50%;
    width: 50%;
    padding: 5px;
  }
}

#front-page .top-links .section-area .top-link-list .top-link-list-item a {
  display: block;
  position: relative;
}

#front-page .top-links .section-area .top-link-list .top-link-list-item a img {
  width: 100%;
  vertical-align: bottom;
}

#front-page .top-links .section-area .top-link-list .top-link-list-item a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(78,135,221,0.533);
  background-image: linear-gradient(to left, rgba(84, 131, 213, 0.8), rgba(72,201,243,0.866));
}

@media screen and (max-width: 768px) {
  #front-page .top-links .section-area .top-link-list .top-link-list-item a span {
    padding: 0 7px;
    height: 30px;
    line-height: 30px;
  }
}

#front-page .top-links .section-area .top-link-list .top-link-list-item a span img {
  float: right;
  width: 30px;
  height: 30px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  #front-page .top-links .section-area .top-link-list .top-link-list-item a span img {
    width: 22px;
    height: 22px;
    padding-top: 8px;
  }
}

#front-page .top-about-text {
  margin-bottom: 5rem;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #front-page .top-about-text {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}

#front-page .top-contents-nav-bg {
  padding: 7rem 0;
  background-color: #e6e7ea;
}

@media screen and (max-width: 768px) {
  #front-page .top-contents-nav-bg {
    padding: 2rem 0;
    background-color: #e6e7ea;
  }
}

#front-page .top-contents-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#front-page .top-contents-nav li {
  margin-bottom: 2rem;
  border-radius: 5px;
  width: 32%;
}

@media screen and (max-width: 768px) {
  #front-page .top-contents-nav li {
    width: 48%;
  }
}

#front-page .top-contents-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18.3rem;
  font-size: 2rem;
  background-color: #fff;
  text-align: center;
}

#front-page .top-contents-nav li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #front-page .top-contents-nav li a {
    height: 9rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 468px) {
  #front-page .top-contents-nav li a {
    font-size: 1.3rem;
  }
}

#front-page .top-contents-nav li:before {
  width: 0;
  height: 3px;
  margin: 0 auto;
  content: '';
  display: block;
  background-color: #2b5cb1;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-radius: 5px;
}

#front-page .top-contents-nav li:hover {
  -moz-box-shadow: 0 0 15px -15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 15px -8px rgba(0, 0, 0, 0.1);
}

#front-page .top-contents-nav li:hover:before {
  width: 60%;
}

#front-page .top-business-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#front-page .top-business-item {
  width: 49%;
}

#front-page .top-business-text {
  margin-bottom: 5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #front-page .top-business-item {
    width: 100%;
  }
  #front-page .top-business-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  #front-page .top-business-text {
    margin-bottom: 3rem;
  }
}

#front-page .top-business-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

#front-page .station-imglist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#front-page .station-imglist li {
  margin-bottom: 30px;
  width: 49%;
}

#front-page .station-imglist li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #front-page .station-imglist li {
    width: 100%;
  }
}
