@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  color: #1b224c;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    line-height: 1.57143;
  }
}

a {
  color: #1b224c;
}

.bg__navy {
  background-color: #1b224c;
}

.bg__gray {
  background-color: #f8f8f8;
}

.inner {
  max-width: 980px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

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

@media screen and (max-width: 767px) {
  .inner {
    max-width: 570px;
    padding: 0 15px;
  }
}

section {
  padding: 54px 0;
}

.section__title {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  color: #1b224c;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .section__title {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 1.6875rem;
  }
}

.section__title__white {
  color: #fff;
}

.section__title__left {
  text-align-last: left;
  font-size: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .section__title__left {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .section__title__left {
    font-size: 1.5625rem;
  }
}

.page__section__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #1b224c;
}

@media screen and (max-width: 767px) {
  .page__section__title {
    font-size: 1.625rem;
  }
}

.btn {
  display: inline-block;
  width: 260px;
  max-width: 100%;
  padding: 12px;
  background-color: #f5a623;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:focus, .btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #f5a623;
}

@media screen and (max-width: 1052px) {
  .is-pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 767px) {
  .is-pctab {
    display: none !important;
  }
}

main {
  margin-top: 80px;
}

/* ----------------------------------------------------
header */
.header {
  height: 80px;
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  background-color: #fff;
}

.header__inner {
  max-width: 1280px;
  padding: 15px;
  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;
  height: inherit;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__logo {
  padding: 10px 0 10px;
}

.header__logo img {
  width: 136px;
  height: 27px;
}

.nav {
  margin-left: 28px;
}

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

.nav__list li:nth-child(n + 2) {
  margin-left: 28px;
}

.nav__list li a {
  display: inline-block;
  padding: 14px 0;
  font-weight: bold;
}

.nav__list li a:focus, .nav__list li a:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__contact {
  text-align-last: right;
}

.header__contact__time {
  font-size: 0.75rem;
  margin-bottom: -3px;
}

.header__contact__tel {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: -4px;
}

.header__contact__tel::before {
  display: inline-block;
  content: "";
  background: url(../img/tel01.png) no-repeat center bottom;
  width: 20px;
  height: 20px;
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 23px;
  margin-right: -5px;
}

.header__btn__item {
  margin-right: 10px;
}

.header__btn__item:last-child {
  margin-right: 0;
}

.header__btn__link {
  border-radius: 5px;
  padding: 15px 10px;
  font-size: 0.75rem;
  font-weight: bold;
}

.header__btn__left {
  width: 142px;
}

.header__btn__right {
  background-color: #1b224c;
  width: 137px;
}

.header__btn__right:focus, .header__btn__right:hover {
  color: #1b224c;
}

.drawer-icon {
  display: none;
  position: fixed;
  right: 16px;
  top: 20px;
  z-index: 41;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

.drawer-icon.is-checked {
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px);
}

@media screen and (max-width: 1052px) {
  .drawer-icon {
    display: block;
  }
}

.drawer-bars {
  display: inline-block;
  width: 22px;
  height: 20px;
  position: relative;
  vertical-align: bottom;
  margin-top: -8px;
  padding: 26px;
  border: 2px solid #1b224c;
  border-radius: 50%;
}

.is-checked .drawer-bars {
  border-color: #fff;
}

.drawer-bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background: #1b224c;
  width: 50%;
  height: 4px;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.drawer-bar:nth-of-type(1) {
  top: 16px;
}

.drawer-bar:nth-of-type(2) {
  top: 24px;
}

.drawer-bar:nth-of-type(3) {
  top: 32px;
}

.is-checked .drawer-bar:nth-of-type(1) {
  top: 24px;
  left: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}

.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
  top: 24px;
  left: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.drawer-background {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.drawer-background.is-checked {
  display: block;
  opacity: 0.7;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  z-index: 40;
  width: 280px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: left;
  color: #fff;
}

.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}

.drawer-content .drawer-content__img {
  margin: 25px 0 28px 20px;
}

.drawer-content .drawer-content__img img {
  width: 136px;
  height: 27px;
}

.drawer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #1b224c;
}

.drawer-content ul li {
  border-bottom: 1px dotted #fff;
}

