@charset "UTF-8";
html.responsive {
  --paddingWrap: 4vw;
}

.ttl-deco {
  color: #4d574a;
  letter-spacing: 0.05em;
  position: relative;
  --gap: 1.2vw;
}
.ttl-deco::before, .ttl-deco::after {
  content: "";
  display: inline-block;
  background: url("../img/english/s6_ttl_deco.png") no-repeat center;
  width: 6vw;
  height: 6vw;
  background-size: contain;
  margin: 0 20px -1.2vw;
}
.ttl-deco::after {
  position: relative;
  transform: rotate(180deg);
}

.para-sec {
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  padding: 25vw 0;
}
.para-sec .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.para-sec .bg p {
  width: 100%;
  height: 100%;
}
.para-sec .bg p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.para-sec h2 {
  display: table;
  margin: 0 auto 6vw;
}

.tel {
  text-align: center;
  line-height: 32px;
}
.tel dt {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  margin-left: 3px;
  line-height: 25px;
}
.tel dd:not(.tel-number) {
  font-size: 33px;
  letter-spacing: 0.03em;
}
.tel dd:not(.tel-number) img {
  width: 16px;
  margin: -5px 5px 0px 3px;
}

.course-item .left h3 {
  --gap: 1.2vw;
  border-bottom: 1px solid #98988d;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
}
.course-item .left ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
.course-item .left ul li::before {
  content: "・";
}
.course-item .right {
  margin-top: 10vw;
  text-align: center;
}
.course-item .right h3 {
  font-size: 4.6vw;
  text-align: center;
  margin-bottom: 6vw;
  letter-spacing: 0.25em;
}
.course-item .right h4 {
  text-align: center;
  color: #fff;
  letter-spacing: 0.25em;
  background: #8f474b;
  padding: 1px 0;
  margin-bottom: 6vw;
}
.course-item .right .row ul {
  display: table;
  margin: 4vw auto 0;
  letter-spacing: 0.1em;
}
.course-item .right .row .col {
  border-bottom: 1px solid #a8a099;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
}
.course-item .right .row .col:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.course-item .right .row + h4 {
  margin-top: 8vw;
  background: #545454;
}

.table {
  display: table;
  margin: 0 auto;
  background: #8f474b;
  color: #fff;
  padding: 1px 35px 0px;
  letter-spacing: 0.25em;
}
.table.gray {
  background: #545454;
}

