@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Noto Sans JP", "sans-serif";
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .inner {
    padding: 0;
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1140px) {
  .inner {
    padding: 0 25px;
  }
}
.wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.bg {
  width: 100%;
  position: relative;
}
.bg::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  left: 0;
  right: 0;
  background-color: #000;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bg::before {
    top: 0px;
    bottom: 0px;
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
}

.head {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .head {
    font-size: 82px;
  }
}
.head h2 {
  font-family: "Bebas Neue", "Noto Sans JP";
  font-weight: 700;
  line-height: 1;
  font-size: 64px;
  letter-spacing: 2.88px;
}
.head-sub {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans JP", "sans-serif";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .head-sub {
    font-size: 16px;
  }
}

.heading-wh {
  color: #FFF;
}

.lyzer-svg {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .lyzer-svg {
    width: 30px;
  }
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.card {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .card {
    width: calc(33.3333333333% - 40px);
  }
}
.card__trial {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .card__trial {
    width: calc(25% - 40px);
  }
}
.card__h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .card__h3 {
    font-size: 20px;
  }
}

.boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 1140px) {
  .boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1140px;
  }
}
.box {
  border-radius: 10px;
  border: 2px solid #000;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 0px 0px #000;
          box-shadow: 0px 3px 0px 0px #000;
  width: 100%;
}
.box__title {
  background: #000;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 18px;
  line-height: normal;
  padding: 12px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px 8px 0px 0px;
}
@media screen and (min-width: 768px) {
  .box__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    text-align: center;
  }
}
.box__title p {
  font-family: "Lato", "sans-serif";
  font-size: 28px;
  font-style: italic;
  font-weight: 800;
}
.box__title span {
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 22px;
  font-weight: 500;
}
.box__text {
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
.box__text p {
  font-size: 16px;
  font-weight: 600;
}
.box__text img {
  margin-top: 23px;
}
.box__text-ye {
  color: #E3B865;
  font-weight: 700;
}
.box__text-yeb {
  background-color: #FFF7E9;
  padding: 15px 14px;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .box__text-yeb {
    padding: 15px 10px;
  }
}

@media screen and (min-width: 1140px) {
  .box {
    width: calc(25% - 10px);
    max-width: 1140px;
  }
  .box__text {
    height: 320px;
    font-size: 16px;
  }
}
.text-box {
  margin-top: 22px;
}
.text-box h3 {
  font-weight: 700;
  font-size: 18px;
}
.text-box p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .text-box p {
    font-size: 16px;
  }
}
.text-box-wh {
  color: #FFF;
}

