@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?9tus8u");
  src: url("../fonts/icomoon.eot?9tus8u#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9tus8u") format("truetype"), url("../fonts/icomoon.woff?9tus8u") format("woff"), url("../fonts/icomoon.svg?9tus8u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow02:before {
  content: "\e901";
  color: #fff;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-blank:before {
  content: "\e906";
}

.icon-excel:before {
  content: "\e907";
}

.icon-word:before {
  content: "\e908";
}

.icon-pdf:before {
  content: "\e909";
}

.icon-file:before {
  content: "\e90a";
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 320px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  transition: all 0.3s;
}

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

html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #393d3c;
  overflow-y: scroll;
  word-wrap: break-word;
  font-size: 1.35rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.8;
  width: 100%;
  background: #fff;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 51px;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    padding-top: 90px;
  }
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/common/main_bg.jpg) no-repeat center center;
  background-size: cover;
}

.inner_large {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .inner_large {
    width: calc(100% - 50px);
  }
}
@media print, screen and (min-width: 1400px) {
  .inner_large {
    width: calc(100% - 60px);
  }
}

.inner_mid {
  max-width: 1300px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .inner_mid {
    width: calc(100% - 50px);
  }
}
@media print, screen and (min-width: 1400px) {
  .inner_mid {
    width: calc(100% - 60px);
  }
}

.ta_r {
  text-align: right !important;
}

.ta_l {
  text-align: left !important;
}