.drawer-content ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 25px 30px 23px 20px;
  color: #fff;
  font-size: 1rem;
}

.drawer-content ul li a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 40%;
  -webkit-transform: translateY(-42%);
          transform: translateY(-42%);
  width: 7px;
  height: 11px;
}

.drawer-content ul li a span {
  display: block;
}

.drawer-content .header__btn {
  margin: 16px 10px 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-content .header__btn .header__btn__link {
  width: 120px;
}

.drawer-content .header__contact {
  color: #1b224c;
  text-align: left;
  text-align-last: left;
  margin-left: 16px;
  margin-top: 12px;
}

.drawer-content .header__contact .header__contact__time {
  margin-left: 1rem;
  margin-top: 4px;
}

/* ----------------------------------------------------
hero */
.hero {
  color: #fff;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 104px;
  padding-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 84px;
    padding-bottom: 60px;
  }
}

.hero__title {
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 2.25rem;
  }
}

.hero__text {
  font-size: 1.125rem;
  margin-top: 12px;
  line-height: 1.72222;
}

@media screen and (max-width: 767px) {
  .hero__text {
    font-size: 1rem;
    margin-top: 16px;
  }
}

.hero__btn {
  margin-top: 44px;
}

.hero__btn__link {
  padding: 17px 10px;
  border-radius: 31px;
}

.hero__inquiry {
  display: inline-block;
  margin-top: 8px;
  padding: 10px;
  text-decoration: underline;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hero__inquiry:focus, .hero__inquiry:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------
main */
.about {
  text-align: center;
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  width: 100%;
  max-width: 620px;
  margin: 44px auto 0;
}

@media screen and (max-width: 767px) {
  .about__item {
    margin: 36px auto 0;
    display: block;
  }
}

.about__item__text {
  width: 33.33333%;
  margin-bottom: 16px;
  line-height: 2.16667;
}

.about__item__text:first-child {
  padding-right: 22px;
}

.about__item__text:last-child {
  padding-right: 26px;
}

@media screen and (max-width: 767px) {
  .about__item__text {
    width: 100%;
    margin-bottom: 4px;
  }
  .about__item__text:last-child {
    margin-bottom: 0;
  }
}

.about__box {
  background-color: #fff;
  padding: 11px 16px;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .about__box {
    margin-top: 32px;
  }
}

.about__box__inner {
  border: 5px solid #1b224c;
  padding: 8px 12px;
}

.about__box__title {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.38889;
}

.about__box__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #f5a623));
  background: linear-gradient(transparent 75%, #f5a623 75%);
}

@media screen and (max-width: 767px) {
  .about__box__title {
    font-size: 1.75rem;
  }
}

.about__box__text {
  font-size: 1.125rem;
  margin-top: 22px;
  margin-bottom: 18px;
  line-height: 1.72222;
}

@media screen and (max-width: 767px) {
  .about__box__text {
    font-size: 1rem;
  }
}

/* ----------------------------------------------------
feature */
.feature__media {
  margin-top: 44px;
}

.feature__media__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
}

.feature__media__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .feature__media__item {
    display: block;
  }
}

.media__img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38.8889%;
          flex: 0 1 38.8889%;
  padding-top: 26.6666%;
  overflow: hidden;
  margin-right: 5.5555%;
}

.media__img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .media__img img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .media__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 68.5714%;
    margin-right: 0;
  }
}

.feature__media__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.feature__media__item:nth-child(odd) .media__img {
  margin-right: 0;
  margin-left: 5.5555%;
}

@media screen and (max-width: 767px) {
  .feature__media__item:nth-child(odd) .media__img {
    margin-left: 0;
  }
}

.media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .media__body {
    margin-top: 20px;
  }
}

.media__body .media__label {
  background-color: #f5a623;
  color: #fff;
  font-size: 0.75rem;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.media__body .media__title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .media__body .media__title {
    font-size: 1.375rem;
    margin-top: 16px;
  }
}

.media__body .media__text {
  margin-top: 28px;
  line-height: 1.6875;
}

@media screen and (max-width: 767px) {
  .media__body .media__text {
    margin-top: 16px;
  }
}

