main {
  position: relative;
  z-index: 998;
  visibility: hidden;
}

main.show {
  visibility: visible;
}

.d-none {
  display: none !important;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

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

.logoAni[style*="visibility: visible"] {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/shared/bg2.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.preloader.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity cubic-bezier(0.37, 0, 0.63, 1), visibility cubic-bezier(0.37, 0, 0.63, 1);
  transition-duration: 1.2s;
}
.preloader .logo {
  width: 252px;
  opacity: 0;
  filter: blur(60px);
  transform: scale(2);
  transition: opacity 3.6s cubic-bezier(0.16, 1, 0.3, 1), filter 1.8s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.preloader .logo.show {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .preloader .logo {
    width: auto;
  }
}

#key #keySlide .slide {
  height: 123.6vw;
  position: relative;
}

#key #keySlide .slide::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 0px);
  background: rgba(0, 0, 0, 0.9);
  transition: transform 1s cubic-bezier(0.95, 0.08, 0.34, 0.99);
  transform: translateX(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 88;
}

#key #keySlide .slide::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 0px);
  background: #f2f2f2;
  transition: transform 1s cubic-bezier(0.95, 0.08, 0.34, 0.99);
  opacity: 0.85;
  transform: translateX(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 87;
}

#key #keySlide .slide .img {
  width: 100%;
  height: 100%;
}

#key #keySlide .slick-current .slide::before {
  transform: translateX(100%);
  transition-delay: 0.1s;
}

#key #keySlide .slick-current .slide::after {
  transform: translateX(100%);
  transition-delay: 0.2s;
}

@media screen and (min-width: 768px) {
  #key .img {
    position: absolute;
  }
  #key .img::after {
    display: none;
  }
  #key .img img {
    filter: none;
    clip-path: none;
  }
  #key #keySlide .slide {
    height: 899px;
  }
}
#sec1 {
  background: url("../img/index/s1_deco_sp.png") no-repeat top center/100% auto;
  padding: 76.13vw 0 12vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec1::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -37.3vw;
    background: url("../img/index/s1_deco2_sp.png") no-repeat bottom center/100% auto;
  }
}
#sec1 .img {
  height: 120vw;
  margin: 0 6.53vw 0 0;
}
#sec1 h2 {
  position: absolute;
  z-index: 2;
  top: 10.67vw;
  right: 3.6vw;
  color: #fff;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3vw 0;
}
@media screen and (max-width: 767px) {
  #sec1 h2 .cl {
    color: #222;
  }
}
#sec1 h2 .bg {
  background: url("../img/shared/bg2.jpg");
  font-size: 10.832vw;
  letter-spacing: 0;
  width: 17.3vw;
  box-sizing: border-box;
  padding: 0 3vw;
  text-align: center;
  height: 70.267vw;
}
#sec1 h2 .bg small {
  font-size: 6.7vw;
}
#sec1 h2 .ttl {
  margin: 20vw 0 0;
  font-size: 22.4vw;
  letter-spacing: 0;
}
#sec1 h2 .ttl small {
  font-size: 12.13vw;
}
#sec1 h3 {
  position: absolute;
  z-index: 2;
  top: 172vw;
  left: 7vw;
  line-height: 1.35;
  font-size: 14vw;
  color: #fff;
  letter-spacing: -0.06em;
}
#sec1 h3 .pt {
  display: inline-block;
  padding-top: 2vw;
  letter-spacing: 0;
}
#sec1 .group-content .img2 {
  margin: 0 0 0 var(--wrapPadding);
}
#sec1 .group-content .txt {
  margin: 9vw var(--wrapPadding) 0;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  #sec1 {
    background: url("../img/index/s1_deco.png") no-repeat top center, url("../img/index/s1_deco2.png") no-repeat bottom center;
    padding: 132px 0 85px;
  }
  #sec1 .img {
    width: calc(50% + 500px);
    height: 600px;
    max-width: calc(100% - 30px);
    margin: 0 0 0 auto;
  }
  #sec1 h2 {
    top: 79px;
    right: 149px;
    gap: 12px 0;
  }
  #sec1 h2 .bg {
    font-size: 58px;
    width: 93px;
    padding: 0 17.5px;
    height: 376px;
  }
  #sec1 h2 .bg small {
    font-size: 36px;
  }
  #sec1 h2 .ttl {
    margin: 110px 0 0;
    font-size: 120px;
  }
  #sec1 h2 .ttl small {
    font-size: 65px;
  }
  #sec1 h3 {
    top: 182px;
    right: calc(50% + 212px);
    font-size: 75px;
    left: auto;
  }
  #sec1 h3 .pt {
    padding-top: 10px;
  }
  #sec1 .group-content {
    width: 1340px;
    margin: 59px auto 0;
    max-width: calc(100% - 60px);
    display: flex;
    gap: 70px;
    align-items: flex-start;
  }
  #sec1 .group-content .img2 {
    width: 600px;
    height: 460px;
    max-width: calc(100% - 670px);
  }
  #sec1 .group-content .txt {
    margin: 45px 0 0;
    width: 602px;
  }
}

