@charset "UTF-8";

body {
  --cinzel: "Cinzel", serif;
  --zen: "Zen Old Mincho", serif;
  --gothic: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../img/course/main_bg5.jpg);
}

main {
  overflow: hidden;
}

.en-all {
  color: #616161;
  font-size: 4vw;
  font-family: var(--cinzel);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}

@media only screen and (min-width: 768px) {
  .en-all {
    font-size: 18px;
  }
}

.slider .slick-dots {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  bottom: unset;
  gap: 10px;
}

.slider .slick-dots li {
  margin: 0;
  width: 30px;
  height: 4px;
}

.slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background: #7a632d;
  border: navajowhite;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider .slick-dots button::before {
  content: none;
}

.slider .slick-dots .slick-active {
  height: 6px;
}

.slider .slick-prev,
.slider .slick-next {
  top: unset;
  bottom: -18px;
  transform: unset;
}

.slider .slick-prev {
  left: calc(50% - 120px);
  background: url(../img/interior/arrow_left.png) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

.slider .slick-next {
  right: calc(50% - 120px);
  background: url(../img/interior/arrow_right.png) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .slider .slick-dots {
    gap: 13px;
    height: 8px;
  }

  .slider .slick-dots li {
    transition: all 0.3s ease;
  }

  .slider .slick-dots li:hover {
    height: 8px;
  }

  .slider .slick-dots .slick-active {
    height: 8px;
  }

  .slider .slick-prev,
  .slider .slick-next {
    bottom: -25px;
    transition: all 0.3s ease;
  }

  .slider .slick-prev:hover,
  .slider .slick-next:hover {
    opacity: 0.7;
  }

  .slider .slick-prev {
    left: calc(50% - 170px);
    width: 53px;
    height: 53px;
  }

  .slider .slick-next {
    right: calc(50% - 170px);
    width: 53px;
    height: 53px;
  }
}

.btn-all {
  margin: 0 auto;
  width: 300px;
  height: 60px;
  background: #162043;
  position: relative;
  z-index: 1;
}

.btn-all::before {
  content: "";
  position: absolute;
  inset: 5px;
  --cs: 16px;
  --tl: url(../img/course/border_st2_1.png);
  --tr: url(../img/course/border_st2_2.png);
  --br: url(../img/course/border_st2_4.png);
  --bl: url(../img/course/border_st2_3.png);
  background-image: var(--tl), var(--tr), var(--bl), var(--br);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  background-size: var(--cs) var(--cs), var(--cs) var(--cs);
}

.btn-all a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #f1e0c8;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.btn-all a::before {
  content: "";
  position: absolute;
  background: url(../img/course/icon_arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 8/10;
  width: 8px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
}

@media only screen and (min-width: 768px) {
  .btn-all {
    width: 440px;
    height: 80px;
  }

  .btn-all::before {
    --cs: 24px;
  }

  .btn-all a {
    font-size: 20px;
  }

  .btn-all a::before {
    transition: all 0.1s ease-out;
  }

  .btn-all a:hover::before {
    transform: translateX(6px);
  }
}

.tel-all {
  text-align: center;
}

.tel-all dt {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: normal;
  color: #000;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.tel-all dt .tit {
  font-size: 63.1578947368%;
  display: block;
}

.tel-all dt .tel-icon {
  position: relative;
  padding-left: 29px;
  letter-spacing: -0.03em;
}

.tel-all dt .tel-icon::before {
  content: "";
  position: absolute;
  background: url(../img/interior/icon_tel.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 24/30;
  width: 20px;
  height: auto;
  top: 5px;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.tel-all dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .tel-all dt {
    font-size: 38px;
    line-height: 1em;
    margin-bottom: 10px;
  }

  .tel-all dt .tel-icon {
    padding-left: 29px;
    letter-spacing: normal;
    margin-left: 10px;
  }

  .tel-all dt .tel-icon::before {
    width: 24px;
    top: 5px;
  }

  .tel-all dd {
    font-size: 14px;
    line-height: 30px;
  }
}

.btn-web {
  background: #640404;
}

.btn-web a {
  font-weight: bold;
}

.btn-web .icon {
  position: relative;
  z-index: 1;
}

.btn-web .icon::before {
  content: "";
  position: absolute;
  background: url(../img/interior/icon_web.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 24/22;
  width: 24px;
  height: auto;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media only screen and (min-width: 768px) {
  .btn-web {
    width: 380px;
    margin: 0;
  }

  .btn-web .icon::before {
    left: -42px;
  }
}

.bnr-all a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bnr-all .img {
  margin-bottom: 6vw;
}

.bnr-all .group {
  padding-bottom: 5vw;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 1;
}

.bnr-all .group::before {
  content: "";
  position: absolute;
  background: url(../img/interior/arrow_head.png) no-repeat;
  background-size: contain;
  aspect-ratio: 12/9;
  width: 12px;
  height: auto;
  bottom: -1px;
  left: calc(100% - 2px);
}

.bnr-all .group .en {
  font-size: 6vw;
  line-height: 1em;
  color: #000;
  font-family: var(--cinzel);
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 4vw;
}

.bnr-all .group .tit {
  font-size: 5vw;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .bnr-all {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }

  .bnr-all .img {
    text-align: center;
    margin-bottom: 26px;
  }

  .bnr-all .group {
    display: flex;
    align-items: center;
    padding-bottom: 9px;
  }

  .bnr-all .group::before {
    width: 12px;
  }

  .bnr-all .group .en {
    font-size: 40px;
    margin-bottom: 0;
    margin-right: 60px;
  }

  .bnr-all .group .tit {
    font-size: 28px;
    line-height: 49px;
  }
}

#sec1 {
  background: url(../img/interior/main_bg.jpg) repeat;
  padding: 20vw 0 20vw;
  position: relative;
  z-index: 2;
}

#sec1::before {
  content: "";
  position: absolute;
  background: url(../img/course/main_bg.jpg) repeat;
  top: -5vw;
  left: -20vw;
  right: -20vw;
  height: 30vw;
  border-radius: 100%;
  z-index: -1;
}

#sec1 .deco1 {
  position: absolute;
  top: -20vw;
  left: -20vw;
  width: 85vw;
  z-index: -1;
}

#sec1 .deco2 {
  position: absolute;
  bottom: -5vw;
  right: -20vw;
  width: 50vw;
  z-index: -1;
}

