@charset "UTF-8";
/* top-mv */
.top-mv {
    position: relative;
}
.mv-sp {
    display: none;
}
.top-mv .title1 {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: block;
    max-width: 500px;
    transform: rotate(-10deg);
}
.top-mv .title1 li {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
}
.top-mv .title2 {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}
.top-mv .title2 li {
    font-size: 58px;
    font-weight: bold;
    color: #fff;
    text-shadow:
    -2px -2px 12px #000,
    2px -2px 12px #000,
    -2px 2px 12px #000,
    2px 2px 12px #000,
    5px 5px 12px rgba(0, 0, 0, 0.8);
}
.top-mv .title2 .line1 {
    clip-path: inset(0 100% 0 0);
    animation: textanimation 1.5s .2s forwards;
}
@keyframes textanimation {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0);
    }
}
.top-mv .title2 .line2 {
    clip-path: inset(0 100% 0 0);
    animation: textanimation 2.5s 1.3s forwards;
}
@keyframes textanimation {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0);
    }
}
@media screen and (max-width: 1300px) {
    .top-mv .title1 {
        max-width: 30vw;
    }
    .top-mv .title1 li {
        font-size: 2.7vw;
    }
    .top-mv .title2 {
        top: 46%;
        right: 11%;
    }
    .top-mv .title2 li {
        font-size: 4.8vw;
    }
}
@media screen and (max-width: 600px) {
    .mv-pc {
        display: none;
    }
    .mv-sp {
        display: block;
    }
    .top-mv .title1 {
        max-width: 60vw;
        top: 29%;
    }
    .top-mv .title1 li {
        font-size: 5vw;
    }
    .top-mv .title2 {
        top: 70%;
        right: initial;
        left: 20px;
    }
    .top-mv .title2 li {
        font-size: 9vw;
    }
}

/* top-head-link */
#top-headlink .section-wrapper {
    margin-right: 10%;
    background-color: #FA9922;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 0 0 200px 0;
}
#top-headlink .section-wrapper .section-inner {
    position: relative;
    padding-left: 10%;
}
#top-headlink {
    padding-top: 0;
}
#top-headlink .content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: 1000px;
    margin: 0 auto;
}
#top-headlink .text-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#top-headlink .text-area h2 {
    font-size: 32px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 40px;
}
#top-headlink .btn-area {
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 200px;
}
#top-headlink .btn-area {
    transition: .4s;
}
#top-headlink .btn-area:hover {
  transform: translateY(-5px);
}
#top-headlink .btn-area a {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
}
#top-headlink .img-area {
    position: relative;
}
#top-headlink .panda{
    position: absolute;
    bottom: -10px;
    right: -30px;
    width: 90px;
}
@media screen and (max-width: 1300px) {
    #top-headlink .section-wrapper .section-inner {
        padding-right: 30px;
    }
    #top-headlink .content {
        column-gap: 3%;
    }
}
@media screen and (max-width: 960px) {
    #top-headlink {
        margin-bottom: 0;
    }
    #top-headlink .section-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
        border-radius: 0 0 100px 0;
    }    
    #top-headlink .section-wrapper .section-inner {
        padding-right: 0;
    }
    #top-headlink .img-area {
        position: relative;
        width: 70%;
        margin: 0 auto;
    }
    #top-headlink .content {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    #top-headlink .text-area h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    #top-headlink .section-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #top-headlink .text-area h2 {
        font-size: 24px;
        line-height: 1.5;
    }
    #top-headlink .panda {
        width: 80px;
    }
}
@media screen and (max-width: 600px) {
    #top-headlink .section-wrapper {
        border-radius: 0 0 60px 0;
    }
    #top-headlink .img-area {
        width: 90%;
    }
    #top-headlink .text-area h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #top-headlink .btn-area a {
        padding: 10px 20px;
        font-size: 16px;
    }
    #top-headlink .panda {
        width: 70px;
    }
}
@media screen and (max-width: 390px) {
    #top-headlink .text-area h2 {
        font-size: 18px;
    }
    #top-headlink .btn-area a {
        padding: 8px 20px;
    }
    #top-headlink .panda {
        width: 55px;
    }
}