/* ----------------------------------------------------
plan */
.plan__wrapper {
  text-align: center;
  padding: 52px 40px;
  background-size: cover;
  background-position: center;
  margin-bottom: 38px;
  margin-top: 36px;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .plan__wrapper {
    padding: 52px 24px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .plan__wrapper {
    padding: 52px 15px;
    margin-top: 12px;
  }
}

.plan__title {
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .plan__title {
    font-size: 1.25rem;
  }
}

.plan__btn {
  margin-top: 18px;
}

.plan__btn__link {
  background-color: transparent;
  border-color: currentColor;
  width: 200px;
}

.plan__btn__link:focus, .plan__btn__link:hover {
  background-color: #fff;
  border-color: transparent;
  color: #1b224c;
}

/* ----------------------------------------------------
model */
@media screen and (max-width: 767px) {
  .inner__model {
    max-width: 420px;
  }
}

.model__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 118px;
  margin-bottom: -27px;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .model__card {
    margin-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  .model__card {
    display: block;
    margin-top: 48px;
  }
}

.model__card__item {
  width: 31.1111%;
  margin-right: 3.3333%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.model__card__item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .model__card__item {
    width: 100%;
    margin-right: 0;
  }
}

.card__title {
  font-weight: bold;
  color: #fff;
  line-height: 1.8125;
}

@media screen and (max-width: 767px) {
  .card__title {
    font-size: 1rem;
  }
}

.card__img {
  margin-top: 4px;
  background-color: #fff;
  position: relative;
  padding-top: 61.0714%;
  overflow: hidden;
}

.card__img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.2143%;
}

@media screen and (max-width: 767px) {
  .card__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 68.5714%;
    margin-right: 0;
  }
}

.card__info__status,
.card__info__name,
.card__content {
  background-color: #fff;
}

.card__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 16px;
  width: 100%;
}

.card__info__status {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35.7143%;
          flex: 0 1 35.7143%;
  padding: 4px 10px;
  margin-right: 2.9629%;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .card__info__status {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}

.card__info__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4px 14px;
}

.card__content {
  padding: 4px 14px;
  margin-top: 12px;
}

/* ----------------------------------------------------
flow */
.flow__list {
  margin-top: 40px;
}

.flow__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 8px;
}

.flow__list__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .flow__list__item {
    height: auto;
  }
}

.flow__number {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: #f5a623;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .flow__number {
    width: 56px;
  }
}

@media screen and (max-width: 767px) {
  .flow__number {
    line-height: normal;
    padding-top: 16px;
    height: auto;
  }
}

.flow__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  width: 100%;
  max-width: 836px;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .flow__body {
    display: block;
    padding: 12px;
    height: auto;
  }
}

.flow__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25.5981%;
          flex: 0 1 25.5981%;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 4px 16px 0 22px;
  border-right: 1px solid #c3c3c3;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .flow__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}

@media screen and (max-width: 767px) {
  .flow__title {
    padding: 0 8px;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #c3c3c3;
  }
}

