@charset "UTF-8";

section.page_contents_section {
    margin-top: 10rem;
}

/* visual */
#visual>div {
    width: 100%;
    height: auto;
}

#visual>div>img {
    max-width: 100%;
    height: auto;
}

#visual>div>#title {
    width: auto;
    padding: 1rem 2rem;
    position: relative;
    margin-top: -239px;
    background: linear-gradient(315deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}

#visual>div>#title>h1 {
    color: rgb(255, 255, 255);
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: rgb(16, 48, 152);
}

#visual>div>#title>.personal_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#visual>div>#title>.personal_info>p {
    color: rgb(16, 48, 152);
}

/* interview */
#interview_body>section>h1 {
    background: linear-gradient(315deg, rgb(16, 48, 152, 70%), rgb(42, 42, 112, 100%));
    color: rgb(255, 255, 255);
    padding: 1rem;
}

#interview_body>section>section>.image {
    float: right;
    position: relative;
    margin: 0 0 2rem 2rem;
}

#interview_body>section>section>.image>img {
    width: 23rem;
    height: 30rem;
    object-fit: cover;
    object-position: 70% 80%;
}

#interview_body>section:nth-child(odd)>section>.image {
    float: left;
    height: auto;
    position: relative;
    margin: 0 2rem 2rem 0;
}

/* people_top */
#people_top {
    text-align: center;
    position: relative;
    padding-top: 3.125rem;
}

#people_top>a {
    background-color: rgb(255, 255, 255);
    min-width: 200px;
    height: 80px;
    margin: 0 auto;
    padding: 15px 35px;
    text-decoration: none;
    font-size: 1.5rem;
    border: 3px solid rgb(20, 180, 180);
    color: rgb(20, 180, 180);
}

#people_top>a:hover {
    opacity: 0.5;
    transition: 0.5s;
}