/*--------------------------------------
    features
--------------------------------------*/
#features {
  padding: 20vw 0;
}
#features h2 {
  margin: 0 auto 10vw;
  white-space: nowrap;
}
#features h2 .border-draw {
  padding: 8px 0 10px;
  line-height: 1.6;
}
#features .set h3 {
  border-bottom: 1px solid #d5d5dc;
  padding-bottom: 2vw;
  margin-bottom: 6vw;
}
#features .set h3 img {
  width: 40px;
  display: inline-block;
  margin-right: 10px;
}
#features .set .c-row {
  gap: 6vw;
}
#features .set .c-row h4 {
  margin-bottom: 4vw;
  font-size: 20px;
}
#features .set .c-row h4 span {
  display: table;
  background: #fff;
  border: 1px solid #e1e1e7;
  padding: 0 12px;
  margin-bottom: 6px;
}
#features .set .c-row .note {
  font-size: 14px;
  margin-top: 18px;
}
#features .set.set2 {
  margin: 15vw 0;
}
#features .set.set2 .row {
  gap: 10vw;
  margin-bottom: 5vw;
}
#features .set.set2 .row .item {
  background: #ffffff;
}
#features .set.set2 .row .item h4 {
  border: 1px solid #e1e1e7;
  border-top: none;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  line-height: 23px;
}
#features .set.set2 .row .item h4 small {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #features {
    padding: 200px 0 206px;
  }
  #features h2 {
    line-height: 98px;
    position: relative;
    left: 9px;
    height: 200px;
    margin-bottom: 76px;
  }
  #features h2 .border-draw {
    padding: 28px 0 30px;
  }
  #features .set h3 {
    padding-bottom: 30px;
    margin-bottom: 39px;
  }
  #features .set h3 img {
    width: 56px;
    margin-left: 12px;
    margin-right: 28px;
    margin-top: -6px;
  }
  #features .set .c-row {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 50px;
  }
  #features .set .c-row .photo {
    width: 440px;
  }
  #features .set .c-row .content {
    width: 390px;
    padding-top: 48px;
  }
  #features .set .c-row .content h4 {
    line-height: 36px;
    margin-bottom: 32px;
  }
  #features .set .c-row .content h4 span {
    margin-bottom: 13px;
  }
  #features .set.set2 {
    margin: 117px 0 115px;
  }
  #features .set.set2 .row {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    gap: 41px;
  }
  #features .set.set2 .row .item {
    width: calc(33.3333333333% - 27px);
  }
  #features .set.set2 .row .item h4 {
    height: 76px;
  }
  #features .set.set2 .txt {
    margin: 31px 60px 0;
  }
  #features .set.set3 .c-row {
    flex-direction: row;
  }
  #features .set.set3 .c-row .content {
    padding-top: 25px;
  }
  #features .set.set3 .c-row .content h4 {
    margin-bottom: 19px;
  }
  #features .set.set3 .c-row .content .note {
    margin-top: 8px;
  }
}

/*--------------------------------------
    view
--------------------------------------*/
#view {
  background: #ebedee;
  padding: 20vw 0;
}
#view h2 {
  text-align: center;
}
#view h2 .border-draw {
  padding: 0 8px;
  margin-right: 10px;
}
#view h3 {
  font-size: 20px;
  display: table;
  margin: 8vw auto 7vw;
  position: relative;
}
#view h3:before,
#view h3:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: -7px;
  width: 8px;
  border: 1px solid #737373;
}
#view h3::before {
  left: -22px;
  border-right: none;
}
#view h3:after {
  right: -22px;
  border-left: none;
}
#view ul {
  margin: 0 4%;
}
#view .view-js {
  margin-top: 10vw;
}
#view .view-js .slick-dots {
  position: static;
  margin: 0;
  margin-top: 4vw;
}
#view .view-js .slick-dots li {
  width: 28%;
  height: auto;
  aspect-ratio: 211/124;
  margin: 0 2% 2.4vw;
}
#view .view-js .slick-dots li button {
  background: url('../img/about/view_js1.jpg') no-repeat center;
  background-size: cover;
  position: relative;
}
#view .view-js .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  z-index: 2;
  transition: all 0.3s ease;
}
#view .view-js .slick-dots li:nth-child(2) button {
  background: url('../img/about/view_js2.jpg') no-repeat center;
  background-size: cover;
}
#view .view-js .slick-dots li:nth-child(3) button {
  background: url('../img/about/view_js3.jpg') no-repeat center;
  background-size: cover;
}
#view .view-js .slick-dots li:nth-child(4) button {
  background: url('../img/about/view_js4.jpg') no-repeat center;
  background-size: cover;
}
#view .view-js .slick-dots li:nth-child(5) button {
  background: url('../img/about/view_js5.jpg') no-repeat center;
  background-size: cover;
}
#view .view-js .slick-dots li:nth-child(6) button {
  background: url('../img/about/view_js6.jpg') no-repeat center;
  background-size: cover;
}
#view .view-js .slick-dots li.slick-active button::before {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #view {
    padding: 200px 0;
  }
  #view .row {
    justify-content: end;
    align-items: center;
  }
  #view .row .view-js {
    width: calc(56% + 5px);
    margin-top: 0;
  }
  #view .row .view-js .slick-dots {
    margin-top: 22px;
    display: flex !important;
    flex-wrap: wrap;
    width: 695px;
    max-width: 100%;
    gap: 31px;
  }
  #view .row .view-js .slick-dots li {
    margin: 0;
    width: calc(33.3333333333% - 21px);
  }
  #view .row .view-js p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #view .row .left {
    width: 500px;
    padding-top: 7px;
  }
  #view .row .left h2 {
    margin: 0 auto;
    white-space: nowrap;
  }
  #view .row .left h2 .border-draw {
    line-height: 78px;
    padding: 16px 0;
    margin-bottom: 6px;
  }
  #view .row .left h3 {
    margin-top: 62px;
    letter-spacing: 0.08em;
    left: 1px;
    margin-bottom: 30px;
  }
  #view .row .left ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 18px;
    line-height: 36px;
    flex-direction: row-reverse;
    justify-content: center;
  }
  #view .row .left ul li {
    white-space: nowrap;
  }
}

/*--------------------------------------
    bnr
--------------------------------------*/
#bnr {
  padding: 20vw 0;
}

@media screen and (min-width: 768px) {
  #bnr {
    padding: 200px 0 205px;
  }
}

/*--------------------------------------
  contact
--------------------------------------*/
#contact {
  padding-bottom: 309px;
}
#contact .content .txt {
  margin-top: 20px;
}
#contact .content + .content {
  margin-top: 135px;
}

/*# sourceMappingURL=about.css.map */