#sec1 .row {
  padding: 20vw 0 20vw;
  position: relative;
  z-index: 1;
  margin-bottom: 10vw;
}

#sec1 .row::before {
  content: "";
  position: absolute;
  background: #c2a981;
  height: 20vw;
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10vw;
  z-index: 1;
}

#sec1 .row .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

#sec1 .row .desc .en {
  font-size: 10vw;
  text-align: center;
  line-height: 1em;
  color: #fff;
  font-family: var(--cinzel);
  font-weight: 500;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 6vw;
  text-shadow: 4px 3px 4px rgba(0, 0, 0, 0.8);
}

#sec1 .row .desc .sub {
  text-align: center;
  font-size: 5vw;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 6vw;
  text-shadow: 4px 3px 4px rgba(0, 0, 0, 0.8);
}

#sec1 .row .desc .sub .bd {
  padding: 1vw 5vw;
  display: inline-block;
  border: 1px solid #fff;
}

#sec1 .row .desc h2 {
  margin: 0 auto;
  font-size: 7vw;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-shadow: 4px 3px 4px rgba(0, 0, 0, 0.8);
}

#sec1 .txt {
  margin-bottom: 8vw;
}

#sec1 .box {
  padding: 10vw 10vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#sec1 .box::before {
  content: "";
  position: absolute;
  inset: 2vw;
  --cs: 21px;
  --lc: #a39071;
  --lw: 2px;
  --tl: url(../img/interior/border_st1_1.png);
  --tr: url(../img/interior/border_st1_2.png);
  --br: url(../img/interior/border_st1_4.png);
  --bl: url(../img/interior/border_st1_3.png);
  background-image: var(--tl), var(--tr), var(--bl), var(--br), linear-gradient(var(--lc), var(--lc)), linear-gradient(var(--lc), var(--lc)), linear-gradient(var(--lc), var(--lc)), linear-gradient(var(--lc), var(--lc));
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, top right, bottom left, bottom right, var(--cs) 0, var(--cs) 100%, 0 var(--cs), 100% var(--cs);
  background-size: var(--cs) var(--cs), var(--cs) var(--cs), var(--cs) var(--cs), var(--cs) var(--cs), calc(100% - var(--cs) * 2) var(--lw), calc(100% - var(--cs) * 2) var(--lw), var(--lw) calc(100% - var(--cs) * 2), var(--lw) calc(100% - var(--cs) * 2);
}

#sec1 .box .en {
  font-size: 7vw;
  text-align: center;
  line-height: 1em;
  color: #000;
  font-family: var(--cinzel);
  font-weight: 500;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 6vw;
}

