@charset "UTF-8";
section {
  scroll-margin-top: 100px;
}
.taiken {
  background: #fefdf4;
  position: relative;
}

.main {
  position: relative;
}
.main h1 {
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 8px rgba(170, 159, 148, 0.9), 0 0 20px rgba(170, 159, 148, 0.8), 0 0 40px rgba(170, 159, 148, 0.6);
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main h1 {
    font-size: 20px;
  }
}
.main h1 > span {
  font-size: 70%;
  font-weight: bold;
  display: block;
}

.main-fv {
  height: 330px;
  background: transparent url(../images/feature/mv.jpg) no-repeat top center/cover;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
}
@media screen and (min-width: 1920px) {
  .main-fv {
    height: clamp(330px, 18vw, 20vw);
  }
}
.main-fv > .w1080 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .main-fv {
    background: transparent url(../images/feature/mv_sp.jpg) no-repeat top center/cover;
    height: clamp(230px, 105vw, 6000px);
  }
}

.pagehead {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .pagehead {
    padding: 32px 0;
  }
}

.head-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .head-list {
    gap: 10px;
  }
}

.head-item {
  width: 300px;
}
@media (max-width: 768px) {
  .head-item {
    max-width: calc(50% - 5px);
  }
}

.head-link {
  border-radius: 20px;
  border: 2px solid #e393b2;
  color: #e393b2;
  padding: 20px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-weight: bold;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 768px) {
  .head-link {
    padding: 20px 12px;
    min-height: 85px;
  }
}
.head-link span {
  background: #e393b2;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 15px;
  transition: 0.2s;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 768px) {
  .head-link span {
    width: 15px;
    height: 7.5px;
    right: 10px;
  }
}
.head-link:hover {
  background: #e393b2;
  color: #fff;
}
.head-link:hover span {
  background: #fff;
}
@media (max-width: 768px) {
  .head-link {
    font-size: 16px;
  }
}

.pagehead-ttl {
  font-weight: bold;
  text-align: center;
}
.pagehead-ttl span {
  letter-spacing: -0.01em;
  font-size: 34px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f4e38c 40%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.15em;
  line-height: 2;
}
.pagehead-ttl span > span {
  color: #e393b2;
}
@media screen and (max-width: 768px) {
  .pagehead-ttl span {
    font-size: 20px;
  }
}

/* =============================================================================


    class


============================================================================= */
.class {
  position: relative;
  scroll-margin-top: 100px;
  padding: 120px 0 clamp(100px, 10vw, 200px);
}
@media (max-width: 768px) {
  .class {
    padding: 40px 0 100px;
  }
}
.class > .inner {
  z-index: 2;
  position: relative;
}
.class:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 200px;
}
@media (max-width: 768px) {
  .class:after {
    height: 10vw;
  }
}
.class:after {
  top: auto;
  bottom: 0;
  background: #f9e9f0;
}
.class .bg_bottom {
  bottom: 0;
  top: auto;
  z-index: 1;
}
.class .bg_bottom img {
  height: 100%;
}
.class .inner {
  z-index: 1;
}

.class-ttl {
  text-align: center;
}
.class-ttl span {
  font-size: 30px;
  font-weight: bold;
  background: #f4e38c;
  padding: 0.15px 0.5em;
  display: inline-block;
}
@media (max-width: 768px) {
  .class-ttl span {
    font-size: 20px;
  }
}

.class-txt {
  font-size: 20px;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .class-txt {
    font-size: 15px;
  }
}

.class-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .class-list {
    flex-direction: column;
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }
}

.class-item {
  position: relative;
}

.class-item-ttl {
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1128px) {
  .class-item-ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .class-item-ttl {
    font-size: 20px;
  }
}
.class-item-ttl span {
  font-size: inherit;
  background: #e393b2;
  position: relative;
  color: #fff;
  padding: 0.5em 1em;
  font-weight: bold;
}
.class-item-ttl span:before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.class-item-img {
  border: 2px solid #e393b2;
  padding: 20px;
}
.class-item-img img {
  width: 100%;
}

