@charset "utf-8";

section {
    padding: 40px 0;
}

/*MV Section*/
.sec_mv {
    padding: 0;
}

.mv_slide a {
    display: block;
    width: 100%;
}

/*end of MV Section*/

/*News Section*/
.sec_news .inner {
    max-width: 980px;
}

.news_wrap .title_wrap {
    width: 15%;
    margin: 0;
    padding: 10px 0;
}

.news_wrap .title_wrap::before,
.news_wrap .title_wrap::after {
    content: none;
}

.list_news {
    width: 85%;
    padding: 10px 0 10px 30px;
    border-left: 2px solid var(--sub15-color);
}

.list_news li {
    margin-bottom: 15px;
}

.list_news li:last-child {
    margin-bottom: 0;
}

.list_news .news_description {
    width: 80%;
    margin-left: 20px;
}

.list_news .news_description p {
    margin-bottom: 15px;
}

.list_news .news_description p:last-child {
    margin-bottom: 0;
}

.list_news .news_description a {
    text-decoration: underline;
    text-underline-offset: 5px;
}

/*end of News Section*/

/*Recommend Section*/
/* 3-column list */
.recommend_list {
    -webkit-justify-content: center;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 60px;
}

.recommend_item {
    width: calc((100% - 80px) / 3);
    min-width: 200px;
    text-align: left;
}

/* Icon circle + number badge */
.recommend_icon_wrap {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
}

.recommend_icon_img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    display: block;
}

.recommend_num {
    position: absolute;
    top: 4px;
    left: -6px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--sub3-color);
    color: var(--main-color);
    border: 3px solid var(--main-color);
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 1;
}

.junior_theme .recommend_num {
    background: var(--sub3-color);
    color: var(--sub1-color);
    border: 3px solid var(--sub1-color);
    ;
}

.message_sign {
    text-align: right;
    color: var(--sub12-color);
    line-height: 1.8;
}

/* Title (blue) */
.recommend_title {
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}

.junior_theme .recommend_title {
    color: var(--sub1-color);
}

/* Description */
.recommend_desc {
    line-height: 1.8;
    color: var(--sub4-color);
}

/*end of recommend Section*/

/*program Section*/
.col02_wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}

.col02_wrap .col02_01 {
    width: 50%;
}

.col02_wrap .col02_01 .text_lg {
    margin: 30px 0;
    min-height: 200px;
}

#senior .col02_wrap .col02_01 .text_lg {
    min-height: 100px;
}

.col02_wrap .col02_01 .text_lg:last-child {
    margin-bottom: 0;
}

.col02_wrap .col02_02 {
    width: 50%;
    max-width: 540px;
}

.sec_program .button_base {
    margin: 40px auto 40px;
}

.sec_program .list_buttons {
    -webkit-justify-content: left;
    justify-content: left;
}

/*end of program Section*/

/*Tour Section*/
.sec_tours .title_wrap {
    margin-bottom: 25px;
}

.sec_tours h3 {
    text-align: center;
    margin-bottom: 45px;
}

.sec_tours .col02_type02 {
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto 45px;
    max-width: 860px;
}

.sec_tours .col02_type02 li {
    width: calc((100% - 30px) / 2);
}

.sec_tours .col02_type02 li:nth-child(2) {
    margin: 0 15px;
}

.sec_tours .col02_type02 li a {
    display: block;
}

.sec_tours .button_base,
.sec_recommend .button_base {
    margin: 0 auto;
}

/*end of Tour Section*/

/*About Section*/
.col02_type01 {
    margin-bottom: 70px;
}

.col02_type01 li {
    position: relative;
    width: 50%;
}

.col02_type01 .col02_info {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    padding: 50px 0;
}

.col02_type01 .col02_info .title_wrap {
    margin-bottom: 10px;
}

.col02_type01 .col02_info .title_wrap h2 {
    background: transparent;
}

.col02_type01 .col02_info .title_wrap::before,
.col02_type01 .col02_info .title_wrap::after {
    z-index: 1;
}

.col02_type01 .col02_info h3 {
    text-align: center;
}

/*Junior Theme*/
.junior_theme .list_news {
    border-color: var(--sub1-color);
}

