@charset "utf-8";


/***********************************/
.main_area {
    position: relative;
}

.main_img {}

.main_img img {
    width: 100%;
}

.text_img {
    position: absolute;
    top: 1.1rem;
    left: 2rem;
    width: 66vw;
}

.text_img img {}

.main_area .text {
    background-color: #AED285;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.3em 0 0.3em 2em;
    color: #fff;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    font-size: 21px;
}

.main_news {
    background-color: #342667;
    color: #fff;
    padding: 1rem 1.2rem
}

.main_news h2 {
    text-align: center;
    font-size: 18px;
    border-bottom: solid 1px #fff;
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
}

.main_news .news_area {
    position: relative;
}

.main_news .news_area a {
    color: #fff;
}

.main_news .news_area .date {}

.main_news .news_area .comment {
    padding-right: 2em;
}

.main_news .news_area .comment:after {
    position: absolute;
    content: '';
    bottom: .4em;
    right: 0;
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(../images/common/icon_arrow_wh.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


.bg_main_pc {
    display: none;
}


/*600px以上*/
@media (min-width: 600px) {

    .bg_main_pc {
        display: block;
        width: 70%;
        aspect-ratio: 48 / 30;
        overflow: hidden;
    }

    .bg_main_pc img {
        aspect-ratio: 48 / 35;
        object-fit: cover;
        object-position: 0% 31%;
        transform: scale(1.1);
    }

    .pc_right_area {
        position: absolute;
        width: 40%;
        right: 0;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        top: 50%;
        transform: translateY(-50%);
    }

    .text_img {
        width: 94%;
        position: unset;
        padding: 0.4em 1em;
        margin: 0 auto;
        max-width: 480px;
    }

    .main_img {
        width: 60%;
        margin: 0;
    }

    .main_img img {
        width: 100%;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: center 30%;
    }

    .main_area .text {
        background-color: #A799DB;
        padding: 0.3em 0 0.3em 2em;
        clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
        font-size: clamp(1rem, 0.62rem + 1.01vw, 1.875rem)
            /*600~16-30*/
        ;
        white-space: nowrap;
        position: unset;
        height: fit-content;
        width: fit-content;
    }



    .main_news {
        padding: 1rem 1.2rem;
        display: flex;
        align-items: center;
        gap: 1rem;
        justify-content: center;
    }




    .main_news h2 {
        min-width: 10em;
        text-align: center;
        font-size: clamp(1rem, 0.783rem + 0.58vw, 1.5rem);
        letter-spacing: 2.4px;
        border: unset;
        border-right: solid 1px #fff;
        padding: 0 1em 0 0;
        margin: 0;
    }

}

/*1360px以上*/
@media (min-width: 1360px) {
    .bg_main_pc img {
        aspect-ratio: 16 / 7;
    }

    .bg_main_pc {
        width: 76%;
        aspect-ratio: 16 / 7;
    }

    .pc_right_area {
        width: 28%;
    }

    .main_img {
        margin: 0;
    }
}

/***top_ban********************************/
.top_ban {}

.slick-prev:before,
.slick-next:before {
    color: #452CA1;
}

.ban_slide {
    width: 80%;
    margin: 0 auto;
}

.ban_slide li {
    padding: 0 1em;
}

.ban_slide li a {}

.ban_slide li img {}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/**ban_area_02*********************************/
.ban_02 {
    text-align: center;

}

.ban_02 a {}

.ban_02 img {
    width: 90%;
    max-width: 640px;
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/***study_info********************************/


.title_02 {
    background-color: #AED285;
    color: #fff;
    clip-path: polygon(0 0, 83% 0%, 100% 100%, 0% 100%);
    padding: 0.5em 1em;
    letter-spacing: 1.05px;
    font-size: clamp(1.313rem, 1.276rem + 0.18vw, 1.5rem)
        /*21-24px*/
    ;
}

.bg_green {
    background-image: url(../images/common/bg_green.jpg);
    background-size: contain;
    background-repeat: repeat;
    width: 100%;
    padding: 2rem 8%;
    max-width: 1180px;
    margin: 0 auto;
}

.bg_white {
    background-color: #fff;
    padding: 2rem 1rem;
}

.study_info h3 {
    color: #83C537;
    font-size: clamp(1.25rem, 1.057rem + 0.96vw, 2.25rem)
        /*20px*/
    ;
    font-weight: bold;
    margin: 0 0 1em;
    text-align: center;
}

.study_info_list {
    border-top: solid 1px #ccc;
    max-width: 800px;
    margin: 0 auto;
}

.study_info_list li {
    border-bottom: solid 1px #ccc;
    padding: 1em 0;
}

.study_info_list li a {}

.study_info_list .thumb {
    display: none;
}

.study_info_list .date {
    color: #A4A4A4;
}

.study_info_list .comment, .study_info_list .date {line-height: 1.5;}

.study_info_list .title {}

.study_info_list .text {
    display: none;
}



/*600px以上*/
@media (min-width: 600px) {
    .study_info_list li a {
        display: flex;
        flex-wrap: wrap;
    }

    .study_info_list .date {
        width: 7em;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .study_info .inner {
        padding: 3rem 0;
        max-width: 1180px;
        margin: 0 auto;
        position: relative;
    }

    .title_02 {
        color: #fff;
        letter-spacing: 4.8px;
        clip-path: unset;
        padding: 0.5em 1em;
        aspect-ratio: 1 / 1;
        font-size: 24px;
        height: 7em;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
    }
}

/****page_list*******************************/
.page_list {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 90%;
    margin: 2rem auto;
    max-width: 980px;
}

.page_list li {
    width: calc( 50% - .5em );
    color: #fff;
    background-color: #AED285;
}


.page_list li a {
    display: flex;
    height: 5em;
    justify-content: center;
    align-items: center;
}

.page_list li .title {
    display: block;
    position: relative;
    padding: .5em 2em .5em 1em;
    width: 100%;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
}

.page_list li:nth-child(2),
.page_list li:nth-child(3),
.page_list li:nth-child(6) {
    background-color: #A799DB;
}

.page_list li .title:after {
    position: absolute;
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(../images/common/icon_arrow_wh.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.page_list .img {
    display: none;
}

.page_list .title {}

/*600px以上*/
@media (min-width: 600px) {
    .page_list {
        gap: 1em;
        width: 90%;
    }

    .page_list li {
        width: calc( ( 100% - 2.3em ) / 3 );
    }

    .page_list li:nth-child(4) {
        background-color: #A799DB;
    }

    .page_list li:nth-child(3) {
        background-color: #AED285;
    }

    .page_list .img {
        display: unset;
        width: 100%;
    }

    .page_list .img img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 30 / 17;
        height: 100%;
    }

    .page_list li a {
        display: flex;
        height: unset;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .page_list li .title {
        padding: 1.3em 1em;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .page_list li {
        width: 30%;
    }

    .page_list {
        gap: 40px;
    }
}

/***********************************/

.life_area {
    padding: 0 0 2rem;
    color: #fff;
}

.life_top h2 {
    background-color: #A799DB;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
    padding: 0.5em 1em;
    letter-spacing: 1.05px;
    font-size: clamp(1.313rem, 1.276rem + 0.18vw, 1.5rem)
        /*21-24px*/
    ;
    position: absolute;
    width: 100%;
    text-align: right;
}

.life_top .text_area {
    padding: 2rem 6%;
}

.life_list {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.life_top h3 {
    font-size: clamp(1.125rem, 0.98rem + 0.72vw, 1.875rem)
        /*18-30*/
    ;
    text-align: center;
    margin: 0 0 0.7em;
}

.life_top .sub_tit {
    text-align: center;
    margin: 0 0 1.7em;
    font-size: clamp(0.938rem, 0.901rem + 0.18vw, 1.125rem)
        /*15-18*/
    ;
}

.life_top p {
    color: #fff;
    letter-spacing: 0.7px;
    line-height: 1.9;
}

.life_list li {
    max-width: 415px;
}

.life_list > li:nth-of-type(odd) { margin-right: auto;}
.life_list > li:nth-of-type(even) { margin-left: auto;}

.life_list .flex_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.life_list .img_area {
    width: 40%;
}

.life_list .img_area img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.life_list .text_area {
    width: 60%;
    padding: 0 0 0 20px;
}

.btn_name {
    font-size: 20px;
    color: #fff;
}

.arrow {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2px;
    margin-top: 0;
    border-radius: 9999px;
    background-color: #fff;
    top: -10px;
}

.arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 35px;
    height: 2px;
    border-radius: 9999px;
    background-color: #fff;
    transform: rotate(137deg);
    transform-origin: 0px 30%;
}

.life_list .reverse .text_area {
    padding: 0 20px 0 0;
}

.reverse .arrow::before {
    left: unset;
    transform: rotate(37deg);
    transform-origin: 0px 30%;
    right: -35px;
}

/********/
.course_info {
    margin: 2rem auto;
}

.course_info h2 {
    font-size: clamp(1.25rem, 1.057rem + 0.96vw, 2.25rem)
        /*20px*/
    ;
    font-weight: bold;
    margin: 0 0 1em;
    text-align: center;
}

.contents_list {
    width: 90%;
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 2%;
    align-items: stretch;
    justify-content: flex-start;
}

.contents_list li {
    width: 100%;
}

.contents_list li a {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.contents_list li .img {
    width: 30%
}

.contents_list li .img img {
    object-fit: cover;
    height: 100%;
}

.contents_list li .text_area {
    width: 70%;
    padding: 10px 30px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.contents_list li p {
    font-size: clamp(0.75rem, 0.714rem + 0.18vw, 0.938rem)/*12-15*/;
    line-height: 1.4;
    letter-spacing: clamp( .01em, 1vw, .1em );
}

.contents_list li h3 {
    font-size: clamp(1.25rem, 1.057rem + 0.96vw, 2.25rem)/*20px*/;
    line-height: 1.4;
    font-weight: bold;
    color: #1A1311;
}

.contents_list_02 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: clamp( 6px, 2vw, 30px );
    justify-content: center;
}

.contents_list_02 li {
    width: calc( 50% - clamp( 3px, 1vw, 15px ) );
}

.contents_list_02 li:last-child {
    width: 100%;
}

.contents_list_02 li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 1.8em .5em .5em;
    line-height: 1.4;
    letter-spacing: clamp( .01em, 1vw, .1em );
    min-height: clamp( 4em, 12vw, 6em );
}

/********/
/*600px以上*/
@media (min-width: 600px) {
    .life_top .flex_area {
        position: relative;
    }

    .life_top h2 {
        background-color: unset;
        color: #fff;
        width: fit-content;
        text-align: left;
        position: absolute;
        z-index: 2;
        left: 3em;
        clip-path: unset;
        font-weight: 900;
        padding: 0;
        height: fit-content;
        top: 1em;
        text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    }

    .life_top .img_area {
        max-width: 700px;
        width: 60%;
    }

    .life_top p {
        text-align: center;
    }

    .contents_list {
        justify-content: space-between;
    }

    .contents_list li {
        width: 48%;
    }

    .contents_list li:last-of-type {
        width: 60%;
        margin-inline: auto;
    }
}

/*900px以上*/
@media (min-width: 900px) {

    .life_top h3,
    .life_top .sub_tit {
        text-align: left;
    }

    .life_top {
        display: flex;
        flex-wrap: wrap;
        padding: 2rem;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .life_top .img_area {
        width: 50%;
    }

    .life_top .text_area {
        padding: 0 6%;
        width: 50%;
        text-align: left;
    }

    .life_top h3 {
        text-align: left;
    }

    .life_top p {
        text-align: left;
    }

    .life_list {
        width: 100%;
        max-width: unset;
        gap: 2em 5%;
        flex-direction: unset;
        justify-content: center;
        background-color: #ffffff40;
        padding: 2rem 5%;
        margin: 1rem auto 3rem;
    }



    .life_list li {
        min-width: 345px;
        width: 30%;
        max-width: 415px;
    }

    .life_list > li:nth-of-type(odd) { margin-right: unset;}
    .life_list > li:nth-of-type(even) { margin-left: unset;}

    .life_list .reverse .text_area {
        padding: 0 0 0 20px;
    }

    .reverse .arrow::before {
        transform: rotate(137deg);
        transform-origin: 0px 30%;
        right: unset;
        left: 0;
    }

    .flex_area.reverse {
        flex-direction: unset;
    }

    .contents_list {
        width: 100%;
        justify-content: center;
    }

    .contents_list li, .contents_list li:last-of-type {
        width: 31%;
        max-width: 450px;
        margin: 0;
    }
}

/****News & Topics*******************************/
.title_03 {
    color: #719A42;
    background-color: #E5F5D2;
    clip-path: polygon(0 0, 83% 0%, 100% 100%, 0% 100%);
    padding: 0.5em 1em;
    letter-spacing: 1.05px;
    font-size: clamp(1.313rem, 1.276rem + 0.18vw, 1.5rem)
        /*21-24px*/
    ;
}

.topics_wrap {
    background-color: #E5F5D2;
    padding: 1rem;
}

.topics_list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 2rem;
}

.topics_list li {
    width: calc( 50% - .5rem );
    max-width: 220px;
}

.topics_list .thumb {}

.topics_list .date {
    color: #565656;
    font-size: 13px;
}

.topics_list .comment {
}

.topics_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: clamp( .01em, .3vw, .1em );
}

.topics_list .text {
    display: none;
}

.cate {
    background-color: #B9A7FF;
    color: #fff;
    padding: 2px 1em;
    border-radius: 2em;
    margin:0.5em 0 0;
    display: inline-block;
    font-size: 12px;
}

.cat_exam .cate {
    background-color: #AED285;
}


/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {
    .topics {
        padding: 2rem 0;
    }

    .topics_wrap {
        background-color: #fff;
    }

    .topics .title_03 {
        color: #719A42;
        background-color: #fff;
        clip-path: unset;
        padding: 0.5em 1em;
        letter-spacing: 1.05px;
        text-align: center;
    }

    .topics .inner {
        max-width: unset;
    }

    .topics_list {
        margin: 0 auto 3rem;
        gap: 2rem clamp( 1rem, 3vw, 3rem );
    }

    .topics_list li {
        width: calc( ( 100% - clamp( 2rem, 6vw, 6rem ) ) / 3 );
        max-width: 300px;
    }

}

/*1600px以上*/
@media (min-width: 1600px) {
    .topics_list li {
        width: calc( ( 100% - clamp( 5rem, 15vw, 15rem ) ) / 6 );
    }
}


/***********************************/

.guidance_area {
    padding: 0 0 2rem;
    color: #fff;
}

.guidance_top {
    position: relative;
}

.guidance_top h2 {
    background-color: #A799DB;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
    padding: 0.5em 1em;
    letter-spacing: 1.05px;
    font-size: clamp(1.313rem, 0.987rem + 1.63vw, 3rem)
        /*21-48px*/
    ;
    position: absolute;
    width: 100%;
    text-align: right;
    top: 0;
    left: 0;
    display: unset;
}

.guidance_top .text_area {
    padding: 2rem 6%;
}

.guidance_top h3 {
    font-size: clamp(1.125rem, 0.98rem + 0.72vw, 1.875rem)
        /*18-30*/
    ;
    text-align: center;
    padding: 1em 0;
}


.life_top h3 {
    font-size: clamp(1.125rem, 0.98rem + 0.72vw, 1.875rem)
        /*18-30*/
    ;
    text-align: center;
    margin: 0 0 0.7em;
}

.guidance_list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: clamp( 6px, 2vw, 30px );
    justify-content: center;
}

.guidance_list li {
    width: calc( 50% - clamp( 3px, 1vw, 15px ) );
}


.guidance_list li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 1.8em .5em .5em;
    line-height: 1.4;
    letter-spacing: clamp( .01em, 1vw, .1em );
    min-height: clamp( 4em, 12vw, 6em );
}

@media (max-width: 599px) {
    .guidance_list .btn_03 a {
        background-color: unset;
    }

    .guidance_list li:nth-child(3) {
        width: 100%;
        max-width: unset;
    }

}

/*600px以上*/
@media (min-width: 600px) {
    .guidance_top {
        display: flex;
        padding: 2rem 4%;
        align-items: center;
    }

    .guidance_top .img_area {
        width: 50%;
    }


    .guidance_top .text_area {
        text-align: left;
        padding: 0 0 0 30px;
    }

    .guidance_top .title_02 {
        background: unset;
        color: #342667;
        padding: 0;
        position: unset;
        text-align: left;
        clip-path: unset;
    }

    .guidance_top h3 {
        margin: 0;
        text-align: left;
    }

    .guidance_list {
        margin: 3rem auto;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .life_top h3 {
        text-align: left;
    }
}




.thumb img{
	object-fit: cover;
    width: 100%;
    aspect-ratio: 6 / 4;
}