body.fixed {
  overflow: hidden;
  height: 100vh;
}

main {
  position: relative;
  z-index: 98;
  visibility: hidden;
  backface-visibility: hidden;
}
main.show {
  visibility: visible;
}

.preloader {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.5s;
  backface-visibility: hidden;
}
.preloader.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.preloader .set1 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/index/opening1_sp.jpg") no-repeat center/cover;
  color: #f1f1f1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0 3.3vw 150px 0;
  line-height: 1.5;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  will-change: clip-path;
}
.preloader .set1 .percent {
  display: flex;
  align-items: baseline;
  opacity: 0;
  transition: opacity 0.2s;
}
.preloader .set1 .percent-text {
  font-size: 6.8vw;
  letter-spacing: 0;
  margin: 0 3vw 0 0;
}
.preloader .set1 .group-number {
  line-height: 0;
  display: flex;
}
.preloader .set1 .group-number .percent-part {
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  backface-visibility: hidden;
  width: 6.67vw;
  height: 13.6vw;
}
.preloader .set1 .group-number .percent-part .digit-wrapper {
  font-size: 0;
  animation-name: percent-sp;
  animation-play-state: paused;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.preloader .set1 .group-number .percent-part .digit-wrapper .digit {
  font-size: 13.6vw;
  display: inline-block;
  line-height: 1;
}
.preloader .set1 .percent-icon {
  font-size: 13.6vw;
}
.preloader .set1 .percent-line {
  width: 0;
  font-size: 5.2vw;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  backface-visibility: hidden;
}
.preloader .set1 .percent-line span {
  display: block;
  text-align: right;
  width: 100vw;
}
.preloader .set1.running .percent {
  opacity: 1;
}
.preloader .set1.running .group-number .percent-part .digit-wrapper {
  animation-play-state: running;
}
.preloader .set2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.preloader .set2 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  will-change: clip-path;
}
.preloader .set2.show {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .preloader .set1 {
    background-image: url("../img/index/opening1.jpg");
    padding: 0 95px 60px 0;
  }
  .preloader .set1 .percent-text {
    font-size: 34px;
    margin: 0 12px 0 0;
  }
  .preloader .set1 .group-number .percent-part {
    width: 33px;
    height: 68px;
  }
  .preloader .set1 .group-number .percent-part .digit-wrapper {
    animation-name: percent-pc;
  }
  .preloader .set1 .group-number .percent-part .digit-wrapper .digit {
    font-size: 68px;
  }
  .preloader .set1 .percent-icon {
    font-size: 68px;
  }
  .preloader .set1 .percent-line {
    font-size: 26px;
    animation-name: line-pc;
  }
  .preloader .set1 .percent-line span {
    width: 527.5px;
  }
}

@keyframes percent-pc {
  0% {
    transform: translate3d(0);
  }
  100% {
    transform: translate3d(0, calc(-100% + 68px), 0);
  }
}
@keyframes percent-sp {
  0% {
    transform: translate3d(0);
  }
  100% {
    transform: translate3d(0, calc(-100% + 13.6vw), 0);
  }
}
main.show #header .logo, main.show #header h1, main.show #header .group, main.show #header .key-ttl {
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  main.show #header .hamburger {
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    transition-delay: 1.5s;
  }
}
main.show #header #key .img {
  transition: all 1s;
  transform: scale(0.95);
}
main.show #header.running .logo, main.show #header.running .group, main.show #header.running .key-ttl {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  main.show #header.running .hamburger {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s;
    transition-delay: 1.5s;
  }
}
main.show #header.running h1 {
  opacity: 0.3;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
  transition-delay: 1.5s;
}
main.show #header.running #key .img {
  transform: scale(1);
}

#header #key .key-ttl {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 38.8vw;
}
@media screen and (min-width: 768px) {
  #header #key .key-ttl {
    left: 100px;
    right: 100px;
    bottom: 86px;
    line-height: 0;
    text-align: center;
  }
}

