/* Scss Document */ /* Scss Document */
#key .slide1 {
  background: url(../img/index/key_js1_sp.jpg) no-repeat center/cover;
  padding-bottom: 158.6%;
}
#key .slide2 {
  background: url(../img/index/key_js2_sp.jpg) no-repeat center/cover;
  padding-bottom: 158.6%;
}
#key .slide3 {
  background: url(../img/index/key_js3_sp.jpg) no-repeat center/cover;
  padding-bottom: 158.6%;
}
@media screen and (min-width: 768px) {
  #key .slide1 {
    background: url(../img/index/key_js1.jpg) no-repeat center/cover;
    padding-bottom: 0;
  }
  #key .slide2 {
    background: url(../img/index/key_js2.jpg) no-repeat center/cover;
    padding-bottom: 0;
  }
  #key .slide3 {
    background: url(../img/index/key_js3.jpg) no-repeat center/cover;
    padding-bottom: 0;
  }
}
#key .slick-slide{
  animation-duration: 6s;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
  animation-name: hideImage;
  transform: scale(1.1);
}
#key .slick-slide.slick-current{
  animation-duration: 6s;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
  animation-name: showImage;
}
#key .js-sl{
  animation-duration: 5s;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
  animation-iteration-count: 1;
}
#key .slick-slide.slick-current .js-sl{
  animation-name: showTranslateBG;
}
@keyframes showImage {
	0% {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes hideImage {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}
@keyframes showTranslateBG {
	0% {
		transform: translate3d(50px, 0, 0);
	}
	
	100% {
		transform: translate3d(0, 0, 0);
	}
}
@keyframes hideTranslateBG {
	0% {
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		transform: translate3d(-50px, 0, 0);
	}
}
@media screen and (max-width: 767px){
  #key .slick-slide{
    transform: scale(1.35);
  }
}
#rss {
  border: 1px solid #28639a;
  border-left: none;
  padding: 6px 6px 6px 0px;
  width: 92%;
  margin-top: 10vw;
}
#rss .box {
  position: relative;
  background-color: #1f3a53;
  padding: 5vw 5% 10vw;
}
#rss .btn-more {
  position: absolute;
  bottom: 0vw;
  right: 0;
  z-index: 1;
}
#rss h2 {
  font-size: 9vw;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 3vw;
  color: #fff;
}
#rss #feed {
  line-height: 20px;
  color: #fff;
}
#rss #feed dl ~ dl {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #rss {
    width: 540px;
    position: absolute;
    top: 20px;
    left: 0;
    margin-top: 0px;
    padding: 4px 4px 4px 0px;
  }
  #rss h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 0;
  }
  #rss .box {
    display: flex;
    align-items: center;
    padding: 21px 30px 28px 43px;
  }
  #rss #feed {
    margin-left: 48px;
    line-height: 24px;
  }
  #rss #feed dl ~ dl {
    margin-top: 10px;
  }
  #rss .btn-more {
    bottom: -3px;
  }
}

#sec1 {
  padding: 20vw 0px 10vw;
}
#sec1 .wrap:before {
  content: "";
  position: absolute;
  bottom: -196px;
  right: 0px;
  background: url(../img/index/s1_line_sp.png) no-repeat left top;
  width: 742px;
  height: 150px;
}
#sec1 .s1-ttl {
  text-align: center;
}
#sec1 .s1-ttl h2 {
  font-size: 5.5vw;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
#sec1 .s1-ttl h2 em {
  display: block;
  font-size: 12.5vw;
  font-style: normal;
  line-height: 1;
  margin-bottom: -5vw;
}
#sec1 .s1-ttl h2 span {
  display: block;
  font-size: 9vw;
}
#sec1 .bx-img {
  position: relative;
}
#sec1 .bx-img .deco-circle {
  position: absolute;
  bottom: -16vw;
  right: -17%;
  width: 40%;
  animation-name: rotate-s-loader;
  animation-iteration-count: infinite;
  animation-duration: 18s;
  animation-timing-function: linear;
}
@media screen and (max-width: 767px) {
  #sec1 .s1-photo {
    margin: 5vw -5% 0px;
  }
  #sec1 .bx-txt {
    margin-top: 12vw;
    text-align: justify;
    letter-spacing: 0;
  }
  #sec1 .bx-txt p ~ p {
    margin-top: 15px;
  }
  #sec1 .s1-line {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  #sec1 {
    max-width: 1500px;
    margin: 0px auto;
    width: 100%;
    padding: 18px 0px 0px;
  }
  #sec1 .wrap:before {
    content: "";
    position: absolute;
    bottom: -36px;
    right: -400px;
    background: url("../img/index/s1_decobg.png") no-repeat left top;
    width: 1022px;
    height: 140px;
  }
  #sec1 .s1-deco {
    text-align: right;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #c9c9c9;
    margin-bottom: 73px;
  }
  #sec1 .s1-deco span {
    font-size: 140px;
  }
  #sec1 .s1-ttl {
    text-align: right;
    margin-bottom: 40px;
    margin-top: 100px;
  }
  #sec1 .s1-ttl h2 {
    font-size: 30px;
    line-height: 58px;
    text-align: center;
    display: inline-block;
  }
  #sec1 .s1-ttl h2 em {
    font-size: 70px;
    line-height: 30px;
    margin-bottom: -17px;
  }
  #sec1 .s1-ttl h2 span {
    font-size: 50px;
  }
  #sec1 .bx-img {
    float: left;
    margin-left: -250px;
    width: 814px;
    top: -140px;
  }
  #sec1 .bx-img .deco-circle {
    width: 309px;
    right: -214px;
    bottom: -254px;
  }
  #sec1 .bx-txt {
    float: right;
    width: 370px;
    margin-right: -24px;
    margin-top: 58px;
  }
  #sec1 .bx-txt p ~ p {
    margin-top: 42px;
  }
}

