@charset "UTF-8";

/* ------------------------------------

中面

------------------------------------ */

/*  cv_list
*----------------------------------- */
.cv_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cv_list .cv_btn {
  width: 362px;
  margin: 0 13px;
}
@media print, screen and (max-width: 760px) {
  .cv_list .cv_btn {
    width: 80%;
    margin: 0 auto 4vw;
  }
  .cv_list .cv_btn:last-child {
    margin-bottom: 0;
  }
}
.l-visual .slider .ph {
  border: 2px solid #6693BF;
  border-top: 4px solid #6693BF;
  border-bottom: 4px solid #6693BF;
}
@media print, screen and (max-width: 760px) {
  .l-visual .slider .ph {
    border: 3px solid #6693BF;
    border-top: 6px solid #6693BF;
    border-bottom: 6px solid #6693BF;
  }
}

/*  section_concept
*----------------------------------- */
.section_concept {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .section_concept .photo {
    width: 1200px;
    margin: 0 auto;
  }
}
.section_concept .video {
  position: relative;
  width: 100%;
  padding-top: 56.3%;
  height: 0;
  overflow: hidden;
}
.section_concept .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  section_life
*----------------------------------- */
.section_life {
  margin-bottom: 135px;
}
@media print, screen and (min-width: 761px) {
  .section_life .photo {
    width: 614px;
    margin: 0 auto;
  }
}
.section_life .slider02 {
  margin-bottom: 80px;
}

@media print, screen and (max-width: 760px) {
  .section_life {
    margin-bottom: 0;
  }
  .section_life .slider02 {
    margin-bottom: 10vw;
  }
  .section_life .video {
    width: 90%;
    margin: 0 auto;
  }
  .section_life .video iframe {
    height: 50vw;
  }
}

/*  section_design
*----------------------------------- */
.section_design {
  width: 100%;
  margin-bottom: 168px;
}
.section_design .slider {
  margin-bottom: 180px;
}
.section_design .video {
  width: 978px;
  margin: 0 auto;
}
.section_design .video iframe {
  height: 549px;
}
@media print, screen and (min-width: 761px) {
  .section_design .photo {
    width: 1200px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 760px) {
  .section_design {
    margin-bottom: 0;
  }
  .section_design .slider {
    margin-bottom: 15vw;
  }
  .section_design .video {
    width: 90%;
    margin: 0 auto;
  }
  .section_design .video iframe {
    height: 50vw;
  }
}

/*  section_planning
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .section_planning {
    margin-bottom: 100px;
  }
  .section_planning .photo {
    width: 233px;
    margin: 0 auto 80px;
  }
  .section_planning .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section_planning .wrap .info_box {
    width: 412px;
    margin-right: 120px;
  }
  .section_planning .wrap .info_box .txt {
    margin-bottom: 45px;
  }
  .section_planning .wrap .info_box .btn {
    width: 275px;
  }
  .section_planning .wrap .gallery {
    width: 668px;
  }
}
@media print, screen and (max-width: 760px) {
  .section_planning .wrap .gallery {
    width: 80%;
    margin: 0 auto 15vw;
  }
  .section_planning .btn {
    width: 80%;
    margin: 0 auto;
  }
}
.gallery-swiper {
  width: 100%;
  max-width: 1000px; 
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 300px;
  height: 250px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  display: none;
}

/*  section_special
*----------------------------------- */
.section_special {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .section_special .photo {
    width: 1200px;
    margin: 0 auto;
  }
}

/*  section_footer
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .section_footer a {
    pointer-events: none;
  }
  .section_footer a:hover {
    opacity: 1;
  }
}