#sec12 {
  position: relative;
}
#sec12::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 46.6vw;
  left: calc(50% - 23.3vw);
  background: url("../img/shared/bg2.jpg");
}
@media screen and (min-width: 768px) {
  #sec12::before {
    width: 350px;
    left: calc(50% - 175px);
  }
}

#sec1 {
  position: relative;
  z-index: 2;
  padding: 21vw 0 0;
  min-height: 145.6vw;
  box-sizing: border-box;
}
#sec1 .img {
  position: absolute;
  top: 0;
  left: 0;
  right: calc(50% - 0.4vw);
  height: 145.6vw;
}
#sec1 h2 {
  text-align: right;
  font-size: 4.5vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 12vw;
  color: #f1f1f1;
}
#sec1 h2 small {
  display: block;
  font-size: 3.12vw;
  margin: 0 0 1vw;
  letter-spacing: 0.15em;
}
#sec1 .group-txt .txt-latin {
  letter-spacing: inherit;
}
#sec1 .group-txt .txt {
  letter-spacing: 0.1em;
  text-align: justify;
}
#sec1 .group-txt .txt .ml {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #sec1 .group-txt .txt + .txt {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  #sec1 {
    min-height: 840px;
    padding: 105px 0 0;
  }
  #sec1 .img {
    right: calc(50% + 100px);
    height: 840px;
  }
  #sec1 .img img {
    -o-object-position: left center;
       object-position: left center;
  }
  #sec1 .wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #sec1 h2 {
    display: flex;
    flex-direction: column;
    font-size: 26px;
    line-height: 1.5;
    height: 600px;
    margin: 0 148px 0 179px;
    text-align: left;
  }
  #sec1 h2 span {
    display: inline-block;
    padding-top: 84px;
  }
  #sec1 h2 small {
    font-size: 18px;
    margin: 0 0 0 14px;
  }
  #sec1 .group-txt {
    height: 390px;
    margin: 203px 0 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 26px;
    line-height: 2;
  }
  #sec1 .group-txt .txt .ml {
    margin-bottom: -8px;
  }
}

#sec2 {
  position: relative;
  margin: 9.7vw 0 0;
  padding: 0 0 16vw;
}
#sec2::before {
  content: "";
  position: absolute;
  top: -13.5vw;
  right: 0;
  height: 131.2vw;
  left: 36.13vw;
  background: url("../img/index/s2_bg_img_sp.jpg") no-repeat center/cover;
}
#sec2 .wrap {
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sec2 .group-title h2 {
    width: 72.8vw;
  }
}
#sec2 .group-title h3 {
  font-size: 4.5vw;
  line-height: 1.73;
  letter-spacing: 0.15em;
  color: #f1f1f1;
  margin: 2vw 0 0;
}
@media screen and (max-width: 767px) {
  #sec2 .group-img {
    width: 56vw;
    margin: 8vw auto 0;
  }
}
#sec2 .group-img .img + .img {
  margin-top: 3.2vw;
}
#sec2 .group-content {
  margin: 10vw 0 0;
}
#sec2 .group-content .txt {
  letter-spacing: 0.1em;
  text-align: justify;
}
#sec2 .group-content .btn-link {
  margin: 7vw auto 0;
}
@media screen and (min-width: 768px) {
  #sec2 {
    margin: 46px 0 0;
    padding: 0 0 119px;
  }
  #sec2::before {
    top: -278px;
    height: 984px;
    left: calc(50% + 175px);
    background: url("../img/index/s1_bg_img.jpg") no-repeat center/cover;
  }
  #sec2 .wrap {
    width: 974px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  #sec2 .group-title {
    position: absolute;
    top: 108px;
    left: 7px;
  }
  #sec2 .group-title h3 {
    font-size: 26px;
    line-height: 45px;
    margin: 10px 0 0;
  }
  #sec2 .group-img .img + .img {
    margin-top: 15px;
  }
  #sec2 .group-content {
    margin: 403px 0 0 10px;
    width: 470px;
  }
  #sec2 .group-content .btn-link {
    margin: 39px 8px 0 auto;
  }
}

