@charset "utf-8";

/* ===== fv ====== */

.fv {
  height: 100vh;
}

.fv__inner {
  position: relative;
  height: 100%;
}

.fv__ttl {
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #1a1a1a;
  font-weight: 700;
}

.video {
  width: 100%;
  height: 100%;
}

.video__item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== top-about ====== */

.top-about {
  margin: 120px 0 0;
}

.top-about__inner {
  position: relative;
}

.top-about__pic {
  background-image: url(../img/top/top01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 670px;
}

.top-about__info {
  position: absolute;
  bottom: -155px;
  left: 0;
  width: 1192px;
  padding: 43px 37px 93px 450px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
  background-color: rgba(255, 255, 255, 70%);
  -webkit-backdrop-filter: brightness(96%) blur(15px);
  backdrop-filter: brightness(96%) blur(15px);
}

.top-about__info-wrap {
  position: relative;
}

.top-about__info-ttl {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 48px;
}

.top-about__info-txt {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}

.top-about__btn {
  position: absolute;
  bottom: -123px;
  right: 37px;
}

@media (max-width: 1299px) {
  .top-about {
    margin: 40px 0 0;
  }

  .top-about__pic {
    height: 500px;
  }

  .top-about__info {
    max-width: 700px;
    width: 100%;
    padding: 43px 37px 93px 40px;
  }

  .top-about__btn {
    right: auto;
    left: 0px;
  }
}

/* ===== top-news ====== */

.top-news {
  margin-top: 286px;
}

.top-news__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.top-news__list {
  margin-top: 43px;
}

.top-news__item {
  border-top: 1px solid #e4e4e4;
}

@media (min-width: 1080px) {

  .top-news__item:hover {
    opacity: 0.7;
    transition: all .3s;
  } 
}

.top-news__item:last-of-type {
  border-bottom: 1px solid #e4e4e4;
}

.top-news__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #1a1a1a;
  padding: 23px 7px;
}

.top-news__item time {
  font-size: 1.2rem;
  color: #9b9b9b;
  font-weight: 300;
}

.top-news__ttl {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 14px;
  word-break: break-all;
}

/* ===== top-service ====== */

.top-service {
  margin-top: 101px;
  position: relative;
}

.top-service__inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.top-service__content {
  display: flex;
  justify-content: space-between;
  margin-top: 43px;
  padding-bottom: 51px;
}

.top-service__content .item {
  width: 327px;
}

.top-service__content h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}

.top-service__content p {
  width: 288px;
  height: 110px;
  margin: 10px auto 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}

.top-service__btn {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}

.top-service__bgc {
  position: absolute;
  top: 192px;
  left: 0;
  right: 0;
  background-color: #f2f2f2;
  height: 414px;
  z-index: -1;
}

.top-service__btn--bot {
  width: 100%;
  margin-top: 60px;
}

/* ===== top-csr ====== */

.top-csr {
  margin-top: 101px;
}

.csr__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.top-csr .ttl,
.top-csr .sub-ttl {
  text-align: center;
}

/* ----- slider start ------  */

.slider-container {
  margin-top: 43px;
  width: 100%;
}

.slider {
  width: 100%;
}

.slick-img {
  width: 100%;
  height: 563px;
}

.slick-img img {
  width: 100%;
  height: 563px;
  object-fit: cover;
}

.slick-dots {
  bottom: -30px !important;
}

.slick-dots li button:before {
  color: #fff !important;
  opacity: 1 !important;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
  line-height: 10px !important;
}

.slick-dots li.slick-active button:before {
  color: #1a1a1a !important;
  background-color: #1a1a1a !important;
}

/* ----- slider end ------  */

.top-csr__content {
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
}

.top-csr__content .item {
  width: 286px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #005497;
}

.top-csr__content .item .sdgimg {
  display: inline-block;
  width: 80px;
  height: auto;
  margin: 0 23px 20px;
}

.top-csr__content .item-pic {
  position: relative;
}

.top-csr__content .item-pic::before {
  content: "";
  background-image: url(../img/top/top14.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 50px;
  right: 23px;
  width: 140px;
  height: 33px;
}

.top-csr__content .item-pic::after {
  content: "©JCV";
  position: absolute;
  bottom: 36px;
  right: 23px;
  font-size: 1rem;
}

.top-csr__content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #005497;
  border-radius: 7px 7px 0px 0px;
  padding: 15px 0;
}

.top-csr__content p {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 20px 23px 10px;
  font-weight: 400;
}

.top-csr__logo {
  margin: 40px 0 0;
  text-align: center;
}

.top-csr__logo img {
  display: inline-block;
  width: auto;
  height: 150px;
  margin: 0 20px;
}

.top-csr__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

/* ===== top-recruit ====== */

.top-recruit {
  max-width: 1920px;
  margin: 100px auto 0;
}

.top-recruit__content {
  position: relative;
}