.button {
  display: block;
  border-radius: 100px;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .button {
    max-width: 340px;
    margin: 0 auto;
  }
}
.button i {
  margin-left: 20px;
}
.button-wh {
  border: 3px solid #000;
  background: #FFF;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.button-wh:hover {
  background: #000;
  color: #fff;
}
.button-bl {
  border: 3px solid #fff;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.button-bl:hover {
  border: 3px solid #fff;
  background: #FFF;
  color: #000;
}
.button-ye {
  border: 3px solid #E3B865;
  background: #E3B865;
  color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.button-ye:hover {
  border: 3px solid #E3B865;
  background: #FFF;
  color: #E3B865;
}
.button-2 {
  text-align: center;
  margin-top: 30px;
}
.button-2 a {
  display: inline-block;
  padding: 10px 20px;
  background: #d8ac35;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 40px;
}
.button-2 a:hover {
  background: #b08924;
}

/* ====== ヘッダー ====== */
.header {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 1000;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.header__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .header__logo {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.header__logo img {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    width: 150px;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 1024px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav li {
  margin-left: 46px;
  position: relative;
}
.header__nav li:not(:first-child)::before {
  content: "／";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav li a {
  font-family: "Lato", "sans-serif";
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav li a:hover {
  color: #D8AC35;
}
.header__nav .fa-instagram {
  font-size: 23px;
  margin-bottom: -5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav .fa-instagram:hover {
  color: #D8AC35;
}
.header__button {
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 600;
  font-size: 14px;
  background: #D8AC35;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 18px;
}
@media screen and (min-width: 768px) {
  .header__button {
    margin-left: 0;
  }
}
.header__button:hover {
  opacity: 0.7;
}
.header__sns {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .header__sns {
    margin-bottom: -4px;
    margin-left: 0;
  }
}

/* ハンバーガーメニュー */
.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2001;
}
@media (min-width: 1024px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background-color: #000;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

/* ドロワーメニュー */
.drawer-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-menu.is-checked {
  right: 0;
}
.drawer-menu .drawer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.drawer-menu a {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  font-family: "Lato", "sans-serif";
}

/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1500;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

.fv {
  position: relative;
  width: 100%;
  height: 430px; /* スマホ用高さ */
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fv {
    height: 550px;
  }
}
.fv__video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 幅100%を維持しながら高さ内にフィット */
  height: 430px;
}
@media screen and (min-width: 768px) {
  .fv__video {
    height: 550px;
  }
}
@media screen and (min-width: 768px) {
  .fv__video--sp {
    display: none;
  }
}
.fv__video--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__video--pc {
    display: block;
  }
}

.news {
  background-color: #f0f0f0;
  padding: 19px 0;
}
.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .news__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.news__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .news__text-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
}
.news__text-box h2 {
  font-family: "Bebas Neue", "Noto Sans JP";
  font-weight: 800;
  font-size: 20px;
}
.news__text-box p {
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 13px;
}
.news__button {
  text-align: right;
}
.news a {
  font-family: "Bebas Neue", "Noto Sans JP";
  font-weight: 800;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news a:hover {
  color: #D8AC35;
}
.news__title {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 16px;
  }
}

.campaign__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .campaign__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 40px;
  }
}
.campaign__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .campaign__image {
    width: calc(50% - 22.5px);
  }
}
.campaign__image a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.campaign__image a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.feature {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .feature {
    padding-bottom: 100px;
  }
}

.course h3 {
  color: #FFF;
  font-family: Lato;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}
.course h3 span {
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}

.course .cards {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .course .cards .card {
    width: 40%;
    margin: 0;
  }
}

.trial {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .trial {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.trial__container {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.trial__images {
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .trial__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 758px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.trial_image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .trial_image {
    width: calc(50% - 10px);
  }
}
.trial__h3 {
  font-family: Lato;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}
.trial__h3 span {
  font-family: Lato;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}

.facility {
  background-color: #f0f0f0;
}
.facility__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 10px 0 10px;
}
@media screen and (min-width: 768px) {
  .facility__container {
    padding: 60px 0 0 0;
  }
}
.facility__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 540px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .facility__images {
    max-width: 1140px;
    gap: 10px;
  }
}
.facility__image {
  width: 350px;
  border: 10px solid white;
}
.facility__image:nth-child(odd) {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .facility__image:nth-child(odd) {
    margin: 0;
  }
}
.facility__image:nth-child(even) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .facility__image:nth-child(even) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .facility__image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    justify-items: center;
  }
}