@media screen and (min-width: 768px) {
  main {
    overflow: visible;
  }
  .wrap {
    width: calc(100% - 40px) !important;
    max-width: 1000px;
    padding: 0 !important;
  }
  .fz28 {
    line-height: 60px;
    font-size: 28px;
  }
  .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .tel dt {
    font-size: 15px;
    line-height: 31px;
  }
  .tel dd {
    font-size: 37px;
  }
  .tel dd img {
    width: 18px;
    margin-left: 5px;
  }
  .para-sec {
    padding: 237px 0 198px;
  }
  .para-sec .wrap {
    max-width: 690px;
  }
  .para-sec .bg p {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .para-sec .bg p img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
    display: block !important;
  }
  .para-sec h2 {
    margin-bottom: 41px;
  }
  .para-sec .txt {
    text-align: center;
    margin-left: 2px;
  }
  .ttl-deco {
    letter-spacing: 0.05em;
  }
  .ttl-deco::before, .ttl-deco::after {
    width: 22px;
    height: 22px;
    margin: 0 20px -2px;
  }
  .price {
    font-size: 23px;
  }
  .course-item .left {
    width: 444px;
  }
  .course-item .left h3 {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .course-item .left ul {
    margin-left: -2px;
  }
  .course-item .right {
    margin-right: -21px;
    width: 550px;
    margin-top: -81px;
  }
  .course-item .right h3 {
    font-size: 18px;
    margin-bottom: 24px;
    margin-left: 4px;
  }
  .course-item .right h4 {
    line-height: 31px;
    padding-left: 5px;
    margin-bottom: 20px;
  }
  .course-item .right .row {
    margin: 0 -8px 0px;
    position: relative;
    left: -4px;
  }
  .course-item .right .row .col {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    border: none;
    border-right: 1px solid #a8a099;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .course-item .right .row ul {
    line-height: 35px;
    margin-top: 2px;
  }
  .course-item .right .row + h4 {
    margin-top: 44px;
  }
}
/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  position: relative;
  z-index: 1;
  padding: 16vw 0 7vw;
}
#sec1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  background: url("../img/course/s1_deco.png") no-repeat center;
  background-size: contain;
}
#sec1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 100vw;
  background: url("../img/course/s1_deco2.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
#sec1 .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 135vw;
}
#sec1 h2 {
  white-space: nowrap;
  width: 21vw;
  margin: 0 8vw -41vw auto;
  position: relative;
  z-index: 2;
}
#sec1 h2 .block {
  display: block;
  margin-top: 12vw;
}
#sec1 h2 .white {
  color: #fff;
}
#sec1 .photo1 {
  height: 80vw;
}
#sec1 .photo1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#sec1 .bottom {
  margin-top: 10vw;
}
#sec1 .bottom .text1 {
  margin-bottom: 40px;
}
#sec1 .bottom .text1 span {
  display: block;
  margin-top: 28px;
}
#sec1 .bottom .photo2 {
  margin-top: 10vw;
  width: 59%;
}
#sec1 .bottom ul li:nth-child(1) {
  width: 33.44%;
  margin-left: auto;
}
#sec1 .bottom ul li:nth-child(2) {
  width: 60%;
  margin-top: -16.3%;
}
#sec1 .bottom .btn-link {
  margin: 9vw 0 11vw;
}
#sec1 .bottom .note {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 124px 0 32px;
    overflow: hidden;
  }
  #sec1::before {
    width: 830px;
    height: 772px;
  }
  #sec1::after {
    width: 645px;
    height: 290px;
    bottom: 295px;
  }
  #sec1 .bg {
    width: 586px;
    height: 1321px;
  }
  #sec1 h2 {
    margin-bottom: -243px;
    width: 124px;
    margin-right: 157px;
    line-height: 62px;
    height: 480px;
    letter-spacing: 0.28em;
  }
  #sec1 h2 .big {
    letter-spacing: 0.28em;
  }
  #sec1 h2 .block {
    margin-top: 77px;
  }
  #sec1 .photo1 {
    height: auto;
    margin: 0 50px;
  }
  #sec1 .bottom {
    margin-top: 98px;
    position: relative;
  }
  #sec1 .bottom .photo2 {
    position: absolute;
    top: -16px;
    left: -125px;
    width: auto;
    margin: 0;
  }
  #sec1 .bottom .text1 {
    width: 531px;
    margin-left: auto;
    margin-right: -4px;
    margin-bottom: 94px;
  }
  #sec1 .bottom .text1 span {
    margin-top: 33px;
  }
  #sec1 .bottom .text2 {
    margin-left: 1px;
  }
  #sec1 .bottom ul {
    position: absolute;
    width: 599px;
    right: -126px;
    bottom: 291px;
  }
  #sec1 .bottom .btn-link {
    margin: 232px 0 120px;
    text-align: center;
  }
  #sec1 .bottom .note {
    margin-left: 10px;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 h2 {
  color: inherit;
}
#sec2 h2::before, #sec2 h2::after {
  background: url("../img/english/ttl_deco.png") no-repeat;
  background-size: contain;
}
#sec2 .main .s2-js {
  line-height: 1;
  margin: 0 5vw;
}
#sec2 .main .s2-js .slick-dots {
  position: absolute;
  bottom: 22px;
}
#sec2 .main .s2-js .slick-dots li {
  margin: 0px 7px;
}
#sec2 .main .s2-js .slick-dots li button {
  background: #959d93;
  border: none;
}
#sec2 .main .s2-js .slick-dots li.slick-active button {
  background: #fff;
}
#sec2 .main .content {
  padding: 12vw 4% 0;
  text-align: center;
}
#sec2 .main .content h3 {
  --gap: 1.2vw;
  line-height: 1.6;
  margin: 2vw 0 3vw;
}
#sec2 .main .content .note {
  margin-top: 3vw;
}
#sec2 .main .content .txt {
  margin: 5vw 0 9vw;
  text-align: left;
}
/* #sec2 .main .content .bottom {
  border-top: 1px solid #9d9e94;
  padding-top: 10vw;
} */
#sec2 .main .content .bottom h4 {
  font-size: 5vw;
  letter-spacing: 0.25em;
  margin-bottom: 7vw;
}
#sec2 .main .content .bottom ul {
  text-align: left;
}
#sec2 .main .content .bottom ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
#sec2 .main .content .bottom ul li::before {
  content: "・";
}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) {
  #sec2 {
    position: relative;
    z-index: 1;
  }
  #sec2::before {
    content: "";
    position: sticky;
    position: -webkit-sticky;
    display: block;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url("../img/shared/bg.jpg") repeat;
    z-index: -1;
  }
  #sec2 .para-sec {
    margin-top: -100vh;
    padding: 177px 0 188px;
    overflow: hidden;
  }
  #sec2 .para-sec h2 {
    margin-bottom: 47px;
  }
  #sec2 .main {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: start;
    position: relative;
  }
  #sec2 .main .pager-wrapper {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    z-index: 2;
  }
  #sec2 .main .pager-wrapper ul {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 33px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #sec2 .main .pager-wrapper ul li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #cacaca;
    position: relative;
  }
  #sec2 .main .pager-wrapper ul li + li::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 4px;
    width: 1px;
    height: 33px;
    transition: opacity 0.3s ease;
    background: #fff;
    opacity: 0;
  }
  #sec2 .main .pager-wrapper ul li.active {
    background: #fff;
  }
  #sec2 .main .pager-wrapper ul li.active::before {
    opacity: 1;
  }
  #sec2 .main .s2-js {
    width: 56%;
  }
  #sec2 .main .s2-js p {
    height: 100vh;
    position: relative;
  }
  #sec2 .main .s2-js p span {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #sec2 .main .s2-js p span img {
    width: 56vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
    display: block !important;
  }
  #sec2 .main .content {
    width: 44%;
    box-sizing: border-box;
    position: sticky;
    position: -webkit-sticky;
    top: 96px;
    padding: 89px 20px 0;
  }
  #sec2 .main .content .inner {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
  #sec2 .main .content h3 {
    line-height: 48px;
    margin: 10px 0 14px 8px;
  }
  #sec2 .main .content .price {
    margin-left: 6px;
  }
  #sec2 .main .content .note {
    margin-top: 13px;
    margin-left: 10px;
  }
  #sec2 .main .content .txt {
    margin: 32px auto 40px;
    width: 100%;
    max-width: 460px;
    text-align: justify;
    position: relative;
    left: 1px;
  }
  #sec2 .main .content .bottom {
    padding-top: 34px;
    border-top: 1px solid #9d9e94;
  }
  #sec2 .main .content .bottom h4 {
    font-size: 18px;
    margin-left: -35px;
    margin-bottom: 24px;
  }
  #sec2 .main .content .bottom ul {
    margin-left: 13px;
  }
}

