@charset "UTF-8";

#asuto {
  padding-bottom: 0;
}

#asuto::before {
  padding-bottom: 0;
}

#asuto .l-topicPath {
  margin-bottom: 60px;
}

#asuto .block {
  padding: 80px 0;
}

#asuto .border {
  border-bottom: solid 1px #f2e291;
}

#asuto .m-main .heading.jp {
  font-size: 6rem;
}

.p-gallery {
  max-width: 1070px;
  margin: 0 auto;
}
.p-gallery .wrap {
  position: relative;
}
.p-gallery .swiper-main {
  height: 600px;
}
.p-gallery .swiper-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-gallery .swiper-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 80px 0;
}
.p-gallery .swiper-button-prev::after,
.p-gallery .swiper-button-next::after {
  display: none;
}
.p-gallery .swiper-button-prev,
.p-gallery .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.p-gallery .swiper-button-prev {
  left: -2.4rem;
  background-image: url("../../../images/page/trainerinfo/ico_slider_prev.png");
}
.p-gallery .swiper-button-next {
  right: -2.4rem;
  background-image: url("../../../images/page/trainerinfo/ico_slider_next.png");
}
.p-gallery .swiper-pagination-bullet-active {
  background: #347334;
}
.p-gallery .swiper-thumbs {
  height: 160px;
  box-sizing: border-box;
  padding: 10px 0;
}
.p-gallery .swiper-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  width: 25% !important; /* 公式デモ準拠 */
}
.p-gallery .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.p-gallery .swiper-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-gallery .intro {
  margin: 40px auto 80px;
}
.p-gallery .m-lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  max-width: 74%;
  margin: 0 auto;
}
.p-gallery .point {
  margin: 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-gallery .point-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
}
.p-gallery .point-item {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex: 1;
}
.p-gallery .point-item::before {
  content: "";
  background: url(../../../images/common/icon-checkbox.svg) no-repeat center /
    cover;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1.6rem;
}
.p-gallery .point-item:not(:last-child) {
  margin-bottom: 2rem;
}

.p-admission .flex {
  display: flex;
  align-items: center;
  border-radius: 20px 0 20px 0;
  border: solid 1px #264026;
  overflow: hidden;
  margin: 60px auto 0;
  max-width: 800px;
}

.p-admission .flex .box {
  text-align: center;
  width: 50%;
}

.p-admission .flex .head {
  background: #f2d649;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 28px 0;
}

.p-admission .flex .detail {
  background: #fcfcf7;
  padding: 28px 0;
}

.p-admission .flex .detail .price {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.p-admission .flex .detail .price strong {
  display: inline-block;
  color: #347334;
  font-weight: bold;
  font-size: 4rem;
  padding: 0 0.5rem;
}

.p-admission .flex .detail .caution {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-admission .campaign {
  text-align: center;
  margin: 60px auto 0;
}

.p-admission .campaign .catch {
  background: #f2e291;
  display: inline-block;
  border-radius: 16px 0 16px 0;
  min-height: 72px;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 7px 20px;
  margin: 0 auto 60px;
}

.p-admission .campaign .catch strong {
  color: #f28130;
}

.p-admission .campaign .price {
  text-align: center;
}

.p-admission .campaign .price .arrow {
  display: inline-block;
  padding-right: 100px;
  padding-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  background: url("../../../images/page/plan/ico_arrow.svg") no-repeat;
  background-size: 62px;
  background-position: top 15px right 20px;
  vertical-align: bottom;
}

.p-admission .campaign .price .arrow strong {
  display: inline-block;
  font-size: 4rem;
  padding: 0 0.5rem;
}

.p-admission .campaign .price .arrow small {
  font-size: 1.4rem;
  font-weight: 400;
}

.p-admission .campaign .price .zero {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 8px;
  position: relative;
  vertical-align: bottom;
}

.p-admission .campaign .price .zero::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #f2d649;
  height: 12px;
  bottom: 17px;
  left: 0;
  z-index: -1;
}

.p-admission .campaign .price .zero span {
  font-size: 8rem;
  color: #f28130;
  padding-right: 0.5rem;
}

.p-price .ttl {
  font-size: 3.6rem;
  font-weight: bold;
  color: #264026;
  text-align: center;
  margin-top: 70px;
}

.p-price .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto 0;
  overflow: hidden;
  border: solid 1px #264026;
  border-radius: 20px 0 20px 0;
  background: #fcfcf7;
}

.p-price .detail {
  width: 33.33%;
  text-align: center;
  border-right: solid 1px #264026;
}

.p-price .detail:last-child {
  border: none;
}

.p-price .detail dt {
  background: #f2d649;
  color: #264026;
  border-bottom: solid 1px #264026;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 15px 0;
}

.p-price .detail dd {
  color: #264026;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 25px 15px;
}

.p-price .detail dd strong {
  display: inline;
  font-size: 4.8rem;
  color: #347334;
  padding: 0 0.5rem;
}

.p-price .detail dd small {
  font-size: 75%;
}
.p-price .campaign {
  text-align: center;
  margin: 60px auto 40px;
}

.p-price .campaign .catch {
  background: #f2e291;
  display: inline-block;
  border-radius: 16px 0 16px 0;
  min-height: 72px;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 7px 20px;
  margin: 0 auto 40px;
}

.p-price .campaign .catch strong {
  color: #f28130;
}

.p-price .campaign .lead {
  font-size: 2.8rem;
  font-weight: bold;
}

.p-price .campaign .lead strong {
  color: #f28130;
  display: inline-block;
  font-size: 8rem;
  padding-right: 0.5rem;
}

.p-price .campaign .lead .marker {
  position: relative;
}

