@media screen and (min-width: 768px) {
	.head-info .head-social,
	.head-info .head-contact {
		right: 130px;
	}
}


#head-key {
  padding-top: 18vw;
  padding-right: 5vw;
  box-sizing: border-box;
  margin-bottom: -6vw;
}
#head-key #key {
  height: 120vw;
}
#head-key #key p {
  height: 120vw;
}
@media screen and (min-width: 768px) {
  #head-key {
    padding-top: 142px;
    padding-right: 100px;
    margin-bottom: -32px;
  }
  #head-key #key {
    height: 700px;
  }
  #head-key #key p {
    height: 700px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
	#head-key {
		padding-right: 50px;
	}
	.head-info .head-social,
	.head-info .head-contact {
		right: 80px;
	}
}


#lead {
  z-index: 2;
  margin-bottom: 14vw;
  overflow: hidden;
}
#lead .set1 {
  position: relative;
  z-index: 2;
  margin-bottom: 12vw;
  display: block;
}
#lead .set1 h2 {
  margin-top: 0;
  margin-left: -4vw;
}
#lead .set1 .text {
  padding-top: 7vw;
}
#lead .set2 {
  position: relative;
  margin-bottom: 15vw;
  display: block;
}
#lead .set2::after {
  content: "";
  background: url("../img/course/lead_deco.png") no-repeat center;
  background-size: 100% auto;
  width: 100vw;
  position: absolute;
  top: 23vw;
  right: 0;
  z-index: -1;
  height: 553px;
}
#lead .set2 .photo {width: 100%;height: 65vw;margin-bottom: 5vw;}
#lead .set2 h3 {
}
#lead .set3 {
  position: relative;
  margin-bottom: 0;
}
#lead .set3 .slider__s {
  position: relative;
}
#lead .set3 .slider__s .object-fit-cover {
  height: 60vw;
  width: 100%;
}
#lead .set3 .box {
  position: relative;
  z-index: 2;
}
#lead .set3 .box h3 {
  margin-bottom: 7vw;
}
#lead .set3 .box .bnr {
}

#lead .slick-dots {
    line-height: 1;
    bottom: auto;
    top: -10vw;
    text-align: right;
    right: 6vw;
    width: auto;
}
#lead .slick-dots li {
    width: 18px;
    height: 18px;
}
#lead .slick-dots li button {
	background: url("../img/course/dotted01_a.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 15px;
	height: 15px;
}

#lead .slick-dots li.slick-active button {
	background: url("../img/course/dotted01.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#lead .slick-dots li button::before {
	display: none;
}


@media screen and (min-width: 768px) {
  #lead {
    margin-bottom: 0;
  }
  #lead .set1 {
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
  }
  #lead .set1 h2 {
    width: 614px;
    margin-left: -148px;
    margin-top: 0;
  }
  #lead .set1 .text {
    width: 536px;
    margin-right: -101px;
    padding-top: 120px;
    letter-spacing: 0;
  }
  #lead .set2 {
    align-items: center;
    margin-bottom: 57px;
    display: flex;
    justify-content: space-between;
  }
  #lead .set2::after {
    width: 997px;
    height: 533px;
    top: -81px;
    right: -265px;
  }
  #lead .set2 .photo {
    width: 680px;
    height: 484px;
    margin-left: -180px;
    margin-bottom: 0;
  }
  #lead .set2 h3 {
    width: 581px;
    margin-right: -127px;
    padding-bottom: 4px;
  }
  #lead .set3 {
    padding-bottom: 151px;
  }
  #lead .set3 .slider__s {
    width: 765px;
    position: absolute;
    top: 0;
    right: -179px;
  }
  #lead .set3 .slider__s .object-fit-cover {
    height: 460px;
    width: 100%;
  }
  #lead .set3 .box {
    margin-left: -98px;
    padding-top: 69px;
  }
  #lead .set3 .box h3 {
    width: 646px;
    margin-bottom: 60px;
    margin-left: -20px;
  }
  #lead .set3 .box .bnr {
    width: 444px;
  }
	
#lead .slick-dots {
    top: -53px;
    right: 74px;
}
#lead .slick-dots li {
    margin: 0 8px;
}
#lead .slick-dots li button {
	width: 18px;
	height: 18px;
}

