#link {
  padding: 16vw 0px 20vw;
}
#link h2 {
  position: relative;
  text-align: center;
  font-size: 4vw;
  color: #56563f;
  margin: 0px 0px 12vw;
  line-height: 1.6;
}
#link h2 span {
  font-size: 9vw;
  font-weight: 500;
  color: #333;
  letter-spacing: 0;
}
#link h2::before {
  content: "";
  position: absolute;
  bottom: -4vw;
  left: 50%;
  width: 12vw;
  height: 2px;
  background: #65654d;
  transform: translateX(-50%);
}
#link p{
  padding:0% 0 5%;
}
#link ul li {
  margin: 0px 0px 10vw;
}
#link ul li h3 {
  text-align: center;
  font-size: 7vw;
  color: #56563f;
  font-weight: 600;
  margin: 0px 0px -3.5vw;
  line-height: 1.6;
  letter-spacing: 0;
}
#link ul li h3 span {
  font-weight: 400;
  font-size: 5.5vw;
}
#link ul li .sec1-btn a {
  background: #fff;
  border: 1px solid #56563f;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8vw 5%;
}
#link ul li .sec1-btn a::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 92px;
  height: 31px;
  background: url("../img/feature/sec1_arrow.png") center/cover;
  transform: translateX(-50%);
}
#link ul li .sec1-btn a .sec1-icon {
  width: 40%;
}
#link ul li .sec1-btn a .sec1-txt {
  text-align: center;
  line-height: 1.4;
  font-size: 4.5vw;
  width: 60%;
}
#link ul li .sec1-btn a .sec1-txt span {
  font-size: 3.5vw;
}
@media only screen and (min-width: 768px) {
  #link {
    padding: 112px 0px 193px;
  }
  #link .wrap {
    max-width: 1120px;
    padding: 0px 20px;
  }
  #link h2 {
    font-size: 14px;
    line-height: 50px;
    margin: 0px 0px 60px;
  }
  #link h2 span {
    font-size: 57px;
  }
  #link h2::before {
    width: 82px;
    bottom: -15px;
  }
  #link p{
    text-align: center;
  padding:0% 0 60px;
}
  #link ul li {
    width: 330px;
    margin: 0px;
  }
  #link ul li h3 {
    font-size: 35px;
    line-height: 49px;
    margin: 0px 0px -15px;
  }
  #link ul li h3 span {
    font-size: 30px;
  }
  #link ul li .sec1-btn a {
    padding: 55px 2% 55px;
    display: block;
    transition: all 0.3s;
  }
  #link ul li .sec1-btn a:hover {
    transition: all 0.3s;
    background: #56563f;
    color: #fff;
  }
  #link ul li .sec1-btn a .sec1-icon {
    width: 163px;
    margin: 0px auto 26px;
  }
  #link ul li .sec1-btn a .sec1-txt {
    line-height: 24px;
    font-size: 18px;
    width: 100%;
  }
  #link ul li .sec1-btn a .sec1-txt span {
    font-size: 14px;
  }
}

