#content {
    padding-top: 107px;
}

.areaTitle {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 34px;
}

.areaTitle span {
    display: block;
    font-size: 90px;
    font-weight: bold;
    letter-spacing: 2.7px;
    line-height: 0.95;
}

/*areaProblems*/
.areaProblems {
    margin-bottom: 74px;
}

.areaProblems .problemsTitle {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: -14px;
}

.areaProblems .listProblems {
    display: flex;
    flex-wrap: wrap;
    background: #efddb2;
    padding: 62px 47px 50px 83px;
}

.areaProblems .listProblems li {
    width: calc(100% / 3);
    margin-bottom: 14px;
}

.areaProblems .listProblems li .problemTxt {
    position: relative;
    font-size: 20px;
    padding-left: 24px;
    letter-spacing: -0.4px;
    display: inline-block;
    z-index: 1;
}

.areaProblems .listProblems li .problemTxt:before {
    content: "●";
    position: absolute;
    top: 5px;
    left: 2px;
    font-size: 14px;
}

.areaProblems .listProblems li .problemTxt:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #fff;
    width: 103%;
    height: 19px;
    z-index: -1;
}

.areaProblems .listProblems li:nth-child(3n) {
    margin-right: 0;
}

.areaProblems .listProblems li .problemTxt span {
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-left: 2px;
}

/*End-areaProblems*/

/*areaEnjoy*/
.areaEnjoy {
    margin-bottom: 87px;
}

.areaEnjoy .enjoyBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.areaEnjoy .enjoyBox .enjoyBcr {
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 90px;
    font-weight: bold;
    color: #efddb2;
    line-height: 1.32;
    letter-spacing: 2.7px;
    z-index: -1;
}

.areaEnjoy .enjoyContent {
    width: 47%;
}

.areaEnjoy .enjoyContent .enjoyTitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    padding-left: 31px;
    margin-bottom: 102px;
}

.areaEnjoy .enjoyContent .enjoyTxt {
    font-size: 15px;
    width: 85.5%;
    line-height: 1.8;
    letter-spacing: -0.5px;
    text-align: justify;
}

.areaEnjoy .enjoyPhoto {
    width: 41.6%;
    margin-top: -3px;
}

/*End-areaEnjoy*/

/*areaLesson*/
.areaLesson {}

.areaLesson .areaTitle {
    margin-bottom: -5.4%;
}

.areaLesson .lessonContent {
    background: #efddb2;
    padding: 150px 0 93px;
    margin-bottom: 70px;
}

.areaLesson .lessonContent .lessonBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px 0 68px;
    margin-bottom: 80px;
}

.areaLesson .lessonContent .lessonBox:last-child {
    margin-bottom: 0;
}

.areaLesson .lessonContent .lessonBox:nth-child(even) {
    flex-direction: row-reverse;
}

.areaLesson .lessonContent .lessonBox:nth-child(even) .lessonDetail {
    padding-bottom: 26px;
}

.areaLesson .lessonContent .lessonBox:nth-child(even) .lessonTxt {
    padding-right: 24px;
}

.areaLesson .lessonContent .lessonBox .lessonDetail {
    width: 47.7%;
    padding-bottom: 43px;
}

.areaLesson .lessonContent .lessonBox .lessonDetail .lessonTitle {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.7px;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-bottom: 11px;
}

.areaLesson .lessonContent .lessonBox .lessonDetail .lessonTitle span {
    font-weight: 32;
    font-weight: 500;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    margin-right: 28px;
    letter-spacing: 0;
}

.areaLesson .lessonContent .lessonBox .lessonDetail .lessonTxt {
    font-size: 18px;
    line-height: 1.78;
    text-align: justify;
    padding-right: 8px;
    letter-spacing: -0.9px;
}

.areaLesson .lessonContent .lessonBox .lessonPhoto {
    width: 47.6%;
}

/*End-areaLesson*/

/*areaVoice*/
.areaVoice {
    margin-bottom: 177px;
}