#sec2 {
  position: relative;
  z-index: 2;
}
#sec2 .group{
  position: relative;
  z-index: 3;
}
/* #sec2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(235 235 235);
} */
#sec2 h2 {
  font-size: 5.5vw;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
#sec2 h2 em {
  display: block;
  font-size: 12.5vw;
  font-style: normal;
  line-height: 1;
  margin-bottom: -5vw;
}
#sec2 h2 span {
  display: block;
  font-size: 9vw;
}
#sec2 .box {
  padding: 130px 0px 5vw 4%;
}
#sec2 .text {
  line-height: 23px;
  margin-top: 4vw;
}
#sec2 .s2-slide {
  margin-left: 4%;
}

@media screen and (max-width: 767px) {
  #sec2 .s2-slide .item {
    margin: 0 2%;
    width: 60% !important;
  }
}
@media screen and (min-width: 768px) {
  #sec2 h2 {
    font-size: 35px;
    line-height: 58px;
  }
  #sec2 h2 em {
    font-size: 70px;
    line-height: 30px;
    margin-bottom: -10px;
  }
  #sec2 h2 span {
    font-size: 50px;
    line-height: 75px;
  }
  #sec2 .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 34px;
  }
  #sec2 .box {
    margin: 0px 0px 41px 35px;
    padding: 0px;
  }
  #sec2 .s2-slide {
    margin-left: 0px;
  }
  #sec2 .s2-slide .item {
    margin: 0 5px;
  }
}

#sec3 {
  position: relative;
  padding: 15vw 0px 10vw;
}
/* #sec2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(235 235 235);
} */
#sec3:before {
  content: "";
  position: absolute;
  top: -4vw;
  left: -5%;
  background: url("../img/index/s3_deco1.png") no-repeat left top/cover;
  width: 30vw;
  height: 42vw;
  z-index: 1;
}
/* #sec3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(223 223 223);
} */
#sec3 .group {
  margin-left: 7%;
  z-index: 2;
  position: relative;
}

#sec3 .group h2 {
  font-size: 15vw;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #000;
  position: relative;
  z-index: 1;
}
#sec3 .group h2 span {
  font-size: 18vw;
}
#sec3 .group h3 {
  font-size: 5.5vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0px 0px 7vw;
  position: relative;
  z-index: 1;
}
#sec3 .group .text {
  margin: 7vw 0px;
}
#sec3 .s3-decotxt {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 127px 0px 44px;
  }
  #sec3:before {
    top: -92px;
    left: 0;
    background: url("../img/index/s3_deco1.png") no-repeat left top;
    width: 283px;
    height: 387px;
  }
  /* #sec3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(223 223 223);
  } */
  #sec3 .group {
    margin-left: 160px;
    z-index: 2;
    position: relative;
  }
  #sec3 .group h2 {
    font-size: 100px;
    line-height: 1;
  }
  #sec3 .group h2 span {
    font-size: 120px;
  }
  #sec3 .group h3 {
    font-size: 30px;
    line-height: 58px;
    margin: 52px 0px 26px;
  }
  #sec3 .group .text {
    width: 383px;
    margin: 0px;
  }
  #sec3 .s3-photo {
    position: absolute;
    top: 120px;
    left: 40%;
    width: 80%;
  }
  #sec3 .s3-decotxt {
    margin: 137px 0px 0px 146px;
  }
}

