@charset "utf-8";

li {
    list-style: none;
} 

.logo {
    width: 140px;
    margin-top: -40px;
}

.profile-area h1 {
    padding-left: 20%;
    padding-top: 40px;
}

.profile-photo img{
    display: block;
    margin: -20px auto 0px auto;
    width: 1200px;
    max-width: 90%;
    border-radius: 30px;
}

.profile-text {
    margin: -20px auto 0px auto;
    max-width: 100%;
    border-radius: 30px;
}

.profile-text ul {
    margin-top: -20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.profile-text ul li {
    height: 40px;
    display: flex;
}

.line {
    text-align: center;
}

.class {
    width: 100px;
    text-align: center;
}

.yazirushi{
    width: 50px;
    text-align: center;
    font-size: 14;
    height: 50px;
    line-height: 50px
}

.atai {
   width: 100px;
   text-align: center;
}


.promise-area{
    display: flex;
    flex-direction: column;
    margin: 140px auto 40px auto;
    background-color: #e1d1e7;
    max-width: 80%;
    border-radius: 30px;
    font-size: 16;
    line-height: 1.4;
}

.work-skill-area {
    display: flex;
    flex-direction: column;
    margin: 0px auto 60px auto;
    padding-bottom: 40px;
    border: 10px solid #e1d1e7;
    border-radius: 30px;
    max-width: 80%;
    font-size: 18;
}

.promise-text ,
.work-skill-text {
    max-width: 70%;
    margin: 0px auto 80px auto;
}

.work-skill-text dt {
    margin-top: 30px;
    text-align: center;
    font-size: 20;
}

.title {
    text-align: center;
    font-size: 26;
    padding-top: 40px;
    padding-bottom: 20px;
}

.promise-text dl {
    margin-top: 30px;
}

.promise-text dl dd {
    padding-left: 20px;
}


@media screen and (max-width: 800px) {
    .title{
        font-size: 20;
    }

    .profile-area h1 {
        padding-left: 10%;
    }

    .profile-text ul li {
        font-size: 16;
    }

    .line {
        margin-top: -20px;
    }

    .promise-text ,
    .work-skill-text {
    font-size: 16;
    }

    .logo-area {
        top: 80px;
        left: 10px;
    }
    
    .promise-area {
        margin-top: 100px;
        font-size: 14;
        line-height: 1.2;
    }

    .promise-text dl dd {
        padding-left: 0;
    }
}