#sec3 {
  background: url("../img/shared/bg5.jpg");
  position: relative;
  padding: 34vw 0 12vw;
  box-sizing: border-box;
}
#sec3::before {
  content: "";
  position: absolute;
  top: 0;
  height: 120vw;
  left: 0;
  right: 0;
  background: url("../img/index/s3_bg_img.jpg") no-repeat center/cover;
}
#sec3 h2 {
  text-align: right;
  margin: 0 0 -4.4vw;
  position: relative;
  z-index: 2;
}
#sec3 .img {
  margin: 0 3.73vw 5vw;
}
#sec3 .group-content {
  position: relative;
  z-index: 2;
}
#sec3 .group-content h3 {
  margin: 0 0 5vw;
  text-align: center;
}
#sec3 .group-content .txt {
  letter-spacing: 0.1em;
  text-align: justify;
}
#sec3 .btn-circle {
  margin: 8vw auto 0;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 40px 0 0;
    min-height: 900px;
  }
  #sec3::before {
    height: auto;
    bottom: 0;
    right: 50%;
    background: url("../img/index/s3_bg_img.jpg") no-repeat center/cover;
  }
  #sec3 .wrap {
    width: 1040px;
  }
  #sec3 h2 {
    text-align: right;
    width: 1020px;
    max-width: 100%;
    margin: 0 auto 159px;
  }
  #sec3 .img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 61px;
    margin: 0;
  }
  #sec3 .group-content {
    position: relative;
    z-index: 2;
    width: 351px;
    margin: 0 0 0 auto;
  }
  #sec3 .group-content h3 {
    text-align: left;
    margin: 0 -30px 57px 0;
  }
  #sec3 .btn-circle {
    position: absolute;
    top: 428px;
    right: calc(50% + 191px);
    margin: 0;
  }
}

#sec4 {
  position: relative;
  background: url("../img/shared/bg5.jpg");
  padding: 37.2vw 0 13.5vw;
  overflow: hidden;
}
#sec4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120vw;
  background: url("../img/index/s4_bg_img.jpg") no-repeat center/cover;
}
#sec4 h2 {
  position: relative;
  z-index: 2;
  margin: 0 6vw -5.2vw;
}
#sec4 .img {
  overflow: hidden;
  margin: 0 -7vw 0 0;
  border-top-left-radius: 125px;
}
#sec4 .group-content {
  position: relative;
  z-index: 2;
  margin: 5vw 0 0;
}
#sec4 .group-content h3 {
  text-align: center;
}
#sec4 .group-content .txt {
  margin: 5vw 0 0;
  letter-spacing: 0.1em;
  text-align: justify;
}
#sec4 .group-content .btn-circle {
  margin: 7vw auto 0;
}
@media screen and (min-width: 768px) {
  #sec4 {
    min-height: 900px;
    box-sizing: border-box;
    padding: 82px 0 101px;
  }
  #sec4::before {
    right: 50%;
    height: auto;
    bottom: 0;
  }
  #sec4 .wrap {
    width: 1360px;
  }
  #sec4 h2 {
    margin: 0 auto;
    max-width: 100%;
    width: 1094px;
  }
  #sec4 .img {
    position: absolute;
    top: 107px;
    right: 0;
    width: calc(50% + 170px);
    max-width: calc(100% - 377px);
    height: 620px;
    border-top-left-radius: 250px;
    margin: 0;
  }
  #sec4 .group-content {
    margin: 16px auto 0;
    max-width: 100%;
    width: 1094px;
  }
  #sec4 .group-content h3 {
    text-align: left;
  }
  #sec4 .group-content .txt {
    width: 350px;
    margin: 49px 0 0 -3px;
  }
  #sec4 .group-content .btn-circle {
    margin: 48px 0 0 292px;
  }
}