.ta_c {
  text-align: center !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.page_inner {
  padding-inline: 20px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.sptel {
  cursor: default;
  pointer-events: none;
}

.device-sp .sptel {
  cursor: pointer;
  pointer-events: auto;
}

.bg_green {
  background-color: #8dd6b9;
}

.anim {
  opacity: 0;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.doanim {
  opacity: 1;
}

.blurtext {
  filter: blur(1rem);
  transform: translateY(5rem);
}

.doanim.blurtext {
  filter: blur(0);
  transform: translateY(0);
}

.blur {
  opacity: 0;
  filter: blur(1rem);
  transition: all 0.7s;
}

.doanim.blur {
  opacity: 1;
  filter: blur(0);
}

.fade_totop {
  transform: translateY(5rem);
}

.doanim.fade_totop {
  transform: translateY(0);
}

.scaleimg {
  overflow: hidden;
  transition: all 1.2s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s linear;
}
.scaleimg img {
  transform: scale(1.1);
  transition: all 1.2s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s linear;
  transform-origin: center center;
}

.doanim.scaleimg img {
  transform: scale(1);
}

.delay1 {
  transition-delay: 0.1s !important;
}
@media print, screen and (min-width: 768px) {
  .delay1 {
    transition-delay: 0.2s !important;
  }
}

.delay2 {
  transition-delay: 0.2s !important;
}
@media print, screen and (min-width: 768px) {
  .delay2 {
    transition-delay: 0.3s !important;
  }
}

.delay3 {
  transition-delay: 0.3s !important;
}
@media print, screen and (min-width: 768px) {
  .delay3 {
    transition-delay: 0.4s !important;
  }
}

.delay4 {
  transition-delay: 0.4s !important;
}
@media print, screen and (min-width: 768px) {
  .delay4 {
    transition-delay: 0.5s !important;
  }
}

.delay5 {
  transition-delay: 0.5s !important;
}
@media print, screen and (min-width: 768px) {
  .delay5 {
    transition-delay: 0.6s !important;
  }
}

.delay6 {
  transition-delay: 0.6s !important;
}
@media print, screen and (min-width: 768px) {
  .delay6 {
    transition-delay: 0.7s !important;
  }
}

.delay7 {
  transition-delay: 0.7s !important;
}
@media print, screen and (min-width: 768px) {
  .delay7 {
    transition-delay: 0.8s !important;
  }
}

.delay8 {
  transition-delay: 0.8s !important;
}
@media print, screen and (min-width: 768px) {
  .delay8 {
    transition-delay: 0.9s !important;
  }
}

.delay9 {
  transition-delay: 0.9s !important;
}
@media print, screen and (min-width: 768px) {
  .delay9 {
    transition-delay: 1s !important;
  }
}

.delay10 {
  transition-delay: 1s !important;
}
@media print, screen and (min-width: 768px) {
  .delay10 {
    transition-delay: 1.1s !important;
  }
}

.sp_toggle {
  display: flex;
  position: fixed;
  z-index: 12;
  right: 0;
  top: 0;
  width: 56px;
  height: 51px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media print, screen and (min-width: 768px) {
  .sp_toggle {
    width: 89px;
    height: 89px;
  }
}
@media print, screen and (min-width: 1024px) {
  .sp_toggle {
    display: none;
  }
}
.sp_toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 2px;
  background: #393d3c;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.sp_toggle span:nth-child(1) {
  margin-top: -6px;
}
.sp_toggle span:nth-child(3) {
  margin-top: 6px;
}
@media print, screen and (min-width: 768px) {
  .sp_toggle span {
    width: 38px;
  }
  .sp_toggle span:nth-child(1) {
    margin-top: -8px;
  }
  .sp_toggle span:nth-child(3) {
    margin-top: 8px;
  }
}
.sp_toggle.active span {
  background: #fff;
}
.sp_toggle.active span:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sp_toggle.active span:nth-child(2) {
  opacity: 0;
}
.sp_toggle.active span:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sp_modal {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #3dbcb9;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sp_modal.active {
  opacity: 1;
  visibility: visible;
}

.sp_modal__menu {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  color: #fff;
}
.sp_modal__menu a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .sp_modal__menu a {
    font-size: 3rem;
  }
}

header {
  width: 100%;
  padding: 12px 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: background-color 0.5s;
}
@media print, screen and (min-width: 768px) {
  header {
    padding: 23px 25px;
  }
}
@media print, screen and (min-width: 1400px) {
  header {
    padding: 24px 40px;
  }
}
header.scroll_down {
  background: #fff;
}
header .header_flex {
  display: flex;
  align-items: center;
}
header .header_flex__logo {
  line-height: 1.4;
  width: 80px;
  margin-right: 20px;
  position: relative;
}
@media print, screen and (min-width: 320px) {
  header .header_flex__logo {
    width: 105px;
  }
}
@media print, screen and (min-width: 768px) {
  header .header_flex__logo {
    width: 180px;
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 1400px) {
  header .header_flex__logo {
    width: 222px;
    margin-right: 60px;
  }
}
header .header_flex__logo a {
  display: block;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 768px) {
  header .header_flex__logo a:hover {
    opacity: 0.7;
  }
}
header .header_flex__logo img {
  width: 100%;
}
header .header_flex__logo:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #989898;
  position: absolute;
  top: 0;
  right: -10px;
}
@media print, screen and (min-width: 768px) {
  header .header_flex__logo:after {
    right: -20px;
  }
}
@media print, screen and (min-width: 1400px) {
  header .header_flex__logo:after {
    right: -30px;
  }
}
header .header_flex__site_title {
  align-self: center;
  width: 130px;
}
@media print, screen and (min-width: 320px) {
  header .header_flex__site_title {
    width: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  header .header_flex__site_title {
    width: 230px;
  }
}
@media print, screen and (min-width: 1400px) {
  header .header_flex__site_title {
    width: 279px;
  }
}
header .header_menu {
  display: none;
  gap: 2em;
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 1024px) {
  header .header_menu {
    display: flex;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1400px) {
  header .header_menu {
    font-size: 1.6rem;
  }
}
header .header_menu a {
  color: #727171;
  text-decoration: none;
}
@media (hover: hover) {
  header .header_menu a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    color: #019c9a;
  }
}

.header_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}

.page_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #53a09f;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
}
@media print, screen and (min-width: 705px) {
  .page_top {
    margin-right: -315px;
    right: 50%;
    width: 58px;
    height: 58px;
    transform: translateX(50%);
  }
}
.page_top::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  line-height: 1;
  font-size: 12px;
  transform: rotate(-90deg);
}
@media print, screen and (min-width: 705px) {
  .page_top::after {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .page_top:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(0.85);
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 705px) {
  .page_top:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: translateX(50%) scale(0.85);
  }
}
.page_top.scroll_down {
  opacity: 1;
}

