#sec1 {
  position: relative;
  z-index: 0;
}
#sec1::before {
  content: "";
  height: 100vw;
  background: url("../img/shared/pattern1.png") 0 0/250px;
  border-radius: 9999px 0 0 9999px;
  position: absolute;
  top: -10vw;
  left: var(--paddingWrap);
  right: 0;
  z-index: -1;
}
#sec1 .wave-holder {
  height: 50vw;
  top: auto;
  bottom: -30vw;
}
#sec1 h2.ttl {
  color: #251801;
  font-size: 6vw;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
#sec1 h2.ttl .en {
  display: block;
  margin-bottom: 5vw;
  font-size: 10vw;
  line-height: 1.1;
  letter-spacing: 0;
}
#sec1 h2.ttl .jp {
  display: block;
}
#sec1 .set1 .gr1 .img {
  width: 50vw;
  margin: 0 0 0 auto;
}
#sec1 .set1 .gr2 {
  margin-top: 5vw;
}
#sec1 .set1 .gr2 .img {
  margin-right: var(--paddingWrap-negative);
}
#sec1 .set1 .gr3 {
  margin-top: 10vw;
}
#sec1 .set2 {
  margin-top: 7vw;
}
#sec1 .set2 .gr2 {
  margin-top: 10vw;
}
#sec1 .set3 {
  margin-top: 10vw;
  color: #251801;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding-top: 143px;
  }
  #sec1::before {
    width: calc(50% + 390px);
    height: 502px;
    background-size: 337px;
    top: 55px;
    left: auto;
  }
  #sec1 .wave-holder {
    height: 500px;
    bottom: -300px;
  }
  #sec1 .wrap {
    width: 100%;
    max-width: 1200px;
  }
  #sec1 h2.ttl {
    font-size: 35px;
    line-height: 54px;
  }
  #sec1 h2.ttl .en {
    margin-bottom: 36px;
    font-size: 70px;
  }
  #sec1 .set1 {
    display: grid;
    grid-template-columns: 556px 1fr;
    grid-template-rows: auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec1 .set1 .gr1 .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: -100px;
  }
  #sec1 .set1 .gr2 {
    grid-row: span 2;
    margin-top: 35px;
  }
  #sec1 .set1 .gr2 .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 0;
  }
  #sec1 .set1 .gr3 {
    margin-top: 68px;
    padding: 0 30px 0 49px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec1 .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 12px 0 0 51px;
  }
  #sec1 .set2 .gr1 {
    width: 577px;
    margin-left: 87px;
    padding: 25px 0 10px;
  }
  #sec1 .set2 .gr2 {
    margin-top: 0;
  }
  #sec1 .set3 {
    width: 740px;
    margin-top: 57px;
    padding: 44px 30px 59px;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  #sec1 .set3 .price {
    padding: 9px 10px;
    font-size: 20px;
    line-height: 2;
  }
  #sec1 .set3 .price small {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  #sec1 .set3 .btn-link {
    bottom: -13px;
    right: -70px;
  }
}

