@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}

a:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

/*=================================================
アニメーション
==================================================*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.fadein.fadein-left {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.fadein.fadein-right {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.fadein.fadein-right2 {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.fadein.fadein-up {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fadein.fadein-bottom2 {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

/*==================================
header
==================================*/
.header {
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 440px);
}
@media screen and (max-width: 1300px) {
  .header__inner {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
    height: 60px;
  }
}

.header__logo {
  width: 217px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 150px;
    margin-left: 20px;
  }
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav ul li a {
  padding: 0 20px;
  padding-bottom: 3px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header__nav ul li a {
    padding: 0 10px;
  }
}
.header__nav ul li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  right: 0;
  top: 3px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.header__nav ul li a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #406b54;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  /*変形の時間*/
}
.header__nav ul li a:hover::before {
  -webkit-transform: scale(0.7, 1);
          transform: scale(0.7, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}
.header__nav ul li:last-child a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__tel {
  position: absolute;
  right: 120px;
  top: 20px;
  font-size: 36px;
  font-weight: 500;
}
.header__tel a {
  color: #406b54;
  position: relative;
  font-family: "Oswald", sans-serif;
}
.header__tel a::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 39px;
  background: url("../img/top/tel.svg");
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .header__tel {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__tel {
    display: none;
  }
}

.header__contact {
  position: absolute;
  right: 0;
  top: 0;
}
.header__contact a {
  background: #406b54;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 100px;
  position: relative;
}
.header__contact a span {
  margin-top: 30px;
  font-size: 12px;
}
.header__contact a::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 22px;
  background: url("../img/top/mail.svg");
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
}
@media screen and (max-width: 767px) {
  .header__contact {
    display: none;
  }
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: fixed;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  right: 10px;
  top: 6px;
  z-index: 999;
  /* メニューを開いている時もクリックできるよう設定 */
}

/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drawer__button > span:first-child {
  -webkit-transform: translate(-50%, calc(-50% - 0.5rem));
          transform: translate(-50%, calc(-50% - 0.5rem));
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer__button > span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.drawer__button > span:last-child {
  -webkit-transform: translate(-50%, calc(-50% + 0.5rem));
          transform: translate(-50%, calc(-50% + 0.5rem));
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}

.drawer__button.active > span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* メニューのデザイン */
.drawer__nav {
  position: fixed;
  /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}

.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer__nav.active .drawer__nav__inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}

.drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1rem 1rem;
  border-bottom: solid 1px lightgray;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

.drawer__nav-tel {
  margin: auto;
  text-align: center;
  margin-top: 30px;
  margin-left: 20px;
  font-family: "Oswald", sans-serif;
}
.drawer__nav-tel a {
  position: relative;
  font-size: 28px;
  text-align: center;
  border-bottom: none;
  padding: 0;
}
.drawer__nav-tel a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 30px;
  background: url("../img/top/tel.svg");
  background-size: contain;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

.drawer__nav-recruit {
  width: 100%;
  margin-top: 15px;
}
.drawer__nav-recruit a {
  display: inline-block;
  width: 100%;
  background: #406b54;
  padding: 15px 0;
  padding-left: 15px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  position: relative;
  border-bottom: none;
}
.drawer__nav-recruit a::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 17px;
  background: url("../img/top/mail.svg");
  margin-left: -40px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

/*==================================
footer
==================================*/
.footer {
  padding: 25px 0;
  padding-bottom: 250px;
  color: #fff;
  background: #406b54;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 0px;
  }
}

.footer__inner {
  position: relative;
  background: #406b54;
  z-index: 10;
}

.footer__bg {
  position: absolute;
  width: 100%;
  bottom: -250px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer__bg {
    bottom: 0px;
    position: relative;
  }
}
.footer__bg .footer__bg-img {
  width: 100%;
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    display: block;
  }
}

.footer__left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
  }
}

.footer__logo {
  max-width: 332px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 250px;
    margin: auto;
  }
}

.footer__company {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer__company {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
  }
}

.footer__place1 {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  .footer__place1 {
    font-size: 13px;
  }
}

.footer__place2 {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  .footer__place2 {
    font-size: 13px;
  }
}

.footer__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__right {
    width: 100%;
  }
}

.footer__copy {
  margin-top: 60px;
  font-size: 22px;
  letter-spacing: 0.18em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 30px;
    font-size: 21px;
    text-align: center;
  }
}

.footer__nav {
  margin-top: 50px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-top: 30px;
  }
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__nav ul li {
  width: 40%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .footer__nav ul li {
    width: 50%;
    font-size: 14px;
  }
}
.footer__nav ul li a {
  color: #fff;
  padding-left: 15px;
  position: relative;
}
.footer__nav ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 7px solid rgb(255, 255, 255);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.footer__spacer {
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  .footer__spacer {
    padding: 15px 0;
    padding-bottom: 50px;
  }
}

.footer__spacer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__spacer-contents {
    display: block;
  }
}

.footer__copyright {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 20px;
  }
}

.footer__sdg-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__sdg-logo {
    display: block;
  }
}