#lead .slick-dots li.slick-active button {

}

}
#link {
  position: relative;
  margin-bottom: 8vw;
}
#link .wrap {
  max-width: 1300px;
  margin: 0 auto;
}
#link ul {display: flex;justify-content: space-between;}
#link ul li {
  background: url("../img/course/link_bg01.jpg") no-repeat top center;
  background-size: cover;
  border: 2px solid #fff;
  margin-bottom: 0;
  width: 47%;
}
#link ul li a {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 32vw;
  position: relative;
  font-size: 3.92vw;
  text-align: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}
#link ul li a::before {
  content: "";
  background: url("../img/course/link_bg01_on.jpg") no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s ease;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
#link ul li a::after {
  content: "";
  background: url("../img/course/link_icon.png") no-repeat center;
  width: 9vw;
  height: 9vw;
  background-size: 100% auto;
  position: absolute;
  bottom: -5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#link ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
#link ul li a strong {
  display: block;
  position: relative;
  z-index: 2;
}
#link ul li a span {
  max-width: 143px;
  position: relative;
  display: inline-block;
  top: -2vw;
  left: 0;
  line-height: 1;
  width: 17vw;
}
#link ul li a small {
  font-size: 5.15vw;
}
@media screen and (min-width: 768px) {
  #link {
    margin-bottom: 58px;
  }
  #link .wrap {
    margin-bottom: 0;
  }
  #link ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  #link ul li {
    width: 48%;
    background: url("../img/course/link_bg01.jpg") no-repeat top center;
    background-size: cover;
    border: 4px solid #fff;
  }
  #link ul li a {
    height: 220px;
    font-size: 32px;
    letter-spacing: -1px;
  }
  #link ul li a::before {
    opacity: 0;
    visibility: hidden;
  }
  #link ul li a::after {
    width: 63px;
    height: 63px;
    bottom: -23px;
  }
  #link ul li a strong {
    margin-bottom: 0;
  }
  #link ul li a span {
    width: 143px;
    top: -9px;
    left: 0;
  }
  #link ul li a small {
    font-size: 40px;
  }
}
.style__common {
  position: relative;
}
.style__common .note-1 {
  text-align: right;
  line-height: 1;
  max-width: 1200px;
  margin: 0 auto 5vw;
  padding-right: 5vw;
  font-size: 12px;
}
.style__common .set1 .bg-parallax {
  height: 75vw;
}
.style__common .set2 {
  position: relative;
  z-index: 2;
}
.style__common .set2 .wrap {
  margin-bottom: 0;
}
.style__common .set2 .info {
  position: relative;
  z-index: 3;
}
.style__common .set2 .box {
  color: #000000;
  margin-right: 0;
}
.style__common .set2 .box .inside {
  padding: 10vw 5vw;
  background: url("../img/shared/pt3.jpg");
}
.style__common .set2 .box .inside h3 {
  text-align: center;
  font-size: 6.54vw;
  font-weight: 600;
  background: url("../img/course/oita_line_sp.png") repeat-x bottom left;
  line-height: 1;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
}
.style__common .set2 .box .inside dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
  align-items: flex-end;
}
.style__common .set2 .box .inside dl dt {
  font-size: 4.69vw;
  padding-right: 5vw;
}
.style__common .set2 .box .inside dl dd {
  font-size: 5.62vw;
}
.style__common .set2 .box .inside dl dd span {
  font-size: 7.15vw;
}
.style__common .set2 .box .inside .list {
  padding-left: 6vw;
  padding-right: 0;
  margin-bottom: 4vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.style__common .set2 .box .inside .list ul {
  width: 48%;
   display: flex;
 -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:flex-end;
 flex-wrap: wrap;
}
.style__common .set2 .box .inside .list ul li {
  width:100%;
  position: relative;
  font-size: 3.68vw;
  line-height: 2;
  left:40%;
}
.style__common .set2 .box .inside .list ul li:last-child {
  text-align: right;
}
.style__common .set2 .box .inside .list ul li:last-child::before {
  background: none;
}
.style__common .set2 .box .inside .list ul li::before {
  content: "";
  background: #000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.style__common .set2 .box .inside .list ul + ul {
  width: 50%;
}
.style__common .set2 .box .inside .note-2 {
  font-size: 13px;
  padding-left: 15px;
  position: relative;
  line-height: 2;
}
.style__common .set2 .box .inside .note-2 span {
  display: block;
  position: absolute;
  width: 13px;
  top: 0;
  left: 0;
}
.style__common .set3 h3 {
  font-size: 6.15vw;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.style__common .set3 h3 span {
	display: block;
	margin-left: -3vw;
}
.style__common .set3 h3 small {
  display: inline-block;
  transform: rotate(-7deg);
}
.style__common .set3 .note-2 {
  font-size: 3.08vw;
  padding-left: 17px;
  position: relative;
  line-height: 24px;
  text-align: center;
}
.style__common .set3 .note-2 span {
  display: inline;
  position: relative;
}
@media screen and (min-width: 768px) {
  .style__common {
    margin-bottom: 0;
  }
  .style__common .note-1 {
    margin: 0 auto 57px auto;
    font-size: 14px;
    padding-right: 0;
    letter-spacing: 0.5px;
  }
  .style__common .set1 .bg-parallax {
    height: 700px;
  }
  .style__common .set2 {
    margin-bottom: 0;
  }
  .style__common .set2 .wrap {
    margin-bottom: 0;
  }
  .style__common .set2 .info {
    margin-bottom: 0;
  }
  .style__common .set2 .box {
    width: 492px;
    color: #000000;
    margin-right: -101px;
  }
  .style__common .set2 .box .inside {
    padding: 59px 62px 50px 65px;
  }
  .style__common .set2 .box .inside h3 {
    font-size: 36px;
    background: url("../img/course/oita_line.png") repeat-x bottom left;
    padding-bottom: 27px;
    margin-bottom: 22px;
  }
  .style__common .set2 .box .inside dl {
    margin-bottom: 35px;
  }
  .style__common .set2 .box .inside dl dt {
    font-size: 24px;
    padding-right: 28px;
  }
  .style__common .set2 .box .inside dl dd {
    font-size: 30px;
  }
  .style__common .set2 .box .inside dl dd span {
    font-size: 40px;
    padding-right: 7px;
    letter-spacing: 1px;
  }
  .style__common .set2 .box .inside .list {
    padding-left: 31px;
    padding-right: 0;
    margin-bottom: 36px;
  }
  .style__common .set2 .box .inside .list ul {
    width: 100%;
  }
  .style__common .set2 .box .inside .list ul li {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    left:-20px;
    width:140px;
  }
  .style__common .set2 .box .inside .list ul li::before {
    width: 4px;
    height: 4px;
    left: -10px;
  }
  .style__common .set2 .box .inside .list ul + ul {
    width: 46%;
  }
  .style__common .set2 .box .inside .note-2 {
    font-size: 14px;
    padding-left: 20px;
    line-height: 24px;
    margin-left: 14px;
  }
  .style__common .set2 .box .inside .note-2 span {
    position: absolute;
    width: 14px;
    top: 0;
    left: 0;
  }
  .style__common .set3 h3 {
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 36px;
    text-align: left;
    letter-spacing: -2px;
  }
.style__common .set3 h3 {
}
.style__common .set3 h3 span {
	margin-left: -18px;
	letter-spacing: -3px;
}
.style__common .set3 h3 small {
  font-size: 40px;
  margin-left: -7px;
}
	
	
	
  .style__common .set3 .note-2 {
    font-size: 18px;
    padding-left: 0;
    line-height: 24px;
    text-align: left;
    letter-spacing: 1px;
  }
  .style__common .set3 .note-2 span {
    width: 18px;
    top: 0;
    left: 0;
  }
}
#oita {
  margin-bottom: 0;
  padding-top: 10vw;
}
#oita .set1 {
  margin-bottom: -16vw;
}

