.p-sec-h {
  line-height: 1.8;
}

/* .p-sec-h h2,
.p-sec-h h3 {
  margin: 0;
  font-weight: bold;
} */


.p-sec-h.-sub-label-image h2 {}

.p-sec-h .sub-label-image {
  line-height: 0;
}

.p-block-h .sub-label {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .p-sec.-first {
    padding-top: 0;
  }

  .p-sec.-top-s {
    padding-top: 40px;
  }

  .p-sec.-bottom-s {
    padding-bottom: 40px;
  }

  .p-sec.-last {
    padding-bottom: 0;
  }

  .p-sec-h {
    margin-bottom: 2em;
  }

  .p-sec-h.-bottom-l {
    margin-bottom: 80px;
  }

  .p-sec-h .ttl-icon {
    margin-bottom: .5em;
  }

  /* .p-sec-h h2 {
    font-size: 32px;
    font-weight: bold;
  }

  .p-sec-h h3 {
    font-size: 24px;
    font-weight: bold;
  } */


  .fs-p-sec-h {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-sec.-first {
    padding-top: 0;
  }

  .p-sec.-top-s {
    padding-top: 20px;
  }

  .p-sec.-bottom-s {
    padding-bottom: 20px;
  }

  .p-sec.-last {
    padding-bottom: 0;
  }

  .p-sec-h {
    margin-bottom: 25px;
    margin-bottom: 1.5em;
  }

  .p-sec-h.-bottom-l {
    margin-bottom: 40px;
  }

  .p-sec-h .sub-ttl {
    font-size: 14px;
    font-weight: bold;
  }

}

.p-block-h {
  margin-bottom: 20px;
}

/* .p-block-h h2,
.p-block-h h3,
.p-block-heading {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
} */

.p-block-body {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-block:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 64px;
  }

  .p-block .figcnt-fig {
    flex: 0 0 45%;
  }

  .p-block .figcnt-cnt {
    flex: 0 0 48%;
  }

  .p-block-h h2 {
    font-size: 32px;

  }

  .p-block-h h3,
  .p-block-heading {
    font-size: 20px;
  }

  .p-block-fig {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-block:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 64px;
  }

  .p-block-h h2 .p-block-h h3,
  .p-block-heading {
    font-size: 18px;
  }

  .p-block.-fig-after .figcnt-fig,
  .p-block:not(.-fig-after) .figcnt-cnt {
    margin-top: 30px;
  }

  .p-block-fig {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .fs-large {
    /* font-size: 40px !important; */
    font-size: min(3.7vw, 40px) !important;
  }
}

@media screen and (max-width: 767px) {
  .fs-large {
    font-size: 24px !important;
  }
}

/* ------------------------ */
.btn-arrow {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.5em;
  padding-right: 30px;
}

.btn-arrow::after {
  position: absolute;
  top: 4px;
  right: 0;
  content: "";
  background: url(../images/arrow-red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.btn-arrow-left {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0.5em;
  padding-left: 30px;
}

.btn-arrow-left::after {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  background: url(../images/arrow-red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}



/* ------------------------ */
.card-block {
  position: relative;
}

.card-block .-inner {
  /*background: #FFF;*/
}

.card-block::before {
  width: 100%;
  height: 0;
  /*display: block;*/
  display: none;
  position: relative;
  left: 0;
  content: "";
  top: 0;
}

.card-block .p-block-h {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .card-block:not(:last-child) {
    margin-bottom: 80px;
  }

  .card-block::before {
    border-bottom: solid 56px #FFF;
  }

  .card-block.-corner-left::before {
    border-left: solid 56px transparent;
  }

  .card-block.-corner-right::before {
    border-right: solid 56px transparent;
  }

  .card-block .-inner {
    /*padding: 0 56px 56px;*/
  }

  .card-block .-fig {
    flex: 0 0 42%;
  }

  .card-block .-cnt {
    /*flex: 0 0 53%;*/
    flex: 0 0 52%;
  }

  .card-block .p-block-h .-icon {
    flex: 0 0 80px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .card-block:not(:last-child) {
    margin-bottom: 60px;
  }

  .card-block::before {
    border-bottom: solid 40px #FFF;
  }

  .card-block.-corner-left::before {
    border-left: solid 40px transparent;
  }

  .card-block.-corner-right::before {
    border-left: solid 40px transparent;
  }

  .card-block .-inner {
    /*padding: 0 40px 40px;*/
  }

  .card-block .p-block-h .-icon {
    flex: 0 0 64px;
    margin-right: 16px;
  }

}

/* ------------------------------------------------
 */
.media-block {
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------
 */
.view-more {}

/* .view-more .btn,
.view-more.-txt a {
  background-image: url(../images/icon-rarr.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 5px 8px;
  padding-right: 40px;
} */

.view-more .btn {
  font-size: 16px;
  color: #0A82FF;
  text-decoration: underline;
  position: relative;
}

.view-more .btn .fa-angle-left {
  color: #26346E;
  font-size: 18px;
  margin-right: 8px;
}

.view-more .btn .fa-angle-right {
  color: #26346E;
  font-size: 18px;
  margin-left: 8px;
}


.view-more.-txt {
  text-align: right;
}

/* .view-more.-txt a {
  color: inherit;
} */

@media screen and (min-width: 768px) {
  .view-more {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .view-more {
    margin-top: 25px;
  }
}

/* ------------------------------------------------
 */
.feature-deck {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}

.feature-deck li {
  width: 100%;
  position: relative;
}


@media screen and (max-width: 767px) {
  .feature-deck {
    grid-template-columns: repeat(2, 1fr);
    gap: 47px 35px;
  }
}


.feature-deck a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.feature-deck .-fig {
  line-height: 0;
  aspect-ratio: 1/1;

}

.feature-deck.-top .-fig img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.feature-deck .-icon {
  position: relative;
}

.feature-deck .-icon img {
  display: block;
  position: absolute;
  left: 50%;
  background: #FFF;
}

.feature-deck .-cnt {
  font-weight: 500;
}


.feature-deck-ttl {
  position: absolute;
  top: -40px;
  left: -45px;
  background: #0052CC;
  color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}


  @media screen and (max-width: 767px) {
    .feature-deck-ttl {
        width: 90px;
        height: 90px;
        font-size: min(3vw, 12px);
        font-size: 14px;
        top: -35px;
        left: -15px;
    }
}


/* @media screen and (min-width: 768px) {
  .feature-deck .-icon img {
    width: 80px;
    height: 80px;
    top: -40px;
    margin-left: -40px;
    border-radius: 40px;
  }

  .feature-deck .-cnt {
    padding-top: 1em;
  }

}

@media screen and (max-width: 767px) {
  .feature-deck .-icon img {
    width: 60px;
    height: 60px;
    top: -30px;
    margin-left: -30px;
    border-radius: 30px;
  }

} */


/* ------------------------------------------------
 */

.trial-flow h2 {
  text-align: center;
  margin-bottom: 1em;
}

.trial-flow .desc p {
  margin-bottom: 1em;
  font-weight: normal;
}

/* .trial-flow .p-block {
  margin-bottom: 40px;
} */

@media screen and (max-width: 767px) {
  .trial-flow .p-block {
    margin-bottom: 24px;
  }
}


.step-deck li {
  background: #FFF;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .step-deck li {
    margin: 10px;
    margin-bottom: 40px;
  }
}

.step-deck li:last-child {
  margin-bottom: 0;
}




.step-deck .-num {
  color: var(--main-color);
  display: inline-block;
}

@media screen and (max-width: 767px) {
  /* .step-deck .-num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  } */


}

.step-deck.-line .-num {
  background: #00B900;
}

.step-deck .-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .step-deck .-title {
    font-size: 18px;
  }
}

.step-deck-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.step-deck .-fig {
  aspect-ratio: 1/1;
  max-width: 200px;
  margin: auto;
  margin-bottom: 1em;
}

.step-deck .-fig img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.step-deck .-cnt {
  font-size: 14px;
  /* width: 65%; */
}

@media screen and (max-width: 767px) {
  .step-deck-flex {
    flex-direction: column;
  }

  .step-deck .-fig {
    width: 100%;
  }

  .step-deck .-fig img {
    width: 100%;
  }

  .step-deck .-cnt {
    width: 100%;
    padding-bottom: 40px;
    max-width: 240px;
    margin: auto;
  }
}

/* ------------------------ 
*/

@media screen and (min-width: 768px) {

  .card-list-swiper .swiper-button-prev,
  .card-list-swiper .swiper-button-next,
  .card-list-swiper .swiper-pagination {
    display: none !important;
  }

}


.card-list-swiper .card-list {
  flex-wrap: unset;
}

/* デフォルト矢印消す */
.card-list-swiper .swiper-button-prev::after,
.card-list-swiper .swiper-button-next::after {
  display: none;
}

/* 共通 */
.card-list-swiper .swiper-button-prev,
.card-list-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

/* 左 */
.card-list-swiper .swiper-button-prev {
  background-image: url('../images/arrow-prev-w.svg');
}

/* 右（arrow-next.svg） */
.card-list-swiper .swiper-button-next {
  background-image: url('../images/arrow-next.svg');
}


.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--sub-color)
}

/* ------------------------
   line
*/

.line-contact .school-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.line-contact .school-listitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8F9FA;
  width: unset;
}

.line-contact .school-list-text {
  width: 55%;
  text-align: left;
}


.line-contact .school-list-img {
  width: 40%;
}

.line-contact .school-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキスト */
.line-contact .school-list-text p {
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--sub-color);
  font-size: 18px;
}

.line-contact .school-list-text span {
  font-size: 14px;
  color: #111;
}

/* LINEボタン */
.line-contact .btn-line {
  width: 120px;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .line-contact .school-list {
    grid-template-columns: 1fr;
  }

  .line-contact .school-listitem {
    flex-direction: column;
    text-align: center;
  }

  .line-contact .school-list-text {
    width: 100%;
    padding: 20px;
    padding-top: 5px;
  }

  .line-contact .school-list-img {
    width: 100%;
  }
}

/* ------------------------
   link-back
*/
.link-back {
  margin-top: 20px;
}

.link-back a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
  background-size: 5px;
}