#sec2 {
  position: relative;
}
#sec2 .set {
  position: relative;
}
#sec2 .set.set1 h3 {
  bottom: 0;
}
#sec2 .set h3 {
  position: absolute;
  line-height: 0.85;
  bottom: 2vw;
  right: 0;
  font-size: 24vw;
  text-align: right;
  color: #fff;
  letter-spacing: -0.1em;
}
#sec2 .set h3 small {
  font-size: 10.67vw;
  display: block;
  letter-spacing: 0;
}
#sec2 .group-content.group-content1 h2 {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  font-size: 11.268vw;
}
@media screen and (max-width: 767px) {
  #sec2 .group-content.group-content1 h2 {
    align-items: center;
    gap: 4vw;
  }
  #sec2 .group-content.group-content1 h2 .bg, #sec2 .group-content.group-content1 h2 span {
    background: #000;
    color: #fff;
    text-align: center;
  }
  #sec2 .group-content.group-content1 h2 .bg {
    padding: 1.5vw 3vw;
  }
  #sec2 .group-content.group-content1 h2 span {
    width: 100%;
    letter-spacing: 0;
    padding: 1.5vw 0;
  }
}
#sec2 .group-content.group-content1 h2 .bg {
  font-size: 6.588vw;
}
#sec2 .group-content.group-content1 h2 span small {
  font-size: 8.3vw;
}
#sec2 .group-content.group-content1 .txt {
  margin: 5vw var(--wrapPadding) 7vw;
  letter-spacing: 0.15em;
}
#sec2 .group-content.group-content2 h2 {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  height: 72.8vw;
  font-size: 11.267vw;
}
@media screen and (max-width: 767px) {
  #sec2 .group-content.group-content2 h2 {
    align-items: flex-end;
    justify-content: center;
    gap: 4.8vw;
    margin: 0 auto;
  }
  #sec2 .group-content.group-content2 h2 .bg, #sec2 .group-content.group-content2 h2 span {
    background: #000;
    color: #fff;
    padding: 3vw 1.5vw;
  }
  #sec2 .group-content.group-content2 h2 span {
    padding: 3vw 1vw;
  }
}
#sec2 .group-content.group-content2 h2 .bg {
  font-size: 6.6vw;
}
#sec2 .group-content.group-content2 .txt {
  margin: 15vw var(--wrapPadding) 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #sec2 {
    height: calc(100vh - 96px);
    color: #fff;
  }
  #sec2::before {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    width: 500px;
  }
  #sec2 .set {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    overflow: hidden;
  }
  #sec2 .set.set1 {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  #sec2 .set.set1 h3 {
    bottom: 0;
  }
  #sec2 .set.active {
    opacity: 1;
    visibility: visible;
  }
  #sec2 .set .img {
    height: 100%;
    width: 100%;
  }
  #sec2 .set h3 {
    line-height: 0.85;
    bottom: 16px;
    right: 0;
    font-size: 180px;
  }
  #sec2 .set h3 small {
    font-size: 80px;
  }
  #sec2 .group-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #sec2 .group-content.group-content1 {
    opacity: 1;
    visibility: visible;
  }
  #sec2 .group-content.group-content1 h2 {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    height: 600px;
    font-size: 65px;
  }
  #sec2 .group-content.group-content1 h2 .bg {
    font-size: 38px;
  }
  #sec2 .group-content.group-content1 h2 span small {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-height: 900px) {
  #sec2 .group-content.group-content1 h2 {
    height: 390px;
    font-size: 38px;
    letter-spacing: 0;
  }
  #sec2 .group-content.group-content1 h2 .bg {
    font-size: 25px;
  }
  #sec2 .group-content.group-content1 h2 span small {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .group-content.group-content1 .txt {
    width: 365px;
    margin: 0 auto;
  }
  #sec2 .group-content.group-content2 h2 {
    height: 360px;
    font-size: 65px;
  }
  #sec2 .group-content.group-content2 h2 .bg {
    font-size: 38px;
  }
  #sec2 .group-content.group-content2 h2 span small {
    font-size: 48px;
  }
  #sec2 .group-content.group-content2 .txt {
    width: 365px;
    margin: 0 auto;
  }
  #sec2:has(.set3.active) .group-content1 {
    opacity: 0;
    visibility: hidden;
  }
  #sec2:has(.set3.active) .group-content2 {
    opacity: 1;
    visibility: visible;
  }
}