footer {
  position: relative;
  width: 550px;
  max-width: 100%;
  padding-block: 40px 60px;
  margin-inline: auto;
  background: #707070;
  color: #fff;
}

.footer_flex {
  display: flex;
  flex-direction: column;
}

.footer_flex__logo {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .footer_flex__logo {
    width: auto;
    margin-bottom: 0;
  }
}
.footer_flex__logo .logo {
  width: 70%;
  max-width: 250px;
  display: block;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 768px) {
  .footer_flex__logo .logo {
    width: 260px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_flex__logo .logo {
    width: 270px;
  }
}
@media print, screen and (min-width: 1400px) {
  .footer_flex__logo .logo {
    width: 283px;
  }
}
@media (hover: hover) {
  .footer_flex__logo .logo:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    opacity: 0.7;
  }
}
.footer_flex__logo .address {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .footer_flex__logo .address {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

.footer_flex__inq {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .footer_flex__inq {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.footer_flex__inq dl {
  display: flex;
}
.footer_flex__inq dt {
  width: 55px;
}
@media print, screen and (min-width: 768px) {
  .footer_flex__inq dt {
    width: 70px;
  }
}
.footer_flex__inq dt:after {
  content: "：";
}
.footer_flex__inq dd {
  width: calc(100% - 70px);
}
.footer_flex__inq dd a {
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.footer_flex__inq dd a:after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: width 0.3s;
}
@media (hover: hover) {
  .footer_flex__inq dd a:where(:any-link, :enabled, summary, span, dt, div, li):hover::after {
    width: 100%;
  }
}

.footer_flex__sns {
  margin-top: 20px;
}
.footer_flex__sns .admission {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
.footer_flex__sns .admission::after, .footer_flex__sns .admission::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}
.footer_flex__sns .admission::after {
  transform-origin: right;
}
.footer_flex__sns .admission::before {
  transform-origin: left;
  transform: scaleX(0);
}
@media (hover: hover) {
  .footer_flex__sns .admission:where(:any-link, :enabled, summary, span, dt, div, li):hover::before {
    transform: scaleX(1);
    transition-delay: 0.2s;
  }
  .footer_flex__sns .admission:where(:any-link, :enabled, summary, span, dt, div, li):hover::after {
    transform: scaleX(0);
  }
}
.footer_flex__sns .sns {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .footer_flex__sns .sns {
    gap: 15px;
  }
}
.footer_flex__sns .sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 200px;
  transition: transform 0.3s cubic-bezier(0.45, -0.5, 0.25, 1.6);
}
@media print, screen and (min-width: 768px) {
  .footer_flex__sns .sns a {
    width: 63px;
    height: 63px;
  }
}
.footer_flex__sns .sns a img {
  width: 50%;
}
.footer_flex__sns .sns a img.icon_x {
  width: 43%;
}
.footer_flex__sns .sns a img.icon_tt {
  width: 40%;
}
@media (hover: hover) {
  .footer_flex__sns .sns a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(0.95);
  }
}

.main_contents {
  overflow: hidden;
  position: relative;
}

.main_contents_inner {
  position: relative;
  width: 550px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: min(10vw, 48px);
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .main_contents_inner {
    margin-top: 48px;
  }
}
.main_contents_inner.contents_underlayer {
  background-color: #fff;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .main_contents_inner.contents_underlayer {
    padding-bottom: 60px;
  }
}

.news_cat_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 6px min(2vw, 12px);
}
@media print, screen and (min-width: 768px) {
  .news_cat_list {
    gap: 10px 12px;
  }
}
.news_cat_list li,
.news_cat_list > a {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  padding: 6px 8px;
  min-width: 60px;
  background: #e4e4e4;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
  color: #393d3c;
  text-decoration: none;
  background: #ffcdc9;
}
@media print, screen and (min-width: 768px) {
  .news_cat_list li,
  .news_cat_list > a {
    font-size: 1.5rem;
    min-width: 115px;
  }
}
@media (hover: hover) {
  .news_cat_list li:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .news_cat_list > a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background: #ffbfbb;
  }
}
.news_cat_list li.active, .news_cat_list li.current,
.news_cat_list > a.active,
.news_cat_list > a.current {
  background: #f07b81;
  color: #fff;
}