.movie {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .movie {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.movie__items {
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .movie__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1000px;
  }
}
.movie__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 600px;
  max-width: 100%;
}
.movie__video {
  width: 100%;
  max-width: 400px; /* 2つ並んだ時に1140pxを超えないよう調整 */
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.movie__description {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

.trainer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .trainer__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
.trainer__image {
  width: 90%;
  height: 200px;
  border-radius: 200px 0 0 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .trainer__image {
    width: 40%;
    height: 400px;
    border-radius: 0 250px 250px 0;
    margin: 0;
    padding-left: 0px;
  }
}
.trainer__inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .trainer__inner {
    max-width: 800px;
    padding-right: 80px;
  }
}
.trainer__info {
  margin-top: 20px;
}
.trainer__name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.trainer__name-en {
  font-size: 14px;
  color: #777;
}
.trainer__description {
  margin-top: 10px;
  font-size: 14px;
  color: #777;
  max-width: 600px;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .trainer__description {
    max-width: 600px;
    margin-left: 0;
    font-size: 16px;
  }
}

.faq__contents {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faq__contents {
    max-width: 800px;
  }
}
.faq__list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 80px;
  }
}
.faq__item {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; /* 質問ごとの区切り */
}
@media screen and (min-width: 768px) {
  .faq__item {
    border-radius: 10px;
  }
}
.faq__question {
  width: 100%;
  text-align: left;
  background-color: #e2e1e1;
  color: #000;
  border: none;
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 横並びにする */
  -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; /* アイコンと質問文を左右に配置 */
  font-size: 14px;
  padding: 15px; /* スマホでも広がりすぎないように調整 */
}
@media screen and (min-width: 768px) {
  .faq__question {
    font-size: 18px;
    padding: 20px;
  }
}
.faq__question::after {
  content: "＋";
  font-size: 20px; /* アイコンの大きさ */
  font-weight: bold;
  position: absolute; /* 絶対位置で右寄せ */
  right: 10px; /* アイコンを少し右に */
  top: 50%; /* 垂直方向で中央に配置 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 完全に中央にする */
}
@media screen and (min-width: 768px) {
  .faq__question::after {
    right: 25px; /* 右側に余白を入れる */
  }
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 10px; /* スマホでは横パディングを小さく */
}
.faq__answer p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .faq__answer {
    font-size: 16px;
  }
}

.faq__question.active::after {
  content: "−";
}

.faq__answer.open {
  max-height: 500px;
  padding: 20px;
}

.access {
  /* Googleマップ */
  /* 会社情報 */
}
.access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 500px;
  gap: 20px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .access__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1140px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .access__contents {
    max-width: 1140px;
  }
}
.access__map {
  width: 100%;
  height: 300px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .access__map {
    max-width: 700px;
    height: 400px;
  }
}
.access__details {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .access__details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 350px;
    text-align: left;
  }
}
.access__details h2, .access__details h3 {
  margin-bottom: 10px;
  color: #333;
  text-align: center;
}
.access__details h3 {
  font-weight: 600;
  margin-top: 20px;
}
.access__details h2 {
  font-family: "Bebas Neue", "Noto Sans JP";
  font-size: 22px;
  text-align: center;
}
.access__details p {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}
.access__details a {
  color: #007BFF;
  text-decoration: none;
}
.access__details a:hover {
  text-decoration: underline;
}

.footer {
  background: #333;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__buttons-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .footer__buttons-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
}
.footer__buttons-img img {
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .footer__buttons-img img {
    height: 120px;
  }
}
.footer__btn {
  display: block;
  width: 100%;
  max-width: 350px;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__btn--reserve {
  background: #f00;
  color: #fff;
}
.footer__btn--reserve:hover {
  background: #d00;
}
.footer__btn--contact {
  background: #fff;
  color: #333;
  border: 2px solid #fff;
}
.footer__btn--contact:hover {
  background: #ddd;
  color: #333;
}
.footer p {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .footer p {
    font-size: 14px;
  }
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
    margin-bottom: 100px;
  }
}

#primary {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #primary {
    margin-bottom: 0;
    width: 65.45455%;
  }
}

#secondary {
  display: none;
}
@media screen and (min-width: 768px) {
  #secondary {
    margin-left: auto;
    width: 30.90909%;
    display: block;
  }
}

/* ウィジェット ---------------------------------- */
.widget h2.wp-block-heading {
  font-weight: 600;
}
.widget-title {
  border-bottom: 3px dotted #D8AC35;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 20px;
}
.widget__recent {
  margin-top: 0;
}
.widget__recent .rpwe-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.widget__recent .rpwe-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget__recent .rpwe-li img {
  width: 162px;
}
.widget__recent .rpwe-li .rpwe-title {
  width: 50%;
  margin-left: 10px;
}
.widget__recent .rpwe-li .rpwe-title a {
  font-size: 14px;
  font-weight: 600;
}

