@charset "UTF-8";
/*                トップページ用
======================================================= */
/*                jquery.fullPage
======================================================= */
/*
* fullPage 2.9.6
* https://github.com/alvarotrigo/fullPage.js
* MIT licensed
*
* Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
*/
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

.fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*TOP共通*/
html {
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  overflow-y: auto !important;
}

#home #first_view {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  display: table;
}

#home #first_view > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#home.fp-viewing-page1 #header {
  background: rgba(255, 255, 255, 0);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#home.fp-viewing-page1 #header .hd_logo {
  float: left;
  position: absolute;
  left: 20px;
  top: 10px;
}

#home.fp-viewing-page1 #header .hd_logo.home_logo {
  opacity: 1;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#home.fp-viewing-page1 #header .hd_logo.lower_logo {
  opacity: 0;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#home.fp-viewing-page1 #header .gnavi {
  float: right;
  position: relative;
  top: 8px;
}

#home.fp-viewing-page1 #header .gnavi > ul > li > a, #home.fp-viewing-page1 #header .gnavi > ul > li > span {
  color: #fff;
  color: #000b41;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#home.fp-viewing-page1 #header .gnavi > ul > li > a > span:after, #home.fp-viewing-page1 #header .gnavi > ul > li > span > span:after {
  background-color: #fff;
  background-color: #000b41;
  bottom: -9px;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#home.fp-viewing-page1 #header .gnavi > ul > li.lang > span {
  background-color: rgba(255, 255, 255, 0.21);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#home.fp-viewing-page1 #header .gnavi > ul > li.lang > span:before {
  background-image: url(/media/images/common/lang_arr_white.png);
}

@media only screen and (max-width: 480px) {
  #home.fp-viewing-page1 #header .gnavi {
    top: 1px;
  }
}
#home.fp-viewing-page1 .sp_menu_btn span {
  background: #fff;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#home.fp-viewing-page1.sp_menu_open .sp_menu_btn span {
  background: #000b41;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

body .sns_base .field_wrap,
body .app_base .field_wrap,
body .contact_base .field_wrap {
  height: auto !important;
}

@media only screen and (min-width: 769px) {
  #header {
    z-index: 201;
  }
}
/* #container
--------------------------- */
#container {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}

/* .stage_base
--------------------------- */
.stage_base {
  width: 100%;
  background-size: cover;
  background-position: center center;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.sp_menu_open {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .sp_menu_open #stage0 #header #hd_logo {
    opacity: 0;
    -o-transition: 800ms;
    -webkit-transition: 800ms;
    transition: 800ms;
  }
}
.stage_base {
  overflow: hidden;
}

.stage_base .field_wrap {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.stage_base .field_wrap .field_cont {
  text-align: center;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
}

.stage_base .field_wrap .field_cont.vertical-top {
  vertical-align: top;
}

.stage_base .field_wrap .field_cont p {
  line-height: 1.9;
}

@media only screen and (max-width: 768px) {
  .stage_base .field_wrap .stage_cont {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stage_base .cont_inner {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}

.stage_base .cont_inner .stage_cont {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.stage_base .cont_inner .stage_cont.vertical-top {
  vertical-align: top;
}

.stage_base .cont_inner .stage_cont.vertical-middle {
  vertical-align: middle;
}

.stage_base .cont_inner .home_cont_inner {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 480px) {
  .stage_base .cont_inner .home_cont_inner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.stage_base.slide_stage .title_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: table;
}

.stage_base.slide_stage .title_wrap .cont_inner .stage_cont {
  padding-top: 50px;
  vertical-align: top;
}

.stage_base.slide_stage .title_wrap .trans_cont {
  opacity: 0;
}

.stage_base.slide_stage .title_wrap .stage_title {
  z-index: 12;
}

.stage_base.slide_stage .title_wrap .bg_area {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.stage_base.slide_stage .title_wrap .bg_area ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base.slide_stage .title_wrap .bg_area ul li.active {
  opacity: 1;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base.slide_stage .title_wrap .bg_area ul li img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .stage_base.slide_stage .title_wrap .bg_area ul li img {
    width: auto;
    height: 100vh;
    min-height: 0;
    min-width: 0;
    max-width: none;
    position: absolute;
    top: 50vh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.stage_base .fp-scroller {
  height: 100%;
  position: relative;
}

.stage_base .slider_wrap {
  padding: 0;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 11;
  position: relative;
}

.stage_base .slider_wrap .slick-list draggable {
  position: absolute;
  height: 100%;
  width: 100%;
}

.stage_base .slider_wrap .slick-track {
  position: absolute;
  height: 100%;
}

.stage_base .slider_wrap .slider_cont {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: table;
}

.stage_base .slider_wrap .cont_inner .stage_cont {
  vertical-align: middle;
  overflow: hidden !important;
  width: 100%;
}

.stage_base .stage_title {
  top: 0;
  width: 100%;
}

.stage_base .stage_title h2, .stage_base .stage_title h3, .stage_base .stage_title p {
  font-size: 242.9%;
  color: #000b41;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  position: relative;
  letter-spacing: 0.225em;
  top: 0em;
  opacity: 1;
  -o-transition: 1000ms;
  -webkit-transition: 1000ms;
  transition: 1000ms;
  position: relative;
  padding-bottom: 0.6em;
}

.stage_base .stage_title h2:before, .stage_base .stage_title h3:before, .stage_base .stage_title p:before {
  display: block;
  width: 1.5em;
  height: 2px;
  content: "";
  background-color: #000b41;
  position: absolute;
  left: 50%;
  margin-left: -0.75em;
  bottom: 0;
  -o-transition: 1000ms;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

.stage_base.white .stage_title h2, .stage_base.white .stage_title h3, .stage_base.white .stage_title p {
  color: #fff;
  -o-transition: 1000ms;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

.stage_base.white .stage_title h2:before, .stage_base.white .stage_title h3:before, .stage_base.white .stage_title p:before {
  background-color: #fff;
  -o-transition: 1000ms;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

.stage_base .cont_inner000 {
  padding-top: 9em;
  padding-bottom: 9em;
}

@media only screen and (max-width: 1500px) {
  .stage_base .cont_inner000 {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
}
@media only screen and (max-width: 1400px) {
  .stage_base .cont_inner000 {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media only screen and (max-width: 1024px) {
  .stage_base .cont_inner000 {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media only screen and (max-width: 768px) {
  .stage_base .cont_inner000 {
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 350px) {
  .stage_base .cont_inner000 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.stage_base .field_wrap {
  padding: 70px 0 0;
}

@media only screen and (max-width: 480px) {
  .stage_base .field_wrap {
    padding: 50px 0 0;
  }
}
.stage_base .field_wrap .field_cont,
.stage_base .slider_cont .field_cont {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10em;
  padding-bottom: 10em;
}

@media only screen and (max-width: 1500px) {
  .stage_base .field_wrap .field_cont,
.stage_base .slider_cont .field_cont {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-height: 900px) {
  .stage_base .field_wrap .field_cont,
.stage_base .slider_cont .field_cont {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
@media only screen and (max-width: 768px) {
  .stage_base .field_wrap .field_cont,
.stage_base .slider_cont .field_cont {
    padding-top: 5em;
    padding-bottom: 5em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.stage_base .field_wrap .stage_title,
.stage_base .slider_cont .stage_title {
  position: absolute;
  left: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

#stage9.stage_base .field_wrap .stage_title {
  position: static;
}

.stage_base .field_wrap .stage_title.size_title,
.stage_base .slider_cont .stage_title.size_title {
  opacity: 0;
}

.stage_base .field_wrap .stage_title.size_title,
.stage_base .slider_cont .stage_title.size_title {
  position: static;
  padding-top: 0;
}

@media screen and (max-height: 900px) {
  .stage_base .field_wrap .stage_title,
.stage_base .slider_cont .stage_title {
    padding-bottom: 20px;
  }
  .stage_base .field_wrap .stage_title h2, .stage_base .field_wrap .stage_title h3, .stage_base .field_wrap .stage_title p,
.stage_base .slider_cont .stage_title h2,
.stage_base .slider_cont .stage_title h3,
.stage_base .slider_cont .stage_title p {
    padding-bottom: 0.25em;
  }
}
@media screen and (max-height: 800px) {
  .stage_base .field_wrap .stage_title,
.stage_base .slider_cont .stage_title {
    padding-top: 10px;
  }
  .stage_base .field_wrap .stage_title h2, .stage_base .field_wrap .stage_title h3, .stage_base .field_wrap .stage_title p,
.stage_base .slider_cont .stage_title h2,
.stage_base .slider_cont .stage_title h3,
.stage_base .slider_cont .stage_title p {
    padding-bottom: 0.3em;
  }
}
@media only screen and (max-width: 1024px) {
  .stage_base .field_wrap .stage_title,
.stage_base .slider_cont .stage_title {
    padding-bottom: 30px;
  }
  .stage_base .field_wrap .stage_title h2, .stage_base .field_wrap .stage_title h3, .stage_base .field_wrap .stage_title p,
.stage_base .slider_cont .stage_title h2,
.stage_base .slider_cont .stage_title h3,
.stage_base .slider_cont .stage_title p {
    padding-bottom: 0.3em;
  }
}
@media only screen and (max-width: 640px) {
  .stage_base .field_wrap .stage_title h2, .stage_base .field_wrap .stage_title h3, .stage_base .field_wrap .stage_title p,
.stage_base .slider_cont .stage_title h2,
.stage_base .slider_cont .stage_title h3,
.stage_base .slider_cont .stage_title p {
    font-size: 157.1%;
  }
}
@media only screen and (max-width: 480px) {
  .stage_base .field_wrap .stage_title h2, .stage_base .field_wrap .stage_title h3, .stage_base .field_wrap .stage_title p,
.stage_base .slider_cont .stage_title h2,
.stage_base .slider_cont .stage_title h3,
.stage_base .slider_cont .stage_title p {
    font-size: 142.9%;
  }
}
@media only screen and (max-width: 350px) {
  .stage_base .field_wrap .stage_title h2, .stage_base .field_wrap .stage_title h3, .stage_base .field_wrap .stage_title p,
.stage_base .slider_cont .stage_title h2,
.stage_base .slider_cont .stage_title h3,
.stage_base .slider_cont .stage_title p {
    font-size: 128.6%;
  }
}
@media only screen and (max-width: 1500px) {
  .stage_base .home_cont_width {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1500px) {
  .stage_base .home_cont_width {
    max-width: 800px;
  }
}
@media only screen and (max-width: 768px) {
  .stage_base .home_slide_width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stage_base .home_slide_width .cont_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/* .stage_slide
--------------------------- */
#stage0 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#stage0 #header {
  width: 100%;
  z-index: 6;
  position: relative;
}

#stage0 #header #hd_logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#stage0 #sp_menu_btn {
  display: block;
  height: 47px;
  position: fixed;
  right: 36px;
  top: 37px;
  width: 30px;
  z-index: 8;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  #stage0 #sp_menu_btn {
    height: 36px;
    right: 12px;
    top: 9px;
    width: 30px;
  }
}
#stage0 #sp_menu_btn span {
  background: #fff;
  display: block;
  height: 3px;
  left: 9px;
  position: absolute;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  width: 30px;
}

@media only screen and (max-width: 640px) {
  #stage0 #sp_menu_btn span {
    height: 2px;
    left: 6px;
    width: 22px;
  }
}
#stage0 #sp_menu_btn span.border01 {
  top: 12px;
}

@media only screen and (max-width: 640px) {
  #stage0 #sp_menu_btn span.border01 {
    top: 8px;
  }
}
#stage0 #sp_menu_btn span.border02 {
  top: 50%;
  margin-top: -2px;
}

@media only screen and (max-width: 640px) {
  #stage0 #sp_menu_btn span.border02 {
    margin-top: -1px;
  }
}
#stage0 #sp_menu_btn span.border03 {
  bottom: 12px;
}

@media only screen and (max-width: 640px) {
  #stage0 #sp_menu_btn span.border03 {
    bottom: 8px;
  }
}
#stage0 #sp_menu_btn .close {
  display: none;
  position: absolute;
  bottom: -0.5em;
  left: 9px;
  color: #fff;
  font-size: 71.4%;
}

@media only screen and (max-width: 640px) {
  #stage0 #sp_menu_btn .close {
    left: 2px;
  }
}
#stage0 #sp_menu_btn.active span {
  background: #fff;
}

#stage0 #sp_menu_btn.active span.border01 {
  transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg);
}

@media only screen and (max-width: 640px) {
  #stage0 #sp_menu_btn.active span.border01 {
    transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
  }
}
#stage0 #sp_menu_btn.active span.border02 {
  opacity: 0;
}

#stage0 #sp_menu_btn.active span.border03 {
  transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
}

@media only screen and (max-width: 640px) {
  #stage0 #sp_menu_btn.active span.border03 {
    bottom: 12px;
    transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
}
#stage0 #sp_menu_btn.active .close {
  display: block;
}

@media only screen and (max-width: 640px) {
  #stage0 #header #hd_logo {
    width: 220px;
    margin-top: -10px;
  }
}
#stage0 .field_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#stage0 #footer {
  display: block;
  position: fixed;
  left: 36px;
  bottom: 23px;
  z-index: 5;
}

#stage0 #footer .sns_btns {
  color: #fff;
}

#stage0 #footer .sns_btns dt {
  font-family: "Noto Sans Japanese", serif;
  display: inline-block;
}