#gib {
  padding: 0px 0px 16vw;
}
#gib h2 {
  font-size: 16vw;
  line-height: 0.8;
  font-weight: 500;
  margin: 0px 3% -1.5vw;
}
#gib .sec2-img1 {
  width: 90%;
}
#gib .sec2-box1 {
  width: 80%;
  margin: 8vw auto 10vw;
  box-sizing: border-box;
  background: rgba(36, 33, 28, 0.95);
  color: #fff;
  text-align: center;
  padding: 10vw 4%;
}
#gib .sec2-box1 h3 {
  font-size: 6vw;
  line-height: 1.5;
  position: relative;
  margin: 0px 0px 10vw;
}
#gib .sec2-box1 h3 span {
  font-weight: 700;
  font-size: 4vw;
  letter-spacing: 0.05em;
}
#gib .sec2-box1 h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5vw;
  transform: translateX(-50%);
  width: 16vw;
  height: 1px;
  background: #a0a08d;
}
#gib .sec2-box1 .sec2-txt1 {
  font-size: 4vw;
  line-height: 1.6;
}
#gib .sec2-scroll {
  position: relative;
  height: 100vh;
}
#gib .sec2-scroll .sec2-slide .sec2-box2 {
  width: 85vw !important;
  margin: 0px 8vw 0px 6vw;
}
#gib .sec2-scroll .sec2-slide .sec2-box2 .sec2-img2 {
  width: 80%;
  margin: 0px auto;
}
#gib .sec2-scroll .sec2-slide .sec2-box2 .sec2-box3 h4 {
  font-size: 5vw;
  margin: 2vh 0px;
  text-align: center;
}
#gib .sec2-scroll .sec2-slide .sec2-box2 .sec2-box3 .sec2-txt2 p + p {
  margin: 1vh 0px 0px;
}
#gib .sec2-row2 {
  margin: 2vw 0px 10vw;
}
#gib .sec2-row2 h5 {
  font-size: 10vw;
  text-align: center;
  font-weight: 500;
  margin: 6vw 0px;
  letter-spacing: 0;
}
#gib .sec2-row2 .sec2-box5 {
  margin: 0px auto;
  width: 90%;
}
#gib .sec2-row2 .sec2-box5 h6 {
  font-size: 5.5vw;
  margin: 8vw 0px;
}
@media only screen and (min-width: 768px) {
  #gib {
    padding: 0px 0px 180px;
  }
  #gib h2 {
    font-size: 190px;
    margin: 0px 3% -16px;
  }
  #gib .sec2-img1 {
    width: calc(100% - 370px);
    height: 675px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #gib .sec2-img1 img {
    width: 100%;
    min-height: 800px;
    object-fit: cover;
  }
  #gib .sec2-box1 {
    width: 564px;
    align-self: center;
    padding: 58px 10px 64px;
    margin: 0px 0px 0px -192px;
    position: relative;
  }
  #gib .sec2-box1 h3 {
    font-size: 36px;
    line-height: 45px;
    margin: 0px 0px 70px;
  }
  #gib .sec2-box1 h3 span {
    font-size: 20px;
  }
  #gib .sec2-box1 h3::before {
    width: 120px;
    bottom: -36px;
  }
  #gib .sec2-box1 .sec2-txt1 {
    font-size: 24px;
    line-height: 50px;
  }
  #gib .sec2-row1 {
    margin: 0px 0px 130px;
  }
  #gib .sec2-scroll {
    /* max-height: 100vh; */
    height: 100vh;
    display: flex;
    align-items: center;
  }
  #gib .sec2-scroll .sec2-slide {
    display: flex;
    justify-content: flex-start;
    width: -moz-max-content;
    width: max-content;
  }
  #gib .sec2-scroll .sec2-slide .sec2-box2 {
    width: 1100px !important;
    display: flex;
    justify-content: space-between;
    margin: 0px 100px 0px 50px;
  }
  #gib .sec2-scroll .sec2-slide .sec2-box2 .sec2-img2 {
    width: 575px;
  }
  #gib .sec2-scroll .sec2-slide .sec2-box2 .sec2-box3 {
    width: 430px;
    margin: 64px 0px 0px;
  }
  #gib .sec2-scroll .sec2-slide .sec2-box2 .sec2-box3.sec2-box4 {
    align-self: flex-end;
    margin: 0px 0px 3vh;
  }
  #gib .sec2-scroll .sec2-slide .sec2-box2 .sec2-box3 h4 {
    font-size: 30px;
    margin: 0px 0px 50px;
    text-align: left;
  }
  #gib .sec2-scroll .sec2-slide .sec2-box2 .sec2-box3 .sec2-txt2 p + p {
    margin: 20px 0px 0px;
  }
  #gib .sec2-row2 {
    margin: 130px 0px 98px;
    position: relative;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  #gib .sec2-row2 .sec2-img3 {
    width: 50%;
    height: 649px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #gib .sec2-row2 .sec2-img3 img {
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #gib .sec2-row2 h5 {
    position: absolute;
    margin: 0px;
    font-size: 86px;
    right: calc(50% + 16px);
    top: 77px;
    width: 640px;
    text-align: right;
  }
  #gib .sec2-row2 .sec2-box5 {
    width: 450px;
    margin: 223px 5% 0px 4%;
  }
  #gib .sec2-row2 .sec2-box5 h6 {
    font-size: 36px;
    margin: 0px 0px 72px;
  }
}
@media screen and (min-width: 768px) and (min-height: 900px){
  #gib .sec2-row1{
    margin-bottom: 1vh;
  }
  #gib .sec2-row2{
    margin-top: 1vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  #gib .sec2-row2 h5 {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) and (min-height: 1000px) and (max-width: 1201px) {
  #gib .sec2-scroll {
    height: 85vh;
    padding-top: 12vh;
  }
  #gib .sec2-scroll .sec2-slide .sec2-box2 .sec2-img2 {
    height: 60vh;
  }
  #gib .sec2-scroll .sec2-slide .sec2-box2 .sec2-img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec-contact {
  box-sizing: border-box;
  padding: 16vw 2%;
  background: #333333;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.sec-contact .contact-txt {
  line-height: 1.8;
}
.sec-contact .contact-btn a {
  text-align: center;
  margin: 10vw auto 0px;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .sec-contact {
    padding: 98px 0px 116px;
    width: 100%;
    max-width: 1410px;
    margin: 0px auto;
  }
  .sec-contact .contact-txt {
    font-size: 20px;
    line-height: 46px;
  }
  .sec-contact .contact-btn a {
    width: 545px;
    margin: 70px auto 0px;
  }
  .sec-contact .contact-btn a:hover p {
    transform: none;
  }
}

