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

.wrap800 {
    width: 90%;
    max-width: 800px;
    margin: auto;
}

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

.fv-img.-parents {
    width: 100%;
    aspect-ratio: 1280/585;
    position: relative;
}

@media screen and (max-width: 767px) {
    .fv-img.-parents {
        width: 100%;
        aspect-ratio: 1/1;
    }
}

.fv-img.-parents img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

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

.parents-message-box {
    background: #F8F6F4;
    padding: 40px 80px;
}

@media screen and (max-width: 767px) {
    .parents-message-box {
        padding: 24px;
    }
}

.parents-message-box img {
    border: solid 2px #000;
}

.parents-message-ttl {
    font-size: 24px;
    color: #B71504;
}

.parents-sec-ttl {
    margin-bottom: 1.5em;
}

/* 
----------------------------------------- */
@media screen and (min-width: 768px) {
    .figcnt>.-fig.-parents, .pctb-figcnt>.-fig.-parents {
        line-height: 0;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 768px) {
    .figcnt>.-cnt, .pctb-figcnt>.-cnt {
        flex: 0 0 40%;
    }
}

@media screen and (min-width: 768px) {
    .p-block-h h2.-parents {
        font-size: min(3vw, 28px);
    }
}

.p-block-body.-parents {
    font-size: 16px;
}

/* 
----------------------------------------- */
.parents-solutions-ttl {
    background: #B71504;
    color: #fff;
    padding: 1.5em 0;
    margin-bottom: 60px;
}

.parents-solutions.-bg {
    background: url(../images/parents/bg-dot.jpg);
    background-repeat: repeat-y;
    background-size: cover;
}

.marker {
    background: linear-gradient(transparent 60%, #FFF799 60%);
}


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

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

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

.icon-text-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .icon-text-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}

.fig-man {
    width: 120px;
}

.icon-text-row-ttl {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .icon-text-row-ttl {
        order: 0;
        width: 100%;
        font-size: min(5vw, 20px);
    }

    .fig-man {
        width: 100px;
    }

    .fig-man.-left {
        order: 1;
    }

    .fig-man.-right {
        order: 2;
    }
}


.icon-text-row-ttl::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/parents/balloon-parents.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 400px;
    height: 12px;
}

@media screen and (max-width: 767px) {
    .icon-text-row-ttl::after {
        background: url(../images/parents/balloon-parents.png);
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 300px;
        height: 12px;
    }

}


.parents-price-text {
    text-align: center;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
    .parents-price-text .small {
        font-size: 20px;
    }
}

.parents-price-text strong {
    font-size: 40px;
}

.fig-flow {
    margin-top: 40px;
}

.guitar-playing {
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 512px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.guitar-playing img {
    width: 100%;

}

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

.parents-price-box {
    background: #F8F6F4;
    padding: 20px 110px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-left: 40px;
    margin-top: 100px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .parents-price-box {
        padding: 24px;
    }
}

.more-item {
    position: absolute;
    width: 125px;
    left: -40px;
    top: -30px;
}

@media screen and (max-width: 767px) {
    .more-item {
        position: absolute;
        width: 100px;
        left: -40px;
        top: -40px;
    }
}

.parents-price-list li {
    width: 100%;
    padding-left: 2em;
    line-height: 2;
    background: left center no-repeat;
    background-size: 20px auto;
    list-style: none;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .parents-price-list li {
        font-size: 16px;
    }
}


.parents-price-list li {
    background-image: url('../images/icon-check.svg');
}

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

.price-table-ttl.-parents {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 40px;
    font-weight: bold;
}

.price-parents .price-table {
    font-size: 14px;
}

.price-parents .price-table th {
    white-space: nowrap;
    padding: 1em;
}

.price-parents .price-table td {
    white-space: nowrap;
    padding: 1em;
    background: none;
    border-top: #fff 2px solid;
    border-left: #fff 2px solid;
}

.price-parents .price-table tbody th {
    background: none;
    border-top: 2px solid #fff;
}

.price-parents .price-table tr:nth-child(odd) {
    background-color: #FAFAFA;
}

.price-parents .price-table tr:nth-child(even) {
    background-color: #EBEBEB;
}

.price-parents .price-table span {
    color: #707070;
}


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

.artist-box {
    border: solid 2px #B71504;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.artist-box-ttl {
    background: #B71504;
    color: #fff;
    border-radius: 20px 20px 0 0;
    line-height: 1.2;
    padding: 1em;
}

.artist-box-ttl span {
    font-size: 24px;
}

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

.artist-box-content {
    padding: 40px;
}

@media screen and (max-width: 767px) {
    .artist-box-content {
        padding: 24px;
    }
}

.artist-text-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

@media screen and (max-width: 767px) {
    .artist-text-img {
        gap: 24px;
    }
}

.artist-text {
    width: 60%;
    font-size: 14px;
}

.artist-img {
    width: 32%;
}

@media screen and (max-width: 767px) {
    .artist-text {
        width: 100%;
        order: 1;
    }

    .artist-img {
        width: 100%;
        order: 0;
    }
}

.artist-text h3 {
    font-size: 16px;
    font-weight: bold;
}

.artist-text p {
    margin: 0;
    margin-bottom: 24px;
}

.artist-text p.-mb {
    margin-bottom: 24px;
}

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

.parents-nayami.-bg {
    background: #FEE9E5;
}

.parents-nayami-ttl {
    color: #B71504;
    margin-bottom: 1.5em;
    line-height: 1.6;
}

.parents-nayami-ttl span {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .parents-nayami-ttl span {
        font-size: 16px;
    }
}

.parents-nayami-box {
    background: #fff;
    border-radius: 10px;
    padding: 32px 42px;
    width: 100%;
    max-width: 580px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .parents-nayami-box {
        padding: 24px;
    }
}

.parents-nayami-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
}