/*--------------------------------------
  sec3
--------------------------------------*/
#sec3 {
  padding: 16vw 2%;
}
#sec3 .bg {
  background: url("../img/shared/bg1.jpg") center/297px;
  padding: 8vw 0;
  margin-bottom: 8vw;
}
#sec3 .bg h2 {
  --gap: -0.7vw;
  text-align: center;
  margin-bottom: 6vw;
}
#sec3 .bg .row .sl-fade {
  line-height: 1;
}
#sec3 .bg .row .sl-fade .slick-dots {
  position: absolute;
  bottom: 22px;
}
#sec3 .bg .row .sl-fade .slick-dots li {
  margin: 0 9px;
}
#sec3 .bg .row .sl-fade .slick-dots li button {
  background: #959d93;
  border: none;
}
#sec3 .bg .row .sl-fade .slick-dots li.slick-active button {
  background: #fff;
}
#sec3 .bg .row .content {
  margin-top: 6vw;
}
#sec3 .bg .row .content .table {
  margin-left: 0;
  margin-bottom: 1vw;
}
#sec3 .bg .row .content .price {
  text-align: right;
  margin: 1vw 0 3vw;
}
#sec3 .bg .border {
  border-top: 1px solid #b5b0a5;
  border-bottom: 1px solid #b5b0a5;
  margin: 8vw 0;
  padding: 8vw 0;
}
#sec3 .bg .border h4 {
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.25em;
  margin-bottom: 7vw;
}
#sec3 .bg .border ul {
  text-align: left;
}
#sec3 .bg .border ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
#sec3 .bg .border ul li::before {
  content: "・";
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 130px 20px 190px;
  }
  #sec3 .bg {
    width: 100%;
    max-width: 1240px;
    box-sizing: border-box;
    padding: 93px 0 52px;
    margin: 0 auto 60px;
  }
  #sec3 .bg h2 {
    margin-left: 12px;
    margin-bottom: 55px;
  }
  #sec3 .bg h2 span {
    letter-spacing: 0.25em;
  }
  #sec3 .bg .row1 {
    gap: 25px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #sec3 .bg .row1 .sl-fade {
    margin-left: -40px;
    width: 580px;
  }
  #sec3 .bg .row1 .sl-fade .slick-dots {
    bottom: 31px;
  }
  #sec3 .bg .row1 .content {
    margin-top: 38px;
    width: 406px;
    min-width: 406px;
  }
  #sec3 .bg .row1 .content .table {
    padding: 1px 18px 0 24px;
    margin-bottom: 4px;
  }
  #sec3 .bg .row1 .content .price {
    margin: -5px -6px 37px 0;
  }
  #sec3 .bg .row1 .content .txt {
    margin-right: -2px;
  }
  #sec3 .bg .border {
    margin: 39px 0 31px;
    padding: 34px 0 44px;
  }
  #sec3 .bg .border h4 {
    font-size: 18px;
    margin-left: 5px;
    margin-bottom: 24px;
  }
  #sec3 .bg .border .row {
    width: 800px;
    margin: 0 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    left: 2px;
  }
  #sec3 .bg .note {
    display: table;
    margin: 0 auto;
    position: relative;
    left: 5px;
  }
  #sec3 .btn-popup {
    text-align: center;
  }
  #sec3 .btn-popup a {
    max-width: 380px;
    height: 80px;
    padding-top: 13px;
  }
  #sec3 .btn-popup a::after {
    right: 21px;
    width: 14px;
  }
}