.class-item-info {
  border-bottom: 1px solid #534741;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
@media (max-width: 1128px) {
  .class-item-info {
    padding: 0 5px;
  }
}

.class-item-time {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  margin-top: 0.5em;
}
.class-item-time span {
  font-family: "Gabarito", sans-serif;
  font-weight: bold;
  font-size: 130%;
}
@media (max-width: 1128px) {
  .class-item-time {
    font-size: 15px;
  }
}
.class-item-time img {
  width: 50px;
}
@media (max-width: 1128px) {
  .class-item-time img {
    width: 35px;
  }
}

.class-item-txt {
  margin-top: 0.5em;
  font-size: 16px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .class-item-txt {
    font-size: 14px;
  }
}

/* =============================================================================


    inst


============================================================================= */
.instructor {
  background: #fefdf4;
  position: relative;
  padding: 120px 0 clamp(100px, 10vw, 200px);
}
@media (max-width: 768px) {
  .instructor {
    padding: 50px 0 100px;
  }
}
.instructor > .inner {
  z-index: 2;
  position: relative;
}
.instructor:before, .instructor:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f9e9f0;
  width: 100%;
  height: 200px;
}
@media (max-width: 768px) {
  .instructor:before, .instructor:after {
    height: 10vw;
  }
}
.instructor:after {
  top: auto;
  bottom: 0;
  background: #dae7d6;
}
.instructor .bg_bottom {
  bottom: 0;
  top: auto;
  z-index: 1;
}
.instructor .bg_bottom img {
  height: 100%;
}

.inst-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 0;
}
.inst-list > * {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .inst-list > * {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .inst-list {
    flex-direction: column;
    gap: 60px;
  }
}

.inst-item {
  border-radius: 40px;
  border: 1px solid #e393b2;
  padding: 30px 20px;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inst-item {
    padding: 16px;
  }
}

.inst-point-txt {
  line-height: 1.6;
  margin-top: 1em;
  font-size: 16px;
}
@media (max-width: 768px) {
  .inst-point-txt {
    font-size: 14px;
  }
}

.inst-img {
  border-radius: 50%;
  width: 180px;
  margin: auto;
  background: #f4e38c;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.inst-img img {
  width: 100%;
  display: block;
}

.inst-name {
  color: #f7931e;
  text-align: center;
}
.inst-name span {
  background: #f7931e;
  color: #fff;
  width: 150px;
  display: inline-block;
  text-align: center;
  font-size: 28px;
}
@media (max-width: 768px) {
  .inst-name span {
    font-size: 20px;
  }
}

.inst-name-en {
  font-family: "Gabarito", sans-serif;
  font-weight: bold;
  text-align: center;
}

.inst-career-head {
  border-radius: 20px;
  background: #523c24;
  color: #fff;
  text-align: center;
  width: 4.5em;
  margin-right: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.inst-career {
  padding: 10px 0;
  border-bottom: 1px dotted #534741;
}

.inst-career-box {
  display: flex;
  margin-top: 10px;
}
.inst-career-box + .inst-career-box {
  margin-top: 0px;
  padding-top: 0px;
}

.inst-career-table {
  border-collapse: collapse;
}
.inst-career-table td,
.inst-career-table th {
  font-weight: normal;
  vertical-align: baseline;
  padding: 5px 0;
}
.inst-career-table td {
  padding: 5px 0px 5px 10px;
}

.inst-career-ttl {
  width: 5.5em;
  font-size: 16px;
  border-right: 1px solid #534741;
  padding-right: 0.5em;
  box-sizing: border-box;
  min-width: 5.5em;
  padding: 0;
}

.inst-career-txt {
  padding-left: 0.5em;
  font-size: 16px;
  box-sizing: border-box;
}

.inst-point {
  margin-top: 20px;
}

.inst-point-en {
  text-align: center;
}
.inst-point-en span {
  color: #f7931e;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
}
.inst-point-en span:after, .inst-point-en span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-15deg);
  height: 50%;
  background: #f7931e;
  width: 1px;
}
.inst-point-en span:after {
  left: auto;
  right: 0.15em;
  transform: scale(-1, 1) translateY(-50%) rotate(-15deg);
}

.nst-point-txt {
  margin-top: 10px;
}

.inst-voice {
  margin-top: 40px;
  position: relative;
  border-radius: 20px;
  background: #f9e9f0;
  font-size: 16px;
  padding: 20px 8px;
}

.inst-voice-txt {
  display: inline;
  border-bottom: 1px solid #534741;
  line-height: 2;
}

.inst-voice-ttl {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .inst-voice-ttl {
    font-size: 16px;
  }
}
.inst-voice-ttl span {
  font-size: inherit;
  background: #e393b2;
  position: relative;
  color: #fff;
  padding: 0.5em 1em;
  font-weight: bold;
}
.inst-voice-ttl span:before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.inst-voice-name {
  color: #e393b2;
  text-align: right;
  margin-top: 1em;
}

/* =============================================================================


    price


============================================================================= */
.price {
  padding: 120px 0 50px;
  position: relative;
  z-index: 1;
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  .price {
    padding: 60px 0 50px;
  }
}
.price > .inner {
  z-index: 2;
  position: relative;
}
.price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #dae7d6;
  width: 100%;
  height: 200px;
}
@media (max-width: 768px) {
  .price:before {
    height: 10vw;
  }
}
.price .page-school-ttl-en {
  color: #f7931e;
}