#sec5 {
  overflow: hidden;
  padding: 0 0 21.73vw;
}
#sec5 .set1 {
  position: relative;
  z-index: 4;
  padding: 15.3vw 0 23.2vw;
}
#sec5 .set1 h2 {
  position: absolute;
  top: 64vw;
  left: 30vw;
  right: 1.6vw;
}
#sec5 .set1 .wrap {
  z-index: 2;
}
#sec5 .set1 .img {
  width: 65vw;
  margin: 0 0 37vw -3.2vw;
}
#sec5 .set1 .img2 {
  margin: 0 0 0 14.67vw;
  width: 43.6vw;
}
#sec5 .set2 {
  position: relative;
  padding: 62vw 0 0;
}
#sec5 .set2 .bg {
  position: absolute;
  z-index: 2;
  top: 45.6vw;
  left: 0;
  right: 0;
  bottom: -22vw;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: url("../img/index/s5_bg.png") no-repeat top center/cover;
}
#sec5 .set2 .group-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20vw var(--wrapPadding);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s;
  box-sizing: border-box;
}
#sec5 .set2 .group-content.fixed {
  position: fixed;
}
#sec5 .set2 .group-content.end {
  top: auto;
  bottom: 0;
}
#sec5 .set2 .group-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 60vw);
  background: url("../img/index/s5_shadow.png") no-repeat center/100% auto;
  width: 129.3vw;
  height: 114.4vw;
}
#sec5 .set2 .group-content h2 {
  position: relative;
  z-index: 2;
  text-align: center;
}
#sec5 .set2 .group-content .txt {
  text-align: justify;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  margin: 10vw 0 7vw;
}
#sec5 .set2 .group-content .btn-link {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: left;
}
#sec5 .set2.active .bg {
  opacity: 1;
}
#sec5 .set2.active .group-content {
  opacity: 1;
}
#sec5 .set2 .group-img {
  position: relative;
  z-index: 1;
}
#sec5 .set2 .group-img .img1 {
  width: 32vw;
  margin: 0 0 0 var(--wrapPadding);
}
#sec5 .set2 .group-img .img2 {
  width: 20vw;
  margin: 34.8vw 0 0 61.3vw;
}
#sec5 .set2 .group-img .img3 {
  margin: -4vw 0 0 15vw;
  width: 28vw;
}
#sec5 .set2 .group-img .img4 {
  margin: 14.4vw 0 0 50vw;
  width: 34.8vw;
}
#sec5 .set2 .group-img .img5 {
  width: 29.6vw;
  margin: -10.267vw 0 0 0.8vw;
}
#sec5 .set2 .group-img .img6 {
  width: 32vw;
  margin: -1.3vw 0 0 calc(50% - 9vw);
  overflow: hidden;
}
#sec5 .set2 .group-img .img7 {
  width: 23.2vw;
  margin: 18vw 0 0 calc(50% + 12.8vw);
}
#sec5 .set2 .group-img .img8 {
  width: 36vw;
  margin: -9.6vw 0 0 14.53vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 0 0 199px;
  }
  #sec5 .set1 {
    padding: 161px 0 55px;
  }
  #sec5 .set1 h2 {
    top: 115px;
    left: 50%;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec5 .set1 h2 {
    left: auto;
    right: 13px;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set1 .wrap {
    width: 1342px;
  }
  #sec5 .set1 .img {
    width: 610px;
    height: 420px;
    max-width: calc(100% - 732px);
    margin: 0;
  }
  #sec5 .set1 .img2 {
    margin: -90px 0 0 calc(50% + 110px);
    width: 327px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec5 .set1 .img2 {
    margin-left: auto;
    margin-right: 300px;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 {
    padding: 0;
  }
  #sec5 .set2 .bg {
    top: -226px;
    bottom: -199px;
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
    background: url("../img/index/s5_bg.png") repeat-x top center;
  }
  #sec5 .set2 .group-content {
    padding: 40px 0;
    height: 806px;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #sec5 .set2 .group-content::before {
    top: 173px;
    left: calc(50% - 523px);
    background: url("../img/index/s5_shadow.png") no-repeat center/100% auto;
    width: 970px;
    height: 858px;
  }
  #sec5 .set2 .group-content h2 {
    margin: 0 auto;
    line-height: 50px;
    position: relative;
    z-index: 2;
    height: 375px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-height: 690px) {
  #sec5 .set2 .group-content h2 {
    letter-spacing: 0;
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 .group-content .txt {
    text-align: center;
    line-height: 32px;
    margin: 0 0 36px;
  }
}
@media screen and (min-width: 768px) and (max-height: 640px) {
  #sec5 .set2 .group-content .txt {
    line-height: 26px;
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 .group-img .img1 {
    width: 400px;
    margin: 0 calc(50% + 147px) 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1154px) {
  #sec5 .set2 .group-img .img1 {
    margin-left: 30px;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 .group-img .img2 {
    width: 250px;
    margin: 0 0 0 calc(50% + 288px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1136px) {
  #sec5 .set2 .group-img .img2 {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 .group-img .img3 {
    margin: -149px calc(50% + 87px) 0 auto;
    width: 350px;
  }
  #sec5 .set2 .group-img .img4 {
    margin: 80px 0 0 calc(50% + 3px);
    width: 435px;
  }
  #sec5 .set2 .group-img .img5 {
    width: 370px;
    margin: -211px calc(50% + 245px) 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1290px) {
  #sec5 .set2 .group-img .img5 {
    margin-left: 30px;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 .group-img .img6 {
    width: 400px;
    margin: -100px 0 0 calc(50% - 114px);
    height: 270px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1356px) {
  #sec5 .set2 .group-img .img6 {
    max-width: calc(50% - 236px);
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 .group-img .img7 {
    width: 290px;
    margin: -138px 0 0 calc(50% + 358px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1356px) {
  #sec5 .set2 .group-img .img7 {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set2 .group-img .img8 {
    width: 450px;
    margin: -142px calc(50% - 60px) 0 auto;
  }
}

#sec6 {
  position: relative;
  background: url("../img/shared/bg2.jpg");
  padding: 0 0 18vw;
}
#sec6 .bg {
  height: 45.6vw;
}
#sec6 h2 {
  position: absolute;
  left: 0;
  top: 39vw;
  width: 62.4vw;
}
#sec6 .wrap {
  z-index: 2;
  padding-top: 24vw;
}
#sec6 .group-map {
  margin: 0 5vw;
  position: relative;
}
#sec6 .group-map .btn-circle {
  position: absolute;
  right: 2.4vw;
  bottom: 1.73vw;
  width: 69.5px;
}
#sec6 .group-map .btn-circle a::before {
  width: 25.5px;
  height: 7px;
}
#sec6 .group-txt {
  margin: 10vw 0 0;
}
#sec6 .group-txt .txt {
  text-align: justify;
  letter-spacing: 0.1em;
}
#sec6 .group-txt .txt + .txt {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 0 0 114px;
  }
  #sec6 .bg {
    height: 570px;
  }
  #sec6 h2 {
    top: 474px;
    width: auto;
  }
  #sec6 .wrap {
    margin-top: -47px;
    padding-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #sec6 .group-map {
    position: relative;
    margin: 0;
  }
  #sec6 .group-map .btn-circle {
    right: 21px;
    bottom: 16px;
    width: 77px;
  }
  #sec6 .group-map .btn-circle a::before {
    width: 28px;
    height: 9px;
  }
  #sec6 .group-txt {
    width: 270px;
    margin: 116px 39px 0 47px;
  }
}