#stage0 #footer .sns_btns dd {
  display: inline-block;
}

#stage0 #footer .sns_btns + div {
  margin-top: 0.5em;
}

#stage0 #footer .copy p {
  color: #fff;
  font-size: 85.7%;
}

@media only screen and (max-width: 640px) {
  #stage0 #footer {
    position: absolute;
    bottom: 0;
  }
}
#stage0 #newsticker {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 2em 0 2em 1em;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
  opacity: 0;
  -o-transition: 800ms;
  transition: 800ms;
}

#stage0 #newsticker dl {
  display: table;
}

#stage0 #newsticker dl > dt, #stage0 #newsticker dl > dd {
  font-size: 114.3%;
  display: table-cell;
  vertical-align: middle;
  padding: 1em 1.25em 0.9em;
  line-height: 1.1;
}

#stage0 #newsticker dl > dt {
  color: #fff;
  background-color: #0f3657;
  position: relative;
  cursor: pointer;
}

#stage0 #newsticker dl > dt > span.new {
  position: absolute;
  left: -15px;
  top: -15px;
}

#stage0 #newsticker dl > dd {
  display: table-cell;
  display: none;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

#stage0 #newsticker dl > dd a:hover {
  text-decoration: none;
}

#stage0 #newsticker dl > dd span.date + span {
  margin-left: 1.25em;
}

@media only screen and (max-width: 1024px) {
  #stage0 #newsticker dl > dt,
#stage0 #newsticker dl > dd {
    font-size: 100%;
  }
}
@media only screen and (max-width: 800px) {
  #stage0 #newsticker dl > dt,
#stage0 #newsticker dl > dd {
    font-size: 85.7%;
  }
}
@media only screen and (max-width: 640px) {
  #stage0 #newsticker {
    width: 100%;
    margin-bottom: 2em;
    padding: 2em 0 0 1em;
  }
  #stage0 #newsticker dl {
    display: block;
    width: 100%;
    position: relative;
    right: 0em;
    -o-transition: 800ms;
    -webkit-transition: 800ms;
    transition: 800ms;
  }
  #stage0 #newsticker dl.closed {
    left: auto;
    right: -100%;
    -o-transition: 800ms;
    -webkit-transition: 800ms;
    transition: 800ms;
  }
  #stage0 #newsticker dl.closed dt:after {
    display: none;
  }
  #stage0 #newsticker dl dt {
    display: block;
    position: absolute;
    top: 0;
    left: -6.5em;
    width: 6.5em;
  }
  #stage0 #newsticker dl > dt:after {
    position: absolute;
    right: 0.4em;
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    font-size: 100%;
  }
  #stage0 #newsticker dl > dd {
    display: block;
  }
  #stage0 #newsticker dl > dd a {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block;
  }
  #stage0 #newsticker dl > dd a:hover {
    text-decoration: none;
  }
  #stage0 #newsticker dl > dd span.date + span {
    margin-left: 1.25em;
  }
}
#stage0 .field_wrap {
  height: 100%;
}

#stage0 .field_wrap .field_cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: table;
}

#stage0 .field_wrap .field_cont .cont_inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#stage0 .field_wrap .field_cont .cont_inner .catch {
  padding: 3em 0;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#stage0 .field_wrap .field_cont .cont_inner .catch h2 {
  padding: 0.5em 0 0;
  max-width: 842px;
  margin: auto;
}

#stage0 .field_wrap .field_cont .cont_inner .catch p {
  text-align: center;
  padding: 0 0 0.75em;
  max-width: 842px;
  margin: auto;
  color: #fff;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8), 0px 0px 14px rgba(0, 0, 0, 0.8);
  font-size: 114.3%;
}

#stage0 .field_wrap .field_cont .cont_inner .cont_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#stage0 .field_wrap .field_cont .cont_inner .cont_bg > span {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#stage0 .field_wrap .field_cont .cont_inner .cont_bg > span.catch_bg {
  background-image: url(/media/images/home/catch_bg.png);
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#stage0 .field_wrap .field_cont .cont_inner .cont_bg > span.catch_bg {
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#stage0 .field_wrap .field_cont .cont_inner .cont_bg > span + span {
  top: 0;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#stage0 .field_wrap .field_cont .cont_inner .cont_bg.wide {
  top: 0;
}

#stage0 .field_wrap .field_cont .cont_inner .cont_bg.wide > span {
  height: 100%;
  top: -100%;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#stage0 .field_wrap .field_cont .cont_inner .cont_bg.wide > span + span {
  height: 50%;
  top: 50%;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

@media only screen and (max-width: 640px) {
  #stage0 .field_wrap .field_cont .cont_inner .cont_bg {
    -o-transition: 800ms;
    -webkit-transition: 800ms;
    transition: 800ms;
  }
  #stage0 .field_wrap .field_cont .cont_inner .cont_bg > span {
    height: 8em;
    top: -8em;
  }
}
.video_inner {
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  width: 100%;
  /* トリミングしたい枠の幅 */
  height: 100%;
  /* トリミングしたい枠の高さ */
}

