/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border: 0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



ul{
    list-style: none;
    display: flex;
    justify-content: center;

}
li{
    margin: 25px 20px;
}
a{
    text-decoration: none;
}

.imgWrapper{
    display: block;
    width: 300px;
    height: 300px;
    position: relative;
}
.hobbyimg img{
    border-radius: 0.2em;
}

.hobbyWrapper{
    margin-bottom: 100px;
}
.hobbyWrapper2 img{
    border-radius: 50%;
}

.hobby p{
    font-size: 12px;
    font-weight: lighter;
}
.hobby{
    font-size: 18px;
    /* background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0; */
    background:linear-gradient(transparent 70%, #FFFF00 0%);
    margin: 15px 0;
}
.career-box h2{
    margin:10px 30px ;
}
.secondtext{
    font-size: 15px;
}
.skills-wrapper{
    margin-bottom: 100px;
}


.imgWrapper .back{
position: absolute;
top: 0;
left: 0;
transform: rotateY(180deg);
}

img{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; 
    transition: all ease 0.7s;
    
}

/* マウスオーバー */
.imgWrapper:hover .front{
    transform: rotateY(180deg) scale(1.1);
}

.imgWrapper:hover .back{
    transform: rotateY(0) scale(1.1);
}

@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

header {
    width: 100%; /* 幅いっぱいを指定 */
    height: 50px; /* 高さを50pxに指定 */
    background: rgb(255, 254, 254); /* 背景色にグレーを指定 */
    padding: 20px 50px; /* ヘッダーに上下左右それぞれ余白を指定 */
    box-sizing: border-box; /* padding分を含んで幅を100%にするため */
    position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
    display: flex; /* 中の要素を横並びにする */
    align-items: center; /* 中の要素を上下中央に並べる */
}





.container{
    width: 100%;
    margin: 0 auto;
}

.header-left img{
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius:50%;
    border:1px solid black;
}

.header-left{
    font-size: 30px;
    font-family: 'Caveat', cursive;
}

.header-left h2{
    font-size: 1rem;
    font-weight: 200;
}

.header-menu{
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    
    
}

.header-list{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    font-family: "reitam", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.header-list li{
    font-size: 16px ;
    letter-spacing: 3px;

}
.header-list a{
    text-decoration: none;

}

.header-list a:hover{
    text-decoration: underline;
}

/* .container{
    height: 2000px;
        background-image: url("img/profile.jpg");;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 35%;
        opacity: ;
} */
.contents{
    
    margin: 0 auto;
}
.contents2{
    display: flex;
    justify-content: center;
}

.main-logo{
    font-size: 50px;
    text-align: center;
    letter-spacing:10px ;
    font-weight: 100;
    padding: 100px 0 60px 0;

}
.self-introduction-box{
    display: flex;
    justify-content: center;
}
.about-text{
    font-size: 18px;
    padding: 60px 60px;
    line-height: 50px;
}
.about-text .fab{
    padding-right: 10px;

}
.maintext{
    font-size: 13px;
    padding-top: 40px;
}
.career-box{
    width: 80%;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 40px;
    
}
.myphoto{
    display: flex;
    align-items: center;
}

.myphoto img{
    width: 200px;
    border-radius: 50%;
    
}
.about-text a{
opacity: 0.7;
}
.about-text a:hover{
    opacity: 1;
    color: blue;
    text-decoration: underline;
}

.skill-text{
    text-align: left;
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
}
.skill-content{
    width: 50%;
    text-align: center;

}
.skill-content h1{
    font-size: 25px;
}

.skill-content i{
 padding:30px 0 40px 0;
}
.tools-content{
    width: 50%;
    text-align: center;

}
.tools-content h1{
    font-size: 25px;
}

.tools-content i{
 padding:30px 0 40px 0;
}


.sub{
    opacity: 0.5;
    padding-top: 20px;
}

.work-wrapper{
    margin-bottom: 100px;
}

.work-wrapper p{
    text-align: center;
    font-size: 20px;
}
.work-content img{
    width: 45%;
    margin: 2% 2%;
    border: solid 1px gray;

}
.banner-wrapper{
    margin-bottom: 100px;
}



.banner-wrapper p{
    text-align: center;
    font-size: 20px;
}




.work-content img:hover{
    opacity: 0.6;
}
/* .work-content{
    text-align: center;
} */
.contact-wrapper p{
    text-align: center;
}
.contact-menu{
    text-align: center;
    padding-top: 50px;

}
.contact-menu .fab{
    padding: 0 4%;
    opacity: 0.7;
}
.contact-menu .fab:hover{
    opacity: 1;
}
footer .header-list{
    justify-content: flex-start;
    padding: 0 0 90px 20px;
}
footer{
    padding: 100px;
}

.banner-content img{
    padding: 50px 30px;
    width: 200px;
}

 .banner-content img:hover{
        opacity: 0.6;
}

html { scroll-behavior: smooth;}





   
 

  .fixed-background {
    width: 100%;
    min-height: 90vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  .fixed-background-2{
    width: 100%;
    min-height: 20vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  
   
  .background-1 {
    background-image: url(image/background1.jpg);
  }
   
  .background-2 {
    background-image: url(image/background2.jpg);
    min-height: 80vh;

  }
  .background-3 {
    background-image: url(image/background3.jpg);
    min-height: 80vh;
  }
  .background-4 {
    background-image: url(image/background4.jpg);
  }
  .background-5 {
    background-image: url(image/background5.jpg);
  }