#sec7 .group-content {
  padding: 20.8vw 0 0;
}
#sec7 .group-content .logo {
  width: 125px;
  margin: 0 auto;
}
#sec7 .group-content .name {
  text-align: center;
  margin: 25px 0 50px;
  line-height: 17.5px;
  letter-spacing: 0.1em;
}
#sec7 .group-content .group-tel-btn {
  padding: 28px 0;
  border-top: 1px solid rgba(208, 208, 208, 0.1);
  border-bottom: 1px solid rgba(208, 208, 208, 0.1);
}
#sec7 .group-content .group-tel-btn .btn-web {
  margin: 16px auto 0;
}
#sec7 .group-content .info {
  margin: 51px 0 0;
}
#sec7 .group-content .info dl {
  display: flex;
  align-items: flex-start;
}
#sec7 .group-content .info dl + dl {
  margin-top: 20px;
}
#sec7 .group-content .info dl dt {
  width: 90px;
}
#sec7 .group-content .info dl dd {
  width: calc(100% - 90px);
  letter-spacing: 0.05em;
}
#sec7 .group-content .info dl dd a {
  display: inline-flex;
  font-size: 20px;
  left: -11px;
  position: relative;
  text-decoration: none;
}
#sec7 .group-content .info dl dd a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #d0d0d0;
  opacity: 0;
  bottom: 0;
}
@media (hover: hover) {
  #sec7 .group-content .info dl dd a:hover:after {
    opacity: 1;
  }
}
#sec7 .group-content .info dl dd a span {
  display: flex;
  align-items: end;
  letter-spacing: 0.1em;
  padding: 0 14px;
  font-size: 14px;
}
#sec7 .group-content .info dl dd a span::before {
  content: "";
  background: url("../img/shared/icon_map_sp.png") no-repeat center/100% auto;
  width: 12px;
  height: 17.5px;
  margin-right: 5px;
}
#sec7 .group-content #ggmap {
  margin: 10vw 0 0;
}
@media screen and (max-width: 767px) {
  #sec7 .group-content #ggmap h2 {
    width: 58vw;
  }
}
#sec7 .group-content #ggmap .ggmap {
  height: 365px;
  filter: grayscale(1);
}
#sec7 .group-content #ggmap .ggmap iframe {
  width: 100%;
  height: 100%;
}
#sec7 .group-content #ggmap .group-btn {
  margin: 10vw auto 0;
  width: 188px;
}
#sec7 .group-content #ggmap .group-btn .btn-link {
  width: 100%;
}
#sec7 .group-content #ggmap .group-btn .btn-link a {
  padding: 8px 0;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec7 .group-content #ggmap .group-btn .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }
  #sec7 .group-content #ggmap .group-btn .btn-link a::before {
    content: "";
    background: url("../img/shared/icon_map_sp.png") no-repeat center/100% auto;
    width: 12px;
    height: 17.5px;
  }
}
@media screen and (max-width: 767px) {
  #sec7 .group-content #ggmap .group-btn .btn-link a:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #sec7 {
    position: relative;
  }
  #sec7 .img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 190px);
    height: 890px;
    max-height: 100vh;
    max-width: calc(100% - 750px);
  }
  #sec7 .img.fixed {
    position: fixed;
  }
  #sec7 .img.end {
    top: auto;
    bottom: 0;
  }
  #sec7 .wrap {
    width: 1040px;
  }
  #sec7 .group-content {
    width: 583px;
    padding: 111px 0 0;
    margin: 0 0 0 auto;
  }
  #sec7 .group-content .logo {
    width: 117px;
  }
  #sec7 .group-content .name {
    margin: 25px 0 53px;
    line-height: 20px;
  }
  #sec7 .group-content .group-tel-btn {
    padding: 34px 0 33px;
  }
  #sec7 .group-content .group-tel-btn .btn-web {
    margin: 16px auto 0;
  }
  #sec7 .group-content .info dl + dl {
    margin-top: 26px;
  }
  #sec7 .group-content .info dl dt {
    width: 135px;
  }
  #sec7 .group-content .info dl dd {
    width: calc(100% - 135px);
    letter-spacing: 0;
  }
  #sec7 .group-content .info dl dd a {
    font-size: 19px;
    left: -11px;
  }
  #sec7 .group-content .info dl dd a span {
    padding: 0 14px;
    font-size: 15px;
  }
  #sec7 .group-content .info dl dd a span::before {
    background: url("../img/shared/icon_map.png") no-repeat center/100% auto;
    width: 13px;
    height: 20px;
    margin-right: 5px;
  }
  #sec7 .group-content #ggmap {
    margin: 104px 0 0;
    width: 580px;
    max-width: 100%;
  }
  #sec7 .group-content #ggmap .ggmap {
    height: 660px;
  }
  #sec7 .group-content #ggmap .group-btn {
    margin: 30px 0 0 auto;
    width: 209px;
  }
  #sec7 .group-content #ggmap .group-btn .btn-link a {
    padding: 9.5px 0;
    font-size: 15px;
    line-height: 2;
    text-align: center;
  }
  #sec7 .group-content #ggmap .group-btn .btn-link a:after {
    right: 8px;
  }
  #sec7 .group-content #ggmap .group-btn .btn2 {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
  #sec7 .group-content #ggmap .group-btn .btn2 a {
    display: inline-flex;
    align-items: center;
    gap: 2px;
  }
  #sec7 .group-content #ggmap .group-btn .btn2 a:after {
    content: "";
    background: url("../img/index/s7_icon.png") no-repeat center/100% auto;
    width: 9px;
    height: 9px;
  }
}