#sec1 .box ul li {
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
}

#sec1 .box ul li::before {
  content: "";
  position: absolute;
  background: url(../img/interior/icon_check.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 24/22;
  width: 24px;
  height: auto;
  top: 3px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 29px 0 142px;
  }

  #sec1::before {
    top: -135px;
    left: 50%;
    aspect-ratio: 2639/1505;
    width: 175.9333333333%;
    height: auto;
    transform: translateX(-50%);
    right: unset;
    max-height: calc(100% + 135px);
  }

  #sec1 .wrap {
    width: 100%;
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
  }

  #sec1 .deco1 {
    top: -140px;
    left: calc(50% - 50vw - 280px);
    width: 689px;
  }

  #sec1 .deco2 {
    bottom: -27px;
    right: calc(50% - 50vw - 406px);
    width: 731px;
  }

  #sec1 .row {
    height: 860px;
    padding: 0;
    margin-bottom: 84px;
  }

  #sec1 .row::before {
    height: 150px;
    top: -75px;
  }

  #sec1 .row .desc {
    position: absolute;
    top: 138px;
    right: 53px;
    z-index: 2;
  }

  #sec1 .row .desc .en {
    font-size: 80px;
    margin-bottom: 43px;
  }

  #sec1 .row .desc .sub {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 44px;
  }

  #sec1 .row .desc .sub .bd {
    padding: 17px 45px 16px;
  }

  #sec1 .row .desc h2 {
    font-size: 45px;
    line-height: 70px;
  }

  #sec1 .txt {
    line-height: 41px;
    text-align: center;
    margin-bottom: 89px;
  }

  #sec1 .box {
    display: flex;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    padding: 66px 86px 44px;
    margin: 0 auto;
  }

  #sec1 .box::before {
    inset: 0;
  }

  #sec1 .box .en {
    font-size: 50px;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 105px;
  }

  #sec1 .box ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 180px;
    gap: 0 74px;
  }

  #sec1 .box ul li {
    font-size: 16px;
    line-height: 40px;
    padding-left: 39px;
  }

  #sec1 .box ul li::before {
    width: 24px;
    top: 8px;
  }
}

#sec2 {
  background: url(../img/interior/main_bg5.jpg) repeat;
  padding: 15vw 0 0;
  position: relative;
  z-index: 1;
}

#sec2 .en-all {
  text-align: center;
  margin-bottom: 4vw;
}

#sec2 h2 {
  text-align: center;
  font-size: 7vw;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #000;
  margin-bottom: 7vw;
}

#sec2 .list {
  display: flex;
  flex-wrap: wrap;
}

#sec2 .list .item {
  width: 50%;
  position: relative;
  z-index: 1;
}

#sec2 .list .item::before {
  content: "";
  position: absolute;
  opacity: 0.3;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 1px;
}

#sec2 .list .item:last-child::before {
  display: none;
}

#sec2 .list .item a {
  padding: 10vw 5vw 25vw;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}

#sec2 .list .item .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

#sec2 .list .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec2 .list .item .desc {
  text-shadow: 0 0 3.2vw rgba(0, 0, 0, 0.9), 0 0 3.2vw rgba(0, 0, 0, 0.9), 0 0 9.3vw rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 2;
}

#sec2 .list .item .desc .num {
  text-align: center;
  font-family: var(--cinzel);
  font-size: 7vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 2vw;
}

#sec2 .list .item .desc .num .small {
  font-size: 78.5714285714%;
}

#sec2 .list .item .desc .sub {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.6em;
  color: #fff;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
  border-bottom: 2px solid #fff;
}

#sec2 .list .item .desc .sub .bd {
  display: inline-block;
  padding: 0 5vw;
  position: relative;
  z-index: 1;
}

#sec2 .list .item .desc .sub .bd::before,
#sec2 .list .item .desc .sub .bd::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  height: 100%;
  width: 3vw;
  top: 0;
}

#sec2 .list .item .desc .sub .bd::before {
  left: 0;
  border-right: none;
}

#sec2 .list .item .desc .sub .bd::after {
  right: 0;
  border-left: none;
}

#sec2 .list .item .desc .tit {
  text-align: center;
  font-size: 5vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.67em;
  color: #fff;
}

#sec2 .list .item .btn {
  text-align: center;
  width: 15vw;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5vw;
}