main {
  overflow: hidden;
}

#sec3 {
  position: relative;
  margin: 24vw 0 0;
}
#sec3 .deco {
  position: absolute;
  right: -3vw;
  top: -23vw;
  filter: drop-shadow(0 25px 13px rgba(0, 0, 0, 0.49));
  z-index: 6;
  width: 50vw;
}
#sec3 .group-banner .banner a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
}
#sec3 .group-banner .banner a img {
  opacity: 1;
}
#sec3 .group-banner .banner a .img {
  position: relative;
}
#sec3 .group-banner .banner a .img::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: #000;
  transition: all 0.5s;
}
#sec3 .group-banner .banner a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  bottom: 10.8vw;
  background: url("../img/index/s4_arrow_sp.png") no-repeat bottom center/auto 100%;
  height: 7.6vw;
}
#sec3 .group-banner .banner a::before {
  content: "";
  position: absolute;
  z-index: 3;
  border: 1px solid;
  opacity: 0.6;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
#sec3 .group-banner .banner a .tit {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  font-size: 8vw;
  line-height: 1.5;
  top: 23vw;
  transition: all 0.5s;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  #sec3 {
    margin: 11px 0 0;
    padding: 98px 0 102px;
    background: url("../img/index/s3_bg.jpg") no-repeat center/cover;
  }
  #sec3 .deco {
    width: auto;
    right: 0;
    bottom: -52px;
    top: auto;
  }
  #sec3 .group-banner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1197px;
    max-width: calc(100% - 60px);
  }
  #sec3 .group-banner .banner {
    width: 50%;
  }
  #sec3 .group-banner .banner a .img {
    height: 350px;
  }
  #sec3 .group-banner .banner a:after {
    bottom: 56px;
    background: url("../img/index/s3_arrow.png") no-repeat bottom center/auto 100%;
    height: 46px;
  }
  #sec3 .group-banner .banner a::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  #sec3 .group-banner .banner a .tit {
    font-size: 48px;
    top: 136px;
  }
  #sec3 .group-banner .banner a:hover .img::before {
    opacity: 0.85;
  }
  #sec3 .group-banner .banner a:hover .tit {
    text-shadow: 0px 10px 20px #880d0d, 10px 0px 20px #880d0d, 10px 10px 20px #880d0d, -10px -10px 20px #880d0d;
  }
}