.flow__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 56px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .flow__text {
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .flow__text {
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* ----------------------------------------------------
faq */
.faq {
  padding-top: 12px;
}

.accordion {
  margin-top: 20px;
  border-bottom: 1px solid #1b224c;
}

.accordion__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 56px 22px 0;
  background-color: transparent;
  border-top: 1px solid #1b224c;
  color: #1b224c;
  line-height: 1.6875;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion__btn::before, .accordion__btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: currentColor;
  right: 20px;
  width: 25px;
  height: 3px;
}

.accordion__btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion__btn.close::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion__body {
  display: none;
  padding: 16px 18px 20px 26px;
  background-color: #f8f8f8;
  margin-top: -6px;
  margin-bottom: 15px;
}

.accordion__body p {
  line-height: 1.6875;
}

/* ----------------------------------------------------
blog-news */
.blog-news {
  padding-top: 28px;
}

.inner__blog-news {
  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) {
  .inner__blog-news {
    display: block;
  }
}

.blog {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-right: 7.3%;
}

@media screen and (max-width: 767px) {
  .blog {
    margin-right: 0;
  }
}

.blog__list {
  margin-top: 28px;
  margin-bottom: -30px;
}

@media screen and (max-width: 767px) {
  .blog__list {
    margin-bottom: 60px;
  }
}

.blog__list__item {
  margin-bottom: 30px;
}

.blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog__link:focus, .blog__link:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog__label {
  position: relative;
}

.blog__label__text {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 78px;
  height: 23px;
  background-color: #1b224c;
  color: #fff;
  font-size: 0.75rem;
  padding: 2.5px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34.7222%;
          flex: 0 1 34.7222%;
  position: relative;
  padding-top: 25.463%;
  overflow: hidden;
  margin-right: 4.623%;
}

.blog__img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog__title {
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.6875;
  margin-top: -4px;
}

.blog__time {
  font-size: 0.75rem;
  margin-bottom: -2px;
}

.news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news__list {
  margin-top: 20px;
  margin-bottom: -48px;
}

.news__list__item {
  margin-bottom: 48px;
}

.news__link {
  display: block;
}

.news__link:focus, .news__link:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news__time {
  font-size: 0.75rem;
}

.news__title {
  margin-top: 8px;
  text-decoration: underline;
}

/* ----------------------------------------------------
request */
.request {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 26px;
  background-size: cover;
  background-position: center;
  margin-top: 66px;
}

.request__title {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .request__title {
    font-size: 1.5rem;
  }
}

.request__btn {
  margin-top: 16px;
}

.request__btn__link {
  width: 280px;
}

.request__inquiry {
  display: inline-block;
  margin-top: 8px;
  padding: 10px;
  text-decoration: underline;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.request__inquiry:focus, .request__inquiry:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------
contact */
.inner__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 100px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .inner__contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .inner__contact {
    display: block;
    text-align: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-left: 0;
  }
}

.contact__text {
  font-weight: bold;
  margin-right: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .contact__text {
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contact__text {
    margin-right: 0;
  }
}

.contact__tel {
  font-size: 2.25rem;
  font-weight: bold;
  margin-right: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .contact__tel {
    font-size: 2rem;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contact__tel {
    margin-right: 0;
    font-size: 1.875rem;
  }
}

/* ----------------------------------------------------
footer */
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 25px 66px 25px;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 24px 15px 40px 15px;
  }
}

.footer__nav {
  margin-top: 12px;
  margin-left: 21px;
}

.footer__nav__list li {
  padding-left: 24px;
  padding-right: 22px;
  border-right: 1px solid #fff;
}

.footer__nav__list li:first-child {
  padding-left: 0;
}

.footer__nav__list li:last-child {
  padding-right: 0;
  border-right: none;
}

.footer__nav__list li:nth-child(n+2) {
  margin-left: 0;
}

.footer__nav__list li a {
  color: #fff;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .footer__nav__list {
    display: block;
  }
  .footer__nav__list li {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border: none;
  }
  .footer__nav__list li:last-child {
    padding-bottom: 0;
  }
}

.footer__right {
  margin-top: 4px;
}

.footer__logo {
  display: inline-block;
  background-color: #fff;
  padding: 13.5px 19px;
}

.footer__logo img {
  width: 159px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    padding: 10px 14px;
  }
  .footer__logo img {
    width: 132px;
    height: 27px;
  }
}

.footer__contact {
  margin-top: 24px;
  color: #fff;
}

.footer__contact__tel::before {
  background: url(../img/tel02.png) no-repeat center bottom;
}

.footer__contact__time {
  margin-top: 8px;
}

.footer__copyright {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 0.75rem;
  font-weight: bold;
}

.footer__copyright .inner {
  padding-right: 25px;
}

/* ----------------------------------------------------
page-plan */
.page__hero__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page__hero__title {
    font-size: 1.625rem;
  }
}

