@charset "UTF-8";
/*===============================
reset
================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  word-break: break-all;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ol,
ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #555150;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*===============================
base
================================*/
html {
  font-size: 62.5%;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.8em;
  color: #555150;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  position: relative;
  z-index: 100;
  font-size: 1.3rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.dc_css_js_dsp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 500;
  padding: 30px;
  background: #fff;
  border: 1px solid #555150;
}
.dc_css_js_dsp .scripts {
  margin-top: 20px;
}
.dc_css_js_dsp dd ul {
  margin-top: 15px;
}
.dc_css_js_dsp dd ul li {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .dc_css_js_dsp dd ul li {
    font-size: 1.4rem;
  }
}
.dc_css_js_dsp dd ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.dc_css_js_dsp dd ul li:not(:first-child) {
  margin-top: 10px;
}

.wrap-s,
.wrap,
.wrap-l {
  width: calc(100% - 60px);
  margin: auto;
}

.wrap {
  max-width: 1000px;
}

.wrap-l {
  max-width: 1500px;
}

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

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

.sclNone {
  overflow-y: hidden;
}

.is-hide {
  top: -100% !important;
}

/*===============================
layout
================================*/
/*
.wrapper
================================*/
@media screen and (min-width: 768px) {
  .wrapper {
    width: calc(100% - 310px);
    margin-left: auto;
  }
}

