@charset "utf-8";

#keyVisual{
	background: url("../img/keyvisual_pc.jpg") no-repeat right center / cover;
}

#contentsBlock > section{
    margin-top: 100px;
}

footer{
    margin-top: 170px;
}

@media screen and (max-width: 1600px){
	#keyVisual{
		background-position: 50% center;
	}
}
@media screen and (max-width: 1024px){
	#keyVisual{
		background-position: 72% center;
	}
}
@media screen and (max-width: 768px){
	#keyVisual{
		background: url("../img/keyvisual_sp.jpg") no-repeat right center / cover;
	}
}
@media screen and (max-width: 767px) {
    #contentsBlock > section{
        margin-top: 40px;
    }
    footer{
        margin-top: 100px;
    }
}

/* ------------------------------------------------------------------------ */

/*  一覧

/* ------------------------------------------------------------------------ */

.list-staff{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
    .list-staff li{
        border: solid 1px #4c4398;
        border-radius: 4px;
        overflow: hidden;
        max-width: 312px;
        width: calc(100% / 3 - 20px);
        box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
    }
        .list-staff li a{
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
            padding: 20px 18px;
            text-align: left;
        }
            .list-staff li a::after{
                content: "";
                display: block;
                position: absolute;
                right: 0;
                bottom: 0;
                width: 60px;
                height: 60px;
                background: #4c4398 url("/common/img/icon_arrow.png") no-repeat 24px 31px / 26px 7px;
                color: #fff;
                border-top-left-radius: 100%;
                transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
            }
            .list-staff li a:hover::after{
                background-color: #eb88b4;
            }

            .list-staff li img{
                border-radius: 4px;
                transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
            }
                .list-staff li a:hover img{
                    opacity: 0.8;
                }

            .list-staff a .affiliation{
                color: #282730;
                font-size: 1.6rem;
                margin-top: 16px;
            }
            .list-staff a .name{
                font-size: 2rem;
                font-weight: 700;
                margin-top: 5px;
            }
                .list-staff a .name span{
                    font-size: 0.8em;
                }

@media screen and (max-width: 768px){
    .list-staff{
        max-width: 654px;
    }
    .list-staff li{
        width: calc(100% / 2 - 15px);
    }
}
@media screen and (max-width: 767px){
    .list-staff{
        gap: 15px;
    }
    .list-staff li{
        width: calc(100% / 2 - 8px);
    }
    .list-staff li a{
        padding: 10px 10px 20px;
    }
    .list-staff li a::after{
        width: 30px;
        height: 30px;
        background: #4c4398 url("/common/img/icon_arrow.png") no-repeat 12px 14px / 14px 4px;
    }

    .list-staff a .affiliation{
        font-size: 1.4rem;
    }
    .list-staff a .name{
        font-size: 1.6rem;
    }
}



/* ------------------------------------------------------------------------ */

/*  詳細

/* ------------------------------------------------------------------------ */

.top-contents{
    align-items: stretch;
}

.top-contents .lefxBox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
    padding: 80px 64px 45px;
    line-height: 1.688;
    position: relative;
    width: 63%;
}
    .top-contents .lefxBox::before{
        content: "";
        background: #efedfa;
        width: 133%;
        height: 100%;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .top-contents .lefxBox .lead{
        font-size: 3.2rem;
        font-weight: 700;
        font-family: "Shippori Mincho", serif;
        text-align: left;
        color: #001555;
    }
    .top-contents .lefxBox .captionBox{
        text-align: right;
    }
    .top-contents .captionBox .name{
        font-size: 3.2rem;
    }
    .top-contents .captionBox .name .min{
        font-size: 0.75em;
        line-height: 1.2;
    }

    .top-contents figure{
        border-radius: 10px;
        overflow: hidden;
        margin-top: 40px;
        max-width: 410px;
        width: 36%;
    }

#sec_interview .top-contents + .container{
    margin-top: 80px;
}

#sec_interview .container + .container{
    margin-top: 64px;
}

#sec_interview .container .ttl{
    background: #efedfa;
    border-radius: 4px;
    color: #4c4398;
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    padding: 21px 25px;
    margin-bottom: 35px;
}
#sec_interview .container .txtBox{
    font-family: "Shippori Mincho", serif;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    line-height: 2;
}

#sec_interview .container .flexBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
    #sec_interview .container .flexBox .txtBox{
        width: 55%;
    }
    #sec_interview .container .flexBox figure{
        border-radius: 4px;
        overflow: hidden;
        max-width: 500px;
        width: 42%;
    }

#sec_interview .data{
    text-align: right;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 75px;
}

@media screen and (max-width: 768px){
    .top-contents{
        flex-direction: column;
        position: relative;
    }
    .top-contents::before{
        content: "";
        background: #efedfa;
        width: calc(100% + 20px);
        height: 74%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        z-index: -1;
    }

    .top-contents .lefxBox{
        padding: 30px 0 0;
        padding-right: 20px;
        width: 100%;
    }
    .top-contents .lefxBox::before{
        content: none;
    }

    .top-contents .lefxBox .lead{
        font-size: clamp(1.6rem,4.5vw,2rem);
    }
    .top-contents .lefxBox .captionBox{
        text-align: left;
        margin-top: 50px;
    }
    .top-contents .captionBox .name{
        font-size: 2.2rem;
    }

    .top-contents figure{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin: 0 0 0 auto;
        transform: translateX(20px);
        width: 70%;
    }

    #sec_interview .container .ttl{
        font-size: 1.8rem;
        padding: 10px 15px;
        margin-bottom: 20px;
    }
    #sec_interview .container .flexBox{
        flex-direction: column-reverse;
    }
    #sec_interview .container .flexBox figure{
        margin: 0 auto 20px;
        width: 100%;
    }
    #sec_interview .container .flexBox .txtBox{
        width: 100%;
    }

    #sec_interview .data{
        font-size: 1.6rem;
        margin-top: 50px;
    }
}