.wpost-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wpost-item-img {
  width: 200px;
}
.wpost-item-body {
  padding: 0 0 0 10px;
  width: calc(100% - 120px);
}
.wpost-item-title {
  font-size: 14px;
  line-height: 1.57143;
}
.wpost-item-title a {
  font-weight: 600;
}

.search-form {
  position: relative;
}
.search-field {
  width: 100%;
  border: #e2e2e2 1px solid;
  padding: 20px 24px;
  padding-right: 70px;
}
.search-field:focus {
  outline: 0;
}
.search-submit {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #e2e2e2;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget_archive a {
  color: #777;
}

/* パンくずリスト ---------------------------------- */
.breadcrumb {
  color: #DDD;
  font-size: 10px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb--single {
  text-align: left;
  font-size: 12px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .breadcrumb--single {
    margin-top: 40px;
    font-size: 14px;
  }
}
.breadcrumb__page-title {
  color: #777;
  background: #ddd;
  padding: 15px 0;
}

/* 固定ページタイトル ---------------------------------- */
.page-padding {
  padding-top: 75px;
}

.page-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-header__contents {
  padding: 74px 0;
}
@media screen and (min-width: 768px) {
  .page-header__contents {
    padding: 85px 0;
  }
}
.page-header__contents .page-title {
  color: #000;
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .page-header__contents .page-title {
    font-size: 32px;
  }
}
.page-header__contents .page-subtitle {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-header__contents .page-subtitle {
    font-size: 16px;
  }
}
.page-header__contents .lyzer-svg {
  width: 24px;
}
@media screen and (min-width: 768px) {
  .page-header__contents .lyzer-svg {
    width: 30px;
  }
}

.entry-content {
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .entry-content {
    padding: 60px 0;
  }
}
.entry-content h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", serif;
}
@media screen and (min-width: 768px) {
  .entry-content h3 {
    font-size: 22px;
  }
}
.entry-content p {
  color: #333;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .entry-content p {
    margin-top: 20px;
  }
}
.entry-content .wp-block-image img {
  margin-top: 10px;
}
.entry-content .box__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-content .box__title p {
  color: #FFF;
  margin-top: 0;
}
.entry-content a {
  color: #007BFF;
}

.CF7_table {
  max-width: 680px;
}

