@charset "UTF-8";
.portfolio-list .item + .item {
  margin: 40px 0 0;
}
.portfolio-list .item .renova-label a {
  display: inline-block;
  padding: 7px 10px 3px;
  background: #167244;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.portfolio-list .item .title {
  margin: 0 0 8px;
}
.portfolio-list .item .title a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .portfolio-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 89px 8px;
  }
  .portfolio-list .item {
    width: calc(50% - 4px);
    /*
    &:nth-child(3),
    &:nth-child(6) {
        width: calc(66.66% - 4px);
    }

    &:nth-child(4),
    &:nth-child(5) {
        width: calc(33.33% - 4px);
    }
        */
  }
  .portfolio-list .item + .item {
    margin: 0;
  }
  .portfolio-list .item .img {
    position: relative;
  }
  .portfolio-list .item .img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .portfolio-list .item .title {
    margin: 0 0 8px;
  }
  .portfolio-list .item .title a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
  }
}

.post-product_list {
  margin: 0 0 40px;
}
.post-product_list .title02 {
  margin: 0 0 1em;
  font-size: 20px;
  font-weight: 700;
}
.post-product_list .product-item + .product-item {
  margin: 24px 0 0;
}
.post-product_list .product-item a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  border: solid 1px #ddd;
  gap: 0 8px;
}
.post-product_list .product-item a.no-link {
  pointer-events: none;
  cursor: default;
}
.post-product_list .product-item a .img {
  width: 35%;
}
.post-product_list .product-item a .area-text {
  width: 65%;
}
.post-product_list .product-item a .area-text .title03 {
  margin: 0;
  font-size: 16px;
}
.post-product_list .product-item a .area-text .text {
  margin: 0;
  font-size: 12px;
}

.main-content figcaption {
  margin: 16px 0 0;
}
.main-content .before figure img {
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .post-product_list .title02 {
    font-size: 30px;
  }
  .post-product_list .area-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .post-product_list .area-product .product-item + .product-item {
    margin: 0;
  }
  .main-content {
    /*
    .content-detail {
        display: flex;
        gap: 40px;

        .detail {
            width: 70%;
        }
    }
    */
  }
  .main-content .wp-block-columns {
    position: relative;
    flex-wrap: nowrap !important;
    align-items: normal;
    margin: 40px 0 0;
  }
  .main-content .wp-block-columns .before figure img {
    display: block;
    position: relative;
    top: 70px;
    width: 60%;
    margin: 0px auto 0px;
    padding: 0 0 125px;
    text-align: center;
  }
  .main-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.area-search-trigger {
  text-align: center;
}
.area-search-trigger .search-trigger-btn {
  display: inline-block;
  margin: 0 0 24px;
  padding: 8px 24px 4px;
  font-size: 16px;
  line-height: 1;
  border: solid 1px #1b1b1b;
  border-radius: 20px;
}
@media (min-width: 767px) {
  .area-search-trigger .search-trigger-btn {
    display: none;
  }
}

.search-result-count {
  margin: 0 0 40px;
}
.search-result-count .text strong {
  font-size: 28px;
}

.search-box {
  margin: 0 0 80px;
}
.search-box form .taxonomy-group + .taxonomy-group {
  margin: 40px 0 0;
}
.search-box form .taxonomy-group h4 {
  position: relative;
  margin: 0 0 32px;
  padding: 8px 0 8px 16px;
  font-size: 20px;
  line-height: 1;
  border-bottom: solid 1px #ccc;
}
.search-box form .taxonomy-group h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 30px;
  background: #177244;
}
.search-box form .taxonomy-group .area-select {
  position: relative;
  display: inline-block;
  width: 240px;
}
.search-box form .taxonomy-group .area-select:before {
  content: "";
  position: absolute;
  display: inline-block;
  margin: -6px 0 0;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: 10px;
}
.search-box form .taxonomy-group .area-select select {
  width: 100%;
  padding: 12px 8px;
  cursor: pointer;
}
.search-box form .taxonomy-group .area-label {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.search-box form .taxonomy-group .area-label label {
  font-size: 18px;
}
.search-box form .word-box {
  margin: 24px 0;
}
.search-box form .word-box label {
  display: block;
}
.search-box form .word-box input {
  display: block;
  width: 100%;
  border: solid 1px #ccc;
  padding: 8px;
}
.search-box form .area-btn {
  text-align: center;
}
.search-box form .area-btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: initial;
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #1b1b1b;
  border: solid 2px #1b1b1b;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
  }
  .search-box:before {
    content: "×";
    position: fixed;
    top: 10px;
    right: 20px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
    font-weight: 300;
  }
  .search-box form {
    overflow-y: scroll;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 85%;
    height: 80%;
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .search-box form .taxonomy-group + .taxonomy-group {
    margin: 32px 0 0;
  }
  .search-box form .taxonomy-group h4 {
    margin: 0 0 16px;
    padding: 8px 0 8px 8px;
    font-size: 18px;
  }
  .search-box form .taxonomy-group .area-select {
    position: relative;
    display: inline-block;
    padding: 12px 0 8px 12px;
    border: solid 1px #1b1b1b;
  }
  .search-box form .taxonomy-group .area-select:before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 16px;
    height: 16px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    right: 10px;
  }
  .search-box form .taxonomy-group .area-label {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .search-box form .taxonomy-group .area-label label {
    font-size: 14px;
  }
  .search-box form .area-btn {
    margin: 40px 0 0;
  }
  .search-box form .area-btn button {
    padding: 12px 32px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .detail-area-search {
    display: flex;
    gap: 0 40px;
  }
  .detail-area-search .search-box {
    width: 25%;
  }
  .detail-area-search .area-serach-result {
    width: 75%;
  }
}

/* body �̃X�N���[���𖳌��� */
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.no-result .link {
  margin: 40px 0 0;
  text-align: center;
}
.no-result .link a {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 8px 0;
  background: #177244;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}/*# sourceMappingURL=portfolio.css.map */