/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }
  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .block .wrap {
    max-width: calc(100% - 60px);
  }
}

#sec1 {
  padding: 15vw 0 0;
  position: relative;
  z-index: 1;
}
#sec1 .wrap {
  position: relative;
  z-index: 2;
}
#sec1 .right .group-title {
  position: relative;
}
#sec1 .right .group-title h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 7vw;
  line-height: 1.75;
  height: 75vw;
  gap: 1vw;
  margin: 0 0 0 6vw;
}
#sec1 .right .group-title h2 .fs {
  font-size: 9vw;
  letter-spacing: 0.35em;
}
#sec1 .right .group-title h2 .fs span {
  font-size: 14vw;
}
#sec1 .right .group-title h2 .fss {
  margin: 10vw 0 0;
  letter-spacing: 0.19em;
}
#sec1 .right .group-title h2 .pt {
  display: inline-block;
  padding-top: 10vw;
}
#sec1 .right .group-title .sub-title {
  position: absolute;
  bottom: 5vw;
  font-size: 3vw;
  left: 20vw;
  right: -6vw;
  border-top: 1px solid #cccac6;
  padding: 3vw 0 0 1vw;
  line-height: 1.5;
  letter-spacing: 1.39em;
}
#sec1 .right .deco {
      width: 17.3vw;
    text-align: center;
    margin: 0 auto 8vw;
}
#sec1 .right .txt2 {
  letter-spacing: 0.15em;
  margin: 20px 0 0;
}
#sec1 .img {
  margin: 0 -12vw 0 -7vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 111px 0 213px;
  }
  #sec1 .wrap {
    width: 1400px;
  }
  #sec1 .right {
    width: 530px;
    margin: 0 0 0 auto;
  }
  #sec1 .right .group-title {
    margin: 0 0 0 -12px;
  }
  #sec1 .right .group-title h2 {
    font-size: 40px;
    line-height: 1.75;
    height: 428px;
    gap: 9px;
    margin: 0;
  }
  #sec1 .right .group-title h2 .fs {
    font-size: 48px;
  }
  #sec1 .right .group-title h2 .fs span {
    font-size: 82px;
  }
  #sec1 .right .group-title h2 .fss {
    margin: 61px 0 0;
  }
  #sec1 .right .group-title h2 .pt {
    padding-top: 60px;
  }
  #sec1 .right .group-title .sub-title {
    bottom: 24px;
    left: 73px;
    font-size: 16px;
    right: auto;
    width: 370px;
    padding: 15px 0 0 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec1 .right .group-title .sub-title {
    letter-spacing: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .right .deco {
    width: 427px;
    margin: 0 0 57px;
    max-width: 100%;
  }
  #sec1 .right .txt2 {
    letter-spacing: 0.15em;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec1 .right .txt2 {
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .txt {
    position: absolute;
    right: calc(50% + 13px);
    width: 536px;
    max-width: calc(50% - 13px);
    top: 115px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .txt {
    max-width: calc(100% - 560px);
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .img {
    position: absolute;
    width: 977px;
    right: calc(50% - 227px);
    bottom: 0px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  #sec1 .img {
    right: calc(50% - 100px);
  }
}

#sec2 {
  position: relative;
}
#sec2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/concept/bg.jpg");
  height: 150vw;
  right: 65vw;
}
#sec2 .wrap {
  z-index: 2;
  position: relative;
}
#sec2 .group h2 {
  font-size: 7.5vw;
  letter-spacing: 0.2em;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  margin: 10vw 0 8vw;
}

