@charset "UTF-8";
/**背景グラデーション**/
/**見出しh2**/
/**ボーダーグラデーション**/
/**hover**/
.category__fv__inner {
  height: 220px;
  position: relative;
}
.category__fv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category__fv__f {
  width: 224px;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.category__fv__f img {
  width: 100%;
  height: auto;
}

.category__wrap {
  background-color: #abd2da;
  position: relative;
}
.category__wrap__inner {
  width: 81.77%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:760px) {
  .category__wrap__inner {
    width: 90.77%;
  }
}

.category__title {
  padding-top: 100px;
  padding-bottom: 102px;
  margin: 0 auto;
}
.category__title__box {
  display: inline-block;
  position: relative;
  padding-left: 6px;
}
.category__title__box h2 {
  font-size: clamp(1.75rem, 1.364rem + 1.93vw, 2.813rem);
  letter-spacing: 0.16em;
}
.category__title__box__img {
  position: absolute;
  right: -52%;
  bottom: -17px;
}
@media screen and (max-width:760px) {
  .category__title__box__img {
    right: -138px;
    width: 120px;
  }
}
@media screen and (max-width:400px) {
  .category__title__box__img {
    right: -96px;
    width: 98px;
  }
}
@media screen and (max-width:340px) {
  .category__title__box__img {
    right: -70px;
    bottom: -30px;
  }
}
.category__title__border {
  height: 5px;
  width: 100%;
  margin-top: 6px;
  background: linear-gradient(to right, #2f909e 7%, #176557 100%);
}
@media screen and (max-width:320px) {
  .category__title__border {
    margin-top: 30px;
  }
}

.category__title__bg {
  width: clamp(15.625rem, 11.821rem + 20.29vw, 33.125rem);
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:760px) {
  .category__title__bg {
    width: clamp(12.5rem, 5.208rem + 41.67vw, 25rem);
  }
}

.category__wrap__container {
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  justify-content: space-between;
}
@media screen and (max-width:1100px) {
  .category__wrap__container {
    grid-template-columns: 29% 29% 29%;
  }
}
@media screen and (max-width:760px) {
  .category__wrap__container {
    grid-template-columns: 48% 48%;
  }
}

.category__posts__item {
  background-color: #fff;
  max-width: 400px;
  text-align: left;
  box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease, opacity 0.3s ease;
  margin-bottom: 88px;
}
@media screen and (max-width:760px) {
  .category__posts__item {
    margin-bottom: 56px;
  }
}
.category__posts__item a {
  display: block;
  padding: 42px 0 62px;
}
@media screen and (max-width:760px) {
  .category__posts__item a {
    padding: 34px 0;
  }
}
.category__posts__item h3 {
  color: #004492;
  font-size: 16px;
  padding: 16px 22px 0;
  line-height: 1.6em;
}
@media screen and (max-width:760px) {
  .category__posts__item h3 {
    padding: 8px 12px 0;
  }
}

.category__posts__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.category__posts__time {
  font-size: 14px;
  padding: 58px 22px 0;
}
@media screen and (max-width:760px) {
  .category__posts__time {
    padding: 24px 12px 0;
  }
}

.navigation {
  margin-top: 46px;
  padding-bottom: 136px;
}
.navigation .page-numbers {
  display: flex;
  justify-content: center;
}
.navigation .page-numbers li {
  font-size: clamp(1.125rem, 1.083rem + 0.22vw, 1.25rem);
  color: #004492;
  margin: 0 6px;
}
@media screen and (max-width:760px) {
  .navigation .page-numbers li {
    font-size: 14px;
  }
}
.navigation .page-numbers li .page-numbers {
  border: 1px solid #004492;
  padding: 12px 10px;
}
@media screen and (max-width:760px) {
  .navigation .page-numbers li .page-numbers {
    padding: 6px 4px;
  }
}
.navigation .page-numbers li .prev,
.navigation .page-numbers li .next {
  border: none;
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width:760px) {
  .navigation .page-numbers li .prev,
.navigation .page-numbers li .next {
    margin: 0 2px;
  }
}
.navigation .page-numbers li .prev::before {
  content: "<<";
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
}
.navigation .page-numbers li .next::after {
  content: ">>";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
}
.navigation .page-numbers li span {
  background-color: #004492;
  color: #fff;
}
.navigation .page-numbers li a {
  transition: opacity 0.2s ease;
}
.navigation .page-numbers li a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.contact {
  margin-bottom: 76px;
}
@media screen and (max-width:760px) {
  .contact {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.contact a {
  display: block;
  transition: opacity 0.2s ease;
}
.contact a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.contact__inner {
  position: relative;
  height: 516px;
}
@media screen and (max-width:760px) {
  .contact__inner {
    height: 280px;
  }
}
.contact__bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.contact__text {
  width: 78%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 90px;
}
@media screen and (max-width:760px) {
  .contact__text {
    padding-top: 60px;
    width: 88%;
  }
}
.contact__text h3 {
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  letter-spacing: 0.1em;
  margin: 18px 0 46px;
}
@media screen and (max-width:760px) {
  .contact__text h3 {
    margin-bottom: 28px;
  }
}
.contact__text p {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.1em;
}
.contact__title {
  display: flex;
  align-items: center;
}
@media screen and (max-width:760px) {
  .contact__title {
    display: inline-block;
  }
}
.contact__title h2 {
  font-size: clamp(2.25rem, 1.477rem + 3.86vw, 4.375rem);
  color: #004492;
  letter-spacing: 0.1em;
  margin-right: 36px;
}
.contact__arrow {
  height: 5px;
  background-color: #004492;
  width: 146px;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width:760px) {
  .contact__arrow {
    width: 100%;
    margin: 0 0 0 auto;
  }
}
.contact__arrow::before {
  content: "";
  width: 38px;
  height: 5px;
  background-color: #004492;
  position: absolute;
  top: -9px;
  right: -1px;
  transform: rotate(30deg);
  border-radius: 50px;
}
/*# sourceMappingURL=category.css.map */