@media only screen and (max-width: 767px) {
  #sec2 .list .item:nth-child(2)::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 72px 0 0;
  }

  #sec2 .en-all {
    margin-bottom: 0;
  }

  #sec2 h2 {
    font-size: 45px;
    margin-bottom: 53px;
  }

  #sec2 .list .item {
    width: 25%;
    height: 634px;
  }

  #sec2 .list .item a {
    padding: 140px 20px 20px;
  }

  #sec2 .list .item .desc {
    text-shadow: 0 0 27px rgba(0, 0, 0, 0.9), 0 0 27px rgba(0, 0, 0, 0.9), 0 0 70px rgba(0, 0, 0, 0.9);
  }

  #sec2 .list .item .desc .num {
    font-size: 70px;
    margin-bottom: 8px;
  }

  #sec2 .list .item .desc .sub {
    font-size: 24px;
    line-height: 1.28em;
    padding-bottom: 28px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: none;
  }

  #sec2 .list .item .desc .sub::before {
    content: "";
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    width: 67.3796791444%;
    height: 2px;
    margin: 0 auto;
  }

  #sec2 .list .item .desc .sub .bd {
    padding: 0 15px;
  }

  #sec2 .list .item .desc .sub .bd::before,
  #sec2 .list .item .desc .sub .bd::after {
    width: 7px;
  }

  #sec2 .list .item .desc .tit {
    font-size: 30px;
    line-height: 45px;
  }

  #sec2 .list .item .btn {
    width: 80px;
    bottom: 37px;
  }
}

.sec-floorall {
  padding: 15vw 0 15vw;
  position: relative;
  z-index: 1;
}

.sec-floorall .wrap-slider {
  margin-bottom: 8vw;
}

.sec-floorall .wrap-slider .slick-list {
  padding-bottom: 12vw;
}

.sec-floorall .wrap-slider .slick-slide {
  line-height: 1em;
}

.sec-floorall .desc {
  margin-bottom: 10vw;
}

.sec-floorall .num {
  background: url(../img/interior/frame_num.png) no-repeat;
  background-size: cover;
  font-family: var(--cinzel);
  font-size: 7vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  color: #000;
  width: 25vw;
  height: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 4vw;
}

.sec-floorall .num .small {
  position: relative;
  bottom: -0.6vw;
  font-size: 78.5714285714%;
}

.sec-floorall .desc h2 {
  text-align: center;
  font-size: 7vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #000;
  margin-bottom: 5vw;
}

.sec-floorall .desc h2 .small {
  display: block;
  font-weight: 400;
  font-size: 62.2222222222%;
  line-height: 1.8em;
  margin-bottom: 2vw;
}

.sec-floorall .txt {
  margin-bottom: 6vw;
}

.sec-floorall .floor-map {
  margin-bottom: 10vw;
  position: relative;
}

.sec-floorall .floor-map .en {
  font-size: 6vw;
  line-height: 1em;
  color: #000;
  font-family: var(--cinzel);
  font-weight: 500;
  letter-spacing: normal;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .sec-floorall {
    padding: 100px 0 100px;
  }

  .sec-floorall .wrap-slider {
    width: 730px;
    margin-bottom: 0;
  }

  .sec-floorall .wrap-slider .slick-list {
    padding-bottom: 53px;
  }

  .sec-floorall .wrap-slider .photo {
    height: 510px;
  }

  .sec-floorall .wrap-slider .photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .sec-floorall .desc {
    margin-bottom: 0;
    position: relative;
  }

  .sec-floorall .desc .num {
    font-size: 70px;
    width: 245px;
    height: 245px;
    margin: 0;
  }

  .sec-floorall .desc .num .small {
    bottom: -7px;
  }

  .sec-floorall .desc h2 {
    text-align: left;
    font-size: 45px;
    line-height: 63px;
    white-space: nowrap;
    margin-bottom: 30px;
  }

  .sec-floorall .desc h2 .small {
    line-height: 49px;
    margin-bottom: 0;
  }

  .sec-floorall .desc .txt {
    line-height: 41px;
  }

  .sec-floorall .txt {
    margin-bottom: 0;
  }

  .sec-floorall .floor-map {
    margin-bottom: 0;
  }

  .sec-floorall .floor-map .en {
    font-size: 40px;
  }
}

#sec3 {
  background: url(../img/interior/main_bg5.jpg) repeat;
}