/* top-news */
#top-news .news-list {
    padding: 0 60px;
}
#top-news .news-list li {
    margin-bottom: 24px;
}
#top-news .news-list li p {
    display: flex;
    align-items: flex-start;
}
#top-news .news-date {
    color: #6E6F6E;
    margin-right: 30px;
    white-space: nowrap; 
    flex-shrink: 0;
}
#top-news .page-btn {
    padding-top: 30px;
}
#top-news .page-btn a {
    background-color: #FEC321;
}
#top-news .page-btn a::after {
    background-image: url(../images/common/arrow-yelllow.svg);
}
@media screen and (max-width: 1300px) {
    #top-news .news-list {
    padding: 0 20px;
}
}
@media screen and (max-width: 600px) {
    #top-news .news-list {
        padding: 0;
    }
    #top-news .news-list li p {
        flex-direction: column;
    }
    #top-news .page-btn {
    padding-top: 10px;
    }
}
@media screen and (max-width: 390px) {
    #top-news .page-btn {
        padding-top: 0px;
    }
}

/* top-courses */
#top-courses ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 60px;
}
#top-courses ul li {
    border-radius: 20px;
    transition: .4s;
}
#top-courses ul li:hover {
  transform: translateY(-5px);
}
#top-courses ul li a {
    padding: 30px;
}
#top-courses ul .courses01 {
    background-color: #FA9922;
}
#top-courses ul .courses02 {
    background-color: #2854B7;
}
#top-courses .img-area {
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#top-courses .courses01 .img-area {
    background-image: url(../images/top/courses01.jpg);
}
#top-courses .courses02 .img-area {
    background-image: url(../images/top/courses02.jpg);
}
#top-courses .text-area {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 10px;
}
#top-courses .text-area h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}
#top-courses .text-area p {
    font-size: 12px;
    margin-bottom: 30px;
    color: #fff;
}
#top-courses .text-area .arrow {
    width: 60px;
}
@media screen and (max-width: 1300px) {
    #top-courses ul {
        column-gap: 3%;
    }
    #top-courses .text-area {
        padding-top: 20px;
    }
    #top-courses .text-area p {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 960px) {
    #top-courses .img-area {
        height: 200px;
    }
    #top-courses .text-area .arrow {
        width: 50px;
    }
}
@media screen and (max-width: 767px) {
    #top-courses .img-area {
        height: 180px;
    }
    #top-courses ul li a {
    padding: 20px;
    }
}
@media screen and (max-width: 600px) {
    #top-courses ul {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        width: 80%;
        margin: 0 auto;
    }
    #top-courses .img-area {
        height: 220px;
    }
}
@media screen and (max-width: 540px) {
    #top-courses ul {
        width: 100%;
    }
}
@media screen and (max-width: 390px) {
    #top-courses .img-area {
        height: 180px;
    }
}