@media screen and (max-width: 767px) {
  #sec2 .group h2 {
    overflow: hidden;
  }
}
#sec2 .group h2 small {
  font-size: 6vw;
}
#sec2 .group h2 span {
  position: relative;
}
#sec2 .group h2 span::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 57%;
  width: 40vw;
  height: 1px;
  background: #000;
}
#sec2 .group-txt .txt {
  letter-spacing: 0.15em;
}
#sec2 .sec2-img {
  margin: 8vw 0 0;
}
#sec2 .sec2-img2{
 margin: 0 0 5vw auto;
 width: 70%; 
}
#sec2 .s2-slide .slick-dots {
  bottom: 20px;
  left: 20px;
  right: auto;
  top: auto;
  display: flex;
  gap: 7px;
  position: absolute;
  z-index: 2;
}
#sec2 .s2-slide .slick-dots li {
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  background: transparent;
  width: 21px;
  height: 21px;
  position: relative;
  border: 1px dotted transparent;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec2 .s2-slide .slick-dots li button {
  border-radius: 50%;
  background: #3a3a3a;
  border: 0;
  width: 7px;
  height: 7px;
}
#sec2 .s2-slide .slick-dots li.slick-active {
  border-color: #3a3a3a;
}
@media screen and (min-width: 768px) {
  #sec2::before {
    height: 821px;
    right: calc(50% + 342px);
  }
  #sec2 .wrap {
    width: 1302px;
  }
  #sec2 .group {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #sec2 .group .img {
    width: 575px;
    height: 718px;
    max-width: calc(100% - 630px);
  }
  #sec2 .group h2 {
    font-size: 47px;
    line-height: 78px;
    margin: 180px 0 0;
    min-width: 630px;
  }
  #sec2 .group h2 small {
    font-size: 37px;
  }
  #sec2 .group h2 span::before {
    width: 320px;
  }
  #sec2 .group-txt {
    width: 1186px;
    margin: 77px auto 0;
    max-width: 100%;
  }
  #sec2 .group-txt .txt {
    width: 460px;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec2 .group-txt .txt {
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .sec2-img {
    position: absolute;
    bottom: 30px;
    right: calc(50% - 20px);
    width: 615px;
    max-width: calc(100% - 500px);
    margin: 0;
  }
  #sec2 .sec2-img2{
    width: 68%;
    margin-bottom: 60px;
  }
  #sec2 .s2-slide .img {
    height: 430px;
  }
  #sec2 .s2-slide .slick-dots {
    bottom: 28px;
    left: 39px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #sec2 .s2-slide .slick-dots li:hover::before {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .sec2-img {
    right: auto;
    left: 0;
  }
}

#sec3 {
  margin: 15vw 0 0;
  position: relative;
}
#sec3 .deco {
  position: absolute;
  width: 70vw;
  bottom: 50vw;
  right: 28vw;
}
#sec3 .group {
  position: relative;
  z-index: 2;
}
#sec3 .group h2 {
  line-height: 1.75;
  font-size: 7vw;
  letter-spacing: 0.1em;
  margin: 10vw 0 7vw 5vw;
}
#sec3 .group .img {
  height: 80vw;
  margin: 0 0 0 6vw;
}
#sec3 .group-txt {
  margin: 7vw 6vw 0;
  position: relative;
  z-index: 3;
}
#sec3 .group-txt .txt {
  letter-spacing: 0.15em;
}
#sec3 .group-img {
  margin: 12vw 0 0;
  position: relative;
  z-index: 2;
  padding: 5vw 0 0;
}
#sec3 .group-img span {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
  bottom: 2vw;
  left: 2vw;
}
#sec3 .group-img .img {
  width: 47vw;
  position: absolute;
  left: 0;
  top: 0;
}
#sec3 .group-img .img2 {
  position: relative;
  width: 47vw;
  margin: 0 0 0 auto;
}
#sec3 .group-img .img2 span {
  left: auto;
  right: 2vw;
}
#sec3 .group-img .img3 {
  margin: 10vw 0 0;
}
#sec3 .group-img .img3 span {
  left: auto;
  right: 2vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    margin: 127px 0 0;
  }
  #sec3 .deco {
    width: 621px;
    bottom: 158px;
    right: calc(50% - 195px);
  }
  #sec3 .group {
    margin: 0 0 0 auto;
    width: calc(50% + 500px);
    padding: 0 0 0 94px;
    max-width: calc(100% - 30px);
  }
  #sec3 .group h2 {
    position: absolute;
    z-index: 2;
    font-size: 40px;
    left: 0;
    top: 211px;
    letter-spacing: 0.2em;
    margin: 0;
  }
  #sec3 .group h2 span {
    color: #fff;
  }
  #sec3 .group .img {
    height: 565px;
    margin: 0;
  }
  #sec3 .group-txt {
    margin: 134px auto 0;
    max-width: calc(100% - 60px);
    width: 1100px;
  }
  #sec3 .group-txt .txt {
    width: 566px;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec3 .group-txt .txt {
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .group-img {
    margin: 82px auto 0;
    max-width: calc(100% - 60px);
    width: 1302px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 145px;
    padding: 0;
  }
  #sec3 .group-img span {
    font-size: 22px;
    bottom: 12px;
    left: 18px;
  }
  #sec3 .group-img .img {
    width: 456px;
    height: 313px;
    top: -367px;
    left: 4px;
    max-width: calc(100% - 600px);
  }
  #sec3 .group-img .img2 {
    width: auto;
    margin: 0;
  }
  #sec3 .group-img .img2 span {
    right: 12px;
  }
  #sec3 .group-img .img3 {
    margin: 140px 0 0;
    width: 694px;
    height: 439px;
    max-width: calc(100% - 581px);
  }
  #sec3 .group-img .img3 span {
    right: 12px;
  }
}

