header #key h2 {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 108vw;
  z-index: 2;
  font-size: 5vw;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  header {
    padding: 0px;
  }
  header #key {
    width: 100%;
    margin: 0px;
  }
  header #key h2 {
    font-size: 30px;
    line-height: 60px;
    width: 500px;
    left: 260px;
    top: 725px;
  }
  header #key .kv {
    height: 880px;
  }
  header #key .kv .slide {
    height: 880px;
  }
  header #key .kv .slide1 {
    background: url("../img/index/kv1.jpg") center/cover;
  }
  header #key .kv .slide2 {
    background: url("../img/index/kv2.jpg") center/cover;
  }
  header #key .kv .slide3 {
    background: url("../img/index/kv3.jpg") center/cover;
  }
}

#rss {
  width: 250px;
  box-sizing: border-box;
  margin: 8vw auto;
  padding: 8vw 5%;
  background: #000;
  font-weight: 400;
}
#rss h2 {
  font-size: 5vw;
  margin: 0px 0px 3vw;
}
#rss #feed dl dt {
  width: 100%;
  height: 135px;
}
#rss #feed dl dt span, #rss #feed dl dt a, #rss #feed dl dt img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  cursor: pointer;
}
#rss #feed dl dt span:hover, #rss #feed dl dt a:hover, #rss #feed dl dt img:hover {
  opacity: 0.8;
}
#rss #feed dl dd {
  text-align: center;
  margin: 3vw 0px 0px;
  line-height: 2;
}
#rss #feed dl dd .rss-ttl:hover {
  text-decoration: underline;
}
#rss .rss-btn a {
  width: 50%;
  margin: 3vw auto 0px;
  text-align: center;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #rss {
    width: 240px;
    margin: 0px;
    position: absolute;
    top: -310px;
    right: 0px;
    z-index: 2;
    padding: 36px 16px 24px;
  }
  #rss h2 {
    font-size: 23px;
    margin: 0px 0px 10px;
  }
  #rss #feed dl dd {
    text-align: left;
    margin: 3px 0px 0px;
    line-height: 28px;
    font-size: 14px;
  }
  #rss #feed dl dd .rss-time {
    text-align: right;
  }
  #rss .rss-btn a {
    font-size: 14px;
    width: 80px;
    line-height: 30px;
    margin: 16px auto 0px;
  }
  #rss .rss-btn a:hover {
    text-decoration: none;
  }
}

#sec1 {
  padding: 20vw 0px;
  position: relative;
  background: url("../img/index/sec1_bg1.png") no-repeat top 186vw center/100%, url("../img/index/sec1_deco.png") no-repeat bottom 10vw left/50%;
}
#sec1::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35%;
  height: 70vw;
  background: url("../img/index/sec1_bgdeo.jpg") repeat top left;
}
#sec1 h2 {
  position: absolute;
  top: 16vw;
  left: 9%;
  width: 82%;
  text-align: center;
  z-index: 1;
  font-size: 7vw;
  font-weight: 400;
  padding: 3vw 0px;
}
#sec1 h2 span {
  font-size: 6vw;
}
#sec1 h2::before, #sec1 h2::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 6vw;
  height: 6vw;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#sec1 h2::after {
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
  border: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sec1 .sec1-txt {
  margin: 85vw 0px 8vw;
}
#sec1 .sec1-txt span {
  font-size: 8vw;
}
#sec1 .sec1-btn a {
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 171px 0px 0px;
    background-position: bottom 140px right 1%, top 550px left;
    background-size: auto, auto;
  }
  #sec1::before {
    width: 21%;
    height: 615px;
    top: -72px;
  }
  #sec1 .sec1-img {
    width: 1220px;
    margin: 0px -120px 0px -60px;
  }
  #sec1 h2 {
    font-size: 40px;
    line-height: 60px;
    padding: 33px 0px;
    top: 157px;
    left: auto;
    right: -64px;
    width: 500px;
  }
  #sec1 h2 span {
    font-size: 30px;
  }
  #sec1 h2::before, #sec1 h2::after {
    width: 41px;
    height: 41px;
  }
  #sec1 .sec1-txt {
    height: 600px;
    margin: 126px 0px 0px 19px;
    line-height: 55px;
  }
  #sec1 .sec1-txt span {
    display: inline;
    font-size: 40px;
    margin: -10px 0px 0px;
  }
  #sec1 .sec1-btn a {
    margin: 50px 80px 0px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 h2 {
    right: -10px;
  }
}

