@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 768px) {

}


/* #alumni_voices
----------------------------------------- */
#alumni_voices {
}

#alumni_voices .inner {
    width: 100%;
    max-width: none;
    padding-top: 6.5rem;
}

#alumni_voices h2.con_ttl {
    margin: auto;
}

#alumni_voices .layout {
    display: flex;
    flex-flow: column;
    gap: 11rem 0;
    margin-top: 6rem;
}
#alumni_voices .layout .con {
}

#alumni_voices .layout .ttl_wrap {
    width: 100%;
    /*height: 45rem;*/
    aspect-ratio: 1366 / 450;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 6rem;
    position: relative;
    z-index: 1;
}
#alumni_voices .layout .ttl_wrap .ttl {
    width: 100%;
    max-width: 89rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 2rem;
}
#alumni_voices .layout .ttl_wrap .ttl .position {
    border: 1px solid #000000;
    padding: 0.5rem 3rem;
    
    font-size: 2rem;
    letter-spacing: 0.1em;
}
#alumni_voices .layout .ttl_wrap .ttl .name {
    display: flex;
    align-items: baseline;
    column-gap: 1.5rem;
    font-size: 3.8rem;
}
#alumni_voices .layout .ttl_wrap .ttl .name span {
    font-size: 2.4rem;
}

#alumni_voices .layout .ttl_wrap .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#alumni_voices .layout .ttl_wrap .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

#alumni_voices .layout .voice_list {
    width: 100%;
    max-width: 89rem;
    margin: auto;
    margin-top: 7.5rem;
    display: flex;
    flex-flow: column;
    gap: 4rem;
}
#alumni_voices .layout .voice_list .voice {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 2rem;
}
#alumni_voices .layout .voice_list .voice .ttl {
    position: relative;
    padding-left: 2.5rem;
    
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 800;
}
#alumni_voices .layout .voice_list .voice .ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000000;
    
    position: absolute;
    top: 0.05em;
    left: 0;
}
#alumni_voices .layout .voice_list .voice .txt {
    font-size: 1.6rem;
    line-height: calc(28/16);
}

@media screen and (max-width: 768px) {
#alumni_voices .inner {
    padding-top: 6rem;
}

#alumni_voices .layout {
    gap: 6rem 0;
    margin-top: 4rem;
}
#alumni_voices .layout .con {
}

#alumni_voices .layout .ttl_wrap {
    width: 100%;
    /*height: 45rem;*/
    aspect-ratio: 375 / 220;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
#alumni_voices .layout .ttl_wrap .ttl {
    width: 34.5rem;
    margin: auto;
    gap: 0.5rem;
}
#alumni_voices .layout .ttl_wrap .ttl .position {
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
}
#alumni_voices .layout .ttl_wrap .ttl .name {
    column-gap: 1.0rem;
    font-size: 2.0rem;
}
#alumni_voices .layout .ttl_wrap .ttl .name span {
    font-size: 1.8rem;
}

#alumni_voices .layout .ttl_wrap .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#alumni_voices .layout .ttl_wrap .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

#alumni_voices .layout .voice_list {
    width: 34.5rem;
    margin: auto;
    margin-top: 4rem;
    gap: 4rem;
}
#alumni_voices .layout .voice_list .voice {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 2rem;
}
#alumni_voices .layout .voice_list .voice .ttl {
    padding-left: 1.5rem;
    
    font-size: 1.6rem;
}
#alumni_voices .layout .voice_list .voice .ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000000;
    
    position: absolute;
    top: 0.05em;
    left: 0;
}
#alumni_voices .layout .voice_list .voice .txt {
    font-size: 1.4rem;
}
}


/* #parent_voices
----------------------------------------- */
#parent_voices {
}

#parent_voices .inner {
    width: 100%;
    max-width: none;
    padding-top: 13rem;
    padding-bottom: 16rem;
}

#parent_voices h2.con_ttl {
    margin: auto;
}

#parent_voices .layout {
    display: flex;
    flex-flow: column;
    gap: 11rem 0;
    margin-top: 6rem;
}
#parent_voices .layout .con {
}

#parent_voices .layout .ttl_wrap {
    width: 100%;
    aspect-ratio: 1366 / 400;
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
#parent_voices .layout .ttl_wrap .ttl {
    width: calc(558/1366*100%);
    padding-left: 7.5rem;
    padding-bottom: 6rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 2rem;
}
#parent_voices .layout .ttl_wrap .ttl .position {
    border: 1px solid #000000;
    padding: 0.5rem 3rem;
    
    font-size: 2rem;
    letter-spacing: 0.1em;
}
#parent_voices .layout .ttl_wrap .ttl .name {
    display: flex;
    align-items: baseline;
    column-gap: 1.5rem;
    font-size: 3.8rem;
}
#parent_voices .layout .ttl_wrap .ttl .name span {
    font-size: 2.4rem;
}

#parent_voices .layout .ttl_wrap .img {
    width: calc(808/1366*100%);
    height: 100%;
}
#parent_voices .layout .ttl_wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}

#parent_voices .layout .voice {
    width: 100%;
    max-width: 89rem;
    margin: auto;
    margin-top: 7.5rem;
    
    font-size: 1.6rem;
    line-height: calc(28/16);
}

@media screen and (max-width: 768px) {
#parent_voices .inner {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

#parent_voices .layout {
    gap: 6rem 0;
    margin-top: 4rem;
}
#parent_voices .layout .con {
}

#parent_voices .layout .ttl_wrap {
    width: 100%;
    aspect-ratio: auto;
    flex-flow: column;
    gap: 1rem;
}
#parent_voices .layout .ttl_wrap .ttl {
    width: 34.5rem;
    margin: auto;
    padding-left: 0;
    padding-bottom: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 0.5rem;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}
#parent_voices .layout .con:nth-child(2) .ttl_wrap .ttl {
    align-items: flex-end;
}
/*#parent_voices .layout .con:nth-child(2) .ttl_wrap .ttl {
    color: #FFFFFF;
}
#parent_voices .layout .con:nth-child(2) .ttl_wrap .ttl .position {
    border-color: #FFFFFF;
}*/
#parent_voices .layout .ttl_wrap .ttl .position {
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
}

#parent_voices .layout .ttl_wrap .ttl .name {
    column-gap: 1.0rem;
    font-size: 2.0rem;
}
#parent_voices .layout .ttl_wrap .ttl .name span {
    font-size: 1.8rem;
}

#parent_voices .layout .ttl_wrap .img {
    width: 100%;
    height: auto;
}
#parent_voices .layout .ttl_wrap .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
}
#parent_voices .layout .con:nth-child(2) .ttl_wrap .img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: left top;
    }

#parent_voices .layout .voice {
    width: 34.5rem;
    margin: auto;
    margin-top: 4rem;
    
    font-size: 1.4rem;
}
}