.price-class {
  padding: 32px 0;
}

.member {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .member {
    padding-top: 20px;
  }
}

.price-ttl {
  margin-top: 20px;
  text-align: center;
}
.price-ttl span {
  color: #fff;
  font-weight: bold;
  background: #f7931e;
  padding: 0.15em 0.5em;
  font-size: 30px;
}
@media (max-width: 768px) {
  .price-ttl span {
    font-size: 20px;
  }
}

.price-class-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 48px auto 0;
}
@media (max-width: 768px) {
  .price-class-list {
    flex-direction: column;
    display: flex;
  }
}

.price-class-item {
  background: #fff;
  border-radius: 40px;
  border: 1px solid #fad7af;
  padding: 20px 10px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media (max-width: 768px) {
  .price-class-item {
    border-radius: 20px;
  }
}

.price-class-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: auto;
}
@media (max-width: 1128px) {
  .price-class-ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .price-class-ttl {
    font-size: 22px;
  }
}
.price-class-ttl span {
  display: block;
  font-size: 72.5%;
}

.price-class-info {
  margin-top: 10px;
  background: #f7931e;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  font-size: 24px;
  padding: 5px;
  text-align: center;
  gap: 20px;
  font-weight: bold;
}
@media (max-width: 1128px) {
  .price-class-info {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .price-class-info {
    font-size: 16px;
    gap: 32px;
  }
}
.price-class-info span {
  font-size: inherit;
  font-weight: inherit;
}
.price-class-info span + span {
  border-left: 1px solid #fff;
}

.price-class-ticket {
  margin-top: 20px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media (max-width: 1128px) {
  .price-class-ticket {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .price-class-ticket {
    font-size: 20px;
  }
}
.price-class-ticket span {
  color: #f7931e;
  font-size: 150%;
  font-family: "Gabarito", sans-serif;
}

.member-fee-ttl {
  text-align: center;
  margin-top: 2em;
}
.member-fee-ttl span {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #f7931e;
}
@media (max-width: 768px) {
  .member-fee-ttl span {
    font-size: 20px;
  }
}

.member-fee-list {
  border-radius: 40px;
  background: #fff;
  border: 1px solid #f7931e;
  padding: 40px 16px;
  display: grid;
  margin: 40px auto 0;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1128px) {
  .member-fee-list {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .member-fee-list {
    border-radius: 20px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
  }
}

.member-fee-box {
  display: flex;
}
.price-fee-dt {
  background: #fbe1c3;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: bold;
  width: 55%;
  padding: 5px;
}
.price-fee-dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  background: inherit;
  width: 15px;
  height: 100%;
  clip-path: polygon(100% 53%, 0 0, 0 100%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .price-fee-dt {
    font-size: 16px;
  }
}

.price-fee-dd {
  font-size: 28px;
  width: 45%;
  padding: 5px 25px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.15em;
}
.price-fee-dd span {
  font-weight: bold;
  font-size: 130%;
  color: #f15a24;
  font-family: "Gabarito", sans-serif;
}
@media (max-width: 768px) {
  .price-fee-dd {
    font-size: 22px;
  }
}

.member-benefit-span {
  text-align: center;
}
.member-benefit-span span {
  color: #f7931e;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .member-benefit-span span {
    font-size: 20px;
  }
}
.member-benefit-span span:after, .member-benefit-span span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-15deg);
  height: 50%;
  background: #f7931e;
  width: 1px;
}
.member-benefit-span span:after {
  left: auto;
  right: 0.15em;
  transform: scale(-1, 1) translateY(-50%) rotate(-15deg);
}

.member-benefit-box {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .member-benefit-box {
    gap: 15px;
  }
}
.member-benefit-box span {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  margin: auto;
}
@media (max-width: 768px) {
  .member-benefit-box span {
    min-width: 30px;
    width: 30px;
    min-height: 30px;
    height: 30px;
  }
}
.member-benefit-box span:before, .member-benefit-box span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f15a24;
}
.member-benefit-box span:before {
  width: 100%;
  height: 25%;
}
.member-benefit-box span:after {
  height: 100%;
  width: 25%;
}

.member-benefit-txt {
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  background: #f7931e;
  width: calc(50% - 30px);
  padding: 0.5em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .member-benefit-txt {
    border-radius: 20px;
    font-size: 17px;
    letter-spacing: -0.01em;
  }
}

