#header #key {
  background: url(../img/concept/key.jpg) no-repeat center top/cover;
}
#sec1 {
  padding: 9vw 0 15vw;
  position: relative;
}
#sec1::before {
  content: "";
  background: url(../img/shared/bg2.jpg);
  position: absolute;
  top: 48vw;
  right: 0;
  bottom: 0;
  left: 25%;
  z-index: -1;
}
#sec1::after {
  content: "";
  background: url(../img/concept/sec1_deco.png) no-repeat left bottom/100% auto;
  position: absolute;
  top: 0;
  left: -20vw;
  right: 40%;
  bottom: -40vw;
  z-index: -2;
}
#sec1 h2 {
  position: absolute;
  top: 2vw;
  right: 4%;
  width: 17vw;
}
#sec1 h2 .ttl-eng {
  font-size: 2.7vw;
  margin-bottom: 5vw;
}
#sec1 h2 .ttl-jp {
  font-size: 5vw;
}
#sec1 .photo {
  margin: 0 24% 8vw -5vw;
}
#sec1 .photo img {
  height: 65vw;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec1 .txt p:not(:last-child) {
  margin-bottom: 7vw;
}
#sec2 {
  padding: 20vw 0 20vw;
  background: url(../img/concept/sec2_deco.png) no-repeat left bottom/40% auto;
}
#sec2 h2 {
  font-size: 6vw;
  letter-spacing: 0.3em;
  line-height: 1.8;
  position: absolute;
  top: 95vw;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
}
#sec2 .js .slick-dots {
  position: absolute;
  top: 76vw;
  left: 2%;
}
#sec2 .js .item .gr-txt {
  margin-top: 60vw;
}
#sec2 .js .item .gr-txt h3 {
  margin-bottom: 5vw;
  text-align: center;
}
#sec2 .js .item .gr-txt h3 .ttl-eng {
  margin-bottom: 4vw;
  font-size: 3vw;
}
#sec2 .js .item .gr-txt h3 .ttl-jp {
  font-size: 5vw;
}
#sec3 {
  background: url(../img/concept/sec3_bg.jpg) no-repeat center top/cover;
  padding: 20vw 0;
  color: #fff;
  position: relative;
}
#sec3 .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#sec3 .wrap {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  will-change: opacity, transform;
}
#sec3 .wrap.is-active {
  transform: translateY(0);
  opacity: 1;
}
#sec3 h2 {
  margin-bottom: 20vw;
}
#sec3 h2 .ttl-jp {
  color: #fff;
}
#sec4 .set1 {
  color: #fff;
  padding: 18vw 0 12vw;
  position: relative;
}
#sec4 .set1::before {
  content: "";
  background: url(../img/concept/sec4_bg.png) no-repeat center top/cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -280vw;
  left: 0;
  z-index: -1;
}
#sec4 .set1 .item .gr-txt {
  margin-top: 10vw;
}
#sec4 .set1 .item .gr-txt h2 {
  text-align: center;
  margin-bottom: 10vw;
}
#sec4 .set1 .item .gr-txt h2 .ttl-eng {
  color: #d9e1e4;
  margin-bottom: 2vw;
}
#sec4 .set1 .item1 {
  margin-bottom: 13vw;
}
#sec4 .set2 {
  position: relative;
  padding-bottom: 20vw;
}
#sec4 .set2 .item1 {
  margin-bottom: 10vw;
}
#sec4 .set2 .item1 h2 {
  position: absolute;
  top: 66vw;
  right: 8%;
}
#sec4 .set2 .item1 h2 .ttl-eng {
  margin-bottom: 3vw;
}
#sec4 .set2 .item2 {
  margin-bottom: 10vw;
}
#sec4 .set2 .item2 .photo {
  width: 78%;
}
#sec4 .set2 .item2 .txt {
  margin-top: 7vw;
}
#sec4 .set2 .item3 .gr-btn li:not(:last-child) {
  margin-bottom: 10vw;
}
#sec5 {
  padding: 12vw 0;
  position: relative;
}
#sec5::before {
  content: "";
  background: url(../img/shared/bg2.jpg);
  position: absolute;
  top: 0;
  right: 25%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#sec5::after {
  content: "";
  background: url(../img/concept/sec5_deco.png) no-repeat right bottom/100% auto;
  position: absolute;
  top: 0;
  right: -20vw;
  bottom: -50vw;
  left: 40%;
  z-index: -2;
}
#sec5 .gr-txt {
  margin-top: 10vw;
}
#sec5 .gr-txt h2 {
  font-size: 6vw;
  letter-spacing: 0.3em;
  padding-bottom: 5vw;
  margin: 0 0 6vw -2vw;
  position: relative;
}
#sec5 .gr-txt h2::before {
  content: "";
  border-top: 1px solid #373737;
  position: absolute;
  right: 0;
  bottom: 0;
  left: -5vw;
}
#sec6 {
  padding: 17vw 0 22vw;
}
#sec6 .gr-txt {
  margin-top: 10vw;
}
#sec6 .gr-txt h2 {
  font-size: 6vw;
  letter-spacing: 0.3em;
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 49px 0 59px;
  }
  #sec1::before {
    top: 385px;
    bottom: 0;
    left: calc(50% - 370px);
  }
  #sec1::after {
    background: url(../img/concept/sec1_deco.png) no-repeat;
    width: 816px;
    height: 779px;
    top: auto;
    left: auto;
    right: calc(50% + 215px);
    bottom: -355px;
  }
  #sec1 h2 {
    position: absolute;
    top: 129px;
    right: -20px;
    width: auto;
  }
  #sec1 h2 .ttl-eng {
    font-size: 15px;
    margin-bottom: 28px;
  }
  #sec1 h2 .ttl-jp {
    font-size: 30px;
  }
  #sec1 .photo {
    margin: 0 174px 0 calc(-50vw + 50%);
    height: 591px;
  }
  #sec1 .photo img {
    height: 100%;
  }
  #sec1 .txt {
    width: 709px;
    margin: 53px -4px 0 auto;
  }
  #sec1 .txt p:not(:last-child) {
    margin-bottom: 39px;
  }
  #sec2 {
    padding: 132px 0 145px;
    background: url(../img/concept/sec2_deco.png) no-repeat left bottom;
  }
  #sec2 .wrap {
    max-width: 1380px;
    padding: 0 20px;
  }
  #sec2 h2 {
    font-size: 30px;
    line-height: 66px;
    top: 52px;
    left: 130px;
    right: auto;
    display: block;
    width: auto;
  }
  #sec2 .js {
    margin-right: -30px;
  }
  #sec2 .js .slick-dots {
    top: auto;
    bottom: -20px;
    left: calc(50% - 155px);
  }
  #sec2 .js .item {
    display: flex !important;
    flex-direction: row-reverse;
  }
  #sec2 .js .item .js-img {
    flex: 1;
    height: 713px;
  }
  #sec2 .js .item .gr-txt {
    margin: 286px 77px 0 0;
    width: 443px;
  }
  #sec2 .js .item .gr-txt h3 {
    margin-bottom: 24px;
  }
  #sec2 .js .item .gr-txt h3 .ttl-eng {
    margin-bottom: 18px;
    font-size: 15px;
  }
  #sec2 .js .item .gr-txt h3 .ttl-jp {
    font-size: 20px;
  }
  #sec2 .js .item .gr-txt .txt {
    text-align: justify;
  }
  #sec3 {
    padding: 184px 0 122px;
  }
  #sec3 h2 {
    margin-bottom: 170px;
  }
  #sec3 .txt {
    text-align: center;
  }
  #sec4 .set1 {
    padding: 104px 0 109px;
  }
  #sec4 .set1::before {
    bottom: -873px;
  }
  #sec4 .set1 .wrap {
    max-width: 1146px;
    padding: 0 20px;
  }
  #sec4 .set1 .item {
    display: flex;
    align-items: flex-start;
  }
  #sec4 .set1 .item .photo {
    height: 550px;
    flex: 1;
  }
  #sec4 .set1 .item .gr-txt {
    margin: 48px 0 0 88px;
    width: 410px;
  }
  #sec4 .set1 .item .gr-txt h2 {
    margin-bottom: 76px;
  }
  #sec4 .set1 .item .gr-txt h2 .ttl-eng {
    margin-bottom: 5px;
  }
  #sec4 .set1 .item .gr-txt h2 .ttl-jp {
    margin-left: 8px;
  }
  #sec4 .set1 .item .gr-txt .txt {
    text-align: justify;
  }
  #sec4 .set1 .item1 {
    margin-bottom: 104px;
  }
  #sec4 .set1 .item1 .photo {
    margin-left: -97px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  #sec4 .set1 .item1 .photo {
    margin-left: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec4 .set1 .item2 {
    flex-direction: row-reverse;
  }
  #sec4 .set1 .item2 .photo {
    margin-right: -100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  #sec4 .set1 .item2 .photo {
    margin-right: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec4 .set1 .item2 .gr-txt {
    margin: 54px 86px 0px 5px;
  }
  #sec4 .set1 .item2 .gr-txt h2 .ttl-eng {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #sec4 .set2 {
    padding-bottom: 123px;
  }
  #sec4 .set2 .item1 {
    margin-bottom: 58px;
  }
  #sec4 .set2 .item1 h2 {
    top: 239px;
    right: 57px;
  }
  #sec4 .set2 .item1 h2 .ttl-eng {
    margin-bottom: 33px;
  }
  #sec4 .set2 .item1 .photo {
    height: 520px;
    margin: 0 209px 0 -150px;
  }
  #sec4 .set2 .item2 {
    margin-bottom: 107px;
    position: relative;
  }
  #sec4 .set2 .item2 .photo {
    width: auto;
    margin-left: -49px;
  }
  #sec4 .set2 .item2 .txt {
    margin-top: 0;
    position: absolute;
    top: 27px;
    right: -17px;
    height: 260px;
  }
  #sec4 .set2 .item3 .gr-btn {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 932px;
  }
  #sec4 .set2 .item3 .gr-btn li {
    width: 430px;
  }
  #sec4 .set2 .item3 .gr-btn li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 77px 0 74px;
  }
  #sec5::before {
    right: calc(50% - 500px);
  }
  #sec5::after {
    background: url(../img/concept/sec5_deco.png) no-repeat;
    width: 763px;
    height: 792px;
    top: auto;
    right: auto;
    bottom: -306px;
    left: calc(50% + 252px);
  }
  #sec5 .wrap {
    max-width: 1238px;
    padding: 0 20px;
  }
  #sec5 .content {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  #sec5 .gr-txt {
    margin: 72px 90px 0 0;
    width: 478px;
  }
  #sec5 .gr-txt h2 {
    font-size: 30px;
    line-height: 66px;
    padding-bottom: 16px;
    margin: 0 0 29px -14px;
    letter-spacing: 0.2em;
  }
  #sec5 .gr-txt h2::before {
    left: -100000px;
  }
  #sec5 .gr-txt .txt {
    text-align: justify;
  }
  #sec5 .photo {
    flex: 1;
    margin-right: -51px;
    height: 705px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  #sec5 .photo {
    margin-right: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 116px 0 147px;
  }
  #sec6 .wrap {
    max-width: 1278px;
    padding: 0 20px;
  }
  #sec6 .content {
    display: flex;
    align-items: flex-start;
  }
  #sec6 .photo {
    flex: 1;
    margin-left: -32px;
    height: 497px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  #sec6 .photo {
    margin-left: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec6 .gr-txt {
    margin: 157px 0 0 81px;
    width: 390px;
  }
  #sec6 .gr-txt h2 {
    font-size: 30px;
    letter-spacing: 0.25em;
    line-height: 66px;
    margin-bottom: 70px;
  }
  #sec6 .gr-txt .btn-link {
    width: 381px;
    margin-left: -7px;
  }
}


.owner{
  text-align: right;
  font-size: 16px;
  margin: 12px 0 0 0px;
}
.font_s{
  font-size: 14px !important;
}
@media screen and (min-width: 768px) {
.owner{
  text-align: left;
  font-size: 18px;
  margin: 20px 0 0 260px;
}
.font_s{
  font-size: 16px !important;
}
}