img {max-width: 100%;}

/* ヘッダー */
header {display: flex; justify-content: space-between; align-items: center;}
nav ul {display: flex;}
.header {height: 60px}
.header h1 img {width: 120px}
.nav ul {gap: 30px}
a {text-decoration: none; color: #24292e;}
/* ヘッダー */

/* ファーストビュー */
.fv img {width: 100%; height: 600px; object-fit: cover;}
/* ファーストビュー */

body{color: #383e45; font-size: 0.9rem;}
li{list-style: none;}

.wrapper{max-width: 800px; margin: 0 auto;}

/* About */
.title {text-align: center;}
.about-content {display: flex;}
.about-content img {width: 100px; margin-right: 30px; border-radius: 50%; object-fit: cover;}
.wrapper {max-width: 800px; margin: 0 auto;}

/* About */
