@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-VariableFont_wdth,wght.ttf");
}
@media screen and (max-width: 750px) {
  .font-size-sp-48 {
    font-size: clamp(28.8px, 6.3914780293vw, 48px) !important;
  }
}

.font-size-42 {
  font-size: 42px;
}
@media screen and (min-width: 1500px) {
  .font-size-42 {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 750px) {
  .font-size-sp-32 {
    font-size: clamp(19.2px, 4.2609853529vw, 32px) !important;
  }
}

@media screen and (max-width: 750px) {
  .font-size-sp-30 {
    font-size: clamp(18px, 3.9946737683vw, 30px) !important;
  }
}

.font-size-30 {
  font-size: 30px;
}
@media screen and (min-width: 1500px) {
  .font-size-30 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 750px) {
  .font-size-sp-27 {
    font-size: clamp(16.2px, 3.5952063915vw, 27px) !important;
  }
}

@media screen and (max-width: 750px) {
  .font-size-sp-26 {
    font-size: clamp(15.6px, 3.4620505992vw, 26px) !important;
  }
}

@media screen and (max-width: 750px) {
  .font-size-sp-28 {
    font-size: clamp(16.8px, 3.7283621838vw, 28px) !important;
  }
}

@media screen and (max-width: 750px) {
  .font-size-sp-24 {
    font-size: clamp(14.4px, 3.1957390146vw, 24px) !important;
  }
}

.font-size-24 {
  font-size: 24px;
}
@media screen and (min-width: 1500px) {
  .font-size-24 {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 750px) {
  .font-size-sp-22 {
    font-size: clamp(13.2px, 2.9294274301vw, 22px) !important;
  }
}

.font-size-22 {
  font-size: 22px;
}
@media screen and (min-width: 1500px) {
  .font-size-22 {
    font-size: 1.4666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .font-size-sp-20 {
    font-size: clamp(12px, 2.6631158455vw, 20px) !important;
  }
}

.font-size-20 {
  font-size: 20px;
}
@media screen and (min-width: 1500px) {
  .font-size-20 {
    font-size: 1.3333333333vw;
  }
}

@media screen and (max-width: 750px) {
  .font-size-sp-18 {
    font-size: clamp(10.8px, 2.396804261vw, 18px) !important;
  }
}

.font-size-18 {
  font-size: 18px;
}
@media screen and (min-width: 1500px) {
  .font-size-18 {
    font-size: 1.2vw;
  }
}

.font-size-sp-16 {
  font-size: 16px;
}
@media screen and (min-width: 1500px) {
  .font-size-sp-16 {
    font-size: 1.0666666667vw;
  }
}

.font-size-16 {
  font-size: 16px;
}
@media screen and (min-width: 1500px) {
  .font-size-16 {
    font-size: 1.0666666667vw;
  }
}

.font-size-14 {
  font-size: 14px;
}
@media screen and (min-width: 1500px) {
  .font-size-14 {
    font-size: 0.9333333333vw;
  }
}

.font-size-12 {
  font-size: 12px;
}
@media screen and (min-width: 1500px) {
  .font-size-12 {
    font-size: 0.8vw;
  }
}

.font-size-10 {
  font-size: 10px;
}
@media screen and (min-width: 1500px) {
  .font-size-10 {
    font-size: 0.6666666667vw;
  }
}

.font-noto-sans {
  font-family: "Noto Sans JP";
}

.font-roboto {
  font-family: "Roboto";
}

.font-l {
  font-weight: 400;
}

.font-m {
  font-weight: 500;
}

.font-b {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: right;
}

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

.nowrap {
  white-space: nowrap;
}

.color-white {
  color: #f4f6f8;
}

.color-green {
  color: #23afc0;
}

.color-blue {
  color: #2757af;
}

.color-gray {
  color: #dbdddf;
}

.color-black {
  color: #000000;
}

.text-red {
  color: #ff3333;
}

.text-dark {
  color: #333333;
}

.bg-white {
  background-color: #f4f6f8;
}

.bg-green {
  background-color: #23afc0;
}

.bg-blue {
  background-color: #2757af;
}

.bg-gray {
  background-color: #dbdddf;
}

.text-gray {
  color: #666666;
}

.o-30 {
  opacity: 0.3;
}

.pb-25 {
  padding-bottom: 100px;
}
@media screen and (min-width: 1500px) {
  .pb-25 {
    padding-bottom: 6.6666666667vw;
  }
}

.pb-20 {
  padding-bottom: 80px;
}
@media screen and (min-width: 1500px) {
  .pb-20 {
    padding-bottom: 5.3333333333vw;
  }
}

@media screen and (max-width: 750px) {
  .pb-sp-20 {
    padding-bottom: 10.6666666667vw !important;
  }
}

@media screen and (max-width: 750px) {
  .pb-sp-12 {
    padding-bottom: 6.4vw !important;
  }
}

@media screen and (max-width: 750px) {
  .pb-sp-10 {
    padding-bottom: 5.3333333333vw !important;
  }
}

.pb-10 {
  padding-bottom: 40px;
}
@media screen and (min-width: 1500px) {
  .pb-10 {
    padding-bottom: 2.6666666667vw;
  }
}

.pb-9 {
  padding-bottom: 36px;
}
@media screen and (min-width: 1500px) {
  .pb-9 {
    padding-bottom: 2.4vw;
  }
}

@media screen and (max-width: 750px) {
  .pb-sp-8 {
    padding-bottom: 4.2666666667vw !important;
  }
}

.pb-8 {
  padding-bottom: 32px;
}
@media screen and (min-width: 1500px) {
  .pb-8 {
    padding-bottom: 2.1333333333vw;
  }
}

.pb-7 {
  padding-bottom: 28px;
}
@media screen and (min-width: 1500px) {
  .pb-7 {
    padding-bottom: 1.8666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .pb-sp-6 {
    padding-bottom: 3.2vw !important;
  }
}

.pb-6 {
  padding-bottom: 24px;
}
@media screen and (min-width: 1500px) {
  .pb-6 {
    padding-bottom: 1.6vw;
  }
}

@media screen and (max-width: 750px) {
  .pb-sp-5 {
    padding-bottom: 2.6666666667vw !important;
  }
}

.pb-5 {
  padding-bottom: 20px;
}
@media screen and (min-width: 1500px) {
  .pb-5 {
    padding-bottom: 1.3333333333vw;
  }
}

@media screen and (max-width: 750px) {
  .pb-sp-4 {
    padding-bottom: 2.1333333333vw !important;
  }
}

.pb-4 {
  padding-bottom: 16px;
}
@media screen and (min-width: 1500px) {
  .pb-4 {
    padding-bottom: 1.0666666667vw;
  }
}

.pb-3 {
  padding-bottom: 12px;
}
@media screen and (min-width: 1500px) {
  .pb-3 {
    padding-bottom: 0.8vw;
  }
}

.pb-2 {
  padding-bottom: 8px;
}
@media screen and (min-width: 1500px) {
  .pb-2 {
    padding-bottom: 0.5333333333vw;
  }
}

.pb-1 {
  padding-bottom: 4px;
}
@media screen and (min-width: 1500px) {
  .pb-1 {
    padding-bottom: 0.2666666667vw;
  }
}

.pr-10 {
  padding-right: 40px;
}
@media screen and (min-width: 1500px) {
  .pr-10 {
    padding-right: 2.6666666667vw;
  }
}

.pr-9 {
  padding-right: 36px;
}
@media screen and (min-width: 1500px) {
  .pr-9 {
    padding-right: 2.4vw;
  }
}

.pr-8 {
  padding-right: 32px;
}
@media screen and (min-width: 1500px) {
  .pr-8 {
    padding-right: 2.1333333333vw;
  }
}

.pr-7 {
  padding-right: 28px;
}
@media screen and (min-width: 1500px) {
  .pr-7 {
    padding-right: 1.8666666667vw;
  }
}

.pr-6 {
  padding-right: 24px;
}
@media screen and (min-width: 1500px) {
  .pr-6 {
    padding-right: 1.6vw;
  }
}

.pr-5 {
  padding-right: 24px;
}
@media screen and (min-width: 1500px) {
  .pr-5 {
    padding-right: 1.6vw;
  }
}

.pr-4 {
  padding-right: 16px;
}
@media screen and (min-width: 1500px) {
  .pr-4 {
    padding-right: 1.0666666667vw;
  }
}

.pr-3 {
  padding-right: 12px;
}
@media screen and (min-width: 1500px) {
  .pr-3 {
    padding-right: 0.8vw;
  }
}

.pr-2 {
  padding-right: 8px;
}
@media screen and (min-width: 1500px) {
  .pr-2 {
    padding-right: 0.5333333333vw;
  }
}

.pr-1 {
  padding-right: 4px;
}
@media screen and (min-width: 1500px) {
  .pr-1 {
    padding-right: 0.2666666667vw;
  }
}

.pt-unset {
  padding-top: unset;
}

@media screen and (max-width: 750px) {
  .mb-sp-10 {
    margin-bottom: 5.3333333333vw !important;
  }
}

.mb-8 {
  margin-bottom: 32px;
}
@media screen and (min-width: 1500px) {
  .mb-8 {
    margin-bottom: 2.1333333333vw;
  }
}

@media screen and (max-width: 750px) {
  .mb-sp-5 {
    margin-bottom: 2.6666666667vw !important;
  }
}

.mb-3 {
  margin-bottom: 12px;
}
@media screen and (min-width: 1500px) {
  .mb-3 {
    margin-bottom: 0.8vw;
  }
}

.d-block {
  display: block !important;
}

.hide {
  display: none !important;
}

.lh-3 {
  line-height: 3;
}

.lh-2 {
  line-height: 2;
}

.lh-1 {
  line-height: 1;
}

.lh-n {
  line-height: normal;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4.2666666667vw 5.3333333333vw 4.2666666667vw 5.0666666667vw;
  border-radius: 1.6vw;
  border: 2px solid white;
  background-color: #fbfbfc;
  font-family: "Noto Sans JP";
  line-height: 1;
  color: black;
  box-shadow: 0 0 1.3333333333vw 0px lightgray;
}
@media screen and (min-width: 751px) {
  .menu-item {
    padding: 31px 33px 33px 50px;
    border-radius: 12px;
    border-width: 2px;
    box-shadow: 0 0 10px 0px lightgray;
  }
}
@media screen and (min-width: 1500px) {
  .menu-item {
    padding: 2.0666666667vw 2.2vw 2.0666666667vw 3.3333333333vw;
    border-radius: 0.8vw;
    border-width: 0.1333333333vw;
    box-shadow: 0 0 0.6666666667vw 0px lightgray;
  }
}
.menu-item .icon-arrow {
  width: 1.3333333333vw;
  height: 2.4vw;
  min-width: 7px;
  min-height: 13px;
}
@media screen and (min-width: 751px) {
  .menu-item .icon-arrow {
    width: 9px;
    height: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .menu-item .icon-arrow {
    width: 0.6vw;
    height: 1vw;
  }
}
.menu-item {
  font-size: 16px;
}
@media screen and (min-width: 1500px) {
  .menu-item {
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .menu-item {
    font-size: clamp(15.6px, 3.4620505992vw, 26px) !important;
  }
}
.menu-item:hover {
  background-color: #f4f6f8;
}

.btn-green {
  padding: 3.7333333333vw;
  text-align: center;
  background-color: #23afc0;
  font-size: 2.4vw;
  line-height: 1;
  font-family: "Noto Sans JP";
  color: white;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .btn-green {
    padding: 18px 18px 17px;
    font-size: 16px;
    border-radius: 6px;
  }
}
@media screen and (min-width: 1500px) {
  .btn-green {
    padding: 1.2vw 1.2vw 1.1333333333vw;
    font-size: 1.0666666667vw;
    border-radius: 0.4vw;
  }
}
.btn-green:hover {
  background-color: #2cc0ce;
}
.btn-green:active {
  background-color: #23afc0;
}

.btn-green-sm {
  background-color: #23afc0;
  width: 26.6666666667vw;
  height: 8vw;
  color: white;
  border: 0;
  border-radius: 0.8vw;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .btn-green-sm {
    width: 100px;
    height: 30px;
    border-radius: 6px;
  }
}
@media screen and (min-width: 1500px) {
  .btn-green-sm {
    width: 6.6666666667vw;
    height: 2vw;
    border-radius: 0.4vw;
  }
}
.btn-green-sm:hover {
  background-color: #2cc0ce;
}
.btn-green-sm:active {
  background-color: #23afc0;
}

.btn-gray-rounded {
  background-color: #dbdddf;
  border: 0;
  border-radius: 5.8666666667vw;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .btn-gray-rounded {
    border-radius: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .btn-gray-rounded {
    border-radius: 2vw;
  }
}
.btn-gray-rounded:hover {
  background-color: #e8eaeb;
}
.btn-gray-rounded:active {
  background-color: #dbdddf;
}

.btn-blue-rounded {
  background-color: #2757af;
  border: 0;
  border-radius: 5.8666666667vw;
  color: white;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .btn-blue-rounded {
    border-radius: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .btn-blue-rounded {
    border-radius: 2vw;
  }
}
.btn-blue-rounded:hover {
  background-color: #447ce2;
}
.btn-blue-rounded:active {
  background-color: #2757af;
}

.btn-shadow {
  padding: 2.6666666667vw 7.2vw;
  background-color: #2757af;
  border-radius: 6.9333333333vw;
  border: 2.6666666667vw solid #dbdddf;
  color: white;
  font-family: "Noto Sans JP";
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .btn-shadow {
    padding: 12px 33px;
    border-radius: 32px;
    border-width: 12px;
  }
}
@media screen and (min-width: 1500px) {
  .btn-shadow {
    padding: 0.8vw 2.2vw;
    border-radius: 2.1333333333vw;
    border-width: 0.8vw;
  }
}
.btn-shadow:hover {
  background-color: #447ce2;
}
.btn-shadow:active {
  background-color: #2757af;
}

.form-row {
  padding-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .form-row {
    display: grid;
    grid-template-columns: 25% 75%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .form-row {
    padding-bottom: 2vw;
  }
}
.form-row .form-label {
  padding-bottom: 5.3333333333vw;
  padding-right: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form-row .form-label.pt-unset {
    padding-top: unset;
  }
}
@media screen and (min-width: 751px) {
  .form-row .form-label {
    padding-bottom: unset;
    padding-top: 12px;
    color: #666666;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1500px) {
  .form-row .form-label {
    padding-top: 0.8vw;
    padding-right: 0.6666666667vw;
  }
}
.form-row .input-wrapper .form-input {
  width: 100%;
}
.form-row .input-wrapper .form-explain {
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .form-row .input-wrapper .form-explain {
    display: none;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1500px) {
  .form-row .input-wrapper .form-explain {
    padding-top: 0.6666666667vw;
  }
}
.form-row .check-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6.4vw;
  row-gap: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
  .form-row .check-wrapper {
    column-gap: 30px;
    row-gap: 12px;
  }
}
@media screen and (min-width: 1500px) {
  .form-row .check-wrapper {
    column-gap: 2vw;
    row-gap: 0.8vw;
  }
}

.form-input {
  padding: 2.9333333333vw 4.8vw;
  background-color: #ebeff2;
  border: 0;
  border-radius: 0.8vw;
  color: #333333;
}
@media screen and (min-width: 751px) {
  .form-input {
    padding: 12px 20px;
    border-radius: 6px;
  }
}
@media screen and (min-width: 1500px) {
  .form-input {
    padding: 0.8vw 1.3333333333vw;
    border-radius: 0.4vw;
  }
}
.form-input::placeholder {
  color: #999999;
}

.form-text {
  padding: 2.9333333333vw 4.8vw;
  background-color: #ebeff2;
  border: 0;
  border-radius: 0.8vw;
  width: 100%;
  height: 62.6666666667vw;
  color: #333333;
}
@media screen and (min-width: 751px) {
  .form-text {
    padding: 22px;
    border-radius: 6px;
    height: 170px;
  }
}
@media screen and (min-width: 1500px) {
  .form-text {
    padding: 1.4666666667vw;
    border-radius: 0.4vw;
    height: 11.3333333333vw;
  }
}
.form-text::placeholder {
  color: #999999;
}

.form-check {
  display: flex;
  align-items: center;
}
.form-check label {
  color: #666666;
  cursor: pointer;
}

.form-select {
  padding: 2.9333333333vw 4.2666666667vw 2.9333333333vw 4.8vw;
  background-color: #ebeff2;
  border: 0;
  border-radius: 0.8vw;
  width: 45.3333333333vw;
  background-image: url(../img/icon-down.png);
  background-repeat: no-repeat;
  background-position: right 4.1333333333vw center;
  background-size: 2.4vw 1.3333333333vw;
  appearance: none;
}
@media screen and (min-width: 751px) {
  .form-select {
    padding: 12px 20px;
    border-radius: 6px;
    width: 200px;
    background-position: right 20px center;
    background-size: 11px 7px;
  }
}
@media screen and (min-width: 1500px) {
  .form-select {
    padding: 0.8vw 1.3333333333vw;
    border-radius: 0.4vw;
    width: 13.3333333333vw;
    background-position: right 1.3333333333vw center;
    background-size: 0.7333333333vw 0.4666666667vw;
  }
}

.form-file-wrapper {
  display: flex;
  gap: 4vw;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .form-file-wrapper {
    gap: 20px;
  }
}
.form-file-wrapper .form-file {
  display: none;
}
.form-file-wrapper .form-file-label {
  width: 34.6666666667vw;
  height: 8vw;
  background-color: #23afc0;
  color: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  min-width: 150px;
  min-height: 40px;
}
@media screen and (min-width: 751px) {
  .form-file-wrapper .form-file-label {
    width: 172px;
    height: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .form-file-wrapper .form-file-label {
    width: 11.4666666667vw;
    height: 2.6666666667vw;
    border-radius: 0.4vw;
  }
}
.form-file-wrapper .form-file-label:hover {
  background-color: #2cc0ce;
}
.form-file-wrapper .form-file-label:active {
  background-color: #23afc0;
}

input[type=radio] {
  appearance: none;
  margin: 0 1.6vw 0 0 !important;
  padding: 0;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-color: #dcdef1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  input[type=radio] {
    margin: 0 8px 0 0 !important;
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 1500px) {
  input[type=radio] {
    margin: 0 0.5333333333vw 0 0 !important;
    width: 1.2vw;
    height: 1.2vw;
  }
}

input[type=radio]:checked::before {
  content: "";
  width: 2.4vw;
  height: 2.4vw;
  background-color: #23afc0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
  input[type=radio]:checked::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 1500px) {
  input[type=radio]:checked::before {
    width: 0.6666666667vw;
    height: 0.6666666667vw;
  }
}

input[type=checkbox] {
  appearance: none;
  margin: 0 1.6vw 0 0 !important;
  padding: 0;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-color: #dcdef1;
  border-radius: 0.4746666667vw;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  input[type=checkbox] {
    margin: 0 8px 0 0 !important;
    width: 18px;
    height: 18px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 1500px) {
  input[type=checkbox] {
    margin: 0 0.5333333333vw 0 0 !important;
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 0.1333333333vw;
  }
}

input[type=checkbox]:checked {
  background-color: #23afc0;
  background-image: url(../img/icon-check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.6666666667vw 1.8666666667vw;
}
@media screen and (min-width: 751px) {
  input[type=checkbox]:checked {
    background-size: 11px 8px;
  }
}
@media screen and (min-width: 1500px) {
  input[type=checkbox]:checked {
    background-size: 0.7333333333vw 0.5333333333vw;
  }
}

input[type=checkbox]:checked::before {
  content: "";
}

.paginator {
  width: 100%;
  gap: 1.3333333333vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  .paginator {
    width: fit-content;
    gap: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .paginator {
    position: unset;
    left: unset;
  }
}
@media screen and (min-width: 1500px) {
  .paginator {
    gap: 0.6666666667vw;
  }
}
.paginator .page {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #23afc0;
  height: 8.5333333333vw;
}
@media screen and (min-width: 751px) {
  .paginator .page {
    height: 32px;
  }
}
@media screen and (min-width: 1500px) {
  .paginator .page {
    height: 2.1333333333vw;
  }
}
.paginator .page.page-first img, .paginator .page.page-last img {
  width: 3.2vw;
  height: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .paginator .page.page-first img, .paginator .page.page-last img {
    width: 13px;
    height: 11px;
  }
}
@media screen and (min-width: 1500px) {
  .paginator .page.page-first img, .paginator .page.page-last img {
    width: 0.8666666667vw;
    height: 0.7333333333vw;
  }
}
.paginator .page.page-previous img, .paginator .page.page-next img {
  width: 1.6vw;
  height: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .paginator .page.page-previous img, .paginator .page.page-next img {
    width: 7px;
    height: 11px;
  }
}
@media screen and (min-width: 1500px) {
  .paginator .page.page-previous img, .paginator .page.page-next img {
    width: 0.4666666667vw;
    height: 0.7333333333vw;
  }
}
.paginator .page.page-first, .paginator .page.page-previous {
  padding-right: 1.4666666667vw;
}
@media screen and (min-width: 751px) {
  .paginator .page.page-first, .paginator .page.page-previous {
    padding-right: 11px;
  }
}
@media screen and (min-width: 1500px) {
  .paginator .page.page-first, .paginator .page.page-previous {
    padding-right: 0.7333333333vw;
  }
}
.paginator .page.page-last, .paginator .page.page-next {
  padding-left: 1.4666666667vw;
}
@media screen and (min-width: 751px) {
  .paginator .page.page-last, .paginator .page.page-next {
    padding-left: 11px;
  }
}
@media screen and (min-width: 1500px) {
  .paginator .page.page-last, .paginator .page.page-next {
    padding-left: 0.7333333333vw;
  }
}
.paginator .page:hover {
  color: #2cc0ce;
}
.paginator .page.page-to {
  background-color: #dbdddf;
  border-radius: 0.4vw;
  width: 8.5333333333vw;
}
@media screen and (min-width: 751px) {
  .paginator .page.page-to {
    border-radius: 3px;
    width: 32px;
  }
}
@media screen and (min-width: 1500px) {
  .paginator .page.page-to {
    border-radius: 0.2vw;
    width: 2.1333333333vw;
  }
}
.paginator .page.page-to {
  font-size: 16px;
}
@media screen and (min-width: 1500px) {
  .paginator .page.page-to {
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .paginator .page.page-to {
    font-size: clamp(19.2px, 4.2609853529vw, 32px) !important;
  }
}
.paginator .page.page-to:hover {
  background-color: #e8eaeb;
}
.paginator .page.page-to.active {
  color: #f4f6f8;
  background-color: #23afc0;
}
.paginator .page.page-to.active:hover {
  background-color: #2cc0ce;
}