.link-back a {
  background: url(../images/font-arrow-left.png) no-repeat;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .link-back {
    font-size: 16px;
  }

  .link-back a {
    background-position: left 6px;
  }
}

@media screen and (max-width: 767px) {
  .link-back {
    font-size: 14px;
  }

  .link-back a {
    background-position: left 6px;
  }

}



/* ------------------------------------------------
   price
*/

/* .price .p-sec-h {
  text-align: left;
} */

.price-bg {
  background: var(--bg-fee);
  position: relative;
}



.price-table {
  width: 100%;
  border-spacing: 5px;
  font-size: 16px;
  margin-bottom: 15px;
}

.price-table th {
  vertical-align: middle;
  line-height: 1.4;
  padding: 5px 1.5em;
  color: #FFF;
}

.price-table td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 1.5em;
  color: #8E795E;
}

.price-table td span {
  color: #BDB3A7;
  font-weight: normal;
  font-size: 14px;
}

.price-table th span {
  font-weight: normal;
  font-size: 14px;
}

.price-table thead th {
  background: #8E795E;
  color: #FFF;
  border-left: 4px solid var(--bg-fee);
  text-align: center;
  padding: 1em 1.5em;
}

.price-table thead th:first-child {
  border-left: none;
}

.price-table tbody th {
  background: #B4A996;
  border-top: 4px solid var(--bg-fee);
}