#sec2 {
  padding: 6vw 0px 16vw;
  background: url("../img/index/sec2_line1_sp.png") no-repeat top 35vw left/30%, url("../img/index/sec2_line2_sp.png") no-repeat top 45vw right/30%;
}
#sec2 h2 {
  font-size: 7.5vw;
  color: #d6bb90;
  font-weight: 400;
  margin: 0px auto;
}
#sec2 h2 small {
  font-size: 6.5vw;
}
#sec2 h2 span {
  display: block;
  font-size: 2.8vw;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}
#sec2 h2 .spa1 {
  margin-top: 18vw;
}
#sec2 .sec2-img1 {
  margin: 12vw -16% 8vw;
}
#sec2 .sec2-img2 {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0px auto;
}
#sec2 .sec2-txt1 {
  box-sizing: border-box;
  padding: 24vw 5% 8vw;
  background: url("../img/shared/bg2.jpg") repeat top left;
  color: #000;
  margin: -16vw 0px 0px;
}
#sec2 h3 {
  text-align: center;
  font-size: 5vw;
  margin: 10vw 0px 18vw;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
#sec2 h3::before {
  content: "";
  position: absolute;
  bottom: -28vw;
  width: 80vw;
  height: 37vw;
  left: 5%;
  background: url("../img/index/sec2_deco2_sp.png") bottom center/cover;
}
#sec2 .sec2-img3 {
  width: 90%;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 189px 0px 62px;
    margin: -22px 0px 0px;
    background: url("../img/index/sec2_line1.png") no-repeat top left, url("../img/index/sec2_line2.png") no-repeat top 307px right, url("../img/index/sec2_deco1.png") no-repeat top 957px right;
  }
  #sec2 h2 {
    font-size: 40px;
    line-height: 80px;
  }
  #sec2 h2 small {
    font-size: 30px;
  }
  #sec2 h2 span {
    font-size: 13px;
    line-height: 26px;
  }
  #sec2 h2 .spa1 {
    margin-top: 130px;
  }
  #sec2 .sec2-img1 {
    width: 975px;
    margin: 62px auto 0px;
  }
  #sec2 .sec2-img2 {
    width: 500px;
    margin: 0px 0px 0px -103px;
  }
  #sec2 .sec2-txt1 {
    width: 745px;
    margin: 89px -21px 0px -116px;
    padding: 63px 10px 72px 173px;
    align-self: flex-start;
  }
  #sec2 .sec2-row2 {
    margin: 100px 0px 0px;
  }
  #sec2 h3 {
    align-self: flex-start;
    font-size: 25px;
    line-height: 60px;
    width: 315px;
    margin: 63px 0px 0px 58px;
  }
  #sec2 h3 span {
    display: inline-block;
    margin-left: 60px;
  }
  #sec2 h3::before {
    width: 100px;
    height: 209px;
    bottom: 0;
    top: -35px;
    right: -88px;
    left: auto;
    background-image: url("../img/index/sec2_deco2.png");
  }
  #sec2 .sec2-img3 {
    width: 415px;
    margin: 0px 90px 0px 0px;
  }
}

#sec3 {
  position: relative;
  margin: 18vw 0px 0px;
  padding: 6vw 0px 20vw;
  background: rgba(0, 0, 0, 0.6);
}
#sec3::before {
  content: "";
  position: absolute;
  top: -18vw;
  left: 0px;
  width: 100%;
  height: 18vw;
  background: url("../img/index/sec3_bg1_sp.png") top center/100% 100%;
}
#sec3 h2 {
  text-align: center;
  font-weight: 400;
  font-size: 7vw;
}
#sec3 h2 span {
  font-size: 2.8vw;
  font-weight: 500;
  display: block;
}
#sec3 .sec3-txt1 {
  margin: 8vw 0px;
}
#sec3 .sec3-slide .sec3-col {
  width: 80vw !important;
  margin: 0px 2vw;
}
#sec3 .sec3-slide .sec3-col h3 {
  text-align: center;
  font-size: 6vw;
  margin: 4vw 0px 0px;
  font-weight: 400;
}
#sec3 .sec3-btn a {
  margin: 12vw auto 0px;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    margin: 272px 0px 0px;
    padding: 32px 0px 118px;
  }
  #sec3::before {
    top: -272px;
    height: 272px;
    background-image: url("../img/index/sec3_bg1.png");
  }
  #sec3 h2 {
    font-size: 40px;
    line-height: 75px;
  }
  #sec3 h2 span {
    font-size: 13px;
  }
  #sec3 .sec3-txt1 {
    text-align: center;
    margin: 30px 0px 86px;
  }
  #sec3 .sec3-slide .sec3-col {
    width: 33% !important;
    margin: 0px;
  }
  #sec3 .sec3-slide .sec3-col .sec3-img {
    width: 100%;
    overflow: hidden;
  }
  #sec3 .sec3-slide .sec3-col .sec3-img img {
    transition: 0.5s all ease-in-out;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec3 .sec3-slide .sec3-col h3 {
    font-size: 30px;
    margin: 28px 0px 0px;
  }
  #sec3 .sec3-slide .sec3-col:hover .sec3-img img {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
    opacity: 1;
  }
  #sec3 .sec3-btn a {
    margin: 108px auto 0px;
  }
}

