@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: DotGothic16;
    src: url(../../font/DotGothic16/DotGothic16-Regular.ttf);
}

@font-face {
    font-family: Zen_Maru_Gothic;
    src: url(../../font/Zen_Maru_Gothic/ZenMaruGothic-Regular.ttf);
}

html {
    scroll-behavior: smooth;
    font-family: DotGothic16;
}

a {
    text-decoration: none;
}

body {
    background-image: url(../../images/about.bark.jpg);
    background-size: cover;
    display: block;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 12%;
    height: 100vh;
    background-color: black;
    z-index: 100;
}

main {
    margin-left: 12%;
    width: 88%;
}

.header-nav1 {
    position: sticky;
    top: 0;
    bottom: 0;
}

.header-nav1 nav ul li {
    list-style-type: none;
}

.header-nav1 nav ul li a {
    font-size: 2vw;
    line-height: 4;
    color: white;
    text-decoration: none;
}


.header-img {
    width: 2%;
}

/* about me */

.my-nameflex {
    width: 90%;
    margin: 5% auto 0 auto;
    justify-content: space-between;
    display: flex;
}

.my-nameflex img {
    width: 50%;
    box-shadow: 10px 10px 10px gray;
}

.name-box {
    width: 40%;
    border-radius: 10px;
    box-shadow: 10px 10px 10px gray;
    background-color: rgba(226, 226, 226, 0.822);
}

.name01 dl {
    line-height: 1.1;
    margin-top: 5%;
}

.name01 dl dt {
    font-size: 3vw;
    margin-left: 2%;

}

.name01 dl dd {
    font-size: 2vw;
    margin-left: 3%;
}

.name01 p {
    line-height: 3;
    font-size: 1.6vw;
    margin-top: 5%;
    margin-left: 3%;
}

.name02 {
    margin-top: 5%;
}

.name02 p {
    line-height: 1;
    font-size: 1.5vw;
    margin-left: 3%;
}

.name03 {
    margin-top: 8%;
}

.name03 p {
    width: 90%;
    font-size: 1.3vw;
    line-height: 1.8;
    margin-left: 3%;
}

.certification {
    margin-top: 5%;
    margin-left: 3%;
}

.certification p {
    font-size: 1.2vw;
    line-height: 2;
}

.about02 {
    border-radius: 50px;
    margin: 10% auto ;
    background-color: rgba(255, 255, 255, 0.671);
}

.about02 h2 {
    text-align: center;
}

.skill-picture {
    display: flex;
    justify-content: space-around;
}


.skill-picture dl dd {
    text-align: center;
    font-size: 1.5vw;
}


.about03 {
    border-radius: 50px;
    margin: 10% auto ;
    background-color: rgba(255, 255, 255, 0.671);
}

.about03 h2 {
    text-align: center;
}


.about03 dl {
    font-size: 2vw;
    display: flex;
}

.about03 dl dt {
    margin: 3% 5% ;
}

.about03 dl dd {
    margin: 3% 0 ;

}

