@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

#stage ul.list_type_normal.ico_check li span {
  font-weight: normal; }

@media screen and (max-width: 568px) {
  #stage #main .grid {
    margin: 0; } }

@media screen and (max-width: 568px) {
  #stage #main .grid [class*='col-'] {
    padding: 0; } }

#stage #main .grid [class*='col-'] h4 {
  font-size: 1.7rem; }

#stage .intro {
  margin-bottom: 105px; }
  @media screen and (min-width: 1166px) {
    #stage .intro {
      width: 960px; } }
  @media screen and (max-width: 800px) {
    #stage .intro {
      margin-bottom: 30px; } }
  @media screen and (max-width: 568px) {
    #stage .intro {
      margin-bottom: 0; } }
  #stage .intro .anchorImg {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 50px; }
    @media screen and (max-width: 568px) {
      #stage .intro .anchorImg {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
    #stage .intro .anchorImg li {
      padding: 0 5px; }
      @media screen and (max-width: 800px) {
        #stage .intro .anchorImg li {
          margin-bottom: 80px; } }
      #stage .intro .anchorImg li figure {
        line-height: 1;
        margin: 0 auto; }
        @media screen and (max-width: 800px) {
          #stage .intro .anchorImg li figure {
            width: 100%; } }
        @media screen and (max-width: 568px) {
          #stage .intro .anchorImg li figure {
            width: 100%; } }
        #stage .intro .anchorImg li figure img {
          width: 100%; }
      #stage .intro .anchorImg li .box {
        box-shadow: none;
        margin-top: -6px; }
        #stage .intro .anchorImg li .box section {
          padding: 20px 25px; }
          #stage .intro .anchorImg li .box section h3 {
            font-size: 16px;
            color: #0092E5; }
      #stage .intro .anchorImg li a.btn {
        width: 100%;
        margin: 0;
        font-size: 2rem;
        padding: 20px 10px;
        line-height: 1.5;
        /*消す？
          &.arrow-down{
            position: relative;
            &:after{
              content: '';
              display: block;
              width: 0px;
              height: 0px;
              border-left: 30px solid transparent;
              border-right: 30px solid transparent;
              border-bottom: 30px solid transparent;
              border-top: 20px solid $keyColor;
              position: absolute;
              top: 140%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              @include mq-max(xs){
                display: none;
              }
            }
          }
          */ }
        @media screen and (max-width: 800px) {
          #stage .intro .anchorImg li a.btn {
            font-size: 1.5rem; } }
        #stage .intro .anchorImg li a.btn b {
          font-size: 2.6rem; }
          @media screen and (max-width: 800px) {
            #stage .intro .anchorImg li a.btn b {
              font-size: 1.8rem; } }
      @media screen and (max-width: 568px) {
        #stage .intro .anchorImg li.growth {
          position: relative;
          z-index: 3; }
          #stage .intro .anchorImg li.growth:before {
            content: "";
            background-color: #F0FBFF;
            display: block;
            width: 100vw;
            height: calc(100% + 80px);
            z-index: -1;
            position: absolute;
            top: -40px;
            left: -7.2%; } }
      @media screen and (max-width: 800px) {
        #stage .intro .anchorImg li .panel .panel-box .more_contents section {
          padding: 20px 10px; } }

#stage .different .width-small {
  max-width: 675px;
  margin: 0 auto; }

#stage .different .pc {
  max-width: 100%; }
  @media screen and (max-width: 568px) {
    #stage .different .pc {
      display: none; } }

#stage .different .sp {
  display: none; }
  @media screen and (max-width: 568px) {
    #stage .different .sp {
      display: block;
      width: 100%; } }

@media screen and (max-width: 800px) {
  #stage .optimum img {
    max-width: 100%; } }

#stage .optimum .btn {
  display: block;
  margin: 0 auto;
  background: #fff;
  color: #0092E5 !important; }
  #stage .optimum .btn:hover {
    background: #0092E5;
    color: #fff !important; }

#stage #start, #stage #growth, #stage #stable {
  margin-top: -60px;
  padding-top: 60px; }

#stage figure {
  text-align: center; }

@media screen and (max-width: 568px) {
  #stage .box.sub .boxwrap {
    padding: 60px 10px; } }

#stage .box.sub .boxwrap strong.ttl {
  top: -34px; }
  @media screen and (max-width: 568px) {
    #stage .box.sub .boxwrap strong.ttl {
      top: -30px;
      line-height: 1.5;
      font-size: 2rem; } }

#stage .box.gray .boxwrap {
  padding: 30px 40px; }
  @media screen and (max-width: 568px) {
    #stage .box.gray .boxwrap {
      padding: 30px 10px; } }
  #stage .box.gray .boxwrap section {
    position: relative; }
    #stage .box.gray .boxwrap section ul {
      width: 60%; }
      @media screen and (max-width: 800px) {
        #stage .box.gray .boxwrap section ul {
          width: 100%; } }
    #stage .box.gray .boxwrap section a.btn {
      padding: 10px 40px;
      position: absolute;
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 800px) {
        #stage .box.gray .boxwrap section a.btn {
          position: static;
          margin: 30px auto 0;
          display: block;
          width: 100%; } }

/*# sourceMappingURL=../_map/page/stage.css.map */