#sec4 {
  margin: 20vw 0 0;
}
#sec4 .box {
  position: relative;
  background: url("../img/concept/s4_bg.jpg");
  padding: 15vw 6vw;
}
#sec4 .box::before, #sec4 .box:after {
  content: "";
  position: absolute;
  left: -3vw;
  right: -3vw;
  border: 1px solid;
  height: 15vw;
  box-sizing: border-box;
}
#sec4 .box::before {
  top: -3vw;
  border-bottom: 0;
}
#sec4 .box:after {
  bottom: -3vw;
  border-top: 0;
}
#sec4 .box .inner {
  position: relative;
  z-index: 3;
}
#sec4 .box .group-content {
  margin: 6vw 0 0;
}
#sec4 .box .group-content h2 {
  font-size: 7vw;
  line-height: 1.35;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 6vw;
}
#sec4 .box .group-content h2 small {
  display: block;
  font-size: 6vw;
  margin: 0 0 2vw;
}
#sec4 .box .group-content .txt {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  #sec4 {
    margin: 167px 0 0;
  }
  #sec4 .wrap {
    width: 1170px;
  }
  #sec4 .box {
    padding: 104px 0 105px;
  }
  #sec4 .box::before, #sec4 .box:after {
    left: -15px;
    right: -15px;
    height: 114px;
  }
  #sec4 .box::before {
    top: -17px;
  }
  #sec4 .box:after {
    bottom: -15px;
  }
  #sec4 .box .inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
  }
  #sec4 .box .group-content {
    width: 370px;
    margin: 20px 0 0 100px;
  }
  #sec4 .box .group-content h2 {
    font-size: 40px;
    margin: 0 -30px 62px;
  }
  #sec4 .box .group-content h2 small {
    display: block;
    font-size: 30px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec4 .box .group-content .txt {
    letter-spacing: 0.07em;
  }
}

#sec5 {
  margin: 15vw 0 0;
  padding: 0 0 20vw;
  position: relative;
}
#sec5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/concept/s5_line.png") no-repeat bottom left/cover;
  height: 240vw;
}
#sec5 h2 {
  text-align: center;
  font-size: 8vw;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin: 0 0 8vw;
}
#sec5 h2 small {
  font-size: 7vw;
}
#sec5 .group-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 7vw;
}
#sec5 .group-btn .item {
  color: #fff;
  background: url("../img/shared/bg_black.jpg");
  padding: 8vw 0 12vw;
}
#sec5 .group-btn .item .title {
  text-align: center;
  font-size: 6vw;
  line-height: 2.13;
  letter-spacing: 0.28em;
  margin: 0 0 8vw;
}
#sec5 .group-btn .item .btn-link {
  width: 90%;
  margin: 0 auto;
}
#sec5 .group-btn .item .btn-link .btn-line {
  max-width: 100%;
  width: 100%;
  border-color: #767676;
  letter-spacing: 0.7em;
  font-weight: 400;
  padding-bottom: 0;
}
#sec5 .group-btn .item .btn-link .btn-line:after {
  filter: invert(1);
}
#sec5 .group-btn .item .btn-link .btn-line::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #sec5 {
    margin: 115px 0 0;
    padding: 0 0 150px;
  }
  #sec5::before {
    background: url("../img/concept/s5_line.png") no-repeat bottom center;
    height: 1004px;
  }
  #sec5 .wrap {
    width: 1434px;
  }
  #sec5 h2 {
    font-size: 52px;
    line-height: 86px;
    margin: 0 0 58px;
  }
  #sec5 h2 small {
    font-size: 40px;
  }
  #sec5 .group-btn {
    flex-direction: row;
    gap: 42px;
  }
  #sec5 .group-btn .item {
    width: calc((100% - 84px) / 3);
    padding: 57px 0 88px;
  }
  #sec5 .group-btn .item .title {
    font-size: 30px;
    line-height: 64px;
    margin: 0 0 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec5 .group-btn .item .title {
    letter-spacing: 0.14em;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .group-btn .item .btn-link {
    width: 346px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
  }
  #sec5 .group-btn .item .btn-link .btn-line {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 0;
  }
  #sec5 .group-btn .item .btn-link .btn-line:after {
    right: 7px;
    top: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec5 .group-btn {
    gap: 30px;
  }
  #sec5 .group-btn .item {
    width: calc((100% - 60px) / 3);
  }
}