#oita .set1 .bg-parallax .img-parallax img {
	object-position: 50% 50%;
}


#oita .set2 {
  margin-bottom: 6vw;
}
#oita .set2 .wrap {
  padding-top: 0;
  display: block;
}
#oita .set2 .box {
  padding-top: 10vw;
}
#oita .set2 .info {
}
#oita .set2 .info h2 {
  margin-bottom: 5vw;
  margin-left: -6vw;
}
#oita .set2 .info .text {
}
#oita .set3 {
  position: relative;
  z-index: 2;
  padding-bottom: 14vw;
}
#oita .set3 .photo {
  position: relative;
  margin: 0 -14vw;
}
#oita .set3 .box {
  padding-top: 0;
}
#oita .set4 {
  position: relative;
}
#oita .set4 .photo__group {
  position: relative;
  margin-bottom: 0;
}
#oita .set4 .photo__group .photo-1 {
  width: 52vw;
  height: 35vw;
  margin-right: -8vw;
  margin-bottom: -12vw;
  margin-left: auto;
}
#oita .set4 .photo__group .photo-2 {
  width: 50vw;
  height: 40vw;
  margin-left: -8vw;
  margin-bottom: -24vw;
}
#oita .set4 .photo__group .photo-3 {
  width: 45vw;
  height: 30vw;
  margin-left: auto;
  margin-right: -1vw;
}
@media screen and (min-width: 768px) {
  #oita {
    margin-bottom: 0;
    padding-top: 90px;
  }
  #oita .set1 {
    margin-bottom: -117px;
  }
	
	#oita .set1 .bg-parallax .img-parallax img {
	object-position: 50% 50%;
}
	
  #oita .set2 {
    margin-bottom: 0;
  }
  #oita .set2 .wrap {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
  }
  #oita .set2 .box {
    padding-top: 222px;
  }
  #oita .set2 .info {
    width: 645px;
    margin-left: -100px;
  }
  #oita .set2 .info h2 {
    margin-bottom: 24px;
    margin-left: 0;
  }
  #oita .set2 .info .text {
    width: 493px;
    padding-left: 73px;
  }
  #oita .set3 {
    padding-bottom: 120px;
  }
  #oita .set3 .photo {
    position: absolute;
    top: -106px;
    left: -129px;
    width: 751px;
    margin: 0;
  }
  #oita .set3 .box {
    padding-top: 100px;
    width: 515px;
    margin-left: auto;
    margin-right: -146px;
  }
  #oita .set4 {
    margin-bottom: 0;
  }
  #oita .set4 .photo__group {
    margin-bottom: 0;
  }
  #oita .set4 .photo__group .photo-1 {
    width: 553px;
    height: 372px;
    margin-right: -169px;
    margin-bottom: -96px;
  }
  #oita .set4 .photo__group .photo-2 {
    width: 651px;
    height: 450px;
    margin-left: -130px;
    margin-bottom: -281px;
  }
  #oita .set4 .photo__group .photo-3 {
    width: 516px;
    height: 338px;
    margin-right: -99px;
    margin-left: auto;
  }
}
#bofu {
  padding-bottom: 0;
  padding-top: 15vw;
}
#bofu::before {
  content: "";
  background: url("../img/course/pt03.jpg");
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: -1px;
}
#bofu .set1 {
  margin-bottom: -16vw;
}

