@charset "utf-8";
.section-privatelesson {
    padding: 140px 6.6%;
}

.privatelesson-txt {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.6;
}

.privatelesson-txt span {
    font-weight: 500;
}

@media screen and (min-width: 769px) {
    .section-privatelesson {
        padding: 160px 6.6%;
    }
    
    .privatelesson-ditail {
        display: block;
        max-width: 1600px;
        margin: 0 auto;
    }
    .privatelesson-txt {
        font-size: 2.0rem;
        display: inline-block;
        text-align: left;
    }
}

/* クラスの特徴 */
.section-point {
    padding-top: 40px;
    padding-bottom: 70px;
}

.point {
    padding: 30px 6.6% 70px;
}

.point-box {
    background-color: var(--white);
    padding: 20px 0 30px;
}

.point-number {
    color: var(--sub-color);
    font-family: "Old Standard TT";
    font-size: 4.0rem;
    font-weight: 400;
    text-align: center;
}

.point-title {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5; 
    text-align: center;
    margin: 0 10.7%;
}

.point-ditail {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 40px 7.6% 0;
}

@media screen and (min-width: 769px) {
    .point {
        display: flex;
        padding: 0 ;
        padding: 30px 4.8% 40px;
        margin: 0 auto;
        max-width: 1280px;
    }

    .point img {
        display: block;
        height: 400px;
        aspect-ratio: 3 / 3;
        object-fit: cover;
        z-index: 1;
    }

    .point-box {
        margin-top: 260px;
        margin-left: -17px;
    }

    .spBr {
        display: none;
    }
}

/* よくあるご質問 */
.qa {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 6.6%;
}

.qa dt,
.qa dd {
  display: flex; /* ← Qとテキストを横並びに */
  align-items: flex-start;
  gap: 10px;
  margin-top: 30px;
}

.qa dd:not(:last-child) {
  border-bottom: 1px solid var(--sub-color);
  padding-bottom: 30px;
}

.qa dt::before,
.qa dd::before {
  content: "Q"; /* Aは後で上書き */
  display: inline-block;
  width: 2em;
  flex-shrink: 0;
  text-align: center;
}

.qa dd::before {
  content: "A";
}

/* よくあるご質問　pc */
@media screen and (min-width: 769px) {
    .qa {
        margin: 0 auto;
        padding: 0 4.8%;
        max-width: 1280px;
    }
}

/* check list */
.checklist {
    padding: 80px 6.6%;
}

.checklist-box {
    background-color: var(--white);
    padding: 80px 4.6%;
}

.checklist-box-title {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}

.checklist p {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5; 
    list-style: none;
    margin-top: 40px;
}

.checklist p:nth-child(5),
.checklist p:nth-child(7) {
    margin-top: 20px;
}

.underline {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 6%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.kitei {
    text-decoration: underline 1px dotted ;
}

.bold {
    font-weight: 500;
}

/* check list */
@media screen and (min-width: 769px) {
    .checklist {
        padding: 80px 4.8%;
        max-width: 1280px;
        margin: 0 auto;
    }
}