#sec4 {
  position: relative;
}
/* #sec4 .group1 .box-txt {
  border-left: 2px solid #f0f0f0;
  margin: 0px 3%;
  text-align: right;
} */
@media screen and (max-width: 767px) {
  #sec4 .group1 .box-txt .s4-photo {
    margin: 5vw 3%;
    text-align: left;
  }
  #sec4 .group1 .box-txt .text {
    letter-spacing: 0;
    text-align: left;
  }
}
/* #sec4 .s4-cont:before{
  content: "";
  position: absolute;
  background: url(../img/index/s4_deco1_62.png) no-repeat left top/cover;
  top: 40px;
  right: -20px;
  width: 176px;
  height: 185px;
} */
#sec4 .group1 .box-txt {
  /* background-color: #e7e7e7ea; */
  margin: 20px 0 50px;
}
#sec4 .group1 .box-txt h2 {
  /* border-bottom: 1px solid #e1e1e1; */
  color: #020101;
  font-size: 5.5vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-left: 3%;
  text-align: left;
}


#sec4 .group1 .box-txt h2 span {
  font-size: 24vw;
  line-height: 1;
  letter-spacing: 0.08em;
}
#sec4 .group1 .box-txt h3 {
  font-size: 5.5vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-left: 3%;
  text-align: left;
}
#sec4 .group1 .box-txt .gr-dl {
  display: block;
  margin-top: 3vw;
  margin-left: 10px;
}
#sec4 .group1 .box-txt dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid;
}
#sec4 .group1 .box-txt dl dt {
  display: table-cell;
  vertical-align: bottom;
  font-size: 4.5vw;
  line-height: 1.8;
  text-align: left;
}
#sec4 .group1 .box-txt dl dd {
  width: 32%;
  display: table-cell;
  vertical-align: bottom;
  font-size: 7.5vw;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: right;
}
#sec4 .group1 .box-txt dl dd small {
  font-size: 4.3vw;
}
#sec4 .group1 .box-txt .note {
  font-size: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #sec4 .group2 .gr-list {
    position: relative;
  }
  #sec4 .group2 .gr-list:before {
    content: "";
    position: absolute;
    top: 10vw;
    right: -10%;
    background: url("../img/index/s4_decoa.png") no-repeat left top/cover;
    width: 35vw;
    height: 40vw;
  }
  #sec4 .group2 .gr-list .col {
    padding: 0 5% 0 7%;
  }
  #sec4 .group2 .gr-list .col ~ .col {
    margin-top: 12vw;
  }
}
#sec4 .group2 h3 {
  font-size: 5.5vw;
  line-height: 1.5;
  background: url("../img/index/deco_ttl.png") no-repeat center top;
  padding-top: 9vw;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #sec4 .group2 h3 {
    background-size: 13%;
  }
}
#sec4 .group2 .note {
  font-size: 10px;
  text-align: center;
}
#sec4 .group2 h4 {
  border-top: 3px solid #000;
  padding-top: 5px;
  margin: 5vw 0px 7vw;
}
#sec4 .group2 h4 span {
  display: block;
  text-align: center;
  border-top: 1px solid #000;
  font-size: 5vw;
  line-height: 1.5;
  padding-top: 3vw;
  letter-spacing: 0.06em;
}
#sec4 .group2 dl {
  font-family: "Noto Serif JP", serif;
  position: relative;
  margin-bottom: 13px;
}
#sec4 .group2 dl dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
#sec4 .group2 dl dd {
  letter-spacing: 0;
  font-size: 12px;
  line-height: 20px;
}
#sec4 .group2 .price {
  font-weight: bold;
  font-size: 16px;
}
#sec4 .group2 .price strong {
  font-weight: bold;
}
#sec4 .s4-bnr {
  text-align: center;
  margin: 10vw 3% 0px;
}
#sec4 .nb-01:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12%;
  background: url("../img/index/nb01.png") no-repeat center/cover;
  width: 9vw;
  height: 9vw;
}
#sec4 .nb-02:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12%;
  background: url("../img/index/nb02.png") no-repeat center/cover;
  width: 9vw;
  height: 9vw;
}
#sec4 .nb-03:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12%;
  background: url("../img/index/nb03.png") no-repeat center/cover;
  width: 9vw;
  height: 9vw;
}
#sec4 .bx-price {
  position: relative;
}
#sec4 .bx-price:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -5%;
  width: 14px;
  height: 2px;
  background-color: #ebebea;
}
#sec4 .bx-price:after {
  content: "";
  position: absolute;
  top: 13px;
  left: -5%;
  bottom: 0;
  width: 2px;
  background-color: #ebebea;
}
@media screen and (max-width: 767px){
  #sec4 .group2 .price {
    margin-bottom: 15px;
  }
  #sec4 .group2 .price strong {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #sec4:before {
    content: "";
    position: absolute;
    top: -213px;
    right: 0;
    background-color: #1f3a53;
    bottom: 0;
    width: calc(50% - 700px);
  }

  #sec4 .s4-cont {
    max-width: 1350px;
    margin: 0px auto;
    width: 100%;
  }
  #sec4 .s4-cont:before{
    top: -80px;
    right: -90px;
    width: 245px;
    height: 245px;
  }
  #sec4 .group1 {
    display: flex;
    padding-top: 85px;
  }
  #sec4 .group1 .s4-photo {
    width: 57.78%;
    z-index: 5;
  }
  #sec4 .group1 .box-txt {
    width: 47.5%;
    box-sizing: border-box;
    text-align: right;
    margin-left: -62px;
    /* border: 1px solid #fff; */
    padding: 32px 50px 50px 70px;
    margin-top: 50px;
    z-index: 1;
    background-color: #e7e7e7ea;
  }
  /* #sec4 .group1 .box-txt:before {
    content: "";
    position: absolute;
    padding: 40px 10px 60px 15px;
    width: 611px;
    height: 430px;
    border: 1px solid #f1f1f1;
    right: 131px;
    top: 60px;
  } */
  #sec4 .group1 .box-txt h2 {
    font-size: 30px;
    line-height: 58px;
    padding: 63px 0px 24px 68px;
    text-align: left;
    margin-bottom: 22px;
  }
  #sec4 .group1 .box-txt h2 span {
    font-size: 150px;
    line-height: 58px;
    color: #2b476a;
  }
  #sec4 .group1 .box-txt h3 {
    font-size: 30px;
    line-height: 58px;
    text-align: left;
    margin-left: 60px;
  }
  #sec4 .group1 .box-txt .gr-dl {
    margin: 3px 0 0;
  }
  #sec4 .group1 .box-txt dl dt {
    font-size: 22px;
    line-height: 56px;
  }
  #sec4 .group1 .box-txt dl dd {
    font-size: 35px;
    width: 150px;
  }
  #sec4 .group1 .box-txt dl dd small {
    font-size: 25px;
  }
  #sec4 .group1 .box-txt .note {
    font-size: 14px;
  }
  #sec4 .group2 {
    margin-top: 52px;
  }
  #sec4 .group2:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -239px;
    background: url("../img/index/s4_decoa.png") no-repeat left top;
    width: 333px;
    height: 374px;
  }
  #sec4 .group2 h3 {
    font-size: 30px;
    padding-top: 50px;
    line-height: 30px;
  }
  #sec4 .group2 .note {
    font-size: 14px;
    margin: 17px 0px 26px;
  }
  #sec4 .group2 h4 {
    margin-bottom: 55px;
    margin-top: 0px;
  }
  #sec4 .group2 h4 span {
    font-size: 22px;
    line-height: 30px;
    padding-top: 20px;
  }
  #sec4 .group2 dl {
    margin-bottom: 12px;
  }
  #sec4 .group2 dl dt {
    font-size: 20px;
  }
  #sec4 .group2 dl dd {
    font-size: 14px;
  }
  #sec4 .group2 .price {
    font-size: 18px;
    margin: 18px 0px 15px;
  }
  #sec4 .group2 .price strong {
    font-size: 16px;
    display: block;
    margin-top: 5px;
    margin-bottom: -10px;
  }
  #sec4 .group2 .gr-list {
    display: flex;
    justify-content: space-between;
  }
  #sec4 .group2 .gr-list .col {
    width: 470px;
  }
  #sec4 .group2 .gr-list .col:last-of-type .price:first-of-type {
    margin-top: 43px;
  }
  #sec4 .group2 .row {
    display: flex;
    justify-content: space-between;
  }
  #sec4 .group2 .bx-price:before {
    left: -40px;
    top: 13px;
  }
  #sec4 .group2 .bx-price:after {
    left: -40px;
    top: 14px;
    bottom: 20px;
  }
  #sec4 .group2 .bx-price.bx3:after {
    bottom: -14px;
  }
  #sec4 .group2 .bx-price.bx3 .price {
    margin-top: 20px !important;
  }
  #sec4 .group2 .bx-price.bx3 dl dd {
    line-height: 18px;
  }
  #sec4 .nb-01:before {
    top: -8px;
    left: -71px;
    width: 58px;
    height: 58px;
  }
  #sec4 .nb-02:before {
    top: -7px;
    left: -72px;
    width: 58px;
    height: 58px;
  }
  #sec4 .nb-03:before {
    top: -4px;
    width: 58px;
    height: 58px;
    left: -72px;
  }
  #sec4 .s4-bnr {
    margin: 72px 0px 0px;
  }
}