#bofu .set1 .bg-parallax .img-parallax img {
	object-position: 30% 50%;
}

#bofu .set2 {
  margin-bottom: 6vw;
}
#bofu .set2 .wrap {display: block;}
#bofu .set2 .box {
  padding-top: 10vw;
}
#bofu .set2 .info {
}
#bofu .set2 .info h2 {
  margin: 0 0vw 1vw -5vw;
}
#bofu .set2 .info .text {
}
#bofu .set3 {
  position: relative;
  z-index: 2;
  padding-bottom: 10vw;
}
#bofu .set3 .photo {
  position: relative;
  margin: 0 -15vw;
}
#bofu .set3 .box {
  padding-top: 0;
}
#bofu .set4 {
  position: relative;
}
#bofu .set4 .photo__group {
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#bofu .set4 .photo__group .photo-1 {
  width: 48vw;
  height: 50vw;
  margin-left: -5vw;
}
#bofu .set4 .photo__group .photo-2 {
  width: 48vw;
  height: 80vw;
  margin-right: -6vw;
}
@media screen and (min-width: 768px) {
  #bofu {
    padding-bottom: 120px;
    padding-top: 104px;
  }
  #bofu::before {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: -1px;
  }
  #bofu .set1 {
    margin-bottom: -118px;
  }
	#bofu .set1 .bg-parallax .img-parallax img {
	object-position: 50% 50%;
}
  #bofu .set2 {
    margin-bottom: 0;
  }
  #bofu .set2 .wrap {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
  }
  #bofu .set2 .box {
    padding-top: 224px;
  }
  #bofu .set2 .info {
    width: 663px;
    margin-left: -99px;
  }
  #bofu .set2 .info h2 {
    margin: 0 0 11px;
  }
  #bofu .set2 .info .text {
    width: 493px;
    padding-left: 72px;
  }
  #bofu .set3 {
    padding-bottom: 128px;
  }
  #bofu .set3 .photo {
    position: absolute;
    top: -91px;
    left: -129px;
    width: 750px;
    margin: 0;
  }
  #bofu .set3 .box {
    padding-top: 100px;
    width: 515px;
    margin-left: auto;
    margin-right: -146px;
  }
  #bofu .set4 {
    margin-bottom: 0;
  }
  #bofu .set4 .photo__group {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #bofu .set4 .photo__group .photo-1 {
    width: 651px;
    height: 457px;
    margin-left: -130px;
  }
  #bofu .set4 .photo__group .photo-2 {
    width: 594px;
    height: 726px;
    margin-right: -186px;
  }
}
#premium {
  padding-top: 15vw;
  position: relative;
  background: url("../img/course/pt03.jpg");
}
#premium::before {
  content: "";
  background: url("../img/course/pt03.jpg");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 157px;
  z-index: -1;
}
#premium .para {
  padding-bottom: 0;
  position: relative;
}
#premium .para .para__inside {
  position: relative;
  height: 75vh;
  overflow: hidden;
}
#premium .para .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#premium .para .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
  object-position: 50% 50%;
  right: 0;
}
#premium .para .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
#premium .para .wrap.active__on {
  opacity: 1;
}
#premium .para .wrap__content {
  padding-top: 0;
  text-align: center;
  color: #fff;
  opacity: 1;
}
#premium .para .wrap__content h2 {
  margin: 0 auto 7vw;
}
#premium .para .wrap__content .price {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 7vw;
}
#premium .para .wrap__content .price dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #b10f0f;
  border-radius: 40px;
  color: #fff;
  line-height: 1;
  font-size: 4.2vw;
  padding: 3vw 8vw 3.5vw;
}
#premium .para .wrap__content .price dl dt {
  margin-right: 7vw;
}
#premium .para .wrap__content .price dl dd {
  margin-left: 0;
}
#premium .para .wrap__content .price dl dd span {
  font-size: 6.15vw;
  padding-right: 1vw;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 1px;
}
#premium .para .wrap__content .text {
  margin-bottom: 0;
}
#premium .overlay {
  z-index: 2;
  opacity: 0;
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;	
	
}
#premium .overlay img {
	width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
    object-position: 50% 50%;
    right: 0;
}
@media screen and (min-width: 768px) {
  #premium {
    padding-top: 0;
  }
  #premium::before {
    top: 0;
    left: 0;
    right: 0;
    height: 157px;
  }
  #premium .para {
    padding-bottom: 0;
  }
  #premium .para .para__inside {
    height: 100vh;
  }
  #premium .para .img-parallax img {
    object-position: 50% 50%;
  }
  #premium .para .wrap {
    margin-bottom: 0;
  }
  #premium .para .wrap__content {
    padding-top: 0px;
    text-align: center;
  }
  #premium .para .wrap__content h2 {
    width: 861px;
    margin: 0 auto 30px;
  }
  #premium .para .wrap__content .price {
    margin-bottom: 40px;
  }
  #premium .para .wrap__content .price dl {
    font-size: 30px;
    padding: 18px 92px 25px;
  }
  #premium .para .wrap__content .price dl dt {
    margin-right: 93px;
  }
  #premium .para .wrap__content .price dl dd {
    margin-left: 0;
  }
  #premium .para .wrap__content .price dl dd span {
    font-size: 40px;
    padding-right: 10px;
  }
  #premium .para .wrap__content .text {
    margin-bottom: 0;
    line-height: 39px;
  }
  #premium .overlay, #premium .overlay img{
    height: 100vh;
  }
  #premium .para .img-parallax{
    height: 100vh;
  }
  #premium .para .img-parallax img{
    height: 100vh;
  }
  /* #premium .overlay {
    background: url("../img/course/premium_bg02.jpg") no-repeat 50% 50%;
    background-size: cover;
  } */
}
#reserve {
  position: relative;
  z-index: 2;
  background: url("../img/course/reserve_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 20vw;
  padding-bottom: 20vw;
}
#reserve .title {
  margin-bottom: 9vw;
  text-align: center;
}
#reserve .title h2 {
  font-size: 6.15vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5vw;
}
#reserve .title h3 {
  color: #7b7b7b;
  font-size: 4.62vw;
  line-height: 1;
}
#reserve .text {
  margin-bottom: 0;
}
#reserve .text p {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.02em;
}
#reserve .text p span {
  display: block;
  position: absolute;
  width: 14px;
  top: 0;
  left: 0;
}
#reserve .right {
  position: relative;
  margin-bottom: 7vw;
}
#reserve .right .tel {
  margin-bottom: 0;
  text-align: center;
}
#reserve .right .tel span.tel-icon {
  margin-right: 10px;
  display: inline-block;
}
#reserve .right .tel span.tel-icon span {
    width: 6vw;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 3vw;
    max-width: 32px;
}
#reserve .right .tel span {
  font-size: 9.08vw;
}
#reserve .right .note {
  font-size: 3vw;
  margin-bottom: 5vw;
  letter-spacing: 0;
  text-align: center;
}
#reserve .right .btn-web-1 {
}

	#reserve .right .btn-web-1 a {}
	#reserve .right .btn-web-1 a span {}
	#reserve .right .btn-web-1 a span::before {
		background: url("../img/course/icon_main.png") no-repeat center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  #reserve {
    padding-top: 137px;
    padding-bottom: 100px;
  }
  #reserve .title {
    width: 50%;
    margin-bottom: 56px;
    text-align: left;
  }
  #reserve .title h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 34px;
    letter-spacing: -2px;
  }
  #reserve .title h3 {
    font-size: 30px;
    padding-left: 5px;
  }
  #reserve .text {
    margin-bottom: 0;
  }
  #reserve .text p {
    padding-left: 17px;
    font-size: 18px;
    line-height: 30px;
  }
  #reserve .text p span {
    position: absolute;
    width: 14px;
    top: 0;
    left: 0;
  }
  #reserve .right {
    position: absolute;
    top: 31px;
    right: -6px;
    margin-bottom: 0;
    z-index: 2;
  }
  #reserve .right .tel {
    margin-bottom: 9px;
    text-align: right;
    letter-spacing: 1px;
    padding-right: 28px;
  }
  #reserve .right .tel span.tel-icon {
    margin-right: 10px;
  }