.footer__sdg-logo-img {
  max-width: 245px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__sdg-logo-img {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__sdg-logo-text {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.4166666667;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .footer__sdg-logo-text {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/*=================================================
cta
==================================================*/
.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000000;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 45px;
  color: #fff;
  z-index: 100;
  border-top: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cta.visible {
  opacity: 1;
  visibility: visible;
}

.cta-contact {
  width: calc(50% - 25px);
  border-right: 1px solid #fff;
  background: #406b54;
}
.cta-contact a {
  color: #fff !important;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
  position: relative;
  margin-left: 8px;
}
.cta-contact a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 17px;
  background: url("../img/top/contact-tel-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta-reserve {
  width: calc(50% - 25px);
  border-right: 1px solid #fff;
  background: #406b54;
}
.cta-reserve a {
  color: #fff !important;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  margin-top: 13px;
  position: relative;
  margin-left: 8px;
}
.cta-reserve a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 9px;
  background: url("../img/top/contact-mail-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.to-top1 {
  width: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .to-top1 {
    width: 50px;
    position: static;
  }
}
.to-top1 a {
  display: inline-block;
  background: url("../img/top/to-top.svg") center center no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .to-top1 a {
    width: 50px;
    height: 45px;
  }
}

.to-top {
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  padding-bottom: 0;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .to-top {
    width: 50px;
    position: static;
  }
}
.to-top a {
  display: inline-block;
  background: url("../img/top/to-top.svg") center center no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .to-top a {
    width: 50px;
    height: 50px;
  }
}

.to-top {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.to-top.visible {
  opacity: 1;
  visibility: visible;
}

/*==========================================================================
archive
========================================================================== */
.archive__contents-wrapper,
.single__contents-wrapper {
  margin-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .archive__contents-wrapper,
  .single__contents-wrapper {
    margin-top: 40px;
    bottom: 80px;
  }
}

.archive__contents,
.single__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .archive__contents,
  .single__contents {
    display: block;
  }
}

.single__contents img {
  width: auto;
}

.single__contents .size-full,
.single__contents .size-medium {
  margin-bottom: 30px;
}

.archive__items-wrapper,
.single__items-wrapper {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .archive__items-wrapper,
  .single__items-wrapper {
    width: 100%;
  }
}

.archive__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #E6E6E6;
}

.archive__item-img {
  max-width: 200px;
  width: 100%;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .archive__item-img {
    margin-right: 10px;
    max-width: 110px;
  }
}

.archive__item-right {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .archive__item-right {
    width: calc(100% - 110px);
  }
}

.archive__item-title {
  font-size: 18px;
  border-bottom: 2px solid #406b54;
  padding-bottom: 3px;
  background: #F0F0F0;
  padding-left: 5px;
  font-weight: 700;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  .archive__item-title {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 1; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示  */
    padding-bottom: 0px;
    line-height: 1.6;
  }
}

.archive__item-category {
  font-size: 10px;
  color: #fff;
  background: #406b54;
  padding: 0 5px;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .archive__item-category {
    display: none;
    margin-top: 5px;
  }
}

.single__item-category {
  font-size: 10px;
  color: #fff;
  background: #406b54;
  padding: 0 5px;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .single__item-category {
    margin-top: 5px;
  }
}

.archive__item-text {
  line-height: 1.6;
  margin-top: 5px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示  */
}
@media screen and (max-width: 767px) {
  .archive__item-text {
    -webkit-line-clamp: 2; /* 行数を制限 */
    line-height: 1.6;
    margin-top: 0px;
    font-size: 16px;
  }
}

.archive__backnumber {
  margin-top: 100px;
  width: 100px;
  margin: auto;
  background: #000;
}

.single__item-title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #406b54;
  padding-bottom: 3px;
  background: #F7F6F4;
  line-height: 1.6;
  padding: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single__item-title {
    font-size: 18px;
  }
}

.single__item-text {
  line-height: 1.5;
  padding-top: 10px;
}

.single__item-text p {
  margin-bottom: 10px;
}

.sidebar {
  width: 30%;
  border: 2px solid #F7F6F4;
  padding: 10px 13px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-top: 50px;
  }
}

.archive__contents-wrapper .sidebar {
  margin-top: 20px;
}

.sidebar__new-topics__title {
  font-size: 18px;
  border: none;
  color: #fff;
  background: #406b54;
  font-weight: 400;
  padding: 5px 10px 5px 30px;
  position: relative;
}
.sidebar__new-topics__title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 10px;
  top: 0;
  background: #fff;
}

.sidebar__topics__item {
  margin-top: 10px;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 10px;
}

.sidebar__topics__title {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  line-height: 1.6;
}
.sidebar__topics__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.6;
  margin-top: 5px;
}
.sidebar__topics__p {
  font-size: 1.4rem;
}

.sidebar__backnumber {
  margin-top: 20px;
}

.sidebar__backnumber__title {
  font-size: 18px;
  border: none;
  color: #fff;
  background: #406b54;
  font-weight: 400;
  padding: 5px 10px 5px 30px;
  position: relative;
}
.sidebar__backnumber__title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 10px;
  top: 0;
  background: #fff;
}

.sidebar a {
  color: #000;
}

.archive-dropdown {
  width: 100%;
  border: 1px solid #ccc;
  color: #737373;
  padding: 10px;
  margin-top: 10px;
}

/*=======================
ページネーション
======================= */
.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向に中央寄せ */
  margin: 50px auto 0; /* 上下の余白 */
}

.pagination {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; /* 親要素をフレックスボックスに */
}

.page-numbers {
  border-left: 1px solid #ccc;
  padding: 3px 10px;
  display: inline-block;
}
.page-numbers:first-child {
  border-left: none;
  border-radius: 5px 0 0 5px;
}
.page-numbers:last-child {
  border-radius: 0 5px 5px 0;
}

.current {
  background: #406b54;
  color: white;
}

.fa-angle-left:before {
  content: "前へ";
  font-weight: 400;
}

.fa-angle-right:before {
  content: "次へ";
  font-weight: 400;
}