@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
.mont {
  font-family: "Montserrat", sans-serif;
}

.worksHead {
  border-left: 0.1rem solid #006ABB;
  height: 1rem;
  padding-left: 0.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .worksHead {
    margin-bottom: 0.3rem;
  }
}
.worksHead h2 {
  color: #006ABB;
  font-size: 0.3rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.3333333333;
  margin-bottom: 0.1rem;
  position: relative;
  top: -0.05rem;
}
.worksHead h2::before, .worksHead h2::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.worksHead h2::before {
  margin-bottom: -0.1666666667em;
}
.worksHead h2::after {
  margin-top: -0.1666666667em;
}
@media screen and (max-width: 768px) {
  .worksHead h2 {
    font-size: 0.26rem;
  }
}
.worksHead dl {
  display: flex;
  align-items: center;
}
.worksHead dl dt {
  font-family: "Montserrat", sans-serif;
  color: #006ABB;
  font-size: 0.18rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .worksHead dl dt {
    font-size: 0.14rem;
  }
}
.worksHead dl dt:after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.01rem;
  background: #006ABB;
  margin: 0 0.1rem;
}
@media screen and (max-width: 768px) {
  .worksHead dl dt:after {
    width: 0.2rem;
  }
}
.worksHead dl dd {
  font-family: "Montserrat", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .worksHead dl dd {
    font-size: 0.14rem;
  }
}

#details .inner {
  display: flex;
  align-items: flex-start;
  height: auto;
}
@media screen and (max-width: 768px) {
  #details .inner {
    display: block;
  }
}
#details .inner .left {
  width: 50%;
  position: sticky;
  top: 0.3rem;
}
@media screen and (max-width: 768px) {
  #details .inner .left {
    position: static;
    width: 100%;
    margin-right: 0.5rem;
  }
}
#details .inner .left .clientInfo dt {
  background: #006ABB;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.3em 0.7em 0.4em;
  display: inline-block;
  margin-bottom: 0.05rem;
}
@media screen and (max-width: 768px) {
  #details .inner .left .clientInfo dt {
    font-size: 0.14rem;
    margin-bottom: 0.02rem;
  }
}
#details .inner .left .clientInfo dd {
  font-size: 0.16rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  #details .inner .left .clientInfo dd {
    font-size: 0.14rem;
    margin-bottom: 0.1rem;
  }
}
#details .inner .left figure {
  margin-top: 0.6rem;
}
#details .inner .right {
  width: 50%;
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  #details .inner .right {
    width: 100%;
    margin-right: initial;
  }
}
#details .inner .right img {
  max-width: 6.5rem;
  width: 100%;
}/*# sourceMappingURL=details.css.map */