@charset "utf-8";

/*-----------------------------------
共通
-----------------------------------*/
.img_txt_blk {
    height: 100%;
    aspect-ratio: 820 / 615;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img_txt_blk .ttl_area {
    width: 100%;
    aspect-ratio: 820 / 300;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0 4% 3%;
    overflow: hidden;
}
.img_txt_blk .ttl_area .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.img_txt_blk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_txt_blk .ttl_area .ttl {
    position: relative;
    z-index: 2;
}
.img_txt_blk .ttl_area .ttl img {
    object-fit: contain;
}
.img_txt_blk .txt_area {
    position: relative;
}
.img_txt_blk .txt_area h3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.img_txt_blk .txt_area span {
    display: block;
}
.img_txt_blk .txt_area .ttl {
    font-size: 3dvh;
    font-weight: bold;
    margin-top: 1.3em;
    line-height: 1;
}
.img_txt_blk .txt_area .year {
    font-size: 1.6dvh;
    color: #fff;
    margin: 0 0.7em;
    padding: 0.2em 1em;
    border-radius: 20px;
    line-height: 1;
}
.img_txt_blk .txt_area .deta {
    margin-top: 4dvh;
    display: flex;
    justify-content: center;
    gap: 0 10%;
}
.img_txt_blk .txt_area .deta .txt {
    width: 30%;
    font-size: 1.8dvh;
    line-height: 2em;
}
@media screen and (max-width:768px){
    .img_txt_blk {
        aspect-ratio: 715 / 535;
    }
    .img_txt_blk .ttl_area {
        aspect-ratio: 715 / 250;
        padding: 0 0 3% 5%;
        align-items: flex-end;
    }
    .img_txt_blk .txt_area h3 {
        width: 40%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        left: 5%;
        top: 0;
    }
    .img_txt_blk .txt_area .ttl {
        margin-top: 1em;
        margin-bottom: 0.5em;
    }
    .img_txt_blk .txt_area .deta {
        justify-content: flex-start;
        margin-left: 5%;
        gap: 0 8%;
    }
    .img_txt_blk .txt_area .deta .txt {
        width: 43%;
        font-size: 2dvh;
        margin-top: 8%;
    }
}
.img_txt_blk .txt_area .deta .curriculum {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 4dvh;
}
.curriculum .curriculum_box {
    font-size: 1.8dvh;
    line-height: 1.2em;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    padding: 0.3em 0.8em;
}
.curriculum .curriculum_list li {
    font-size: 1.8dvh;
    position: relative;
    padding-left: 1.2em;
}
.curriculum .curriculum_list li::before {
    content: "\025cf";
    position: absolute;
    top: 0;
    left: 0;
}
.curriculum .curriculum_list li + li {
    margin-top: 0.6em;
}
@media screen and (max-width:768px){
    .img_txt_blk .txt_area .deta .curriculum {
        align-items: center;
        gap: 0 3dvh;
        flex: 1;
    }
    .curriculum .curriculum_list {
        flex: 1;
    }
    .curriculum .curriculum_box,
    .curriculum .curriculum_list li {
        font-size: 2dvh;
    }
}

/*-----------------------------------
フォローアップ
-----------------------------------*/
#follow_up {
    margin-left: 40px;
}
#follow_up .ttl_area .ttl {
    height: 41%;
}
#follow_up .txt_area .year,
#follow_up .curriculum .curriculum_box {
    background-color: #687145;
}
#follow_up .curriculum .curriculum_list li::before {
    color: #687145;
}
@media screen and (max-width:768px){
    #follow_up {
        margin-left: 0;
    }
}

/*-----------------------------------
次世代リーダー
-----------------------------------*/
#next_leader {
    position: relative;
}
#next_leader_ank {
    position: absolute;
    top: 0;
    left: -10dvh;
}
#next_leader .ttl_area .ttl {
    height: 65%;
}
#next_leader .txt_area .year,
#next_leader .curriculum .curriculum_box {
    background-color: #566b55;
}
#next_leader .curriculum .curriculum_list li::before {
    color: #566b55;
}

/*-----------------------------------
リーダーズ
-----------------------------------*/
#leaders {
    margin-right: 150px;
    position: relative;
}
#leaders_ank {
    position: absolute;
    top: 0;
    left: -10dvh;
}
#leaders .ttl_area .ttl {
    height: 41%;
}
#leaders .txt_area .year,
#leaders .curriculum .curriculum_box {
    background-color: #566b55;
}
#leaders .curriculum .curriculum_list li::before {
    color: #566b55;
}
@media screen and (max-width:768px){
    #leaders {
        margin-right: 0;
    }
}
