.v-link {
  text-decoration: none;
}

.v-fadein {
  transition: 1.2s;
  top: 7.5rem;
  opacity: 0;
}

.v-fade-inend {
  top: 0;
  opacity: 1;
  position: relative;
}

.v-swiper-custom {
  width: 100%;
  height: 100%;
}

.v-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 610px;
}
.v-swiper-slide > picture {
  width: 100%;
  height: 100%;
}
.v-swiper-slide > picture > img {
  width: 100%;
  height: 610px;
  -o-object-fit: cover;
     object-fit: cover;
}

.v-swiper-button-prev {
  background: url("/data/img/views/index/pc/slider_left.png") no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  left: 0;
}
.v-swiper-button-prev.has-margin {
  left: -50px;
}

.v-swiper-button-next {
  background: url("/data/img/views/index/pc/slider_right.png") no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  right: 0;
}
.v-swiper-button-next.has-margin {
  right: -50px;
}

.v-swiper-pagination {
  bottom: 35px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.v-swiper-pagination > span {
  height: 4px;
  width: 50px;
  border-radius: 0;
  opacity: 1;
  background: #A0A0A0;
  margin: 0 5px;
}
.v-swiper-pagination > span.v-swiper-pagination__current {
  background: #FF5C00;
}

.v-section {
  margin-top: 115px;
  position: relative;
}
.v-section__heading {
  font-size: 120px;
  color: #F4F4F4;
  position: absolute;
  right: 0;
  top: -77px;
}
.v-section__content__img {
  position: relative;
}
.v-section__content__img__placeholder {
  overflow: hidden;
  position: relative;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  cursor: pointer;
}
.v-section__content__img__placeholder.has-shadow {
  box-shadow: 6px 7px 5px 2px #EBEBEB;
}
.v-section__content__img__placeholder > picture > img {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.v-section__content__img__placeholder > picture > img.is-small {
  width: 570px;
  height: 100%;
}
.v-section__content__img:hover .v-section__content__img__placeholder > picture > img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.v-section__content__img:hover .v-section__content__img__placeholder > picture > img.is-small {
  width: 570px;
  height: 100%;
}
.v-section__content__img:hover .v-button {
  background: #FF5B00;
}
.v-section__content__img > p {
  text-align: center;
  font-size: 17px;
  margin-top: 5px;
}
.v-section__content__img > p > span {
  display: block;
  font-size: 12px;
  color: #FF5B00;
}
.v-section__content__img .v-button {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 446px;
  height: 92px;
  text-align: center;
}
.v-section__content__img .v-button.is-left {
  left: 0;
  top: 0;
  height: 100%;
  width: 185px;
  -webkit-transform: none;
          transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.v-footersection {
  background: #EBEBEB;
  margin-top: -150px;
  padding-top: 250px;
  padding-bottom: 175px;
}

.v-news__heading {
  background: #000000;
  width: 300px;
  height: 330px;
  text-align: center;
  padding: 30px 0;
}
.v-news__heading__btn {
  background: url("/data/img/views/index/pc/orange_btn.png") no-repeat;
  margin: 0 auto;
  width: 220px;
  height: 45px;
  background-size: contain;
}
.v-news__heading__btn:hover {
  background: url("/data/img/views/index/pc/white_btn.png") no-repeat;
  width: 220px;
  height: 45px;
  background-size: contain;
}
.v-news__heading > h3 {
  font-size: 35px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}
.v-news__heading > p {
  font-size: 16px;
  color: #FF5C00;
  margin-bottom: 38px;
}
.v-news__details {
  width: 869px;
  background: #fff;
  padding: 25px 47px 0 10px;
}
.v-news__details > table {
  width: 100%;
  font-size: 16px;
}
.v-news__details > table tr {
  cursor: pointer;
}
.v-news__details > table tr:hover > th {
  color: #FF5C00;
}
.v-news__details > table tr:hover > td {
  color: #FF5C00;
}
.v-news__details > table tr > th {
  text-align: center;
  padding: 20px 0 5px;
  border-bottom: 1px solid #EBEBEB;
}
.v-news__details > table tr > td {
  padding: 20px 0 5px;
  text-align: center;
  border-bottom: 1px solid #EBEBEB;
}
.v-news__details > table tr > td > a {
  color: #323232;
  text-decoration: none;
}
.v-news__details > table tr > td > a:hover {
  color: #FF5C00;
}
.v-news__details > table tr > td.is-small {
  width: 100px;
}
.v-news__details > table tr > td.is-left {
  text-align: left;
  padding-left: 25px;
}
.v-news__details > table tr > td > span {
  border: 1px solid #FF5C00;
  font-size: 13px;
  display: flex;
  width: 150px;
  height: 25px;
  justify-content: center;
  align-items: center;
  color: #FF5C00;
  font-weight: bold;
}

.v-recruit {
  margin-top: 115px;
}
.v-recruit__btn {
  display: none;
}
.v-recruit:hover .v-recruit__img {
  background: #000000;
  opacity: 0.8;
}
.v-recruit:hover .v-recruit__details {
  background: #FF5C00;
  opacity: 0.8;
}
.v-recruit__details {
  width: 300px;
  background: #FF5C00;
  text-align: center;
  padding-top: 95px;
}
.v-recruit__details > a {
  color: #fff;
  text-decoration: none;
}
.v-recruit__details > h3 {
  color: #fff;
  font-size: 35px;
}
.v-recruit__details__text {
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.v-recruit__details__btn {
  color: #fff;
  font-size: 17px;
  border: 1px solid white;
  width: 220px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.v-recruit__details__btn::after {
  content: "";
  display: inline-block;
  background: url("/data/img/views/index/pc/window_icon.png") no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  margin-left: 19px;
}

.v-section2 {
  margin-top: 180px;
}
.v-section2__img {
  position: relative;
  z-index: 0;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
}
.v-section2__img__button2 {
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF5B00;
  opacity: 0.8;
  display: none;
  z-index: 10;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.v-section2__img__button2 > p {
  font-size: 13px;
  color: #fff;
  margin-top: 12px;
}
.v-section2__img__button2 > p::after {
  content: "";
  display: inline-block;
  width: 59px;
  height: 12px;
  background: url("/data/img/views/index/pc/arrow_btn.png") no-repeat;
  background-size: contain;
  margin-left: 20px;
}
.v-section2__img:hover .v-section2__img__button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF5B00;
  opacity: 0.8;
  z-index: 10;
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  .v-swiper-custom {
    width: 100%;
    height: 100%;
  }

  .v-swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 18.8rem;
  }
  .v-swiper-slide > picture {
    width: 100%;
    height: 100%;
  }
  .v-swiper-slide > picture > img {
    width: 100%;
    height: 18.8rem;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .v-swiper-button-prev {
    background: url("/data/img/views/index/pc/slider_left.png") no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
  }

  .v-swiper-button-next {
    background: url("/data/img/views/index/pc/slider_right.png") no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
  }

  .v-swiper-pagination {
    bottom: 1rem;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .v-swiper-pagination > span {
    height: 0.4rem;
    width: 5rem;
    border-radius: 0;
    opacity: 1;
    background: #A0A0A0;
    margin: 0 5px;
  }
  .v-swiper-pagination > span.v-swiper-pagination__current {
    background: #FF5C00;
  }

  .v-section {
    margin-top: 4rem;
    position: relative;
  }
  .v-section__heading {
    font-size: 120px;
    color: #F4F4F4;
    position: absolute;
    right: 0;
    top: -77px;
  }
  .v-section__content__img {
    position: relative;
  }
  .v-section__content__img__placeholder {
    overflow: hidden;
    position: relative;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    cursor: pointer;
  }
  .v-section__content__img__placeholder.has-shadow {
    box-shadow: none;
  }
  .v-section__content__img__placeholder > picture > img {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .v-section__content__img__placeholder > picture > img.is-small {
    width: 570px;
    height: 100%;
  }
  .v-section__content__img:hover .v-section__content__img__placeholder > picture > img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .v-section__content__img:hover .v-section__content__img__placeholder > picture > img.is-small {
    width: 570px;
    height: 100%;
  }
  .v-section__content__img:hover .v-button {
    background: #FF5B00;
  }
  .v-section__content__img > p {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  .v-section__content__img > p > span {
    display: none;
  }
  .v-section__content__img .v-button {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 30.1rem;
    height: 4.6rem;
    text-align: left;
  }
  .v-section__content__img .v-button.is-left {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 30.1rem;
    height: 4.6rem;
    justify-content: flex-start;
  }

  .v-footersection {
    background: none;
    margin-top: 2.4rem;
    padding-top: 0;
    padding-bottom: 8rem;
  }

  .v-news__heading {
    background: #000000;
    width: auto;
    height: 16.2rem;
    text-align: center;
    padding: 30px 0;
  }
  .v-news__heading__btn {
    background: url("/data/img/views/index/sp/orange_btn.png") no-repeat;
    margin: 0 auto;
    width: 22.8rem;
    height: 3.9rem;
    background-size: contain;
  }
  .v-news__heading > h3 {
    font-size: 3rem;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.65rem;
  }
  .v-news__heading > p {
    font-size: 1.4rem;
    color: #FF5C00;
    margin-bottom: 0.65rem;
  }
  .v-news__details {
    width: auto;
    background: #fff;
    padding: 0;
  }
  .v-news__details > table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
  }
  .v-news__details > table tr {
    cursor: pointer;
  }
  .v-news__details > table tr:hover > th {
    color: #FF5C00;
  }
  .v-news__details > table tr:hover > td {
    color: #FF5C00;
  }
  .v-news__details > table tr > th {
    text-align: left;
    padding: 1rem 2rem 1rem;
    border-bottom: none;
    display: inline-block;
    font-size: 1.8rem;
  }
  .v-news__details > table tr > td {
    padding: 0 3rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid #EBEBEB;
    font-size: 1.6rem;
  }
  .v-news__details > table tr > td.is-small {
    width: auto;
    display: inline-block;
    border-bottom: none;
    padding-left: 0;
    padding-bottom: 0;
  }
  .v-news__details > table tr > td.is-left {
    text-align: left;
    padding-left: 2rem;
    display: block;
    width: 100%;
  }
  .v-news__details > table tr > td > span {
    border: 1px solid #FF5C00;
    font-size: 1.2rem;
    display: flex;
    width: 10.2rem;
    height: 2.3rem;
    color: #FF5C00;
    font-weight: bold;
  }

  .v-recruit {
    margin-top: 0;
    position: relative;
  }
  .v-recruit__btn {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 30.1rem;
    height: 4.6rem;
    display: block;
  }
  .v-recruit__details {
    width: 300px;
    background: #FF5C00;
    text-align: center;
    padding-top: 65px;
  }
  .v-recruit__details > a {
    color: #fff;
    text-decoration: none;
  }
  .v-recruit__details > h3 {
    color: #fff;
    font-size: 35px;
  }
  .v-recruit__details__text {
    color: black;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .v-recruit__details__btn {
    color: #fff;
    font-size: 17px;
    border: 1px solid white;
    width: 220px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .v-recruit__details__btn::after {
    content: "";
    display: inline-block;
    background: url("/data/img/views/index/pc/window_icon.png") no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
  }

  .v-section2 {
    margin-top: 4rem;
  }
  .v-section2__img {
    position: relative;
    z-index: 0;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    overflow: hidden;
  }
  .v-section2__img__button2 {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FF5B00;
    opacity: 0.8;
    display: none;
    z-index: 10;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .v-section2__img__button2 > p {
    font-size: 13px;
    color: #fff;
    margin-top: 12px;
  }
  .v-section2__img__button2 > p::after {
    content: "";
    display: inline-block;
    width: 59px;
    height: 12px;
    background: url("/data/img/views/index/pc/arrow_btn.png") no-repeat;
    background-size: contain;
    margin-left: 20px;
  }
  .v-section2__img:hover .v-section2__img__button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FF5B00;
    opacity: 0.8;
    z-index: 10;
  }
}
/*# sourceMappingURL=index.css.map */