/* Generated by less 2.5.1 */
@import url('normalize.css');
body {
  background-color: #dce6ed;
  font-family: TTNorms-Regular, TTNorms-Bold, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #2c2e2f;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
.l-container {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 960px) {
  .l-container {
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
  }
}
.section-title {
  position: relative;
  display: block;
  font-size: 1.5em;
  margin: 30px 0;
}
.section-title::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2c2e2f;
  position: absolute;
  top: 14px;
  right: 0;
  z-index: -1;
}
.section-title .section-title-style {
  padding-right: 20px;
  background-color: #dce6ed;
  z-index: 1;
}
.nav-container {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  height: 40px;
}
@media (max-width: 960px) {
  .nav-container {
    height: auto;
    margin: 1em 0;
    padding: 1em 0;
  }
}
.nav-container .logo {
  height: 30px;
}
.nav-container .manu-container {
  border-left: 1px solid #2c2e2f;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-container .manu-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
.nav-container .manu-nav li {
  margin-right: 20px;
}
.nav-container .manu-nav li:last-child {
  margin-right: 0;
}
.nav-container .manu-nav a {
  color: #2c2e2f;
}
.nav-container .manu-nav a:hover {
  color: #1d2086;
}
@media (max-width: 480px) {
  .global-header .logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
  }
}
.global-header .nav-container {
  border-bottom: 1px solid #2c2e2f;
  margin-top: 0;
}
@media (max-width: 480px) {
  .global-header .nav-container {
    display: block;
  }
}
.global-header .logo {
  height: 30px;
}
@media (max-width: 480px) {
  .global-header .logo {
    height: 40px;
  }
}
.global-header .manu-nav {
  font-size: .8em;
}
@media (max-width: 480px) {
  .global-header .manu-nav {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .global-header .manu-container {
    justify-content: center;
    border: 0;
  }
}
@media (max-width: 960px) {
  .global-footer .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
  }
}
.global-footer .nav-container {
  border-top: 1px solid #2c2e2f;
}
@media (max-width: 960px) {
  .global-footer .nav-container {
    display: block;
  }
}
.global-footer .copyright {
  font-size: .5em;
  margin-left: 1em;
}
@media (max-width: 960px) {
  .global-footer .manu-container {
    border: 0;
    justify-content: center;
  }
}
.global-footer .manu-nav {
  font-size: .7em;
}
@media (max-width: 960px) {
  .global-footer .manu-nav {
    padding: 0;
  }
}
.hero-header .hero-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #edf2f6;
  min-height: 380px;
}
@media (max-width: 960px) {
  .hero-header .hero-header-container {
    min-height: 100px;
  }
}
.hero-header .hero-header-image {
  height: 300px;
}
@media (max-width: 960px) {
  .hero-header .hero-header-image {
    display: none;
  }
}
.hero-header .hero-header-subtitle {
  font-size: 12px;
  margin-top: 20px;
  letter-spacing: 5px;
}
@media (max-width: 960px) {
  .hero-header .hero-header-subtitle {
    margin: 0;
  }
}
.works-item-container {
  display: flex;
  flex-wrap: wrap;
}
.works-item-container .item {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.works-item-container .item:nth-child(2n) {
  padding-right: 0;
}
@media (max-width: 960px) {
  .works-item-container .item {
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
.works-item-container .item .item-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  .works-item-container .item .item-image {
    height: 130px;
  }
}
.works-item-container .item .item-description {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  margin: 0;
}
.works-item-container .item img {
  filter: grayscale(100%);
  transition: 0.2s ease-in-out;
  position: relative;
}
.works-item-container .item img:hover {
  filter: grayscale(0%);
}
#about-section {
  margin: 30px 0;
}
#about-section .profile-conainer h2,
#about-section .profile-conainer p {
  font-size: .9em;
  line-height: 1.8;
  margin: 0.5em 0;
}
#about-section .profile-conainer a {
  color: #1d2086;
}
.works-header .works-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #edf2f6;
  height: 380px;
}
@media (max-width: 480px) {
  .works-header .works-header-container {
    height: 200px;
  }
}
.works-header .works-header-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .works-header .works-header-image {
    height: 200px;
  }
}
.description-container {
  display: flex;
  font-size: 0.9em;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .description-container {
    display: block;
  }
}
.description-container .metadata {
  min-width: 200px;
}
.description-container .metadata .metadata-list {
  margin: 0 40px 0 0;
  border-right: 1px solid #000;
  font-weight: bold;
  padding: 0 40px 0 0;
  list-style: none;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .description-container .metadata .metadata-list {
    border-right: 0;
    border-bottom: 1px solid #000;
    padding: 0 0 1em;
    margin: 0 0 1em;
  }
}
.description-container .metadata .text {
  flex: 1;
}
.works-gallery img {
  display: block;
  width: 680px;
  height: 400px;
  margin: auto;
  object-fit: cover;
  margin: 30px auto;
}
@media (max-width: 960px) {
  .works-gallery img {
    width: 100%;
    height: 200px;
  }
}
.pager .page-container {
  margin: 50px auto;
}
@media (max-width: 480px) {
  .pager .page-container {
    margin: 20px auto 30px;
  }
}
.pager .pager-wrapper {
  display: flex;
  justify-content: center;
}
.pager .pageback-btn {
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  font-size: .9em;
}
.pager .pageback-btn::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 0;
}