#sec5 {
  position: relative;
  padding: 15vw 0px;
}
#sec5 .group .box-txt {
  margin: 0px 3%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #sec5 .group .box-txt {
    position: relative;
  }
  #sec5 .group .box-txt:before {
    content: "";
    position: absolute;
    bottom: 23vw;
    left: 0;
    background: url("../img/index/s5_decob.png") no-repeat left top/cover;
    width: 36vw;
    height: 51vw;
  }
  #sec5 .group .box-txt:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-right: 2px solid #f0f0f0;
    height: 95vw;
  }
  #sec5 .group .box-txt h3 {
    width: 70%;
  }
  #sec5 .group .box-txt .s5-photo {
    text-align: left;
    margin: 7vw 3% 5vw;
  }
}
#sec5 .group .box-txt h2 {
  /* border-bottom: 1px solid #e1e1e1; */
  color: #020101;
  font-size: 5.5vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-left: 3%;
  text-align: left;
}
#sec5 .group .box-txt h2 span {
  font-size: 24vw;
  line-height: 1;
  letter-spacing: 0.08em;
}
#sec5 .group .box-txt .gr-dl {
  display: block;
}
#sec5 .group .box-txt dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid;
}
#sec5 .group .box-txt dl dt {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  font-size: 4.5vw;
  line-height: 1.8;
}
#sec5 .group .box-txt dl dd {
  font-size: 7.5vw;
  line-height: 1.5;
  letter-spacing: 0.12em;
  width: 32%;
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
}
#sec5 .group .box-txt dl dd small {
  font-size: 4.3vw;
}
#sec5 .group .box-txt .text {
  margin: 5vw 0px 3vw;
}
#sec5 .group .box-txt .note {
  font-size: 10px;
}
#sec5 .group .box-txt .txt {
  margin-top: 5vw;
}
#sec5 .group .box-txt .gr-img dl {
  justify-content: flex-start;
  border-bottom: none;
  align-items: normal;
}
#sec5 .group .box-txt .gr-img dl dt {
  font-size: 4.7vw;
  line-height: 1.5;
  padding-top: 4vw;
  text-align: center;
  letter-spacing: 0.06em;
  border-right: 3px solid #000;
}
/* #sec5 .group:before{
  content: "";
  position: absolute;
  background: url(../img/index/s4_deco1_62.png) no-repeat left top/cover;
  top: 150px;
  left: 260px;
  width: 206px;
  height: 205px;
} */
@media screen and (max-width: 767px) {
  #sec5 .group .box-txt .gr-img dl dt {
    width: 50%;
    margin-left: -3%;
  }
}
#sec5 .group .box-txt .gr-img dl dt span {
  display: inline-block;
  background: url("../img/index/deco_ttl.png") no-repeat center top/21%;
  padding-top: 7vw;
}
#sec5 .group .box-txt .gr-img dl dd {
  border-left: 1px solid #000;
  font-size: 3.5vw;
  line-height: 1.5;
  margin-left: 2px;
  text-align: left;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  #sec5 .group .box-txt .gr-img dl dd {
    width: 50%;
  }
}
#sec5 .group .box-txt .gr-img dl dd span {
  font-size: 5.5vw;
}
#sec5 .group .box-txt .gr-img dl dd em {
  font-style: normal;
  font-size: 4vw;
}
#sec5 .s5-bnr {
  margin: 10vw 3% 0px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 98px 0px 75px;
  }
  #sec5:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1f3a53;
    bottom: 0;
    width: calc(50% - 700px);
  }
  #sec5:after {
    content: "";
    position: absolute;
    top: 678px;
    left: 50%;
    margin-left: 419px;
    background: url("../img/index/s5_decob.png") no-repeat left top;
    width: 271px;
    height: 376px;
  }
  #sec5 .s5-cont {
    max-width: 1330px;
    margin: 0px auto;
    width: 100%;
    position: relative;
  }
  #sec5 .group .box-txt {
    width: 543px;
    margin-left: 0px;
    box-sizing: border-box;
    text-align: right;
    /* border: 1px solid #e4e4e4; */
    padding: 40px 10px 60px 15px;
    background-color: #e7e7e7ea;
  }
  /* #sec5 .group .box-txt:before {
    content: "";
    position: absolute;
    padding: 40px 10px 60px 15px;
    width: 517px;
    height: 730px;
    border: 1px solid #f1f1f1;
    left: 19px;
    top: 20px;
  } */
  #sec5 .group .box-txt .gr-img {
    padding-top: 32px;
    width: 56.4%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  #sec5 .group .box-txt .gr-img dl {
    margin-top: 54px;
  }
  #sec5 .group .box-txt .gr-img dl dt {
    font-size: 24px;
    padding-top: 9px;
    line-height: 30px;
    padding-right: 46px;
    margin-left: 50px;
  }
  #sec5 .group .box-txt .gr-img dl dt span {
    padding-top: 59px;
    background: url("../img/index/deco_ttl.png") no-repeat center top;
  }
  #sec5 .group .box-txt .gr-img dl dd {
    font-size: 20px;
    line-height: 37px;
    padding-left: 43px;
  }
  #sec5 .group .box-txt .gr-img dl dd span {
    font-size: 30px;
  }
  #sec5 .group .box-txt .gr-img dl dd em {
    font-size: 23px;
  }
  #sec5 .group .box-txt h2 {
    font-size: 30px;
    line-height: 58px;
    padding: 54px 0px 24px 49px;
    text-align: left;
    margin-bottom: 22px;
  }
  #sec5 .group .box-txt h2 span {
    font-size: 150px;
    line-height: 58px;
    color: #2b476a;
  }
  #sec5 .group .box-txt h3 {
    text-align: left;
  }
  #sec5 .group .box-txt .text {
    text-align: left;
    margin:0px 0px 0px 30px;
  }
  #sec5 .group .box-txt .gr-dl {
    margin-right: 47px;
    margin-top: 3px;
  }
  #sec5 .group .box-txt .text2 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.12em;
    margin: 7px 50px 0px 0px;
  }
  #sec5 .group .box-txt .text2 span {
    font-size: 25px;
  }
  #sec5 .group .box-txt .text2 small {
    font-size: 20px;
  }
  #sec5 .group .box-txt .txt {
    margin: 32px 43px 0px 38px;
    text-align: justify;
  }
  #sec5 .group .box-txt dl dt {
    font-size: 22px;
    line-height: 56px;
  }
  #sec5 .group .box-txt dl dd {
    margin-left: 40px;
    font-size: 35px;
  }
  #sec5 .group .box-txt dl dd small {
    font-size: 25px;
  }
  #sec5 .group .box-txt .note {
    font-size: 14px;
    margin-right: 41px;
    letter-spacing: 0;
  }
  #sec5 .s5-bnr {
    margin: 72px 0px;
  }
  #sec5 .group:before{
    top: -60px;
    left: 500px;
    width: 206px;
    height: 205px;
  }
}