#lam {
  padding: 0px 0px 16vw;
}
#lam h2 {
  font-size: 16vw;
  line-height: 0.8;
  font-weight: 500;
  margin: 0px 4% -1.5vw;
}
#lam .sec3-img1 {
  width: 90%;
}
#lam .sec3-box1 {
  width: 80%;
  margin: 8vw auto 10vw;
  box-sizing: border-box;
  background: rgba(36, 33, 28, 0.95);
  color: #fff;
  text-align: center;
  padding: 10vw 4%;
}
#lam .sec3-box1 h3 {
  font-size: 6vw;
  line-height: 1.5;
  position: relative;
  margin: 0px 0px 10vw;
}
#lam .sec3-box1 h3 span {
  font-weight: 700;
  font-size: 4vw;
  letter-spacing: 0.05em;
}
#lam .sec3-box1 h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5vw;
  transform: translateX(-50%);
  width: 16vw;
  height: 1px;
  background: #a0a08d;
}
#lam .sec3-box1 .sec3-txt1 {
  font-size: 4vw;
  line-height: 1.6;
}
#lam .sec3-scroll h4 {
  font-size: 5.5vw;
  line-height: 1.8;
  margin: 8vw 0px 6vw;
}
#lam .sec3-scroll .sec3-txt2 {
  font-size: 14px;
}
#lam .sec3-scroll .sec3-txt2 p + p {
  margin: 4vw 0px 0px;
}
#lam .sec3-row3 {
  margin: 2vw 0px 10vw;
}
#lam .sec3-row3 h5 {
  font-size: 10vw;
  text-align: center;
  font-weight: 500;
  margin: 6vw 0px;
  letter-spacing: 0;
}
#lam .sec3-row3 .sec3-box5 {
  margin: 0px auto;
  width: 90%;
}
#lam .sec3-row3 .sec3-box5 h6 {
  font-size: 5.5vw;
  margin: 8vw 0px;
}
@media only screen and (min-width: 768px) {
  #lam {
    padding: 0px 0px 180px;
  }
  #lam h2 {
    font-size: 190px;
    margin: 0px 4% -16px;
  }
  #lam .sec3-img1 {
    width: calc(100% - 370px);
    height: 675px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #lam .sec3-img1 img {
    width: 100%;
    height: 815px;
    object-fit: cover;
  }
  #lam .sec3-box1 {
    width: 564px;
    align-self: center;
    padding: 58px 10px 64px;
    margin: 0px 0px 0px -192px;
    position: relative;
  }
  #lam .sec3-box1 h3 {
    font-size: 36px;
    line-height: 45px;
    margin: 0px 0px 70px;
  }
  #lam .sec3-box1 h3 span {
    font-size: 20px;
  }
  #lam .sec3-box1 h3::before {
    width: 120px;
    bottom: -36px;
  }
  #lam .sec3-box1 .sec3-txt1 {
    font-size: 24px;
    line-height: 50px;
  }
  #lam .sec3-row1 {
    margin: 0px 0px 140px;
  }
  #lam .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #lam .sec3-scroll .sec3-listimg {
    width: 591px;
    margin: 0px 0px 0px -40px;
    position: relative;
  }
  #lam .sec3-scroll .sec3-listimg .sec3-img:not(:first-child) {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
  }
  #lam .sec3-scroll .sec3-box2 {
    width: 500px;
    margin: 20px 1% 0px 3%;
  }
  #lam .sec3-scroll h4 {
    font-size: 36px;
    line-height: 70px;
    margin: 0px 0px 56px;
  }
  #lam .sec3-scroll .sec3-txt2 {
    font-size: 18px;
    line-height: 44px;
  }
  #lam .sec3-scroll .sec3-txt2 p + p {
    margin: 43px 0px 0px;
  }
  #lam .sec3-row3 {
    margin: 130px 0px 121px;
    position: relative;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  #lam .sec3-row3 .sec3-img5 {
    width: 50%;
    height: 649px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #lam .sec3-row3 .sec3-img5 img {
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #lam .sec3-row3 h5 {
    position: absolute;
    margin: 0px;
    font-size: 86px;
    right: calc(50% + 30px);
    top: 87px;
    width: 640px;
    text-align: right;
  }
  #lam .sec3-row3 .sec3-box5 {
    width: 450px;
    margin: 248px 5% 0px 4%;
    font-size: 18px;
    line-height: 44px;
  }
  #lam .sec3-row3 .sec3-box5 h6 {
    font-size: 36px;
    margin: 0px 0px 62px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #lam .sec3-row3 h5 {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  #lam .sec3-scroll .sec3-listimg {
    margin-left: -90px;
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  #lam .sec3-scroll .sec3-box2 {
    margin-top: 1vh;
  }
  #lam .sec3-scroll h4 {
    margin-bottom: 2vh;
    line-height: 60px;
  }
  #lam .sec3-scroll .sec3-txt2 {
    line-height: 36px;
    font-size: 16px;
  }
  #lam .sec3-scroll .sec3-txt2 p + p {
    margin-top: 3vh;
  }
}
@media screen and (min-width: 768px) and (min-height: 1000px) and (max-width: 1201px) {
  #lam .sec3-scroll .sec3-listimg {
    height: 85vh;
  }
  #lam .sec3-scroll .sec3-listimg .sec3-img {
    height: 100%;
  }
  #lam .sec3-scroll .sec3-listimg .sec3-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #lam .sec3-scroll .sec3-box2 {
    margin-top: 10vh;
  }
}

