@media only screen and (min-width: 768px) {
  #key .slide1 {
    background: url("../img/speciality/kv.jpg") center/cover;
  }
}

#sec1 {
  background: url("../img/speciality/sec1_deco1.png") no-repeat top right/80%,
    url("../img/speciality/sec1_deco2.png") no-repeat top 60vw right/110%;
  padding: 24vw 0px 8vw;
}
#sec1 h2 {
  font-size: 8vw;
  line-height: 1.8;
  font-weight: 600;
}
#sec1 h2 span {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 0px 3vw;
  line-height: 1.4;
}
#sec1 h3 {
  color: #fff;
  font-size: 7vw;
  width: 90%;
  line-height: 1.5;
  margin: 3vw 0px 6vw;
}
#sec1 .sec1-img1 {
  position: relative;
}
#sec1 .sec1-img1::before {
  content: "";
  position: absolute;
  bottom: -8vw;
  height: 20vw;
  width: 80vw;
  right: 20vw;
  background: url("../img/speciality/sec1_bgdeco.png") repeat top left;
}
#sec1 .sec1-img2 {
  margin: 15vw 10vw 8vw;
}
#sec1 .sec1-img3 {
  /* width: 85%; */
  margin: 10vw 17vw 0vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 103px 0px 25px;
    background-size: auto, auto;
    background-position: top right, top 432px right;
  }
  #sec1 .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #sec1 h2 {
    font-size: 48px;
    line-height: 75px;
  }
  #sec1 h2 span {
    line-height: 58px;
    padding: 0px 10px;
  }
  #sec1 h3 {
    font-size: 35px;
    line-height: 53px;
    width: 1060px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 22px 0px 46px;
  }
  #sec1 .sec1-img1 {
    width: 960px;
    margin: 0px 0px 0px -110px;
  }
  #sec1 .sec1-img1::before {
    height: 280px;
    right: 360px;
    bottom: -78px;
  }
  #sec1 .sec1-img2 {
    width: 630px;
    margin: -168px -33px 0px auto;
  }
  #sec1 .sec1-row {
    flex-direction: row-reverse;
  }
  #sec1 .sec1-img3 {
    width: 360px;
    margin: -136px 0px 0px 88px;
  }
  #sec1 .sec1-txt {
    width: 560px;
    margin: 71px 80px 0px 30px;
  }
}

#sec2 {
  background: url("../img/speciality/sec2_bg_sp.png") no-repeat top center/100%
    100%;
  padding: 2vw 0px 10vw;
}
#sec2 h2 {
  color: #fff;
  font-weight: 600;
  line-height: 2.5;
  margin: 12vw 0px 6vw;
}
#sec2 h2 i {
  display: inline-block;
  font-size: 8vw;
  margin-left: 3vw;
  margin-bottom: 2vw;
}
#sec2 h2 span {
  letter-spacing: -2px;
  display: inline-block;
  font-size: 9vw;
  line-height: 9vw;
  padding: 2vw 3vw;
  background: #000;
}
#sec2 dl {
  font-weight: 600;
  margin: 1vw 0px 4vw;
  font-size: 6.5vw;
}
#sec2 dl dd span {
  font-size: 5.5vw;
}
#sec2 .sec2-img {
  position: relative;
}
#sec2 .sec2-img::before {
  content: "";
  position: absolute;
  bottom: -4vw;
  right: -8vw;
  width: 30vw;
  height: 30vw;
  background: url("../img/speciality/sec2_bgdeco.jpg") repeat top left;
  z-index: 0;
}
#sec2 .sec2-img2 {
  margin: 14vw 0px -1vw;
}
#sec2 .sec2-img2::before {
  right: auto;
  left: -8vw;
}
#sec2 .sec2-row2 {
  margin: 0px 0px 15vw;
}
#sec2 h3 {
  font-size: 4.5vw;
  font-weight: 600;
  margin: 10vw 0px 0vw;
  display: inline-block;
  background: #fff;
  line-height: 2;
  border: 1px solid #000;
  padding: 0px 2vw;
}
#sec2 .sec2-btn a {
  margin: 10vw auto 6vw;
}
#sec2 .sec2-txt3 {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    background-image: url("../img/speciality/sec2_bg.png");
    padding: 125px 0px 42px;
  }
  #sec2 .sec2-row1,
  #sec2 .sec2-row3 {
    flex-direction: row-reverse;
  }
  #sec2 .wrap {
    max-width: 1200px;
    padding: 0px 20px;
  }
  #sec2 .sec2-img1 {
    width: 778px;
    margin: 0px -90px 0px 0px;
  }
  #sec2 .sec2-box1 {
    width: 390px;
    margin: 25px 0px 0px;
  }
  #sec2 h2 {
    line-height: 50px;
    margin: 0px 0px 70px;
  }
  #sec2 h2 i {
    margin-bottom: 24px;
    font-size: 48px;
    margin-left: 24px;
  }
  #sec2 h2 span {
    font-size: 40px;
    line-height: 50px;
    padding: 0px 24px;
  }
  #sec2 dl {
    margin: 0px 0px 42px;
    font-size: 35px;
  }
  #sec2 dl dd span {
    font-size: 25px;
  }
  #sec2 .sec2-img::before {
    width: 350px;
    height: 350px;
    bottom: -70px;
    right: -70px;
  }
  #sec2 .sec2-img2 {
    width: 770px;
    margin: 0px 10px 0px;
  }
  #sec2 .sec2-img2::before {
    right: auto;
    left: -70px;
  }
  #sec2 .sec2-box2 {
    width: 330px;
    margin: 150px 0px 0px;
  }
  #sec2 .sec2-row2 {
    margin: 69px 0px 144px;
  }
  #sec2 h3 {
    font-size: 24px;
    line-height: 42px;
    padding: 0px 10px;
    margin: 0px 0px 25px;
  }
  #sec2 .sec2-btn a {
    margin: 154px auto 51px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .sec2-img1 {
    margin-right: -150px;
  }
  #sec2 .sec2-box2 {
    margin: 150px 20px 0px;
  }
}