#sec4 {
  background: url("../img/index/sec4_deco1.png") no-repeat top left/20%, url("../img/index/sec4_deco2.png") no-repeat top 40vw right/65%;
  padding: 16vw 0px;
}
#sec4 .sec4-img1 {
  width: 85%;
  margin: 0px 0px 0px auto;
}
#sec4 .sec4-img2 {
  position: relative;
  width: 85%;
  margin: -8vw 0px 8vw;
}
#sec4 h2 {
  font-size: 7vw;
  font-weight: 400;
  margin: 0px 0px 6vw;
}
#sec4 h2 span {
  display: block;
  font-size: 2.8vw;
  font-weight: 500;
}
#sec4 .sec4-btn a {
  margin: 10vw auto 12vw;
}
#sec4 .sec4-banner a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 24vw 4% 2vw;
  box-sizing: border-box;
}
#sec4 .sec4-banner a .sec4-img3 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease-in-out;
}
#sec4 .sec4-banner a .sec4-img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec4 .sec4-banner a h3 {
  font-size: 5vw;
  font-weight: 400;
  position: relative;
}
#sec4 .sec4-banner a h3 span {
  font-size: 2.8vw;
  font-weight: 500;
}
#sec4 .sec4-banner a::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #821e1e transparent;
  z-index: 1;
}
#sec4 .sec4-banner a::after {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 8px;
  width: 18px;
  height: 12px;
  background: url("../img/shared/icon_arrow2.png") center/cover;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    background-size: auto, auto;
    background-position: top left, top 248px right;
    padding: 69px 0px 201px;
  }
  #sec4 .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #sec4 .sec4-row {
    flex-direction: row-reverse;
  }
  #sec4 .sec4-listimg {
    width: 714px;
    margin: 0px -80px 0px 0px;
  }
  #sec4 .sec4-box1 {
    width: 475px;
    margin: 61px 20px 0px 0px;
  }
  #sec4 .sec4-img1 {
    width: 613px;
  }
  #sec4 .sec4-img2 {
    width: 612px;
    margin: -45px 0px 0px;
  }
  #sec4 h2 {
    font-size: 40px;
    line-height: 75px;
    margin: 0px 0px 35px;
  }
  #sec4 h2 span {
    font-size: 12px;
  }
  #sec4 .sec4-btn a {
    margin: 68px 0px 0px;
  }
  #sec4 .sec4-banner a {
    width: 800px;
    margin: 160px auto 0px;
    padding: 277px 36px 24px;
  }
  #sec4 .sec4-banner a h3 {
    font-size: 30px;
    line-height: 50px;
  }
  #sec4 .sec4-banner a h3 span {
    font-size: 13px;
  }
  #sec4 .sec4-banner a::before {
    border-width: 0 0 100px 100px;
  }
  #sec4 .sec4-banner a::after {
    bottom: 25px;
    right: 23px;
  }
  #sec4 .sec4-banner a:hover .sec4-img3 {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
  }
  #sec4 .sec4-banner a:hover .sec4-img3 img {
    opacity: 1;
  }
}