@media only screen and (min-width: 769px) {
  .video_inner {
    display: none;
  }
}
.video_inner:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  background-image: url(/media/images/home/vegas_overlays01.png);
  background-color: #2d3c65;
  content: none;
}

.video_inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  height: 100%;
  z-index: -100;
}

#home .video_bg {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #home .video_bg {
    display: none;
  }
}
#home .video_bg.fp-viewing-page1 {
  position: fixed;
}

#home .video_bg:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  background-color: #2d3c65;
  content: none;
}

#home .video_bg:before {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#home .video_bg video.s00000 {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}

#home .video_bg video.s00000:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  background-image: url(/media/images/home/catch_bg.png);
}

#home .youtube_bg {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -1;
}

#home .youtube_bg:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  background-color: #2d3c65;
}

#home .youtube_bg #video iframe {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#home .youtube_bg #youtube, #home .youtube_bg #movie {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

#home .youtube_bg #youtube iframe, #home .youtube_bg #movie iframe {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.field_bg {
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  display: none;
}

.field_bg img {
  width: 100%;
}

.field_bg.absolute {
  position: absolute;
}

.stage_bg {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 2;
}

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

.blur_wrap {
  background-size: cover;
  background-clip: content-box;
  background-attachment: fixed;
  background-position: center;
}

.blur_cont::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: -2%;
  top: -2%;
  background-size: cover;
  background-clip: content-box;
  background-attachment: fixed;
  background-position: center;
  width: 104%;
  height: 104%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
}