#sec4 {
  position: relative;
  padding: 20vw var(--wrapPadding) 0;
}
#sec4 .right .inner {
  padding: 0 0 15vw;
}
#sec4 .right h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 8vw;
  letter-spacing: 0;
}
#sec4 .right .logo {
  width: 200px;
  text-align: center;
  margin: 7vw auto;
}
#sec4 .right .tel {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  padding: 13px 0 14px;
  margin: 0 auto 60px;
}
#sec4 .right .tel .sub-tel {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 8px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
#sec4 .right .tel span {
  display: block;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.16em;
}
#sec4 .right .tel span small {
  font-size: 16px;
}
#sec4 .right .info dl {
  padding: 0 0 13px;
  line-height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#sec4 .right .info dl + dl {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0;
  }
  #sec4 .right {
    width: 50%;
    margin: 0 0 0 auto;
    min-width: 500px;
  }
  #sec4 .right .inner {
    width: 480px;
    margin: 0 auto;
    padding: 148px 0 41px;
  }
  #sec4 .right h2 {
    font-size: 36px;
  }
  #sec4 .right .logo {
    width: auto;
    margin: 0;
    text-align: center;
    margin: 56px 0 29px;
  }
  #sec4 .right .tel {
    width: 319px;
    margin: 0 auto 70px;
  }
  #sec4 .right .tel .sub-tel {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 8px;
    letter-spacing: 0.2em;
    font-weight: 600;
  }
  #sec4 .right .tel span {
    display: block;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.16em;
  }
  #sec4 .right .tel span small {
    font-size: 18px;
  }
  #sec4 .right .info dl {
    display: flex;
    line-height: 28px;
  }
  #sec4 .right .info dl dt {
    width: 133px;
  }
  #sec4 .right .info dl dd {
    width: calc(100% - 133px);
  }
  #sec4 .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: calc(100vh - 96px);
    max-width: calc(100% - 500px);
  }
  #sec4 .img.fixed {
    position: fixed;
    top: 96px;
  }
  #sec4 .img.end {
    top: auto;
    bottom: 0;
  }
  #sec4 .img img {
    -o-object-position: top center;
       object-position: top center;
  }
}

#news {
  margin: 18.8vw 0 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 8vw 0 11vw;
}
#news h2 {
  font-size: 8vw;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 5vw;
}
#news #feed .slick-arrow {
  top: 60px;
  width: 28.5px;
  height: 29px;
}
#news #feed .slick-arrow.slick-prev {
  left: auto;
  right: calc(50% + 121.5px);
}
#news #feed .slick-arrow.slick-next {
  right: auto;
  left: calc(50% + 121.5px);
}
#news #feed dl {
  margin: 0 25px;
}
#news #feed dl dt {
  width: 225px;
}
#news #feed dl dt a {
  display: block;
}
#news #feed dl dt a span {
  display: block;
  width: 100% !important;
  height: 150px !important;
  background: url("../img/index/rss_img.jpg") no-repeat center/cover;
}
#news #feed dl dd {
  width: 225px;
  margin: 10px 0 0;
  text-align: center;
  letter-spacing: 0.1em;
}
#news #feed dl dd span {
  display: block;
  line-height: 1.5;
}
#news #feed dl dd a {
  display: block;
  line-height: 1.5;
  margin: 9px 0 0;
}
#news .btn-link {
  margin: 8vw auto 0;
}
@media screen and (min-width: 768px) {
  #news {
    margin: 121px auto 0;
    width: 1194px;
    max-width: calc(100% - 60px);
    padding: 64px 0 80px;
  }
  #news h2 {
    font-size: 48px;
    margin: 0 0 33px;
  }
  #news #feed {
    display: flex;
    justify-content: center;
    gap: 80px;
  }
  #news #feed dl {
    margin: 0;
    width: 300px;
    max-width: calc((100% - 160px) / 3);
  }
  #news #feed dl dt {
    width: 100%;
  }
  #news #feed dl dt a:hover {
    opacity: 0.8;
  }
  #news #feed dl dt a span {
    height: 200px !important;
  }
  #news #feed dl dd {
    width: 100%;
    margin: 25px 0 0;
  }
  #news .btn-link {
    margin: 46px auto 0;
  }
}

#sec5 {
  margin: 76px 0 0;
  background: url("../img/index/s5_deco_sp.png") no-repeat top center/100% auto, url("../img/index/s5_deco2_sp.png") no-repeat bottom center/100% auto, url("../img/shared/bg2.jpg");
  color: #fff;
  padding: 12vw 0 20vw;
}
#sec5 .flex .group-content {
  margin: 0 0 9vw;
}
#sec5 .flex .group-content h2 {
  text-decoration: underline;
  font-size: 8vw;
  line-height: 1.5;
  margin: 0 0 6vw;
  text-align: center;
}
#sec5 .flex .group-content h2 small {
  font-size: 6.67vw;
}
@media screen and (max-width: 767px) {
  #sec5 .flex .map {
    margin: 0 -2vw;
  }
}
#sec5 .group-img {
  margin: 9vw 0 13vw;
}
#sec5 .group-img .img {
  position: relative;
}
#sec5 .group-img .img span {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #880d0d;
  font-size: 22.5px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