#sec6 .set1 {
  position: relative;
  padding: 10vw 3% 10vw 5%;
}
@media screen and (max-width: 767px) {
  #sec6 .set1 {
    background-color: rgb(228, 228, 228);
  }
}
#sec6 .set1 .box {
  position: relative;
  border: 1px solid #c3c3c2;
  padding: 5vw 5% 12vw 4%;
  text-align: right;
}
#sec6 .set1 .box:before {
  content: "";
  position: absolute;
  top: 3vw;
  left: -3%;
  width: 100%;
  height: 100%;
  border: 1px solid #ededed;
}
#sec6 .set1 .box .gr-dl {
  display: block;
}
#sec6 .set1 .box h3 {
  font-size: 4.3vw;
  line-height: 1.5;
}
#sec6 .set1 .box h2 {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.08em;
}
#sec6 .set1 .box h2 span {
  font-size: 11.5vw;
}
#sec6 .set1 .box .s6-photo {
  margin: 5vw 0px;
}
#sec6 .set1 .box dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid;
}
#sec6 .set1 .box dl dt {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  font-size: 4vw;
  line-height: 1.8;
}
#sec6 .set1 .box dl dd {
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  width: 33%;
}
#sec6 .set1 .box dl dd small {
  font-size: 4.3vw;
}
#sec6 .set1 .box .note {
  font-size: 10px;
}
#sec6 .set1 .box .gr-txt {
  border-top: 3px solid #555555;
  padding-top: 2px;
  margin-top: 5vw;
}
#sec6 .set1 .box .gr-txt .txt {
  border-top: 1px solid #555555;
  padding-top: 5vw;
}
@media screen and (min-width: 768px) {
  #sec6 .set1 {
    padding: 63px 0px 77px;
  }
  #sec6 .set1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1f3a53;
    bottom: 0;
    width: calc(50% - 700px);
  }
  #sec6 .set1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(235 235 235);
  }
  #sec6 .set1 .group {
    max-width: 1320px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
  }
  #sec6 .set1 .group .s6-photo {
    position: absolute;
    top: 49px;
    left: -71px;
    width: 57%;
    margin: 0px;
  }
  #sec6 .set1 .group .box {
    width: 750px;
    box-sizing: border-box;
    margin-left: auto;
    padding: 64px 106px 50px 172px;
  }
  #sec6 .set1 .group .box:before {
    top: 20px;
    left: -20px;
  }
  #sec6 .set1 .group .box h2 {
    font-size: 48px;
    line-height: 1;
    margin: 11px 88px 9px 0px;
  }
  #sec6 .set1 .group .box h2 span {
    font-size: 72px;
    line-height: 58px;
  }
  #sec6 .set1 .group .box h3 {
    font-size: 25px;
    line-height: 1;
    margin-right: 85px;
  }
  #sec6 .set1 .group .box .text {
    margin-right: 79px;
    margin-bottom: 15px;
  }
  #sec6 .set1 .group .box dl dt {
    font-size: 22px;
    line-height: 56px;
  }
  #sec6 .set1 .group .box dl dd {
    margin-left: 40px;
    font-size: 35px;
  }
  #sec6 .set1 .group .box dl dd small {
    font-size: 25px;
  }
  #sec6 .set1 .group .box .note {
    font-size: 14px;
    letter-spacing: 0;
    position: absolute;
    bottom: -52px;
    right: 0;
  }
  #sec6 .set1 .group .box .gr-txt {
    margin-top: 26px;
    padding-top: 5px;
  }
  #sec6 .set1 .group .box .gr-txt .txt {
    padding: 42px 33px 0px 12px;
    text-align: justify;
  }
}
#sec6 .set2 {
  position: relative;
  padding: 20vw 5% 12vw 3%;
  background-color: #0f1f2e;
  color: #fff;
}
#sec6 .set2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background-color: #1f3a53;
}
#sec6 .set2 .box {
  position: relative;
  border: 1px solid #b6b6b6;
  padding: 5vw 4% 12vw 6%;
}
@media screen and (max-width: 767px) {
  #sec6 .set2 .box {
    text-align: right;
  }
}
#sec6 .set2 .box:before {
  content: "";
  position: absolute;
  top: -3vw;
  left: 3%;
  width: 100%;
  height: 100%;
  border: 1px solid #b6b6b6;
}
#sec6 .set2 .box .gr-dl {
  display: inline-block;
}
#sec6 .set2 .box h3 {
  font-size: 4.3vw;
  line-height: 1.5;
}
#sec6 .set2 .box h2 {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.08em;
}
#sec6 .set2 .box h2 span {
  font-size: 11.5vw;
}
#sec6 .set2 .box .s6-photo {
  margin: -3vw 0px 5vw;
}
#sec6 .set2 .box .price {
  font-size: 6.5vw;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
