@charset "UTF-8";

/* --------------------------------------------------

 offices-blc

-------------------------------------------------- */

@media screen and (min-width:1001px) {
  #offices-blc .list-3-col li a:hover figure img {
    transform: scale(1.0);
  }
}

#offices-blc .txt-desc {
  display: block;
  font-size: 120%;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

#offices-blc .list-3-col li {
  box-shadow: 4px 0 10px #b3b2b1;
  box-sizing: border-box;
}

#offices-blc .list-3-col li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}

#offices-blc .list-3-col li figure {
  position: relative;
  overflow: hidden;
}

#offices-blc .list-3-col li a figure img {
  transform: scale(1.1);
  transition: all ease-in 0.3s;
}

#offices-blc .list-3-col li .txt-blc {
  width: 100%;
  background-color: rgba(0, 0, 0, 1);
  padding: 10px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}