.parents-nayami-img {
    width: 60%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 40px;
}


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

.student-list.-parents {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

@media screen and (max-width: 767px) {
    .student-list.-parents {
        gap: 24px;
    }
}


.student-list.-parents li {
    background: #F8F6F4;
    width: calc((100% - 40px)/ 2);
    padding: 32px;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    .student-list.-parents li {
        width: 100%;
    }
}


.student-list .-fig {
    max-width: 120px;
    flex: 0 0 120px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .student-list .-fig {
        max-width: 100px;
        flex: 0 0 100px;
        margin-right: 20px;
    }
}

.student-list .-fig img {
    border-radius: 50%;
}



/* 
----------------------------------------- */
.parents-faq.-bg {
    background: #F8F6F4;
}

.parents-faq {}




/* @media screen and (min-width: 768px) {
    .parents-faq:not(:last-child) {
        margin-bottom: 64px;
    }
} */

/* @media screen and (max-width: 767px) {
    .parents-faq:not(:last-child) {
        margin-bottom: 32px;
    }
} */

.parents-faq .p-block-h {
    text-align: center;
    margin-bottom: 24px;
}

.parents-faq dl,
.parents-faq dt,
.parents-faq dd {
    margin: 0;
}

.parents-faq dl {
    font-weight: bold;
    margin-bottom: 24px;
}

.parents-faq dl:last-child {
    margin-bottom: 0;
}

/* .parents-faq dt::after {
  content: url(../images/icon-plus.svg);
  position: absolute;
  right: 24px;
  color: #26346E;
} */

@media screen and (max-width: 767px) {
    .parents-faq dt::after {
        right: 10px;
    }
}

/* .parents-faq dt.is-active::after {
  content: url(../images/icon-minus.svg);
  position: absolute;
} */


.parents-faq dt {
    cursor: pointer;
    background: #EEEEEE;
    font-size: 14px;
    padding: 1.5em;
    display: flex;
    align-items: center;
}

.parents-faq dd {
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 1.5em;
}

.parents-faq dd .small {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.parents-faq dt,
.parents-faq dd {
    padding-right: 3em;
    position: relative;
}

@media screen and (max-width: 767px) {
    .parents-faq dt {
        padding-right: 2em;
    }

    .parents-faq dd {
        padding-right: 1em;
    }
}

.parents-faq dt::before,
.parents-faq dd::before {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: bold;
    display: block;
    float: left;
    line-height: 1;
    position: absolute;
    left: 24px;
    top: 20px;
}

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

    .parents-faq dt::before,
    .parents-faq dd::before {
        left: 16px;
    }

}

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

    .parents-faq dt::before,
    .parents-faq dd::before {
        font-size: 24px;
    }
}

.parents-faq dt::before {
    content: "Q.";
    color: #000000;
}

.parents-faq dd::before {
    content: "A.";
    color: #B71504;
}


.parents-faq dt span,
.parents-faq dd span {
    display: block;
    margin-left: 40px;
}

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

    .parents-faq dt span,
    .parents-faq dd span {
        display: block;
        margin-left: 35px;
        font-size: 16px;
    }
}

/* 
----------------------------------------- */
.copyright.-parents {
    background: #B71504;
}

@media screen and (max-width: 767px) {
    .copyright {
        margin-bottom: 64px;
    }

    .copyright.-parents {
        margin-bottom: 0;
    }

}