@charset "UTF-8";
/* =============================================================================


     pallet


============================================================================= */
/* =============================================================================


     color


============================================================================= */
/* $header-width: 216px; */
/* =============================================================================


     index


============================================================================= */
.contents-head {
  letter-spacing: 18px;
}

.contents-head span {
  letter-spacing: normal;
}

.more-btn {
  color: #3fa9f5;
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 1em;
  transition: 0.2s;
}

.more-btn:hover {
  opacity: 0.7;
}

.mv {
  background-image: url(../images/index/mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 980px;
  position: relative;
}

.mv-ttl {
  -ms-writing-mode: tb-rl;
  font-feature-settings: normal;
  height: 100%;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
}

.mv-nav {
  align-items: center;
  background: rgba(74, 129, 216, 0.8);
  display: flex;
  height: 260px;
  justify-content: center;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - (310px / 2));
}

/* **************************************


     about


***************************************/
.about-container {
  display: flex;
  justify-content: space-between;
}

.about-container._sec {
  flex-direction: row-reverse;
}

.about-item {
  margin-top: 32px;
}

.about-item-img {
  max-width: 472px;
  width: 100%;
}

.about-item-txtbox {
  max-width: 540px;
  width: 100%;
}

.about-ttl {
  font-family: kozuka-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  margin-bottom: 16px;
}

.about-txt {
  line-height: 2;
}

/* **************************************


     works


***************************************/
.works {
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

.works:before {
  background-image: url(../images/index/bg01.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 50%;
  min-width: 1920px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}

.works-txt {
  font-size: 2rem;
  margin-top: 32px;
}

.works-list {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.works-item {
  margin-top: 60px;
  width: calc(33.3333333% - (128px / 3));
}

.works-img {
  position: relative;
  width: 100%;
}

.works-img:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の75%に固定 */
}

.works-img img {
  font-family: "object-fit:cover";
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.works-item-box {
  text-align: left;
}

.works-date {
  font-size: 2rem;
  margin-top: 16px;
}

.works-item-ttl {
  font-size: 2rem;
  margin-top: 8px;
}

.works-item-txt {
  margin-top: 24px;
}

.works-btn {
  align-items: center;
  background: #4a81d8;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  height: 50px;
  justify-content: center;
  margin: 60px auto 0;
  text-align: center;
  transition: 0.2s;
  width: 316px;
}

.works-btn:hover {
  opacity: 0.7;
}

@media (max-width: 767px){
  .more-btn {
    font-size: 1.6rem;
  }
  .mv {
    height: 400px;
  }
  .mv-ttl {
    height: calc(100% - 80px);
    max-width: 100%;
    top: calc(50% + 40px);
    width: 80%;
  }
  .mv-nav {
    display: none;
  }
  .about-container._sec {
    flex-direction: column-reverse;
  }
  .about-container {
    flex-direction: column-reverse;
  }
  .about-item-img {
    margin: 24px auto 0;
  }
  .about-item-txtbox {
    max-width: 100%;
  }
  .about-ttl {
    font-size: 2rem;
  }
  .works-txt {
    font-size: 1.8rem;
    margin-top: 24px;
  }
  .works-list {
    flex-direction: column;
  }
  .works-item {
    margin: 32px auto 0;
    max-width: 500px;
    width: 100%;
  }
  .works-date {
    font-size: 1.6rem;
  }
  .works-item-ttl {
    font-size: 1.6rem;
  }
  .works-item-txt {
    margin-top: 16px;
  }
  .works-btn {
    font-size: 1.6rem;
    height: 40px;
    margin: 40px auto 0;
    width: 240px;
  }
}


/*# sourceMappingURL=index.css.map*/