@charset 'UTF-8';
/*========================================*/
/* Foundation
/*========================================*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
     -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

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

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

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

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

    display: block;
}

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

    content: '';
}

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

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

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

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

.slick-slide img
{
    display: block;
}

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

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

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

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

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

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

/* dotts */
.mainSlider .slick-dots
{
    font-size: 0;

    z-index: 10;

    display: block !important;

    width: 100%;
    margin-top: 13px;

    text-align: center;
}

.mainSlider .slick-dots li
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 7px;

    cursor: pointer;

    border: none;
    border-radius: 50%;
    background: transparent;
    background: #eee;
}

.mainSlider .slick-dots li.slick-active
{
    background: #009de9;
}

.mainSlider .slick-dots li button
{
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/* control */
.mainSlider button
{
    border: none;
}
.mainSlider button:focus
{
    outline: none;
}

.mainSlider .slick-next
{
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 0;

    overflow: hidden;

    width: 16px;
    height: 33px;
    margin-top: -22px;

    cursor: pointer;
    text-indent: 200%;

    color: transparent;
    background: url(../images/index/btn_next.png) no-repeat center center/cover;
}

.mainSlider .slick-prev
{
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 0;

    overflow: hidden;

    width: 16px;
    height: 33px;
    margin-top: -22px;

    cursor: pointer;
    text-indent: 200%;

    color: transparent;
    background: url(../images/index/btn_prev.png) no-repeat center center/cover;
}

.mainSlider
{
    display: none;

    margin-bottom: 25px;
}

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

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

.overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    background-color: #004ea2;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  left: 50vw;
  top: 50vh;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0097e0;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.bg-gray
{
    background: #eaeaea;
}

/* news */
.section-news
{
    padding: 30px 0 40px;
}
@media print, screen and (min-width: 800px)
{
    .section-news
    {
        padding: 50px 0 55px;
    }
}

.news-list
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.news-list li
{
    width: 50%;
    padding: 0 5px;
}
.news-list li:nth-child(n + 3)
{
    margin-top: 25px;
}
.news-list-wrap
{
    margin: 0 -5px 60px;
}
.news-list a
{
    position: relative;

    display: block;
}
@media print, screen and (min-width: 800px)
{
    .news-list
    {
        width: 950px;
        margin: 0 auto;
    }
    .news-list li
    {
        width: 303px;
        padding: 0;
    }
    .news-list li:not(:nth-child(3n))
    {
        margin-right: 20px;
    }
    .news-list li:nth-child(n + 3)
    {
        margin-top: 0;
    }
    .news-list li:nth-child(n + 4)
    {
        margin-top: 40px;
    }
    .news-list-wrap
    {
        margin: 0 0 60px;
    }
}

.news-desc
{
    padding-top: 10px;
}
@media print, screen and (min-width: 800px)
{
    .news-desc
    {
        padding-top: 13px;
    }
}

.news-date
{
    font-size: 1.0rem;
    font-weight: bold;

    margin-bottom: 8px;
}
@media print, screen and (min-width: 800px)
{
    .news-date
    {
        font-size: 1.1rem;

        margin-bottom: 10px;
    }
}

.news-title
{
    font-size: 1.1rem;
    line-height: 1.3;
}
@media print, screen and (min-width: 800px)
{
    .news-title
    {
        font-size: 1.5rem;
    }
}

.icon-new
{
    font-size: 1.0rem;
    font-style: normal;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 30px;
    padding: 10px 0;

    text-align: center;

    color: #fff;
    background: #ffb801;
}
@media print, screen and (min-width: 800px)
{
    .icon-new
    {
        font-size: 1.2rem;

        width: 36px;
        height: 36px;
        padding: 12px 0;
    }
}

/* links */
.top-links-wrapper
{
    margin: 0 -5px;
    padding: 18px 0 35px;
}
@media print, screen and (min-width: 800px)
{
    .l-main {
        padding-top: 0;
    }
    .top-links-wrapper
    {
        margin: 0;
        padding: 55px 0 90px;
    }
}

.top-links-group
{
    display: -ms-flexbox;
    display: flex;
}
.top-links-group li
{
    width: 33.33%;
    padding: 0 5px;
}
.top-links-group a
{
    position: relative;

    display: block;
}
.top-links-group span
{
    font-size: 1.1rem;

    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    padding: 8px;

    text-align: center;

    color: #fff;
    background: rgba(0, 3, 4, .8);
}
@media print, screen and (min-width: 800px)
{
    .top-links-group
    {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .top-links-group li
    {
        width: 340px;
        padding: 0;
    }
    .top-links-group span
    {
        font-size: 1.6rem;
        font-weight: bold;

        position: relative;
        position: absolute;
        top: 50%;
        left: 50%;

        display: block;

        width: 234px;
        height: 40px;
        padding: 12px 0;

        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);

        background: rgba(7, 41, 57, .8);
    }
}

/* panel */
.panel-wrap
{
    padding: 50px 0 45px;
}
@media print, screen and (min-width: 800px)
{
    .panel-wrap
    {
        width: 950px;
        margin: 0 auto;
        padding: 90px 0 120px;
    }
}

.panel-row
{
    position: relative;
    z-index: 1;
}
.panel-row:not(:last-child)
{
    margin-bottom: 25px;
}

.panel-col-img
{
    position: relative;
    z-index: 1;
}

.panel-col-desc
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 0 10px;

    color: #fff;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
}