#sec5 #ggmap {
  height: 300px;
  margin: 0 -7vw;
}
#sec5 #ggmap iframe {
  width: 100%;
  height: 100%;
}
#sec5 .btn-link {
  margin: 6vw auto 0;
  color: #222;
}
@media screen and (min-width: 768px) {
  #sec5 {
    margin: 76px 0 0;
    background: url("../img/index/s4_deco.png") no-repeat top center, url("../img/index/s4_deco2.png") no-repeat bottom center, url("../img/shared/bg2.jpg");
    padding: 100px 0 82px;
  }
  #sec5 .wrap {
    width: 1040px;
  }
  #sec5 .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec5 .flex .group-content {
    width: 446px;
    margin: 123px 0 0;
  }
  #sec5 .flex .group-content h2 {
    font-size: 48px;
    margin: 0 0 35px;
    text-align: left;
  }
  #sec5 .flex .group-content h2 small {
    font-size: 38px;
  }
  #sec5 .group-img {
    display: flex;
    justify-content: center;
    margin: 60px 0 80px;
  }
  #sec5 .group-img .img span {
    top: 10px;
    left: 10px;
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  #sec5 #ggmap {
    height: 450px;
    width: 1000px;
    margin: 0 auto;
  }
  #sec5 .btn-link {
    margin: 40px auto 0;
  }
}

#sec6 {
  padding: 6.8vw 0 16vw;
  background: url("../img/index/s6_deco_sp.png") no-repeat bottom calc(16vw + 119.5px) center/100% auto;
}
#sec6 .group-img {
  position: relative;
}
#sec6 .group-img .group-title {
  position: absolute;
  color: #fff;
  right: 0;
  top: 25.2vw;
  left: 0;
  text-align: center;
}
#sec6 .group-img .group-title .title {
  font-size: 6.6vw;
  line-height: 1.5;
}
#sec6 .group-img .group-title .title + .title {
  margin: 3vw 0 0;
}
#sec6 .group-title2 {
  position: absolute;
  top: 80vw;
  right: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sec6 .group-title2 {
    display: flex;
    justify-content: center;
    gap: 5vw;
  }
}
#sec6 .group-title2 .title {
  width: 26.5vw;
  height: 26.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