#sec6 {
  padding: 0 0 25vw;
  position: relative;
  z-index: 0;
}
#sec6:before {
  content: "";
  position: absolute;
  background: url("../img/shared/bg_900.jpg") repeat center;
  top: 0;
  left: 0;
  width: 37vw;
  height: 151vw;
  z-index: -1;
}
#sec6 .group-para {
  position: relative;
}
#sec6 .group-para h2 {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 9vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
  top: 40vw;
}
#sec6 .group-para h2 small {
  font-size: 8vw;
}
#sec6 .group-para .bg_parallax {
  height: 90vw;
}
#sec6 .group1 {
  margin: 12vw 0 0;
}
#sec6 .group1 .group-content {
  margin: 0 0 8vw;
}
#sec6 .group1 .group-content h3 {
  font-size: 8vw;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-bottom: 1px solid;
  padding: 0 0 1vw;
}
#sec6 .group1 .group-content h3 small {
  font-size: 6.5vw;
}
#sec6 .group1 .group-content .txt {
  margin: 8vw 0 0;
  letter-spacing: 0.15em;
}
#sec6 .group1 .group-img {
  position: relative;
  z-index: 2;
}
#sec6 .group1 .group-img .img2 {
  width: 60%;
  margin: 8vw 0 0;
}
#sec6 .group1 .group-img h4 {
  position: absolute;
  font-size: 5vw;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2vw;
  bottom: 2vw;
  top: 0;
  right: 5vw;
}
#sec6 .group1 .group-img h4 .cl {
  color: #fff;
}
#sec6 .group1 .group-img h4 > span {
  letter-spacing: 0.2em;
}
#sec6 .group1 .group-img h4 > span:first-child {
  letter-spacing: 0.2em;
  padding-bottom: 5vw;
}
#sec6 .group1 .group-img h4 .fs {
  border-right: 1px solid #505050;
  padding: 0 1vw 0 0;
}
#sec6 .group2 {
  margin: 10vw 0 0;
}
#sec6 .group2 .group-img {
  position: relative;
  z-index: 2;
}
#sec6 .group2 .group-img .img2 {
  width: 60%;
  margin: 8vw 0 0;
}
#sec6 .group2 .group-img h4 {
  position: absolute;
  font-size: 5vw;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2vw;
  bottom: 1vw;
  top: 0;
  right: 5vw;
}
#sec6 .group2 .group-img h4 .cl {
  color: #fff;
}
#sec6 .group2 .group-img h4 > span {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  #sec6 .group2 .group-img h4 > span {
    letter-spacing: 0.1em;
  }
}
#sec6 .group2 .group-img h4 > span:first-child {
  letter-spacing: 0.2em;
  padding-bottom: 6vw;
}
#sec6 .group2 .group-img h4 .fs {
  border-right: 1px solid #505050;
  padding: 0 1vw 0 0;
}
#sec6 .group2 .map {
  margin: 10vw 0 0;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 0 0 180px;
  }
  #sec6:before {
    top: 0;
    left: 0;
    width: calc(50% - 440px);
    height: 1300px;
  }
  #sec6 .group-para h2 {
    font-size: 57px;
    top: 233px;
  }
  #sec6 .group-para h2 small {
    font-size: 45px;
  }
  #sec6 .group-para .bg_parallax {
    height: 570px;
  }
  #sec6 .wrap {
    width: 1400px;
  }
  #sec6 .group1 {
    margin: 106px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #sec6 .group1 .group-content {
    width: 607px;
    margin: 53px 0 0;
  }
  #sec6 .group1 .group-content h3 {
    font-size: 43px;
    padding: 0 0 3px;
  }
  #sec6 .group1 .group-content h3 small {
    font-size: 35px;
  }
  #sec6 .group1 .group-content .txt {
    width: 390px;
    margin: 43px 0 0 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec6 .group1 .group-content .txt {
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 768px) {
  #sec6 .group1 .group-img {
    width: 645px;
    max-width: calc(100% - 607px);
  }
  #sec6 .group1 .group-img .img {
    height: 430px;
  }
  #sec6 .group1 .group-img .img2 {
    width: 353px;
    height: 270px;
    margin: 52px 0 0;
    max-width: calc(100% - 250px);
  }
  #sec6 .group1 .group-img h4 {
    font-size: 30px;
    gap: 10px;
    bottom: 51px;
    right: 86px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec6 .group1 .group-img h4 > span {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #sec6 .group1 .group-img h4 > span:first-child {
    padding-bottom: 24px;
  }
  #sec6 .group1 .group-img h4 .fs {
    padding: 0 7px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec6 .group1 .group-content {
    width: 500px;
  }
  #sec6 .group1 .group-img {
    max-width: calc(100% - 500px);
  }
  #sec6 .group1 .group-img h4 {
    right: 50px;
  }
}
@media screen and (min-width: 768px) {
  #sec6 .group2 {
    margin: -211px 0 0;
    display: flex;
    align-items: flex-start;
  }
  #sec6 .group2 .group-img {
    width: 48%;
    max-width: calc(100% - 646px);
  }
  #sec6 .group2 .group-img .img {
    height: 430px;
  }
  #sec6 .group2 .group-img .img2 {
    width: 353px;
    height: 270px;
    margin: 52px 0 0;
    max-width: calc(100% - 250px);
  }
  #sec6 .group2 .group-img h4 {
    font-size: 30px;
    gap: 10px;
    bottom: 33px;
    right: 83px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  #sec6 .group2 .group-img{
    margin-left: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec6 .group2 .group-img h4 > span {
    letter-spacing: 0.1em;
  }
  #sec6 .group1 .group-img{
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #sec6 .group2 .group-img h4 > span:first-child {
    padding-bottom: 37px;
  }
  #sec6 .group2 .group-img h4 .fs {
    padding: 0 7px 0 0;
  }
  #sec6 .group2 .map {
    margin: 403px 0 0 109px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  #sec6 .group2 .map {
    margin-left: 50px;
  }
  #sec6 .group2 .group-img {
    max-width: calc(100% - 587px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #sec6 .group1 .group-img {
      max-width: calc(100% - 445px);
      width: 100%;
  }
  #sec6 .group1 .group-img h4 {
      right: 10px;
  }
      #sec6 .group1 .group-img .img2 {
        max-width: calc(100% - 158px);
    }
    #sec6 .group2 .map{
      max-width: calc(100% - 445px);
    }
    #sec6 .group2 .group-img{
     max-width: calc(100% - 480px); 
    }
    #sec6 .group2 .group-img h4{
      right: 30px;
    }
    #sec6 .group2 .group-img .img2 {
        max-width: calc(100% - 185px);
    }
}