/*Dental Theme*/
.dental_theme .list_news {
    border-color: var(--sub2-color);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    section {
        padding: 3.336vw 0;
    }

    /*News Section*/
    .news_wrap .title_wrap {
        padding: 0.834vw 0;
    }

    .list_news {
        padding: 0.834vw 0 0.834vw 2.502vw;
        border-width: 0.167vw;
    }

    .list_news li {
        margin-bottom: 1.251vw;
    }

    .list_news .news_description {
        margin-left: 1.668vw;
    }

    .list_news .news_description p {
        margin-bottom: 1.251vw;
    }

    .list_news .news_description a {
        text-underline-offset: 0.417vw;
    }

    /*end of News Section*/

    /*recommend Section*/
    .recommend_list {
        gap: 2.5vw;
        margin-top: 4vw;
        padding: 0 3vw;
    }

    .recommend_item {
        width: calc((100% - 5vw) / 3);
    }

    .recommend_icon_wrap,
    .recommend_icon_img {
        width: 13vw;
        height: 13vw;
    }

    .recommend_num {
        width: 4vw;
        height: 4vw;
        font-size: 2.2vw;
    }

    /**end of recommend Section*/

    /*program Section*/
    .col02_wrap {
        margin-bottom: 3.336vw;
    }

    .col02_wrap .col02_02 {
        width: 46%;
        max-width: 540px;
    }

    .col02_wrap .col02_01 .text_lg {
        margin: 1.251vw auto;
        min-height: 17vw;
    }

    .sec_program .button_base {
        margin-bottom: 0;
    }

    /*end of program Section*/

    /*Voice Section*/
    .sec_voices .title_wrap {
        margin-bottom: 2.085vw;
    }

    .sec_voices h3 {
        margin-bottom: 3.753vw;
    }

    /*end of Voice Section*/

    /*Tour Section*/
    .sec_tours .title_wrap {
        margin-bottom: 2.085vw;
    }

    .sec_tours h3 {
        margin-bottom: 3.753vw;
    }

    .sec_tours .col02_type02 {
        margin-bottom: 3.753vw;
    }

    /*end of Tour Section*/
}

@media only screen and (max-width: 767px) {
    section {
        padding: 0.50rem 0;
    }

    /*News Section*/
    .sec_news .inner {
        max-width: 100%;
    }

    .news_wrap .title_wrap {
        width: 20%;
        padding: 0.10rem 0;
    }

    .news_wrap .title_wrap h2,
    .news_wrap .title_wrap span {
        font-size: 0.24rem;
    }

    .list_news {
        width: 80%;
        padding: 0.10rem 0 0.10rem 0.20rem;
        border-width: 0.02rem;
    }

    .list_news li {
        margin-bottom: 0.40rem;
    }

    .list_news p.txt_date{
        font-weight: 500;
    }

    .list_news .news_description {
        width: 100%;
        margin: 0.10rem 0 0;
    }

    .list_news .news_description p {
        margin-bottom: 0;
    }

    .list_news .news_description a {
        text-underline-offset: 0.05rem;
    }

    /*end of News Section*/
    /*recommand Section*/
    .sec_recommend .title_wrap {
        width: 100%;
    }

    .recommend_list {
        flex-direction: column;
        align-items: center;
        gap: 0.60rem;
        margin-top: 0.50rem;
        padding: 0 .3rem;
    }

    .recommend_item {
        width: 90%;
    }

    .recommend_icon_wrap,
    .recommend_icon_img {
        width: 1.60rem;
        height: 1.60rem;
    }

    .recommend_num {
        width: 0.48rem;
        height: 0.48rem;
        font-size: 0.32rem;
        top: .04rem;
        left: -0.06rem;
        border: .03rem solid var(--main-color);
    }

    /*end ofrecommand Section*/

    /*program Section*/
    .sec_program .title_wrap {
        width: 100%;
    }

    .col02_wrap {
        margin-bottom: 0.20rem;
    }

    .sec_recommend .col02_wrap {
        flex-direction: column-reverse;
    }

    .col02_wrap .col02_01 {
        width: 90%;
        margin: 0 auto;
    }

    .col02_wrap .col02_01 .text_lg {
        margin: 0.4rem 0;
        min-height: auto;
    }

    .col02_wrap .col02_02 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.20rem;
    }

    .sec_program .list_buttons li {
        width: 1.8rem;
    }

    .sec_program .button_base {
        margin-bottom: 0.50rem;
    }

    /*end of program Section*/

    /*Tour Section*/
    .sec_tours .title_wrap {
        margin-bottom: 0.25rem;
    }

    .sec_tours h3 {
        margin-bottom: 0.25rem;
    }

    .sec_tours .col02_type02 {
        /*gap: 0.30rem;*/
        margin-bottom: 0.50rem;
    }

    .sec_tours .col02_type02 li {
	    width: calc((100% - .3rem) / 2);
	}

    .sec_tours .col02_type02 li:nth-child(2) {
	    margin: 0 0 0 .3rem;
	}

    /*end of Tour Section*/

    /*About Section*/
    .col02_type01 {
        margin-bottom: 0.70rem;
    }

    .col02_type01 {
        gap: 0.50rem;
    }

    .col02_type01 li {
        width: 100%;
    }

    .col02_type01 .col02_info {
        padding: 0.50rem 0;
    }

    .col02_type01 .col02_info .col02_title {
        width: 100%;
    }

    .col02_type01 .col02_info .title_wrap {
        margin-bottom: 0.10rem;
    }

}