.news_archive_box {
  margin-top: 28px;
}
@media print, screen and (min-width: 768px) {
  .news_archive_box {
    margin-top: 36px;
  }
}

.news_archive_box__item {
  display: none;
}
.news_archive_box__item.active {
  display: block;
}

.news_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .news_list {
    gap: 20px;
  }
}

.news_list__link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 20px;
  border: 1px solid #009c9a;
  padding: 18px 16px;
  color: #393d3c;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .news_list__link {
    flex-direction: row;
  }
}
@media (hover: hover) {
  .news_list__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #f6ffff;
  }
  .news_list__link:where(:any-link, :enabled, summary, span, dt, div, li):hover .news_list__title {
    color: #009c9a;
  }
}

.news_list__thumb {
  width: 149px;
  flex-shrink: 0;
  margin: 0 auto;
}
.news_list__content {
  position: relative;
  width: 100%;
}
.news_list__content::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 21px;
  height: 21px;
  bottom: -8px;
  right: -6px;
  content: "\e900";
  line-height: 1;
  font-size: 7px;
  border-radius: 100px;
  border: 1px solid #009c9a;
  color: #009c9a;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .news_list__content::after {
    bottom: 0;
    right: 0;
  }
}

.news_list__date_cat {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news_list__date_cat .date {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .news_list__date_cat .date {
    font-size: 1.5rem;
  }
}
.news_list__date_cat .cat {
  display: inline-block;
  line-height: 1;
  font-size: 1.1rem;
  padding: 4px 8px;
  border-radius: 100px;
  background: #ffcdc9;
}
@media print, screen and (min-width: 768px) {
  .news_list__date_cat .cat {
    font-size: 1.2rem;
  }
}

.news_list__title {
  margin-top: 5px;
  font-weight: bold;
  transition: color 0.3s;
}

.news_btn_wrap {
  text-align: center;
  margin-top: 32px;
}
@media print, screen and (min-width: 768px) {
  .news_btn_wrap {
    margin-top: 40px;
  }
}

.navigation.pagination {
  margin-top: 28px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .navigation.pagination {
    margin-top: 34px;
  }
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.navigation.pagination .nav-links .page-numbers {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #393d3c;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s ease;
}
.navigation.pagination .nav-links .page-numbers span {
  position: relative;
}
.navigation.pagination .nav-links .page-numbers:not(.dots) {
  font-family: "Montserrat", sans-serif;
}
@media (hover: hover) {
  .navigation.pagination .nav-links .page-numbers:not(.dots):where(:any-link, :enabled, summary, span, dt, div, li):hover {
    color: #009c9a;
  }
}
.navigation.pagination .nav-links .page-numbers.current {
  pointer-events: none;
  width: 30px;
  background: linear-gradient(180deg, #f07b81 0%, #f0ad8b 100%);
  color: #fff;
}
.navigation.pagination .nav-links .page-numbers.prev, .navigation.pagination .nav-links .page-numbers.next {
  width: 30px;
  border: 1px solid #393d3c;
  position: relative;
}
.navigation.pagination .nav-links .page-numbers.prev::before, .navigation.pagination .nav-links .page-numbers.next::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 8px;
}
@media (hover: hover) {
  .navigation.pagination .nav-links .page-numbers.prev:where(:any-link, :enabled, summary, span, dt, div, li):hover, .navigation.pagination .nav-links .page-numbers.next:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    border: 1px solid #009c9a;
  }
}
.navigation.pagination .nav-links .page-numbers.prev::before {
  transform: rotate(180deg);
}