#reserve .right .tel span.tel-icon span {
    margin-right: 9px;
    width: 32px;
}
  #reserve .right .tel span {
    font-size: 59px;
  }
  #reserve .right .note {
    font-size: 16px;
    margin-bottom: 28px;
    margin-right: -21px;
  }
  #reserve .right .btn-web-1 {
    width: 392px;
    margin-right: 4px;
    margin-left: auto;
  }
	
	#reserve .right .btn-web-1 a {
    font-size: 26px;
    width: 100%;
    padding: 30px 4px 35px 43px;
    letter-spacing: 1px;
}
	#reserve .right .btn-web-1 a span {
    padding-left: 11px;
}
	#reserve .right .btn-web-1 a span::before {
    width: 32px;
    height: 20px;
    left: -45px;
}
}
#floor {
  position: relative;
  z-index: 3;
  padding-bottom: 18vw;
}
#floor .set1 {
  position: relative;
  margin-bottom: -8vw;
}
#floor .set1 h2 {
  position: absolute;
  top: 40%;
  left: 0;
	right: 0;
	text-align: center;
  max-width: 449px;
  z-index: 2;
  width: 67vw;
	margin: 0 auto;
}
#floor .set1 .bg-parallax {
  height: 120vw;
}
#floor .set1 .bg-parallax img {object-position: 64% 50%;}
#floor .set2 {
  position: relative;
  z-index: 3;
  padding-bottom: 13vw;
}
#floor .set2 h3 {
  position: relative;
  margin: 0 auto;
  max-width: 514px;
  width: 60vw;
}
#floor .set2 .box {
  padding-top: 7vw;
  margin-left: 0;
}
#floor .set2 .box h4 {
  margin-bottom: 2vw;
  margin-left: -5vw;
}
#floor .set2 .box .text {margin-bottom: 10vw;}
#floor .set2 .floormap {
  background: url("../img/shared/pt3.jpg");
  position: relative;
  z-index: 2;
  color: #000;
  padding: 9vw 0;
}
#floor .set2 .floormap h5 {
  font-size: 5vw;
  line-height: 1;
  border-bottom: 1px solid #000000;
  width: 39vw;
  text-align: right;
  margin-bottom: 6vw;
}
#floor .set2 .floormap h5 span {
  padding-right: 1vw;
  display: inline-block;
}
#floor .set2 .floormap .zoom {
  position: absolute;
  top: 8vw;
  padding-left: 7vw;
  font-size: 2.7vw;
  line-height: 1.5;
  right: 4vw;
  width: 33vw;
  letter-spacing: 0;
}
#floor .set2 .floormap .zoom::before {
  content: "";
  background: url("../img/course/icon_zoom.png") no-repeat;
  background-size: 100% auto;
  max-width: 23px;
  max-height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5vw;
  height: 5vw;
  transform: translateY(-50%);
}
#floor .set2 .slider__s {
  position: relative;
  margin: 0px 4%;
}
#floor .set2 .slider__s .pop {
  position: absolute;
  width: 10vw;
  transition: all .4s ease;
  cursor: pointer;
  z-index: 2;
}
#floor .set2 .slider__s .pop:hover {
  opacity: .6;
}
#floor .set2 .slider__s .pop01 {
  top: -2%;
  right: 2%;
}
#floor .set2 .slider__s .pop02 {
  top: 50%;
  right: 26%;
}
#floor .set2 .slider__s .pop03 {
  top: 0%;
  left: 26%;
}
#floor .set2 .slider__s .pop04 {
  top: 39%;
  left: 38%;
}
#floor .set2 .slider__s .pop05 {
  top: 44%;
  left: 1%;
}
#floor .set2 .slider__s .pop06 {
  top: 67%;
  right: 46%;
}
#floor .set2 .slider__s .pop07 {
  top: 70%;
  left: 20%;
}
#floor .set3 {
  position: relative;
}
#floor .set3 .photo__group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#floor .set3 .photo__group .object-fit-cover {
  height: 43vw;
  width: 53%;
}
#floor .set3 .photo__group .photo-1 {
  margin-left: -5vw;
}
#floor .set3 .photo__group .photo-2 {
  margin-right: -5vw;
}
@media screen and (min-width: 768px) {
  #floor {
    padding-bottom: 135px;
  }
  #floor .set1 {
    margin-bottom: 0;
  }
  #floor .set1 h2 {
    width: 449px;
    top: 43%;
  }
  #floor .set1 .bg-parallax {
    height: 703px;
  }