.ttl_add{
  font-size: 22px;
  font-family: "Hina Mincho";
  line-height: 1.5;
  padding: 14px 0 16px 0;
}
@media screen and (min-width: 768px) {
  .ttl_add{
    font-size: 24px;
    width: 460px;
    margin: 0 0 0 auto;
    font-family: "Hina Mincho";
    padding: 0 0 24px 0;
  }
}
#sec7{
  margin-bottom: 15vw;
}
#sec7 .sec7-img1{
  margin: -34vw -40% 0 -10%;
}
#sec7 .sec7-img2{
  margin: 10vw 0 5vw;
}
#sec7 h2{
  font-size: 7vw;
  margin-bottom: 1vw;
  line-height: 1;
  position: relative;  
}
#sec7 h2:before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  #sec7{
    margin-bottom: 105px;
  }
  #sec7 .sec7-img1{
    margin: -276px 0 113px 0;
    width: 100%;
    height: 600px;
  }
  #sec7 .sec7-img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec7 .wrap{
    max-width: 1100px;
    align-items: center;
  }
  #sec7 .sec7-img2{
    margin: 0 30px 0 0;
    width: calc(100% - 550px);
  }
  #sec7 .sec7-info{
    width: 480px;    
  }
  #sec7 h2{
    font-size: 46px;
    margin-bottom: 40px;
  }
  #sec7 .sec7-txt{
    letter-spacing: 1.5px;
  }
}