#sec6 .set2 .box .price small {
  font-size: 4.3vw;
}
#sec6 .set2 .box .note {
  font-size: 10px;
}
#sec6 .set2 .box .gr-txt {
  border-top: 3px solid #555555;
  padding-top: 2px;
  margin-top: 5vw;
}
#sec6 .set2 .box .gr-txt .txt {
  border-top: 1px solid #555555;
  padding-top: 5vw;
}
@media screen and (min-width: 768px) {
  #sec6 .set2 {
    padding: 269px 0px 68px;
  }
  #sec6 .set2:before {
    height: 50px;
  }
  #sec6 .set2 .group {
    max-width: 1320px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
  }
  #sec6 .set2 .group .s6-photo {
    position: absolute;
    top: -160px;
    right: -64px;
    width: 69.77%;
  }
  #sec6 .set2 .group .box {
    width: 750px;
    box-sizing: border-box;
    padding: 105px 194px 130px 84px;
  }
  #sec6 .set2 .group .box:before {
    top: -20px;
    left: 20px;
  }
  #sec6 .set2 .group .box h2 {
    font-size: 48px;
    line-height: 1;
    margin: 11px 0 9px 12px;
  }
  #sec6 .set2 .group .box h2 span {
    font-size: 72px;
    line-height: 58px;
  }
  #sec6 .set2 .group .box h3 {
    font-size: 25px;
    line-height: 1;
    margin-left: 118px;
  }
  #sec6 .set2 .group .box .text {
    margin-left: 66px;
    margin-bottom: 15px;
  }
  #sec6 .set2 .group .box .price {
    position: absolute;
    right: 194px;
    top: 204px;
    font-size: 35px;
    line-height: 30px;
    z-index: 1;
  }
  #sec6 .set2 .group .box .price small {
    font-size: 25px;
  }
  #sec6 .set2 .group .box .gr-txt {
    margin-top: 18px;
    padding-top: 5px;
  }
  #sec6 .set2 .group .box .gr-txt .txt {
    padding: 42px 10px 0px 12px;
    text-align: left;
  }
}