#floor .set1 .bg-parallax img {
object-position: 50% 50%;
}
  #floor .set2 {
    padding-bottom: 96px;
  }
  #floor .set2 h3 {
    position: absolute;
    top: -158px;
    left: -321px;
    width: 156px;
  }
  #floor .set2 .box {
    padding-top: 66px;
    margin-left: -50px;
  }
  #floor .set2 .box h4 {
    width: 542px;
    margin-bottom: 24px;
    margin-left: -81px;
  }
  #floor .set2 .box .text {
    width: 461px;
    margin-left: -47px;
    margin-bottom: 0;
  }
  #floor .set2 .floormap {
    width: 660px;
    position: absolute;
    top: -50px;
    right: -119px;
    padding: 43px 0 56px;
  }
  #floor .set2 .floormap h5 {
    font-size: 30px;
    border-bottom: 2px solid #000000;
    width: 250px;
    text-align: right;
    margin-bottom: 25px;
  }
  #floor .set2 .floormap h5 span {
    padding-right: 10px;
  }
  #floor .set2 .floormap .zoom {
    top: 49px;
    padding-left: 29px;
    font-size: 16px;
    right: 0;
    width: 50%;
    letter-spacing: -0.5px;
  }
  #floor .set2 .floormap .zoom::before {
    width: 23px;
    height: 23px;
    left: 0;
  }
  #floor .set2 .slider__s {
    width: 581px;
    margin: 0 0 0 24px;
  }
  #floor .set2 .slider__s .pop {
    position: absolute;
    width: 50px;
    height: 44px;
  }
  #floor .set2 .slider__s .pop01 {
    top: 3%;
    right: 3%;
  }
  #floor .set2 .slider__s .pop02 {
    top: 51%;
    right: 28%;
  }
  #floor .set2 .slider__s .pop03 {
    top: 0%;
    left: 30%;
  }
  #floor .set2 .slider__s .pop04 {
    top: 42%;
    left: 39%;
  }
  #floor .set2 .slider__s .pop05 {
    top: 46%;
    left: 6%;
  }
  #floor .set2 .slider__s .pop06 {
    top: 73%;
    right: 48%;
  }
  #floor .set2 .slider__s .pop07 {
    top: 74%;
    left: 20%;
  }
  #floor .set3 {
    margin-bottom: 0;
  }
  #floor .set3 .photo__group {
  }
  #floor .set3 .photo__group .object-fit-cover {
    height: 445px;
    width: 648px;
  }
  #floor .set3 .photo__group .photo-1 {
    margin-left: -158px;
  }
  #floor .set3 .photo__group .photo-2 {
    margin-right: -169px;
  }
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}
.popup-top {
  max-width: 1200px;
  background: transparent;
    padding-left: 0;
    padding-right: 0;
}