#sec3 {
  background: url("../img/speciality/sec3_bg.png") no-repeat top right/90%;
  padding: 16vw 0px 8vw;
}
#sec3 h2 {
  font-size: 6vw;
  letter-spacing: -2px;
  font-weight: 600;
  margin: 0px 0px 10vw;
}
#sec3 h2 span {
  font-size: 5.5vw;
}
#sec3 h2 i {
  width: 80%;
}
#sec3 h2 i img {
  max-width: unset;
  width: 100%;
}
#sec3 .sec3-box {
  box-sizing: border-box;
  position: relative;
  border: 3px solid #000;
  padding: 10vw 4%;
}
#sec3 .sec3-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #000;
  transform: translate(-50%, -50%);
}
#sec3 .sec3-box h3 {
  font-weight: 600;
  font-size: 7vw;
  margin: 0px auto;
  text-align: center;
}
#sec3 .sec3-box h3 span {
  display: inline-block;
  line-height: 1.5;
  color: #fff;
  padding: 0px 4vw;
  background: #496904;
  font-size: 5vw;
}
#sec3 .sec3-box .sec3-txt1 {
  text-align: center;
  font-size: 6vw;
  margin: 2vw 0px;
  font-weight: 600;
}
#sec3 .sec3-box .sec3-txt1 span {
  font-size: 5vw;
}
#sec3 .sec3-box .sec3-txt2 {
  text-align: center;
}
#sec3 .sec3-box .sec3-txt3 {
  margin: 6vw 0px;
}
#sec3 .sec3-list {
  background: #fff;
  box-sizing: border-box;
  padding: 10vw 10%;
  text-align: center;
  width: 90%;
  margin: 0px auto;
}
#sec3 .sec3-list h4 {
  font-size: 5vw;
  font-weight: 600;
  margin: 0px 0px 4vw;
}
#sec3 .sec3-list ul li {
  padding: 2vw 0px;
  border-bottom: 1px solid #000;
  font-weight: 600;
  font-size: 4vw;
}
#sec3 .sec3-list ul li span {
  font-size: 3.5vw;
  display: inline-block;
  text-align: left;
}
#sec3 .sec3-txt4 {
  margin: 6vw 0px 0px;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 106px 0px 0px;
    background-size: auto;
  }
  #sec3 .sec3-row {
    flex-direction: row-reverse;
  }
  #sec3 h2 {
    margin: 28px -5px 0px 10px;
    font-size: 36px;
    line-height: 60px;
  }
  #sec3 h2 span {
    font-size: 35px;
  }
  #sec3 h2 i {
    display: inline-block;
    width: 78px;
    margin: 4px 0px 0px;
    left: -5px;
  }
  #sec3 .sec3-box {
    width: 890px;
    margin: 0px 0px 0px -75px;
    padding: 65px 50px 64px;
    flex-direction: row-reverse;
  }
  #sec3 .sec3-box .sec3-col {
    flex-direction: row-reverse;
    margin: 36px 0px 0px;
    width: 360px;
  }
  #sec3 .sec3-box .sec3-box2 {
    width: 220px;
  }
  #sec3 .sec3-box h3 {
    text-align: left;
    font-size: 35px;
    line-height: 58px;
  }
  #sec3 .sec3-box h3 span {
    font-size: 24px;
    padding: 22px 0px;
    line-height: 42px;
  }
  #sec3 .sec3-box .sec3-txt1 {
    font-size: 35px;
    margin: 50px 0px 17px;
  }
  #sec3 .sec3-box .sec3-txt1 span {
    font-size: 25px;
  }
  #sec3 .sec3-box .sec3-txt2 {
    letter-spacing: -2px;
  }
  #sec3 .sec3-box .sec3-txt3 {
    margin: 10px 0px 0px;
    height: 465px;
  }
  #sec3 .sec3-list {
    width: 300px;
    margin: 0px 26px;
    padding: 57px 30px 53px;
  }
  #sec3 .sec3-list h4 {
    font-size: 20px;
    margin: 0px 0px -2px;
  }
  #sec3 .sec3-list ul li {
    line-height: 50px;
    padding: 0px;
    font-size: 16px;
  }
  #sec3 .sec3-list ul li span {
    font-size: 14px;
    line-height: 30px;
    margin-top: -12px;
  }
  #sec3 .sec3-txt4 {
    margin: 17px 0px 0px -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec3 .sec3-txt4 {
    margin-left: 0px;
  }
}