/*--------------------------------------
  sec4
--------------------------------------*/
#sec4 {
  overflow: hidden;
}
#sec4 .para-sec {
  color: #212121;
}
#sec4 .main {
  padding: 16vw 0;
}
#sec4 .main .row1 .content {
  margin-top: 7vw;
}
#sec4 .main .row1 .content h2 {
  margin-bottom: 8vw;
}
#sec4 .main .row1 .content h2 span {
  display: table;
  position: relative;
}
#sec4 .main .row1 .content h2 span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5vw;
  right: 0;
  border-bottom: 1px solid;
}
#sec4 .main .row1 .content h2 span:nth-child(2) {
  margin-left: auto;
  margin-right: 10vw;
}
#sec4 .main .row1 .content h2 span:nth-child(2):before {
  left: 0;
  right: -8vw;
}
#sec4 .main .row2 {
  margin-top: 10vw;
  margin-bottom: 8vw;
}
#sec4 .main .row2 .item {
  background: url("../img/shared/bg1.jpg") center/297px;
  padding: 8vw 4%;
  text-align: center;
}
#sec4 .main .row2 .item + .item {
  margin-top: 7vw;
}
#sec4 .main .row2 .item:nth-child(1) .table {
  background: #545454;
}
#sec4 .main .row2 .item h3 {
  --gap: 1.5vw;
  margin: 3vw 0 1vw;
}
#sec4 .main .row2 .item .border {
  text-align: left;
  padding-top: 6vw;
  margin: 7vw 0;
  border-top: 1px solid #97978b;
}
#sec4 .main .row2 .item .border li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
#sec4 .main .row2 .item .border li::before {
  content: "・";
}
#sec4 .main .row2 .item .row .col {
  border-bottom: 1px solid #a8a099;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
}
#sec4 .main .row2 .item .row .col ul {
  display: table;
  margin: 4vw auto 0;
  letter-spacing: 0.1em;
}
#sec4 .main .border-text {
  border: 1px solid #827e7a;
  padding: 5vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  #sec4 .para-sec {
    padding: 177px 0 188px;
  }
  #sec4 .para-sec .ttl-deco {
    margin-bottom: 47px;
  }
  #sec4 .para-sec .ttl-deco::before, #sec4 .para-sec .ttl-deco::after {
    margin: 0 24px -2px;
  }
  #sec4 .main {
    padding: 124px 0 91px;
    position: relative;
    z-index: 0;
  }
  #sec4 .main::before {
    content: "";
    width: 456px;
    height: 283px;
    background: url("../img/course/sec4_deco3.png") 0 0/contain no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #sec4 .main .wrap {
    max-width: 1200px;
  }
  #sec4 .main .wrap::before {
    content: "";
    width: 810px;
    height: 240px;
    background: url("../img/course/sec4_deco1.png") 0 0/contain no-repeat;
    position: absolute;
    top: -124px;
    right: -150px;
    z-index: -1;
  }
  #sec4 .main .row1 {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 20px;
    position: relative;
  }
  #sec4 .main .row1::before {
    content: "";
    width: 840px;
    height: 340px;
    background: url("../img/course/sec4_deco2.png") 0 0/contain no-repeat;
    position: absolute;
    bottom: -293px;
    left: -150px;
    z-index: -1;
  }
  #sec4 .main .row1 .photo {
    margin-right: -30px;
  }
  #sec4 .main .row1 .content {
    width: 457px;
    margin-top: 39px;
    text-align: justify;
  }
  #sec4 .main .row1 .content h2 {
    margin-bottom: 33px;
    line-height: 70px;
    margin-left: -7px;
  }
  #sec4 .main .row1 .content h2 span::before {
    bottom: 8px;
    left: -56px;
    right: 14px;
  }
  #sec4 .main .row1 .content h2 span:nth-child(2) {
    margin-right: 54px;
  }
  #sec4 .main .row1 .content h2 span:nth-child(2)::before {
    left: 2px;
    right: -51px;
  }
  #sec4 .main .row2 {
    margin: 100px -30px 69px;
    gap: 40px;
  }
  #sec4 .main .row2 .item {
    width: 50%;
    padding: 60px 0 66px;
  }
  #sec4 .main .row2 .item + .item {
    margin-top: 0;
  }
  #sec4 .main .row2 .item .table {
    width: 164px;
    padding-right: 0;
    padding-left: 0;
  }
  #sec4 .main .row2 .item h3 {
    margin: 17px 0 4px 8px;
    line-height: 40px;
  }
  #sec4 .main .row2 .item .note {
    font-size: 13px;
    letter-spacing: 0.18em;
    margin-left: 9px;
  }
  #sec4 .main .row2 .item .border {
    width: 100%;
    max-width: 510px;
    margin: 30px auto 27px;
    padding: 30px 0 0 65px;
    box-sizing: border-box;
  }
  #sec4 .main .row2 .item .row {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    max-width: 563px;
    margin: 0 auto;
  }
  #sec4 .main .row2 .item .row .col {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    border: none;
    border-right: 1px solid #a8a099;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #sec4 .main .row2 .item .row .col:last-child {
    border: none;
  }
  #sec4 .main .row2 .item .row .col ul {
    line-height: 35px;
    margin-top: 2px;
  }
  #sec4 .main .border-text {
    box-sizing: border-box;
    width: 100%;
    max-width: 730px;
    margin: 0 auto 41px;
    text-align: center;
    padding: 40px 0 41px 29px;
  }
  #sec4 .main .note2 {
    text-align: center;
    margin-left: 11px;
  }
}