.areaVoice .voiceTitle {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
    margin-bottom: 71px;
    line-height: 1.57;
}

.areaVoice .listVoice {
    display: flex;
    flex-wrap: wrap;
    padding: 0 45px 0 51px;
}

.areaVoice .listVoice li {
    width: calc(100% / 3 - 69px);
    margin-top: 59px;
    margin-right: 101px;
}

.areaVoice .listVoice li:nth-child(-n+3) {
    margin-top: 0;
}

.areaVoice .listVoice li:nth-child(3n) {
    margin-right: 0;
}

.areaVoice .listVoice li .voicePhoto {
    position: relative;
    margin-bottom: 42px;
    border: 1px solid #655e5c;
    padding: 4.4%;
}

.areaVoice .listVoice li .voicePhoto img {
    height: 254px;
    width: 100%;
}

.areaVoice .listVoice li .voicePhoto .zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 91%;
    height: 91%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 75%);
    text-align: center;
}

.areaVoice .listVoice li .voicePhoto .zoom a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.areaVoice .listVoice li .voicePhoto .zoom a img {
    width: 34%;
    height: auto;
}

.areaVoice .listVoice li .voiceTxt {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: -1.4px;
}

/*End-areaVoice*/
/*areaCoach*/
.areaCoach {
    margin-bottom: 257px;
}

.areaCoach .areaTitle {
    margin-bottom: 51px;
}

.areaCoach .coachDetail {
    display: flex;
    justify-content: space-between;
    padding: 0 78px;
}

.areaCoach .coachDetail .coachPhoto {
    display: flex;
    justify-content: space-between;
    width: 48%;
}

.areaCoach .coachDetail .photoMain {
    width: 49.7%;
}

.areaCoach .coachDetail .photoSub {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 47.4%;
}

.areaCoach .coachDetail .coachContent {
    width: 42.7%;
    padding-top: 10px;
    padding-right: 65px;
}

.areaCoach .coachDetail .coachContent .coachTitle {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 28px;
}

.areaCoach .coachDetail .coachContent .coachTitle span {
    display: inline-block;
    font-size: 32px;
    margin-left: 15px;
    transform: translateY(3px);
}

.areaCoach .coachDetail .coachContent .coachTxt {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
    line-height: 1.75;
}

.areaCoach .coachDetail .coachContent .coachTxt span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0;
}

/*End-areaCoach*/

@media(max-width: 1260px) and (min-width: 769px) {
    .areaEnjoy .enjoyContent .enjoyTitle {
        letter-spacing: -0.5px;
        padding-left: 20px;
    }

    .areaLesson .lessonContent .lessonBox {
        padding: 0 4%;
    }

    .areaLesson .lessonContent .lessonBox .lessonDetail {
        padding-bottom: 0;
    }

    .areaCoach .coachDetail .coachPhoto {
        width: 53%;
    }

    .areaCoach .coachDetail .coachContent {
        padding-top: 0;
        padding-right: 0;
    }
}