.set-style-1 {
  position: relative;
}
.set-style-1 .ttl {
  padding: 3vw 5vw;
  background: #fffbf5;
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.set-style-1 .ttl .en {
  display: block;
  font-size: 10vw;
  line-height: 1.1;
  letter-spacing: 0;
}
.set-style-1 .ttl .jp {
  display: block;
}
.set-style-1 .ttl.bg-dark {
  background: #222222;
  color: #fffbf5;
}
@media screen and (min-width: 768px) {
  .set-style-1 .ttl {
    padding: 20px 50px;
    font-size: 23px;
    line-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .set-style-1 .ttl .en {
    margin-bottom: 6px;
    font-size: 60px;
  }
  .set-style-1.reverse .ttl {
    left: auto;
    right: 0;
  }
}

.set-style-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.set-style-2 .ttl {
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.set-style-2 .ttl small {
  font-size: 4vw;
  letter-spacing: 0.12em;
}
.set-style-2 .gr1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3vw;
     -moz-column-gap: 3vw;
          column-gap: 3vw;
  padding: 5vw 3vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.set-style-2 .gr1 .catch {
  width: 7vw;
  height: 18vw;
  padding: 8px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  font-size: 3.5vw;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}
.set-style-2 .gr1 .catch .int {
  line-height: 1;
}
.set-style-2 .gr2 {
  padding: 5vw 3vw;
}
.set-style-2 .gr2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 2.1304347826;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .set-style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
  }
  .set-style-2 .ttl {
    font-size: 35px;
    line-height: 54px;
  }
  .set-style-2 .ttl small {
    font-size: 28px;
  }
  .set-style-2 .gr1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-width: 395px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0px 6px 0px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
  .set-style-2 .gr1 .catch {
    width: 42px;
    height: 117px;
    margin-top: 8px;
    padding: 8px 5px 8px 3px;
    font-size: 20px;
  }
  .set-style-2 .gr2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 15px 39px 20px 42px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .set-style-2 .gr2 dl {
    font-size: 23px;
    line-height: 49px;
  }
}

#sec2 {
  padding-top: 20vw;
}
#sec2 .txtnote1 {
  text-align: center;
}
#sec2 .set1 {
  margin-top: 12vw;
  position: relative;
}
#sec2 .set1::before {
  content: "";
  width: 100%;
  height: 10vw;
  background: url("../img/shared/deco5.png") center/contain no-repeat;
  position: absolute;
  top: -9vw;
  left: 0;
}
#sec2 .set2 {
  margin-top: 10vw;
}
#sec2 .set3 {
  margin-top: 7vw;
}
#sec2 .set4 {
  margin-top: 10vw;
}
#sec2 .set4 .gr1 dl {
  padding: 7vw 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/shared/bg1.jpg");
}
#sec2 .set4 .gr1 dl dt {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: center;
}
#sec2 .set4 .gr1 dl dd {
  margin-top: 3vw;
}
#sec2 .set4 .gr1 .txtnote {
  margin-top: 5vw;
}
#sec2 .set4 .gr2 {
  margin-top: 10vw;
}
#sec2 .set5 {
  margin-top: 5vw;
}
#sec2 .set5 .img1 {
  width: 70vw;
  margin-left: var(--paddingWrap-negative);
}
#sec2 .set5 .img2 {
  width: 80vw;
  margin: 5vw var(--paddingWrap-negative) 0 auto;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding-top: 205px;
  }
  #sec2 .wrap {
    width: 100%;
    max-width: 1240px;
  }
  #sec2 .set1 {
    margin-top: 32px;
  }
  #sec2 .set1::before {
    max-width: 493px;
    height: 62px;
    top: -52px;
    z-index: 2;
  }
  #sec2 .set2 {
    width: 1000px;
    margin: 70px auto 0;
  }
  #sec2 .set3 {
    margin-top: 50px;
    text-align: center;
  }
  #sec2 .set3 .txt {
    width: 540px;
    margin: 0 auto;
  }
  #sec2 .set4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 58px;
  }
  #sec2 .set4 .gr1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    max-width: 600px;
  }
  #sec2 .set4 .gr1 .inner {
    width: 505px;
  }
  #sec2 .set4 .gr1 dl {
    padding: 53px 69px 63px;
  }
  #sec2 .set4 .gr1 dl dt {
    font-size: 28px;
    line-height: 49px;
  }
  #sec2 .set4 .gr1 dl dd {
    margin-top: 20px;
  }
  #sec2 .set4 .gr1 .txtnote {
    margin-top: 5px;
  }
  #sec2 .set4 .gr2 {
    width: 50%;
    max-width: 610px;
    margin-top: 90px;
  }
  #sec2 .set4 .gr2 .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #sec2 .set4 .gr2 .img img {
    max-width: none;
  }
  #sec2 .set5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin: 60px 0 0 110px;
  }
  #sec2 .set5 .img1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 110px 0 0;
  }
  #sec2 .set5 .img2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
}

