@charset "utf-8";

.fiveS-post-wrap {
  display: flex;
  flex-wrap: wrap;
}

.fiveS-post {
  width: 30.3%;
  margin-right: 3%;
  margin-bottom: 4vw;
}


.fiveS-post__img-box {
  width: 100%;
  height: 16.6vw;
  overflow: hidden;
}

.fiveS-post__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fiveS-post__fiveS-type-box {
  text-align: center;
  margin: 1.6rem 0 1.2rem;
}

.fiveS-post__fiveS-type {
  display: inline-block;
  border: 1px solid #e56038;
  padding: 0.5rem 4.5rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  color: #e56038;
  font-weight: bold;
}

.fiveS-post__fiveS-type {}

.fiveS-post__tit-box__tit {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

.fiveS-post__name-box {
  text-align: center;
  font-size: 1.4rem;
  margin: 1.2rem 0;
  line-height: 1.4;
}

.fiveS-post__facility-type-box {
  border-top: 1px solid #ccc;
  padding: 1rem 0;
  font-size: 1.6rem;
  text-align: center;
}
.achieve-post-wrap {
  display: flex;
  flex-wrap: wrap;
}

.achieve-post {
  width: 31%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 2%;
  margin-bottom: 3vw;
}

.achieve-post:nth-child(3n) {
}
.achieve-post__img-box {
  width: 40%;
  margin-right: 5%;
}

.achieve-post__txt-box {
  width: 55%;
}

.achieve-post__fiveS-type {
  display: inline-block;
  border: 1px solid #e56038;
  padding: 0.5rem 1.5rem;
  border-radius: 10rem;
  font-size: 1.4rem;
}

.achieve-post__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.achieve-post__tit-box__tit {
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem 0;
  line-height: 1.4;
}
.fiveS-post__txt-box {
    line-height: 1.8;
    font-size: 0.9em;
    background: #f7f5f3;
    padding: 2rem;
}


.fiveS-post__info-box {
  display: flex;
  margin: 10rem 0 8rem;
  align-items: center;
  flex-wrap: wrap;
}

.fiveS-post__info-title {
  font-size: 3.2rem;
  margin-right: 2%;
  color: #e56038;
  width: 19%;
}
.fiveS-post__cat-check {
  cursor: pointer;
  margin: 1rem 1rem 1rem 0;
  padding: 0.5rem 1.5rem;
  background: #fff;
  border: 1px solid #e56038;
  font-size: 1.4rem;
  border-radius: 10rem;
  transition: 0.2s;
}
.fiveS-post__cat-check:last-child{
  margin-right: 0;    
}
.fiveS-post__cat-check.is-active,
.fiveS-post__cat-check:hover{
  background:  #e56038;
  color: #fff;
}
.fiveS-post__cat-box {
  display: flex;
  flex-wrap: wrap;
  background: #f6f2f0;
  padding: 1rem;
  width: 77%;
  justify-content: center;
}


.fiveS-post__cat-check:hover {
  background:  #e56038;
  color: #fff;
}

.fiveS-post__txt-box__link {
    text-align: right;
    margin: 1rem 0 0;
    color: #e56038;
    text-decoration: underline;
}

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


  .fiveS-post__info-box {
    display: block;
    margin: 2rem auto 4rem;
  }

  .fiveS-post__info-title {
    width: auto;
    font-size: 2.4rem;
  }

  .fiveS-post__cat-box {
    width: auto;
    justify-content: flex-start;
    margin: 2rem auto;
  }

  .fiveS-post__cat-check {
    font-size: 1.2rem;
    margin: 0.5rem;
  }

  .fiveS-post {
    width: 100%;
    margin: 3rem auto;
  }

  .fiveS-post__img-box {
    height: 20rem;
  }

  .fiveS-post__fiveS-type {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    line-height: 1.2;
  }

  .fiveS-post__tit-box__tit {
    font-size: 1.6rem;
  }

  .fiveS-post__name-box {
    font-size: 1.2rem;
  }

  .fiveS-post__fiveS-type-box {
    margin: 0.5rem 0 0.8rem;
  }
  .achieve-post {
    width: 48%;
    margin: 1%;
    margin-bottom: 3rem;
    display: block;
  }

  .achieve-post__img-box {
    width: auto;
    height: 10rem;
    margin: auto;
  }

  .achieve-post__fiveS-type {
    padding: 0.5rem 1rem;
    margin: 0.8rem auto;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .achieve-post__txt-box {
    width: auto;
  }

  .achieve-post__fiveS-type-box {
    text-align: center;
  }

  .achieve-post__tit-box__tit {
    margin: 0 auto 0.8rem;
    font-size: 1.6rem;
    text-align: center;
  }

  .achieve-post__name-box {
    font-size: 1.2rem;
  }
}


.nav-links {
    display: flex;
    justify-content: center;
    margin: 10rem 0 0;
}


.page-numbers {
    font-size: 1.6rem;
    margin: 0 0.5rem;
    line-height: 1;
    transition: 0.2s;
    width: 6rem;
    height: 6rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers:hover,
.page-numbers.current{
    background: #e15b26;
    color: #fff;
    opacity: 1;
}

.page-numbers {
    background: #f6f2f0;
    color: #222;
}


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

.page-numbers {
    width: 5rem;
    height: 5rem;
}

.nav-links {
    margin-top: 5rem;
}

}