/* top.css
=================================================================== */
/* pc */
/* sp */
@media screen and (min-width: 1023px), print {
  .header {
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .header.is-show {
    top: 0;
  }
  #nav-toggle_mv {
    opacity: 0;
  }
  #wrapper {
    min-width: 1200px;
  }
  .mv {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    opacity: 0;
  }
  .mv::after {
    display: none;
  }
  .mv #mainVisual {
    overflow: hidden;
    position: absolute;
    top: 86px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mv__slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .mv__slider .slick-list, .mv__slider .slick-track {
    height: 100%;
    z-index: 0;
  }
  .mv__slider .slick-dots {
    display: none !important;
  }
  .mv__slider__item {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .mv__slider__item_image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .mv__slider__item_image .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .mv__slider__item_image .img.sp {
    visibility: hidden;
  }
  .mv__slider__item_image .img img {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .mv__slider__copy {
    width: 100%;
    height: 100%;
    display: table;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    text-align: center;
  }
  .mv__slider__copy span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
  }
  .mv__slider__copy span em {
    display: block;
  }
  .mv__slider__copy span em.mid {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 10px;
    margin-bottom: 10px;
  }
  .mv__slider__copy span em.en {
    font-weight: 700;
    font-size: 76px;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    margin-bottom: 20px;
  }
  .mv__slider__copy span em.sml {
    font-size: 16px;
    font-weight: 600;
  }
  .mv__slider__copy-first span em.mid {
    margin-left: -15px;
    opacity: 0;
  }
  .mv__slider__copy-first span em.en {
    margin-left: -15px;
    opacity: 0;
  }
  .mv__slider__copy-first span em.sml {
    margin-left: -15px;
    opacity: 0;
  }
  .mv__sc {
    position: absolute;
    bottom: 40px;
    left: 48%;
    font-size: 14px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #ffffff;
    line-height: 1;
  }
  .mv__sc a {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    z-index: 100;
  }
  .mv__sc a:hover {
    cursor: pointer;
  }
  .mv__sc .line {
    position: absolute;
    top: 25px;
    left: 19px;
    display: block;
    overflow: hidden;
    width: 1px;
    height: 30px;
    background: -webkit-linear-gradient(top, #01BED7, #0092D7);
    background: -moz-linear-gradient(top, #01BED7, #0092D7);
    background: linear-gradient(top, #01BED7, #0092D7);
    background: -ms-linear-gradient(top, #01BED7, #0092D7);
  }
  .news {
    margin-top: 0;
    padding-top: 105px;
  }
  .news-ttl {
    text-align: center;
  }
  .news-ttl span {
    display: block;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
  }
  .news .n-btn {
    margin-top: 35px;
  }
  .top-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
  }
  .top-link-container .item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    width: 50%;
    height: 360px;
    overflow: hidden;
    z-index: 0;
  }
  .top-link-container .item:before {
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    display: block;
    background: inherit;
    content: "";
    top: -3px;
    right: -3px;
    bottom: -3px;
    right: -3px;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .top-link-container .item:hover:before {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top-link-container .item.company {
    background-image: url(../../imgs/top/company.jpg);
  }
  .top-link-container .item.condition {
    background-image: url(../../imgs/top/condition.jpg);
  }
  .top-link-container .item a {
    display: block;
    height: 100%;
    text-align: center;
    text-decoration: none;
  }
  .top-link-container .item p {
    display: table;
    margin: auto;
    font-size: 42px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    line-height: 1;
    color: #ffffff;
    padding: 130px 0 20px;
    border-bottom: 2px solid #0092D7;
    -webkit-border-image: -webkit-linear-gradient(left, #0092D7, #01BED7);
       -moz-border-image: -moz-linear-gradient(left, #0092D7, #01BED7);
            border-image: linear-gradient(to right, #0092D7, #01BED7);
    border-image-slice: 1;
  }
  .top-link-container .item span {
    display: block;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
  }
  .top-recruit {
    margin-top: 90px;
  }
  .top-recruit__inner {
    max-width: 1000px;
    padding: 0 40px;
    margin: auto;
  }
  .top-recruit .box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #EBEBEB;
    padding: 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-decoration: none;
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .top-recruit .box:before, .top-recruit .box:after {
    position: absolute;
    display: block;
    content: "";
  }
  .top-recruit .box:before {
    top: 145px;
    right: 40px;
    width: 32px;
    height: 32px;
    background: #0092D7;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .top-recruit .box:after {
    top: 154px;
    right: 50px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #ffffff;
  }
  .top-recruit .box:hover {
    border-color: #0092D7;
    opacity: .8;
  }
  .top-recruit .box .img {
    width: 400px;
  }
  .top-recruit .box .txt {
    margin-left: 60px;
  }
  .top-recruit .box .ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  .top-recruit .box .ttl img {
    width: 141px;
  }
  .top-recruit .box .ttl span {
    margin-left: 15px;
  }
  .top-recruit .box .en {
    margin-top: 30px;
  }
  .top-recruit .box .en p {
    line-height: 1;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .header.is-show {
    top: 0;
  }
  .mv {
    width: 100%;
    height: 100vh;
    height: 177.87vw !important;
    position: relative;
    overflow: hidden;
    opacity: 1;
  }
  .mv #mainVisual {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mv__slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 120vw;
  }
  .mv__slider .slick-list, .mv__slider .slick-track {
    height: 100%;
    z-index: 0;
  }
  .mv__slider__item {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .mv__slider__item_image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .mv__slider__item_image .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .mv__slider__item_image .img.pc {
    visibility: hidden;
  }
  .mv__slider__item_image .img img {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .mv__slider__copy {
    width: 100%;
    display: table;
    position: absolute;
    bottom: 14rem;
    left: 0;
    z-index: 300;
    background: #ffffff;
  }
  .mv__slider__copy span {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    z-index: 20;
    text-align: center;
    padding: 4rem 0 2rem;
  }
  .mv__slider__copy span em {
    display: block;
    line-height: 1;
  }
  .mv__slider__copy span em.mid {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 0.5em;
  }
  .mv__slider__copy span em.en {
    visibility: hidden;
    position: relative;
    font-size: 4.2rem;
  }
  .mv__slider__copy span em.en:before {
    position: absolute;
    display: block;
    content: "";
    top: 0.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../imgs/top/fv-txt.svg) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    visibility: visible;
  }
  .mv__slider__copy span em.sml {
    display: none;
  }
  .mv__sc {
    position: absolute;
    bottom: 7rem;
    left: 45%;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #000000;
    line-height: 1;
  }
  .mv__sc a {
    text-decoration: none;
  }
  .mv__sc .line {
    position: absolute;
    top: 2rem;
    left: 1.8rem;
    display: block;
    overflow: hidden;
    width: 0.1rem;
    height: 2rem;
    background: -webkit-linear-gradient(top, #01BED7, #0092D7);
    background: -moz-linear-gradient(top, #01BED7, #0092D7);
    background: linear-gradient(top, #01BED7, #0092D7);
  }
  .news {
    padding-top: 6.5rem;
  }
  .news-ttl {
    text-align: center;
    width: 33.33vw;
    margin: auto;
  }
  .news-ttl img {
    width: 100%;
  }
  .news-ttl span {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-top: 2rem;
  }
  .news .n-btn {
    margin-top: 3.5rem;
  }
  .top-link-container {
    margin-top: 6rem;
  }
  .top-link-container .item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    width: 100%;
    height: 69.33vw;
    overflow: hidden;
  }
  .top-link-container .item:before {
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -1;
  }
  .top-link-container .item:hover:before {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(3px);
            filter: blur(3px);
    margin: -3px;
  }
  .top-link-container .item.company:before {
    background-image: url(../../imgs/top/company_sp.jpg);
  }
  .top-link-container .item.condition:before {
    background-image: url(../../imgs/top/condition_sp.jpg);
  }
  .top-link-container .item a {
    display: block;
    height: 100%;
    text-align: center;
    text-decoration: none;
  }
  .top-link-container .item p {
    display: table;
    margin: auto;
    font-size: 4.2rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    line-height: 1;
    color: #ffffff;
    padding: 21.33vw 0 2rem;
    border-bottom: 2px solid #0092D7;
    -webkit-border-image: -webkit-linear-gradient(right, #01BED7, #0092D7);
       -moz-border-image: -moz-linear-gradient(right, #01BED7, #0092D7);
            border-image: linear-gradient(right, #01BED7, #0092D7);
    border-image-slice: 1;
  }
  .top-link-container .item span {
    display: block;
    font-size: 2rem;
    color: #ffffff;
    margin-top: 10px;
  }
  .top-recruit {
    margin-top: 6rem;
  }
  .top-recruit__inner {
    padding: 0 2rem;
    margin: auto;
  }
  .top-recruit .box {
    position: relative;
    border: 1px solid #EBEBEB;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-decoration: none;
    display: block;
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    padding-bottom: 9rem;
  }
  .top-recruit .box:before, .top-recruit .box:after {
    position: absolute;
    display: block;
    content: "";
  }
  .top-recruit .box:before {
    margin: auto;
    left: 0;
    right: 0;
    bottom: 3.5rem;
    width: 3.2rem;
    height: 3.2rem;
    background: #0092D7;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .top-recruit .box:after {
    margin: auto;
    left: 0.3rem;
    right: 0;
    bottom: 4.4rem;
    width: 0;
    height: 0;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 0.9rem solid #ffffff;
  }
  .top-recruit .box:hover {
    border-color: #0092D7;
    opacity: .8;
  }
  .top-recruit .box .img {
    width: 100%;
  }
  .top-recruit .box .ttl {
    margin: 3.2rem auto 0;
    text-align: center;
  }
  .top-recruit .box .ttl img {
    width: 14.2rem;
  }
  .top-recruit .box .ttl span {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-top: 2.2rem;
  }
  .top-recruit .box .en {
    text-align: center;
    margin-top: 3rem;
  }
  .top-recruit .box .en p {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 5px;
  }
  .top-recruit .box .en span {
    line-height: 2;
  }
  /* top_tb
=================================================================== */
}

@media screen and (max-width: 767px) {
  .header {
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .header.is-show {
    top: 0;
  }
  .mv {
    width: 100%;
    height: 100vh;
    height: 177.87vw !important;
    position: relative;
    overflow: hidden;
    opacity: 1;
  }
  .mv #mainVisual {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mv__slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 120vw;
  }
  .mv__slider .slick-list, .mv__slider .slick-track {
    height: 100%;
    z-index: 0;
  }
  .mv__slider__item {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .mv__slider__item_image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .mv__slider__item_image .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .mv__slider__item_image .img.pc {
    visibility: hidden;
  }
  .mv__slider__item_image .img img {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .mv__slider__copy {
    width: 100%;
    display: table;
    position: absolute;
    bottom: 14rem;
    left: 0;
    z-index: 300;
    background: #ffffff;
  }
  .mv__slider__copy span {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    z-index: 20;
    text-align: center;
    padding: 4rem 0 2rem;
  }
  .mv__slider__copy span em {
    display: block;
    line-height: 1;
  }
  .mv__slider__copy span em.mid {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 0.5em;
  }
  .mv__slider__copy span em.en {
    visibility: hidden;
    position: relative;
    font-size: 4.2rem;
  }
  .mv__slider__copy span em.en:before {
    position: absolute;
    display: block;
    content: "";
    top: 0.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../imgs/top/fv-txt.svg) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    visibility: visible;
  }
  .mv__slider__copy span em.sml {
    display: none;
  }
  .mv__sc {
    position: absolute;
    bottom: 7rem;
    left: 45%;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #000000;
    line-height: 1;
  }
  .mv__sc a {
    text-decoration: none;
  }
  .mv__sc .line {
    position: absolute;
    top: 2rem;
    left: 1.8rem;
    display: block;
    overflow: hidden;
    width: 0.1rem;
    height: 2rem;
    background: -webkit-linear-gradient(top, #01BED7, #0092D7);
    background: -moz-linear-gradient(top, #01BED7, #0092D7);
    background: linear-gradient(top, #01BED7, #0092D7);
  }
  .news {
    padding-top: 6.5rem;
  }
  .news-ttl {
    text-align: center;
    width: 33.33vw;
    margin: auto;
  }
  .news-ttl img {
    width: 100%;
  }
  .news-ttl span {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-top: 2rem;
  }
  .news .n-btn {
    margin-top: 3.5rem;
  }
  .top-link-container {
    margin-top: 6rem;
  }
  .top-link-container .item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    width: 100%;
    height: 69.33vw;
    overflow: hidden;
  }
  .top-link-container .item:before {
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -1;
  }
  .top-link-container .item:hover:before {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(3px);
            filter: blur(3px);
    margin: -3px;
  }
  .top-link-container .item.company:before {
    background-image: url(../../imgs/top/company_sp.jpg);
  }
  .top-link-container .item.condition:before {
    background-image: url(../../imgs/top/condition_sp.jpg);
  }
  .top-link-container .item a {
    display: block;
    height: 100%;
    text-align: center;
    text-decoration: none;
  }
  .top-link-container .item p {
    display: table;
    margin: auto;
    font-size: 4.2rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    line-height: 1;
    color: #ffffff;
    padding: 21.33vw 0 2rem;
    border-bottom: 2px solid #0092D7;
    -webkit-border-image: -webkit-linear-gradient(right, #01BED7, #0092D7);
       -moz-border-image: -moz-linear-gradient(right, #01BED7, #0092D7);
            border-image: linear-gradient(right, #01BED7, #0092D7);
    border-image-slice: 1;
  }
  .top-link-container .item span {
    display: block;
    font-size: 2rem;
    color: #ffffff;
    margin-top: 10px;
  }
  .top-recruit {
    margin-top: 6rem;
  }
  .top-recruit__inner {
    padding: 0 2rem;
    margin: auto;
  }
  .top-recruit .box {
    position: relative;
    border: 1px solid #EBEBEB;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-decoration: none;
    display: block;
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    padding-bottom: 9rem;
  }
  .top-recruit .box:before, .top-recruit .box:after {
    position: absolute;
    display: block;
    content: "";
  }
  .top-recruit .box:before {
    margin: auto;
    left: 0;
    right: 0;
    bottom: 3.5rem;
    width: 3.2rem;
    height: 3.2rem;
    background: #0092D7;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .top-recruit .box:after {
    margin: auto;
    left: 0.3rem;
    right: 0;
    bottom: 4.4rem;
    width: 0;
    height: 0;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 0.9rem solid #ffffff;
  }
  .top-recruit .box:hover {
    border-color: #0092D7;
    opacity: .8;
  }
  .top-recruit .box .img {
    width: 100%;
  }
  .top-recruit .box .ttl {
    margin: 3.2rem auto 0;
    text-align: center;
  }
  .top-recruit .box .ttl img {
    width: 14.2rem;
  }
  .top-recruit .box .ttl span {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-top: 2.2rem;
  }
  .top-recruit .box .en {
    text-align: center;
    margin-top: 3rem;
  }
  .top-recruit .box .en p {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 5px;
  }
  .top-recruit .box .en span {
    line-height: 2;
  }
}
