@charset "UTF-8";
.page-alumni .l-header{
    display: none;
}
.page-alumni .main__header{
    display: none;
}
#alumni{
    background-color: #c8dce9;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: -1px;
}
.alumniArea{
    margin: 0 auto;
    position: relative;
    max-width: 660px;
    padding-bottom: 2.5em;
}
.alumniareatitleArea{
    background: url(../images/alumni/alumniimg01.png) no-repeat center 0;
    background-size: contain;
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1.2em;
}
.alumniareatitleArea .comeback{
    color: #00a0ca;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
    margin-top: 4.3em;
}
.alumniareatitleArea .comeback span{
    margin-left: 1.5em;
    font-weight: normal;
}
.alumniareatitleArea .title{
    font-size: 26px;
}
.alumnidetailarea{
    background-color: #fff;
    padding: 15px;
    margin-top: -1.2em;
}
@media only screen and (min-width: 767px) {
    .alumniareatitleArea{
        background: url(../images/alumni/alumniimg01.png) no-repeat center 0;
        background-size: auto;
        height: 248px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -1.2em;
    }
    .alumnidetailarea{
        padding: 30px 70px 7em;
        margin-top: 0;
    }
    .alumniareatitleArea .comeback{
        font-size: 16px;
        margin-top: 5.5em;
    }
    .alumniareatitleArea .title{
        font-size: 35px;
}
}
.detailhead{
    margin-bottom: 1em;
    background: url(../images/alumni/alumniimg02.png) no-repeat right bottom;
    padding-bottom: 6.5em;
}
.detailhead .img{
    width: 45%;
    margin: -26px 0 0 auto;
}
@media only screen and (min-width: 767px) {
    .detailhead{
        background: url(../images/alumni/alumniimg02.png) no-repeat right center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 19px;
        margin-bottom: 2em;
        margin-right: -30px;
        padding-bottom: 0;

    }
    .detailhead .img{
        width: auto;
        margin: 0 -30px 0 0;
    }
}
.alumnidetailitemtitle{
    color: #00a0ca;
    font-size: 18px;
    text-align: center;
    margin-bottom: 1em;
}
.alumnidetailitem{
    margin: 0;
    padding: 0;
}
.alumnidetailitemli{
    display: flex;
    justify-content: space-between;
    margin: 0 0 2em;
    padding: 0;
    gap: 10px;
}
.alumnidetailitemli .itemtitle{
    font-size: 18px;
    display: block;
    position: relative;
    padding-left: 45px;
    line-height: 1.2;
    margin-bottom: 1.3em;
}
.alumnidetailitemli .text{
    font-size: 15px;
}
.alumnidetailitemli .img{
    margin: 0;
}
.alumnidetailitemli .itemtitle::before{
    content: "";
    background:  url(../images/alumni/alumniimg03.png) no-repeat center center;
    background-size: 100%;
    width: 31px;
    height: 33px;
    position: absolute;
    left: 0;
}
.alumnidetailitemli .itemtitle.comeback::before{
    background:  url(../images/alumni/alumniimg05.png) no-repeat center center;
    background-size: 100%;
    width: 32px;
    height: 31px;
}
.alumnidetailitemli .itemtitle.news::before{
    background:  url(../images/alumni/alumniimg07.png) no-repeat center center;
    background-size: 100%;
    width: 36px;
    height: 36px;
}
@media only screen and (min-width: 767px) {
    .alumnidetailitemtitle{
        font-size: 27px;
    }
    .alumnidetailitemli .itemtitle{
        font-size: 26px;
    }
    .alumnidetailitemli .itemtitle span{
        margin-left: 5.7em;
    }
}
.alumnisuchasarea{
    background:  url(../images/alumni/alumniimg09.png) no-repeat right 25px;
    background-size: 30%;
}
.alumnisuchastext{
    color: #00a0ca;
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.2; 
}
.alumnisuchaslist{
    margin: 0 0 3em;
    padding: 0 15px 0 0;
}
.alumnisuchasli{
    margin: 0 0 1em;
    list-style: none;
    position: relative;
    padding: 0 32px 0 24px;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
.alumnisuchasli::before{
    content: "";
    background:  url(../images/alumni/alumniimg14.png) no-repeat 0 3px;
    width: 19px;
    height: 23px;
    position: absolute;
    left: 0;
}
@media only screen and (min-width: 414px) {
    .alumnisuchasarea{
        background:  url(../images/alumni/alumniimg09.png) no-repeat right 0;
        background-size: 30%;
    }
}
@media only screen and (min-width: 540px) {
    .alumnisuchasarea{
        background:  url(../images/alumni/alumniimg09.png) no-repeat right 0;
        background-size: 23%;
    }
}
@media only screen and (min-width: 767px) {
    .alumnisuchasarea{
        background:  url(../images/alumni/alumniimg09.png) no-repeat right 0;
        background-size: auto;
        margin-right: -30px;
    }
    .alumnisuchastext{
        font-size: 27px;
        padding-top: .5em;
    }
    .alumnisuchaslist{
        margin: 0 0 5em;
        padding: 0;
    }
}
.alumysitetext{
    font-size: 15px;
    text-align: center;
    margin-bottom: .8em;
}
.alumysitetolink{
    color: #00a0ca;
    font-size: 20px;
    text-align: center;
}
.alumyregisterbt {
    max-width: 510px;
    height: 80px;
    border: 8px solid #69aebf;
    margin: 0 auto 3em;
    display: flex;
    position: relative;
}
.alumyregisterbt:hover{
    opacity: .5;
}
.alumyregisterbt a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.alumyregisterbt a:after {
	width: 22px;  
	height: 9px;
    background:  url(../images/alumni/bt.png) no-repeat;
    background-size: 22px auto;
	position: absolute;  
	top: 50%;
	right: 10px;
	content: ""; 
    transform: translate(0,-50%);
}
.alumyregisterbt .alumylogo {
    width: 40%;
    max-width: 180px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.alumyregisterbt .register {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-left: 10px;
    border-left: 1px dotted #000;
}
@media only screen and (min-width: 767px) {
    .alumysitetolink{
        font-size: 37px;
    }
    .alumyregisterbt {
        height: 100px;
        margin-bottom: 8em;
    }
    .alumyregisterbt a:after {
        width: 36px;  
        height: 13px;
        background:  url(../images/alumni/bt.png) no-repeat;
        background-size: 36px auto;
        right: 30px;
    }
    .alumyregisterbt .alumylogo {
        padding: 20px;
    }
    .alumyregisterbt .register {
        font-size: 20px;
        padding-left: 20px;
    }
}
.alumniflowarea{
    position: relative;
}
.alumniflowarea:before{
    content: "";
    width: 0;
    height: calc(100% - ((100% - 50px * 2) / 3));
    border-right: 6px dotted #4dafc0;
    display: block;
    position: absolute;
    left: 30px;
    top: 130px;
    z-index: 0;
}
.alumniflowtitle{
    border-bottom: 4px  #00a0ca solid;
    color: #00a0ca;
    font-size: 24px;
    text-align: center;
    margin-bottom: .8em;
}
.alumniflowbox{
    display: flex;
    gap: 10px;
}
.alumniflowbox .step{
    width: 80px;
    height: 80px;
    border: 2px solid #4dafc0;
    border-radius: 50%;
    background-color: #fff;
    color: #00a0ca;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    margin: 0 0 0 -5px;
    position: relative;
}
.alumniflowbox .step.s1{
    background-color: #4dafc0;
    color: #fff;
}
.alumniflowbox .step span{
    font-size: 22px;
}
.alumniflowbox .stepbox{
    width: 70%;
}
.alumniflowbox .itemtitle{
    color: #00a0ca;
    font-size: 21px;
    line-height: 1.2;
    margin: .8em 0;
}
.alumniflowbox .text{
    font-size: 16px;
    line-height: 1.6;
}
.alumniflowbox.step0{
    background:  url(../images/alumni/alumniimg10.png) no-repeat right bottom;
    background-size: 40%;
    padding-bottom: 5em;
}
.alumniflowbox.step1{
    background:  url(../images/alumni/alumniimg11.png) no-repeat right bottom;
    background-size: 38%;
    padding-bottom: 7.8em;
}
.alumniflowbox.step2{
    background:  url(../images/alumni/alumniimg12.png) no-repeat right bottom;
    background-size: 40%;
    padding-bottom: 6.7em;
}
.alumniflowbox.step3{
    background:  url(../images/alumni/alumniimg13.png) no-repeat 93% bottom;
    background-size: 22%;
    padding-bottom: 6.7em;
}
@media only screen and (min-width: 435px) {
    .alumniflowbox .text{
        width: 66%;
    }
}
@media only screen and (min-width: 767px) {
    .alumniflowarea:before{
        left: 11px;
        top: 190px;
    }
    .alumniflowtitle{
        font-size: 45px;
    }
    .alumniflowbox .stepbox{
        width: 70%;
    }
    .alumniflowbox .itemtitle{
        font-size: 31px;
        margin: 0 0 .8em;
    }
    .alumniflowbox{
        gap: 30px;
    }
    .alumniflowbox .step{
        width: 100px;
        height: 100px;
        font-size: 23px;
        margin: 0 0 0 -35px;
    }
    .alumniflowbox .step span{
        font-size: 31px;
    }
    .alumniflowbox .text{
        font-size: 21px;
        line-height: 1.4;
    }
    .alumniflowbox.step0{
        background:  url(../images/alumni/alumniimg10.png) no-repeat right bottom;
        background-size: auto;
        margin-right: -40px;
        padding-bottom: 0;
    }
    .alumniflowbox.step1{
        background:  url(../images/alumni/alumniimg11.png) no-repeat right bottom;
        background-size: auto;
        margin-right: -40px;
        padding-top: 5em;
        padding-bottom: 0;
    }
    .alumniflowbox.step2{
        background:  url(../images/alumni/alumniimg12.png) no-repeat right 75%;
        background-size: auto;
        margin-right: -55px;
        padding-top: 5em;
        padding-bottom: 0;
    }
    .alumniflowbox.step3{
        background:  url(../images/alumni/alumniimg13.png) no-repeat right bottom;
        background-size: auto;
        padding-top: 5em;
        padding-bottom: 0;
    }
}