#sec7 {
  background-color: #0f1f2e;
  color: #fff;
  position: relative;
  padding-bottom: 17vw;
}
#sec7 .s7-btn {
  width: 80%;
  margin: 0 auto;
  display: block;
}
#sec7 .s7-btn > * {
  font-family: "Shippori Mincho", serif;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #sec7 .s7-btn > * {
    padding: 5px 0px 6px 25%;
  }
}
#sec7 .s7-btn > *:after {
  content: "+";
  color: #8f969d;
  font-size: 32px;
  right: 15%;
  margin-top: -12px;
}
#sec7 .s7-ttl {
  margin-bottom: 3vw;
}
#sec7 .group .txt {
  margin: 5vw 4% 10vw;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding-bottom: 93px;
  }
  #sec7:before {
    content: "";
    position: absolute;
    top: 128px;
    right: 0;
    width: calc(50% + 66px);
    background: url("../img/shared/bg.jpg") repeat center top;
    bottom: 0;
  }
  #sec7:after {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -551px;
    width: 11px;
    background: url("../img/index/s7_line.png") repeat-y left top;
    bottom: -70px;
  }
  #sec7 .box {
    max-width: 1500px;
    margin: 0px auto;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #sec7 .s7-ttl {
    float: right;
    width: 41.1%;
    margin-right: 61px;
    margin-bottom: 0;
  }
  #sec7 .group {
    width: 53.7%;
    float: left;
    padding-top: 7px;
  }
  #sec7 .group .txt {
    width: 354px;
    margin: 62px 170px 0px auto;
    line-height: 33px;
    text-align: justify;
  }
  #sec7 .s7-btn {
    position: absolute;
    bottom: 57px;
    left: 50%;
    margin-left: 90px;
    width: 391px;
  }
  #sec7 .s7-btn > *:after {
    content: "+";
    color: #8f969d;
    right: 57px;
    margin-top: -13px;
    font-size: 42px;
  }
  #sec7 .s7-btn2 {
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: 90px;
    width: 391px;
  }
}