.p-price .campaign .lead .marker::before {
  position: absolute;
  content: "";
  background: #f2d649;
  width: 100%;
  height: 12px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-price .attention {
  padding: 30px 0;
  line-height: 1.8;
  max-width: 80%;
  margin: 0 auto;
}

.p-schedule .m-button {
  margin: 40px auto 0;
}

.p-program .m-lead {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 60px auto 50px;
}
.p-program .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}
.p-info .content {
  max-width: 1070px;
  margin: 0 auto 60px;
}
.p-info .list {
  display: flex;
  align-items: center;
}

.p-info .list:first-of-type {
  margin-top: 60px;
}

.p-info .list:not(:last-of-type) {
  border-bottom: dashed 1px #f2e291;
}

.p-info .list dt {
  flex-basis: 20%;
  text-align: center;
  padding: 2rem 0;
  font-weight: 600;
}
.p-info .list dd {
  flex: 1;
  padding: 2rem 2rem 2rem 6rem;
}

.p-info .list a {
  color: #264026;
}

.p-info .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.p-info .sns li:last-child {
  margin: 0;
}

.p-info .sns li a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #264026;
}

.p-info .sns li img {
  width: 48px;
  display: inline-block;
  vertical-align: middle;
}

.p-info .sns li span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.p-map .wrap {
  z-index: 2;
  position: relative;
}

.p-map iframe {
  width: 100%;
  height: 500px;
  vertical-align: middle;
}
#asuto .m-back {
  padding: 60px 0 20px;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 767px) {
  #asuto .l-topicPath {
    margin-bottom: 20px;
  }
  #asuto .block {
    padding: 50px 0;
  }

  #asuto .block .pic {
    margin: 0 auto 50px;
    float: inherit;
    width: 100%;
  }

  #asuto .m-main .heading.jp {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  .p-gallery .swiper-main {
    height: 300px;
    margin-bottom: auto;
  }
  .p-gallery .swiper-main img {
    border-radius: 0;
  }
  .p-gallery .swiper-thumbs {
    height: 120px;
  }
  .p-gallery .swiper-thumbs .swiper-slide {
    width: 40% !important;
  }

  .p-gallery .swiper-button-prev,
  .p-gallery .swiper-button-next {
    display: none;
  }

  .p-gallery .intro {
    margin: 15px auto 25px;
    padding: 0 20px;
  }

  .p-gallery .m-lead {
    font-size: 1.4rem;
    max-width: 100%;
  }

  .p-gallery .point {
    margin: 60px auto;
  }
  .p-gallery .point-ttl {
    font-size: 2rem;  
    margin-bottom: 25px;
  }
  .p-gallery .point-list {
    width: 90%;
    margin: 0 auto;
  }
  .p-gallery .point-item {
    font-size: 1.4rem;
  }
  .p-gallery .point-item::before {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
  .p-gallery .point-item:not(:last-child) {
    margin-bottom: 1.4rem;
  }

  .p-admission .flex .box {
    width: 100%;
    font-size: 2rem;
    padding: 20px 0;
  }

  .p-admission .flex {
    flex-wrap: wrap;
  }

  .p-admission .flex .detail .caution {
    font-size: 1.4rem;
  }

  .p-admission .flex .detail .price {
    font-size: 2rem;
  }

  .p-admission .campaign {
    margin: 30px auto 0;
  }

  .p-admission .campaign .catch {
    font-size: 2.4rem;
    padding: 15px 35px;
  }

  .p-admission .campaign .price .arrow {
    font-size: 2rem;
    display: block;
    padding: 0 0 80px;
    background: url("../../../images/page/plan/ico_arrow_down.svg") no-repeat;
    background-size: 20px;
    background-position: center bottom 5px;
  }

  .p-admission .campaign .price .zero {
    padding: 0;
  }

  .p-admission .campaign .price .zero::before {
    bottom: 7px;
  }

  .p-price .campaign .catch {
    font-size: 2.4rem;
    padding: 15px 35px;
    min-height: inherit;
    margin-bottom: 20px;
  }

  .p-price .campaign .lead .marker {
    display: inline-block;
  }

  .p-price .campaign .lead strong {
    font-size: 6.4rem;
  }

  .p-price .campaign .lead {
    font-size: 2rem;
  }

  .p-price .campaign .lead .marker::before {
    bottom: 20px;
    width: 90%;
    left: 50%;
    margin-left: -45%;
  }

  .p-price .detail {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #264026;
  }

  .p-price .detail dt {
    font-size: 2rem;
  }

  .p-price .ttl {
    font-size: 2.8rem;
    margin-top: 50px;
  }

  .p-price .attention {
    padding: 0;
    line-height: 1.8;
    max-width: 100%;
  }

  .p-program .m-lead {
    font-size: 1.6rem;
    margin: 30px auto 25px;
  }
  .p-program .grid {
    grid-template-columns: auto;
  }
  .p-schedule .m-button {
    margin: 40px auto 0;
  }
  .p-info .content {
    margin-bottom: 30px;
  }
  .p-info .list {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-info .list:first-of-type {
    margin-top: 30px;
  }
  .p-info .list dt,
  .p-info .list dd {
    padding: 2rem 0;
  }
  .p-info .list dt {
    text-align: left;
    padding-bottom: 0;
  }
  .p-info .list dd {
    padding-top: 1rem;
  }
  .p-info .sns {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-left: 50px;
  }
  .p-info .sns li:first-of-type {
    margin-bottom: 25px;
  }
  #asuto .m-back {
    padding: 40px 0 20px;
  }
}

.grid {
  grid-template-columns: repeat(4, 1fr);
}