@media(max-width: 1200px) and (min-width: 769px) {
    .areaTitle {
        font-size: 18px;
    }

    .areaTitle span {
        font-size: 7.5vw;
    }

    /*areaProblems*/
    .areaProblems .listProblems {
        padding: 62px 30px;
    }

    .areaProblems .listProblems li .problemTxt {
        font-size: 18px;
    }

    /*areaEnjoy*/
    .areaEnjoy .enjoyBox {
        padding-top: 53px;
    }

    .areaEnjoy .enjoyBox .enjoyBcr {
        font-size: 7.5vw;
    }

    .areaEnjoy .enjoyContent .enjoyTitle {
        font-size: 2.5vw;
        letter-spacing: 0;
        margin-bottom: 17%;
    }

    .areaEnjoy .enjoyContent .enjoyTxt {
        width: 100%;
    }

    /*areaLesson*/

    .areaLesson .lessonContent .lessonBox .lessonDetail {
        width: 48%;
    }

    .areaLesson .lessonContent .lessonBox .lessonDetail .lessonTitle {
        display: flex;
        align-items: center;
        font-size: 26px;
        padding-bottom: 20px;
    }

    .areaLesson .lessonContent .lessonBox .lessonDetail .lessonTitle span {
        padding: 5.3px 9px;
        margin-right: 17px;
    }

    .areaLesson .lessonContent .lessonBox .lessonDetail .lessonTxt {
        font-size: 16px;
        padding-right: 0;
    }

    .areaLesson .lessonContent .lessonBox .lessonDetail .lessonTxt .pc {
        display: none;
    }

    /*areaVoice*/
    .areaVoice .listVoice {
        justify-content: space-between;
    }

    .areaVoice .voiceTitle {
        font-size: 2.7vw;
    }

    .areaVoice .listVoice li {
        width: calc(100% / 3 - 54px);
        margin-right: 7%;
    }

    .areaVoice .listVoice li .voicePhoto img {
        height: 19.8vw;
    }

    /*areaCoach*/
    .areaCoach .coachDetail {
        padding-right: 0;
    }


}

@media(max-width: 1050px) and (min-width: 769px) {
    /*areaProblems*/

    .areaProblems .listProblems li {
        width: 50%;
    }

    .areaLesson .areaTitle {
        margin-bottom: -5.3vw;
    }
}

@media(max-width: 1000px) and (min-width: 769px) {

    .areaCoach .coachDetail {
        padding-left: 25px;
    }
}

@media(max-width: 950px) and (min-width: 769px) {
    .areaVoice .listVoice {
        padding: 0 30px;
    }

    .areaVoice .listVoice li {
        width: calc(100% / 3 - 29px);
        margin-right: 5%;
    }

    .areaCoach .coachDetail .coachContent .coachTitle {
        font-size: 18px;
        line-height: 1;
    }

    .areaCoach .coachDetail .coachContent .coachTitle span {
        font-size: 30px;
    }

    .areaCoach .coachDetail .coachContent .coachTxt {
        font-size: 16px;
        letter-spacing: 0;
    }

    .areaCoach .coachDetail .coachContent .coachTxt span {
        font-size: 18px;
    }

    .areaLesson .areaTitle {
        margin-bottom: -5.9vw;
    }

    .areaCoach {
        margin-bottom: 25vw;
    }

}

@media(max-width: 900px) and (min-width: 769px) {
    .areaEnjoy .enjoyContent {
        width: 51%;
    }

    .areaEnjoy .enjoyBox .enjoyBcr {
        font-size: 7vw;
    }

    .areaEnjoy .enjoyContent .enjoyTitle {
        font-size: 2.7vw;
        margin-bottom: 15%;
    }

    .areaEnjoy .enjoyContent .enjoyTxt {
        font-size: 14px;
    }

    .areaCoach .coachDetail {
        padding: 0;
    }
}

@media(max-width: 800px) and (min-width: 769px) {
    .areaCoach .coachDetail .coachPhoto {
        width: 55%;
    }

    .areaCoach .coachDetail .photoSub {
        width: 48%;
    }
}

