@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
/** GENERAL
==============================================*/
/*
  INIT
---------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Noto Sans JP","メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  color: #282828;
}
.en{
  font-family: "Rajdhani", "Noto Sans JP","メイリオ", sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

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

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
}

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

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

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

.clearfix {
  *zoom: 1;
}

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

.notes {
  font-size: 1.2rem;
  line-height: 1.4;
}

img {
  pointer-events: none;
}

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?30349965#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before {
  content: '\e800';
}

/* '' */
.icon-minus:before {
  content: '\e801';
}

/* '' */
.icon-left-open-big:before {
  content: '\e802';
}

/* '' */
.icon-right-open-big:before {
  content: '\e803';
}

/* '' */
.icon-down-open-big:before {
  content: '\e804';
}

/* '' */
.icon-up-open-big:before {
  content: '\e805';
}

/* '' */
.icon-calendar:before {
  content: '\e806';
}

/* '' */
.icon-clock:before {
  content: '\e807';
}

/* '' */
.icon-star:before {
  content: '\e808';
}

/* '' */
.icon-location-1:before {
  content: '\e809';
}

/* '' */
.icon-right-dir:before {
  content: '\e80a';
}

/* '' */
.icon-left-dir:before {
  content: '\e80b';
}

/* '' */
.icon-right-dir-1:before {
  content: '\e80c';
}

/* '' */
.icon-left-dir-1:before {
  content: '\e80d';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
.icon-left:before {
  content: '\f177';
}

/* '' */
.icon-right:before {
  content: '\f178';
}

/* '' */
/** JS LIBS
==============================================*/
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #004FA0;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 50px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal;
}

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

@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    background-size: auto 100%;
  }
}

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

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

.slick-prev {
  left: -50px;
  z-index: 111;
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 0px;
  }
}

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

.slick-next {
  right: -50px;
  z-index: 111;
}

@media only screen and (max-width: 767px) {
  .slick-next {
    right: 0px;
  }
}

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

.slick-prev {
  background-image: url(../img/common/slider-arrow-prev.png);
}

.slick-next {
  background-image: url(../img/common/slider-arrow-next.png);
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    padding-top: 0;
  }
}

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

@media only screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 0.5em;
  }
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  background-color: #0C978A;
  border-radius: 16px;
  line-height: 16px;
}

.slick-dots li.slick-active button {
  color: #fff;
  background-color: #fff;
  opacity: 1;
}

/** COMMON
==============================================*/
.breadcrumbs {
  color: #00478B;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    padding-left: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    background-color: #F5F6F6;
  }
}

.breadcrumbs .bc-list {
  margin-bottom: 0;
  padding: 18px 0;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs .bc-list {
    padding: 10px 15px;
  }
}

.breadcrumbs a {
  color: #00478B;
}

.breadcrumbs li {
  line-height: 1;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs li {
    font-size: 1.0rem;
    margin: 5px 0;
  }
}

.breadcrumbs li:not(:last-child)::after {
  content: "／";
  margin: 0 1em;
  position: relative;
  opacity: 1;
}

.breadcrumbs li.disabled {
  font-weight: bold;
}

.inline-block {
  font-size: 0;
}

.inline-block li {
  display: inline-block;
}

a {
  color: #282828;
  text-decoration: none;
  outline: none;
}

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

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  a .alpha {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  a:hover .alpha {
    opacity: 1;
  }
}

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