/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 {
  background: url("../img/shared/bg2.jpg") repeat;
  color: #fff;
  padding: 16vw 0;
}
#sec5 h2 {
  --gap: 1.2vw;
  text-align: center;
}
#sec5 ul {
  margin: 10vw 0;
}
#sec5 ul li + li {
  margin-top: 6vw;
}
#sec5 .box {
  background: rgba(255, 255, 255, 0.15);
  padding: 8vw 4%;
}
#sec5 .box .btn-reserve {
  margin: 6vw 0;
}
#sec5 .box .border {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10vw 4%;
}
#sec5 .box .border h3 {
  font-size: 4.6vw;
  text-align: center;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 102px 0 120px;
  }
  #sec5 h2 {
    margin-left: 5px;
  }
  #sec5 ul {
    margin: 35px 0 72px 5px;
    text-align: center;
  }
  #sec5 ul li + li {
    margin-top: 32px;
  }
  #sec5 .box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    left: 1px;
    padding: 51px 2px 81px 0;
    box-sizing: border-box;
  }
  #sec5 .box .btn-reserve {
    margin: 26px 0 47px;
    text-align: center;
  }
  #sec5 .box .btn-reserve a {
    max-width: 273px;
    height: 62px;
    font-size: 17px;
  }
  #sec5 .box .border {
    width: 605px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding: 53px 0 55px 4px;
    line-height: 25px;
  }
  #sec5 .box .border h3 {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }
}