#sec3 {
  padding-top: 20vw;
  position: relative;
  z-index: 0;
}
#sec3::before {
  content: "";
  height: 60vw;
  background: url("../img/shared/pattern1.png") 0 0/250px;
  border-radius: 0 9999px 9999px 0;
  position: absolute;
  top: 5vw;
  left: 0;
  right: var(--paddingWrap);
  z-index: -1;
}
#sec3 .txtnote1 {
  text-align: center;
}
#sec3 .set1 {
  margin-top: 5vw;
}
#sec3 .set2 {
  margin-top: 10vw;
}
#sec3 .set3 {
  margin-top: 7vw;
}
#sec3 .set3 .gr2 {
  margin-top: 10vw;
}
#sec3 .set3 .gr2 dl {
  padding: 7vw 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/shared/bg1.jpg");
}
#sec3 .set3 .gr2 dl dt {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: center;
}
#sec3 .set3 .gr2 dl dd {
  margin-top: 3vw;
}
#sec3 .set3 .gr3 {
  margin-top: 10vw;
}
#sec3 .set3 .gr3 .img {
  margin-right: var(--paddingWrap-negative);
}
#sec3 .set3 .gr4 {
  margin-top: 5vw;
}
#sec3 .set3 .gr4 .img {
  margin-left: var(--paddingWrap-negative);
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding-top: 187px;
  }
  #sec3::before {
    width: calc(50% - 30px);
    height: 502px;
    background-size: 337px;
    top: 57px;
    right: auto;
  }
  #sec3 .wrap {
    width: 100%;
    max-width: 1240px;
  }
  #sec3 .set1 {
    margin-top: 20px;
  }
  #sec3 .set2 {
    max-width: 1100px;
    margin: 70px auto 0;
  }
  #sec3 .set3 {
    display: grid;
    grid-template-columns: 570px 1fr;
    grid-template-rows: auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin-top: 51px;
  }
  #sec3 .set3 .gr1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 60px 0 0 58px;
  }
  #sec3 .set3 .gr2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-row: span 2;
    margin-top: 0;
  }
  #sec3 .set3 .gr2 dl {
    width: 500px;
    margin-left: auto;
    padding: 50px 67px 62px;
  }
  #sec3 .set3 .gr2 dl dt {
    font-size: 28px;
    line-height: 54px;
  }
  #sec3 .set3 .gr2 dl dd {
    margin-top: 20px;
  }
  #sec3 .set3 .gr3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-row: span 2;
    margin-top: 85px;
  }
  #sec3 .set3 .gr3 .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 0;
  }
  #sec3 .set3 .gr4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 67px;
  }
  #sec3 .set3 .gr4 .img {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
  }
}

#sec4 {
  padding: 20vw 0;
}
#sec4 h2.ttl {
  color: #251801;
  font-size: 6vw;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
#sec4 h2.ttl .en {
  display: block;
  margin-bottom: 10px;
  font-size: 10vw;
  line-height: 1.1;
  letter-spacing: 0;
}
#sec4 h2.ttl .jp {
  display: block;
}
#sec4 .h2box {
  text-align: center;
}
#sec4 .h2box .txtnote {
  margin-top: 5vw;
}
#sec4 .set1 {
  margin-top: 7vw;
}
#sec4 .set2 {
  margin-top: 10vw;
  padding: 7vw 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/shared/bg1.jpg");
}
#sec4 .set2 h3.ttl {
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: center;
}
#sec4 .set2 .gr {
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 147px 0 101px;
  }
  #sec4 h2.ttl {
    font-size: 28px;
    line-height: 54px;
  }
  #sec4 h2.ttl .en {
    font-size: 60px;
  }
  #sec4 .h2box .txtnote {
    margin-top: 25px;
  }
  #sec4 .set1 {
    width: 900px;
    margin: 14px auto 0;
  }
  #sec4 .set1 .gr1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec4 .set1 .gr1 .catch {
    margin-top: 0;
  }
  #sec4 .set2 {
    width: 840px;
    margin: 34px auto 0;
    padding: 55px 65px;
  }
  #sec4 .set2 h3.ttl {
    font-size: 28px;
  }
  #sec4 .set2 .gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    margin-top: 22px;
  }
}