#sec6 .group-title2 .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/shared/bg2.jpg");
  transform: rotate(45deg);
}
#sec6 .group-title2 .title span {
  position: relative;
  display: block;
  font-size: 4.4vw;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  z-index: 2;
  letter-spacing: 0;
  margin: 0 -20px;
}
#sec6 .group-title2 .title:nth-child(3) {
  padding: 4vw 0 0;
}
#sec6 .group-title2 .title:nth-child(3) span {
  letter-spacing: -0.05em;
}
#sec6 .group-content {
  margin: 24.5vw 0 0;
}
#sec6 .group-content .txt {
  letter-spacing: 0.15em;
}
#sec6 .group-content .btn-popup {
  margin: 7vw auto 5vw;
}
#sec6 .group-content .box-tel {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 23px 0 21px;
  text-align: center;
}
#sec6 .group-content .box-tel .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin: 0 0 9px;
  letter-spacing: 0.2em;
}
#sec6 .group-content .box-tel .tel span {
  display: block;
  line-height: 1;
  font-size: 25px;
  letter-spacing: 0.16em;
}
#sec6 .group-content .box-tel .tel span small {
  font-size: 16px;
}
#sec6 .group-content .box-tel .note-tel {
  margin: 7px -20px 0;
}
@media screen and (max-width: 767px) {
  #sec6 .group-content .box-tel .note-tel {
    font-size: 11px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 82px 0 73px;
    background: url("../img/index/s6_deco.png") no-repeat bottom center;
  }
  #sec6 .wrap {
    width: 1400px;
  }
  #sec6 .group-img .img {
    height: 480px;
  }
  #sec6 .group-img .img img {
    -o-object-position: center right;
       object-position: center right;
  }
  #sec6 .group-img .group-title {
    right: 71px;
    top: 114px;
    left: auto;
    letter-spacing: 0;
    text-align: left;
  }
  #sec6 .group-img .group-title .title {
    font-size: 38px;
    line-height: 58px;
  }
  #sec6 .group-img .group-title .title + .title {
    margin: 20px 0 0;
  }
  #sec6 .group-title2 {
    top: 436px;
    right: 60px;
    width: 316px;
    left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec6 .group-title2 {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec6 .group-title2 .title {
    width: 180px;
    height: 180px;
  }
  #sec6 .group-title2 .title span {
    font-size: 30px;
    margin: 0 -20px;
  }
  #sec6 .group-title2 .title + .title {
    margin-top: 90px;
  }
  #sec6 .group-title2 .title:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
  }
  #sec6 .group-title2 .title:nth-child(3) {
    padding: 22px 0 0;
    letter-spacing: 0;
  }
  #sec6 .group-content {
    width: 1000px;
    margin: 50px auto 0;
  }
  #sec6 .group-content .txt {
    width: 738px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  #sec6 .group-content .txt {
    max-width: calc(100% - 340px);
  }
}
@media screen and (min-width: 768px) {
  #sec6 .group-content .btn-popup {
    margin: 33px 0 30px;
  }
  #sec6 .group-content .box-tel {
    width: 439px;
    padding: 23px 0 21px;
    margin: 0 0 0 4px;
  }
  #sec6 .group-content .box-tel .tel .sub-tel {
    display: block;
    line-height: 1;
    font-size: 22px;
    margin: 0 0 15px;
    letter-spacing: 0.2em;
  }
  #sec6 .group-content .box-tel .tel span {
    display: block;
    line-height: 1;
    font-size: 35px;
    letter-spacing: 0.16em;
  }
  #sec6 .group-content .box-tel .tel span small {
    font-size: 22px;
  }
  #sec6 .group-content .box-tel .note-tel {
    margin: 7px -20px 0;
  }
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 768px) {
  .remodal {
    width: 1200px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}

#popup1 {
  background: url("../img/shared/bg3.jpg");
  text-align: left;
  padding: 30px 0 70px;
}
#popup1 .remodal-close {
  margin-right: 30px;
  margin-bottom: 25px;
  z-index: 2;
}
#popup1 h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  text-decoration: underline;
  margin: 0 0 40px;
}
#popup1 .info dl {
  display: flex;
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
  padding: 12px 0;
  line-height: 28px;
}
#popup1 .info dl dt {
  width: 110px;
}
#popup1 .info dl dd {
  width: calc(100% - 110px);
}
#popup1 .box-tel {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 23px 0 21px;
  text-align: center;
  margin: 40px 0 0;
}
#popup1 .box-tel .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin: 0 0 9px;
  letter-spacing: 0.2em;
}
#popup1 .box-tel .tel span {
  display: block;
  line-height: 1;
  font-size: 25px;
  letter-spacing: 0.16em;
}
#popup1 .box-tel .tel span small {
  font-size: 16px;
}
#popup1 .box-tel .note-tel {
  margin: 7px -20px 0;
}
@media screen and (max-width: 767px) {
  #popup1 .box-tel .note-tel {
    font-size: 11px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  #popup1 {
    padding: 30px 0 101px;
  }
  #popup1 .remodal-close {
    margin-right: 30px;
    margin-bottom: 25px;
  }
  #popup1 h2 {
    font-size: 48px;
    margin: 0 0 60px;
  }
  #popup1 .info {
    width: 556px;
    margin: 0 auto;
  }
  #popup1 .info dl dt {
    width: 155px;
  }
  #popup1 .info dl dd {
    width: calc(100% - 155px);
  }
  #popup1 .box-tel {
    width: 439px;
    padding: 23px 0 21px;
    margin: 59px auto 0;
  }
  #popup1 .box-tel .tel .sub-tel {
    display: block;
    line-height: 1;
    font-size: 22px;
    margin: 0 0 15px;
    letter-spacing: 0.2em;
  }
  #popup1 .box-tel .tel span {
    display: block;
    line-height: 1;
    font-size: 35px;
    letter-spacing: 0.16em;
  }
  #popup1 .box-tel .tel span small {
    font-size: 22px;
  }
  #popup1 .box-tel .note-tel {
    margin: 7px -20px 0;
  }
}