#sec3::before {
  content: "";
  position: absolute;
  background: url(../img/interior/sec3_bg.jpg) repeat;
  width: 20vw;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec3 .floor-map .en {
  position: absolute;
  top: 10vw;
  left: 0;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 132px 0 134px;
  }

  #sec3::before {
    width: unset;
    left: calc(50% + 550px);
  }

  #sec3 .wrap-slider {
    margin-left: auto;
    margin-right: -88px;
    margin-bottom: 68px;
  }

  #sec3 .desc {
    position: absolute;
    top: 0;
    left: 29px;
    padding-top: 233px;
  }

  #sec3 .desc h2 {
    margin-bottom: 91px;
  }

  #sec3 .desc h2 .small {
    margin-left: 7px;
  }

  #sec3 .desc .num {
    position: absolute;
    top: 16px;
    left: -156px;
  }

  #sec3 .desc .txt {
    width: 225px;
    height: 410px;
  }

  #sec3 .floor-map {
    width: 603px;
    margin-left: auto;
    margin-right: 24px;
    margin-bottom: 89px;
  }

  #sec3 .floor-map .en {
    top: 68px;
    left: 0;
  }
}

#sec4 {
  background: url(../img/interior/main_bg3.jpg) repeat;
}

#sec4 .wrap-slider .photo {
  position: relative;
}

#sec4 .wrap-slider .photo .note {
  position: absolute;
  z-index: 2;
  bottom: 2vw;
  right: 2vw;
  color: #fff;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: normal;
}

#sec4 .floor-map .en {
  text-align: right;
  margin-top: 2vw;
}

@media only screen and (max-width: 767px) {
  #sec4 .slider .slick-next {
    right: calc(50% - 140px);
  }

  #sec4 .slider .slick-prev {
    left: calc(50% - 140px);
  }
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 135px 0 103px;
  }

  #sec4 .wrap-slider {
    margin-left: -109px;
    margin-bottom: 85px;
  }

  #sec4 .wrap-slider .photo .note {
    bottom: 22px;
    right: 29px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }

  #sec4 .desc {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding-right: 100px;
    padding-top: 156px;
  }

  #sec4 .desc .num {
    position: absolute;
    top: -69px;
    right: -86px;
  }

  #sec4 .desc h2 .small {
    margin-left: 10px;
  }

  #sec4 .txt {
    line-height: 41px;
    width: 445px;
    margin-bottom: 105px;
  }

  #sec4 .floor-map {
    width: 603px;
    margin-left: auto;
    position: absolute;
    top: 555px;
    right: -30px;
    text-align: right;
  }

  #sec4 .floor-map .en {
    margin-top: 15px;
  }
}

#sec5 {
  background: url(../img/interior/main_bg.jpg) repeat;
}

#sec5 .wrap-slider .photo {
  position: relative;
}

#sec5 .wrap-slider .photo .note {
  position: absolute;
  z-index: 2;
  bottom: 2vw;
  right: 2vw;
  color: #fff;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: normal;
}

#sec5 .floor-map .en {
  position: absolute;
  top: 10vw;
  left: 0;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 132px 0 104px;
  }

  #sec5 .wrap {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }

  #sec5 .wrap-slider {
    width: 100%;
  }

  #sec5 .wrap-slider .slick-prev {
    left: calc(50% - 148px);
  }

  #sec5 .wrap-slider .slick-next {
    right: calc(50% - 148px);
  }

  #sec5 .wrap-slider .photo {
    height: 700px;
  }

  #sec5 .wrap-slider .photo .note {
    bottom: 39px;
    right: 29px;
    font-size: 35px;
    letter-spacing: 0.1em;
  }

  #sec5 .desc {
    margin-left: 138px;
    padding-top: 216px;
    margin-bottom: 59px;
  }

  #sec5 .desc .num {
    position: absolute;
    top: -8px;
    left: -194px;
    z-index: 1;
  }

  #sec5 .desc h2 .small {
    margin-bottom: 16px;
  }

  #sec5 .txt {
    text-align: center;
    line-height: 41px;
    margin-bottom: 78px;
  }

  #sec5 .floor-map {
    position: absolute;
    top: 799px;
    right: 73px;
  }

  #sec5 .floor-map .en {
    top: 55px;
    left: 0;
  }
}

#sec6 {
  background: url(../img/interior/main_bg5.jpg) repeat;
}

#sec6 .photo {
  margin-bottom: 8vw;
}

#sec6 .group-num {
  display: flex;
  justify-content: center;
  margin-bottom: 4vw;
}

#sec6 .num {
  margin: 0;
}

#sec6 .num:nth-child(1) {
  margin-right: -3vw;
}

#sec6 .num:nth-child(2) {
  margin-left: -3vw;
}

#sec6 .floor-map {
  width: 45vw;
  padding-left: 25vw;
  margin: 0 auto 10vw;
}

