@charset "UTF-8";

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.wrapper {
  width: 74.4%;
  padding: 0 5rem 0;
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding: 0;
  }
}

button {
  display: block;
  border: none;
  cursor: pointer;
}

/* .top {
  max-width: 96.6rem;
} */

.top__box {
  position: relative;
  width: 100%;
  background: #5aa246;
  padding: 5rem 0 5.4rem 5rem;
}

@media screen and (max-width: 767px) {
  .top__box {
    padding: 3.8rem 0 4rem 2.4rem;
  }
}

.top__box__background {
  position: absolute;
  width: 26.1rem;
  top: -0.3rem;
  right: -1.5rem;
}

.top__box__title {
  padding: 0 0 2.8rem;
  display: flex;
  align-items: center;
  background-image: radial-gradient(circle, #fff 1.5px, transparent 1.5px);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 9px 3px;
  /* width: 62.2rem; */
  width: 80%;
}

.top__box__title__icon {
  width: 3.1rem;
  height: 3.2rem;
  margin: 0.3rem 0 0 0;
}

.top__box__title__text {
  margin: 0 0 0 1.2rem;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .top__box__title__text {
    margin: 0 0 0 1.6rem;
    font-size: 2.5rem;
  }
}

.top__box__text {
  margin: 2rem 0 0 0;
  color: #fff;
  font-size: 1.6rem;
}

.breadcrumb {
  margin: 0;
  padding: 2rem 0 4.7rem 0;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 1.5rem 0 1.5rem 2rem;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

@media screen and (max-width: 767px) {
  .breadcrumb__list {}
}

.breadcrumb__list__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #242526;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: relative;
}

.breadcrumb__list__item:first-child {
  cursor: pointer;
}

.breadcrumb__list__item+.breadcrumb__list__item {
  padding: 0 0 0 2.6rem;
}

@media screen and (max-width: 767px) {
  .breadcrumb__list__item+.breadcrumb__list__item {
    padding-left: 6.6666666667vw;
  }
}

.breadcrumb__list__item+.breadcrumb__list__item::after {
  width: 0.6rem;
  height: 0.6rem;
  left: 1.2rem;
  border-right-width: 0.2rem;
  border-top-width: 0.2rem;
  content: "";
  display: inline-block;
  position: absolute;
  top: 54%;
  border-style: solid;
  border-left-width: 0;
  border-bottom-width: 0;
  border-color: #000;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .breadcrumb__list__item+.breadcrumb__list__item::after {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    left: 1.2rem;
    border-right-width: 0.5128205128vw;
    border-top-width: 0.5128205128vw;
    content: "";
    display: inline-block;
    position: absolute;
    top: 54%;
    border-style: solid;
    border-left-width: 0;
    border-bottom-width: 0;
    border-color: #000;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

/* .search {
  max-width: 96.6rem;
} */

@media screen and (max-width: 767px) {
  .search {
    padding: 3rem 2.4rem 0;
  }
}

.search__box {
  padding: 2.8rem 5.0rem 3.0rem;
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .search__box {
    padding: 3.2rem 2.4rem 5.0rem;
  }
}

.search__box__top {
  display: flex;
  align-items: center;
  padding: 0 0 3.0rem 0;
  width: 100%;
  border-bottom: #cecece 1px solid;
}

@media screen and (max-width: 767px) {
  .search__box__top {
    padding: 0 0 1rem 0;
  }
}

.search__box__top__icon {
  width: 2.7rem;
  height: 2.7rem;
}

.search__box__top__text {
  margin: 0 0 0 1.2rem;
  font-weight: 700;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .search__box__top__text {
    font-size: 2rem;
  }
}

.search__box__category {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.search__box__category--first {
  padding: 2rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .search__box__category--first {
    padding: 1.2rem 0 0 0;
  }
}

.search__box__category--last {
  padding: 1.5rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .search__box__category--last {
    padding: 1.5rem 0 0 0;
  }
}

.search__box__category__title {
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .search__box__category__title {
    font-size: 1.6rem;
  }
}

.search__box__category__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.search__box__category__buttons__item {
  background: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 0.3rem 1.3rem;
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  cursor: pointer;
}

.search__box__category__buttons__item:hover {
  background: #000;
  color: #fff;
}

.search__box__category__buttons__item.is-active {
  background: #000;
  color: #fff;
}


.search__box__white {
  position: relative;
  width: 100%;
  padding: 3rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .search__box__white {
    padding: 2.5rem 1.9rem 2.5rem 2.7rem;
  }
}

.search__box__white__top {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search__box__white__top__title {
  color: #5aa246;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .search__box__white__top__title {
    font-size: 1.6rem;
  }
}

.search__box__white__top__icon {
  margin: 0 0 0 auto;
  width: 2.4rem;
}

.search__box__white.open .search__box__white__top__icon--open {
  display: none;
}

.search__box__white__top__icon--close {
  display: none;
}

.search__box__white.open .search__box__white__top__icon--close {
  display: block;
}

.search__box__white__strengths {
  max-height: 0;
  overflow: hidden;
  padding: 2rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 1.7rem;
  transition: max-height 0.5s ease-out;
}

@media screen and (max-width: 767px) {
  .search__box__white__strengths {
    flex-direction: column;
    row-gap: 0.9rem;
  }
}

.search__box__white.open .search__box__white__strengths {
  max-height: fit-content;
}

.search__box__white__strengths__item {
  cursor: pointer;
}

.search__box__white__strengths__item__check {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

.search__box__white__strengths__item__label {
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .search__box__white__strengths__item__label {
    font-size: 1.4rem;
  }
}

.search__box__white__strengths__item__label::before {
  content: '';
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px #d8d8d8 solid;
  background: #fff;
  margin: 0 0.7rem 0 0;
  vertical-align: text-bottom;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.search__box__white__strengths__item__check:checked+.search__box__white__strengths__item__label::before {
  background-color: #5aa246;
  border-color: #cecece;
  background-image: url('../img/common/icon_check.png');
}

.search__box__search-button {
  margin: 3rem auto 0;
  padding: 1.3rem 8.1rem;
  background: #5aa246;
  position: relative;
}

@media screen and (max-width: 767px) {
  .search__box__search-button {
    margin: 2.4rem 0 0 0;
    padding: 1.8rem 0;
    width: 100%;
  }
}

.search__box__search-button__text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}

.search__box__search-button__icon {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(0, -50%);
  width: 2.8rem;
}

.search__box__clear-button {
  margin: 1.4rem auto 0;
  background: none;
}

@media screen and (max-width: 767px) {
  .search__box__clear-button {
    margin: 2rem auto 0;
  }
}

.search__box__clear-button__text {
  font-size: 1.6rem;
}

.results {
  padding: 7rem 0 6rem;
  /* max-width: 96.6rem; */
}

@media screen and (max-width: 767px) {
  .results {
    padding: 5rem 2.4rem 5rem;
  }
}

.results__hits {
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .results__hits {
    font-size: 1.4rem;
  }
}

.results__tags {
  margin: 2.1rem 0 0 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .results__tags {
    padding: 0.7rem 0 0 0;
    display: block;
  }
}

.results__tags__text {
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .results__tags__text {
    font-size: 1.4rem;
  }
}

.results__tags__list {
  margin: 0 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

@media screen and (max-width: 767px) {
  .results__tags__list {
    margin: 0.7rem 0 0 0;
    gap: 1rem;
  }
}

.results__tags__list__item {
  border-radius: 40px;
  background: #000;
  padding: 0.3rem 1.3rem;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .results__tags__list__item {
    font-size: 1.2rem;
  }
}

.results__list {
  margin: 4rem 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3rem;
  row-gap: 6rem;
}

@media screen and (max-width: 767px) {
  .results__list {
    margin: 3.8rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 3rem;
  }
}

.results__list__item {
  position: relative;
  /* width: 30.2rem; */
  width: 100%;
  cursor: pointer;
}

.results__list__item:nth-child(n + 10) {
  display: none;
}

.results__list__item.is-visible {
  display: block;
}

.results__list__item__image-box {
  position: relative;
  width: 100%;
  height: fit-content;
}

.results__list__item__image-box__image {
  width: 100%;
  /* height: 20.6rem; */
  object-fit: cover;
  aspect-ratio: 3/2;
}

.results__list__item__image-box__image-tags {
  position: absolute;
  bottom: 0.8rem;
  padding: 0 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.results__list__item__image-box__image-tags__item {
  padding: 0.1rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
}

.results__list__item__image-box__image-tags__item__icon {
  width: 0.7rem;
}

.results__list__item__image-box__image-tags__item__text {
  font-weight: 500;
  font-size: 1.2rem;
}

.results__list__item__title {
  margin: 0.9rem 0 0 0;
  font-weight: 500;
  font-size: 1.6rem;
}

.results__list__item__date {
  margin: 1.5rem 0 0 0;
  color: #5aa246;
  font-weight: 500;
  font-size: 1.4rem;
}

.results__list__item__categories {
  margin: 0.5rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.2rem;
  row-gap: 0.3rem;
}

@media screen and (max-width: 767px) {
  .results__list__item__categories {
    margin: 0.9rem 0 0 0;
  }
}

.results__list__item__categories__item {
  color: #8f8f8f;
  letter-spacing: 0.03em;
  font-size: 1.2rem;
}

.results__more {
  margin: 7rem auto 0;
  padding: 0 0 1rem 0;
  background: none;
  border-bottom: #000 solid 1px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .results__more {
    margin: 6rem auto 0;
  }
}

.results__more__text {
  font-weight: 500;
  font-size: 1.6rem;
}

.results__more__icon {
  margin: 0 0 0 4rem;
  width: 1.6rem;
}

/* edit date22 */

@media screen and (max-width: 767px) {
  .breadcrumb__list {
    margin-top: 1.5rem;
  }
}