.top-recruit__content .pic-s {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  position: relative;
}

.top-recruit__content .pic-s img {
  width: 100%;
}

.top-recruit__content .info {
  position: absolute;
  top: 50%;
  left: -445px;
  transform: translateY(-50%);
}

.top-recruit__content .info__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 43px;
}

.info__txt--br {
  display: none;
}

.top-recruit__btn {
  margin-top: 60px;
}

@media (max-width: 1499px) {
  .top-recruit__content .pic-s {
    max-width: 820px;
  }
}

@media (max-width: 1379px) {
  .top-recruit {
    margin-top: 70px;
  }

  .top-recruit__content .pic-s {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }

  .top-recruit__content .info {
    top: auto;
    bottom: -254px;
    left: 0;
    transform: translateY(0%);
    width: 700px;
    padding: 30px 0 53px 80px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
    background-color: rgba(255, 255, 255, 70%);
    -webkit-backdrop-filter: brightness(96%) blur(15px);
    backdrop-filter: brightness(96%) blur(15px);
  }

  .top-recruit__content .info__txt {
    margin-top: 22px;
  }

  .info__txt--br {
    display: block;
  }

  .top-recruit__btn {
    position: absolute;
    bottom: -30px;
    left: 80px;
  }
}

/* ===== top-contact ====== */