.price-table tbody td {
  background: #fff;
  border-top: 4px solid var(--bg-fee);
  border-left: 4px solid var(--bg-fee);
}

@media screen and (min-width: 768px) {

  .price-table-note {
    font-size: 14px;
    margin: 0;
  }
}

@media screen and (max-width: 1023px) {
  .price-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .price-table::-webkit-scrollbar {
    background: #ccc;
    width: 10px;
  }

  .price-table::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {

  .price-table th,
  .price-table td {
    font-size: 14px;
    padding: 10px;
  }

  .price-table-note {
    font-size: 12px;
  }
}

/* ------------------------------------------------ */

.lead-lesson {
  padding-bottom: 0;
}

.lead-lesson .p-sec-body {
  font-weight: bold;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  line-height: 2;
}

.lead-lesson .-fig {
  text-align: center;
}

.lead-lesson .-fig img {
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .lead-lesson .-fig {
    margin-top: 60px;
    height: 250px;
  }

  .lead-lesson .-fig img {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .lead-lesson .-fig {
    margin-top: 30px;
    height: 125px;
  }

  .lead-lesson .-fig img {
    height: 125px;
  }
}


/* ------------------------------------------------
   method
*/

.method-f {
  background: #fff;
}

.method-points h2 {
  margin-bottom: 1em;
}

.method-points h3 {
  font-size: 20px;
}

.method-points .p-sec-h {
  margin-bottom: 1em;
}

.method-points li {
  position: relative;
  padding: 24px;
  font-size: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}


.method-points-img {
  text-align: center;
  margin-bottom: 1em;
}

.method-points-img img {
  aspect-ratio: 1/1;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .method-points li {
    margin-bottom: 32px;
  }
}

.method-f-ttl {
  margin-bottom: .7em;
}

.method-f-box-ttl {
  font-size: 20px;
  font-weight: bold;
  color: var(--sub-color);

}

@media screen and (max-width: 767px) {
  .method-f-box-ttl {
    font-size: 18px;
  }
}

.method-f-box {
  margin-bottom: 64px;
}

.method-f-box:last-child {
  margin-bottom: 0;
}

.method-f-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.method-f-text {
  width: 46%;
}

.method-f-img {
  width: 46%;
}

.method-f-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .method-f-flex {
    margin-bottom: 40px;
  }

  .method-f-text {
    width: 100%;
    order: 1;
  }

  .method-f-img {
    width: 100%;
    order: 0;
    margin-bottom: 2em;
  }

}

.method-f-text p {
  margin: 0;
}


.method-f-box.type-common .p-block-h {
  margin-bottom: 1em;
}

.method-f-box.type-common .p-block-h::after {
  content: none;
}

/* ------------------------------------------------
   studio
*/



.studio-text h2 {
  text-align: center;
}

.studio-text {
  margin-bottom: 40px;
}

.studio .p-sec-body {
  width: 100%;
}

.studio-guide-img {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .studio-guide-img {
    margin-bottom: 40px;
  }
}

.studio-guide-img img {
  width: 100%;
}

.studio-floor-bg {
  background: #fff;
}

.studio-floor-ttl {
  font-size: 24px;
}

.studio-floor-img {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {

  .studio-floor-ttl {
    font-size: 20px;
  }

  .studio-floor-img {
    margin-bottom: 24px;
  }

}

.studio-floor-img img {
  width: 100%;
}


/* ------------------------------------------------
   access
*/

.access-bg {
  background: #F8F9FA;
}

.access.p-sec {
  padding-top: 100px;
  margin-top: -60px;
}

.access-h h2 {
  display: inline-block;
  padding-bottom: .5em;
  color: var(--sub-color);
  font-size: 24px;
}

/* .access .p-sec-body {
  width: 100%;
} */

.access-img {
  width: 100%;
}

.access-img img {
  width: 100%;
}



.access-table-list {
  font-size: 16px;
}

.access-table-list li {
  border-bottom: #EEEEEE solid 1px;
  padding: 1em;
  margin: 0;
  display: flex;
  align-items: center;
}

.access-table-list span {
  display: inline-block;
}

.access-table-list-ttl {
  width: 110px;
}

.access-table-list-text {
  width: 80%;
}

.access-icon {
  margin-right: .7em;
}

table.access-table {
  border-collapse: collapse;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.access-table th {
  width: 10em;
  font-weight: bold;
  line-height: 1.4;

}

.access-table th,
.access-table td {
  border-bottom: 1px solid #DDD;
  text-align: left;
  vertical-align: top;
}

.access-table td {
  font-size: 16px;
}

@media screen and (min-width: 768px) {

  .access-table th,
  .access-table td {
    padding: 20px;
  }

  .access-table th {
    width: 10em;
  }
}

@media screen and (max-width: 767px) {

  .access-table th,
  .access-table td {
    padding: 20px 10px;
  }

  .access-table th {
    white-space: nowrap;
    vertical-align: top;
    width: 8em;
  }

}


@media screen and (min-width: 768px) {
  .access-other {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }

  .access-other>* {
    margin-bottom: 0;
  }

  .access-other>.-fig {
    line-height: 0;
  }

  .access-other th,
  .access-other td {
    padding: 10px;
  }

  .access-other th {
    width: 6em;
  }

  .access-other {
    display: flex;
    justify-content: space-between;
  }

  .access-other>.-fig {
    flex: 0 0 40%;
  }

  .access-other>.-fig img {
    height: 100%;
    object-fit: cover;
  }

  .access-other>.-cnt {
    flex: 0 0 55%;
    padding: 40px 0;
  }

  .access-other h3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .access-other>.-cnt {
    padding: 15px;
  }

  .access-other {
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
  }
}

.access-map iframe {
  width: 100%;
  height: auto;
  max-height: 640px;
  aspect-ratio: 1280 / 640;
}

.floor-swiper .swiper-button-prev::after,
.floor-swiper .swiper-button-next::after {
  display: none;
}

.floor-swiper .swiper-button-prev,
.floor-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.floor-swiper .swiper-button-prev {
  background-image: url('../images/arrow-prev.svg');
  left: 20px;
  transform: translateX(-50%);
}


.floor-swiper .swiper-button-next {
  background-image: url('../images/arrow-next.svg');
  right: 20px;
  transform: translateX(50%);
}

.floor-swiper {
  overflow: hidden;
  padding: 0 20px;
  padding-bottom: 40px;
  position: relative;
}



@media screen and (max-width: 767px) {

  .floor-swiper .swiper-button-prev,
  .floor-swiper .swiper-button-next {
    width: 24px;
    height: 24px;
  }

  /* .floor-swiper .swiper-button-prev {
    left: -12px;
  }


  .floor-swiper .swiper-button-next {
    right: -12px;
  } */
}


/* .access-slider .slick-dots {
  bottom: -45px;
}

.access-slick-arrow {
  position: absolute;
  z-index: 3;
  top: calc(50% - 20px);
  width: 40px;
  cursor: pointer;
}

.access-slick-arrow img {
  aspect-ratio: 1/1;
}

.access-slick-prev {
  left: -20px;
}

.access-slick-next {
  right: -20px;
}

@media screen and (max-width: 1023px) {

  .access-slick-prev {
    left: 0;
  }

  .access-slick-next {
    right: 0;
  }
} */

/* ------------------------------------------------
 */

.lesson-bg {
  background: #FFFBF3;
}

.lesson-ttl {
  margin-bottom: 40px;
}

.fig-beginner {
  height: 46px;
  margin-right: 16px;
  margin-bottom: 5px;
}

.lesson-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.lesson-box {
  width: calc((100% - 60px)/ 3);
  position: relative;
}

.lesson-box-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 16px;
}

.lesson-box-subttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.lesson-box-subttl span {
  color: #FBB909;
  font-size: min(4vw, 20px);
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.icon-beginner {
  width: auto;
  height: 56px;
}



@media screen and (max-width: 1023px) {

  .lesson-ttl span {
    display: block;
  }


  .lesson-img img {
    width: 100%;
  }


  .lesson-slider .slick-slide {
    margin: 0 15px;
    width: 100%;
  }

  .lesson-slick-arrow {
    position: absolute;
    z-index: 3;
    top: 35vw;
    cursor: pointer;
  }

  .lesson-slick-arrow img {
    aspect-ratio: 1/1;
  }

  .lesson-slick-prev {
    left: 15px;
  }

  .lesson-slick-next {
    right: 15px;
  }
}



/* ------------------------------------------------
   event
*/

.event-bg {
  background: #F8F9FA;
}

.event.p-sec {
  padding-top: 100px;
  margin-top: -70px;
}

.event-h {
  display: flex;
  align-items: center;
}

.event-h .-fig {
  max-width: 100px;
}

.event-h-ttl {
  color: var(--main-color);
}

.event .pctb-figcnt {
  align-items: center;
}

.event .pctb-figcnt .-fig {
  width: 45%;
  flex: unset;
}

.event .pctb-figcnt .-cnt {
  width: 51%;
  flex: unset;
  font-size: 14px;
}


@media screen and (max-width: 767px) {

  .event-h {
    margin: 1em 0;
  }

  .event-h-ttl {
    font-size: 20px;
  }

  .event .pctb-figcnt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .event .pctb-figcnt .-fig {
    width: 100%;
    order: 0;
  }

  .event .pctb-figcnt .-cnt {
    width: 100%;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .event .pctb-figcnt> :first-child {
    margin-bottom: 10px;
  }
}



.event h2 {
  line-height: 1.4;
  font-size: 24px;
}

.event-desc {
  margin: 0 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {

  .event h2 {
    font-size: 20px;
  }

  .event-desc {
    margin: 0;
    margin-bottom: 40px;
  }
}

.event-link {
  font-size: 16px;
  margin-top: 1em;
  text-align: right;
}


.event-h .-fig {
  margin-right: 1em;
}


.event-h .-fig img {
  height: 84px;
}

@media screen and (max-width: 767px) {
  .event-h .-fig img {
    height: 48px;
  }
}



.btn-event {
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  max-width: 216px;
  padding: .5em;
  position: relative;
  transition: all .7s;
  border-radius: 35px;
  border: solid 2px var(--main-color);
  color: var(--main-color);
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-event::after {
  position: absolute;
  right: 20px;
  content: "";
  background: url(../images/arrow-r02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;

}

/* ------------------------------------------------
   school-list
*/

.school-bg {
  background: #fafafa;
}


.school-list {
  display: grid;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: min(3vw, 14px);
  font-weight: bold;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
}

/* SP：2列 */
@media screen and (max-width: 767px) {
  .school-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}




/* ------------------------------------------------
 */

.circle-img {
  display: block;
  width: 300px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.circle-swiper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.up .slide-inner {
  margin-top: -40px;
}

.down .slide-inner {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .up .slide-inner {
    margin-top: -12px;
  }

  .down .slide-inner {
    margin-top: 12px;
  }

}

/* .circle-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
} */