@charset "UTF-8";
/* --------------------------------------------- */
/* mixin */
/* --------------------------------------------- */
@font-face {
  font-family: "Play";
  font-style: normal;
  font-display: swap;
  src: url("/wp-includes/fonts/Play-Regular.woff2") format("woff2"), url("/wp-includes/fonts/Play-Regular.woff") format("woff");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-display: swap;
  src: url("/wp-includes/fonts/Urbanist-VariableFont_wght.woff2") format("woff2"), url("/wp-includes/fonts/Urbanist-VariableFont_wght.woff") format("woff");
}
@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-display: swap;
  src: url("/wp-includes/fonts/Urbanist-Italic-VariableFont_wght.woff2") format("woff2"), url("/wp-includes/fonts/Urbanist-Italic-VariableFont_wght.woff") format("woff");
}
/* 文字色 */
/* 背景色 */
/* ボーダー色 */
/* 見出し色 */
/* ボタン色 */
/* タブ色 */
/* フッター背景色 */
/* --------------------------------------------- */
/* portfolio */
/* --------------------------------------------- */
.TBbox .panel-group {
  max-width: 1200px;
  width: 90%;
  margin: 80px auto;
}
.TBbox .panel-group .panel {
  display: none;
}
.TBbox .panel-group .panel.is-show {
  display: block;
}

.acv-list {
  max-width: 1200px;
  width: 90%;
  margin: 100px auto;
}

.page-nav ul li.is-active span {
  color: #a8cb56;
  text-decoration: none;
  border-left: 4px solid #a8cb56;
}

.port-list {
  display: flex;
  flex-flow: row wrap;
}
.port-list li {
  width: 33.3333333333%;
  border: 1px solid #ccc;
  margin-left: -1px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .port-list li {
    width: 100%;
    margin-top: 20px;
  }
}
.port-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  position: relative;
}
.port-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
}
.port-list li a:hover {
  text-decoration: none;
}
.port-list li a:hover::after {
  background: rgba(74, 74, 74, 0.2);
  transition: all 0.2s linear;
}
.port-list li a .image {
  border: 1px solid #ccc;
}
.port-list li a .image img {
  height: auto;
}
.port-list li a h3 {
  margin-top: 40px;
  font-weight: 600;
}
.port-list li a span {
  display: inline-block;
  margin-top: 20px;
  padding: 2px 10px;
  font-size: 14px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  display: none;
}

.port-info {
  margin: 40px 0 80px;
}
.port-info dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 1024px) {
  .port-info dl {
    flex-flow: column;
    margin-top: 20px;
  }
}
.port-info dl dt {
  width: 10%;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .port-info dl dt {
    width: 100%;
  }
}
.port-info dl dd {
  width: 88%;
}
@media screen and (max-width: 1024px) {
  .port-info dl dd {
    width: 100%;
  }
}

.article-site {
  background: white;
}
.article-site h3 {
  margin-top: 80px;
}
.article-site .smart {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.article-site .dtp {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.single .article-site img {
  margin: 20px 0;
  border: 1px solid #ccc;
}

.header-site {
  background: white;
}

.footer-consul {
  border-top: 1px solid #999999;
}/*# sourceMappingURL=portfolio.css.map */