/*
header
================================*/
.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  background: #fff;
  -webkit-transition: top ease 0.3s;
  transition: top ease 0.3s;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .l-header {
    overflow-y: auto;
    padding: 0;
    width: 310px;
    height: 100vh;
    height: 100dvh;
    border-right: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) {
  .l-header__container {
    overflow-y: auto;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__container .l-header__logo {
    text-align: center;
  }
}
.l-header__container .l-header__logo a img {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .l-header__container .l-header__logo a img {
    width: 95px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__container .l-header__logo a img {
    width: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__container .l-header__logo a img {
    width: 135px;
  }
}
@media screen and (min-width: 1501px) {
  .l-header__container .l-header__logo a img {
    width: 160px;
  }
}
.l-header__container .l-header__menu-list, .l-header__container .contact-btn, .l-header__container .other {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__container .l-header__menu-list, .l-header__container .contact-btn, .l-header__container .other {
    display: block;
  }
}
.l-header__container .l-header__menu-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__container .l-header__menu-list {
    display: block;
    margin-top: 40px;
  }
}
.l-header__container .l-header__menu-list__item {
  text-align: center;
}
.l-header__container .l-header__menu-list__item:not(:first-child) {
  margin-top: 40px;
}
.l-header__container .l-header__menu-list__item a {
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 1024px) {
  .l-header__container .l-header__menu-list__item a {
    font-size: 1.6rem;
  }
}
.l-header__container .contact-btn {
  margin-top: 45px;
}
.l-header__container .contact-btn__block {
  border: 1px solid #ccc;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .l-header__container .contact-btn__block {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__container .contact-btn__block {
    padding: 30px 20px;
  }
}
.l-header__container .contact-btn__block:not(:first-child) {
  margin-top: 20px;
}
.l-header__container .contact-btn__block__heading, .l-header__container .contact-btn__block__tel, .l-header__container .contact-btn__block__btn, .l-header__container .contact-btn__block__other {
  text-align: center;
}
.l-header__container .contact-btn__block__heading {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
.l-header__container .contact-btn__block__tel {
  margin-top: 15px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
.l-header__container .contact-btn__block__btn {
  margin-top: 15px;
}
.l-header__container .contact-btn__block__btn a {
  text-align: center;
  display: block;
  padding: 20px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.l-header__container .contact-btn__block__other {
  margin-top: 15px;
  font-size: clamp(1rem, 2vw, 1.2rem);
}
.l-header__container .other {
  margin-top: 35px;
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  .l-header__container .other {
    font-size: 1.2rem;
  }
}
.l-header__container .other .privacy, .l-header__container .other .copyright {
  text-align: center;
}
.l-header__container .other .privacy a {
  text-decoration: underline;
}
.l-header__container .other .copyright {
  margin-top: 35px;
}

/*
main
================================*/
.l-main {
  margin-top: 92px;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: 0;
  }
}

/*
footer
================================*/
.l-footer {
  border-top: 1px solid #ccc;
}
.l-footer .contact .container {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .l-footer .contact .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #ccc;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer .contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer .contact .container .contact__block {
    width: calc(100% - 25px);
    margin-right: 50px;
  }
}
.l-footer .contact .container .contact__block:nth-child(2n) {
  border-top: 1px solid #ccc;
  padding-top: 35px;
  margin-top: 35px;
}
@media screen and (min-width: 1200px) {
  .l-footer .contact .container .contact__block:nth-child(2n) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    margin-right: 0;
  }
}
.l-footer .contact .container .contact__block__heading, .l-footer .contact .container .contact__block__tel, .l-footer .contact .container .contact__block__btn, .l-footer .contact .container .contact__block__other {
  text-align: center;
}
.l-footer .contact .container .contact__block__heading {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.l-footer .contact .container .contact__block__tel {
  margin-top: 20px;
  font-size: clamp(2rem, 2vw, 3rem);
}
@media screen and (min-width: 1200px) {
  .l-footer .contact .container .contact__block__tel {
    margin-top: 25px;
    height: 58px;
    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;
  }
}
.l-footer .contact .container .contact__block__btn {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .l-footer .contact .container .contact__block__btn {
    margin-top: 25px;
  }
}
.l-footer .contact .container .contact__block__btn a {
  display: block;
  border: 2px solid #555150;
  padding: 20px 0;
  border-radius: 5px;
  text-align: center;
  max-width: 300px;
  margin-inline: auto;
}
.l-footer .contact .container .contact__block__other {
  margin-top: 20px;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
@media screen and (min-width: 1200px) {
  .l-footer .contact .container .contact__block__other {
    margin-top: 25px;
  }
}
.l-footer .footer-menu__logo {
  text-align: center;
}
.l-footer .footer-menu__logo img {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .l-footer .footer-menu__logo img {
    width: 95px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .footer-menu__logo img {
    width: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer .footer-menu__logo img {
    width: 135px;
  }
}
@media screen and (min-width: 1501px) {
  .l-footer .footer-menu__logo img {
    width: 160px;
  }
}
.l-footer .footer-menu .company > div {
  text-align: center;
}
.l-footer .footer-menu .company__name {
  margin-top: 25px;
  font-weight: bold;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
}
@media screen and (min-width: 1200px) {
  .l-footer .footer-menu .company__name {
    margin-top: 35px;
  }
}
.l-footer .footer-menu .company__address {
  margin-top: 20px;
  line-height: 1.8em;
}
@media screen and (min-width: 1200px) {
  .l-footer .footer-menu .company__address {
    margin-top: 25px;
  }
}
.l-footer .footer-menu .company .google-map {
  margin-top: 20px;
}
.l-footer .footer-menu .company .google-map a {
  position: relative;
}
.l-footer .footer-menu .company .google-map a span {
  position: relative;
  display: inline-block;
}
.l-footer .footer-menu .company .google-map a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: -20px;
  background-image: url("../../images/common/link-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  width: 12px;
  height: 12px;
}
.l-footer .footer-menu .company .company__number {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .l-footer .footer-menu .company .company__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer .footer-menu .company .company__number {
    margin-top: 30px;
  }
}
.l-footer .footer-menu .company .company__number > div {
  text-align: center;
}
.l-footer .footer-menu .company .company__number > div:nth-child(2n) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .l-footer .footer-menu .company .company__number > div:nth-child(2n) {
    margin-top: 0;
    margin-left: 30px;
  }
}
.l-footer .footer-menu .company .company__number > div span {
  display: inline-block;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin: 0 5px;
}
.l-footer .footer-menu .other {
  margin-top: 35px;
  font-size: clamp(1rem, 3vw, 1.4rem);
}
@media screen and (min-width: 1200px) {
  .l-footer .footer-menu .other {
    margin-top: 45px;
  }
}
.l-footer .footer-menu .other > div {
  text-align: center;
}
.l-footer .footer-menu .other .privacy a {
  text-decoration: underline;
}
.l-footer .footer-menu .other .copyright {
  margin-top: 25px;
}
@media screen and (min-width: 1200px) {
  .l-footer .footer-menu .other .copyright {
    margin-top: 35px;
  }
}

/*
hamburger
================================*/
.hamburger {
  position: fixed;
  z-index: 120;
  top: 37px;
  right: 30px;
  line-height: 0;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.hamburger__inner {
  position: relative;
  width: 25px;
  height: 12px;
}
.hamburger__inner .hamburger__line {
  position: absolute;
  left: 0;
  width: 25px;
  height: 2px;
  background: #555150;
  -webkit-transition: background ease 0.35s, opacity ease 0.35s, -webkit-transform ease 0.35s;
  transition: background ease 0.35s, opacity ease 0.35s, -webkit-transform ease 0.35s;
  transition: background ease 0.35s, transform ease 0.35s, opacity ease 0.35s;
  transition: background ease 0.35s, transform ease 0.35s, opacity ease 0.35s, -webkit-transform ease 0.35s;
}
.hamburger__inner .hamburger__line:first-child {
  top: 0;
}
.hamburger__inner .hamburger__line:nth-child(2n) {
  top: 6px;
}
.hamburger__inner .hamburger__line:nth-child(3n) {
  top: 12px;
}

.hamburgerActive .hamburger__line {
  background: #fff;
}
.hamburgerActive .hamburger__line:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.hamburgerActive .hamburger__line:nth-child(2n) {
  opacity: 0;
}
.hamburgerActive .hamburger__line:nth-child(3n) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

/*
drawer
================================*/
.drawer {
  position: fixed;
  z-index: 110;
  top: 0;
  right: -100%;
  width: calc(100% - 20vw);
  padding: 0 40px 60px;
  height: 100vh;
  height: 100dvh;
  background: #333;
  color: #fff;
  overflow-y: auto;
  pointer-events: none;
  -webkit-transition: right ease 0.35s;
  transition: right ease 0.35s;
}
.drawer__list {
  padding: 60px 0 0;
}
.drawer__list__item:not(:first-child) {
  margin-top: 40px;
}
.drawer__list__item a {
  color: #fff;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.drawer .contact-btn {
  margin-top: 35px;
  border-top: 1px solid #fff;
  padding-top: 35px;
}
.drawer .contact-btn__block {
  border: 1px solid #fff;
  padding: 20px 15px;
}
.drawer .contact-btn__block:not(:first-child) {
  margin-top: 20px;
}
.drawer .contact-btn__block__heading, .drawer .contact-btn__block__tel, .drawer .contact-btn__block__btn, .drawer .contact-btn__block__other {
  text-align: center;
}
.drawer .contact-btn__block__heading {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
.drawer .contact-btn__block__tel {
  margin-top: 15px;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.drawer .contact-btn__block__btn {
  margin-top: 15px;
}
.drawer .contact-btn__block__btn a {
  text-align: center;
  display: block;
  padding: 15px;
  background: #fff;
  font-weight: bold;
}
.drawer .contact-btn__block__other {
  margin-top: 15px;
  font-size: clamp(1rem, 2vw, 1.6rem);
}
.drawer .other {
  margin-top: 35px;
  font-size: 1rem;
}
.drawer .other .privacy, .drawer .other .copyright {
  text-align: center;
}
.drawer .other .privacy a {
  color: #fff;
  text-decoration: underline;
}
.drawer .other .copyright {
  margin-top: 35px;
}

.drawerActive {
  right: 0;
  pointer-events: auto;
}

/*===============================
module
================================*/
/*
heading-style
================================*/
.heading-style1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .heading-style1 {
    margin-bottom: 50px;
  }
}
.heading-style1 span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
}
.heading-style1 h2 {
  margin-top: 10px;
  font-size: clamp(1rem, 3vw, 1.4rem);
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  .heading-style1 h2 {
    margin-top: 15px;
  }
}

.heading-style1--center span, .heading-style1--center h2 {
  text-align: center;
}

.page-heading {
  padding: 40px 0;
  background: #555150;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-heading {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-heading {
    padding: 80px 0;
  }
}
.page-heading .main-heading, .page-heading .sub-heading, .page-heading .term {
  text-align: center;
}
.page-heading .main-heading {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
}
.page-heading .sub-heading, .page-heading .term {
  font-size: clamp(1rem, 3vw, 1.4rem);
}
.page-heading .sub-heading {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .page-heading .sub-heading {
    margin-top: 20px;
  }
}
.page-heading .term {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .page-heading .term {
    margin-top: 15px;
  }
}

/*
btn-style
================================*/
.btn-style1 {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .btn-style1 {
    margin-top: 55px;
  }
}
.btn-style1 a {
  display: block;
  border: 2px solid #555150;
  padding: 20px 0;
  border-radius: 5px;
  text-align: center;
  max-width: 350px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .btn-style1 a {
    padding: 25px 0;
  }
}
.btn-style1 a span {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.btn-style1 a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -25px;
  width: 14px;
  height: 12.5px;
  background-image: url("../../images/common/btn-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}

/*
table-style
================================*/
/*
space
================================*/
.pad_tb {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .pad_tb {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pad_tb {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .pad_tb {
    padding: 100px 0;
  }
}

.mar_t {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .mar_t {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mar_t {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mar_t {
    margin-top: 100px;
  }
}

/*
align
================================*/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/*
font
================================*/
.ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.en {
  font-family: "Poppins", sans-serif;
}

/*
font-weight
================================*/
/*
color
================================*/
/*
paragraph
================================*/
.paragraphs p {
  line-height: 2em;
}
.paragraphs p:not(:first-child) {
  margin-top: 15px;
}

/*
breadcrumb
================================*/
.breadcrumb {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.4rem;
}
.breadcrumb .wrap {
  overflow-x: auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb span {
  display: block;
}
.breadcrumb span a {
  font-weight: bold;
  color: #555150;
}
.breadcrumb span .home {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 1024px) {
  .breadcrumb span .home {
    display: block;
  }
  .breadcrumb span .home:hover {
    opacity: 0.7;
  }
}
.breadcrumb span .home span img {
  max-width: 16px;
}
.breadcrumb .separate {
  margin: 0 10px;
  color: #ccc;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (min-width: 768px) {
  .breadcrumb .separate {
    margin: 0 15px;
  }
}

/*
information-list
================================*/
.information-list__item {
  border-top: 1px solid #ccc;
}
.information-list__item:last-child {
  border-bottom: 1px solid #ccc;
}
.information-list__item a {
  position: relative;
  display: block;
  padding: 25px 35px 25px 0;
}
@media screen and (min-width: 1200px) {
  .information-list__item a {
    padding: 30px 40px 30px 0;
  }
}
.information-list__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  width: 14px;
  height: 12.5px;
  background-image: url("../../images/common/btn-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
.information-list__item a .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
.information-list__item a .other .date {
  margin-right: 15px;
}
.information-list__item a .other .cat {
  color: #aaa;
}
.information-list__item a .heading {
  margin-top: 20px;
  line-height: 1.6em;
}

/*
pagination
================================*/
.pagination {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers li:not(:first-child) {
  margin-left: 8px;
}
@media screen and (min-width: 1024px) {
  .pagination .page-numbers li:not(:first-child) {
    margin-left: 15px;
  }
}
.pagination .page-numbers li span, .pagination .page-numbers li a {
  display: block;
  padding: 10px 12px;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 1024px) {
  .pagination .page-numbers li span, .pagination .page-numbers li a {
    padding: 17px 20px;
  }
}
.pagination .page-numbers li a {
  border: 1px solid #ccc;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.pagination .page-numbers li .current {
  color: #fff;
  background: #555150;
  border: 1px solid #555150;
}