#sec5 h2.ttl {
  font-size: 6vw;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
#sec5 .set1 {
  margin: 0 -4vw;
  padding: 15vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/course/sec5_bgi.jpg") repeat-y;
  color: #fffbf5;
}
#sec5 .set1 .ttlbox {
  text-align: center;
}
#sec5 .set1 .menulist dl {
  padding: 20px 0 10px;
  border-bottom: 1px solid rgba(255, 251, 245, 0.3);
  line-height: 1.5;
}
#sec5 .set1 .menulist dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.12em;
}
#sec5 .set1 .menulist dl dd {
  margin-top: 10px;
}
#sec5 .set1 .txtbox1 .txtnote {
  margin-top: 5vw;
  letter-spacing: 0;
  text-align: center;
}
#sec5 .set1 .txtbox2 .catch {
  margin-top: 10vw;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-align: center;
}
#sec5 .set1 .txtbox2 .btn-popup {
  margin-top: 10vw;
}
#sec5 .set2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10vw;
}
#sec5 .set2 .gr1 {
  width: 65%;
}
#sec5 .set2 .gr1 .txt {
  font-size: 4vw;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: center;
}
#sec5 .set2 .gr2 {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #sec5 .toggle .toggle-link {
    position: relative;
  }
  #sec5 .toggle .toggle-link::after {
    content: "";
    border: 7px solid transparent;
    border-top: 10px solid;
    border-bottom: 0;
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #sec5 .toggle.active .toggle-link::after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}
@media screen and (min-width: 768px) {
  #sec5 h2.ttl {
    font-size: 35px;
  }
  #sec5 .toggle .toggle-link {
    pointer-events: none;
  }
  #sec5 .toggle .toggle-main {
    display: block;
  }
  #sec5 .set1 {
    margin: 0 -100px;
    padding: 126px 100px 100px;
  }
  #sec5 .set1 .menulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    margin-top: 26px;
  }
  #sec5 .set1 .menulist dl {
    padding: 33px 0 14px;
    line-height: 25px;
  }
  #sec5 .set1 .menulist dl dt {
    font-size: 20px;
  }
  #sec5 .set1 .menulist dl dd {
    margin-top: 17px;
  }
  #sec5 .set1 .menulist .gr {
    width: 470px;
  }
  #sec5 .set1 .txtbox1 .txtnote {
    margin-top: 25px;
    letter-spacing: 0.05em;
  }
  #sec5 .set1 .txtbox2 .catch {
    margin-top: 54px;
    font-size: 23px;
    line-height: 54px;
  }
  #sec5 .set1 .txtbox2 .btn-popup {
    margin-top: 20px;
    text-align: center;
  }
  #sec5 .set1 .txtbox2 .btn-popup .btn-style-1 {
    max-width: 290px;
    font-size: 20px;
  }
  #sec5 .set2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 93px;
  }
  #sec5 .set2 .gr1 {
    width: auto;
  }
  #sec5 .set2 .gr1 .txt {
    font-size: 23px;
    line-height: 40px;
  }
  #sec5 .set2 .gr2 {
    width: auto;
  }
}

#sec6 {
  padding-top: 15vw;
}
#sec6 .reservebox {
  padding: 10vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  text-align: center;
}
#sec6 .reservebox .ttl {
  font-size: 6vw;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