.inner__page__hero {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page__hero {
  position: relative;
}

.page__hero img {
  height: 221px;
  width: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__system {
  padding-top: 50px;
}

.page__system__list {
  margin-top: 54px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page__system__list__item {
  width: 280px;
  height: 90px;
  background-color: #1b224c;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 30px 0 26px;
}

@media screen and (max-width: 767px) {
  .page__system__list__item {
    font-size: 1rem;
    height: 60px;
    padding: 18px 0;
  }
}

.page__system__plus {
  padding: 0 33px;
  font-size: 2.75rem;
}

@media screen and (max-width: 767px) {
  .page__system__plus {
    padding: 0 12px;
    font-size: 1.875rem;
  }
}

.page__system__text {
  margin-top: 42px;
  line-height: 1.6875;
}

.page__plan {
  padding-top: 32px;
  padding-bottom: 0;
  margin-bottom: -4px;
}

.page__plan__list {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1052px) {
  .page__plan__list {
    overflow: auto;
    position: relative;
  }
}

.page__plan__list__item {
  width: 220px;
  text-align: center;
  margin-right: 6px;
  white-space: nowrap;
}

.page__plan__title {
  background-color: #1b224c;
  color: #fff;
  font-weight: bold;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
}

.page__plan__title.bg__accent {
  background-color: #f5a623;
  height: 96px;
  padding: 10px 0;
  line-height: 2.35;
}

.page__plan__body {
  height: 414px;
  border: 1px solid #1b224c;
  border-top: none;
  padding: 0 20px;
}

.page__plan__price {
  font-size: 1.5625rem;
  font-weight: bold;
  padding-top: 24px;
}

.page__plan__price.text__accent {
  color: #f5a623;
}

.page__plan__tax {
  margin-top: 6px;
}

.page__plan__contents {
  margin-top: 42px;
}

.page__plan__content {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.625rem;
  line-height: 1.6875;
}

.page__plan__content:last-child {
  margin-bottom: 0;
}

.page__plan__content::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  border-bottom: 3px solid #1b224c;
  border-left: 3px solid #1b224c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  left: 3px;
}

/* ----------------------------------------------------
archive */
.page__blog {
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: -22px;
}

.page__blog__list {
  margin-top: 52px;
  margin-bottom: 112px;
}

.page__blog__list__item {
  margin-bottom: 60px;
}

.page__blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .page__blog__link {
    display: block;
  }
}

.page__blog__link:focus, .page__blog__link:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page__blog__label {
  position: relative;
}

.page__blog__label__text {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 80px;
  background-color: #1b224c;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 0;
}

.page__blog__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 26.6667%;
          flex: 0 1 26.6667%;
  margin-right: 5.5555%;
  position: relative;
  padding-top: 19.8889%;
  overflow: hidden;
}

.page__blog__img img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .page__blog__img {
    margin-right: 0;
    margin-bottom: 16px;
    padding-top: 61.6667%;
  }
}

.page__blog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page__blog__title {
  font-size: 1.625rem;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 8px;
  word-wrap: break-word;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .page__blog__title {
    font-size: 1.375rem;
  }
}

.page__blog__text {
  margin-top: 18px;
}

/* ----------------------------------------------------
single */
.page__single {
  padding-top: 60px;
  padding-bottom: 0;
  margin-bottom: -26px;
}

.inner__blog__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .inner__blog__single {
    display: block;
  }
}

.page__single__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65.5556%;
          flex: 0 1 65.5556%;
  margin-right: 4%;
  max-width: 65.5556%;
}

@media screen and (max-width: 767px) {
  .page__single__main {
    max-width: 100%;
    margin-right: 0;
  }
}

.single__article {
  margin-bottom: 48px;
}

.single__label {
  display: block;
  width: 110px;
  height: 31px;
  background-color: #1b224c;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  line-height: 31px;
}

.single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.single__bookmarking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single__img {
  position: relative;
  padding-top: 62.7119%;
  overflow: hidden;
  margin-top: 14px;
  width: inherit;
}