/* 投稿ページ ---------------------------------- */
.single {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .single {
    padding-top: 100px;
  }
}
.single .inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .single .inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.single .single__head {
  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;
  /* カテゴリ */
}
.single .single__head .single__label {
  border: 1px solid #D8AC35;
  background-color: #fff;
  color: #D8AC35;
  font-size: 12px;
  display: inline-block;
  padding: 4px 10px;
}
@media screen and (min-width: 768px) {
  .single .single__head .single__label {
    padding: 8px 12px;
  }
}
.single .single__head .single__label-match {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.single .single__head .single__label-campain {
  border: 1px solid #d00;
  background-color: #fff;
  color: #d00;
}
.single .single__head .single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #dddddd;
  font-size: 12px;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .single .single__head .single__meta {
    gap: 40px;
  }
}
.single .single__card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .single .single__card {
    padding: 25px;
  }
}
.single .single__card .post-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single .single__card .post-title {
    font-size: 20px;
  }
}
.single .single__card .post-date {
  font-size: 14px;
  color: #a1a1a1;
  margin-bottom: 20px;
}
.single .post-content {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
@media screen and (min-width: 768px) {
  .single .post-content {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.single .post-content h2 {
  color: #000; /*文字色*/
  background-color: #fff; /*背景色（白）*/
  font-size: 18px; /*文字サイズ*/
  padding: 5px 10px;
  font-weight: 600;
  display: block;
  border: 2px solid #D8AC35; /*囲み線（太さ 実線 色）*/
  border-left: 8px solid #D8AC35;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .single .post-content h2 {
    font-size: 20px;
    max-width: 600px;
  }
}
.single .post-content h3 {
  font-size: 18px; /*文字サイズ*/
  padding-top: 8px;
  display: block;
  font-weight: bold;
  border-bottom: 3px solid #e3e3e3; /*下線右側（太さ 実線 色）*/
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single .post-content h3 {
    font-size: 20px;
    max-width: 600px;
  }
}
.single .post-content h3:before {
  content: "";
  background-color: #D8AC35; /*下線左側の色*/
  width: 40px; /*下線左側の幅*/
  height: 3px; /*下線左側の太さ（高さ）*/
  position: absolute;
  bottom: -3px;
  left: 0;
}
.single .post-content h4 {
  font-size: 18px; /*文字サイズ*/
  padding: 8px 0;
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .single .post-content h4 {
    font-size: 20px;
  }
}
.single .post-content p {
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .single .post-content p {
    font-size: 16px;
  }
}
.single .post-content a {
  color: #d8ac35;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.single .post-content a:hover {
  color: #b08924;
}
.single .post-content img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single .post-content img {
    max-width: 600px;
  }
}
.single .post-navigation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.single .post-navigation a {
  color: #333;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.single .post-navigation a:hover {
  color: #d8ac35;
}
@media screen and (min-width: 768px) {
  .single .post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
}

/* 記事一覧ページ ---------------------------------- */
.archive-title span {
  font-weight: 600;
}
.archive-head {
  margin-bottom: 20px;
}
.archive-lead {
  color: #D8AC35;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.archive-description {
  font-size: 14px;
  line-height: 1.4;
}
.archive-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .archive-title {
    font-size: 22px;
  }
}
.archive-title span {
  color: #D8AC35;
  font-weight: 600;
}
.archive-title.m_category::before {
  font-size: 18px;
  color: #D8AC35;
  content: "\f02d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .archive-title.m_category::before {
    font-size: 22px;
  }
}
.archive-title.m_search::before {
  color: #D8AC35;
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .archive-title.m_search::before {
    font-size: 22px;
  }
}

.entry-item {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 25px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .entry-item {
    padding: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .entry-item-img {
    -ms-flex-line-pack: center;
        align-content: center;
    width: 36.03%;
  }
}
.entry-item-body {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .entry-item-body {
    padding-left: 20px;
    width: 63.97%;
    margin-top: 0;
  }
}
.entry-item-published {
  font-size: 14px;
  color: #a1a1a1;
}
.entry-item-published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}
.entry-item-excerpt {
  font-size: 12px;
  color: #a1a1a1;
  line-height: 1.71429;
  margin-top: 7px;
}
.entry-item-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .entry-item-title {
    color: #454545;
    font-size: 16px;
    line-height: 1.71429;
  }
}
.entry-item-tag {
  border: 1px solid #D8AC35;
  background-color: #fff;
  color: #D8AC35;
  font-size: 12px;
  display: inline-block;
  padding: 4px 10px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .entry-item-tag {
    padding: 8px 12px;
  }
}
.entry-item-tag-match {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.entry-item-tag-campain {
  border: 1px solid #d00;
  background-color: #fff;
  color: #d00;
}
.entry-item:hover {
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
}
.entry-item:last-child {
  margin-bottom: 0;
}

/* ページネーション ---------------------------------- */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.pagination a, .pagination span {
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination a {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
}
.pagination a:hover {
  background-color: #D8AC35;
  color: #fff;
  border-color: #D8AC35;
}
.pagination .current {
  background-color: #D8AC35;
  color: #fff;
  border: 1px solid #D8AC35;
  cursor: default;
}
.pagination .prev, .pagination .next {
  font-size: 14px;
  width: auto;
  padding: 10px 16px;
  border-radius: 20px;
}
.pagination .prev {
  background-color: #f0f0f0;
  color: #333;
}
.pagination .prev:hover {
  background-color: #D8AC35;
  color: #fff;
}
.pagination .next {
  background-color: #f0f0f0;
  color: #333;
}
.pagination .next:hover {
  background-color: #D8AC35;
  color: #fff;
}

.page-news {
  padding-top: 50px;
}