#sec6 .reservebox .ttl .en {
  display: block;
  margin-bottom: 3vw;
  font-size: 4vw;
  line-height: 1.1;
  letter-spacing: 0.12em;
}
#sec6 .reservebox .ttl .jp {
  display: block;
}
#sec6 .reservebox .tel {
  margin-top: 5vw;
}
#sec6 .reservebox .btn-reserve {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding-top: 98px;
  }
  #sec6 .reservebox {
    max-width: 900px;
    margin: 0 auto;
    padding: 73px 30px 65px;
  }
  #sec6 .reservebox .ttl {
    font-size: 35px;
  }
  #sec6 .reservebox .ttl .en {
    margin-bottom: 19px;
    font-size: 16px;
  }
  #sec6 .reservebox .tel {
    margin-top: 23px;
  }
  #sec6 .reservebox .tel dt {
    font-size: 22px;
  }
  #sec6 .reservebox .tel .tel-number {
    font-size: 39px;
  }
  #sec6 .reservebox .tel .tel-number::before {
    width: 39px;
    height: 39px;
    margin-bottom: -5px;
  }
  #sec6 .reservebox .btn-reserve {
    margin-top: 36px;
  }
  #sec6 .reservebox .btn-reserve a {
    max-width: 265px;
    padding: 14px 20px 13px 5px;
    font-size: 18px;
  }
  #sec6 .reservebox .btn-reserve a::before {
    width: 24px;
    height: 24px;
  }
  #sec6 .reservebox .btn-reserve a::after {
    width: 12px;
    right: 13px;
  }
}

#sec7 {
  padding: 15vw 0;
  position: relative;
  z-index: 0;
}
#sec7::before {
  content: "";
  height: 100vw;
  background: url("../img/shared/pattern1.png") 0 0/250px;
  border-radius: 9999px 0 0 9999px;
  position: absolute;
  top: 40vw;
  left: var(--paddingWrap);
  right: 0;
  z-index: -1;
}
#sec7 h2.ttl {
  width: 25vw;
  height: 80vw;
  color: #251801;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
#sec7 h2.ttl .en {
  display: block;
  font-size: 10vw;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: left;
}
#sec7 h2.ttl .jp {
  display: block;
}
#sec7 .set1 {
  display: grid;
  grid-template-columns: 65% 35%;
  row-gap: 10vw;
  margin: 0 -4vw;
}
#sec7 .set1 .gr1 {
  width: 100%;
  grid-column: span 2;
}
#sec7 .set1 .gr3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
#sec7 .set2 {
  margin-top: 12vw;
}
#sec7 .set2 .img1 {
  margin: 0 auto 17vw;
  width: 80%;
}
#sec7 .set2 .img2 {
  margin: 5vw -4vw 0 var(--paddingWrap-negative);
}
#sec7 .set2 .img3 {
  width: 49vw;
  margin: 6vw 0 0 36vw;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding: 306px 0 138px;
  }
  #sec7::before {
    width: calc(50% + 440px);
    height: 502px;
    background-size: 337px;
    top: 93px;
    left: auto;
  }
  #sec7 h2.ttl {
    width: 190px;
    height: 360px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 54px;
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
  }
  #sec7 h2.ttl .en {
    margin-left: 10px;
    font-size: 70px;
  }
  #sec7 h2.ttl .jp {
    margin-top: 5px;
  }
  #sec7 .set1 {
    grid-template-columns: 560px 1fr;
    grid-template-rows: auto 1fr;
    row-gap: 50px;
    margin: 0;
  }
  #sec7 .set1 .gr1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: auto;
  }
  #sec7 .set1 .gr1 .slider {
    width: 811px;
    margin-left: -250px;
  }
  #sec7 .set1 .gr2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #sec7 .set1 .gr3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-row: span 2;
    width: 100%;
    margin: 55px 0 0;
  }
  #sec7 .set1 .gr3 .img {
    margin: 37px -150px 0 0;
    text-align: right;
  }
  #sec7 .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 48px;
  }
  #sec7 .set2 .img1 {
    margin: 0 0 0 126px;
  }
  #sec7 .set2 .img2 {
    margin: 86px 0 0 -250px;
  }
}