@media (min-width: 769px) {


    .areaCoach .coachDetail .photoMain img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media(max-width: 768px) {
    #content {
        padding-top: 61px;
    }

    .areaTitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .areaTitle span {
        font-size: 45px;
    }

    /*areaProblems*/
    .areaProblems {
        margin-bottom: 50px;
    }

    .areaProblems .problemsTitle {
        font-size: 20px;
    }

    .areaProblems .listProblems {
        flex-direction: column;
        padding: 30px 20px;
    }

    .areaProblems .listProblems li {
        width: 100%;
    }

    .areaProblems .listProblems li .problemTxt {
        font-size: 16px;
        letter-spacing: 0;
        padding-left: 17px;
    }

    .areaProblems .listProblems li .problemTxt:before {
        font-size: 10px;
    }

    .areaProblems .listProblems li .problemTxt:after {
        bottom: 0;
        height: 9px;
    }

    /*areaEnjoy*/

    .areaEnjoy {
        margin-bottom: 60px;
    }

    .areaEnjoy .enjoyBox {
        flex-direction: column;
        padding-top: 42px;
    }

    .areaEnjoy .enjoyBox .enjoyBcr {
        font-size: 48px;
        letter-spacing: 1px;
    }

    .areaEnjoy .enjoyContent {
        width: 100%;
        margin-bottom: 30px;
    }

    .areaEnjoy .enjoyContent .enjoyTitle {
        font-size: 20px;
        letter-spacing: -1px;
        padding-left: 0;
        margin-bottom: 50px;
    }

    .areaEnjoy .enjoyContent .enjoyTxt {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0;
    }

    .areaEnjoy .enjoyPhoto {
        width: 100%;
    }

    /*areaLesson*/
    .areaLesson .areaTitle {
        margin-bottom: -37px;
    }

    .areaLesson .lessonContent {
        padding: 55px 0 30px;
        margin-bottom: 60px;
    }

    .areaLesson .lessonContent .lessonBox:nth-child(even),
    .areaLesson .lessonContent .lessonBox {
        flex-direction: column;
        padding: 0 3%;
        margin-bottom: 45px;
    }

    .areaLesson .lessonContent .lessonBox .lessonDetail {
        width: 100%;
        padding-bottom: 25px;
    }

    .areaLesson .lessonContent .lessonBox .lessonDetail .lessonTitle {
        display: flex;
        align-items: baseline;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .areaLesson .lessonContent .lessonBox .lessonDetail .lessonTitle span {
        padding: 4px 6.9px;
        margin-right: 9px;
    }

    .areaLesson .lessonContent .lessonBox .lessonDetail .lessonTxt {
        font-size: 14px;
        letter-spacing: 0;
        padding-right: 0;
    }

    .areaLesson .lessonContent .lessonBox .lessonPhoto {
        width: 100%;
    }

    /*areaVoice*/
    .areaVoice {
        margin-bottom: 60px
    }

    .areaVoice .voiceTitle {
        font-size: 20px;
        margin-bottom: 40px;
        line-height: 1.5;
    }

    .areaVoice .listVoice {
        justify-content: space-between;
        padding: 0;
    }

    .areaVoice .listVoice li {
        width: 47%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 45px;
    }

    .areaVoice .listVoice li:last-child {
        margin-bottom: 0;
    }

    .areaVoice .listVoice li .voicePhoto {
        width: 100%;
        margin: 0 auto 25px;
    }

    .areaVoice .listVoice li .voicePhoto .zoom a img {
        width: 30%;
    }

    .areaVoice .listVoice li .voicePhoto img {
        height: 270px;
    }

    .areaVoice .listVoice li .voiceTxt {
        font-size: 14px;
        line-height: 1.6;
    }

    /*areaCoach*/
    .areaCoach {
        margin-bottom: 60px;
    }

    .areaCoach .coachDetail {
        flex-direction: column;
        padding: 0;
    }

    .areaCoach .coachDetail .coachPhoto {
        width: 100%;
    }

    .areaCoach .coachDetail .photoMain {
        width: 50%;
    }

    .areaCoach .coachDetail .photoSub {
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .areaCoach .coachDetail .coachContent {
        width: 100%;
        padding-right: 0;
    }

    .areaCoach .coachDetail .coachContent .coachTitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .areaCoach .coachDetail .coachContent .coachTitle span {
        font-size: 20px;
        transform: translateY(0);
    }

    .areaCoach .coachDetail .coachContent .coachTxt {
        font-size: 14px;
    }

    .areaCoach .coachDetail .coachContent .coachTxt span {
        font-size: 16px;
    }
}

@media(max-width: 414px) {

    .areaVoice .listVoice {
        flex-direction: column;
    }

    .areaVoice .listVoice li {
        width: 100%;
    }

    .areaVoice .listVoice li .voicePhoto img {
        height: 100%;
    }
}