.single__img img {
  position: absolute;
  top: 0;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-caption {
  width: inherit !important;
}

.wp-caption img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.single__article {
  max-width: 100%;
  width: inherit;
}

.single__article h1,
.single__article h2,
.single__article h3,
.single__article h4,
.single__article h5,
.single__article h6 {
  font-weight: bold;
  margin-top: 36px;
}

.single__article h1 {
  font-size: 1.75rem;
}

.single__article h1.single__title {
  margin-top: 24px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

.single__article h2 {
  font-size: 1.625rem;
}

.single__article h3 {
  font-size: 1.375rem;
  padding-left: 10px;
  border-left: 4px solid #1b224c;
}

.single__article h4 {
  font-size: 1.25rem;
}

.single__article h5 {
  font-size: 1.125rem;
}

.single__article p {
  margin-top: 20px;
}

.single__article p a {
  color: #f5a623;
  text-decoration: underline;
  font-size: 1.125rem;
}

.single__article ul,
.single__article ol {
  margin-top: 28px;
}

.single__article ul li,
.single__article ol li {
  position: relative;
  padding-left: 2.25rem;
}

.single__article ul li::before,
.single__article ol li::before {
  position: absolute;
  content: "";
  left: 0.2rem;
  top: 0.4rem;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f5a623;
}

.single__article ol {
  margin-top: 0;
}

.wp-block-quote {
  background-color: #f8f8f8;
  padding: 12px 12px 12px 12px;
  margin: 24px 0 0 0;
}

.wp-block-quote p {
  margin: 12px 12px 12px 48px;
  position: relative;
}

.wp-block-quote p::before {
  position: absolute;
  content: "“";
  font-size: 5.625rem;
  color: #b4b4b4;
  top: -2rem;
  left: -3rem;
}

.wp-block-quote cite {
  margin: 12px 12px 12px 48px;
}

.wp-block-image img {
  margin-top: 30px;
  height: auto;
}

.alignleft {
  width: 150px;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}

.alignright {
  width: 300px;
  margin-left: auto;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}

.alignright img {
  margin-left: auto;
}

.aligncenter {
  max-width: 100%;
  height: auto;
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}

.aligncenter img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.alignnone {
  max-width: 100%;
  height: auto;
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}

.lazyloaded {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-columns {
  margin-top: 24px;
}

.single__link {
  margin-top: 24px;
}

.single__blog__list {
  margin-top: 28px;
  margin-bottom: 0;
}

.single__blog__list__item {
  margin-bottom: 28px;
}

.recommend__title {
  font-size: 1.625rem;
  font-weight: bold;
  padding-top: 12px;
}

@media screen and (max-width: 767px) {
  .single__blog__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.single__blog__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35.5932%;
          flex: 0 1 35.5932%;
  margin-right: 5.4237%;
  padding-top: 21.6949%;
}

.single__blog__body {
  margin-top: -4px;
}

.single__blog__title {
  font-size: 1.125rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .single__blog__title {
    font-size: 1rem;
    margin-top: 8px;
  }
}

.page__single__sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.relation__title {
  display: block;
  width: 100%;
  height: 63px;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #fff;
  background-color: #1b224c;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 30px;
}

.relation__blog__list {
  margin-top: 30px;
  margin-bottom: 48px;
}

.relation__blog__list__item {
  margin-bottom: 41px;
}

.relation__blog__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36.4963%;
          flex: 0 1 36.4963%;
  margin-right: 6.2044%;
  padding-top: 25.5474%;
  height: 100%;
}

.relation__blog__img img {
  height: 100%;
}

.relation__blog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -6px;
}

.relation__blog__title {
  font-size: 0.75rem;
  font-weight: normal;
  text-decoration: underline;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 2;
}

.cat-item a {
  font-weight: bold;
  display: inline-block;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.cat-item a:first-child {
  padding-top: 0;
}

.cat-item a::before {
  content: "・";
  padding-right: 3px;
}

.cat-item a:focus, .cat-item a:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* ----------------------------------------------------
archive-news */
.page__news {
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: -20px;
}

.page__news__list {
  margin-top: 40px;
  border-top: 1px solid #d5d5d5;
  margin-bottom: 70px;
}

.page__news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 21px;
  border-bottom: 1px solid #d5d5d5;
}

@media screen and (max-width: 767px) {
  .page__news__body {
    display: block;
  }
}

.page__news__time {
  display: inline-block;
  width: 85px;
  margin-right: 5.6667%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .page__news__time {
    margin-right: 0;
    margin-bottom: 4px;
  }
}

.page__news__title {
  display: inline-block;
  width: calc(100% - 5.5555% - 48px);
  text-decoration: underline;
}

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

.page__news__body:focus, .page__news__body:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* ----------------------------------------------------
page-news-single */
.news__single__info {
  width: 100%;
}

.news__single__time {
  margin-left: auto;
}

.news__single__img {
  width: 400px;
  max-width: 100%;
  margin-top: 24px;
}

/* ----------------------------------------------------
page-inquiry */
.page__inquiry {
  padding-top: 52px;
  padding-bottom: 82px;
}

@media screen and (min-width: 1053px) {
  .inner__page__inquiry {
    max-width: 780px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .inner__page__inquiry {
    max-width: 748px;
  }
}

.page__inquiry__text {
  line-height: 1.6875;
}

.mw_wp_form {
  margin-top: 43px;
  line-height: 1.6875;
}

.page__inquiry__list__item {
  margin-top: 17px;
}

.page__inquiry__list__item input {
  margin-top: 4px;
  width: 100%;
  height: 50px;
  padding: 0 16px;
}

.page__inquiry__list__item textarea {
  width: 100%;
  margin-top: 4px;
  height: 240px;
  padding: 20px 24px;
  resize: none;
}

.page__inquiry__list__item input[type="radio"] {
  display: none;
}

.page__inquiry__list__item label {
  display: block;
}

.page__inquiry__list__item label span {
  position: relative;
  display: inline-block;
  padding: 1px 6px 0 40px;
  cursor: pointer;
}

.page__inquiry__list__item label span::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #1b224c;
  border-radius: 50%;
  left: 0;
  top: 4px;
}

.page__inquiry__list__item label span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1b224c;
  top: 14px;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

input[type="radio"]:checked + span::after {
  opacity: 1;
}

.page__inquiry__radio__btns {
  margin-top: 12px;
}

.page__inquiry__privacy {
  text-align: center;
  margin-top: 20px;
}

.page__inquiry__privacy a {
  color: #f5a623;
  text-decoration: underline;
}

.page__inquiry__checkbox {
  text-align: center;
  margin-top: 22px;
}

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

input[type="checkbox"] + span {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  display: inline-block;
}

input[type="checkbox"] + span::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #1b224c;
  left: 0;
  top: 2px;
}

