/*------------------------------------------

	common

------------------------------------------*/
.top main {
  margin-bottom: 0;
}
@media print, screen and (max-width: 1024px) and (min-width: 768px) {
  .top main {
    margin: auto;
  }
}
/*------------------------------------------

	content

------------------------------------------*/
@-webkit-keyframes down-btn-anim {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes down-btn-anim {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
html {
  overflow: auto;
}
body {
  overflow-x: hidden;
}
main {
  position: relative;
  z-index: 5;
}
/* loader */
#loader {
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFF;
  top: 0;
  left: 0;
  z-index: 99999;
  visibility: visible;
  opacity: 1;
}
#loader > span {
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  background-image: url("../images/common/logo_square_grade.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  max-width: 120px;
  height: 124px;
  background-position: 50%;
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: loaderAnime 0.5s ease-in-out;
  animation: loaderAnime 0.5s ease-in-out;
}
@-webkit-keyframes loaderAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loaderAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#loader.loadComplete, #loader.loadComplete > span {
  visibility: hidden;
  opacity: 0;
}
.delighter {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.delighter.started {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/*mainvisual*/
.js-mainvisual-front, .js-mainvisual-slider {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 5s ease;
  transition: opacity 5s ease;
}
.js-mainvisual-front.slick-initialized, .js-mainvisual-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .mainvisual {
    position: relative;
    z-index: 1;
    min-width: 1024px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .mainvisual {
    width: 1024px;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    width: 100%;
  }
}
.mainvisual-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
@media print, screen and (min-width: 768px) {
  .mainvisual-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual-inner {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .mainvisual-inner {
    height: calc(100vh - 70px);
  }
}
.show-pc {
  display: block;
}
.show-sp {
  display: none;
}
.firstview {
  position: relative;
  height: 100vh;
}
.firstview-inner, .Grp {
  position: absolute;
}
.firstview-inner {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 8;
}
@media print, screen and (min-width: 768px) {
  .firstview-inner {
    left: 10.2489vw;
    width: 50vw;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .firstview-inner {
    left: 90px;
    width: 60vw;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .firstview-inner {
    top: 45vh;
    width: 100vw;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 414px) {
  .firstview-inner {
    bottom: -45vw;
    width: 100vw;
    padding: 0 15px;
  }
}
.ftitem-en .slantmask-part .def, .ftitem-en > .def, .ftitem-ja {
  opacity: 0;
  height: 30vh;
}
.ftitem-en {
  position: relative;
  font-size: 5.625vw;
  line-height: 1.12;
  margin-left: -.1875vw;
  letter-spacing: 0;
  line-height: 1;
}
.ftitem-en .slantmask {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ftitem-en .slantmask-part {
  position: relative;
}
.ftitem-en .slantmask-part .def {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.ftitem-en .slantmask-part .over {
  position: absolute;
  left: 0;
  width: 0;
  top: .04em;
  height: .83em;
}
.ftitem-ja {
  position: relative;
  font-size: 1.5vw;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 2vw;
}
.ftitem[data-category=firstview] {
  color: #ffffff;
}
.ftitem[data-category=firstview] .ftitem-en .slantmask-part .over {
  background-color: #ffffff;
}
.ftitem-en-firstview {
  font-size: 8.8vw;
  margin-left: -.5vw;
}
@media print, screen and (min-width: 1367px) {
  .ftitem-en-firstview {
    font-size: 100px;
  }
}
@media print, screen and (min-width: 1680px) {
  .ftitem-en-firstview {
    font-size: 6.0vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .ftitem-en-firstview {
    font-size: 68px;
  }
}
@media print, screen and (max-height: 720px) and (min-width: 1024px) {
  .ftitem-en-firstview {
    font-size: 16vmin;
  }
}
@media print, screen and (max-height: 720px) and (min-width: 1023px) {
  .ftitem-en-firstview {
    font-size: 12.5vmin;
  }
}
@media only screen and (max-width: 767px) {
  .ftitem-en-firstview {
    font-size: 15vmin;
  }
}
.ftitem-ja-firstview {
  font-size: 1.5vw;
  margin-top: 1.2vh;
}
@media print, screen and (min-width: 1367px) {
  .ftitem-ja-firstview {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .ftitem-ja-firstview {
    font-size: 15px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .ftitem-ja-firstview {
    font-size: 2.2vw;
    margin-top: 0;
  }
}
@media only screen and (max-width: 414px) {
  .ftitem-ja-firstview {
    font-size: 4vw;
    letter-spacing: 0.1em;
    margin-top: 1vw;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
  }
}
.firstview-btn {
  position: relative;
  display: block;
  bottom: -6vh;
  font-weight: bold;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .firstview-btn {
    font-size: 15px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .firstview-btn {
    bottom: -5vmin;
  }
}
@media only screen and (max-width: 414px) {
  .firstview-btn {
    bottom: -5vmin;
  }
}
.firstview-btn a {
  position: relative;
  display: inline-block;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .firstview-btn a {
    width: 138px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .firstview-btn a {
    width: 20vw;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 414px) {
  .firstview-btn a {
    width: 36vw;
    padding-bottom: 20px;
  }
}
.firstview-btn a:before {
  position: absolute;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0.3;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .firstview-btn a:before {
    height: 2px;
  }
}
.firstview-btn a:after {
  position: absolute;
  content: '';
  display: block;
  height: 2px;
  bottom: 0;
  z-index: 2;
  background: #a2d827;
}
@media print, screen and (min-width: 768px) {
  .firstview-btn a:after {
    width: 60px;
    -webkit-transition: width 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: width 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@media only screen and (max-width: 767px) {
  .firstview-btn a:after {
    width: 12.5vw;
    height: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .firstview-btn a:hover:after {
    width: 100%;
    background: #a2d827;
  }
}
.firstview-btn a svg {
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .firstview-btn a svg {
    width: 12px;
    height: 12px;
    top: calc(50% - 21px);
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .firstview-btn a svg {
    width: 9px;
    height: 10px;
    top: calc(50% - 10px);
  }
}
@media only screen and (max-width: 414px) {
  .firstview-btn a svg {
    width: 9px;
    height: 10px;
    top: calc(50% - 15px);
  }
}
.firstview-btn a svg polyline {
  fill: none;
  stroke: #fff;
}
.firstview-logo {
  position: absolute;
  width: 17.78916vw;
  bottom: -17vmin;
}
@media print, screen and (min-width: 1025px) {
  .firstview-logo {
    width: 243px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .firstview-logo {
    width: 182px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .firstview-logo {
    width: 150px;
    bottom: -15vh;
  }
}
@media only screen and (max-width: 414px) {
  .firstview-logo {
    width: 150px;
    bottom: -20vmin;
  }
}
@media only screen and (max-height: 700px) {
  .firstview-logo {
    width: 160px;
  }
}
.firstview-logo img {
  width: 100%;
}
.mainvisual-home {
  position: relative;
  width: 65.6446559%;
  height: 100vh;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: matrix(1, 0, -0.42, 1, 0, 0);
  transform: matrix(1, 0, -0.42, 1, 0, 0);
  z-index: 5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width: 1680px) {
  .mainvisual-home {
    width: 52vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .mainvisual-home {
    max-width: 672px;
  }
}
@media only screen and (max-width: 414px) {
  .mainvisual-home {
    width: 85%;
  }
}
.mainvisual-home::before {
  content: '';
  position: absolute;
  display: block;
  background: -webkit-linear-gradient(top, #eff3f6 90%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #eff3f6), to(#ffffff));
  background: linear-gradient(to bottom, #eff3f6 90%, #ffffff 100%);
  width: 100%;
  height: 100%;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .mainvisual-home::before {
    top: calc(100% - 70px);
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .mainvisual-home::before {
    top: calc(100% - 22.5px);
  }
}
@media only screen and (max-width: 414px) {
  .mainvisual-home::before {
    top: calc(100% - 102.5px);
  }
}
.mainvisual-home-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .mainvisual-home-inner {
    width: 672px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .mainvisual-home-inner {
    width: 65.6446559vw;
    height: calc(100vh - 22.5px);
  }
}
@media only screen and (max-width: 414px) {
  .mainvisual-home-inner {
    width: 85vw;
    height: calc(100vh - 102.5px);
  }
}
.mainvisual-home-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/main-bg02.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: matrix(1, 0, 0.42, 1, 0, 0);
  transform: matrix(1, 0, 0.42, 1, 0, 0);
}
.mainvisual-slider {
  -webkit-transform: matrix(1, 0, -0.42, 1, 0, 0);
  transform: matrix(1, 0, -0.42, 1, 0, 0);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mainvisual-slider {
    width: 95vw;
    -webkit-transform: matrix(1, 0, -0.42, 1, 0, 0);
    transform: matrix(1, 0, -0.42, 1, 0, 0);
  }
}
.mainvisual-slider-inner {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .slider {
    min-width: 1024px;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .slider {
    width: 672px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
  .slider {
    height: calc(100vh - 22.5px);
  }
}
@media only screen and (max-width: 414px) {
  .slider {
    height: calc(100vh - 102.5px);
  }
}
@media print, screen and (min-height: 813px) {
  .slider.spOnly .sp-image {
    display: none;
  }
  .slider.spOnly .pc-image {
    display: block !important;
  }
}
@media print, screen and (max-height: 812px) {
  .slider.spOnly .pc-image {
    display: none;
  }
  .slider.spOnly .sp-image {
    display: block !important;
  }
}
.slider-inner {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .slider-inner {
    width: 100%;
  }
}
.slider-inner li {
  position: relative;
  width: 40vw;
  margin: auto;
  overflow: hidden;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .slider-inner li {
    width: 100%;
  }
  .slider-inner li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: -moz-linear-gradient(-45deg, rgba(11, 11, 33, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgba(11, 11, 33, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(-45deg, rgba(11, 11, 33, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.slider-inner img {
  position: absolute;
  height: auto;
  top: 0;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
@media print, screen and (min-width: 768px) {
  .slider-inner img {
    width: 200%;
    height: 100vh;
    -webkit-transform: matrix(1, 0, 0.42, 1, 0, 0) translateX(-50%);
    transform: matrix(1, 0, 0.42, 1, 0, 0) translateX(-50%);
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1366px) {
  .slider-inner img {
    max-width: 1024px !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-inner img {
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: matrix(1, 0, 0.42, 1, 0, 0) translate(-50%, -50%);
    transform: matrix(1, 0, 0.42, 1, 0, 0) translate(-50%, -50%);
    z-index: 1;
  }
}
.js-mainvisual-front, .js-mainvisual-slider {
  bottom: 0;
  width: 40vw;
  margin: auto;
  overflow: hidden;
  float: left;
  height: 100vh;
  min-height: 1px;
}
@media print, screen and (min-width: 768px) {
  .js-mainvisual-front, .js-mainvisual-slider {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1366px) {
  .js-mainvisual-front, .js-mainvisual-slider {
    width: 520px !important;
  }
}
@media only screen and (max-width: 767px) {
  .js-mainvisual-front, .js-mainvisual-slider {
    width: 100%;
    left: -5vw;
  }
}
.js-mainvisual-front {
  position: absolute;
  z-index: 5;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .js-mainvisual-front {
    width: 535px !important;
    left: -15px;
  }
}
.js-mainvisual-slider {
  position: relative;
  overflow: visible;
  z-index: 1;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .js-mainvisual-slider {
    display: none;
  }
}
.js-mainvisual-slider li {
  position: relative;
}
.js-mainvisual-slider li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}
.js-mainvisual-slider::before {
  content: '';
  position: absolute;
  display: block;
  background: -webkit-linear-gradient(top, #ffffff 0, #eff3f6 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(50%, #eff3f6), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0, #eff3f6 50%, #ffffff 100%);
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 40vw;
}
@media print, screen and (min-width: 768px) and (max-width: 1366px) {
  .js-mainvisual-slider::before {
    left: 520px;
  }
}
.mainvisual .slick-list {
  height: 100vh;
}
.mainvisual .slick-track {
  height: 100vh;
}
@media print, screen and (min-width: 768px) {
  .sp-mainvisual-scroll {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-mainvisual-scroll {
    position: absolute;
    right: 0;
    width: 50vw;
    height: 45px;
    z-index: 9;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .sp-mainvisual-scroll .scroll-text {
    position: relative;
    display: inline-block;
    bottom: inherit;
    left: -18px;
    -webkit-transform: matrix(1, 0, 0.42, 1, 0, 0);
    transform: matrix(1, 0, 0.42, 1, 0, 0);
    -webkit-animation: none !important;
    animation: none !important;
  }
}
.sp-mainvisual-scroll .scroll-text span {
  -webkit-transform: none;
  transform: none;
}
@media print, screen and (min-width: 1680px) {
  .sp-mainvisual-scroll .scroll-text svg {
    display: inline-block;
  }
}
@media print, screen and (min-width: 1024px) and (max-height: 800px) {
  .sp-mainvisual-scroll .scroll-text svg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-mainvisual-scroll .scroll-text svg {
    position: absolute;
    top: 50%;
    right: -35px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
.mainvisual-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #c1ac08;
  color: #ffffff;
  font-family: 'DIN';
  letter-spacing: 0.08em;
  z-index: 2;
  -webkit-animation: opa 3s cubic-bezier(0, 0.12, 0.32, 1.28);
  animation: opa 3s cubic-bezier(0, 0.12, 0.32, 1.28);
}
@media print, screen and (min-width: 768px) {
  .mainvisual-scroll {
    position: absolute;
    bottom: 135px;
    left: 0;
    height: 65px;
    bottom: 70px;
    z-index: 5;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual-scroll {
    display: block;
    height: 100%;
    -webkit-transform: matrix(1, 0, -0.42, 1, 0, 0);
    transform: matrix(1, 0, -0.42, 1, 0, 0);
    position: relative;
    right: -10px;
  }
}
.mainvisual-scroll-inner {
  text-align: center;
  width: 100%;
}
.mainvisual-scroll span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .mainvisual-scroll span {
    line-height: 65px;
    left: 70px;
    -webkit-transform: matrix(1, 0, 0.42, 1, 0, 0);
    transform: matrix(1, 0, 0.42, 1, 0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual-scroll span {
    line-height: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%) matrix(1, 0, 0.42, 1, 0, 0);
    transform: translateX(-50%) matrix(1, 0, 0.42, 1, 0, 0);
  }
}
.mainvisual-scroll span svg {
  position: relative;
  top: 4px;
  width: 36px;
  height: 18px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mainvisual-scroll span svg polyline {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2px;
}
.mainvisual-scroll-inner {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mainvisual-scroll-inner {
    width: 100%;
  }
}
.scroll-text {
  position: absolute;
  display: inline-block;
  cursor: default;
  bottom: 70px;
  z-index: 5;
  color: #fff;
  pointer-events: none;
  -webkit-animation: opa 3s cubic-bezier(0, 0.12, 0.32, 1.28);
  animation: opa 3s cubic-bezier(0, 0.12, 0.32, 1.28);
}
@media print, screen and (min-width: 768px) {
  .scroll-text {
    line-height: 65px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-text {
    display: none;
  }
}
.scroll-text svg {
  position: relative;
  top: 4px;
  width: 36px;
  height: 18px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.scroll-text svg polyline {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2px;
}
@media print, screen and (min-width: 1024px) and (max-height: 800px) {
  .scroll-text span {
    display: none;
  }
}
@media print, screen and (min-width: 1680px) {
  .scroll-text span {
    display: inline-block;
  }
}
/*solution*/
#about {
  counter-reset: num;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  #about {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #about {
    padding-top: 70px;
  }
}
@media print, screen and (min-width: 1025px) {
  #about .container {
    max-width: 100%;
  }
}
.about_title {
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .about_title {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .about_title {
    margin-bottom: 20px;
  }
}
.about_title h2 {
  color: #142c4d;
  font-family: 'DIN';
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .about_title h2 {
    font-size: 50px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .about_title h2 {
    font-size: 32px;
    padding-top: 30px;
  }
}
.about_title h2::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  background-color: #c1ac08;
}
.about_title span {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .about_title span {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about_title span {
    font-size: 14px;
    margin-top: 15px;
  }
}
.about_img {
  text-align: center;
  margin: 20px auto 80px;
}
.about_img img {
  width: 100%;
  max-width: 600px;
}
.solution-logo {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .about_img {
    margin: 20px auto 160px;
  }
  .solution-logo {
    width: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .solution-logo {
    width: 89.65517%;
    min-width: 260px;
  }
}
.solution-logo img {
  width: 100%;
}
.solution-contants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .solution-contants {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .solution-contants {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media (min-width:768px) and (max-width:899px) {
  .simpleParallax {
    margin-right: 20vw;
  }
}
@media (min-width:900px) {
  .simpleParallax {
    margin-right: 0%;
  }
}
@media print, screen and (min-width: 768px) {
  .solution-contants:nth-child(2n) .solution-img {
    margin: auto;
    margin-right: 0;
    margin-left: 20vw;
    width: 80vw;
    max-width: 1600px;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .solution-contants:nth-child(2n) .solution-item {
    left: 0;
    right: inherit;
    margin-right: 0;
    margin-left: 5%;
  }
  .solution-contants:nth-child(2n) .solution-item.delighter.started {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .solution-contants + .solution-inner {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .solution-contants + .solution-inner {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .solution-contants:nth-child(n+2) {
    margin-top: 110px;
  }
}
.solution-img {
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  .solution-img {
    width: 80vw;
    max-width: 1600px;
    min-width: 1024px;
    margin: auto;
    left: 0;
    margin-right: 20vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .solution-img {
    width: 80vw;
    max-width: 1600px;
    min-width: 1024px;
    margin: auto;
    left: 0;
    margin-left: -20vw;
  }
}
@media only screen and (max-width: 767px) {
  .solution-img {
    width: 100%;
  }
}
.solution-img img {
  width: 100%;
}
.solution-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 106px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 106px rgba(0, 0, 0, 0.13);
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 768px) {
  .solution-item {
    position: absolute;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 15px)) !important;
    transform: translateY(calc(-50% + 15px)) !important;
    right: 0;
    margin-right: 5%;
    display: inline-block;
    padding: 3rem 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .solution-item {
    width: calc(100% - 30px);
    margin: auto;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    margin-top: -80px;
  }
}
@media print, screen and (min-width: 768px) {
  .solution-item.delighter.started {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    text-align: right;
  }
}
.solution-item-link-title {
  color: #142c4b;
  font-family: 'DIN';
  line-height: 1.6;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .solution-item-link-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .solution-item-link-title {
    font-size: 20px;
  }
}
.solution-item-link-text {
  letter-spacing: 0;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media print, screen and (min-width: 768px) {
  .solution-item-link-text {
    font-size: 20px;
  }
}
.solution-item-index {
  margin-top: 40px;
  text-align: left;
}
.solution-item-index.text-right {
  text-align: left;
}
@media (min-width:768px) {
  .solution-item-index {
    margin-top: 80px;
    padding-right: 10%;
    font-size: 110%;
    text-align: right
  }
  .solution-item-index.text-right {
    padding-right: 0;
    padding-left: 10%;
  }
}
#seminar {
  padding: 0px 0 110px;
}
.seminar_box {
  margin: 0 auto;
  max-width: 850px;
}
.seminar_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seminar_img li {
  width: calc(50% - 6px);
  margin-bottom: 12px;
}
.seminar_img li img {
  width: 100%;
  box-sizing: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width:768px) {
  #seminar {
    padding-top: 60px;
  }
  #seminar .about_title {
    margin-bottom: 32px;
  }
  .seminar_img li {
    width: calc(33% - 6px);
  }
}
/*=========================*/
#office {
  padding: 60px 0;
  background-color: #eef2f5;
}
@media (min-width:768px) {
  #office {
    padding: 110px 0;
  }
}
tr {
  border-bottom: solid 1px #777;
}
th, td {
  display: block;
  padding: 8px;
}
th {
  font-weight: 700;
  font-size: 110%;
  padding-bottom: 0px;
}
td {
  padding-top: 0;
}
@media (min-width:768px) {
  tr {
    border-bottom: none;
  }
  th, td {
    display: table-cell;
  }
  th {
    width: 20%;
    padding: 0px;
    text-align: left;
    font-size: 100%;
  }
  th span {
    border-top: solid 1px #333;
    display: block;
    padding: 16px;
    margin-right: 10%;
  }
  td {
    padding: 0px;
    width: 65%;
  }
  td span {
    display: block;
    border-top: solid 1px #aaa;
    padding: 16px;
  }
}
#information {
  padding: 40px 0;
  text-align: center;
}
#information h3 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 130%;
}
#information a {
  font-size: 200%;
}
.info_box {
  padding: 8px;
  background: center / cover url("../images/common/contact-bg.jpg") no-repeat;
  color: white;
}
.time {
  margin-top: 12px;
  display: inline-block;
}
#information svg {
  width: 16px;
  height: 16px;
}
#information svg path {
  fill: #ffffff;
}
@media (min-width:768px) {
  #information {
    padding: 80px 0;
  }
  .info_box {
    padding: 40px;
  }
}
/*====================
footer
===================*/
footer {
  background-color: #142c4b;
  color: white;
}
.footer_logo {
  padding: 24px;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}
.footer_logo img {
  max-width: 100%;
}
.nav_box p {
  margin-bottom: 28px;
  text-align: center;
  font-weight: bold;
}
.nav_link {
  padding-bottom: 28px
}
.nav_link li {
  padding: 12px 0;
  border-bottom: solid 1px;
  font-size: 12px;
}
.copyright {
  padding: 8px;
  text-align: center;
}
@media (min-width:768px) {
  footer {
    padding: 40px
  }
  .nav_box p {
    text-align: left;
    margin-bottom: 8px;
  }
  .nav_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 720px;
    padding-bottom: 0px
  }
  .nav_link li {
    padding: 12px 0 4px;
    margin: 0 8px;
    display: inline-block;
    max-width: 120px;
      transition: 0.2s all ease-in-out;
  }
    .nav_link li a:hover{
        opacity: 0.8;
    }
  .nav_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_logo {
    margin: 0;
  }
}