@charset "utf-8";

html {
    height: 100%;
}

body{
    height: 100%;
    margin:0;
    font-family: 'Open Sans', "Noto Sans JP" ,-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

.box_inline{
    display: inline-block;
}

.page{
    width: 100%;
    height: 100%;
}

#title-wall{
    display: table;
}

#left-wall {
    display: table-cell;
    width: 40%;
    background: #EEE;
    height: 100%;
}

#right-wall {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#title-wrap {
    display: inline-block;
}

#name{
    margin: 0;
    font-size: 100px;
    font-weight: bold;
}

#copy{
    margin: 0;
    margin-top: -20px;
    font-size: 35px;
    color: #eee;
    font-weight: bold;
}

#about, #career, #contact {
    display: flex;
    justify-content: center;
    align-items: center;
}


#about-wrap{
    text-align: left;
    padding: 0 5%;
    margin-right: 40%;
}

#career-wrap{
    text-align: right;
    padding: 0 5%;
    margin-left: 40%;
}

#about-wrap > p, #career-wrap > p, #career-wrap > ul{
    display: inline-block;
    width: 100%;
}

#career{
    background-color: #EEE;
}

#career-wrap > ul {
    margin: 0;
    padding: 0;
}

#career-wrap > ul > li{
    list-style: none;
    font-size: 20px;
    margin-bottom: 0.5em;
}

#aboutme, .careerme{
    margin: 0;
    font-size: 35px;
    font-weight: bold;
}

#aboutme {
    color: #eee;
}

.careerme {
    color: #fff;
}


#greeting{
    margin: 0;
    font-size: 80px;
    font-weight: bold;
}

.article{
    font-size: 30px;
}

#contents{
    background: #000;
    color: #fff;
    text-align: center;
    position: relative;
}

#contents > a{
    color: #fff;
    text-decoration: none;
}

#contact{
    position: relative;
    text-align: center;
    background-color: #555555;
}

#contact-wrap{
    border: 3px solid #ffffff;
    margin: 10%;
}

#contact-head {
    font-size: 40px;
    color: white;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    position: relative;
}

#contact-head:after{
    content: '';
    display: block;
    position: absolute;
    width: 6em;
    height: 2px;
    margin: 0 auto;
    background: #ffffff;
    left: 0;
    right: 0;
}

.contact-link{
    font-size: 30px;
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

#footer{
    position: absolute;
    margin: 10px;
    bottom: 0;
    font-weigh: bold;
}

.years{
    color: #555;
}

.school{
    font-weight: bold;
    margin-left: 1em;
}

.department{
    margin-left: 1em;
}

@media screen and (max-width: 990px)  {
#aboutme{
    font-size: 25px;
}

#greeting{
    margin: 0;
    font-size: 50px;
    font-weight: bold;
}

.article{
    font-size: 25px;
}

#about-wrap, #career-wrap{
    margin-right: 0;
    margin-left: 0;
}
}