.member-benefit-ttl {
  margin: 60px auto 0;
  border: 3px solid #fbb03b;
  background: #fff;
  padding: 30px;
  text-align: center;
  position: relative;
  font-size: 48px;
  font-weight: bold;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .member-benefit-ttl {
    font-size: 24px;
    font-weight: bold;
    border-radius: 20px;
  }
}
.member-benefit-ttl > span {
  font-size: inherit;
  background: linear-gradient(transparent 60%, #fcee21 40%);
}
.member-benefit-ttl > span > span {
  font-size: 60px;
}
.member-benefit-ttl > span > span > span {
  font-size: 140%;
  font-family: "Gabarito", sans-serif;
  display: inline-block;
  padding: 0 0.15em;
  color: #f15a24;
}
.member-benefit-ttl:before {
  content: "";
  width: 120px;
  height: 50px;
  position: absolute;
  bottom: calc(100% - 20px);
  left: 50%;
  background: #f7931e;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
}

.month {
  background: #fbe1c3;
  border-radius: 40px;
  max-width: 580px;
  padding: 10px;
  display: grid;
  grid-template-columns: 60% 1fr;
  margin: 50px auto;
  align-items: center;
  text-align: center;
}
.month dt {
  font-size: 28px;
  font-weight: bold;
  border-right: 1px solid #fff;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .month dt {
    font-size: 18px;
    padding: 10px 10px;
  }
}
.month dd {
  font-size: 28px;
  padding: 10px 20px;
}
.month dd span {
  font-weight: bold;
  font-size: 130%;
  color: #f15a24;
  font-family: "Gabarito", sans-serif;
}
@media (max-width: 768px) {
  .month dd {
    font-size: 18px;
    padding: 10px 10px;
  }
}

.member-lesson {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .member-lesson {
    padding: 40px 0;
  }
}

.member-benefit {
  padding: 60px 0;
}

.member-ex {
  margin: 60px auto 0;
  border-radius: 40px;
  background: #fbe1c3;
  position: relative;
  padding: 40px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .member-ex {
    border-radius: 20px;
    padding: 20px;
  }
}

.member-ex-ttl {
  transform: translateY(calc(-40px - 1em));
  margin-top: 0;
}

.member-ex-item {
  padding-left: 40px;
  font-size: 28px;
  line-height: 1.8;
  position: relative;
  font-weight: bold;
}
@media (max-width: 768px) {
  .member-ex-item {
    padding-left: 28px;
  }
}
.member-ex-item + .member-ex-item {
  margin-top: 0.5em;
}
.member-ex-item:before {
  content: "";
  width: 35px;
  height: 35px;
  background: transparent url(../images/school/new/check-icon.svg) no-repeat top center/contain;
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0.25em;
}
@media (max-width: 768px) {
  .member-ex-item:before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .member-ex-item {
    font-size: 16px;
  }
}

.member-ex-txt {
  font-size: 28px;
  line-height: 2;
  margin-top: 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .member-ex-txt {
    font-size: 16px;
  }
}

/* =============================================================================


    schedule


============================================================================= */
.schedule {
  background: #f9e9f0;
  padding: clamp(20px, 10vw, 80px) 0 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .schedule {
    padding: 40px 0 60px;
  }
}

.schedule-txt {
  margin-top: 2em;
  font-size: 20px;
}
@media (max-width: 768px) {
  .schedule-txt {
    font-size: 15px;
  }
}

.schedule-table-content {
  padding: 40px 20px;
  border: 2px solid #e393b2;
  border-radius: 20px;
  display: none;
}

.table-container-span {
  font-size: 20px;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .table-container-span {
    font-size: 15px;
  }
}

.schedule-table-content > * {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .schedule-table-content > * {
    flex-direction: column;
  }
}

.schedule-head {
  text-align: center;
  margin: 20px auto 0;
}
.schedule-head span {
  border-bottom: 1px solid #e393b2;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin: auto;
}
@media (max-width: 768px) {
  .schedule-head span {
    font-size: 20px;
  }
}

.schedule-table-container {
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .schedule-table-container {
    margin-top: 60px;
  }
}

.schedule-time {
  margin: 20px auto 0;
  text-align: center;
}
.schedule-time span {
  display: inline-block;
  margin: auto;
  text-align: center;
  background: #d9e021;
  border-radius: 25px;
  padding: 0.5em 1em;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .schedule-time span {
    font-size: 18px;
  }
}

.schedule-table-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #fff;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  border-radius: 20px;
  background: #e393b2;
  padding: 0.5em 40px;
  margin: 30px auto 0;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .schedule-table-ttl {
    font-size: 20px;
  }
}
.schedule-table-ttl > span {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  position: relative;
  background: #fff;
}
.schedule-table-ttl > span:before, .schedule-table-ttl > span:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #e393b2;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 3px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .schedule-table-ttl > span:before, .schedule-table-ttl > span:after {
    width: 12px;
  }
}
.schedule-table-ttl > span {
  /* そのうち1本を縦にする */
}
.schedule-table-ttl > span:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.schedule-table-ttl > span {
  /* プラスアイコンクリック後、マイナスにする */
}
.schedule-table-ttl.on span:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.sch_list {
  margin-top: 40px;
}
.sch_list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
  font-size: 20px;
}
@media (max-width: 768px) {
  .sch_list li {
    font-size: 15px;
  }
}