/*--------------------------------------
  sec6
--------------------------------------*/
#sec6 {
  padding: 10vw 0;
}
#sec6 .bg {
  background: url("../img/course/s5_bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 12vw 4%;
  text-align: center;
}
#sec6 .bg h2 {
  color: inherit;
}
#sec6 .bg h2::before, #sec6 .bg h2::after {
  background: url("../img/english/ttl_deco.png") no-repeat;
  background-size: contain;
}
#sec6 .bg h3 {
  --gap: 0.5vw;
  margin: 8vw 0;
}
#sec6 .bg .btn-popup {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 130px 0 140px;
  }
  #sec6 .wrap {
    max-width: 1100px;
  }
  #sec6 .bg {
    padding: 92px 0 100px;
  }
  #sec6 .bg h2 {
    position: relative;
    left: 2px;
  }
  #sec6 .bg h2::before, #sec6 .bg h2::after {
    margin: 0 13px -2px;
  }
  #sec6 .bg h3 {
    line-height: 55px;
    margin: 26px 0 41px 7px;
  }
  #sec6 .bg .btn-popup {
    margin-top: 61px;
  }
}

/*--------------------------------------
  sec7
--------------------------------------*/
#sec7 {
  padding-bottom: 16vw;
}
#sec7 .bg {
  height: 65vw;
}
#sec7 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec7 .row {
  margin-top: 12vw;
  position: relative;
  z-index: 1;
  gap: 9vw;
}
#sec7 .row::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 90vw;
  background: url("../img/course/s7_deco.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
#sec7 .row h2 {
  text-align: center;
}
#sec7 .row .txt {
  margin: 6vw 0 8vw;
}
#sec7 .row .photo {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding-bottom: 150px;
  }
  #sec7 .bg {
    height: auto;
  }
  #sec7 .row {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 30px;
    max-width: 1254px;
    margin-top: 80px;
  }
  #sec7 .row::before {
    width: 443px;
    height: 703px;
    top: -80px;
    right: 101px;
  }
  #sec7 .row .content {
    width: 454px;
    padding-top: 65px;
    text-align: center;
    min-width: 454px;
  }
  #sec7 .row .content h2 {
    margin-left: 5px;
  }
  #sec7 .row .content h2::before, #sec7 .row .content h2::after {
    margin-left: 35px;
    margin-right: 35px;
  }
  #sec7 .row .content .txt {
    margin: 24px 0 50px -2px;
    text-align: left;
  }
  #sec7 .row .photo {
    width: auto;
    margin: 0;
  }
}