#sec5 {
  background: url("../img/index/sec5_line.png") no-repeat bottom 10vw left/50%;
  padding: 0px 0px 20vw;
}
#sec5 .sec5-img {
  margin: 0px -5%;
}
#sec5 h2 {
  position: relative;
  z-index: 1;
  font-size: 7vw;
  font-weight: 400;
  margin: -32vw 0px 6vw;
}
#sec5 h2 span {
  font-size: 5.5vw;
}
#sec5 h2 small {
  font-size: 2.8vw;
  font-weight: 500;
}
#sec5 .sec5-btn a {
  margin: 18vw auto 0px;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 0px 0px 182px;
    background-size: auto;
    background-position: bottom 92px left;
  }
  #sec5 .sec5-img {
    width: 1300px;
    margin: 0px -150px;
  }
  #sec5 h2 {
    margin: 0px;
    position: absolute;
    top: 67px;
    left: 50px;
    color: #000;
    font-size: 40px;
    line-height: 65px;
  }
  #sec5 h2 span {
    font-size: 30px;
  }
  #sec5 h2 small {
    font-size: 13px;
  }
  #sec5 .sec5-box {
    width: 520px;
    margin: -139px -20px 0px auto;
    position: relative;
    z-index: 1;
  }
  #sec5 .sec5-btn a {
    margin: 45px 0px 0px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec5 .sec5-box {
    margin-right: 30px;
  }
}

#sec6 {
  background: url("../img/shared/bg2.jpg") repeat top left;
  color: #000;
  padding: 20vw 0px;
}
#sec6 .sec6-1 {
  position: relative;
  margin: 0px 0px 16vw;
}
#sec6 .sec6-1 .sec6-img1 {
  width: 90%;
  position: relative;
}
#sec6 .sec6-1 .sec6-img1::before {
  content: "";
  position: absolute;
  bottom: -8vw;
  right: -22vw;
  width: 30vw;
  height: 30vw;
  background: url("../img/index/sec6_deco.png") top left/cover;
}
#sec6 .sec6-1 h2 {
  position: absolute;
  z-index: 1;
  font-size: 7vw;
  font-weight: 400;
  top: 24%;
  right: 18vw;
  color: #fff;
}
#sec6 .sec6-1 h2 span {
  font-size: 2.8vw;
  font-weight: 500;
}
#sec6 .sec6-2 {
  position: relative;
}
#sec6 .sec6-2 .sec6-scroll {
  position: relative;
  overflow: hidden;
}
#sec6 .sec6-2 .sec6-col {
  width: 90%;
  margin: 0px auto;
}
#sec6 .sec6-2 .sec6-left {
  width: 90%;
  margin: 12vw auto 0px;
}
#sec6 .sec6-2 .sec6-logo {
  width: 24%;
  margin: 0px auto;
}
#sec6 .sec6-2 .sec6-sns {
  justify-content: center;
  margin: 8vw 0px;
  gap: 5vw;
}
#sec6 .sec6-2 .sec6-sns p {
  width: 30px;
}
#sec6 .sec6-2 .sec6-txt1 {
  margin: 1vw auto 6vw;
  padding: 2vw 10px 0px;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid #9d8769;
  font-weight: 400;
}
#sec6 .sec6-2 .sec6-btn1 a {
  margin: 0px auto;
  font-size: 15px;
}
#sec6 .sec6-2 .sec6-btn1 a::after {
  background-image: url("../img/shared/icon_arrow3.png");
  width: 14px;
  height: 8px;
}
#sec6 .sec6-2 .sec6-list {
  margin: 10vw 0px;
}
#sec6 .sec6-2 .sec6-list dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  margin: 0px 0px 2vw;
  padding: 0px 0px 2vw;
  border-bottom: 1px solid #9d8769;
  letter-spacing: 0.05em;
}
#sec6 .sec6-2 .sec6-list dl dt {
  width: 23%;
}
#sec6 .sec6-2 .sec6-list dl dd {
  width: 76%;
}
#sec6 .sec6-2 .sec6-list dl dd a {
  display: inline-block;
}
#sec6 .sec6-2 .sec6-list dl dd a i {
  display: inline-block;
  width: 11px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
