@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
#value .value-copy {
  width: 80%;
  margin-left: 20%;
}
@media screen and (max-width: 768px) {
  #value .value-copy {
    margin-left: 0;
  }
}

#expert .expert-item {
  margin-bottom: 5rem;
  position: relative;
}
#expert .expert-item .expert-ttl {
  position: absolute;
  min-width: 35%;
  top: 13rem;
  display: inline-block;
  background-color: #133A79;
  color: #FFF;
  padding: 2.5rem 4rem;
  margin: 0;
  line-height: 1;
  font-size: 2.7rem;
}
#expert .expert-item .expert-img {
  display: block;
}
#expert .expert-item:nth-child(even) {
  padding-right: 25%;
}
#expert .expert-item:nth-child(even) .expert-ttl {
  right: 0;
}
#expert .expert-item:nth-child(odd) {
  padding-left: 25%;
}
#expert .expert-item:nth-child(odd) .expert-ttl {
  left: 0;
}
@media screen and (max-width: 768px) {
  #expert .expert-item {
    padding: 0 !important;
  }
  #expert .expert-item .expert-ttl {
    top: 0;
    left: 0;
    right: 0;
    font-size: 2.3rem;
    padding: 2rem;
  }
  #expert .expert-item .expert-img {
    padding-top: 9rem;
  }
}

#case .case-item {
  margin-bottom: 5rem;
}
#case .case-item .case-ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
#case .case-item .case-ttl ruby rt {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 40%;
}/*# sourceMappingURL=works.css.map */