#sec8 .group1 h3 {
  margin: 5vw auto 7vw;
  width: 27%;
}
#sec8 .group2 .s8-map {
  margin: 5vw 2% 5vw 4%;
}
@media screen and (min-width: 768px) {
  #sec8 h2 {
    text-align: center;
  }
  #sec8 .group1 h3 {
    float: right;
    margin: 41px 25px 0px 0px;
    width: 145px;
  }
  #sec8 .group1 .s8-photo {
    float: left;
    margin-left: -18px;
  }
  #sec8 .group2 {
    margin-top: 60px;
  }
  #sec8 .group2 .txt {
    float: left;
    width: 338px;
    margin: 83px 0px 0px 37px;
  }
  #sec8 .group2 .s8-map {
    float: right;
    margin: 0px;
  }
}

#sec9 {
  padding: 20vw 0px 10vw;
}
#sec9 .s9-cont {
  position: relative;
}
#sec9 .s9-catch {
  font-size: 14vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  color: rgb(225 225 225 / 95%);
}
#sec9 .s9-catch span {
  font-size: 18vw;
}
#sec9 h2 {
  text-align: center;
  position: absolute;
  top: 9vw;
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: 6.5vw;
  line-height: 1.5;
}
#sec9 .box {
  margin: 0 3%;
}
#sec9 .box .bx-info .gr-dl {
  position: relative;
  border-left: 2px solid #b6b6b6;
  padding-left: 5%;
  padding-bottom: 5vw;
}
#sec9 .box .bx-info .gr-dl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  border-left: 1px solid #b6b6b6;
}
#sec9 .box .bx-info .gr-dl dl {
  line-height: 20px;
  margin-bottom: 20px;
}
#sec9 .box .bx-info .gr-dl dl dd {
  padding-left: 3%;
}
#sec9 .box .bx-map {
  margin: 5vw 3% 0px;
}
#sec9 .box .bx-map .map {
  height: 450px;
  position: relative;
}
#sec9 .box .bx-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #sec9 .box .bx-map .bx-btn {
    margin: 10vw 5% 5vw;
  }
}
@media screen and (min-width: 768px) {
  #sec9 {
    padding: 65px 0px 83px;
  }
  #sec9 .s9-cont {
    max-width: 1344px;
    width: 100%;
    margin: 0px auto;
  }
  #sec9 .s9-catch {
    font-size: 98px;
    line-height: 1;
  }
  #sec9 .s9-catch span {
    font-size: 132px;
  }
  #sec9 h2 {
    font-size: 40px;
    line-height: 58px;
    top: 44px;
  }
  #sec9 .box {
    display: flex;
    justify-content: space-between;
    margin: 31px 0px 0px;
  }
  #sec9 .box .bx-info {
    width: 50%;
  }
  #sec9 .box .bx-info .gr-dl {
    margin-left: auto;
    width: 465px;
    margin-right: 90px;
    padding-left: 57px;
    box-sizing: border-box;
    padding-bottom: 1px;
  }
  #sec9 .box .bx-info .gr-dl:before {
    left: 3px;
  }
  #sec9 .box .bx-info .gr-dl dl {
    line-height: 24px;
    margin-bottom: 24px;
  }
  #sec9 .box .bx-info .gr-dl dl dd {
    padding-left: 0;
  }
  #sec9 .box .bx-info .gr-dl dl dd span {
    display: inline-block;
    margin-top: 9px;
  }
  #sec9 .box .bx-map {
    width: 620px;
    padding-top: 24px;
    margin: 0px;
  }
  #sec9 .box .bx-map .map {
    height: 770px;
  }
  #sec9 .box .bx-map .bx-btn {
    margin-top: 30px;
    margin-left: 13px;
  }
  #sec9 .box .btnprint {
    font-size: 14px;
    line-height: 24px;
  }
  #sec9 .box .btnprint span {
    display: inline-block;
    margin-left: 10px;
  }
  #sec9 .box .btn-style {
    display: inline-block;
  }
  #sec9 .box .btn-style > * {
    width: 344px;
    letter-spacing: 0;
  }
  #sec9 .box .btn-style > *:after {
    margin-top: -12px;
    line-height: 20px;
    font-size: 18px;
  }
  #sec9 .box .btn-url {
    margin: 16px 0px 0px 82px;
  }
}/*# sourceMappingURL=index.css.map */