@media print, screen and (min-width: 800px)
{
    .panel-row
    {
        position: relative;
        z-index: 1;

        width: 950px;
        margin: 0 auto;
    }
    .panel-row:not(:last-child)
    {
        margin-bottom: 112px;
    }
    .panel-col-img
    {
        position: absolute;
        z-index: 1;
        top: -17px;
    }
    .panel-col-img01
    {
        left: 0;
    }
    .panel-col-img02
    {
        right: 0;
    }
    .panel-col-img03
    {
        left: 0;
    }
    .panel-col-desc
    {
        position: relative;
        z-index: 100;

        width: 509px;
        height: 229px;
        padding: 0 30px;

        color: #000;
        background: #fff;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    }
    .panel-col-desc03,
    .panel-col-desc01
    {
        margin-left: 440px;
    }
}

/* バナー */
.bnr
{
    position: relative;
}
.bnr--network
{
    display: none;
}
.bnr:not(:last-child)
{
    margin-bottom: 30px;
}
.bnr-desc
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 0 10px;

    color: #fff;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
}
.bnr-link
{
    position: relative;

    display: block;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;

    color: #fff;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
}
.bnr-link .icon-arrow
{
    position: absolute;
    right: 17px;
    bottom: 10px;

    display: block;

    width: 42px;
}
.bnr-heading
{
    text-align: center;
}
.bnr-heading-main
{
    font-size: 2.0rem;
    font-style: italic;

    margin-bottom: 10px;
}
.bnr-heading-small
{
    font-size: 1.2rem;
    line-height: 1.47;
}
@media print, screen and (min-width: 800px)
{
    .bnr
    {
        width: 100%;
        height: 222px;
    }
    .bnr--network
    {
        display: block;
    }
    .bnr:not(:last-child)
    {
        margin-bottom: 90px;
    }
    .bnr .bg-bnr
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 220px;

        object-fit: cover;
    }
    .bnr .bg-bnr img
    {
        width: 100%;
        height: 220px;

        object-fit: cover;
    }
    .bnr-desc
    {
        position: relative;

            flex-direction: row;

        width: 950px;
        height: 222px;
        margin: 0 auto;

        text-align: left;

        -ms-flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .bnr-link
    {
        position: relative;

            flex-direction: row;

        width: 950px;
        height: 222px;
        margin: 0 auto;

        -ms-flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .bnr-link .icon-arrow
    {
        right: -70px;
        bottom: -5px;

        display: inline-block;

        width: 50px;
    }
    .bnr-heading
    {
        text-align: left;
    }
    .bnr-heading-main
    {
        font-size: 3.0rem;
        font-style: italic;

        margin-bottom: 35px;
    }
    .bnr-heading-small
    {
        font-size: 1.6rem;
        line-height: 1.62;

        position: relative;
    }
}

.bnr-btn
{
    font-size: 1.2rem;
    font-weight: bold;

    position: relative;

    display: block;

    width: 235px;
    padding: 12px 0 11px;

    text-align: center;

    color: #000;
    border: 1px solid #08a3ea;
    background: #fff;
}
.bnr-btn--entry
{
    background: url(../images/index/logo_recruit.png) no-repeat left 15px center/75px auto, #fff;
}
.bnr-btn::after
{
    position: absolute;
    top: 50%;
    right: 14px;

    display: block;

    width: 8px;
    height: 8px;
    margin-top: -4px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #08a3ea;
    border-right: 1px solid #08a3ea;
}
.bnr-btn-group
{
    margin-top: 20px;
}
.bnr-btn-group li:not(:last-child)
{
    margin-bottom: 12px;
}
@media print, screen and (min-width: 800px)
{
    .bnr-btn
    {
        font-size: 1.6rem;

        width: 350px;
        height: 56px;
        padding: 20px;
    }
    .bnr-btn--entry
    {
        padding-left: 100px;

        background: url(../images/index/logo_recruit.png) no-repeat left 35px center/150px auto, #fff;
    }
    .bnr-btn::after
    {
        right: 35px;

        width: 12px;
        height: 12px;
        margin-top: -6px;

        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);

        border-width: 2px !important;
        border-top: 1px solid #08a3ea;
        border-right: 1px solid #08a3ea;
    }
    .bnr-btn-group
    {
        margin-top: 0;
    }
    .bnr-btn-group li:not(:last-child)
    {
        margin-bottom: 15px;
    }
}

.hero-scroll
{
    display: none;
}

@media print, screen and (min-width: 800px)
{
    .hero
    {
        position: relative;
        height: 740px;
        padding-top: 80px;
        text-align: center;
    }
    .hero-scroll
    {
        position: absolute;
        bottom: 30px;
        left: 50%;

        display: block;
        overflow: hidden;

        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .hero-scroll-text
    {
        font-size: 1.5rem;

        margin-bottom: 8px;
    }
    .hero-scroll-bar
    {
        overflow: hidden;

        width: 1px;
        height: 40px;
        margin: 0 auto;
    }
    .hero-scroll-bar span
    {
        display: block;

        width: 1px;
        height: 100%;

        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        -webkit-animation: sdb05 1.5s infinite;
                animation: sdb05 1.5s infinite;

        background: #000;
    }
}

@media screen and (max-width: 1024px) {
    .hero {
        width: 100vw;
        padding-top: 100%;
        overflow: hidden;
        position: relative;
    }

    .hero video {
        position: absolute;
        top: 0;
        left: 0;
    }

}

@-webkit-keyframes sdb05
{
    0%
    {
        -webkit-transform: translate(0, 0);

        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate(0, 100%);

        opacity: 0;
    }
}

@keyframes sdb05
{
    0%
    {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);

        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        -webkit-transform: translate(0, 100%);
                transform: translate(0, 100%);

        opacity: 0;
    }
}