.schedule-class {
  margin: 32px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.schedule-class-day {
  display: inline-block;
  background: #e393b2;
  font-size: 24px;
  font-weight: bold;
  border-radius: 15px;
  color: #fff;
  padding: 0.25em 1em;
}
.schedule-class-day._holiday {
  background: #f7931e;
}
@media (max-width: 768px) {
  .schedule-class-day {
    font-size: 17px;
  }
}

.schedule-class-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.schedule-class-itemtxt {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .schedule-class-itemtxt {
    font-size: 17px;
  }
}

.a-item {
  margin-left: 40px;
  display: none;
}

.schedule-table-box {
  width: 100%;
}

.schedule-table-box.holiday {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .schedule-table-box.holiday {
    width: 100%;
  }
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.schedule-table tr,
.schedule-table td,
.schedule-table th {
  border: 1px solid #534741;
}
.schedule-table td,
.schedule-table tr {
  padding: 1em 0.5em;
  font-size: 24px;
  text-align: center;
}
.schedule-table td > span,
.schedule-table tr > span {
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 1128px) {
  .schedule-table td,
  .schedule-table tr {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .schedule-table td,
  .schedule-table tr {
    font-size: 14px;
    padding: 0.75em 0.25em;
  }
}
.schedule-table .weekday,
.schedule-table .five,
.schedule-table .holiday {
  background: #e393b2;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 0.5em 0.5em;
}
@media (max-width: 768px) {
  .schedule-table .weekday,
  .schedule-table .five,
  .schedule-table .holiday {
    font-size: 16px;
  }
}
.schedule-table .holiday {
  background: #f7931e;
}
.schedule-table .time {
  text-align: left;
}

/* =============================================================================


    program


============================================================================= */
.program {
  background: #dae7d6;
  position: relative;
  padding: clamp(20px, 10vw, 80px) 0 80px;
  overflow: hidden;
}
.program > .inner {
  z-index: 2;
  position: relative;
}
.program .page-school-ttl-en {
  color: #67a56e;
}
@media (max-width: 768px) {
  .program {
    padding: 40px 0 60px;
  }
}

.program-txt {
  max-width: 800px;
  margin: 60px auto 0;
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .program-txt {
    margin-top: 32px;
    font-size: 16px;
  }
}

.palette-head,
.top-t-head {
  text-align: center;
}
.palette-head span,
.top-t-head span {
  background: #67a56e;
  color: #fff;
  font-weight: bold;
  padding: 0.15em 0.5em;
  font-size: 30px;
  position: relative;
}
.palette-head span:before,
.top-t-head span:before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  width: 20px;
  height: 10px;
  background: inherit;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 768px) {
  .palette-head span,
  .top-t-head span {
    font-size: 20px;
  }
}

.palette-ttlbox {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .palette-ttlbox {
    margin-top: 28px;
  }
}

.palette-ttl {
  font-family: "Gabarito", sans-serif;
  font-weight: bold;
  font-size: 50px;
  color: #67a56e;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1128px) {
  .palette-ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .palette-ttl {
    font-size: 24px;
    margin-top: 18px;
  }
}
.palette-ttl > span {
  font-size: inherit;
  font-weight: inherit;
  background: linear-gradient(transparent 60%, #f4e38c 40%);
}

.top-t-ttl {
  font-family: "Gabarito", sans-serif;
  font-weight: bold;
  font-size: 42px;
  color: #67a56e;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1128px) {
  .top-t-ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .top-t-ttl {
    font-size: 22px;
    margin-top: 18px;
  }
}
.top-t-ttl > span {
  font-size: inherit;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f4e38c 40%);
}

.top-t-img {
  margin: 40px auto 0;
  border: 2px solid #67a56e;
  padding: 10px;
  max-width: 640px;
}
.top-t-img img {
  max-width: 100%;
}

.top-t-txt {
  margin-top: 40px;
  font-size: 20px;
  max-width: 800px;
  margin: 40px auto 0;
  line-height: 1.8;
}
.top-t-txt > span {
  font-weight: bold;
  font-size: 120%;
  background: linear-gradient(transparent 60%, #f4e38c 40%);
}
@media (max-width: 768px) {
  .top-t-txt {
    font-size: 15px;
  }
}

.palette-why {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .palette-why {
    font-size: 20px;
  }
}

.palette-txt {
  max-width: 760px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
}
.palette-txt span {
  font-size: inherit;
  background: linear-gradient(transparent 60%, #f4e38c 40%);
}
.palette-txt span.b {
  font-weight: bold;
  font-size: 120%;
}
@media (max-width: 768px) {
  .palette-txt {
    font-size: 14px;
  }
}

.palette-fugure-txt {
  display: inline-block;
  color: #fff;
  background: #74c3a1;
  font-size: 22px;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .palette-fugure-txt {
    font-size: 18px;
  }
}

.tag {
  margin: 60px auto 0;
  position: relative;
}

.tag-content {
  position: relative;
  z-index: 1;
}
.tag-content:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  height: 100%;
  width: calc(100% + 100px);
  transform: translateY(-50%);
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .tag-content:before {
    top: 0;
    transform: none;
    height: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .tag-content {
    display: flex;
    flex-direction: column;
  }
}

.tag-txt {
  color: #67a56e;
  font-size: 18px;
  text-align: left;
  position: relative;
  padding: 2em 0;
  padding-right: 420px;
  z-index: 1;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .tag-txt {
    font-size: 16px;
    padding-right: 0;
  }
}
.tag-txt span {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px dotted #67a56e;
}

.tag-imgs {
  display: flex;
  gap: 10px;
  position: relative;
  position: absolute;
  top: 50%;
  z-index: 1;
  right: 0px;
  max-width: 420px;
  width: 45%;
  transform: translateY(-50%);
}
.tag-imgs > img {
  width: 135px;
  top: 0;
  position: absolute;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .tag-imgs > img {
    left: -30px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .tag-imgs {
    position: relative;
    top: auto;
    transform: none;
    margin: 0px auto 0;
    min-width: 80%;
  }
}

.tag-img {
  border-radius: 50%;
  border: 10px solid #a3bd93;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.tag-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tag-span {
  text-align: right;
  margin-top: 50px;
}
.tag-span a {
  text-decoration: underline;
  transition: 0.2s;
  color: inherit;
}

/* =============================================================================


    palette


============================================================================= */
.palette-ex-ttl {
  margin-top: 20px;
  text-align: center;
}
.palette-ex-ttl span {
  color: #fff;
  font-weight: bold;
  background: #67a56e;
  padding: 0.15em 0.5em;
  font-size: 30px;
}
@media (max-width: 768px) {
  .palette-ex-ttl span {
    font-size: 20px;
  }
}

.palette-ex {
  margin: 60px auto;
}
@media (max-width: 768px) {
  .palette-ex {
    margin: 40px auto;
  }
}

.palette-ex-head {
  text-align: center;
  margin-top: 2em;
}
.palette-ex-head span {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #67a56e;
}
@media (max-width: 768px) {
  .palette-ex-head span {
    font-size: 20px;
  }
}

.palette-ex-txtbox {
  font-size: 20px;
}
@media (max-width: 768px) {
  .palette-ex-txtbox {
    font-size: 15px;
  }
}
.palette-ex-txtbox > p {
  font-size: inherit;
}

.palette-ex-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 640px;
  margin: 40px auto 0;
  gap: 30px;
}
@media (max-width: 768px) {
  .palette-ex-flex {
    flex-direction: column;
  }
}
.palette-ex-flex img {
  max-width: 200px;
}
@media (max-width: 768px) {
  .palette-ex-flex img {
    max-width: 150px;
  }
}

.palette-ex-txthead {
  font-weight: bold;
}

.palette-ex-txt {
  margin: 0.5em 0 1em;
}

.palette_box {
  margin: 80px auto;
}
@media (max-width: 768px) {
  .palette_box {
    margin: 40px auto;
  }
}

.palette-chart {
  --palette-w: 21.292%;
  --level-w: 46.145%;
  --goal-w: 32.563%;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #040000;
}
@media (max-width: 768px) {
  .palette-chart {
    background: #f0edea;
  }
}

.palette-chart *,
.palette-chart *::before,
.palette-chart *::after {
  box-sizing: border-box;
}

.palette-chart__svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* =========================
   HEADER
========================= */
.palette-chart__head {
  display: grid;
  grid-template-columns: var(--palette-w) var(--level-w) var(--goal-w);
  height: 58px;
  border-bottom: 1px solid #040000;
}

.palette-chart__head-palette,
.palette-chart__head-title,
.palette-chart__head-goal {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.palette-chart__head-palette,
.palette-chart__head-goal {
  padding-top: 6px;
}

.palette-chart__head-level {
  position: relative;
  padding-top: 6px;
  background: #f0edea;
}

.palette-chart__head-title {
  line-height: 1;
}

/* ビギナー → 高レベル */
.palette-chart__scale {
  position: absolute;
  left: 3.16%;
  right: 3.65%;
  bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
  padding: 0 6px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
}

.palette-chart__scale::after {
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  content: "";
}

/* =========================
   ROW
========================= */
.palette-chart__row {
  display: grid;
  grid-template-columns: var(--palette-w) var(--level-w) var(--goal-w);
  min-height: 75px;
  border-bottom: 1px solid #040000;
}

.palette-chart__palette,
.palette-chart__level,
.palette-chart__goal {
  min-width: 0;
}

.palette-chart__palette {
  display: flex;
  align-items: center;
  justify-content: center;
}

.palette-chart__name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
}

/* =========================
   PALETTE COLORS
========================= */
.palette-chart__row--white .palette-chart__name {
  color: #fff;
  -webkit-text-stroke: 2px #040000;
  paint-order: stroke fill;
}

.palette-chart__row--yellow .palette-chart__name {
  color: #f2e633;
  -webkit-text-stroke: 2px #040000;
  paint-order: stroke fill;
}

.palette-chart__row--green .palette-chart__name {
  color: #005438;
}

.palette-chart__row--lightblue .palette-chart__name {
  color: #30a1d2;
}

.palette-chart__row--blue .palette-chart__name {
  color: #1f296a;
}

.palette-chart__row--black .palette-chart__name {
  color: #040000;
}

/* =========================
   LEVEL AREA
========================= */
.palette-chart__level {
  display: flex;
  align-items: center;
  padding-left: 3.16%;
  background: #f0edea;
}

.palette-chart__level-box {
  display: flex;
  align-items: center;
  height: 60px;
}

/*
430px を最大幅として
80 / 150 / 220 / 290 / 360 / 430
*/
.palette-chart__level-box--white {
  width: 18.6%;
  background: #fff;
  border: 1px solid #000;
}

.palette-chart__level-box--yellow {
  width: 34.9%;
  background: #f2e633;
}

.palette-chart__level-box--green {
  width: 51.2%;
  background: #005438;
}

.palette-chart__level-box--lightblue {
  width: 67.45%;
  background: #30a1d2;
}

.palette-chart__level-box--blue {
  width: 83.72%;
  background: #1f296a;
}

.palette-chart__level-box--black {
  width: 98%;
  background: #000;
}

/* =========================
   COURSE
========================= */
.palette-chart__course {
  width: 100%;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  font-weight: bold;
}

.palette-chart__course span {
  display: block;
  font-weight: bold;
}

/* =========================
   SCORE
========================= */
.palette-chart__score {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 10px;
  color: #fff;
}

.palette-chart__score--dark {
  color: #040000;
}

.palette-chart__score-main {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  flex-wrap: wrap;
}
.palette-chart__score-main b {
  width: 100%;
}

.palette-chart__score-main strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.palette-chart__score-main span,
.palette-chart__score-main b {
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.palette-chart__score-main b {
  margin-left: 1px;
}

/* =========================
   CROWN
========================= */
.palette-chart__crowns {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #efea3a;
}
.palette-chart__crowns._y {
  color: #fff;
}

.palette-chart__crowns svg {
  display: block;
  width: 20px;
  height: 18px;
}

/* =========================
   GOAL
========================= */
.palette-chart__goal {
  display: flex;
  align-items: center;
  padding: 10px 34px;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
}

/* =========================================================
   SP
========================================================= */
@media screen and (max-width: 768px) {
  .palette-chart {
    --left-w: 65.3%;
    --goal-w-sp: 34.7%;
  }
  /* HEADER */
  .palette-chart__head {
    grid-template-columns: var(--left-w) var(--goal-w-sp);
    height: 64px;
    border-bottom: 0;
  }
  .palette-chart__head-palette {
    display: none;
  }
  .palette-chart__head-level {
    grid-column: 1;
    padding-top: 7px;
    background: #f0edea;
  }
  .palette-chart__head-title {
    font-size: 16px;
  }
  .palette-chart__head-goal {
    grid-column: 2;
    padding-top: 7px;
    border-left: 1px dotted rgba(0, 0, 0, 0.18);
    font-size: 16px;
  }
  .palette-chart__scale {
    left: 0;
    right: 4px;
    bottom: 9px;
    height: 15px;
    padding: 0 4px;
    font-size: 11px;
    line-height: 1;
  }
  .palette-chart__scale::after {
    right: -8px;
    border-top-width: 7.5px;
    border-bottom-width: 7.5px;
    border-left-width: 8px;
  }
  /* ROW */
  .palette-chart__row {
    position: relative;
    display: grid;
    grid-template-columns: var(--left-w) var(--goal-w-sp);
    min-height: 118px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  .palette-chart__palette {
    grid-column: 1;
    grid-row: 1;
    display: block;
    padding: 6px 3px 0;
    align-self: start;
    z-index: 2;
  }
  .palette-chart__name {
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
  }
  /* LEVEL */
  .palette-chart__level {
    grid-column: 1;
    grid-row: 1;
    align-items: flex-end;
    padding: 0 0 8px;
    background: transparent;
  }
  .palette-chart__level-box {
    height: 70px;
  }
  .palette-chart__level-box--white {
    width: 39px;
    height: 84px;
    margin-top: 38px;
  }
  .palette-chart__level-box--yellow {
    width: 31%;
  }
  .palette-chart__level-box--green {
    width: 45%;
  }
  .palette-chart__level-box--lightblue {
    width: 59%;
  }
  .palette-chart__level-box--blue {
    width: 73%;
  }
  .palette-chart__level-box--black {
    width: 87%;
  }
  /* WHITE */
  .palette-chart__row--white {
    min-height: 119px;
  }
  .palette-chart__row--white .palette-chart__level {
    align-items: flex-start;
    padding-top: 38px;
  }
  .palette-chart__row--white .palette-chart__level-box {
    margin: 0;
  }
  .palette-chart__course {
    font-size: 14px;
    line-height: 0.9;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    line-height: 1.3;
  }
  .palette-chart__course span {
    display: inline;
  }
  /* SCORE */
  .palette-chart__score {
    display: block;
    width: 100%;
    padding: 12px 8px 6px;
    color: #fff;
  }
  .palette-chart__score--dark {
    color: #040000;
  }
  .palette-chart__score-main {
    align-items: baseline;
  }
  .palette-chart__score-main strong {
    font-size: 23px;
  }
  .palette-chart__score-main span,
  .palette-chart__score-main b {
    font-size: 14px;
  }
  .palette-chart__crowns {
    gap: 4px;
    margin-top: 7px;
  }
  .palette-chart__crowns svg {
    width: 15px;
    height: 14px;
  }
  /* GOAL */
  .palette-chart__goal {
    grid-column: 2;
    grid-row: 1;
    padding: 15px 8px;
    border-left: 1px dotted rgba(0, 0, 0, 0.18);
    font-size: 14px;
    line-height: 1.55;
  }
  .palette-chart__row--white .palette-chart__goal {
    padding-top: 24px;
  }
  .pc {
    display: none;
  }
}
/* =============================================================================


    lesson


============================================================================= */
.lesson {
  z-index: 1;
  padding: 0px 0 40px;
  position: relative;
}
@media (max-width: 768px) {
  .lesson {
    padding: 0 16px 32px;
  }
}
.lesson:before {
  content: "";
  width: 1128px;
  height: 100%;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #f7931e;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1128px) {
  .lesson:before {
    width: 98%;
  }
}
@media (max-width: 768px) {
  .lesson:before {
    width: calc(100% - 32px);
  }
}

.lesson-en {
  text-align: center;
  font-weight: bold;
  color: #f7931e;
  font-weight: 600;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  top: -1.5em;
  position: relative;
}
.lesson-en span {
  position: relative;
  padding: 0 2em;
  font-size: inherit;
}
.lesson-en span:after, .lesson-en span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-15deg);
  height: 100%;
  background: #f7931e;
  width: 1px;
}
.lesson-en span:after {
  left: auto;
  right: 0;
  transform: scale(-1, 1) translateY(-50%) rotate(-15deg);
}
@media screen and (max-width: 768px) {
  .lesson-en {
    font-size: 14px;
  }
}

.lesson-ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
  margin-top: 20px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lesson-ttl {
    font-size: 28px;
    margin-top: 20px;
    padding-top: 50px;
  }
}
.lesson-ttl > span {
  background: linear-gradient(transparent 60%, #fff8a5 40%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.15em;
  font-size: inherit;
  font-weight: inherit;
}
.lesson-ttl > span > span {
  color: #e393b2;
  font-size: inherit;
  font-weight: inherit;
}

.lesson-deco {
  width: 220px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lesson-deco {
    width: 120px;
  }
}

.lesson-head {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .lesson-head {
    font-size: 28px;
    text-align: center;
  }
}
.lesson-head span {
  position: relative;
  padding: 0 1em;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
}
.lesson-head span:after, .lesson-head span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-15deg);
  height: 100%;
  background: #534741;
  width: 1px;
}
.lesson-head span:after {
  left: auto;
  right: 0.15em;
  transform: scale(-1, 1) translateY(-50%) rotate(-15deg);
}

.page-school-btnlist {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .page-school-btnlist {
    margin-top: 20px;
  }
}/*# sourceMappingURL=feature.css.map */