#sec6 .sec6-2 .sec6-box1 {
  box-sizing: border-box;
  background: url("../img/shared/bg.jpg") repeat top left;
  padding: 8vw 4% 10vw;
  box-sizing: border-box;
  color: #fff;
  width: 86%;
  margin: 0px auto;
}
#sec6 .sec6-2 .sec6-box1 h3 {
  text-align: center;
  font-size: 4.6vw;
  font-weight: 400;
  margin: 0px 0px 4vw;
}
#sec6 .sec6-2 #gmap {
  width: 100%;
  height: 480px;
}
#sec6 .sec6-2 #gmap iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 90px 0px 57px;
  }
  #sec6 .sec6-1 {
    margin: 0px 0px 111px;
  }
  #sec6 .sec6-1 .sec6-img1 {
    width: calc(100% - 150px);
  }
  #sec6 .sec6-1 .sec6-img1 img {
    width: 100%;
    height: 560px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec6 .sec6-1 .sec6-img1::before {
    width: 223px;
    height: 340px;
    bottom: -175px;
    right: -150px;
  }
  #sec6 .sec6-1 h2 {
    font-size: 40px;
    line-height: 60px;
    top: 180px;
    right: calc(5% + 150px);
  }
  #sec6 .sec6-1 h2 span {
    font-size: 13px;
  }
  #sec6 .sec6-2 .sec6-col {
    padding-top: 83px;
    width: 576px;
    margin: 0px 2% 0px 54%;
    padding-bottom: 60px;
  }
  #sec6 .sec6-2 .sec6-left {
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    margin: 0px;
  }
  #sec6 .sec6-2 .sec6-logo {
    width: 106px;
  }
  #sec6 .sec6-2 .sec6-sns {
    margin: 38px 0px 55px;
    gap: 20px;
  }
  #sec6 .sec6-2 .sec6-sns p {
    width: auto;
  }
  #sec6 .sec6-2 .sec6-tel {
    line-height: 36px;
  }
  #sec6 .sec6-2 .sec6-tel p:nth-child(1) {
    font-size: 19px;
  }
  #sec6 .sec6-2 .sec6-tel p:nth-child(2) {
    font-size: 30px;
  }
  #sec6 .sec6-2 .sec6-tel p:nth-child(2) i {
    width: 15px;
  }
  #sec6 .sec6-2 .sec6-txt1 {
    font-size: 16px;
    padding-top: 5px;
    margin: 14px auto 26px;
  }
  #sec6 .sec6-2 .sec6-btn1 a {
    width: 330px;
    line-height: 64px;
    font-size: 20px;
    margin: 0px auto;
  }
  #sec6 .sec6-2 .sec6-btn1 a i {
    width: 21px;
  }
  #sec6 .sec6-2 .sec6-btn1 a i img {
    width: 100%;
    height: auto;
  }
  #sec6 .sec6-2 .sec6-btn1 a:hover::after {
    background-image: url("../img/shared/icon_arrow4.png");
  }
  #sec6 .sec6-2 .sec6-list {
    margin: 81px 0px 50px;
  }
  #sec6 .sec6-2 .sec6-list dl {
    line-height: 30px;
    margin: 0px 0px 16px;
    padding: 0px 0px 13px;
  }
  #sec6 .sec6-2 .sec6-list dl dt {
    width: 116px;
  }
  #sec6 .sec6-2 .sec6-list dl dd {
    width: calc(100% - 116px);
  }
  #sec6 .sec6-2 .sec6-list dl dd a:hover {
    opacity: 0.8;
  }
  #sec6 .sec6-2 .sec6-box1 {
    padding: 46px 10px 74px;
    text-align: center;
    width: 100%;
  }
  #sec6 .sec6-2 .sec6-box1 h3 {
    margin: 0px 0px 20px;
    font-size: 23px;
  }
  #sec6 .sec6-2 .sec6-listbtn {
    margin: 131px 0px 0px -10px;
  }
  #sec6 .sec6-2 .sec6-listbtn .sec6-btn2 a {
    background: none;
    color: #000;
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #000;
    line-height: 60px;
    width: 210px;
  }
  #sec6 .sec6-2 .sec6-listbtn .sec6-btn2 a::after {
    background-image: url("../img/shared/icon_arrow3.png") !important;
    width: 14px;
    height: 8px;
  }
  #sec6 .sec6-2 .sec6-listbtn .sec6-btn2 a:hover {
    opacity: 0.8;
  }
  #sec6 .sec6-2 .sec6-listbtn .sec6-btn3 a {
    width: 210px;
    margin: 13px 0px 0px;
    font-size: 14px;
    font-weight: 400;
  }
  #sec6 .sec6-2 .sec6-listbtn .sec6-btn3 a:hover {
    opacity: 0.8;
  }
  #sec6 .sec6-2 #gmap {
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec6 .sec6-2 .sec6-left {
    width: 41%;
  }
  #sec6 .sec6-2 .sec6-col {
    margin-left: 43%;
  }
}/*# sourceMappingURL=index.css.map */