@charset "UTF-8";

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 100%;
}
body {
  color: #383838;
  font-family: dnp-shuei-gothic-gin-std, roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0rem;
}
header {
  width: 100%;
  height: 180px;
  /* background-image: url(/Users/yukomizuguchi/Desktop/WEBデザイン/ポートフォリオ/Portfolio/image/bg-c.jpg);
  background-position: center;
  background-size: cover; */
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto 130px auto;
  font-size: 0.9rem;
  padding: 0 4%;
}
.site-title {
  line-height: 1px;
}
.site-title a {
  display: block;
}
.sec-title {
  font-size: 1.5rem;
  text-align: center;
  margin: 80px 0 40px 0;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/

#header {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  margin: 0 auto;
  padding: 0 4%;
}
#header ul {
  display: flex;
  padding: 10px 0;
}
#header li {
  font-size: 0.9rem;
  margin-left: 30px;
  font-weight: bold;
}

#logo {
  font-family: "cabin-sketch-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  color: #817f7f;
}
#logo:hover {
  color: #f88379;
}
#logo_sub:hover {
  color: #007f89;
}
/* .logo:nth-child(1):hover {
  color: #007f89;
}
.logo:nth-child(2):hover {
  color: #f88379;
} */

/* #header li a {
  color: #4a4b4c;
} */
#header li a:hover {
  opacity: 0.7;
}
#header li img.icon {
  width: 20px;
}
.header_wrap {
  max-width: 960px;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  margin-bottom: 80px;
}
#mainvisual img {
  width: 100%;
  max-width: 1920px;
  height: 420px;
  object-fit: cover;
}

/*-------------------------------------------
Works
-------------------------------------------*/
#works ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#works li {
  width: 45%;
  margin-bottom: 23px;
}
#works p {
  font-weight: bold;
  line-height: 1rem;
}
.work_title {
  color: #2e2f2f;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0 0 15px;
}
.work_item {
  color: #737475;
  font-size: 0.8rem;
  margin: 10px 0 20px 15px;
}

/*-------------------------------------------
Works each
-------------------------------------------*/
.wrapper_works {
  max-width: 960px;
  margin: 0 auto 30px auto;
  padding: 0 4%;
  text-align: center;
}
.wrapper_works a {
  font-size: 1.2rem;
  font-weight: bold;
}
.wrapper_works img {
  width: 85%;
}
.item-title {
  font-size: 1.2rem;
  margin: 25px auto 10px auto;
}
.item p {
  font-size: 1.2rem;
  line-height: 1rem;
}
.wrapper_works_item {
  max-width: 960px;
  margin: 0 auto 30px auto;
  padding: 0 4%;
  text-align: left;
}

/*-------------------------------------------
About
-------------------------------------------*/
#about h3 {
  margin: 30px 0 4px 0;
}
/* #about ul {
  margin-bottom: 30px;
}
#about li:first-child {
  margin-bottom: 30px;
} */
#about p {
  text-align: justify;
  line-height: 1.5em;
  font-weight: 100;
  font-size: 1em;
  margin-bottom: 1em;
}

/*-------------------------------------------
News
-------------------------------------------*/
#news dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #c8c8c8;
  margin-bottom: 20px;
}
#news dt {
  width: 20%;
  border-bottom: solid 1px #c8c8c8;
  padding: 15px;
}
#news dd {
  width: 80%;
  border-bottom: solid 1px #c8c8c8;
  padding: 15px;
}

/*-------------------------------------------
Contact
-------------------------------------------*/
#contact dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#contact dt {
  width: 15%;
}
#contact dd {
  width: 85%;
  margin-bottom: 10px;
}
#contact dd input,
#contact dd textarea {
  width: 100%;
  border: solid 1px #c8c8c8;
  padding: 10px;
}
#contact dd textarea {
  height: 10rem;
}
#contact .button {
  text-align: center;
}
#contact .button input {
  width: 200px;
  background-color: #24292e;
  color: #fff;
  padding: 15px 0;
  border: solid 1px #24292e;
}
#contact .button input:hover {
  background: #fff;
  color: #24292e;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
  background-color: #007f89;
  color: #fff;
  font-size: 0.8rem;
  padding: 10px 20px;
  text-align: center;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  .wrapper {
    margin-bottom: 70px;
  }
  .site-title {
    margin-top: 20px;
  }
  .sec-title {
    margin-bottom: 40px;
  }

  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
    max-width: 100%;
    height: auto;
    flex-direction: column;
  }
  #header li {
    font-size: 0.8rem;
    margin-left: 20px;
  }
  #header li:first-child {
    margin-left: 0;
  }

  /*-------------------------------------------
  Works
  -------------------------------------------*/
  #works ul {
    flex-direction: column;
  }
  #works li {
    width: 100%;
  }

  /*-------------------------------------------
  News
  -------------------------------------------*/
  #news dl {
    flex-direction: column;
  }
  #news dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  #news dd {
    width: 100%;
    padding-top: 0;
  }

  /*-------------------------------------------
  Contact
  -------------------------------------------*/
  #contact dl {
    flex-direction: column;
  }
  #contact dt {
    width: 100%;
  }
  #contact dd {
    width: 100%;
  }
}