/*--------------------------------------
  remodal
--------------------------------------*/
.remodal {
  width: 100%;
  max-width: 1140px;
  background: transparent;
  padding: 0;
  color: #212121;
}
.remodal .remodal-close {
  margin-right: 5px;
}
.remodal .remodal-close button {
  width: 50px;
}
.remodal h2 {
  font-size: 8.3vw;
}
.remodal .note {
  margin: 3vw 0 6vw;
}
.remodal .btn-close {
  width: 50px;
  margin: 50px auto 0;
}

.course-popup .top {
  color: #fff;
  text-align: center;
  margin-bottom: 10vw;
}
.course-popup .top .border-text {
  border: 1px solid;
  padding: 5vw;
}
.course-popup .item {
  background: url("../img/shared/bg1.jpg") center/297px;
  padding: 8vw 4%;
  text-align: left;
}
.course-popup .item + .item {
  margin-top: 5vw;
}
.course-popup .c-item .table {
  margin-left: 0;
}
.course-popup .c-item .row-text {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 2vw;
  margin-bottom: 5vw;
  border-bottom: 1px solid #97968b;
  margin-top: 3vw;
}
.course-popup .c-item ul {
  margin-top: 10vw;
}
.course-popup .c-item ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
.course-popup .c-item ul li::before {
  content: "・";
}

.menu-popup {
  color: #fff;
}
.menu-popup .main dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #4e4e4e;
  line-height: 30px;
  margin-bottom: 14px;
  padding-bottom: 15px;
}
.menu-popup .main dl dd {
  text-align: right;
  min-width: -moz-max-content;
  min-width: max-content;
}
.menu-popup .main .block + .block {
  margin-top: 31px;
}
.menu-popup .main h3 {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.18em;
  color: #eedfc1;
  margin-bottom: 9px;
}
.menu-popup .main + .col {
  margin-top: 31px;
}

@media screen and (min-width: 768px) {
  .remodal h2 {
    font-size: 42px;
    letter-spacing: 0.05em;
  }
  .remodal .note {
    margin: 34px 0 32px 7px;
  }
  .remodal .remodal-close {
    text-align: right;
    width: calc(100% - 40px);
    max-width: 1248px;
    margin: 0 auto 71px;
  }
  .remodal .remodal-close button {
    width: 60px;
  }
  .remodal .btn-close {
    width: 60px;
    cursor: pointer;
    margin-top: 70px;
  }
  .remodal .btn-close:hover {
    opacity: 0.8;
  }
  .course-popup .wrap {
    width: 100% !important;
    max-width: 1140px;
  }
  .course-popup .top {
    margin-bottom: 73px;
  }
  .course-popup .top .border-text {
    width: 100%;
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0 40px 7px;
  }
  .course-popup .item {
    padding: 63px 20px;
  }
  .course-popup .item .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .course-popup .item + .item {
    margin-top: 50px;
  }
  .course-popup .c-item .left {
    width: 430px;
    margin-top: 50px;
  }
  .course-popup .c-item .left .table {
    min-width: 96px;
    text-align: center;
  }
  .course-popup .c-item .left .row-text {
    margin-top: 6px;
    padding-bottom: 14px;
    margin-bottom: 22px;
  }
  .course-popup .c-item .left .row-text .price {
    margin: 3px -10px 0 0;
  }
  .course-popup .c-item .left .note2 {
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 0.18em;
    margin-right: -20px;
  }
  .course-popup .c-item .right {
    width: 530px;
    margin-right: -16px;
  }
  .course-popup .c-item .right ul {
    margin-top: 0;
  }
  .course-popup .course-item {
    padding: 124px 20px 56px;
  }
  .menu-popup .main {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 52px;
  }
  .menu-popup .main .col {
    width: calc(50% - 26px);
  }
}