#ost {
  padding: 0px;
}
#ost h2 {
  font-size: 16vw;
  line-height: 0.8;
  font-weight: 500;
  margin: 0px 3% -1.5vw;
  text-align: right;
  color: #65654d;
}
#ost .sec4-bg {
  background: #65654d;
  color: #fff;
  padding: 6vw 0px 0px;
}
#ost .sec4-img1 {
  width: 90%;
}
#ost .sec4-box1 {
  width: 80%;
  margin: 8vw auto 10vw;
  box-sizing: border-box;
  background: rgba(36, 33, 28, 0.95);
  color: #fff;
  text-align: center;
  padding: 10vw 4%;
}
#ost .sec4-box1 h3 {
  font-size: 6vw;
  line-height: 1.5;
  position: relative;
  margin: 0px 0px 10vw;
}
#ost .sec4-box1 h3 span {
  font-weight: 700;
  font-size: 4vw;
  letter-spacing: 0.05em;
}
#ost .sec4-box1 h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5vw;
  transform: translateX(-50%);
  width: 16vw;
  height: 1px;
  background: #a0a08d;
}
#ost .sec4-box1 .sec4-txt1 {
  font-size: 4vw;
  line-height: 1.6;
}
#ost .sec4-scroll h4 {
  font-size: 5.5vw;
  line-height: 1.8;
  margin: 6vw 0px;
}
#ost .sec4-scroll .sec4-txt2 {
  text-align: right;
  font-size: 4vw;
  margin: 0px 2% 6vw;
}
#ost .sec4-scroll .sec4-txt3 p + p {
  margin: 4vw 0px 0px;
}
#ost .sec4-scroll .sec4-img2 {
  margin: 8vw 0px;
}
#ost .sec4-row3 {
  margin: 2vw 0px 10vw;
}
#ost .sec4-row3 h5 {
  font-size: 10vw;
  text-align: center;
  font-weight: 500;
  margin: 6vw 0px;
  letter-spacing: 0;
  line-height: 1.4;
}
#ost .sec4-row3 .sec4-box5 {
  margin: 0px auto;
  width: 90%;
}
#ost .sec4-row3 .sec4-box5 h6 {
  font-size: 5.5vw;
  margin: 8vw 0px;
}
@media only screen and (min-width: 768px) {
  #ost {
    padding: 8px 0px 0px;
  }
  #ost .sec4-bg {
    padding: 84px 0px 130px;
  }
  #ost h2 {
    font-size: 190px;
    margin: 0px 4% -16px;
  }
  #ost .sec4-img1 {
    width: calc(100% - 370px);
    height: 675px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #ost .sec4-img1 img {
    width: 100%;
    height: 800px;
    object-fit: cover;
  }
  #ost .sec4-box1 {
    width: 564px;
    align-self: center;
    padding: 58px 10px 64px;
    margin: 0px 0px 0px -192px;
    position: relative;
  }
  #ost .sec4-box1 h3 {
    font-size: 36px;
    line-height: 45px;
    margin: 0px 0px 70px;
  }
  #ost .sec4-box1 h3 span {
    font-size: 20px;
  }
  #ost .sec4-box1 h3::before {
    width: 120px;
    bottom: -36px;
  }
  #ost .sec4-box1 .sec4-txt1 {
    font-size: 24px;
    line-height: 50px;
  }
  #ost .sec4-row1 {
    margin: 0px 0px 146px;
  }
  #ost .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #ost .sec4-scroll {
    position: relative;
  }
  #ost .sec4-scroll .sec4-img2 {
    position: absolute;
    top: 0px;
    left: -50px;
    width: 544px;
    margin: 0px;
  }
  #ost .sec4-scroll .sec4-listimg {
    height: 90vh;
    width: 544px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #ost .sec4-scroll .sec4-listimg .sec4-img2:first-child {
    opacity: 1;
  }
  #ost .sec4-scroll .sec4-listimg .sec4-img2:not(:first-child) {
    top: 40%;
    transform: translateY(-50%);
  }
  #ost .sec4-scroll .sec4-row2 {
    width: 518px;
    margin: 0px 0px 0px auto;
    padding: 0px 0px 0px;
  }
  #ost .sec4-scroll .sec4-row22 {
    padding-top: 140px;
  }
  #ost .sec4-scroll .sec4-row23 {
    padding-top: 216px;
  }
  #ost .sec4-scroll h4 {
    font-size: 36px;
    line-height: 70px;
    margin: 0px 0px 53px;
  }
  #ost .sec4-scroll .sec4-txt2 {
    font-size: 24px;
    margin: 0px 30px 71px;
  }
  #ost .sec4-scroll .sec4-txt3 p + p {
    margin: 40px 0px 0px;
  }
  #ost .sec4-row3 {
    margin: 351px 0px 112px;
    position: relative;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  #ost .sec4-row3 .sec4-img5 {
    width: 50%;
    height: 649px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #ost .sec4-row3 .sec4-img5 img {
    width: 100%;
    height: 770px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #ost .sec4-row3 h5 {
    position: absolute;
    margin: 0px;
    font-size: 86px;
    right: calc(50% - 380px);
    top: 75px;
    line-height: 40px;
    width: 1050px;
    z-index: 1;
    text-align: right;
  }
  #ost .sec4-row3 h5 span {
    color: #000;
  }
  #ost .sec4-row3 .sec4-box5 {
    width: 450px;
    margin: 225px 5% 0px 4%;
  }
  #ost .sec4-row3 .sec4-box5 h6 {
    font-size: 36px;
    margin: 0px 0px 62px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  #ost .sec4-row3 h5 {
    font-size: 6vw;
    right: 23%;
  }
}/*# sourceMappingURL=feature.css.map */