* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
.content {
    background-color: #E2E2D9;
    width: 100%;
  
}

/* ヘッダー */
.nav-list {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  list-style: none;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  margin-right: 5%;
}

.nav-list li {
  padding: 4px 0;
  margin-top: 2%;
}

.nav-list li a {
  font-size: 16px;
  color: #256440;
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
  display: inline-block;
}

/* ホバー時 */
.nav-list li a:hover {
  color: #ffffff;
}

  
/* ロゴ */
.titlelogo {
    position: relative;
}

.titlelogo img {
    position: absolute;
    margin-top: 28%;
    margin-left: 5%;
    width: 40%;
}

.section-divider {
  border: none;
  height: 1px;
  background-color: #256440;
  width: 100%;
  margin-top: 50%;

  position: relative;
  z-index: 10;
}

/* 下ページ */
/* 制作物 */
.works-container {
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 60px; 
}

.works-header {
  flex: 1;               
  text-align: center;     
  padding-left: 7%;  
  margin-top: 2%;
}

.works-subtitle {
  font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
  font-size: 14px;
  color: #888;
  margin: 0;
}

.works-title {
  font-size: 40px;
  margin: 8px 0;
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #BF4D4D;
}

.works-more a {
  font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
  text-decoration: none;
  color: #256440;
  font-weight: bold;
  transition: opacity 0.3s;
}

.works-more a:hover {
  opacity: 0.7;
}

/* 写真 */
.works-gallery {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 16px;
  margin-top: 2%;
  margin-right: 4%;
}

/* プロフィール */
.profile {
  background-color: #256440;
  padding: 40px;
  height: 726px;
  color: #E2E2D9;
  font-family: "Zen Maru Gothic", serif;
}

.profile h4 {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 20px;
  margin-left: 4%;
  padding-top: 4%;
}

.profile-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap; 
}

/* プロフィール写真 */
.profile-content img {
  height: auto;
  width: 38%;
  object-fit: cover;
  flex-shrink: 0;
  padding-left: 15%;
}

/* テキスト全体 */
.text_profile p {
  margin: 6px 0;
  line-height: 1.5;
  color: #E2E2D9;
}

.education, .skills, .hobby {
  display: flex;
  gap: 10z1px;
  align-items: flex-start;
  margin-top: 10px;
}

/* 左のタイトル部分 */
.education p:first-child,
.skills p:first-child,
.hobby p:first-child {
  flex-shrink: 0;
  width: 80px;
  font-weight: bold;
}

/* 右の詳細部分 */
.education p:last-child,
.skills p:last-child,
.hobby p:last-child {
  flex: 1;
  white-space: pre-line; 
}

.name {
  font-size: 40px;   
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  color: #E2E2D9;     
  
}

/* フッター */

.footer h5 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 55px;
  margin-left: 5%;
}

.nav-list02 {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 60px;
  margin-top: 10%;
  padding-bottom: 2%;
  margin-left: 5%;
}

.nav-list02 li a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  color: #256440;
  text-decoration: none;
  text-align: left;
}



/* ワークページ */
.works_title02 {
  color: #BF4D4D;
  text-align: center;
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10%;
  font-size: 28px;
  text-shadow: 2px 2px 0px#939393;
}

.wrapper {
  display: flex;
  justify-content: center;  
  align-items: center; 
}

.works_galler02 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 170px;
  margin-top: 8%;
}

.work-item {
  text-align: center;
  text-decoration: none;
  color: #000;
  display: block;
}

.work-item img {
  display: block;
  width: 100%; 
  height: auto;
  border-radius: 8px;
}

.work-item p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 8px;
  font-size: 20px;
}

/* 水族館サイト */
.sakuhinn1_big {
  text-align: center;
  margin-top: 5%;
}

.sakuhinn1_big img:first-of-type {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  transform: translateX(10px); 
}

.title_text {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 2%;
}

.sakuhinn1_big p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  margin: 4% auto 0; 
  line-height: 2;
  width: 60%;
  text-align: left;   
}

.sakuhinn1_whole {
  margin-top: 10%;
  width: 800px;
  margin-bottom: 8%;
}

/* アップルハウス */
.sakuhinn2_big {
  text-align: center;
  margin-top: 5%;
}

.title_text02 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 1%;
}

.sakuhinn2_big p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  margin: 4% auto 0; 
  line-height: 2;
  width: 60%;
  text-align: left;  
}

.sakuhinn2_whole {
  margin-top: 10%;
  width: 800px;
  box-shadow: 3px 2px 2px #a4a4a4;
  margin-bottom: 8%;
}

/* 雑貨屋さん */
.sakuhinn3_big {
  text-align: center;
  margin-top: 5%;
}

.title_text03 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 1%;
}

.sakuhinn3_big p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  margin: 4% auto 0; 
  line-height: 2;
  width: 60%;
  text-align: left;   
}


.sakuhinn3_whole {
  margin-top: 10%;
  width: 800px;
  margin-bottom: 8%;
}  

/* 名刺デザイン */
.sakuhinn4_big {
  text-align: center;
  margin-top: 5%;
}

.sakuhinn4_whole {
  width: 40%;
  margin-top: 5%;
  margin-bottom: 8%;
}

.sakuhinn4_big p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  margin: 4% auto 0; 
  line-height: 2;
  width: 60%;
  text-align: left;   
}

/* チラシデザイン */
.sakuhinn5_whole {
  width: 40%;
  margin-top: 5%;
  margin-bottom: 8%;
}

/* ロゴデザイン */
.sakuhinn6_whole {
  width: 35%;
  margin-top: 5%;
  margin-bottom: 8%;
}