/* top-seniors */
#top-seniors .title-image img {
    width: 150px;
}
#top-seniors ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 3%;
}
#top-seniors ul li {
    border-radius: 20px;
    color: #fff;
    padding: 30px 25px 40px ;
}
#top-seniors ul .list01 {
    background-color: #2854B7;
}
#top-seniors ul .list02 {
    background-color: #D94C2A;
}
#top-seniors ul .list03 {
    background-color: #FA9922;
}
#top-seniors .img-area {
    text-align: center;
    margin-bottom: 20px;
}
#top-seniors .img-area img {
    margin-bottom: 20px;
}
#top-seniors .name-area p {
    font-size: 14px;
}
#top-seniors .name-area h3 {
    font-size: 22px;
}
#top-seniors .name-area h3 span {
    font-size: 14px;
}
#top-seniors .text-area p {
    line-height: 1.8;
}
#top-seniors .name-area p br {
    display: none;
}
@media screen and (max-width: 1300px) {
    #top-seniors .name-area p {
    font-size: 12px;
    }
    #top-seniors .name-area h3 {
        font-size: 20px;
    }
    #top-seniors .text-area p {
        font-size: 15px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 1100px) {
    #top-seniors .name-area p br {
        display: block;
    }
    #top-seniors .name-area h3 {
        font-size: 18px;
    }
    #top-seniors .name-area h3 span {
    font-size: 10px;
    }
}
@media screen and (max-width: 960px) {
    #top-seniors .title-image img {
    width: 120px;
   }
    #top-seniors ul {
        column-gap: 2%;
    }
    #top-seniors ul li {
    padding: 20px 20px 30px;
    }    
    #top-seniors .text-area p {
        font-size: 14px;
        line-height: 1.5;
    }
    #top-seniors .name-area h3 {
        font-size: 16px;
        letter-spacing: .4px;
    }
}
@media screen and (max-width: 767px) {
    #top-seniors .title-image img {
        width: 110px;
    }
    #top-seniors ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        width: 80%;
        margin: 0 auto;
    }
    #top-seniors .img-area img {
        width: 50%;
    }
    #top-seniors .name-area p {
    font-size: 14px;
    }
    #top-seniors .name-area p br {
        display: none;
    }
    #top-seniors .name-area h3 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    #top-seniors .name-area h3 span {
    font-size: 12px;
    }
}
@media screen and (max-width: 600px) {
    #top-seniors .title-image img {
        width: 90px;
    }
       #top-seniors .img-area img {
        width: 60%;
    }
}
@media screen and (max-width: 540px) {
    #top-seniors ul {
        width: 100%;
    }
    #top-seniors .name-area p br {
        display: block;
    }
}
@media screen and (max-width: 430px) {
    #top-seniors .title-image img {
        width: 80px;
    }
    #top-seniors .img-area img {
        width: 60%;
    }
}
@media screen and (max-width: 390px) {
    #top-seniors .title-image img {
        width: 70px;
   }
   #top-seniors .img-area {
    margin-bottom: 10px;
   }
   #top-seniors .img-area img {
        margin-bottom: 10px;
        width: 70%;
   }
}


/* top-faq */
#top-faq .content {
    width: 100%;
    max-width: 1200px;
}
#top-faq .faq-item {
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}
#top-faq .faq-question {
    background-color: #2854B7;
    color: #fff;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
#top-faq .faq-question::after {
    content: '+';
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 43%;
    transform: translateY(-50%);
    transition: transform 0.4s ease;
}
#top-faq .faq-question.is-open::after {
    transform: translateY(-50%) rotate(45deg);
}
#top-faq .faq-question .faq-icon {
    font-size: 38px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}
#top-faq .faq-question h3 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}
#top-faq .faq-answer {
    background-color: #fff;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
}
#top-faq .faq-answer.is-open {
    max-height: 500px;
    padding: 20px;
}
#top-faq .faq-answer .faq-icon {
    font-size: 38px;
    font-weight: bold;
    color: #DD2E04;
    margin-right: 10px;
    flex-shrink: 0;
}
#top-faq .faq-answer-content {
    flex-grow: 1;
}
#top-faq .faq-answer-content p {
    line-height: 1.8;
}
@media screen and (max-width: 1024px) {
    #top-faq .faq-question .faq-icon,#top-faq .faq-answer .faq-icon {
    font-size: 32px;
    }
    #top-faq .faq-question h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    #top-faq .faq-question {
    padding: 6px 40px 6px 20px;
    }
    #top-faq .faq-answer.is-open {
        padding: 20px ;
    }
    #top-faq .faq-question .faq-icon {
    margin-right: 10px;
    }
    #top-faq .faq-question h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
    #top-faq .faq-question .faq-icon,#top-faq .faq-answer .faq-icon {
    font-size: 28px;
    }
    #top-faq .faq-question h3 {
        font-size: 16px;
    }
    #top-faq .faq-answer.is-open {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 600px) {
    #top-faq .faq-question h3 {
        font-size: 14px;
    }
}