#sec4 {
  position: relative;
  padding: 12vw 0px 30vw;
}
#sec4::before {
  content: "";
  position: absolute;
  top: -2vw;
  left: 0px;
  width: 100%;
  height: 85%;
  background: url("../img/speciality/sec4_bg_sp.png") top center/100% 100%;
}
#sec4 .sec4-1 {
  position: relative;
  z-index: 1;
}
#sec4 .sec4-1 .sec4-img1 {
  width: 70%;
}
#sec4 .sec4-1 h2 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 7vw;
  margin: 2vw 4vw 0px;
}
#sec4 .sec4-1 h2 span {
  display: inline-block;
  width: 20vw;
}
#sec4 .sec4-2 {
  position: relative;
}
#sec4 .sec4-2 .sec4-deco {
  position: relative;
  margin: -30vw 0px 0px;
  width: 30%;
  z-index: 1;
}
#sec4 .sec4-2 .sec4-img2 {
  width: 90%;
  margin: -10vw 0px 10vw auto;
  position: relative;
}
#sec4 .sec4-2 .sec4-img2::before {
  content: "";
  position: absolute;
  bottom: -8vw;
  right: -8vw;
  width: 32vw;
  right: 32vw;
  background: url("../img/speciality/sec2_bgdeco.jpg") repeat top left;
}
#sec4 .sec4-2 h3 {
  text-align: center;
  margin: 6vw 0px 2vw;
  text-align: center;
  font-size: 6vw;
  font-weight: 600;
}
#sec4 .sec4-2 .sec4-txt2 {
  text-align: center;
  margin: 2vw 0px 8vw;
}
#sec4 .sec4-2 .sec4-list dl {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 2vw;
  padding: 0px 0px 2vw;
  border-bottom: 1px solid #000;
}
#sec4 .sec4-2 .sec4-list dl dt {
  width: 80%;
}
#sec4 .sec4-2 .sec4-list dl dd {
  width: 20%;
  text-align: right;
}
#sec4 .sec4-2 .sec4-banner a {
  position: relative;
  width: 95%;
  box-sizing: border-box;
  background: url("../img/speciality/sec4_banner.jpg") center/cover;
  color: #fff;
  padding: 45vw 4% 6vw;
  margin: 20vw auto 0px;
}
#sec4 .sec4-2 .sec4-banner a::before {
  content: "";
  position: absolute;
  bottom: -10vw;
  left: 50%;
  width: 100vw;
  height: 20vw;
  background: url("../img/speciality/sec1_bgdeco.png") repeat top left;
  transform: translateX(-50%);
  z-index: -1;
}
#sec4 .sec4-2 .sec4-banner a h4 {
  font-size: 6.5vw;
  font-weight: 600;
  line-height: 1.4;
}
#sec4 .sec4-2 .sec4-banner a h4 span {
  font-size: 7vw;
}
#sec4 .sec4-2 .sec4-banner a h4 span span {
  font-size: 5vw;
}
#sec4 .sec4-2 .sec4-banner a .sec4-icon {
  position: absolute;
  bottom: 8vw;
  right: -4vw;
  width: 15vw;
  height: 15vw;
  background: #845138;
  box-sizing: border-box;
  padding: 4vw;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 111px 0px 180px;
  }
  #sec4::before {
    height: 2143px;
    top: -50px;
    background-image: url("../img/speciality/sec4_bg.png");
  }
  #sec4 .sec4-1 .sec4-img1 {
    width: calc(96% - 350px);
    height: 665px;
    background-image: url("../img/speciality/sec4_img1.jpg");
    background-size: cover;
    background-position: center;
  }
  #sec4 .sec4-1 .sec4-img1 img {
    width: 100%;
    height: 690px;
  }
  #sec4 .sec4-1 h2 {
    font-size: 84px;
    line-height: 90px;
    margin: 10px 2% 0px;
  }
  #sec4 .sec4-1 h2 span {
    width: 222px;
  }
  #sec4 .sec4-2 .sec4-deco {
    width: 363px;
    position: absolute;
    top: -190px;
    left: 0px;
    margin: 0px;
  }
  #sec4 .sec4-2 .sec4-row2 {
    flex-direction: row-reverse;
    margin: 46px 0px 95px;
    position: relative;
    z-index: 2;
  }
  #sec4 .sec4-2 .sec4-img2 {
    align-self: flex-start;
    width: 550px;
    margin: 0px -30px 0px 0px;
  }
  #sec4 .sec4-2 .sec4-img2::before {
    width: 360px;
    height: 360px;
    right: -75px;
    bottom: -75px;
  }
  #sec4 .sec4-2 .sec4-txt1 {
    width: 330px;
    margin: 48px 60px 0px;
    text-shadow: 0 0 10px #fff;
  }
  #sec4 .sec4-2 h3 {
    font-size: 48px;
    margin: 0px;
  }
  #sec4 .sec4-2 .sec4-txt2 {
    margin: 50px 0px 42px;
  }
  #sec4 .sec4-2 .sec4-list {
    width: 322px;
  }
  #sec4 .sec4-2 .sec4-list dl {
    line-height: 25px;
    margin: 0px 0px 12px;
    padding: 0px 0px 12px;
  }
  #sec4 .sec4-2 .sec4-list dl dt {
    width: calc(100% - 72px);
  }
  #sec4 .sec4-2 .sec4-list dl dd {
    width: 72px;
  }
  #sec4 .sec4-2 .sec4-banner a {
    width: 802px;
    margin: 138px auto 0px;
    padding: 260px 30px 24px;
  }
  #sec4 .sec4-2 .sec4-banner a::before {
    width: 900px;
    height: 140px;
    bottom: -66px;
  }
  #sec4 .sec4-2 .sec4-banner a h4 {
    font-size: 48px;
    line-height: 56px;
  }
  #sec4 .sec4-2 .sec4-banner a h4 span {
    font-size: 50px;
  }
  #sec4 .sec4-2 .sec4-banner a h4 span span {
    font-size: 36px;
  }
  #sec4 .sec4-2 .sec4-banner a .sec4-icon {
    width: 96px;
    height: 96px;
    padding: 20px;
    bottom: 33px;
    right: -33px;
  }
  #sec4 .sec4-2 .sec4-banner a:hover h4 {
    opacity: 0.8;
  }
  #sec4 .sec4-2 .sec4-banner a:hover .sec4-icon {
    background: #8d2323;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec4 .sec4-2 .sec4-txt1 {
    margin-left: 100px;
  }
  #sec4 .sec4-2 .sec4-deco {
    left: -120px;
  }
} /*# sourceMappingURL=speciality.css.map */