input[type="checkbox"] + span::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  border-bottom: 3px solid #1b224c;
  border-left: 3px solid #1b224c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 4px;
  left: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.page__inquiry__btn {
  text-align: center;
  margin-top: 40px;
}

.page__inquiry__btn__link {
  background-color: #1b224c;
  border-radius: 5px;
  width: 200px;
  line-height: 1.5;
}

.page__inquiry__btn__link:focus, .page__inquiry__btn__link:hover {
  color: #1b224c;
}

/* ----------------------------------------------------
page-inquiry--submit */
.page__inquiry__submit {
  padding-top: 52px;
  padding-bottom: 66px;
}

.page__inquiry__submit__text {
  text-align: center;
  margin-top: 26px;
  line-height: 1.6875;
}

.page__inquiry__submit__bottom {
  text-align: center;
}

.page__inquiry__submit__link {
  display: inline-block;
  margin-top: 72px;
  padding: 10px;
  text-decoration: underline;
}

.page__inquiry__submit__link:focus, .page__inquiry__submit__link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* ----------------------------------------------------
privacy-policy */
@media screen and (min-width: 1053px) {
  .inner__page__privacy-policy {
    max-width: 780px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1052px) {
  .inner__page__privacy-policy {
    max-width: 748px;
  }
}

.inner__page__privacy-policy h3 {
  font-weight: bold;
  font-size: 1.375rem;
  margin-top: 22px;
}

/* ----------------------------------------------------
404 */
.page404__text {
  text-align: center;
  margin-top: 32px;
}

.breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 0.75rem;
}

.breadcrumb span {
  padding: 0 3px;
}

.breadcrumb span:first-child {
  padding-left: 0;
}

.breadcrumb a {
  text-decoration: underline;
}

.pagination {
  text-align: center;
  margin-right: -8px;
}

.pagination span,
.pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  margin-right: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .pagination span,
  .pagination a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 10px;
  }
}

.pagination span {
  background: #1b224c;
  border: 1px solid #1b224c;
  color: #fff;
}

.pagination a {
  background: transparent;
  border: 1px solid currentColor;
  color: #1b224c;
}

.pagination a:hover {
  background: #1b224c;
  color: #fff;
}

.pagination .dots {
  background: transparent;
  border: 1px solid transparent;
  color: #1b224c;
}