.top-contact {
  background-image: url(../img/top/top16.png);
  background-image: image-set(
    url(../img/top/top16.png) 1x,
    url(../img/top/top16@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../img/top/top16.png) 1x,
    url(../img/top/top16@2x.png) 2x
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 278px;
  margin: 100px 0 0px;
  text-align: center;
}

.top-contact .ttl {
  padding-top: 60px;
}

.top-contact__btn {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}

@media (max-width: 1379px) {
  .top-contact {
    margin: 353px 0 0;
  }
}

/* ===== footBanner ====== */
.top-footBanner {
  display: table;
  margin: 100px auto 145px;
}
.top-footBanner > div {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}
.top-footBanner > div:nth-of-type(1) {
  padding-left: 0px;
}
@media (max-width: 1079px) {
  .top-footBanner {
    display: block;
    margin: 100px auto 145px;
  }
  .top-footBanner > div {
    display: block;
    padding-left: 0px;
  }
  .top-footBanner > div > a {
    margin-left: auto;
    margin-right: auto;
  }
}

/* engage */
.engage-link {
  background-image: url(../img/top/engage.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 250px;
  display: block;
  transition: all .3s;
}

@media (min-width: 1080px) {

  .engage-link:hover {
    transition: all .3s;
    opacity: 0.7;
}
}

@media (max-width: 767px) {
  .engage-link {
    margin-top: 70px;
  }
}

/* reuse */
.reuse-link {
  background-image: url(../img/top/reuse.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 600px;
  height: 250px;
  display: block;
  transition: all .3s;
}

@media (min-width: 1080px) {

  .reuse-link:hover {
    transition: all .3s;
    opacity: 0.7;
  }
}
@media (max-width: 1079px) {
  .reuse-link {
    width: calc( 100% - 40px );
    max-width: 600px;
    height: calc( ( 100vw - 60px ) * ( 250 / 600 ) );
    max-height: calc( 600px * ( 250 / 600 ) );
    margin-top: 40px;
  }
}


/* ==========================================
/* tablet
/* ========================================== */

@media (max-width: 1079px) {
  /* ===== fv ====== */

  .fv {
    padding-top: 57px;
  }

  .fv__ttl {
    left: 10%;
    font-size: 40px;
  }

  /* ===== top-news ====== */

  .top-news__inner {
    max-width: none;
    padding: 0 20px;
  }

  .top-news__list {
    margin-top: 32px;
  }

  /* ===== top-service ====== */

  .top-service {
    margin-top: 70px;
  }

  .top-service__inner {
    max-width: none;
  }

  .top-service .ttl,
  .top-service .sub-ttl {
    text-align: center;
  }

  .top-service__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    padding-bottom: 0;
  }

  .top-service__content .item {
    width: 355px;
  }

  .top-service__content .item:not(:first-of-type) {
    margin-top: 50px;
  }

  .top-service__content .top-service-pic-s {
    width: 100%;
    height: 280px;
  }

  .top-service__content .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .top-service__content h3 {
    font-size: 1.8rem;
    margin-top: 20px;
  }

  .top-service__content p {
    height: auto;
  }

  .top-service__btn {
    width: 288px;
    margin: 30px auto 0;
    justify-content: start;
  }

  .top-service__bgc {
    top: 126px;
    bottom: 88px;
    height: auto;
  }

  .top-service__btn--bot {
    width: 232px;
    margin: 70px auto 0;
  }

  /* ===== top-csr ====== */

  .top-csr {
    margin-top: 70px;
  }

  .csr__inner {
    max-width: none;
  }

  /* ----- slider start ------  */

  .slider-container {
    margin: 32px auto 0;
    width: 90%;
  }

  .slick-img {
    height: 500px;
  }

  .slick-img img {
    height: auto;
  }


  /* ----- slider end ------  */

  .top-csr__content {
    flex-direction: column;
    align-items: center;
    margin-top: 49px;
  }

  .top-csr__content .item {
    width: 286px;
    height: auto;
  }

  .top-csr__content .item:not(:first-of-type) {
    margin-top: 30px;
  }

  .top-csr__content h3 {
    font-size: 1.8rem;
    padding: 12px 0;
  }

  .top-csr__content p {
    padding: 10px 23px;
  }

  /* ===== recruit-csr ====== */

  .top-recruit__content .info {
    bottom: -227px;
    width: 600px;
  }

  .top-recruit__content .info__txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .top-recruit__btn {
    bottom: -24px;
  }
}

/* ==========================================
/* sp
/* ========================================== */

@media (max-width: 767px) {
  /* ===== fv ====== */

  .fv {
    height: 300px;
  }

  .fv__ttl {
    left: 2%;
    font-size: 20px;
  }

  /* ===== top-about ====== */

  .top-about {
    margin: 40px 0 0;
  }

  .top-about__pic {
    height: 380px;
  }

  .top-about__info {
    max-width: 350px;
    width: 100%;
    padding: 20px 29px 58px 23px;
  }

  .top-about__info-ttl {
    font-size: 1.8rem;
    margin-top: 27px;
  }

  .top-about__info-txt {
    margin-top: 23px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .top-about__btn {
    width: 232px;
    position: absolute;
    bottom: -82px;
    right: 20px;
  }

  @media (max-width: 360px) {
    .top-about__info {
      max-width: 300px;
      padding: 20px 29px 58px 13px;
    }

    .top-about__info-ttl {
      font-size: 1.6rem;
    }
  }

  /* ===== top-news ====== */

  .top-news {
    margin-top: 244px;
  }

  .top-news__inner {
    max-width: none;
    padding: 0 20px;
  }

  .top-news__list {
    margin-top: 32px;
  }

  /* ===== top-service ====== */

  .top-service {
    margin-top: 70px;
  }

  .top-service__inner {
    max-width: none;
  }

  .top-service .ttl,
  .top-service .sub-ttl {
    text-align: left;
    padding-left: 20px;
  }

  .top-service__content {
    align-items: flex-start;
    margin-top: 32px;
  }

  .top-service__content h3 {
    text-align: left;
    width: 288px;
    margin: 20px auto 0;
  }

  @media (max-width: 360px) {
    .top-service__content .item {
      width: 301px;
    }

    .top-service__content .top-service-pic-s {
      height: 238px;
    }

    .top-service__content h3,
    .top-service__content p,
    .top-service__btn--pl {
      padding-left: 10px;
    }
  }

  /* ===== top-csr ====== */

  .top-csr .ttl,
  .top-csr .sub-ttl {
    text-align: left;
    padding-left: 20px;
  }

  /* ----- slider start ------  */

  .slider-container {
    margin: 32px auto 0;
    width: 100%;
  }

  .slick-img {
    height: 235px;
  }

  .slick-img img {
    height: 235px;
    object-fit: cover;
  }



  @media (min-width: 450px) {
    .slick-img {
      height: 350px;
    }
  
    .slick-img img {
      height: 350px;
    }
  }

  /* ----- slider end ------  */

  .top-csr__btn {
  margin-top: 40px;
}

  /* ===== recruit-csr ====== */

  .top-recruit__content .pic-s {
    max-width: none;
    width: 100%;
    height: 250px;
    margin-left: 0;
  }

  .top-recruit__content .pic-s img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .top-recruit__content .info {
    bottom: -227px;
    width: 350px;
    padding: 30px 0 53px 23px;
  }

  .top-recruit__content .info__txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .top-recruit__btn {
    bottom: -24px;
    left: 30px;
  }

  @media (max-width: 359px) {

    .top-recruit__content .pic-s {
      height: 200px;
    }

    .top-recruit__content .info {
      bottom: -217px;
      width: 310px;
      padding: 20px 10px 53px 15px;
    }
  
  }

  @media (min-width: 479px) {
    .top-recruit__content .pic-s {
      height: 350px;
    }
  }

  /* ===== top-contact ====== */

.top-contact {
  background-image: url(../img/top/top16-sp.png);
  background-image: image-set(
    url(../img/top/top16-sp.png) 1x,
    url(../img/top/top16-sp@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../img/top/top16-sp.png) 1x,
    url(../img/top/top16-sp@2x.png) 2x
  );
  height: 198px;
  margin: 305px 0 0;
}

  .top-contact .ttl {
  padding-top: 40px;
}

  .top-contact__btn {
  margin-top: 32px;
}

}

