@media screen and (max-width: 767px) {
  #head-key .key-main .bg img {
    object-position: 69%;
  }
}
@media screen and (min-width: 768px) {
  #introduction {
    padding-bottom: 246px;
  }
}
/*--------------------------------------
    features
--------------------------------------*/
#features {
  padding: 20vw 0;
}
#features h2 {
  margin: 0 auto 12vw;
  white-space: nowrap;
}
#features h2 .border-draw {
  padding: 11px 0;
}
#features .border-title {
  text-align: center;
  border-bottom: 1px solid #d5d5dc;
  padding-bottom: 5vw;
  margin-bottom: 6vw;
}
#features .set1 .row {
  gap: 5vw;
  padding-left: 18px;
}
#features .set1 .row .item {
  background: #fff;
  border: 1px solid #e1e1e7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 186px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  position: relative;
}
#features .set1 .row .item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background: url('../img/grave/features_tick.jpg') no-repeat center;
  background-size: contain;
}
#features .set1 .row .item small {
  font-size: 15px;
}
#features .set2 {
  margin: 12vw 0;
}
#features .set2 .main {
  margin-bottom: 8vw;
}
#features .set2 .main .item {
  font-size: 5vw;
  line-height: 1.7;
}
#features .set2 .main .item .content {
  background: #fff;
  border: 1px solid #d5d5dc;
  padding: 6vw 4% 8vw;
}
#features .set2 .main .item .content .numb {
  font-size: 6vw;
  text-align: center;
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid #d5d5dc;
  padding-bottom: 3vw;
  margin-bottom: 4vw;
}
#features .set2 .main .item + .item {
  margin-top: 6vw;
}
#features .set3 h4 {
  font-size: 4.7vw;
  border: 1px solid #d5d5dc;
  background: #fff;
  padding: 0 10px;
  margin-bottom: 3vw;
  display: table;
  line-height: 1.7;
}
#features .banner-row {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  #features {
    padding: 200px 0 194px;
  }
  #features h2 {
    line-height: 98px;
    position: relative;
    left: 9px;
    width: 196px;
    height: 250px;
    margin-bottom: 80px;
  }
  #features h2 .border-draw {
    padding: 29px 0;
    line-height: 80px;
  }
  #features .border-title {
    padding-bottom: 24px;
    margin-bottom: 56px;
  }
  #features .set1 .row {
    padding-left: 0;
    width: 100%;
    max-width: 882px;
    margin: 0 auto;
    gap: 31px;
  }
  #features .set1 .row .item {
    height: 184px;
    width: 271px;
  }
  #features .set1 .row .item:before {
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
  }
  #features .set2 {
    margin: 90px 0 84px;
  }
  #features .set2 .border-title {
    margin-bottom: 39px;
  }
  #features .set2 .main {
    width: 100%;
    max-width: 878px;
    margin: 0 auto;
  }
  #features .set2 .main .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 20px;
  }
  #features .set2 .main .item + .item {
    margin-top: 30px;
  }
  #features .set2 .main .item .photo {
    min-width: 182px;
  }
  #features .set2 .main .item .photo img {
    width: 182px;
    height: auto;
    display: block;
  }
  #features .set2 .main .item .content {
    border: 1px solid #d5d5dc;
    border-left: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 0 0 33px;
    align-items: center;
    width: 100%;
  }
  #features .set2 .main .item .content .numb {
    font-size: 26px;
    margin: -2px 21px 0 0;
    padding-bottom: 0;
    border: none;
    border-right: 1px solid #d5d5dc;
    padding-right: 27px;
    line-height: 32px;
  }
  #features .set2 .txt {
    margin: 32px 60px 0;
  }
  #features .set3 .border-title {
    margin-bottom: 38px;
  }
  #features .set3 h4 {
    font-size: 20px;
    margin-left: 60px;
    padding: 2px 18px 1px;
    margin-bottom: 30px;
  }
  #features .set3 .txt {
    margin-left: 60px;
  }
  #features .banner-row {
    margin-top: 55px;
    justify-content: center;
  }
}

/*--------------------------------------
    kind
--------------------------------------*/
#kind {
  background: #ebedee;
  padding: 20vw 0;
}
#kind .sub-title {
  border-bottom: 1px solid #d5d5dc;
  padding-bottom: 5vw;
  margin-bottom: 6vw;
  margin-top: 8vw;
}
#kind .c-content .note {
  font-size: 14px;
  margin: 1vw 0 3vw;
}
#kind .c-content ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#kind .c-content ul li {
  padding: 0 10px;
  background: #fff;
  border: 1px solid #d5d5dc;
}
#kind .c-content .box {
  background: #fff;
  border: 1px solid #d5d5dc;
  padding: 6vw 4%;
  margin-top: 5vw;
}
#kind .c-content .box .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 3vw 0 4vw;
}
#kind .c-content .box .flex .fz20 {
  font-size: 4.8vw;
}
#kind .c-content .box .price {
  --gap: -0.8vw;
}
#kind .c-content .box .price small {
  font-size: 12px;
}
#kind .c-content .box .note2 {
  font-size: 14px;
}
#kind .set1 h2 {
  margin: 0 auto 6vw;
  white-space: nowrap;
}
#kind .set1 h2 .border-draw {
  padding: 11px 0;
  margin-top: 10px;
}
#kind .set1 .photo {
  height: 80vw;
  margin-bottom: 4vw;
  margin-left: 2%;
}
#kind .set1 .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kind .set1 .txt {
  margin: 0 4%;
}
#kind .set2 {
  margin: 12vw 0;
}
#kind .set2 .item + .item {
  margin-top: 10vw;
}
#kind .set2 h3 {
  margin-bottom: 8vw;
}
#kind .set2 .c-row {
  gap: 5vw;
}
#kind .set2 .row2 {
  gap: 7vw;
}
#kind .set2 .row2 .img {
  width: 54%;
  margin: 0 auto;
}
#kind .set3{
  margin:12vw 0 ;
}
#kind .set3 .row {
  gap: 6vw;
}
#kind .set3 .box {
  background: #fff;
  border: 1px solid #d5d5dc;
  padding: 6vw 4%;
  margin-top: 5vw;
}
#kind .set3 .box .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 3vw 0 4vw;
}
#kind .set3 .box .flex .fz20 {
  font-size: 4.8vw;
}
#kind .set3 .box .price {
  --gap: -0.8vw;
}
#kind .set3 .box .price small {
  font-size: 12px;
}
#kind .set3 .box .note2 {
  font-size: 14px;
}