#sec8 {
  margin: 17vw 0 0;
  padding: 5vw 0 16.67vw;
}
#sec8 .group-title {
  margin: 0 0 6.8vw;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #sec8 .group-title h2 img {
    width: 40vw;
  }
}
#sec8 .group-title .icon-insta {
  margin: 5vw 0 0 auto;
  width: 26.5px;
}
#sec8 .group-title .icon-insta a {
  display: block;
  line-height: 0;
}
#sec8 .left #feed dl {
  border-top: 1px solid rgba(208, 208, 208, 0.4);
  padding: 15px 0;
}
#sec8 .left #feed dl dt {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 -1px;
  letter-spacing: 0;
}
#sec8 .left #feed dl:last-child {
  border-bottom: 1px solid rgba(208, 208, 208, 0.4);
}
#sec8 .left .btn-more {
  margin: 4vw 0 0;
  text-align: right;
}
#sec8 .left .btn-more a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}
#sec8 .left .btn-more a:after {
  content: "";
  background: url("../img/shared/arrow2_sp.png") no-repeat center/100% auto;
  width: 37.5px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  #sec8 {
    margin: 240px 0 0;
    padding: 50px 0 108px;
  }
  #sec8 .wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  #sec8 .group-title {
    margin: 0 88px 0 0;
  }
  #sec8 .group-title .icon-insta {
    margin: 38px 9px 0 auto;
    width: 29px;
  }
  #sec8 .left {
    width: 493px;
    margin: 3px 0 0 96px;
  }
  #sec8 .left #feed dl {
    padding: 17px 0 21px;
  }
  #sec8 .left #feed dl dt {
    font-size: 24px;
    line-height: 1.5;
  }
  #sec8 .left .btn-more {
    margin: 23px 0 0;
    text-align: left;
  }
  #sec8 .left .btn-more a {
    font-size: 15px;
  }
  #sec8 .left .btn-more a:after {
    background: url("../img/shared/arrow2.png") no-repeat center/100% auto;
    width: 42px;
    height: 12px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #sec8 .left .btn-more a:hover {
    opacity: 0.8;
  }
}