.school .main-visual-section .bg-area {
    background: url(../img/SCHOOL/main-visual-school.png) center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}


.school .page-top-img {
    width: 32%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(22%, -50%);
}



/*--------------------------------------------------------------
# school-access
--------------------------------------------------------------*/
.school-access-section li {
    line-height: 2;
}

.school-access-01 {
    background: #FFF6F8;
    display: flex;
    align-items: stretch;
}

.school-access-img {
    width: 50%;
}

.school-access-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.school-access-01-content {
    width: min(45%, 700px);
    padding: 5% 0 5% 5%;
}

.school-name-box {
    margin: 0 0 2em;
    position: relative;
    padding: 0 0 1em 1.5em;
    border-bottom: solid 1px #D9A8B2;
}

.school-name-box:before {
    content: '';
    position: absolute;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 10px);
    background-color: #D9A8B2;
}

.school-name-box:before {
    left: 10px;
}

.school-name-box p {
    margin: 0;
    padding: 0;
}

.school-name {
    font-size: min(2.6vw, 28px);
}

.school-access-section h5 {
    font-size: min(2.34vw, 22px);
    margin-bottom: 0.5em;
}

.school-access-section h5::before {
    content: url(../img/SCHOOL/rose-icon.svg);
}

.school-info {
    margin-bottom: 3em;
}

.map-link {
    display: inline-flex;
    color: #D9A8B2;
    border-bottom: 1px solid #D9A8B2;
    margin-top: 1.5em;
}

.school-access-01-content .flex {
    display: flex;
    gap: 40px;
}


.school-access-01 .note-area {
    text-align: right;
}

.school-access-01 .note-box {
    display: inline-block;
    text-align: left;
    margin-top: 1.5em;
}

.school-access-01 .note-box p {
    background-color: #fff;
    border: 2px solid #D9A8B2;
    border-radius: 8px;
    color: #D9A8B2;
    padding: 8px 10px;
    text-align: justify;
}

.school-access-02 .wrapper {
    padding: 90px 0 150px;
}

.school-access-02 .flex-wrap {
    display: flex;
    justify-content: space-between;
}

.school-access-02-content {
    width: 45%;
}

.school-access-02 .lesson-text {
    margin-top: 50px;
}

.school-access-02 .reserve-text {
    text-align: center;
}

.school-access-02 .more-btn {
    margin-top: 24px;
}


/*--------------------------------------------------------------
# Lesson
--------------------------------------------------------------*/
.lesson-section {
    background: #FFF6F8;
    padding: 150px 0 235px;
    text-align: center;
}

.lesson-section .wrapper {
    padding: 0;
    max-width: 1563px;
    width: 80vw;
}

.lesson-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 74px;
}

.lesson-item {
    width: 32%;
    display: flex;
    justify-content: center;
}

.lesson-item:nth-child(-n+3) {
    margin-bottom: 34px;
}

.lesson-item img {
    width: 65%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.lesson-content {
    width: 35%;
    display: flex;
    align-items: center;
    position: relative;
}

.lesson-name-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 154%;
    height: 80%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 3px 6px #0000001f);
}

.lesson-name-wrap span.pink-title {
    margin-bottom: 0;
    font-size: min(1.56vw, 18px);
}

.lesson-name-wrap h4 {
    font-size: min(1.83vw, 22px);
}

.lesson-name-wrap h4.small {
    font-size: min(1.56vw, 18px);
}

.w1650 {
    display: none;
}

@media screen and (max-width: 1650px) {
    .w1650 {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w1650 {
        display: none;
    }
}


/*--------------------------------------------------------------
# Voice
--------------------------------------------------------------*/
.voice-section {
    padding: 180px 0;
}

.voice-section .slider-wrapper {
    overflow: hidden;
    position: relative;
}

.voice-section .slide {
    background: #F2DBDF;
    border-radius: 999px 999px 0 0;
    padding: 74px 0 20px;
    margin: 0 10px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
}

.voice-section .slide.dummy {
    opacity: 0;
    pointer-events: none;
}

.voice-section .voice-card {
    position: relative;
}

.voice-section img.voice-top-decoration {
    transform: translate(-50%, -100%);
    position: absolute;
    top: 0;
    left: 50%;
    width: 22%;
}

.voice-section .voice-card h4 {
    font-size: 28px;
    padding: 1.5em 1em 0.3em;
    display: inline-block;
    border-bottom: 5px dotted #fff;
}

.voice-section .voice-comment {
    line-height: 2;
    text-align: justify;
    margin: 0 6%;
    padding-top: 2em;
	position: relative;
    z-index: 1;
}

.voice-section img.voice-face-img {
    width: 40%;
    margin-top: -36%;
}

.voice-section img.voice-face-img.face-01 {
    margin-left: 6%;
}

.voice-section img.voice-face-img.face-02 {
    margin-left: 6%;
}

.voice-section img.voice-face-img.face-03 {
    margin-left: 50%;
}

.voice-section .card_01 img.voice-face-img {
    margin-top: -24%;
}

.voice-section .card_02 img.voice-face-img {
    margin-top: -10%;
}

.voice-section .card_03 img.voice-face-img {
    margin-top: -18%;
}

.voice-section .card_04 img.voice-face-img {
    margin-top: -4%;
}

.voice-section .card_06 img.voice-face-img {
    margin-top: -4%;
}

.voice-section .card_08 img.voice-face-img {
    margin-top: -6%;
}

.voice-section p.age {
    position: absolute;
    bottom: 0;
    right: 20px;
}

/***** 矢印スタイル *****/
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 20px 0 0;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #F2DBDF;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}

.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
    opacity: 0;
}

.prev-arrow::before,
.next-arrow::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top: 0;
    bottom: 0;
    left: -6%;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Q&A
--------------------------------------------------------------*/

.qa-section h3 {
    padding-bottom: 15px;
}

.qa {
    border-top: 1px solid #C2C2C2;
    padding-bottom: 17px;
}

.qa:last-child {
    border-bottom: 1px solid #C2C2C2;
}

.nav-open {
    padding: 17px 0 0 30px;
    display: flex;
    align-items: center;
    font-size: min(2.35vw, 20px);
    gap: 15px;
    position: relative;
    cursor: pointer;
    color: #D9A8B2;
    font-weight: 400;
}

.nav-open h4 {
    width: 80%;
    font-weight: 600;
}

.nav-open::after {
    content: "";
    height: 0.8em;
    width: 0.8em;
    border-left: 2px solid #D9A8B2;
    border-bottom: 2px solid #D9A8B2;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(-45deg) translate(0, -50%);
    transition: transform .5s;
}

.nav-open.active::after {
    transform: translate(-30%, -20%) rotate(135deg);
}

.qa nav {
    display: none;
}

.qa .answer-wrap {
    background: #FFF8F8;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 17px;
    margin-left: 30px;
    padding: 17px 20px;
}

.qa .answer-wrap .answer {
    text-align: justify;
}

@media screen and (max-width:1440px) {
    .voice-section .voice-card h4 {
        font-size: 20px;
        padding: 34px 20px 2px;
        border-bottom: 3px dotted #fff;
    }

    .voice-section .slide {
        padding: 60px 0 15px;
    }

    .voice-section .voice-comment {
        padding-top: 28px;
        font-size: 14px;
    }
}

@media screen and (max-width:1024px) {
    .lesson-section .wrapper {
        padding: 0;
    }
}