#sec6 .floor-map .en {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 102px 0 171px;
  }

  #sec6 .photo {
    margin-bottom: 0;
    position: absolute;
    top: 11px;
    left: -140px;
  }

  #sec6 .desc {
    width: 415px;
    margin-left: auto;
    margin-right: -36px;
    margin-bottom: 117px;
  }

  #sec6 .desc .group-num {
    margin-bottom: 23px;
  }

  #sec6 .desc .num {
    margin: 0;
    flex-shrink: 0;
  }

  #sec6 .desc .num:nth-child(1) {
    margin-right: -30px;
  }

  #sec6 .desc .num:nth-child(2) {
    margin-left: -30px;
  }

  #sec6 .desc h2 .small {
    margin-bottom: 20px;
  }

  #sec6 .txt {
    width: 490px;
    line-height: 41px;
    margin-bottom: 177px;
  }

  #sec6 .floor-map {
    width: 236px;
    padding-left: 0;
    margin: 0 0 0 auto;
    position: absolute;
    top: 541px;
    right: 147px;
  }

  #sec6 .floor-map .en {
    left: -161px;
    bottom: -3px;
  }
}

#sec7 {
  background: url(../img/interior/main_bg4.jpg) repeat;
  padding: 10vw 0 20vw;
  position: relative;
  z-index: 1;
}

#sec7::before {
  content: "";
  position: absolute;
  inset: 2vw;
  --cs: 21px;
  --lc: #a39071;
  --lw: 2px;
  --tl: url(../img/interior/border_st1_1.png);
  --tr: url(../img/interior/border_st1_2.png);
  --br: url(../img/interior/border_st1_4.png);
  --bl: url(../img/interior/border_st1_3.png);
  background-image: var(--tl), var(--tr), var(--bl), var(--br), linear-gradient(var(--lc), var(--lc)), linear-gradient(var(--lc), var(--lc)), linear-gradient(var(--lc), var(--lc)), linear-gradient(var(--lc), var(--lc));
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, top right, bottom left, bottom right, var(--cs) 0, var(--cs) 100%, 0 var(--cs), 100% var(--cs);
  background-size: var(--cs) var(--cs), var(--cs) var(--cs), var(--cs) var(--cs), var(--cs) var(--cs), calc(100% - var(--cs) * 2) var(--lw), calc(100% - var(--cs) * 2) var(--lw), var(--lw) calc(100% - var(--cs) * 2), var(--lw) calc(100% - var(--cs) * 2);
  z-index: -2;
}

#sec7 .deco1,
#sec7 .deco2 {
  width: 30vw;
  position: absolute;
  bottom: 30vw;
  z-index: -1;
}

#sec7 .deco1 {
  left: 0;
}

#sec7 .deco2 {
  right: 0;
}

#sec7 .en-all {
  text-align: center;
  margin-bottom: 3vw;
}

#sec7 h2 {
  font-size: 8vw;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 6vw;
  color: #000;
}

#sec7 .txt {
  color: #000;
  margin-bottom: 8vw;
}

#sec7 .contact .tel-info {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #sec7 {
    padding: 119px 0 133px;
  }

  #sec7::before {
    inset: 10px;
    z-index: -1;
  }

  #sec7 .deco1,
  #sec7 .deco2 {
    width: 268px;
    top: unset;
    bottom: 61px;
    z-index: -2;
  }

  #sec7 .deco1 {
    left: -62px;
  }

  #sec7 .deco2 {
    right: -62px;
  }

  #sec7 .en-all {
    margin-bottom: 4px;
  }

  #sec7 h2 {
    font-size: 35px;
    margin-bottom: 28px;
  }

  #sec7 .txt {
    margin-bottom: 43px;
    line-height: 36px;
    text-align: center;
  }

  #sec7 .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  #sec7 .contact .tel-info {
    margin-bottom: 0;
  }

  #sec7 .contact .btn-web {
    margin-top: 19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  #sec2 .list .item .desc .sub {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec1 .box ul {
    gap: 0 30px;
  }

  #sec1 .box {
    padding: 66px 39px 44px;
  }

  #sec2 .list .item .desc .sub {
    font-size: 18px;
  }

  #sec3 .desc .num {
    top: -20px;
    left: -50px;
  }

  #sec4 .desc .num {
    right: -40px;
  }

  #sec5 .desc {
    margin-left: 40px;
  }

  #sec5 .desc .num {
    top: -30px;
    left: -65px;
  }
}