#kind .set4 {
  margin-top: 12vw;
}
#kind .set4 h3 {
  font-size: 4.6vw;
  line-height: 1.8;
}
#kind .set4 h3 .border-draw {
  padding: 0 8px;
  margin: 0 8px;
}
#kind .set4 h3:nth-child(2) {
  display: table;
  margin: 7vw 0 0 auto;
}


@media screen and (min-width: 768px) {
  #kind {
    padding: 189px 0;
  }
  #kind .sub-title {
    padding-bottom: 14px;
    margin-bottom: 17px;
    margin-top: 39px;
  }
  #kind .c-content {
    width: 500px;
  }
  #kind .c-content .note {
    margin: 0px 0 14px;
  }
  #kind .c-content ul li {
    padding: 2px 12px 3px;
  }
  #kind .c-content .box {
    margin-top: 40px;
    padding: 33px 40px;
  }
  #kind .c-content .box h5 {
    font-size: 18px;
  }
  #kind .c-content .box .flex {
    margin: 5px 0 12px;
    letter-spacing: 0.1em;
  }
  #kind .c-content .box .flex .fz20 {
    font-size: 20px;
    margin: 9px 0 0 -2px;
  }
  #kind .set1 .row {
    justify-content: end;
    align-items: start;
  }
  #kind .set1 .row h2 {
    width: 82px;
    height: 308px;
    margin: 100px 147px 0 0;
  }
  #kind .set1 .row h2 .border-draw {
    padding: 18px 0 26px;
    margin-top: 14px;
  }
  #kind .set1 .row .right {
    width: 68.3%;
  }
  #kind .set1 .row .right .photo {
    margin-left: 0;
    height: auto;
    margin-bottom: 41px;
  }
  #kind .set1 .row .right .txt {
    margin: 0;
  }
  #kind .set2 {
    margin: 97px 0;
  }
  #kind .set2 h3 {
    margin-bottom: 51px;
  }
  #kind .set2 .c-row {
    gap: 30px;
  }
  #kind .set2 .row2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0;
  }
  #kind .set2 .row2 .right {
    width: 500px;
  }
  #kind .set2 .row2 .right .img {
    width: auto;
    text-align: center;
    margin-top: 39px;
    margin-left: -13px;
  }
  #kind .set2 .item + .item {
    margin-top: 75px;
  }
  #kind .set2 .item + .item .c-row {
    flex-direction: row-reverse;
  }
  #kind .set2 .item + .item .row2 .note {
    margin-top: 7px;
  }
  #kind .set2 .item + .item .row2 .right .img {
    margin-top: 85px;
    margin-left: 11px;
  }
  #kind .set3{
    margin:80px 0 ;
  }
  #kind .set3 .row {
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: space-between;
  }
  #kind .set3 .row2 {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }
  #kind .set3 .row .note {
    margin-top: 8px;
  }
  #kind .set3 .row .photo {
    margin-top: 10px;
  }
  #kind .set3 .box {
    margin:40px auto 0;
    padding: 33px 40px;
    width:50%;
    
  }
 
  #kind .set3 .box h5 {
    font-size: 18px;
  }
  #kind .set3 .box .flex {
    margin: 5px 0 12px;
    letter-spacing: 0.1em;
  }
  #kind .set3 .box .flex .fz20 {
    font-size: 20px;
    margin: 9px 0 0 -2px;
  }
  #kind .set4 {
    margin-top: 87px;
  }
  #kind .set4 .wrap {
    max-width: 712px;
  }
  #kind .set4 h3 {
    font-size: 22px;
    line-height: 42px;
  }
  #kind .set4 h3 .border-draw {
    padding: 0 12px;
    line-height: 38px;
  }
  #kind .set4 h3:nth-child(2) {
    margin-top: 45px;
    margin-right: 93px;
  }
}

/*--------------------------------------
    contact
--------------------------------------*/
#contact .content h4 {
  --gap: -0.6vw;
}

@media screen and (min-width: 768px) {
  #contact {
    padding-bottom: 268px;
  }
  #contact .content .txt {
    margin-top: 28px;
  }
  #contact .content + .content {
    margin-top: 97px;
  }
}

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