.blur_cont {
  z-index: 30;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.blur_cont::after {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.trans_cont {
  background: rgba(255, 255, 255, 0.8);
}

.stage_base.index_base .fp-scroller {
  height: 100%;
}

.stage_base.index_base .field_wrap {
  height: 100%;
}

.stage_base.index_base .field_wrap .field_cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: table;
}

.stage_base.index_base .field_wrap .field_cont .cont_inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.stage_base.index_base .field_wrap .field_cont .cont_inner .catch {
  padding: 3em 80px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base.index_base .field_wrap .field_cont .cont_inner .catch h2 {
  padding: 0.5em 0 0;
  max-width: 842px;
  margin: auto;
}

.stage_base.index_base .field_wrap .field_cont .cont_inner .catch p {
  text-align: center;
  padding: 0 0 0.75em;
  max-width: 842px;
  margin: auto;
  color: #fff;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8), 0px 0px 14px rgba(0, 0, 0, 0.8);
  font-size: 114.3%;
}

.stage_base.index_base .field_wrap .field_cont .bg_slide {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3em 80px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

@media only screen and (max-width: 768px) {
  .stage_base.index_base .field_wrap .field_cont {
    display: table-cell;
    vertical-align: middle;
  }
  .stage_base.index_base .field_wrap .field_cont .cont_inner {
    margin: auto;
    height: 100%;
    padding: 0;
    display: table;
  }
  .stage_base.index_base .field_wrap .field_cont .cont_inner .catch {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
  }
  .stage_base.index_base .field_wrap .field_cont .cont_inner .catch h2 {
    padding: 0 0 1.5em;
  }
  .stage_base.index_base .field_wrap .field_cont .cont_inner .catch p {
    text-align: center;
    padding: 0 2em;
  }
  .stage_base.index_base .field_wrap .field_cont .cont_inner .catch p {
    font-size: 100%;
  }
}
.stage_base.company_base {
  background-image: url(/media/images/home/bg_page2-202212.jpg);
}

.stage_base.company_base .blur_cont::before {
  background-image: url(/media/images/home/bg_page2-202212.jpg);
}

.stage_base.company_base .company_catch {
  text-align: center;
  margin-bottom: 2em;
}

.stage_base.company_base .company_catch h3 {
  display: inline-block;
  margin: 2em auto 2.5em;
  padding: 2em 3.2em 1.15em;
  position: relative;
}

.stage_base.company_base .company_catch h3:before, .stage_base.company_base .company_catch h3:after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 40px;
}

.stage_base.company_base .company_catch h3:before {
  top: 0;
  left: 0;
  border-top: solid 2px #202020;
  border-left: solid 2px #202020;
}

.stage_base.company_base .company_catch h3:after {
  bottom: 0;
  right: 0;
  border-bottom: solid 2px #202020;
  border-right: solid 2px #202020;
}

.stage_base.company_base .company_catch h3 > span {
  display: block;
  padding: 0.275em 0;
  font-size: 200%;
  color: #202020;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.stage_base.company_base .company_catch h3 > span > span {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.stage_base.company_base .company_catch p {
  text-align: left;
}

.stage_base.company_base .company_catch p + p {
  margin-top: 0.5em;
}

@media only screen and (max-width: 768px) {
  .stage_base.company_base .company_catch {
    margin-bottom: 2em;
  }
  .stage_base.company_base .company_catch h3 {
    margin: auto;
    padding: 0.5em 1.25em;
  }
  .stage_base.company_base .company_catch h3:before, .stage_base.company_base .company_catch h3:after {
    width: 15px;
    height: 20px;
  }
  .stage_base.company_base .company_catch h3 > span {
    display: block;
    padding: 0.1em 0;
    font-size: 128.6%;
  }
  .stage_base.company_base .link_btn a {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .stage_base.company_base .company_catch h3 {
    margin: auto auto 1em;
  }
  .stage_base.company_base .company_catch h3 > span {
    display: block;
    padding: 0.275em 0;
    font-size: 114.3%;
    color: #202020;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  .stage_base.company_base .company_catch h3 > span > span {
    margin-left: -0.2em;
    margin-right: -0.2em;
  }
  .stage_base.company_base p {
    font-size: 85.7%;
  }
  .stage_base.company_base .link_btn a {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  .stage_base.company_base .company_catch {
    margin-bottom: 1em;
  }
  .stage_base.company_base .company_catch h3 {
    padding: 0.15em 0.75em;
    margin: auto auto 0.5em;
    max-width: 100%;
  }
  .stage_base.company_base .company_catch h3 > span {
    font-size: 100%;
    line-height: 1.2;
  }
  .stage_base.company_base .company_catch h3:before, .stage_base.company_base .company_catch h3:after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 15px;
  }
  .stage_base.company_base .company_catch h3:before {
    border-top: solid 1px #202020;
    border-left: solid 1px #202020;
  }
  .stage_base.company_base .company_catch h3:after {
    border-bottom: solid 1px #202020;
    border-right: solid 1px #202020;
  }
  .stage_base.company_base .company_catch p {
    font-size: 85.7%;
  }
  .stage_base.company_base .company_catch p + p {
    margin-top: 0.5em;
  }
}
.stage_base.brand_base .slider_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
}

.stage_base.brand_base .slider_nav .slick-track {
  display: inline-block;
  margin: auto;
}

.stage_base.brand_base .slider_nav .slick-list {
  overflow: visible;
}

.stage_base.brand_base .slider_nav .slider_cont {
  padding: 0;
  position: relative;
}

.stage_base.brand_base .slider_nav .slider_cont:before {
  content: "";
  color: #000b41;
  position: absolute;
  top: -2em;
  left: 50%;
  opacity: 0;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base.brand_base .slider_nav .slider_cont.slick-current:before {
  content: "▼";
  color: #000b41;
  position: absolute;
  top: -2em;
  left: 50%;
  margin-left: -0.5em;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base.brand_base .slider_nav .slider_cont a, .stage_base.brand_base .slider_nav .slider_cont > span {
  display: table;
  width: 100%;
  height: 52px;
  position: relative;
  cursor: pointer;
  line-height: 1;
}

.stage_base.brand_base .slider_nav .slider_cont a > span, .stage_base.brand_base .slider_nav .slider_cont > span > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 2.75em;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
  width: 100%;
}

.stage_base.brand_base .slider_nav .slider_cont a > span .logo_cont, .stage_base.brand_base .slider_nav .slider_cont > span > span .logo_cont {
  line-height: 1px;
  display: block;
  overflow: hidden;
}

.stage_base.brand_base .slider_nav .slider_cont a > span img, .stage_base.brand_base .slider_nav .slider_cont > span > span img {
  width: auto;
  width: 100%;
  max-width: 100%;
  margin: auto;
  line-height: 1px;
  display: inline-block;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base.brand_base .slider_nav .slider_cont.slick-current:before {
  opacity: 1;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base.brand_base .slider_nav .slider_cont.slick-current a, .stage_base.brand_base .slider_nav .slider_cont.slick-current > span {
  background-color: #f0f0f0;
}

.stage_base.brand_base .slider_nav .slider_cont.slick-current a > span, .stage_base.brand_base .slider_nav .slider_cont.slick-current > span > span {
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base.brand_base .slider_nav .slider_cont.slick-current a > span img, .stage_base.brand_base .slider_nav .slider_cont.slick-current > span > span img {
  max-width: 80%;
  width: expression(document.body.clientWidth > 88? "88px" : "auto");
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base.brand_base .slider_nav .slick-arrow {
  text-align: center;
  overflow: hidden;
  position: fixed;
  height: 60px;
  width: 60px;
  z-index: 2;
  text-indent: -1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  background-color: #fff;
  bottom: 0;
  opacity: 0;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base.brand_base .slider_nav .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/media/images/common/slick-arrow-prev.png);
}

.stage_base.brand_base .slider_nav .slick-arrow.slick-next {
  right: 0;
  background-image: url(/media/images/common/slick-arrow-next.png);
}

.stage_base.brand_base .slider_nav:hover .slick-arrow {
  opacity: 1;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

@media only screen and (max-width: 768px) {
  .stage_base.brand_base .brand_slider_main {
    padding-bottom: 0;
  }
  .stage_base.brand_base .slider_nav {
    display: none;
  }
}
.stage_base.brand_base #page_down {
  bottom: -100px;
  -webkit-transition: 1000ms;
  -o-transition: 1000ms;
  transition: 1000ms;
}

.stage_base.news_base .bg_area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.stage_base.news_base .slider_cont {
  padding-bottom: 0;
}

.stage_base.news_base .stage_title h2, .stage_base.news_base .stage_title h3, .stage_base.news_base .stage_title p {
  color: #fff;
}

.stage_base.news_base .stage_title h2:before, .stage_base.news_base .stage_title h3:before, .stage_base.news_base .stage_title p:before {
  background-color: #fff;
}

.stage_base.news_base .brand_slider_main {
  padding-bottom: 60px;
}

.stage_base.news_base .bottom_link {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 60px;
  z-index: 100;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

@media screen and (max-height: 900px) {
  .stage_base.news_base .bottom_link {
    bottom: 0;
  }
}
.stage_base.group_base {
  background-image: url(/media/images/home/bg_page5.jpg);
}

.stage_base.group_base .group_catch {
  text-align: center;
  margin-bottom: 2em;
}

.stage_base.group_base .group_catch h3 {
  display: inline-block;
  margin: 2em auto 2.5em;
  padding: 1em 3.2em 1.15em;
  position: relative;
}

.stage_base.group_base .group_catch h3:before, .stage_base.group_base .group_catch h3:after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 40px;
}

.stage_base.group_base .group_catch h3:before {
  top: 0;
  left: 0;
  border-top: solid 2px #626260;
  border-left: solid 2px #626260;
}

.stage_base.group_base .group_catch h3:after {
  bottom: 0;
  right: 0;
  border-bottom: solid 2px #626260;
  border-right: solid 2px #626260;
}

.stage_base.group_base .group_catch h3 > span {
  display: block;
  padding: 0.275em 0;
  font-size: 200%;
  color: #202020;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.stage_base.group_base .group_catch h3 > span > span {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.stage_base.group_base .group_catch p {
  text-align: center;
  margin: auto;
}

.stage_base.group_base .group_catch p > span {
  display: block;
}

.stage_base.group_base .group_catch p > span > span {
  display: inline-block;
}

.stage_base.group_base .group_catch p + p {
  margin-top: 0.5em;
}

.stage_base.group_base .group_nav ul {
  overflow: hidden;
  margin: -10px;
}

.stage_base.group_base .group_nav ul li {
  float: left;
  width: 50%;
  padding: 10px;
}

.stage_base.group_base .group_nav ul li > a {
  display: table;
  width: 100%;
  background-color: #fff;
  height: 100%;
  height: 10em;
}

.stage_base.group_base .group_nav ul li > a > .logo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
}

.stage_base.group_base .group_nav ul li > a > .logo img {
  max-height: 100px;
  max-width: 100%;
  width: auto;
}

@media only screen and (max-width: 1500px) {
  .stage_base.group_base .group_catch {
    margin-bottom: 1em;
  }
  .stage_base.group_base .group_catch h3 {
    margin: 1.5em auto 2em;
  }
  .stage_base.group_base .group_catch h3:before, .stage_base.group_base .group_catch h3:after {
    width: 30px;
    height: 40px;
  }
  .stage_base.group_base .group_catch h3 > span {
    display: block;
    padding: 0.2em 0;
    font-size: 200%;
  }
  .stage_base.group_base .group_nav ul li > a {
    height: 8em;
  }
  .stage_base.group_base .group_nav ul li > a > .logo {
    padding: 1em;
  }
  .stage_base.group_base .group_nav ul li > a > .logo img {
    max-height: 60px;
    max-width: 85%;
  }
}
@media only screen and (max-width: 1400px) {
  .stage_base.group_base .group_catch {
    margin-bottom: 1em;
  }
  .stage_base.group_base .group_catch h3 {
    margin: 0.5em auto;
    padding: 0.75em 3.2em;
  }
  .stage_base.group_base .group_catch h3 img {
    height: 38px;
    width: auto;
  }
  .stage_base.group_base .group_catch h3:before, .stage_base.group_base .group_catch h3:after {
    width: 20px;
    height: 30px;
  }
  .stage_base.group_base .group_nav ul li > a {
    height: 8em;
  }
  .stage_base.group_base .group_nav ul li > a > .logo {
    padding: 0 1em;
  }
  .stage_base.group_base .group_nav ul li > a > .logo img {
    max-height: 60px;
    max-width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .stage_base.group_base .group_catch h3 {
    display: inline-block;
    margin: 0 auto;
    padding: 0.5em 1.5em;
    position: relative;
  }
  .stage_base.group_base .group_catch h3 img {
    height: 28px;
    width: auto;
  }
  .stage_base.group_base .group_catch h3:before, .stage_base.group_base .group_catch h3:after {
    width: 15px;
    height: 20px;
  }
  .stage_base.group_base .group_nav ul {
    margin: -5px 0;
  }
  .stage_base.group_base .group_nav ul li {
    padding: 5px 0;
    width: 100%;
  }
  .stage_base.group_base .group_nav ul li > a {
    height: auto;
  }
  .stage_base.group_base .group_nav ul li > a > .logo {
    padding: 0 1em;
    overflow: hidden;
    position: relative;
  }
  .stage_base.group_base .group_nav ul li > a > .logo img {
    height: 65px;
    max-width: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .stage_base.group_base .group_catch h3 {
    margin-bottom: 1em;
  }
  .stage_base.group_base .group_catch h3 img {
    height: 20px;
    width: auto;
  }
  .stage_base.group_base .group_catch h3:before, .stage_base.group_base .group_catch h3:after {
    width: 10px;
    height: 15px;
  }
  .stage_base.group_base .group_catch h3:before {
    border-top: solid 1px #626260;
    border-left: solid 1px #626260;
  }
  .stage_base.group_base .group_catch h3:after {
    border-bottom: solid 1px #626260;
    border-right: solid 1px #626260;
  }
  .stage_base.group_base .group_catch p {
    font-size: 85.7%;
  }
  .stage_base.group_base .group_catch p > span {
    display: block;
  }
  .stage_base.group_base .group_catch p > span > span {
    display: inline-block;
  }
  .stage_base.group_base .group_nav ul {
    margin: -5px;
  }
  .stage_base.group_base .group_nav ul li {
    padding: 5px;
    width: 50%;
  }
  .stage_base.group_base .group_nav ul li > a > .logo img {
    height: 45px;
  }
}
.stage_base.recruit_base {
  background-image: url(/media/images/home/bg_page6-202212.jpg);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .stage_base.recruit_base {
    background-image: url(/media/images/home/bg_page6-202212_sp.jpg);
    background-size: cover;
    background-color: #e1e2e7;
    background-position: center top;
  }
}
@media only screen and (max-width: 480px) {
  .stage_base.recruit_base {
    background-image: url(/media/images/home/bg_page6-202212_sp.jpg);
    background-size: cover;
    background-color: #e1e2e7;
    background-position: center top;
  }
}
.stage_base.recruit_base .recruit_catch {
  text-align: center;
  margin-bottom: 2em;
}

.stage_base.recruit_base .recruit_catch p {
  text-align: center;
  margin: auto;
  color: #ffffff;
}

.stage_base.recruit_base .recruit_catch p > span {
  display: block;
}

.stage_base.recruit_base .recruit_catch p > span > span {
  display: inline-block;
}

.stage_base.recruit_base .recruit_catch p + p {
  margin-top: 0.5em;
}

.stage_base.recruit_base .recruit_nav ul {
  overflow: hidden;
  margin: -10px;
}

.stage_base.recruit_base .recruit_nav ul li {
  float: left;
  width: 50%;
  padding: 10px;
}

.stage_base.recruit_base .recruit_nav ul li:nth-of-type(2n) {
  clear: both;
}

.stage_base.recruit_base .recruit_nav ul li.wide {
  width: 100%;
}

.stage_base.recruit_base .recruit_nav ul li.wide > a .inner {
  display: table;
  width: 100%;
}

.stage_base.recruit_base .recruit_nav ul li.wide > a .inner > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.stage_base.recruit_base .recruit_nav ul li.wide > a .inner > div .link_btn {
  margin-top: 0;
}

.stage_base.recruit_base .recruit_nav ul li.wide > a .inner > div .link_btn .blue_btn {
  max-width: 90%;
  width: 18em;
}

.stage_base.recruit_base .recruit_nav ul li > a {
  display: table;
  width: 100%;
  background-color: #fff;
  height: 100%;
}

.stage_base.recruit_base .recruit_nav ul li > a .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 2.5em 1em;
  padding: 1.25em 1em;
}

.stage_base.recruit_base .recruit_nav ul li > a .inner .title h3 {
  font-size: 142.9%;
  letter-spacing: 0.25em;
  color: #202020;
  font-weight: 500;
  margin-right: -0.25em;
}

.stage_base.recruit_base .recruit_nav ul li > a .inner .title .small {
  font-size: 57.1%;
  color: #202020;
  font-weight: 500;
}

.stage_base.recruit_base .recruit_nav ul li > a .inner .link_btn {
  margin-top: 1em;
}

@media only screen and (max-width: 1400px) {
  .stage_base.recruit_base .recruit_nav ul li > a .inner {
    padding: 1.75em 1em;
  }
  .stage_base.recruit_base .recruit_nav ul li > a .inner .link_btn {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .stage_base.recruit_base .recruit_nav ul {
    margin: -5px;
  }
  .stage_base.recruit_base .recruit_nav ul li {
    width: 50%;
    padding: 5px;
  }
  .stage_base.recruit_base .recruit_nav ul li.wide {
    width: 100%;
  }
  .stage_base.recruit_base .recruit_nav ul li > a {
    position: relative;
  }
  .stage_base.recruit_base .recruit_nav ul li > a:before {
    position: absolute;
    display: block;
    content: "";
    width: 21px;
    height: 100%;
    right: 15px;
    top: 0;
    background-image: url(/media/images/common/ft_submenu_btn_arr.png);
    background-position: center right;
    background-repeat: no-repeat;
  }
  .stage_base.recruit_base .recruit_nav ul li > a .inner {
    padding: 1em 1.5em;
  }
  .stage_base.recruit_base .recruit_nav ul li > a .inner .title {
    text-align: left;
  }
  .stage_base.recruit_base .recruit_nav ul li > a .inner .title h3 {
    font-size: 142.9%;
    text-align: left;
  }
  .stage_base.recruit_base .recruit_nav ul li > a .inner .title .small {
    font-size: 57.1%;
  }
  .stage_base.recruit_base .recruit_nav ul li > a .inner .link_btn {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .stage_base.recruit_base .recruit_catch {
    margin-bottom: 1em;
  }
  .stage_base.recruit_base .recruit_catch p {
    font-size: 85.7%;
    margin: auto;
  }
  .stage_base.recruit_base .recruit_nav ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .stage_base.recruit_base .recruit_nav ul li {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }
  .stage_base.recruit_base .recruit_nav ul li > a .inner {
    padding: 0.5em 0.5em;
  }
  .stage_base.recruit_base .recruit_nav ul li > a .inner .title {
    text-align: left;
  }
  .stage_base.recruit_base .recruit_nav ul li > a .inner .title h3 {
    font-size: 100%;
    text-align: left;
    letter-spacing: 0;
  }
  .stage_base.recruit_base .recruit_nav ul li > a .inner .title .small {
    font-size: 57.1%;
    letter-spacing: -0.05em;
  }
  .stage_base.recruit_base .recruit_nav ul li > a .inner .link_btn {
    display: none;
  }
  .stage_base.recruit_base .recruit_nav ul li > a:before {
    width: 16px;
    height: 100%;
    right: 5px;
    top: 0;
    background-size: contain;
  }
}
.sns_base {
  background-color: #fff;
}

.sns_base .sns_catch {
  text-align: center;
  margin-bottom: 2em;
}

.sns_base .sns_catch p {
  text-align: center;
  margin: auto;
}

.sns_base .sns_catch p > span {
  display: block;
}

.sns_base .sns_catch p > span > span {
  display: inline-block;
}

.sns_base .sns_catch p + p {
  margin-top: 0.5em;
}

.sns_base .sns_nav dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75em 0;
}

.sns_base .sns_nav dl dt {
  padding: 0 4em;
}

.sns_base .sns_nav dl dd {
  border-left: solid 1px #d8d8d8;
  padding-left: 0.5em;
  overflow: hidden;
}

.sns_base .sns_nav dl dd ul {
  display: block;
  float: left;
  padding-left: 4em;
}

.sns_base .sns_nav dl dd ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns_base .sns_nav dl dd ul li a .text {
  padding: 0.2em 0 0.2em 1.75em;
  text-align: left;
}

.sns_base .sns_nav dl dd ul li a .text .head {
  font-size: 8px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.25em;
}

.sns_base .sns_nav dl dd ul li a .text .name {
  font-size: 85.7%;
  letter-spacing: 0.25em;
  font-weight: 600;
}

.sns_base .sns_nav dl dd ul li + li {
  margin-top: 0.5em;
}

.sns_base .sns_nav dl + dl {
  border-top: solid 1px #d8d8d8;
}

.app_base .sns_nav .apps {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
  padding: 25px 0 8px;
}

.app_base .sns_nav .apps p {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.app_base .sns_nav .apps h3 {
  font-size: 18px;
  color: #000b41;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.app_base .sns_nav .apps ul {
  overflow: hidden;
  width: 365px;
  margin: 0 auto 32px;
}

.app_base .sns_nav .apps ul li {
  float: left;
}

.app_base .sns_nav .apps ul li:last-of-type {
  float: right;
}

@media only screen and (min-width: 769px) {
  .sns_base .sns_nav dl dt {
    padding: 0 2em;
    width: 22.2222%;
  }
  .sns_base .sns_nav dl dd {
    width: 77.7777%;
  }
  .sns_base .sns_nav dl dd ul li a .icon {
    min-width: 42px;
  }
  .sns_base .sns_nav dl dd ul li a .text {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .sns_base .field_wrap .stage_cont {
    padding-left: 0;
    padding-right: 0;
  }
  .sns_base .sns_nav dl {
    padding: 1em 0 0;
    border-bottom: solid 1px #d8d8d8;
  }
  .sns_base .sns_nav dl dt {
    padding: 10px 0 0;
    text-align: left;
    width: 170px;
  }
  .sns_base .sns_nav dl dt img {
    width: auto;
    height: 50px;
  }
  .sns_base .sns_nav dl dd {
    border-left: none;
    overflow: hidden;
    display: block;
    padding-left: 0;
    margin-left: -10px;
  }
  .sns_base .sns_nav dl dd ul {
    padding-left: 0;
    padding: 0;
    display: inline-block;
  }
  .sns_base .sns_nav dl dd ul li {
    display: inline-block;
  }
  .sns_base .sns_nav dl dd ul li a {
    padding: 10px;
  }
  .sns_base .sns_nav dl dd ul li a .text {
    display: none;
  }
  .sns_base .sns_nav dl dd ul li + li {
    margin-top: 0em;
  }
  .sns_base .sns_nav dl + dl {
    border-top: none;
  }
  .app_base .sns_nav .apps {
    width: 124%;
    max-width: initial;
    max-width: auto;
    margin-left: -12%;
  }
  .app_base .sns_nav .apps ul {
    overflow: hidden;
    width: 88%;
    margin: 0 auto 32px;
  }
  .app_base .sns_nav .apps ul img {
    width: 100%;
  }
  .app_base .sns_nav .apps ul li {
    width: 42.93%;
  }
  .app_base .sns_nav .apps ul li:last-of-type {
    width: 53.23%;
  }
}
@media only screen and (max-width: 640px) {
  .sns_base .sns_nav dl {
    display: block;
  }
  .sns_base .sns_nav dl dt img {
    width: auto;
    height: 40px;
    margin-left: -10px;
  }
  .sns_base .sns_nav dl dd {
    border-left: none;
    overflow: hidden;
    display: block;
    text-align: left;
  }
  .sns_base .sns_nav dl dd ul li {
    display: inline-block;
    width: 50px;
  }
  .sns_base .sns_nav dl dd ul li a {
    padding: 5px;
  }
  .sns_base .sns_nav dl dd ul li a img {
    width: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .sns_base .field_wrap .stage_cont {
    padding-left: 0;
    padding-right: 0;
  }
  .sns_base .sns_nav dl dd {
    margin-left: -3px;
  }
  .sns_base .sns_nav dl dd ul li {
    width: 42px;
  }
  .sns_base .sns_nav dl dd ul li a {
    padding: 3px;
  }
  .sns_base .sns_nav dl dd ul li a img {
    width: 36px;
  }
}
.contact_base {
  background-color: #162469;
  color: #fff;
}

.contact_base .stage_title h2, .contact_base .stage_title h3, .contact_base .stage_title p {
  color: #fff;
}

.contact_base .stage_title h2:before, .contact_base .stage_title h3:before, .contact_base .stage_title p:before {
  background-color: #fff;
}

.contact_base .contact_catch {
  color: #fff;
  text-align: center;
  margin-bottom: 2em;
}

.contact_base .contact_catch p {
  text-align: center;
  margin: auto;
}

.contact_base .contact_catch p > span {
  display: block;
}

.contact_base .contact_catch p > span > span {
  display: inline-block;
}

.contact_base .contact_catch p + p {
  margin-top: 0.5em;
}

.contact_base .free_call {
  text-align: center;
  padding: 6.25em 1em;
  background-color: #fff;
}

.contact_base .free_call .call_title {
  padding-bottom: 1.75em;
  border-bottom: solid 1px #8b93b8;
  max-width: 420px;
  margin: auto;
}

.contact_base .free_call .call_title h2, .contact_base .free_call .call_title h3 {
  font-size: 200%;
  font-weight: 600;
  color: #023894;
  letter-spacing: 0.15em;
}

.contact_base .free_call .phone_num {
  margin-top: 1.8em;
}

.contact_base .caution {
  padding: 3.2em 1.2em 0;
  text-align: left;
}

.contact_base .caution p {
  text-align: center;
}

.contact_base .caution p.btn {
  margin: 4em auto 2em;
}

.contact_base .caution p.btn a {
  line-height: 1;
  display: inline-block;
  font-size: 142.86%;
  letter-spacing: 0.02em;
  padding: 12px 24px;
  background: #ffffff;
  color: #15215e;
}

.contact_base .caution p.btn a span {
  font-size: 150%;
  padding: 0 0 0 8px;
  line-height: 0;
}

.contact_base .caution p.caution_title {
  font-size: 200%;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

.contact_base .caution p.note {
  font-size: 85.71%;
}

@media only screen and (max-width: 768px) {
  .contact_base .contact_catch {
    color: #fff;
    text-align: left;
    margin-bottom: 1em;
  }
  .contact_base .contact_catch p {
    text-align: left;
  }
  .contact_base .free_call {
    text-align: center;
    padding: 2.5em 20px;
  }
  .contact_base .free_call .call_title {
    padding-bottom: 0.75em;
    border-bottom: none;
    margin: auto;
  }
  .contact_base .free_call .call_title h2, .contact_base .free_call .call_title h3 {
    font-size: 128.6%;
    font-weight: 600;
    color: #023894;
    letter-spacing: 0.15em;
  }
  .contact_base .free_call .phone_num {
    margin-top: 0;
  }
  .contact_base .free_call .phone_num a {
    max-width: 250px;
    display: inline-block;
  }
  .contact_base .free_call .phone_num a > span {
    display: inline-block;
    padding: 0.75em 0.75em;
    border: solid 1px #000b41;
  }
  .contact_base .free_call .phone_num a > p {
    text-align: left;
    font-size: 100%;
    margin-top: 0.25em;
    color: #023894;
  }
  .contact_base .caution {
    padding: 1.2em 0 0;
  }
  .contact_base .caution p.btn a span {
    font-size: 128.55%;
  }
  .contact_base .caution p.caution_title {
    font-size: 171.4%;
    margin-bottom: 20px;
  }
}
.stage_base.ft_base {
  height: 4000px;
  overflow-y: scroll;
  overflow: hidden;
}

.stage_base.ft_base .recruit_catch {
  text-align: center;
  margin-bottom: 2em;
}

.stage_base.ft_base .recruit_catch p {
  text-align: center;
  margin: auto;
}

.stage_base.ft_base .recruit_catch p > span {
  display: block;
}

.stage_base.ft_base .recruit_catch p > span > span {
  display: inline-block;
}

.stage_base.ft_base .recruit_catch p + p {
  margin-top: 0.5em;
}

.stage_base.ft_base .recruit_nav ul {
  overflow: hidden;
  margin: -10px;
}

.stage_base.ft_base .recruit_nav ul li {
  float: left;
  width: 50%;
  padding: 10px;
}

.stage_base.ft_base .recruit_nav ul li > a {
  display: table;
  width: 100%;
  background-color: #fff;
  height: 100%;
}

.stage_base.ft_base .recruit_nav ul li > a .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 2.5em 1em;
}

.stage_base.ft_base .recruit_nav ul li > a .inner .title h3 {
  font-size: 142.9%;
  letter-spacing: 0.25em;
  color: #202020;
  font-weight: 500;
  margin-right: -0.25em;
}

.stage_base.ft_base .recruit_nav ul li > a .inner .title .small {
  font-size: 57.1%;
  color: #202020;
  font-weight: 500;
}

.stage_base.ft_base .recruit_nav ul li > a .inner .link_btn {
  margin-top: 1.5em;
}

.stage_base .slider_main {
  width: 100%;
  height: 100%;
  z-index: 11;
}

.stage_base .slider_main .slick-list {
  overflow: visible;
  height: 100%;
}

.stage_base .slider_main .slider_cont {
  position: relative;
}

.stage_base .slider_main .slider_cont .slider_bg {
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base .slider_main .slider_cont.slick-current .blur_cont::before {
  opacity: 1;
}

.stage_base .slider_main .slider_cont.slick-current .slider_bg, .stage_base .slider_main .slider_cont.slick-current .head_wrap {
  opacity: 1;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.stage_base .slider_main .slider_cont .brand_meta {
  padding: 15px 5%;
  min-height: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
}

.stage_base .slider_main .slider_cont .brand_meta > div.logo {
  min-width: 156px;
  text-align: center;
}

.stage_base .slider_main .slider_cont .brand_meta > div.logo img {
  margin: auto;
  width: auto;
  max-width: 156px;
  max-height: 50px;
}

.stage_base .slider_main .slider_cont .brand_meta > div.text {
  text-align: left;
  padding-left: 1em;
}

.stage_base .slider_main .slider_cont .news_inner {
  display: block;
  padding: 50px 0;
  text-decoration: none;
}

.stage_base .slider_main .slider_cont .news_inner .thumb {
  margin: 10px auto;
}

.stage_base .slider_main .slider_cont .news_inner img {
  opacity: 1;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.stage_base .slider_main .slider_cont .news_inner:hover {
  text-decoration: none;
}

.stage_base .slider_main .slider_cont .news_inner:hover img {
  opacity: 0.6;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.stage_base .slider_main .slider_cont .news_inner .news_details {
  margin-top: 1.5em;
  text-align: left;
  color: #282828;
}

.stage_base .slider_main .slider_cont .news_inner .news_details .date {
  margin-bottom: 1em;
}

.stage_base .slider_main .slider_cont .news_inner .news_details .date p {
  display: inline-block;
  border: solid 1px #282828;
  font-size: 85.7%;
  padding: 0.5em 0.6em 0.3em;
  line-height: 1;
}

.stage_base .slider_main .slider_cont .news_inner .news_details .title {
  margin-bottom: 1.25em;
  width: 100%;
}

.stage_base .slider_main .slider_cont .news_inner .news_details .title h3, .stage_base .slider_main .slider_cont .news_inner .news_details .title p {
  font-size: 142.9%;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .stage_base .slider_main .slider_cont .news_inner .news_details .title h3, .stage_base .slider_main .slider_cont .news_inner .news_details .title p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
  }
}
.stage_base .slider_main .slider_cont .news_inner .news_details .text {
  width: 100%;
}

.stage_base .slider_main .slider_cont .news_inner .news_details .text p {
  font-size: 14px;
  height: 63px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.stage_base .slider_main .slider_cont .news_inner .news_details .text p:before, .stage_base .slider_main .slider_cont .news_inner .news_details .text p:after {
  position: absolute;
}

.stage_base .slider_main .slider_cont .news_inner .news_details .text p:after {
  content: "...";
  top: 42px;
  right: -0.5em;
}

.stage_base .slider_main .slider_cont .news_inner .news_details .text p:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}

.stage_base .slider_main .slick-arrow {
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  z-index: 201;
  text-indent: -1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.stage_base .slider_main .slick-arrow.slick-prev {
  left: -100px;
  background-image: url(/media/images/common/slick-arrow-prev.png);
  opacity: 0;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.stage_base .slider_main .slick-arrow.slick-next {
  right: -100px;
  background-image: url(/media/images/common/slick-arrow-next.png);
  opacity: 0;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.stage_base .slider_main:hover .slick-arrow.slick-prev {
  left: -70px;
  opacity: 1;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.stage_base .slider_main:hover .slick-arrow.slick-next {
  right: -70px;
  opacity: 1;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

@media only screen and (max-width: 1500px) {
  .stage_base .slider_main .slider_cont00000 .brand_meta {
    padding: 10px 25px;
    min-height: 8em;
  }
  .stage_base .slider_main .slider_cont00000 .brand_meta > div.logo {
    min-width: 140px;
  }
  .stage_base .slider_main .slider_cont00000 .brand_meta > div.logo img {
    max-width: 140px;
  }
  .stage_base .slider_main .slider_cont00000 .news_inner {
    padding: 25px 0;
  }
  .stage_base .slider_main .slider_cont00000 .news_inner .news_details {
    margin-top: 1em;
    padding-left: 20px;
    padding-right: 20px;
  }
  .stage_base .slider_main .slider_cont00000 .news_inner .news_details .date {
    margin-bottom: 0.75em;
  }
  .stage_base .slider_main .slider_cont00000 .news_inner .news_details .title {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1300px) {
  .stage_base .slider_main .slider_cont .brand_thumb .transmission {
    padding-left: 40px;
    padding-right: 40px;
  }
  .stage_base .slider_main .slider_cont .brand_meta {
    padding: 10px 25px;
    padding: 10px 40px;
    min-height: 8em;
  }
  .stage_base .slider_main .slider_cont .brand_meta > div.logo {
    min-width: 140px;
  }
  .stage_base .slider_main .slider_cont .brand_meta > div.logo img {
    max-width: 140px;
  }
  .stage_base .slider_main .slider_cont .news_inner {
    padding: 25px 0;
  }
  .stage_base .slider_main .slider_cont .news_inner .news_details {
    margin-top: 1em;
    padding-left: 20px;
    padding-right: 20px;
  }
  .stage_base .slider_main .slider_cont .news_inner .news_details .date {
    margin-bottom: 0.75em;
  }
  .stage_base .slider_main .slider_cont .news_inner .news_details .title {
    margin-bottom: 1em;
  }
  .stage_base .slider_main:hover .slick-arrow.slick-prev {
    left: -35px;
  }
  .stage_base .slider_main:hover .slick-arrow.slick-next {
    right: -35px;
  }
}
@media only screen and (max-width: 1400px) {
  .stage_base .slider_main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stage_base .slider_main .slider_cont00000 .brand_thumb {
    text-align: center;
    margin: auto;
    width: 90%;
  }
  .stage_base .slider_main .slider_cont00000 .brand_meta {
    padding: 10px 15px;
    min-height: 8em;
  }
  .stage_base .slider_main .slider_cont00000 .brand_meta > div.logo {
    min-width: 120px;
  }
  .stage_base .slider_main .slider_cont00000 .brand_meta > div.logo img {
    max-width: 120px;
  }
  .stage_base .slider_main .slider_cont00000 .news_inner {
    padding: 15px 0;
  }
  .stage_base .slider_main .slider_cont00000 .news_inner .thumb {
    margin: 0 auto;
  }
  .stage_base .slider_main .slider_cont00000 .news_inner .thumb .transmission {
    height: 380px;
    width: auto;
  }
  .stage_base .slider_main .slider_cont00000 .news_inner .news_details {
    margin-top: 0.5em;
    padding-left: 25px;
    padding-right: 25px;
  }
  .stage_base .slider_main .slider_cont00000 .news_inner .news_details .date {
    margin-bottom: 0.75em;
  }
  .stage_base .slider_main .slider_cont00000 .news_inner .news_details .title {
    margin-bottom: 1em;
  }
}
@media screen and (max-height: 800px) {
  .stage_base .slider_main .slider_cont .brand_thumb {
    text-align: center;
    margin: auto;
    width: 90%;
  }
  .stage_base .slider_main .slider_cont .brand_meta {
    padding: 10px 15px;
    min-height: 8em;
  }
  .stage_base .slider_main .slider_cont .brand_meta > div.logo {
    min-width: 120px;
  }
  .stage_base .slider_main .slider_cont .brand_meta > div.logo img {
    max-width: 120px;
  }
  .stage_base .slider_main .slider_cont .news_inner {
    padding: 10px 0;
  }
  .stage_base .slider_main .slider_cont .news_inner .thumb {
    margin: 0 auto;
  }
  .stage_base .slider_main .slider_cont .news_inner .thumb .transmission {
    height: 260px;
  }
  .stage_base .slider_main .slider_cont .news_inner .news_details {
    margin-top: 0.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stage_base .slider_main .slider_cont .news_inner .news_details .date {
    margin-bottom: 0.75em;
  }
  .stage_base .slider_main .slider_cont .news_inner .news_details .title {
    margin-bottom: 0.5em;
  }
  .stage_base .slider_main .slider_cont .news_inner .news_details .title h3, .stage_base .slider_main .slider_cont .news_inner .news_details .title p {
    font-size: 114.3%;
  }
}
@media screen and (max-height: 768px) {
  .stage_base .slider_main .slider_cont .brand_thumb {
    margin: auto;
    width: 60%;
  }
  .stage_base .slider_main .slider_cont .brand_meta {
    padding: 10px 15px;
    min-height: 8em;
  }
  .stage_base .slider_main .slider_cont .brand_meta > div.logo {
    min-width: 120px;
  }
  .stage_base .slider_main .slider_cont .brand_meta > div.logo img {
    max-width: 120px;
  }
  .stage_base .slider_main .slider_cont .news_inner {
    padding: 10px 0;
  }
  .stage_base .slider_main .slider_cont .news_inner .thumb {
    margin: 0 auto;
  }
  .stage_base .slider_main .slider_cont .news_inner .thumb .transmission {
    height: 260px;
  }
  .stage_base .slider_main .slider_cont .news_inner .news_details {
    margin-top: 0.5em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stage_base .slider_main .slider_cont .news_inner .news_details .date {
    margin-bottom: 0.75em;
  }
  .stage_base .slider_main .slider_cont .news_inner .news_details .title {
    margin-bottom: 0.5em;
  }
  .stage_base .slider_main .slider_cont .news_inner .news_details .title h3, .stage_base .slider_main .slider_cont .news_inner .news_details .title p {
    font-size: 114.3%;
  }
}
@media only screen and (max-width: 768px) {
  .stage_base .slider_main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .stage_base .slider_main .stage_cont {
    padding-left: 10px;
    padding-right: 10px;
  }
  .stage_base .slider_main .stage_cont .brand_thumb {
    width: 100%;
  }
  .stage_base .slider_main .stage_cont .brand_thumb img.transmission {
    width: 140%;
    max-width: 140%;
  }
  .stage_base .slider_main .stage_cont .brand_thumb img.trimming {
    max-width: 100%;
  }
  .stage_base .slider_main .stage_cont .news_inner {
    padding: 20px 0;
  }
  .stage_base .slider_main .stage_cont .news_inner .thumb {
    width: 100%;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  .stage_base .slider_main .stage_cont .news_inner .thumb .transmission {
    height: auto;
    width: 100%;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details {
    margin-top: 0.5em;
    padding-left: 25px;
    padding-right: 25px;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .date {
    margin-bottom: 0.75em;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .date p {
    font-size: 64.3%;
    padding: 0.4em 0.6em 0.3em;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .title {
    margin-bottom: 1em;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .title h3, .stage_base .slider_main .stage_cont .news_inner .news_details .title p {
    font-size: 114.3%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .stage_base .slider_main .stage_cont .brand_meta {
    display: block;
  }
  .stage_base .slider_main .stage_cont .brand_meta > div.logo {
    min-width: 100%;
    text-align: center;
  }
  .stage_base .slider_main .stage_cont .brand_meta > div.logo img {
    margin: auto;
    width: auto;
    max-height: 50px;
    max-width: 220px;
  }
  .stage_base .slider_main .stage_cont .brand_meta > div.text {
    text-align: center;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .stage_base .slider_main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .stage_base .slider_main .stage_cont {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .stage_base .slider_main .stage_cont .brand_thumb img.transmission {
    width: 120%;
    max-width: 120%;
  }
  .stage_base .slider_main .stage_cont .brand_thumb img.trimming {
    max-width: 100%;
  }
  .stage_base .slider_main .stage_cont .brand_meta {
    padding: 10px 10px;
    min-height: 3em;
  }
  .stage_base .slider_main .stage_cont .brand_meta > div.logo {
    margin-top: 0.75em;
    margin-bottom: 1.25em;
  }
  .stage_base .slider_main .stage_cont .brand_meta > div.logo img {
    max-height: 32px;
    max-width: 160px;
    width: auto;
  }
  .stage_base .slider_main .stage_cont .brand_meta > div.text {
    text-align: center;
    padding-left: 0;
    font-size: 85.7%;
  }
  .stage_base .slider_main .stage_cont .news_inner {
    padding: 10px 0;
  }
  .stage_base .slider_main .stage_cont .news_inner .thumb {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .stage_base .slider_main .stage_cont .news_inner .thumb .transmission {
    height: auto;
    width: 100%;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details {
    margin-top: 0.5em;
    padding-left: 10px;
    padding-right: 10px;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .date {
    margin-bottom: 0.75em;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .title {
    margin-bottom: 1em;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .title h3, .stage_base .slider_main .stage_cont .news_inner .news_details .title p {
    font-size: 100%;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .text {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  .stage_base .slider_main .stage_cont .brand_thumb img.transmission {
    width: 80%;
    max-width: 80%;
  }
  .stage_base .slider_main .stage_cont .brand_thumb img.trimming {
    max-width: 80%;
  }
  .stage_base .slider_main .stage_cont .brand_meta > div.logo img {
    max-height: 32px;
    max-width: 160px;
    width: auto;
  }
  .stage_base .slider_main .stage_cont .brand_meta > div.text {
    font-size: 85.7%;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details {
    margin-top: 0.75em;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .date {
    margin-bottom: 0.5em;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .date p {
    font-size: 78.6%;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .title {
    margin-bottom: 1.25em;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .title h3, .stage_base .slider_main .stage_cont .news_inner .news_details .title p {
    font-size: 114.3%;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .text p {
    font-size: 12px;
    height: 54px;
    line-height: 1.5;
  }
  .stage_base .slider_main .stage_cont .news_inner .news_details .text p:after {
    content: "...";
    top: 36px;
  }
}
.stage_base.normal_scroll {
  height: auto !important;
}

.stage_base.normal_scroll .fp-tableCell {
  height: auto !important;
}

.sp_menu_open #stage0 #newsticker {
  opacity: 0;
  z-index: -1;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

@media only screen and (max-width: 640px) {
  .sp_menu_open #footer {
    opacity: 1;
    -o-transition: 800ms;
    -webkit-transition: 800ms;
    transition: 800ms;
  }
}
.field_bg_2 {
  background-image: url(/media/images/home/bg_page2.jpg);
}

/* #page_nav
--------------------------- */
#fp-nav {
  right: 46px;
  width: 15px;
  text-align: center;
  position: fixed;
  z-index: 200;
  display: table;
}

#fp-nav.right {
  right: 46px;
}

#fp-nav.custom-fp-nav {
  position: fixed;
  top: 10%;
  height: 80%;
  margin-top: 0;
  padding: 30px 0;
}

#fp-nav ul {
  width: 15px;
  display: table-cell;
  vertical-align: middle;
}

#fp-nav ul li {
  padding-bottom: 5px;
  width: 15px;
  height: 15px;
  display: block;
  display: table;
  position: relative;
}

#fp-nav ul li a, #fp-nav ul li > span {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}

#fp-nav ul li a:before, #fp-nav ul li > span:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -3px;
  background-color: #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

#fp-nav ul li a > span, #fp-nav ul li > span > span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #000b41;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  border: solid 3px #fff;
  opacity: 0;
  -o-transition: 100ms;
  -webkit-transition: 100ms;
  transition: 100ms;
}

#fp-nav ul li a.active > span,
#fp-nav ul li a:hover > span,
#fp-nav ul li span.active > span,
#fp-nav ul li span:hover > span {
  height: 20px;
  width: 20px;
  margin: auto;
  border-radius: 50%;
  opacity: 1;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#fp-nav ul li + li {
  margin-top: 1.6em;
}

#fp-nav ul li:before {
  top: 50%;
  position: absolute;
  text-align: right;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000b41;
  margin-top: -0.65em;
  line-height: 1em;
  right: 2.5em;
  display: none;
  width: 7em;
  text-align: right;
}

#fp-nav ul li:before {
  display: block;
}

#fp-nav ul li:hover:before {
  content: "HOME";
}

#fp-nav ul li + li:hover:before {
  content: "COMPANY";
}

#fp-nav ul li + li + li:hover:before {
  content: "BRAND";
}

#fp-nav ul li + li + li + li:hover:before {
  content: "NEWS";
}

#fp-nav ul li + li + li + li + li:hover:before {
  content: "GROUP";
}

#fp-nav ul li + li + li + li + li + li:hover:before {
  content: "RECRUIT";
}

#fp-nav ul li + li + li + li + li + li + li:hover:before {
  content: "SNS";
}

#fp-nav ul li + li + li + li + li + li + li + li:hover:before {
  content: "APP";
}

#fp-nav ul li + li + li + li + li + li + li + li + li:hover:before {
  content: "CONTACT";
}

#fp-nav ul li.page_pn7:before {
  content: "SNS";
}

#fp-nav ul li.page_pn9:before {
  content: "CONTACT";
}

@media only screen and (max-width: 1024px) {
  #fp-nav {
    right: auto;
    left: 935px;
    -o-transition: 100ms;
    -webkit-transition: 100ms;
    transition: 100ms;
  }
}
@media only screen and (max-width: 768px) {
  #fp-nav {
    left: auto;
    right: 10px;
    width: 15px;
    z-index: 200;
    display: none;
  }
  #fp-nav ul li a {
    -o-transition: 100ms;
    -webkit-transition: 100ms;
    transition: 100ms;
  }
  #fp-nav ul li a > span {
    -o-transition: 100ms;
    -webkit-transition: 100ms;
    transition: 100ms;
  }
  #fp-nav ul li.active_stage a,
#fp-nav ul li a:hover {
    -o-transition: 400ms;
    -webkit-transition: 400ms;
    transition: 400ms;
  }
  #fp-nav ul li.active_stage a > span,
#fp-nav ul li a:hover > span {
    -o-transition: 400ms;
    -webkit-transition: 400ms;
    transition: 400ms;
  }
  #fp-nav ul li + li {
    margin-top: 0.85em;
  }
  #fp-nav ul li:before {
    display: none;
  }
  #fp-nav ul li:hover:before {
    display: none;
  }
}
body:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 1000ms;
  -o-transition: 1000ms;
  transition: 1000ms;
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  body.nav_hover:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
    z-index: 200;
  }
}
/* #page_down
--------------------------- */
#page_down {
  bottom: -170px;
  left: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  position: fixed;
  overflow: hidden;
  text-align: center;
  z-index: 19;
  padding-top: 10px;
  -o-transition: 1000ms;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

#page_down span {
  display: inline-block;
  text-indent: -9999px;
  width: 100px;
  height: 100px;
  margin: auto;
  background-image: url(/media/images/home/page_down_pc.png);
  background-size: contain;
  cursor: pointer;
}

#page_down:active {
  -o-transition: 1000ms;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

@media only screen and (max-width: 768px) {
  #page_down span {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: auto;
    background-image: url(/media/images/home/page_down_sp.png);
  }
}
.fp-viewing-page1 #page_down {
  bottom: -20px;
  -o-transition: 1000ms;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

@media only screen and (min-width: 769px) {
  .fp-viewing-page1 #page_down:hover {
    -o-transition: 1000ms;
    -webkit-transition: 1000ms;
    transition: 1000ms;
    bottom: 0;
  }
}
.fp-viewing-page1 #page_down:active {
  -o-transition: 1000ms;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

@media only screen and (max-width: 768px) {
  .fp-viewing-page1 #page_down {
    bottom: 0;
  }
  .fp-viewing-page1 #page_down span {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: auto;
    background-image: url(/media/images/home/page_down_sp.png);
  }
}
.field_wrap {
  position: relative;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0px;
  width: 3px;
  height: 100%;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

@media only screen and (max-width: 768px) {
  #stage7.stage_base .field_wrap .field_cont,
#stage8.stage_base .field_wrap .field_cont {
    padding-top: 0;
  }
  #stage7.stage_base .field_wrap .stage_title,
#stage8.stage_base .field_wrap .stage_title {
    position: static;
    padding-top: 0;
  }
}
.video_inner video {
  min-width: 100%;
  min-height: 100vh;
}

#stage2.stage_base::before {
  opacity: 0;
  content: "";
  -webkit-transition: all 4s ease 1s;
  -o-transition: all 4s ease 1s;
  transition: all 4s ease 1s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
#stage2.stage_base.active::before {
  opacity: 1;
}
#stage2.stage_base .stage_cont .stage_title h2 {
  color: #fff;
}
#stage2.stage_base .stage_cont .stage_title h2::before {
  background-color: #fff;
}
#stage2.stage_base .stage_cont .trans_cont {
  background: #fff;
}
#stage2.stage_base .stage_cont .trans_cont .home_cont_inner {
  padding: 4em 20px;
}
@media only screen and (max-width: 768px) {
  #stage2.stage_base .stage_cont .trans_cont .home_cont_inner {
    padding: 2.5em 20px;
  }
}
#stage2.stage_base .stage_cont .trans_cont .home_cont_inner .company_catch h3.img {
  max-width: 290px;
  padding: 0;
  margin: 0 auto 2.5em;
}
@media only screen and (max-width: 768px) {
  #stage2.stage_base .stage_cont .trans_cont .home_cont_inner .company_catch h3.img {
    max-width: 160px;
    margin: 0 auto 2em;
  }
}
#stage2.stage_base .stage_cont .trans_cont .home_cont_inner .company_catch h3.img::before, #stage2.stage_base .stage_cont .trans_cont .home_cont_inner .company_catch h3.img::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  #stage2.stage_base .stage_cont .trans_cont .home_cont_inner .company_catch p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  #stage2.stage_base .stage_cont .trans_cont .home_cont_inner .company_catch p {
    font-size: 13px;
  }
}
#stage2.stage_base .stage_cont .trans_cont .home_cont_inner .link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#stage2.stage_base .stage_cont .trans_cont .home_cont_inner .link_btn a + a {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  #stage2.stage_base .stage_cont .trans_cont .home_cont_inner .link_btn a + a {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #stage2.stage_base .stage_cont .trans_cont .home_cont_inner .link_btn a {
    font-size: 11px;
    min-height: 4.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  #stage2.stage_base .stage_cont .trans_cont .home_cont_inner .link_btn a {
    font-size: 10px;
    padding: 0.8em 2.5em 0.7em;
  }
}

#stage5.stage_base.group_base .group_catch h3::before {
  border-top: solid 2px #002b60;
  border-left: solid 2px #002b60;
}
#stage5.stage_base.group_base .group_catch h3::after {
  border-bottom: solid 2px #002b60;
  border-right: solid 2px #002b60;
}

@media only screen and (max-width: 768px) {
  #stage6.stage_base.recruit_base {
    background-position: center center;
  }
}