.popup-top .remodal-close {
  transition: all .4s ease;
  width: 35px;
  height: 35px;
	position: sticky;
	margin-left: auto;
	margin-right: 0;
}
.popup-top .remodal-close:hover {
  opacity: .5;
}
.popup-top .remodal-close:before {
  display: none;
}
.popup-top .p-box {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.popup-top .p-box .pp__title {
  color: #fff;
  font-size: 6.15vw;
  margin-bottom: 7vw;
}
.popup-top .p-box .pp__title span.num {
  display: inline-block;
  position: relative;
  margin-right: 2vw;
  color: #000;
  font-size: 5.62vw;
  width: 10vw;
  height: 10vw;
  text-align: center;
  line-height: 10vw;
  background: #fff;
  border-radius: 50%;
}

.popup-top .slick-slide,
.popup-top .p-box .pp__photo {
  height: 60vw;
  width: 100%;
}
.popup-top .slick-slide {
	width: 100%;
}

.popup-top .pp_slick {

}
.popup-top .slick-slide {
  
}


.popup-top .slick-track,
.popup-top .p-box .pp__photo {
    min-width: 320px;
    min-height: 216px;
	
}



.popup-top .p-box .pp__name {
  position: absolute;
  font-size: 4.08vw;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
	min-width: 400px;
	text-align: left;
}







@media screen and (min-width: 768px) {
  .popup-top {
    margin-bottom: 0;
  }
  .popup-top .remodal-close {
    width: 65px;
    height: 65px;
  }
  .popup-top .p-box {
    text-align: center;
  }
  .popup-top .p-box .pp__title {
    font-size: 40px;
    margin-bottom: 52px;
  }
  .popup-top .p-box .pp__title span.num {
    margin-right: 10px;
    font-size: 31px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
	


  .popup-top .p-box .pp__name {
    font-size: 18px;
    bottom: 20px;
    left: 20px;
  }
}


.p-box .slick-dots {
    line-height: 1;
    width: auto;
    position: relative;
    padding-top: 3vw;
}
.p-box .slick-dots li {
    width: 18px;
    height: 18px;
}
.p-box .slick-dots li button {
	background: url("../img/course/dotted01_a.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 15px;
	height: 15px;
}

.p-box .slick-dots li.slick-active button {
	background: url("../img/course/dotted01.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.p-box .slick-dots li button::before {
	display: none;
}

@media screen and (min-width: 768px) {
.p-box .slick-dots {
    padding-top: 20px;
    bottom: 0;
}
.p-box .slick-dots li {
    margin: 10px 10px;
}
.p-box .slick-dots li button {
	width: 18px;
	height: 18px;
}

.p-box .slick-dots li.slick-active button {

}
	
.popup-top .slick-track,
.popup-top .p-box .pp__photo {
	min-width: 800px;
	min-height: 500px;
	        height: 500px;
}
	
	.popup-top .slick-slide {
		height: 500px;
	}
	
	
}



@media screen and (min-width: 768px) and (max-width: 1299px) {
	#lead .set1 h2 {
		margin-left: -85px;
	}
    #lead .set1 .text {
        width: 48%;
        margin-right: -43px;
    }
    #lead .set2 h3 {
        width: 51%;
        margin-right: -54px;
    }
	#lead .set3 .box {
		margin-left: -50px;
	}
	#lead .set3 .slider__s {
        width: 66%;
        right: -12%;
	}
#link .wrap {
	max-width: 1160px;
	}
	.style__common .note-1 {
		padding-right: 30px;
	}
	.style__common .set2 .box {
		margin-right: -70px;
	}
	#bofu .set3 .box,
	#oita .set3 .box{
		margin-right: -123px;
	}
	#floor .set2 .box {
		margin-left: 0;
	}
}
	

@media screen and (min-width: 768px) and (max-height: 800px) {
	#bofu {
		padding-bottom: 114px;
	}
	#premium {
		padding-top: 0;
	}
	#premium .para .wrap__content h2 {
		width: 85%;
		margin: 0 auto 20px;
	}
	#premium .para .wrap__content {
		padding-top: 0;
	}
    #premium .para .wrap__content .price dl {
        font-size: 26px;
        padding: 13px 65px 21px;
    }
	#premium .para .wrap__content .price {
		margin-bottom: 30px;
	}
	#premium .para .para__inside {
		height: 100vh;
	}
}
