@charset "utf-8";
/***************
  header
****************/

header{
    background-color: #F7F6F0;
}

/* globalNavigation */
header nav.globalNavigation {
    position: fixed;
    top: 0px;/*自分が固定したい位置*/
}

header nav.globalNavigation ul {
    margin: 0 auto;
    overflow: hidden;
    max-width: 640px;
    list-style-type: none;
}
header nav.globalNavigation ul li {
    float: left;
    font-size: 18px;
    max-width: 80px;
}
header nav.globalNavigation ul li a {
    color: #000000;
    display: block;
    padding: 10px;
    text-decoration: none;
}

header nav.globalNavigation ul li a:hover {
    background: #f8f8f8;
}

/***************
      main
****************/

body{
    font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 0;
}

main {
    text-align: center;
}

h2{
    font-size: 40px;
}

h3{
    font-size: 16px;
    color: #464445;
    margin: -30px 0 30px 0;
}

h4{
    font-size: 25px;
}


#about,#skill,#work,#profile,#story,#like{
    padding: 20px 0 80px 0;
}

/***************
      #top
****************/
#top{
    background-color: #F7F6F0;
    padding: 20px 0 30px 0;
}

.mainImage img{
    max-height: 100vh;
    width: 100%;
}


/***************
      #about
****************/
#about{
    background-color: #EE8144;
}

.profileImage{
    margin: 50px;
}

.profileImage img{
    max-width: 500px;
    width: 100%;
}

.profile_p p.e_name{
    font-size: 50px;
    font-weight: bold;
    margin: -80px 20px -10px 20px;
}

.profile_p p.j_name{
    font-size: 25px;
    margin: 20px 20px 0 20px;
}

.profile_p p.ptext{
    font-size: 16px;
    margin: 20px 20px 0 20px;
}

.profile_p{
    float: left;
    text-align: left;
    margin-top: 60px;
}

.profile_b{
    justify-content: center;
}

.profile_b img{
    margin-top: 50px;
}

.profile_b a{
    display: inline-block;

}

/***************
      #skill
****************/
#skill{
    background-color: #f3c722;
    /* background-color: #F2C30A; */
    padding-bottom: 30px;
}
.skillImage{
    justify-content: center;
}

.skill1, .skill2{
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 20px;
    background-color: #F7F6F0;
    border-radius: 50px;
    max-width: 320px;
}
.skill2{
    margin-top: 80px;
}

.skill1 img,.skill2 img{
    width: 300px;
}

.skill_h{
    font-size: 50px;
    margin: 20px;
    font-weight: bold;
}

.skill_spec{
    color: #767676;
    text-align: left;
    margin: 20px;
}

.skill_p{
    text-align: left;
    margin: 20px;
}


/***************
      #work
****************/
#work{
    background-color: #F7F6F0;
}

.workImage{
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* 折返し指定 */
}

.workImage .work{
    margin: 10px 10px;
}

.workImage .work img{
    width: 300px;
}

/***************
      footer
****************/

footer{
    background-color: #508500;
    width: 100%;
    padding: 20px 0;
}

footer h2,footer h3{
    text-align: center;
}

footer .contact_p p{
    font-size: 20px;
}

footer .mail p{
    font-size: 15px;
    border-radius: 30px;
    background-color: #F7F6F0;
    width: 70%;
    margin:0 auto;
    padding: 10px;
}

footer p{
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
}