@media only screen and (max-width: 767px) {
  .figure img, .flex img {
    width: 100%;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

img.flex {
  width: 100%;
  height: auto;
}

img.full {
  max-width: none;
}

img.cover {
  object-fit: cover;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .small-nopad {
    padding: 0 !important;
  }
}

.special-header {
  display: none;
}

.row {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}

.row .row {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .row {
    padding: 0 15px;
  }
}

.w400 {
  max-width: 440px;
}

.w420 {
  max-width: 460px;
}

.w500 {
  max-width: 540px;
}

.w600 {
  max-width: 640px;
}

.w660 {
  max-width: 700px;
}

.w700 {
  max-width: 740px;
}

.w750 {
  max-width: 790px;
}

.w840 {
  max-width: 880px;
}

.w860 {
  max-width: 900px;
}

.w900 {
  max-width: 940px;
}

.w950 {
  max-width: 990px;
}

.w960 {
  max-width: 1000px;
}

.w1120 {
  max-width: 1160px;
}

.w1200 {
  max-width: 1240px;
}

.w1280 {
  max-width: 1320px;
}

.w1300 {
  max-width: 1340px;
}

.w1400 {
  max-width: 1440px;
}

.w1500 {
  max-width: 1540px;
}

.w1240 {
  max-width: 1280px;
}

.w1286 {
  max-width: 1326px;
}

.w746 {
  max-width: 786px;
}

.grid-margin-x-20 {
  margin: 0 -10px;
}

.grid-margin-x-20 .cell {
  padding: 0 10px;
}

.inview.slideIn {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
          transform: translate(0px, 60px);
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.slideIn.bottom {
  -webkit-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 120px);
          transform: translate(0px, 120px);
}

.inview.slideIn.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.inview.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.inview.fadeIn.animate {
  opacity: 1;
}

.masker {
  display: inline-block;
  overflow: hidden;
}

.masker .typo {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.masker.animate .typo {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.chasein.slideIn {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
}

.chasein.slideIn.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.chasein.slideIn:nth-child(3n + 1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.chasein.slideIn:nth-child(3n + 2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.chasein.slideIn:nth-child(3n + 3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

@media only screen and (min-width: 768px) {
  .chasein.slideIn:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .chasein.slideIn:nth-child(3n + 2) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .chasein.slideIn:nth-child(3n + 3) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}

@media only screen and (max-width: 767px) {
  .chasein.slideIn:nth-child(2n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .chasein.slideIn:nth-child(2n + 2) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
}

.chasein.slideIn5 {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
}

.chasein.slideIn5.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

@media only screen and (min-width: 768px) {
  .chasein.slideIn5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .chasein.slideIn5:nth-child(5n + 2) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .chasein.slideIn5:nth-child(5n + 3) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .chasein.slideIn5:nth-child(5n + 4) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .chasein.slideIn5:nth-child(5n + 5) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
}

@media only screen and (max-width: 767px) {
  .chasein.slideIn5:nth-child(2n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .chasein.slideIn5:nth-child(2n + 2) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
}

.chasein.slideIn6 {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
}

.chasein.slideIn6.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

@media only screen and (min-width: 768px) {
  .chasein.slideIn6:nth-child(6n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .chasein.slideIn6:nth-child(6n + 2) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .chasein.slideIn6:nth-child(6n + 3) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .chasein.slideIn6:nth-child(6n + 4) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .chasein.slideIn6:nth-child(6n + 5) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .chasein.slideIn6:nth-child(6n + 6) {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
}

@media only screen and (max-width: 767px) {
  .chasein.slideIn6:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .chasein.slideIn6:nth-child(4n + 2) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .chasein.slideIn6:nth-child(4n + 3) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .chasein.slideIn6:nth-child(4n + 4) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
}

.chasein.fadeIn {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.chasein.fadeIn.animate {
  opacity: 1;
}

.wipeIn .img {
  opacity: 0;
  width: 100%;
  -webkit-transform: translate(0, 40px) scale(1.1);
          transform: translate(0, 40px) scale(1.1);
  -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wipeIn .clip {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}

.wipeIn.animate .img {
  opacity: 1;
  -webkit-animation: wipein 1.0s 0.2s both;
          animation: wipein 1.0s 0.2s both;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wipeIn.animate .clip:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #f0f0f0;
  -webkit-animation: expin 0.8s cubic-bezier(0.86, 0, 0.07, 1) backwards;
          animation: expin 0.8s cubic-bezier(0.86, 0, 0.07, 1) backwards;
}

.wipeIn.animate .clip.bk:after {
  background-color: #352B29;
}

@-webkit-keyframes expin {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes expin {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

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

@keyframes wipein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  .hover {
    overflow: hidden;
    display: block;
    -webkit-transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .hover img {
    opacity: 1;
  }
  .hover:hover {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
    box-shadow: 14px 14px 10px rgba(0, 0, 0, 0.2);
  }
  .zoom {
    overflow: hidden;
  }
  .zoom img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 1500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .zoom:hover .zoom-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.pager,
.navigation.pagination {
  padding: 30px 0 40px;
}

.pager a,
.navigation.pagination a {
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .pager a,
  .navigation.pagination a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.pager a:hover,
.navigation.pagination a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .pager a:hover,
  .navigation.pagination a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .pager,
  .navigation.pagination {
    padding-bottom: 30px;
  }
}

.pager .nav-links,
.navigation.pagination .nav-links {
  position: relative;
  text-align: center;
}

.pager .nav-links > *,
.navigation.pagination .nav-links > * {
  color: #111;
  display: block;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 4px;
}

.pager .nav-links span.current,
.navigation.pagination .nav-links span.current {
  background-color: #00478B;
  color: #fff;
}

.pager .nav-links .next,
.pager .nav-links .prev,
.navigation.pagination .nav-links .next,
.navigation.pagination .nav-links .prev {
  position: relative;
  top: 0;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .pager .nav-links .next,
  .pager .nav-links .prev,
  .navigation.pagination .nav-links .next,
  .navigation.pagination .nav-links .prev {
    top: 2px;
  }
}

.pager .nav-links a.next,
.navigation.pagination .nav-links a.next {
  right: 0;
  padding-right: 8px;
}

.pager .nav-links a.next:after,
.navigation.pagination .nav-links a.next:after {
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
  content: " ";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #111;
}

.pager .nav-links a.prev,
.navigation.pagination .nav-links a.prev {
  left: 0;
  padding-left: 8px;
}

.pager .nav-links a.prev:before,
.navigation.pagination .nav-links a.prev:before {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -6px;
  content: " ";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 6px solid #111;
}

.pager .nav-links .page-numbers:not(.prev):not(.next),
.navigation.pagination .nav-links .page-numbers:not(.prev):not(.next) {
  border-radius: 0;
  padding: 8px 10px;
}

.pagetop {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
    display: none !important;
  }
}

.pagetop a {
  display: block;
  padding: 15px 0 0 15px;
  width: 140px;
  height: 50px;
  background-color: #0595D1;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}

.pagetop a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-bottom: 50px solid #0595D1;
}

.pagetop a:after {
  content: "\e805";
  font-family: fontello;
  margin-right: 10px;
  color: #fff;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

@media only screen and (min-width: 768px) {
  .pagetop a {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .pagetop a:hover {
    opacity: .7;
  }
}

@media only screen and (max-width: 767px) {
  .pagetop a {
    width: 40px;
    height: 40px;
  }
}

.pagetop.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  top: auto;
}

/** SITE HEADER
==============================================*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (min-width: 768px) {
  .site-header {
    padding: 53px 50px 0 50px;
    min-width: 1300px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header {
    /* position: fixed; */
    padding: 7.9vw 6.5vw 2vw;
  }
}

/* @media only screen and (min-width: 768px) {
  .site-header.fixed {
    padding: 50px 50px 0 50px;
  }
  .site-header.fixed .globalnav {
    padding: 15px 35px;
  }
  .site-header.fixed .globalnav .brand-logo img {
    height: 45px;
  }
  .site-header.fixed .globalnav .gnav {
    margin-top: 5px;
  }
  .site-header.fixed .globalnav .gn-list .subnav {
    padding-top: 15px;
  }
  .site-header.fixed .globalnav .gn-list > li > a:before {
    opacity: 0 !important;
  }
} */

.globalnav {
  position: relative;
  background-color: #1460ac;
  background-image: url(../img/common/header-logo-bg.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (min-width: 768px) {
  .globalnav {
    margin: 0 auto;
    padding: 25px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .globalnav {
    height: 50px;
    background-size: 160px 100%;
  }
}

.globalnav a {
  color: #fff;
}

.globalnav .brand-logo {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .globalnav .brand-logo {
    top: 24px;
    left: 20px;
  }
  .globalnav .brand-logo img {
    width: 84px;
  }
}

@media only screen and (min-width: 768px) {
  .globalnav .brand-logo img {
    height: 65px;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.globalnav .brand-logo a {
  display: block;
}

@media only screen and (min-width: 768px) {
  .globalnav .gnav {
    margin-top: 40px;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

@media only screen and (max-width: 767px) {
  .globalnav .gnav {
    position: relative;
    top: 50px;
    display: none;
    height: calc( 100vh - 50px);
    background-color: #095eb0;
    overflow-y: scroll;
  }
  .globalnav .gnav a {
    color: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .gn-list,
  .un-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .gn-list {
    margin-right: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .gn-list {
    padding-top: 30px;
    padding-bottom: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .gn-list > li:not(:first-child) {
    border-left: 1px solid #fff;
  }
  .gn-list > li > a {
    position: relative;
  }
  .gn-list > li > a:before {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-right: 40px;
    color: #fff;
    content: '\e808';
    font-size: 16px;
    font-family: fontello;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    visibility: hidden;
  }
}

.gn-list a {
  display: inline-block;
  /* width: 150px; */
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0 2em;
}

@media only screen and (max-width: 767px) {
  .gn-list a {
    position: relative;
    padding: 1em 2em;
    width: 100%;
    color: #000;
    text-align: left;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .gn-list a:hover {
    opacity: .7;
  }
}

.globalnav.bk .gn-list a {
  color: #000;
}

.gn-list .has-subnav {
  position: relative;
}

.gn-list .has-subnav a {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .gn-list .has-subnav > a {
    position: relative;
  }
  .gn-list .has-subnav > a:before {
    position: absolute;
    right: 24px;
    top: 50%;
    content: "\e804";
    font-family: fontello;
    color: #fff;
    font-size: 12px;
    margin-top: -9px;
  }
  .gn-list .has-subnav > a.is-open:before {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
}

.gn-list .has-subnav:hover .subnav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (min-width: 768px) {
  .gn-list .subnav {
    position: absolute;
    top: 28px;
    visibility: hidden;
    padding-top: 24px;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}

@media only screen and (max-width: 767px) {
  .gn-list .subnav {
    display: none;
  }
}

.gn-list .subnav ul {
  padding: 15px 23px 15px;
  background-color: #172d61;
}

.gn-list .subnav li:not(:last-child) {
  border-bottom: 1px solid #415789;
}

.gn-list .subnav a {
  padding: 1em 0;
  color: #fff;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .gn-list .subnav a {
    width: 16em;
  }
}

@media only screen and (max-width: 767px) {
  .gn-list .subnav a {
    font-size: 1.2rem;
  }
}

.un-list {
  font-size: 1.3rem;
  line-height: 1.7;
   margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .un-list li {
    margin-left: 2em;
  }
}

.un-list a {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .un-list {
    font-size: 1.1rem;
  }
  .un-list a {
    display: block;
    padding: 0.7em 3em;
  }
}



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

.gn-company .subnav {
  right: 0;
}

.page--top .globalnav .gn-top > a:before {
  opacity: 1;
  visibility: visible;
}

.page--event .globalnav .gn-event > a:before {
  opacity: 1;
  visibility: visible;
}

.page--philosophy .globalnav .gn-philosophy > a:before {
  opacity: 1;
  visibility: visible;
}

.page--service .globalnav .gn-service > a:before {
  opacity: 1;
  visibility: visible;
}

.page--works .globalnav .gn-works > a:before {
  opacity: 1;
  visibility: visible;
}

.page--recruit .globalnav .gn-recruit > a:before {
  opacity: 1;
  visibility: visible;
}

.page--company .globalnav .gn-company > a:before {
  opacity: 1;
  visibility: visible;
}



.gn-nav {
  position: fixed;
  background-color: transparent;
  line-height: 1;
  -webkit-transition: background-color 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-color 400ms cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .gn-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .gn-nav {
    top: 0;
    right: 0;
    display: block;
    border-radius: 0;
  }
  .gn-nav .hamburger-inner,
  .gn-nav .hamburger-inner::before,
  .gn-nav .hamburger-inner::after {
    height: 2px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 13px 15px;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-transform: none;
  font: inherit;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
}

@media only screen and (min-width: 768px) {
  .hamburger:hover {
    opacity: 0.7;
  }
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  right: auto;
  width: 100%;
  background-color: #fff;
  opacity: 1;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 23px;
}

.hamburger-inner {
  top: 60%;
  display: block;
  margin-top: -2.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  right: 0;
  width: 28px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hamburger-inner::before, .hamburger-inner::after {
  display: block;
  content: '';
}

.hamburger-inner::before {
  top: -9px;
  width: 30px;
}

.hamburger-inner::after {
  right: 0;
  bottom: -9px;
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/** MAIN CONTAINERS
==============================================*/
a.more {
  display: block;
  margin: 0 auto;
  padding: 1em 0;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  a.more {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  a.more:hover {
    opacity: .8;
  }
}

@media only screen and (max-width: 767px) {
  a.more {
    font-size: 1.2rem;
  }
}

a.more.border {
  border: 2px solid #00478B;
  color: #00478B;
}

@media only screen and (min-width: 768px) {
  a.more.border:hover {
    background-color: #00478B;
    color: #fff;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  a.more.border {
    border: 1px solid #00478B;
  }
}

a.more.radius {
  border-radius: 40px;
}

a.more.wh {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  a.more.wh:hover {
    background-color: #00478B;
    color: #fff;
  }
}

a.more.fill {
  background-color: #00478B;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  a.more.fill {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  a.more.fill:hover {
    opacity: .7;
  }
}

a.more.hover {
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (min-width: 768px) {
  a.more.hover:hover {
    background-color: #fff;
    color: #058d9b;
  }
}

.wrap {
  position: relative;
  background-repeat: repeat-x;
  background-position: 50% 0;
}

.wrap.bg {
  background-image: url(../img/common/bg-img.png);
}

@media only screen and (min-width: 768px) {
  .wrap {
    min-width: 1300px;
  }
}

@media only screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

.wf-din {
  font-family: urw-din, sans-serif;
}

.titlebar {
  text-align: center;
  padding: 80px 0 60px;
}

@media only screen and (max-width: 767px) {
  .titlebar {
    padding: 40px 0 30px;
  }
}

.titlebar .page-title {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .titlebar .page-title {
    font-size: 1.8rem;
  }
}

.titlebar .page-title-en {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .titlebar .page-title-en {
    font-size: 1.0rem;
  }
}

.site-main {
  padding-top: 120px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .site-main {
    padding-top: 50px;
    font-size: 1.3rem;
  }
}

.fixed .wrap {
  height: 100%;
  overflow: hidden;
}

.grid-x.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.boxshadow {
  position: relative;
}

.boxshadow > * {
  position: relative;
}

.boxshadow:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0C978A;
  left: 9%;
  top: 10%;
}

@media only screen and (max-width: 767px) {
  .boxshadow:before {
    left: 20px;
    top: 20px;
  }
}

.txt.flex {
  font-size: calc(100% + .35vw);
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.t-gradient {
  background: #04b1a0;
  background: linear-gradient(149deg, #04b1a0 32%, #1e3190 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .swiper-pagination {
  margin: 30px 30px 0;
}*/

.swiper-pagination-bullet {
  /* width: 18px;
  height: 18px; */
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .5;
}

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

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

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

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.section {
  line-height: 2.2;
}

.section.border {
  border: solid 10px #fff;
}

@media only screen and (max-width: 767px) {
  .section.border {
    border-width: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .section .offset {
    padding: 0 15px;
  }
}

.section-hero {
  margin-bottom: 0;
}

.section-hero.border {
  border-top-color: #db8430;
  border-right-color: #e8c254;
  border-bottom-color: #71a152;
  border-left-color: #97bac9;
}

.section-hero .hero {
  background-size: cover;
  background-position: 50% 50%;
  height: 400px;
}

@media only screen and (max-width: 767px) {
  .section-hero .hero {
    height: 280px;
  }
}

.section-hero .h1-tag {
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  .section-hero .h1-tag {
    margin: 0 6%;
    padding-top: 40px;
  }
}

.section-special {
  background-color: #fff;
  color: #6da5c8;
}

.section-special .entry {
  color: #6da5c8;
}

@media only screen and (min-width: 768px) {
  .section-special .entry {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .section-special .entry:hover {
    opacity: .85;
  }
}

.section-special.border {
  border-color: #6da5c8;
}

.section-special .headline {
  border-bottom: 10px solid #6da5c8;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-special .headline {
    border-bottom: 2px solid #6da5c8;
  }
}

.section-special .headline .lead {
  margin: 0;
  padding: .5em 0;
  border-top: 2px solid #6da5c8;
}

.section-special .banner .headline__title {
  padding: .5em 0 .25em;
  letter-spacing: .45ch;
  font-size: 5.8rem;
}

@media only screen and (max-width: 767px) {
  .section-special .banner .headline__title {
    font-size: 2.4rem;
  }
}

.section-special .banner .headline .lead {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .section-special .banner .headline .lead {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}

.section-special .banner .content .cell__txt {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-special .banner .content .cell__img {
    background-image: url(../img/common/special-img.jpg);
    background-position: 50% 20%;
    background-size: cover;
    padding-top: 37.84%;
  }
  .section-special .banner .content .cell__img img {
    display: none;
  }
}

.section-special .banner .content .block {
  margin-left: 10%;
  max-width: 520px;
}

@media only screen and (min-width: 768px) {
  .section-special .banner .content .block {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media (max-width: 1200px) {
  .section-special .banner .content .block {
    margin: 0 2em;
  }
}

@media only screen and (max-width: 767px) {
  .section-special .banner .content .block {
    margin: 0 15px;
    padding: 1.5em 0;
  }
}

.section-special .banner .content .txt {
  letter-spacing: .25ch;
  font-weight: bold;
  font-size: 3.0rem;
}

@media (max-width: 1200px) {
  .section-special .banner .content .txt {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

@media (max-width: 920px) {
  .section-special .banner .content .txt {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-special .banner .content .txt {
    font-size: 1.5rem;
    letter-spacing: 0.15ch;
  }
  .section-special .banner .content .txt br {
    display: none;
  }
}

.section-special .banner .content .writer {
  margin-top: .5em;
  text-align: right;
  font-weight: bold;
  font-size: 2.4rem;
}

@media (max-width: 1200px) {
  .section-special .banner .content .writer {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-special .banner .content .writer {
    display: none;
  }
}

.section-job {
  padding-bottom: 150px;
  background-color: #efefef;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-job {
    padding-bottom: 80px;
  }
}

.section-job .banner .headline {
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .section-job .banner .headline {
    padding: 40px 0;
  }
}

.section-job .banner .headline__title {
  font-size: 7.2rem;
}

@media only screen and (max-width: 767px) {
  .section-job .banner .headline__title {
    font-size: 2.4rem;
  }
}

.section-job .banner .headline .lead {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .section-job .banner .headline .lead {
    font-size: 1.4rem;
  }
}

.section-job .entry {
  display: block;
  height: 100%;
  border: 8px solid #282828;
  background-color: #fff;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .section-job .entry {
    border: 4px solid #282828;
  }
}

@media only screen and (min-width: 768px) {
  .section-job .entry {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .section-job .entry:hover {
    opacity: .7;
  }
}

.section-job .entry .vol {
  padding: 12px 0 7px;
  border-bottom: 4px solid #282828;
  letter-spacing: .45ch;
  font-weight: bold;
  font-size: 3.0rem;
  font-family: "Bebas Neue", cursive;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .section-job .entry .vol {
    border-bottom: 2px solid #282828;
    font-size: 4vw;
  }
}

.section-job .entry__title {
  font-weight: bold;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .section-job .entry__title {
    font-size: 3.6vw;
  }
}

.section-job .entry__img {
  position: relative;
  height: 270px;
  border-bottom: 8px solid #282828;
  background-color: #e7c153;
}

@media only screen and (max-width: 767px) {
  .section-job .entry__img {
    padding: 0 0 80% 0;
    border-bottom: 4px solid #282828;
    height: auto;
  }
}

.section-job .entry__img .figure {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-job .entry__img .figure img {
    width: 60%;
  }
}

.section-job .entry__img .job_2 {
  position: absolute;
  bottom: -79px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-job .entry__img .job_2 {
    bottom: -31%;
  }
  .section-job .entry__img .job_2 img {
    width: 93%;
  }
}

.section-job .entry__content {
  padding: 1.75em 0 1.5em;
}

@media only screen and (max-width: 767px) {
  .section-job .entry__content {
    padding: 1em 0 0.5em;
  }
}

.section-job .entry .more {
  margin-top: 1.75em;
  padding-bottom: 5px;
  background-image: url(../img/common/arrow.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .section-job .entry .more {
    background-size: 80%;
    font-size: 3.6vw;
    margin-top: 1.25em;
  }
}

.section-job .entry.commingsoon {
  position: relative;
  text-decoration: none !important;
  cursor: default;
  pointer-events: none;
}

.section-job .entry.commingsoon .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  letter-spacing: .45ch;
  font-weight: bold;
  font-size: 2.8rem;
  font-family: "Bebas Neue", cursive;
}

@media only screen and (max-width: 767px) {
  .section-job .entry.commingsoon .cover {
    font-size: 3.6vw;
  }
}

.section-job .entry.commingsoon .cover .txt {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.banner .headline {
  text-align: center;
}

.banner .headline__title {
  letter-spacing: .6ch;
  font-weight: bold;
  font-family: "Bebas Neue", cursive;
  line-height: 1;
}

.banner .headline .lead {
  letter-spacing: .25ch;
  font-weight: bold;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.post-navigation {
  border-top: 2px dotted #f6dbd1;
  margin-top: 60px;
}

.post-navigation a {
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .post-navigation a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.post-navigation a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .post-navigation a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .post-navigation {
    padding-bottom: 30px;
  }
}

.post-navigation .nav-links {
  position: relative;
  text-align: center;
  padding: 60px 0;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links {
    padding: 20px 0;
  }
}

.post-navigation .nav-links a {
  display: inline-block;
  padding: 0.5em 2em 0.5em 3em;
  background-position: 15% 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links a {
    font-size: 1.3rem;
  }
}

.post-navigation .nav-links a:after {
  font-family: fontello;
  color: #00478B;
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.post-navigation .nav-links > * {
  color: #006ae2;
  line-height: 32px;
  position: absolute;
}

.post-navigation .nav-links .nav-previous {
  left: 0;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-previous {
    left: 10px;
  }
}

.post-navigation .nav-links .nav-previous a:after {
  content: "\e801";
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-previous a:after {
    left: 10px;
  }
}

.post-navigation .nav-links .nav-index {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}

.post-navigation .nav-links .nav-index a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAVUlEQVQYlXWPQQqAMBADR/E5/Y++piJ+0Y/kLqQXC8u2BvY0CckuFlkVMHBjEa9a2OK1KH/gsJiCvQewOGfAgnWYE/W5puk4aDDkV6KhbKnl6m3A0wA/6HibcmogxgAAAABJRU5ErkJggg==);
}

.post-navigation .nav-links .nav-next {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-next {
    right: 10px;
  }
}

.post-navigation .nav-links .nav-next a {
  background-position: 85% 50%;
  padding: 0.5em 3em 0.5em 2em;
}

.post-navigation .nav-links .nav-next a:after {
  content: "\e800";
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-next a:after {
    right: 10px;
  }
}

.page--404 .section-underconst,
.page--404 .section-notfound {
  margin: 10em 0;
  text-align: center;
}

/** SITER FOOTER
==============================================*/
.footer {
  position: relative;
  height: 295px;
  margin-top: 8px;
}

@media only screen and (min-width: 768px) {
  .footer:after {
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    height: 50px;
    z-index: -1;
    background-color: #F5F6F6;
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer:before {
    content: ' ';
    display: block;
    width: 530px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/common/footer-bg-img.png);
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    font-size: 1.2rem;
  }
}

.footer-company {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .footer-company {
    margin-top: 3em;
  }
}

@media only screen and (min-width: 768px) {
  .footer a {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .footer a:hover {
    opacity: .7;
  }
}

.footer .content {
  position: relative;
  padding: 60px 4vw 0;
}

@media only screen and (max-width: 767px) {
  .footer .content {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .footer .brand-logo {
    position: absolute;
    top: 30px;
    left: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .brand-logo {
    padding-top: 30px;
  }
}

.footer .brand-logo .address {
  font-style: normal;
  font-size: 1.2rem;
  margin-top: 1em;
  letter-spacing: normal;
}

.footer .brand-logo .address .phone {
  font-weight: bold;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .footer .brand-logo .address .phone {
    font-size: 2.0rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer .brand-logo .address .tel-link {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer .brand-logo {
    text-align: center;
  }
  .footer .brand-logo img {
    height: 50px;
  }
}

.footer .fnav-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.footer .fnav-list li {
  margin: 0 0 0 2.5em;
}

.footer .footernav {
  letter-spacing: .2ch;
}

.footer .footernav .dir:not(:first-child) {
  margin-left: 50px;
}

.footer .footernav .dir-title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
}

.footer .footernav .secondary {
  margin-top: 1em;
  font-size: 1.3rem;
}

.footer .footernav .subnav {
  margin-top: .25em;
  padding-left: 1em;
}

.footer .footernav .entries {
  margin-top: .5em;
  font-size: 1.4rem;
}

.footer .copyright {
  margin-top: 7em;
  text-align: right;
  font-size: 1.0rem;
  letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center;
    margin-top: 3em;
  }
}

.spmb {
    margin-bottom: 0
}

.mt40- {margin-top: 0 !important;}


@media only screen and (max-width: 767px) {
  .spmb {
    margin-bottom: 10px
}
    .mt40- {margin-top: 0 !important;}

}


.page--company td.board {
  padding: 0 1em 0 0 !important;
}

.page--company table.board-table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media only screen and (max-width: 767px) {
.page--company td.board {
  padding:0 0 0 0 !important;
}
}


/*.gn-partner {
   margin-top: -6px;
   margin-bottom: 7px;
   background-color: #00478b;
   padding: 8px 15px;
   border-radius: 5px;
   font-size: 1.3rem;
   line-height: 1;
}
@media only screen and (max-width: 767px) {
   .gn-partner {
   margin-top: 0;
   margin-bottom: 0;
   background-color: inherit;
   padding: 0;
   border-radius: none;
   font-size: 1.1rem;
}
}*/